/* anodpixels custom css */

font-variant-ligatures: normal;

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
    background-color: #C4BAE5 !important;
    background-image: none !important;
    color: #4C4CFC !important;
}

.w-webflow-badge { display:none!important; }
.fix-html { overflow:hidden; }

/* FORM */
form input::placeholder { color: #C4BAE5; }
form select {
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 2px #DCD6FC;
  margin-top: 60px;
  padding: 0 0 20px 0;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.4 11.6"><g data-name="Layer 2"><g data-name="Header copy 3"><g data-name="Request-Quote copy"><path fill="#dcd6fc" d="M10.2 11.6L0 1.4 1.4 0l8.8 8.8L18.9 0l1.5 1.4-10.2 10.2z" data-name="Main copy 2"/></g></g></g></svg>')!important;
  background-color: transparent;
  background-size: 20px auto;
  background-position-y: 5px;
  background-position-x: right;
  background-repeat: no-repeat;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
}
form select:disabled {
  cursor: not-allowed;
  color: #C4BAE5;
  border-bottom: solid 2px #DCD6FC;
}
  form select:disabled:hover {
    cursor: not-allowed;
    color: #C4BAE5;
    border-bottom: solid 2px #DCD6FC;
  }
form select:focus, nav .container form select:hover {
  color: #4c4cfc;
  border-bottom: solid 2px #4c4cfc;
  cursor: pointer;
}
form select:invalid {
  color: #C4BAE5;
}
form select [disabled] {
  color: #C4BAE5;
}
form select option {
  color: #4c4cfc;
}
form select:valid {
  color: #4c4cfc;
  border-bottom: solid 2px #4c4cfc;
}

.uploadbrief:hover .uploadbrief-label, .uploadbrief:hover .uploadbrief-action-formats span, .uploadbrief:hover .uploadbrief-action-formats { color: #ffffff!important;}

.clearupload > #brieffile { width:80%; }

.checkbox-label.active { color: #4c4cfc!important; }

/* COOKIES NOTIFICATIONS */
.hidden-notification {
  bottom: -10%; opacity:0;
}

.mainmenu-list-item {
  padding-bottom: 2.9vh!important;
}

/* LANDING */
.landing-function .landing-function-1st-word:hover, .landing-function .landing-function-2nd-word:hover, .landing-function .landing-function-3rd-word:hover { background-color: #4C4CFC!important; }

.landing-function { /*custom styles*/ }
  /*@media (max-width: 1520px) {
    .landing-function { font-size: 46px;}
  }*/

/* ABOUT */
.about-navigation-fixed {
  position: fixed;
  left: 126px;
  top: 0px;
  right: 126px;
  z-index: 2;
}

/* CASE STUDIES */
/* .content-section-right-text { max-width: 1400px; } */
/* .case-study-section>.testimonial { max-width: 1400px; } */

/* OTHER PROJECTS */
.project:hover .project-description {
  opacity:1;
}

/* FOOTER */
.footer-resume-download:hover .pdf, .footer-resume-download:hover .download-label {
  color: #ffffff;
}

@keyframes rotate-cliche-txt {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.phone-cliche-type {
  animation: rotate-cliche-txt 60s infinite;
}

/*————————————————————————————————————————————————————————————————————————————
  PLUGINS
  ————————————————————————————————————————————————————————————————————————————*/

/*ZOOM js*/
img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 300ms;
       -o-transition: opacity 300ms;
          transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/* —————————————
FONTSAMPLER SKIN
————————————— */
@charset "UTF-8";
.fsjs-skin {
  transition: opacity 0.2s ease-out;
  opacity: 0;
  /* The bare minimum styling applied to all demo Fontsamplers */
  /**
   * A customized and trimmed down version of the rangeSlider.js SCSS
   */
}
.fsjs-skin.fsjs-initialized {
  opacity: 1;
  display: block;
}
.fsjs-skin .fsjs-block-tester {
  transition: opacity 0.2s ease-out;
  opacity: 1;
}
.fsjs-skin.fsjs-loading .fsjs-block-tester, .fsjs-skin.fsjs-timeout .fsjs-block-tester {
  opacity: 0;
}
.fsjs-skin > .fsjs-wrapper {
  display: flex;
  justify-content: space-between;
}
.fsjs-skin .fsjs-block-tester {
  display: block;
}
.fsjs-skin .fsjs-block,
.fsjs-skin [data-axis-block] {
  box-sizing: border-box;
  padding: 0 5px;
  position: relative;
  margin: 5px;
  width: 100%;
}
.fsjs-skin [data-axis-block] {
  margin-top: 0;
  margin-bottom: 0;
}
.fsjs-skin .fsjs-label {
  line-height: 1.5em;
}
.fsjs-skin .fsjs-block-type-slider .fsjs-label,
.fsjs-skin .fsjs-block-type-slidergroup .fsjs-label {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.fsjs-skin .fsjs-block-type-slider .fsjs-label span:first-child,
.fsjs-skin .fsjs-block-type-slidergroup .fsjs-label span:first-child {
  margin-right: auto;
}
.fsjs-skin .fsjs-block-type-slider .fsjs-label .fsjs-label-unit:before,
.fsjs-skin .fsjs-block-type-slidergroup .fsjs-label .fsjs-label-unit:before {
  content: " ";
}
.fsjs-skin .fsjs-block-opentype .fsjs-label {
  display: block;
  justify-content: flex-start;
}
.fsjs-skin [contenteditable] {
  outline: none;
}
.fsjs-skin .fsjs-button, .fsjs-skin .fsjs-block-type-buttongroup button {
  background: #FDFDFD;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  flex-grow: 1;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  line-height: 2em;
  padding: 0.1em 0.5em 0;
}
.fsjs-skin .fsjs-button:hover, .fsjs-skin .fsjs-block-type-buttongroup button:hover, .fsjs-skin .fsjs-button:focus, .fsjs-skin .fsjs-block-type-buttongroup button:focus {
  background: #f0f0f0;
}
.fsjs-skin .fsjs-button.fsjs-button-selected, .fsjs-skin .fsjs-block-type-buttongroup button.fsjs-button-selected {
  background: #f0f0f0;
}
.fsjs-skin .fsjs-block-type-buttongroup > [data-property] {
  display: flex;
}
.fsjs-skin .fsjs-block-type-buttongroup button {
  border-radius: 0;
}
.fsjs-skin .fsjs-block-type-buttongroup button:first-of-type {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.fsjs-skin .fsjs-block-type-buttongroup button:last-of-type {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.fsjs-skin .fsjs-block-type-buttongroup button + button {
  margin-left: -1px;
}
.fsjs-skin .fsjs-block-type-checkboxes [data-fsjs] label {
  cursor: pointer;
  padding: 5px 0;
  display: block;
}
.fsjs-skin .fsjs-block-type-checkboxes [data-fsjs] label:hover input[type=checkbox] + span:before, .fsjs-skin .fsjs-block-type-checkboxes [data-fsjs] label:focus input[type=checkbox] + span:before {
  background: #f0f0f0;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.fsjs-skin .fsjs-block-type-checkboxes label.fsjs-checkbox-inactive {
  pointer-events: none;
  color: #DDD;
}
.fsjs-skin .fsjs-block-type-checkboxes label.fsjs-checkbox-inactive input[type=checkbox] + span:before, .fsjs-skin .fsjs-block-type-checkboxes label.fsjs-checkbox-inactive input[type=checkbox] + span:after {
  border-color: #DDD;
}
.fsjs-skin .fsjs-block-type-checkboxes label.fsjs-checkbox-inactive input[type=checkbox]:checked + span:after {
  background: #DDD;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type=checkbox] + span {
  position: relative;
  padding-left: 23px;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type=checkbox] + span:before, .fsjs-skin .fsjs-block-type-checkboxes input[type=checkbox] + span:after {
  content: " ";
  display: block;
  border: 1px solid #333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: -2px;
  padding: 4px;
  height: 10px;
  width: 10px;
}
.fsjs-skin .fsjs-block-type-checkboxes input[type=checkbox]:checked + span:after {
  border-radius: 0;
  background: #333;
  padding: 0;
  top: 2px;
  left: 4px;
}
.fsjs-skin .dk-select,
.fsjs-skin .dk-select *,
.fsjs-skin .dk-select *:before,
.fsjs-skin .dk-select *:after,
.fsjs-skin .dk-select-multi,
.fsjs-skin .dk-select-multi *,
.fsjs-skin .dk-select-multi *:before,
.fsjs-skin .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fsjs-skin .dk-select,
.fsjs-skin .dk-select-multi {
  position: relative;
  display: block;
  vertical-align: middle;
  cursor: pointer;
}
.fsjs-skin .dk-selected {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  background-color: #FDFDFD;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  padding: 0.1em 0.5em 0;
  padding-right: 1.5em;
  line-height: 2em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.fsjs-skin .dk-selected:before, .fsjs-skin .dk-selected:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
.fsjs-skin .dk-selected:before {
  top: 50%;
  border: solid transparent;
  border-width: 0.25em 0.25em 0;
  border-top-color: #333;
  margin: -0.125em 0.5em 0 0;
}
.fsjs-skin .dk-selected:after {
  top: 0;
  height: 100%;
  border-left: 1px solid #b3b3b3;
  margin: 0 1.5em 0 0;
}
.fsjs-skin .dk-selected-disabled {
  color: #BBBBBB;
}
.fsjs-skin .dk-select .dk-select-options {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
}
.fsjs-skin .dk-select-open-up .dk-select-options {
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  bottom: 100%;
}
.fsjs-skin .dk-select-open-down .dk-select-options {
  border-radius: 0 0 2px 2px;
  margin-top: -1px;
  top: 100%;
}
.fsjs-skin .dk-select-multi .dk-select-options {
  max-height: 10em;
}
.fsjs-skin .dk-select-options {
  background-color: white;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  list-style: none;
  margin: 0;
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: auto;
  z-index: 100;
}
.fsjs-skin .dk-select-options-highlight .dk-option-selected {
  background-color: transparent;
  color: inherit;
}
.fsjs-skin .dk-option {
  padding: 0.1em 0.5em 0;
  line-height: 2em;
}
.fsjs-skin .dk-select-options .dk-option-highlight {
  background-color: #f0f0f0;
}
.fsjs-skin .dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent;
}
.fsjs-skin .dk-select-options .dk-option-hidden {
  display: none;
}
.fsjs-skin .dk-select-open-up .dk-select-options,
.fsjs-skin .dk-select-open-down .dk-select-options,
.fsjs-skin .dk-select-multi:focus .dk-select-options {
  display: block;
}
.fsjs-skin .dk-selected:hover,
.fsjs-skin .dk-selected:focus {
  outline: none;
  background: #f0f0f0;
}
.fsjs-skin .dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed;
}
.fsjs-skin .dk-select-disabled .dk-selected:hover, .fsjs-skin .dk-select-disabled .dk-selected:focus {
  border-color: inherit;
}
.fsjs-skin .dk-select-disabled .dk-selected:hover:before, .fsjs-skin .dk-select-disabled .dk-selected:focus:before {
  border-top-color: inherit;
}
.fsjs-skin .dk-select-disabled .dk-selected:hover:after, .fsjs-skin .dk-select-disabled .dk-selected:focus:after {
  border-left-color: inherit;
}
.fsjs-skin select[data-dkcacheid] {
  display: none;
}
.fsjs-skin .rangeSlider {
  margin: 0.5em auto;
}
.fsjs-skin .rangeSlider,
.fsjs-skin .rangeSlider__fill {
  display: block;
  border-radius: 2px;
}
.fsjs-skin .rangeSlider {
  position: relative;
  background: #b3b3b3;
}
.fsjs-skin .rangeSlider__horizontal {
  height: 1px;
  width: 100%;
}
.fsjs-skin .rangeSlider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.fsjs-skin .rangeSlider__fill {
  background: #b3b3b3;
  position: absolute;
}
.fsjs-skin .rangeSlider__fill__horizontal {
  height: 100%;
  top: 0;
  left: 0;
}
.fsjs-skin .rangeSlider__handle {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: #333;
  border-radius: 50%;
  left: 0;
}
.fsjs-skin .rangeSlider__handle__horizontal {
  top: -4.5px;
}
.fsjs-skin .rangeSlider__handle:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  background: transparent;
  border-radius: 50%;
}
.fsjs-skin .fsjs-disabled .fsjs-label {
  color: #DDD;
}
.fsjs-skin .fsjs-disabled .rangeSlider {
  pointer-events: none;
  background-color: #DDD;
}
.fsjs-skin .fsjs-disabled .rangeSlider .rangeSlider__handle,
.fsjs-skin .fsjs-disabled .rangeSlider .rangeSlider__fill {
  background-color: #DDD;
}
.fsjs-skin .fsjs-disabled .dk-select .dk-selected {
  color: #DDD;
}
.fsjs-skin [data-fsjs-block=variation] {
  display: none;
}
@supports (font-variation-settings: normal) {
  .fsjs-skin [data-fsjs-block=variation] {
    display: block;
  }
}