html {
  height: auto;
}

:root {
  --animation-default-fast: 0.4s cubic-bezier(0.425, 0, 0, 1);
  --animation-default: 0.8s cubic-bezier(0.425, 0, 0, 1);
  --animation-default-speedup: 0.175s ease;
  --animation-default-contact: 0.8s cubic-bezier(0.625, 0.05, 0, 1);
  --border-radius-m: 1.125rem;
  --animation-default-fast-contact: 0.4s cubic-bezier(0.625, 0.05, 0, 1);
}

/* -- Global -- */

/* @media (min-width: 990px) {
      :root {
        --size: 1600;
      }
    
      html {
        height: auto !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
        font-size: calc(15.8 * 100vw / var(--size));
        -webkit-text-size-adjust: none;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
    } */

/* -- Media -- */

@media only screen and (max-width: 1900px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 991px) {
  .maison_commerce_progress-item,
  .capab-col.is--image {
    position: relative !important;
    top: calc(0rem) !important;
  }
}

@media only screen and (max-width: 767px) {
  .maison_commerce_hero-content {
    height: calc(100vh - 94px);
  }
}

@media only screen and (max-width: 479px) {
  .maison_commerce_value_card-back {
    clip-path: inset(0px);
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
  }

  .maison_commerce_value_card-cover:hover .maison_commerce_value_card-back {
    clip-path: inset(0px) !important;
  }
}

/* -- Keyframe Animations -- */

@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes marqueeRev {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}

@media only screen and (max-width: 991px) {
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes marqueeRev {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }
}

/**/

.maison_commerce_progress-item,
.capab-col.is--image {
  position: sticky;
  top: calc(6.3875rem + 0rem);
}

/**/

.thumb,
.nav-item {
  position: relative;
  transition: all var(--animation-default);
}

.thumb::before {
  content: "";
  position: absolute;
  bottom: -0.075em;
  left: 0;
  width: 100%;
  height: 0.0675em;
  background-color: currentColor;
  transition: transform var(--animation-default);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}

.nav-item::before {
  content: "";
  position: absolute;
  bottom: -0.175em;
  left: 0;
  width: 100%;
  height: 0.0675em;
  background-color: currentColor;
  transition: transform var(--animation-default);
  transform-origin: right;
  transform: scaleX(0) rotate(0.001deg);
}

.thumb:hover::before,
.nav-item:hover::before {
  transform-origin: left;
  transform: scaleX(1) rotate(0.001deg);
}

.thumb:hover {
  opacity: 1;
}

/**/

.headings_list {
  transition: all var(--animation-default);
}

/**/
.word {
  display: unset !important;
}

[split-headlines] .word {
  background: linear-gradient(
    180deg,
    #f1f2fd 25%,
    rgba(241, 242, 253, 0.7) 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* */

[anim-text] .line {
  overflow: hidden;
}

/**/

[elem="preloader"] {
  display: unset;
}

[elem="preloader-first-number"],
[elem="preloader-second-number"] {
}

/* Button Animation */

.button_inner {
  background: linear-gradient(
      319deg,
      #a1a8f2 -1.9%,
      rgba(215, 217, 249, 0) 17.34%,
      #f1f2fd 87.36%
    ),
    #d7d9f9;
}

.button_cover.is--outline .button_inner {
  padding: 0rem 1rem;
  color: var(--brand--600);
  background-image: unset !important;
  background: unset !important;
  min-height: unset;
}

.button_inner {
  transition: all 300ms ease !important;
}

.button_cover:hover .button_inner {
  background: linear-gradient(
      319deg,
      #838ad0 -1.9%,
      rgba(215, 217, 249, 0) 17.34%,
      #f1f2fd 87.36%
    ),
    #bfc4ff;
}

/**/

[contact-popup="unactive"] {
  pointer-events: none !important;
  opacity: 0;
}

[contact-popup="active"] {
  pointer-events: auto !important;
  opacity: 1;
}

.contact-popup {
  display: flex !important;
  transition: all 300ms ease !important;
}

/* .contact_popup-bg {
  transition: all 200ms ease !important;
  transition-delay: -0.1s;
} */
/* 
[contact-popup="unactive"] .contact_popup-bg {
  opacity: 0;
}

[contact-popup="active"] .contact_popup-bg {
  opacity: 1;
}

[contact-popup="active"] .contact-popup {
  clip-path: inset(0em 0em 0em 0em round var(--border-radius-m)) !important;
  opacity: 1;
  visibility: visible;
  transition: var(--animation-default-fast-contact) 0s, opacity 0.1s ease 0s;
}

.contact-popup {
  clip-path: inset(
    1.25em 1.25em calc(100% - (var(--border-radius-m) * 2) - 0.5em)
      calc(100% - (var(--border-radius-m) * 1) - 1.25em) round
      var(--border-radius-m)
  );
  opacity: 0;
  visibility: hidden;
  transition: var(--animation-default-fast-contact) 0s, opacity 0.1s ease 0.3s;
} */

[elem="call-popup"] [data-hover-blur-child] {
  pointer-events: none !important;
}

[elem="decall-popup"] .icon {
  pointer-events: none !important;
}

.popup-field {
  transition: all 200ms ease !important;
}

.popup-field:focus {
  outline-offset: 0px;
  color: unset;
  border-color: transparent !important;
  outline: 0.125rem solid #bcc0f6 !important;
  font-weight: 500;
}

.popup-field {
  transition: all var(--animation-default-contact);
}

.w-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 0px 0px transparent !important;
}

.contact-popup .button_inner {
  background: var(--brand--900) !important;
}
