/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.4_webpack@5.108.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/.pnpm/postcss-loader@8.2.1_postcss@8.5.21_webpack@5.108.4/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@17.0.0_sass@1.101.3_webpack@5.108.4/node_modules/sass-loader/dist/cjs/index.js!./src/assets/styles/home.scss ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lenis,
.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-duration: 1ms;
  transition-property: overflow;
  transition-behavior: allow-discrete;
}

.ey-hero {
  --ey-hero-height-desktop: 100dvh;
  --ey-hero-height-mobile: 85dvh;
  --ey-hero-text: #fff;
  --ey-hero-accent: var(--color-primary);
  --ey-hero-overlay: #000;
  --ey-hero-overlay-opacity: 12;
  --ey-hero-background-desktop: none;
  --ey-hero-background-mobile: var(--ey-hero-background-desktop);
  --ey-hero-point-x: 50%;
  --ey-hero-point-y: 28%;
  --ey-hero-point-mobile-x: 50%;
  --ey-hero-point-mobile-y: 25%;
  position: relative;
  isolation: isolate;
  height: 100dvh;
  height: var(--ey-hero-height-desktop);
  min-height: 680px;
  margin: 0;
  overflow: hidden;
  color: #fff;
  color: var(--ey-hero-text);
  background-color: #18110e;
  background-image: none;
  background-image: var(--ey-hero-background-desktop);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: var(--ey-hero-overlay);
  opacity: calc(var(--ey-hero-overlay-opacity) / 100);
  pointer-events: none;
}
.ey-hero__container {
  position: relative;
  z-index: 1;
  width: min(100%, 1310px);
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 54px 15px 60px;
}
.ey-hero__title {
  position: absolute;
  left: 15px;
  bottom: 52px;
  width: min(58vw, 700px);
  margin: 0;
  color: var(--ey-hero-text);
  font-size: max(64px, min(7.35vw, 106px));
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  text-wrap: balance;
}
.ey-hero__title > span {
  display: inline;
}
.ey-hero__title-highlight {
  color: var(--ey-hero-accent);
}
.ey-hero__word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.ey-hero__word-inner {
  display: inline-block;
  will-change: transform;
}
.ey-hero__point {
  position: absolute;
  top: var(--ey-hero-point-y);
  left: var(--ey-hero-point-x);
  display: flex;
  width: min(360px, 32vw);
  align-items: flex-start;
  gap: 18px;
  color: var(--ey-hero-text);
  transform: translate(-50%, -50%);
  will-change: opacity, transform;
}
.ey-hero__point p {
  margin: 0;
  font-size: max(18px, min(1.65vw, 26px));
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ey-hero__point-marker {
  position: relative;
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(8px);
}
.ey-hero__point-marker::before {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: inherit;
  opacity: 0;
}
.ey-hero__point-marker .ey-hero__point-dot {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}
.ey-hero__point-marker .ey-hero__point-pulse {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.ey-hero__point-marker.is-active .ey-hero__point-pulse {
  animation: ey-hero-point-pulse 1.55s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}
.ey-hero__point-marker.is-active .ey-hero__point-dot {
  animation: ey-hero-point-dot 1.6s ease-in-out infinite;
}
.ey-hero__video {
  position: absolute;
  right: 15px;
  bottom: 38px;
  display: block;
  width: max(210px, min(20.5vw, 280px));
  aspect-ratio: 1.21/1;
  overflow: hidden;
  color: var(--color-main-dark);
  background: #111;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  will-change: opacity, transform;
}
.ey-hero__video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.001);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-hero__video:hover img {
  transform: scale(1.06);
}
.ey-hero__video:hover .ey-hero__video-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.ey-hero__video:focus-visible {
  outline: 2px solid var(--ey-hero-accent);
  outline-offset: 5px;
}
.ey-hero__video-shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.ey-hero__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
  width: 74px;
  height: 74px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ey-hero-accent);
  transform: translate(-50%, -50%);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-hero__video-play::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid var(--color-main-dark);
}
.ey-hero--flush-bottom + .s-block {
  margin-top: 0;
}

@keyframes ey-hero-point-pulse {
  from {
    opacity: 0.8;
    transform: scale(0.55);
  }
  to {
    opacity: 0;
    transform: scale(2.15);
  }
}
@keyframes ey-hero-point-dot {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.22);
  }
}
@media (max-width: 991px) {
  .ey-hero {
    min-height: 650px;
  }
  .ey-hero__title {
    width: min(63vw, 560px);
    font-size: max(58px, min(8vw, 78px));
  }
  .ey-hero__point {
    width: min(330px, 42vw);
  }
  .ey-hero__video {
    width: max(190px, min(25vw, 240px));
  }
}
@media (max-width: 767px) {
  .ey-hero {
    height: var(--ey-hero-height-mobile);
    min-height: 620px;
    background-attachment: scroll;
    background-image: var(--ey-hero-background-mobile);
  }
  .ey-hero__container {
    padding: 30px 20px;
  }
  .ey-hero__title {
    left: 20px;
    right: 20px;
    bottom: 32px;
    width: calc(100% - 40px);
    font-size: max(46px, min(12vw, 68px));
  }
  .ey-hero__point {
    top: var(--ey-hero-point-mobile-y);
    left: var(--ey-hero-point-mobile-x);
    width: min(310px, 100% - 40px);
    gap: 12px;
  }
  .ey-hero__point p {
    font-size: 17px;
  }
  .ey-hero__point-marker {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .ey-hero__video {
    right: 20px;
    bottom: 190px;
    width: max(200px, min(50vw, 260px));
    aspect-ratio: 1/1;
  }
  .ey-hero__video-play {
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 479px) {
  .ey-hero {
    min-height: 590px;
  }
  .ey-hero__title {
    font-size: max(40px, min(12vw, 56px));
    line-height: 0.98;
  }
  .ey-hero__video {
    bottom: 180px;
    width: 200px;
  }
  .ey-hero__video-play {
    width: 50px;
    height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-hero__video img, .ey-hero__video-play {
    transition: none;
  }
  .ey-hero__point-pulse, .ey-hero__point-dot {
    animation: none !important;
  }
}
.ey-confidence {
  --ey-confidence-bg: var(--color-primary);
  --ey-confidence-text: var(--color-main-dark);
  --ey-confidence-muted: rgba(23, 23, 23, 0.6);
  --ey-confidence-border: color-mix(in srgb, var(--ey-confidence-text) 20%, transparent);
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  color: var(--ey-confidence-text);
  background: var(--ey-confidence-bg);
  font-family: Inter, var(--font-main), Arial, sans-serif;
  font-size: 18px;
  line-height: 1.48;
}
.ey-confidence__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.ey-confidence__intro {
  display: flex;
  flex: 0 1 330px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  max-width: 330px;
}
.ey-confidence__image-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.ey-confidence__intro-image-frame {
  width: min(100%, 195px);
}
.ey-confidence__intro-image, .ey-confidence__small-image, .ey-confidence__main-image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.ey-confidence__image-reveal {
  --ey-image-reveal-z: 2;
  --ey-image-reveal-background: var(--ey-confidence-bg);
  transform: scaleY(0);
}
.ey-confidence__intro-text {
  max-width: 360px;
  margin: 0;
  color: var(--ey-confidence-text);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}
.ey-confidence__title {
  flex: 0 1 812px;
  max-width: 812px;
  margin: 0;
  color: var(--ey-confidence-text);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: right;
  text-transform: uppercase;
}
.ey-confidence__title > span {
  display: inline;
}
.ey-confidence__heading-image {
  width: 150px;
}
.ey-confidence__title-muted {
  display: inline-block;
  color: var(--ey-confidence-muted);
}
.ey-confidence .ey-divider {
  --ey-divider-color: var(--ey-confidence-text);
  --ey-divider-margin-tablet: 50px;
  --ey-divider-margin-mobile: 30px;
}
.ey-confidence .ey-divider--secondary {
  --ey-divider-color: var(--ey-confidence-border);
  --ey-divider-margin: 40px;
  --ey-divider-margin-tablet: 30px;
  --ey-divider-margin-mobile: 20px;
}
.ey-confidence__comfort {
  display: grid;
  grid-template-columns: minmax(0, 1.206fr) minmax(0, 1fr);
  grid-gap: 80px;
  gap: 80px;
}
.ey-confidence__comfort-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ey-confidence__content-title, .ey-confidence__feature-title {
  margin: 0;
  color: var(--ey-confidence-text);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ey-confidence__content-description, .ey-confidence__bottom-description, .ey-confidence__feature-description {
  margin: 0;
}
.ey-confidence__content-description {
  color: var(--ey-confidence-text);
}
.ey-confidence__small-images {
  display: grid;
  grid-template-columns: minmax(0, 1.265fr) minmax(0, 1fr);
  align-items: start;
  grid-gap: 40px;
  gap: 40px;
  margin-top: 40px;
}
.ey-confidence__bottom-description {
  color: var(--ey-confidence-muted);
}
.ey-confidence__main-image-frame {
  height: 100%;
}
.ey-confidence__main-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ey-confidence__features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 60px;
}
.ey-confidence__feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 33.333%;
  min-width: 0;
  padding: 40px;
  border-top: 1px solid var(--ey-confidence-border);
  border-left: 1px solid var(--ey-confidence-border);
  border-right: 1px solid var(--ey-confidence-border);
  border-radius: 20px 20px 0 0;
  background: var(--ey-confidence-bg);
  margin-left: -1px;
}
.ey-confidence__feature-card:first-child {
  border-left: none;
  border-top-left-radius: 0;
  margin-left: 0;
}
.ey-confidence__feature-card:last-child {
  border-right: none;
  border-top-right-radius: 0;
}
.ey-confidence__feature-description {
  color: var(--ey-confidence-text);
}
.ey-confidence--flush-bottom + .s-block {
  margin-top: 0;
}

@media (max-width: 991px) {
  .ey-confidence {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-confidence__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .ey-confidence__intro {
    flex: none;
    flex-direction: row;
    width: 100%;
    max-width: none;
    gap: 30px;
  }
  .ey-confidence__intro-image-frame {
    flex: 0 0 min(250px, 35%);
    width: auto;
  }
  .ey-confidence__intro-text {
    align-self: center;
  }
  .ey-confidence__title {
    order: -1;
    flex: none;
    max-width: 812px;
    font-size: 40px;
    letter-spacing: -0.025em;
    text-align: center;
  }
  .ey-confidence__comfort {
    grid-template-columns: minmax(0, 1fr);
    gap: 60px;
  }
  .ey-confidence__comfort-heading {
    gap: 20px;
  }
  .ey-confidence__intro-text, .ey-confidence__content-title, .ey-confidence__feature-title {
    font-size: 22px;
  }
  .ey-confidence__small-images {
    gap: 30px;
    margin-top: 30px;
  }
  .ey-confidence__main-image-frame {
    height: 700px;
  }
  .ey-confidence__main-image {
    -o-object-position: center top;
       object-position: center top;
  }
  .ey-confidence__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  .ey-confidence__feature-card {
    width: 50%;
    padding: 30px;
    border-top: 1px solid var(--ey-confidence-border);
    border-left: 1px solid var(--ey-confidence-border);
    border-right: 1px solid var(--ey-confidence-border);
    border-radius: 20px 20px 0 0;
    margin-left: -1px;
  }
  .ey-confidence__feature-card:nth-child(1) {
    border-left: none;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    margin-left: 0;
  }
  .ey-confidence__feature-card:nth-child(2) {
    border-right: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
  }
  .ey-confidence__feature-card:nth-child(3) {
    border-left: 1px solid var(--ey-confidence-border);
    border-right: 1px solid var(--ey-confidence-border);
    border-radius: 20px 20px 0 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .ey-confidence {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 17px;
  }
  .ey-confidence__intro {
    flex-direction: column;
    gap: 25px;
  }
  .ey-confidence__top {
    gap: 25px;
  }
  .ey-confidence__intro-image-frame, .ey-confidence__intro-text {
    width: 100%;
    max-width: none;
  }
  .ey-confidence__intro-image-frame {
    flex-basis: auto;
  }
  .ey-confidence__intro-text, .ey-confidence__content-title, .ey-confidence__feature-title {
    font-size: 21px;
  }
  .ey-confidence__title {
    font-size: 36px;
  }
  .ey-confidence__comfort {
    gap: 50px;
  }
  .ey-confidence__small-images {
    gap: 25px;
    margin-top: 25px;
  }
  .ey-confidence__main-image-frame {
    height: 500px;
  }
  .ey-confidence__features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
  }
  .ey-confidence__feature-card {
    width: 100%;
    position: relative;
    top: auto;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid var(--ey-confidence-border);
    border-radius: 20px;
  }
  .ey-confidence__feature-card:nth-child(1), .ey-confidence__feature-card:nth-child(2), .ey-confidence__feature-card:nth-child(3) {
    border: 1px solid var(--ey-confidence-border);
    border-radius: 20px;
    margin-left: 0;
  }
  .ey-confidence__feature-card:nth-child(1) {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .ey-confidence {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }
  .ey-confidence__top {
    gap: 20px;
  }
  .ey-confidence__comfort-heading {
    gap: 15px;
  }
  .ey-confidence__title {
    font-size: 28px;
    letter-spacing: -0.01em;
  }
  .ey-confidence__intro-text, .ey-confidence__content-title, .ey-confidence__feature-title {
    font-size: 20px;
  }
  .ey-confidence__small-images {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  .ey-confidence__comfort {
    gap: 40px;
  }
  .ey-confidence__main-image-frame {
    height: 300px;
  }
  .ey-confidence__feature-card {
    padding: 20px;
  }
  .ey-confidence__features {
    margin-top: 30px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-confidence__intro-image, .ey-confidence__small-image, .ey-confidence__main-image {
    will-change: auto;
  }
}
.ey-reach {
  --ey-reach-height-desktop: 70dvh;
  --ey-reach-height-mobile: 55dvh;
  --ey-reach-background-desktop: none;
  --ey-reach-background-mobile: var(--ey-reach-background-desktop);
  --ey-reach-overlay: #000;
  --ey-reach-overlay-opacity: 0;
  --ey-reach-text: #fff;
  --ey-reach-highlight: var(--color-primary);
  --ey-reach-button-text: #fff;
  --ey-reach-button-border: #fff;
  --ey-reach-features-bg: #fff;
  --ey-reach-features-text: var(--color-main-dark);
  position: relative;
  isolation: isolate;
  min-height: 70dvh;
  min-height: var(--ey-reach-height-desktop);
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
  color: #fff;
  color: var(--ey-reach-text);
  background-image: none;
  background-image: var(--ey-reach-background-desktop);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-reach__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--ey-reach-overlay);
  opacity: calc(var(--ey-reach-overlay-opacity) / 100);
  pointer-events: none;
}
.ey-reach__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 88px;
}
.ey-reach__title {
  width: 100%;
  max-width: 656px;
  margin: 0;
  color: var(--ey-reach-text);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ey-reach__title > span {
  display: inline;
}
.ey-reach__title > span:not(:last-child)::after {
  content: " ";
}
.ey-reach__highlight {
  color: var(--ey-reach-highlight);
}
.ey-reach__heading-image {
  width: 145px;
}
.ey-reach__description-row {
  display: flex;
  max-width: 656px;
  align-items: flex-end;
  gap: 18px;
}
.ey-reach__description {
  margin: 0;
  color: var(--ey-reach-text);
  font-size: 22px;
  line-height: 1.35;
}
.ey-reach__marquee {
  width: 100%;
  margin-top: 104px;
  overflow: hidden;
  direction: ltr;
}
.ey-reach__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}
.ey-reach__group {
  display: flex;
  flex: none;
  align-items: stretch;
  gap: 16px;
  padding-right: 16px;
}
.ey-reach__feature {
  display: flex;
  flex: none;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 36px 64px;
  color: var(--ey-reach-features-text);
  background: var(--ey-reach-features-bg);
}
.ey-reach__feature-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 32px;
  font-size: 36px;
  line-height: 1;
}
.ey-reach__feature-icon-img {
  display: inline-block;
  flex: 0 0 40px;
  width: 40px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ey-reach__feature-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ey-reach--flush-bottom + .s-block {
  margin-top: 0;
}

[dir=rtl] .ey-reach__feature {
  direction: rtl;
}

@media (max-width: 991px) {
  .ey-reach {
    min-height: var(--ey-reach-height-mobile);
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .ey-reach__content {
    align-items: center;
    gap: 30px;
  }
  .ey-reach__title {
    max-width: 656px;
    font-size: 40px;
    letter-spacing: -0.025em;
    text-align: center;
  }
  .ey-reach__marquee {
    margin-top: 100px;
  }
  .ey-reach__feature {
    min-height: 90px;
    padding: 25px 40px;
  }
  .ey-reach__feature-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ey-reach {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .ey-reach__content {
    gap: 25px;
  }
  .ey-reach__title {
    font-size: 36px;
    letter-spacing: -0.022em;
  }
  .ey-reach__marquee {
    margin-top: 80px;
  }
  .ey-reach__feature {
    gap: 10px;
    min-height: 68px;
    padding: 20px 25px;
  }
  .ey-reach__feature-icon {
    flex-basis: 28px;
    width: 28px;
    height: 28px;
    font-size: 26px;
  }
  .ey-reach__feature-text {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .ey-reach {
    padding-top: 60px;
    padding-bottom: 30px;
    background-image: var(--ey-reach-background-mobile);
  }
  .ey-reach__content {
    gap: 20px;
  }
  .ey-reach__title {
    font-size: 28px;
    letter-spacing: -0.01em;
  }
  .ey-reach__marquee {
    margin-top: 60px;
  }
  .ey-reach__feature {
    min-height: 58px;
    padding: 15px 20px;
  }
}
.ey-section-heading__arrow {
  border: 1px solid color-mix(in srgb, var(--ey-heading-ink, var(--color-main-dark)) 10%, transparent);
  transition: color 650ms cubic-bezier(0.2, 0.75, 0.25, 1), border-color 450ms ease, transform 300ms ease;
}
.ey-section-heading__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background: var(--color-primary);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-section-heading__arrow svg {
  position: relative;
  z-index: 2;
  transform: none;
  transition: fill 650ms cubic-bezier(0.2, 0.75, 0.25, 1), stroke 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-section-heading__arrow--prev svg {
  transform: rotate(180deg);
}
.ey-section-heading__arrow:hover {
  border-color: var(--color-primary) !important;
  color: var(--color-primary-reverse) !important;
  transform: translateY(-2px);
}
.ey-section-heading__arrow:hover::before {
  transform: scaleY(1);
}
.ey-section-heading__arrow:hover svg {
  fill: var(--color-primary-reverse) !important;
  stroke: var(--color-primary-reverse) !important;
}
.ey-section-heading__arrow:focus-visible {
  outline: 2px solid var(--ey-heading-ink, var(--color-main-dark));
  outline-offset: 4px;
}
.ey-section-heading__arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}
.ey-section-heading--title-left .ey-section-heading__aside {
  align-items: flex-end;
  justify-content: space-between;
}

[dir=rtl] .ey-section-heading__arrow--prev svg {
  transform: none;
}
[dir=rtl] .ey-section-heading__arrow--next svg {
  transform: rotate(180deg);
}

.ey-formatted-title__image-reveal {
  --ey-image-reveal-background: var(--ey-heading-background, #fff);
}

@media (max-width: 991px) {
  .ey-section-heading {
    min-height: 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .ey-section-heading__title, .ey-section-heading__title-last {
    width: 100%;
    max-width: none;
    font-size: 40px;
    font-size: var(--ey-heading-title-size-tablet, 40px);
    letter-spacing: -0.025em;
  }
  .ey-section-heading__aside {
    display: contents;
  }
  .ey-section-heading__description {
    width: min(100%, 450px);
    width: min(100%, var(--ey-heading-description-width-tablet, 450px));
    font-size: 22px;
    font-size: var(--ey-heading-description-size-tablet, 22px);
  }
  .ey-section-heading__description-row {
    width: min(100%, 450px);
    width: min(100%, var(--ey-heading-description-width-tablet, 450px));
    flex-direction: column;
    align-items: center;
  }
  .ey-section-heading__controls {
    order: 3;
  }
  .ey-section-heading__arrow {
    width: 60px;
    height: 60px;
  }
  .ey-section-heading--description-left .ey-section-heading__title,
  .ey-section-heading--description-left .ey-section-heading__title-last {
    order: 1;
  }
  .ey-section-heading--description-left .ey-section-heading__description {
    order: 2;
  }
  .ey-section-heading--description-left .ey-section-heading__controls {
    order: 3;
  }
}
@media (max-width: 767px) {
  .ey-section-heading__arrow {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 479px) {
  .ey-section-heading {
    gap: 15px;
  }
  .ey-section-heading__title, .ey-section-heading__title-last {
    font-size: 32px;
    font-size: var(--ey-heading-title-size-mobile, 32px);
    letter-spacing: -0.01em;
  }
  .ey-section-heading__description {
    width: 100%;
    font-size: 20px;
    font-size: var(--ey-heading-description-size-mobile, 20px);
    line-height: 1.25;
  }
  .ey-section-heading__arrow {
    width: 50px;
    height: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-section-heading__arrow {
    transition: none;
  }
}
.ey-customers {
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-customers__slider .swiper {
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
}
.ey-customers__slider .swiper-wrapper {
  align-items: stretch;
}
.ey-customers--flush-bottom + .s-block {
  margin-top: 0;
}

[dir=rtl] .ey-customers__card {
  direction: rtl;
}

@media (max-width: 991px) {
  .ey-customers {
    --ey-customers-gap: 20px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-customers__wrapper {
    padding-bottom: 112px;
  }
  .ey-customers__controls {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    gap: 46px;
    transform: translateX(-50%);
  }
  .ey-customers__slider .swiper {
    width: min(100%, 410px);
    margin-left: auto;
    margin-right: auto;
  }
  .ey-customers__card {
    min-height: 261px;
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .ey-customers {
    --ey-customers-gap: 15px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ey-customers__wrapper {
    padding-bottom: 80px;
  }
  .ey-customers__card {
    min-height: 239px;
    gap: 15px;
    padding: 15px;
  }
  .ey-customers__text {
    font-size: 16px;
    line-height: 1.55;
  }
  .ey-customers__star {
    width: 18px;
    height: 18px;
  }
  .ey-customers__name {
    font-size: 18px;
  }
  .ey-customers__date {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-customers__slider .swiper-wrapper {
    transition: none !important;
  }
}
.ey-everyone {
  --ey-everyone-background: #fff;
  --ey-everyone-ink: var(--color-main-dark);
  --ey-everyone-muted: rgba(23, 23, 23, 0.6);
  --ey-everyone-button-background: #fff;
  --ey-everyone-button-text: var(--color-main-dark);
  --ey-everyone-gap: 16px;
  --ey-everyone-items-desktop: 3;
  --ey-everyone-items-tablet: 2;
  --ey-everyone-items-mobile: 1;
  --ey-heading-title-width: 830px;
  --ey-heading-aside-width: 329px;
  --ey-heading-min-height: 160px;
  --ey-heading-description-line: 1.25;
  --ey-heading-background: var(--ey-everyone-background);
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
  color: var(--ey-everyone-ink);
  background: #fff;
  background: var(--ey-everyone-background);
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-everyone__wrapper {
  position: relative;
}
.ey-everyone__heading--with-controls .ey-everyone__heading-side {
  justify-content: space-between;
}
.ey-everyone__collection {
  width: 100%;
  margin-top: 60px;
}
.ey-everyone__viewport {
  width: 100%;
}
.ey-everyone__track {
  gap: var(--ey-everyone-gap);
}
.ey-everyone__collection--grid .ey-everyone__track {
  display: grid;
  grid-template-columns: repeat(var(--ey-everyone-items-desktop), minmax(0, 1fr));
}
.ey-everyone__collection--slider .ey-everyone__viewport {
  overflow: hidden;
  touch-action: pan-y;
}
.ey-everyone__collection--slider .ey-everyone__track {
  display: flex;
  align-items: stretch;
  will-change: transform;
}
.ey-everyone__collection--slider .ey-everyone__slide {
  flex: 0 0 calc((100% - var(--ey-everyone-gap) * (3 - 1)) / 3);
  flex: 0 0 calc((100% - var(--ey-everyone-gap) * (var(--ey-slider-items, 3) - 1)) / var(--ey-slider-items, 3));
}
.ey-everyone__slide {
  min-width: 0;
}
.ey-everyone__card {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 25/32;
  overflow: hidden;
  background: #eee;
}
.ey-everyone__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.001);
  transition: transform 850ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-everyone__image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.18));
  opacity: 0.35;
  transition: opacity 450ms ease;
}
.ey-everyone__button-position {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  z-index: 2;
}
.ey-everyone__button {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(247, 246, 243, 0.9);
  color: var(--ey-everyone-button-text);
  background: color-mix(in srgb, var(--ey-everyone-button-background) 60%, transparent);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  transition: color 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-everyone__button:hover .ey-everyone__button-fill {
  transform: scaleY(1);
}
.ey-everyone__button:hover .ey-everyone__button-icon {
  transform: translateX(4px);
}
.ey-everyone__button:focus-visible {
  outline: 2px solid var(--ey-everyone-button-background);
  outline-offset: 4px;
}
.ey-everyone__button-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--ey-everyone-button-background);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-everyone__button-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.ey-everyone__button-icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-everyone__card:hover .ey-everyone__image {
  transform: scale(1.055);
}
.ey-everyone__card:hover .ey-everyone__image-overlay {
  opacity: 0.65;
}
.ey-everyone--flush-bottom + .s-block {
  margin-top: 0;
}

[dir=rtl] .ey-everyone__collection--slider .ey-everyone__track {
  direction: ltr;
}
[dir=rtl] .ey-everyone__card {
  direction: rtl;
}
[dir=rtl] .ey-everyone__button-icon {
  transform: scaleX(-1);
}
[dir=rtl] .ey-everyone__button:hover .ey-everyone__button-icon {
  transform: scaleX(-1) translateX(4px);
}

@media (max-width: 991px) {
  .ey-everyone {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-everyone__collection {
    margin-top: 50px;
  }
  .ey-everyone__collection--grid .ey-everyone__track {
    grid-template-columns: repeat(var(--ey-everyone-items-tablet), minmax(0, 1fr));
  }
  .ey-everyone--slider .ey-everyone__wrapper {
    padding-bottom: 82px;
  }
  .ey-everyone__heading--with-controls .ey-everyone__controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .ey-everyone__button {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ey-everyone {
    --ey-heading-title-size-mobile: 32px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ey-everyone__collection {
    margin-top: 30px;
  }
  .ey-everyone__collection--grid .ey-everyone__track {
    grid-template-columns: repeat(var(--ey-everyone-items-mobile), minmax(0, 1fr));
  }
  .ey-everyone__card {
    min-height: 350px;
    aspect-ratio: auto;
  }
  .ey-everyone__button-position {
    right: 22px;
    bottom: 20px;
    left: 22px;
  }
  .ey-everyone__button {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-everyone__image, .ey-everyone__image-overlay, .ey-everyone__button, .ey-everyone__button-fill, .ey-everyone__button-icon {
    transition: none;
  }
}
.ey-find {
  --ey-find-background: #fff;
  --ey-find-ink: var(--color-main-dark);
  --ey-find-muted: rgba(23, 23, 23, 0.6);
  --ey-find-stack-gap: 40px;
  --ey-find-life-text: var(--color-main-dark);
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
  color: var(--ey-find-ink);
  background: #fff;
  background: var(--ey-find-background);
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-find__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.ey-find__title {
  width: min(100%, 880px);
  margin: 0;
  color: var(--ey-find-ink);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .ey-find__title {
    max-width: 50%;
  }
}
.ey-find__title > span {
  display: inline;
}
.ey-find__heading-image {
  width: 145px;
}
.ey-find__title-muted {
  color: var(--ey-find-muted);
}
.ey-find__intro {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
}
.ey-find__intro-image-frame {
  position: relative;
  flex: 0 0 160px;
  width: 160px;
  overflow: hidden;
}
.ey-find__intro-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.001);
  transform-origin: center;
}
.ey-find__image-reveal {
  --ey-image-reveal-background: var(--ey-find-background);
}
.ey-find__intro-text {
  width: min(100%, 233px);
  margin: 0;
  color: var(--ey-find-muted);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.ey-find .ey-divider {
  --ey-divider-color: var(--ey-find-muted);
}
.ey-find__stack {
  display: flex;
  flex-direction: column;
  gap: var(--ey-find-stack-gap);
}
.ey-find__card {
  position: sticky;
  z-index: var(--ey-find-card-z);
  top: var(--ey-find-card-top);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 224px;
  padding: 46px 140px;
  color: var(--ey-find-ink);
  background: var(--ey-find-card-background);
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 350ms ease;
}
a.ey-find__card:hover {
  color: var(--ey-find-ink);
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.08);
}
.ey-find__card-copy {
  display: flex;
  width: min(100%, 574px);
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.ey-find__card-title {
  margin: 0;
  color: var(--ey-find-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ey-find__card-description {
  margin: 0;
  color: #0b0d13;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.476;
}
.ey-find__card-image-frame {
  flex: 0 0 182px;
  width: 182px;
  transform: rotate(-14deg);
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-find__card-image {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
a.ey-find__card:hover .ey-find__card-image-frame {
  transform: rotate(-10deg) scale(1.035);
}
.ey-find--life {
  background: var(--ey-find-background);
}
.ey-find--life .ey-find__top {
  align-items: flex-start;
  flex-direction: row-reverse;
}
.ey-find--life .ey-find__title {
  width: auto;
  text-align: right;
}
@media (min-width: 992px) {
  .ey-find--life .ey-find__title {
    max-width: 80%;
  }
}
.ey-find--life .ey-find__intro {
  justify-content: flex-start;
}
@media (min-width: 992px) {
  .ey-find--life .ey-find__intro {
    width: 40%;
  }
}
.ey-find--life .ey-find__card {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
}
.ey-find--life a.ey-find__card:hover {
  box-shadow: none;
}
.ey-find--life .ey-find__card-copy:empty {
  display: none;
}
.ey-find--life .ey-find__card-image-frame,
.ey-find--life a.ey-find__card:hover .ey-find__card-image-frame {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  transform: none;
}
.ey-find--life .ey-find__card-image {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(1.001);
  transition: transform 900ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-find--life a.ey-find__card:hover .ey-find__card-image {
  transform: scale(1.035);
}
.ey-find--life .ey-find__life-content {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  bottom: max(26px, min(6%, 52px));
  color: var(--ey-find-life-text);
  text-align: center;
}
.ey-find--life .ey-find__card-title {
  color: inherit;
  font-size: max(17px, min(1.6vw, 22px));
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.ey-find--life .ey-find__life-icon {
  display: inline-flex;
  width: auto;
  height: auto;
  flex: none;
  align-items: center;
  justify-content: center;
}
.ey-find--life .ey-find__life-icon i {
  font-size: max(25px, min(2.3vw, 32px));
}
.ey-find--flush-bottom + .s-block {
  margin-top: 0;
}

[dir=rtl] .ey-find__card-image-frame {
  transform: rotate(14deg);
}
[dir=rtl] a.ey-find__card:hover .ey-find__card-image-frame {
  transform: rotate(10deg) scale(1.035);
}

[dir=rtl] .ey-find.ey-find--life .ey-find__card-image-frame,
[dir=rtl] .ey-find.ey-find--life a.ey-find__card:hover .ey-find__card-image-frame {
  transform: none;
}

@media (max-width: 991px) {
  .ey-find {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-find__top {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .ey-find__title {
    width: min(100%, 880px);
    font-size: 56px;
    text-align: center;
  }
  .ey-find__intro {
    width: min(100%, 620px);
    flex-direction: column;
    align-items: center;
  }
  .ey-find__intro-image-frame {
    width: 100%;
    flex-basis: auto;
  }
  .ey-find__intro-text {
    order: -1;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .ey-find__card {
    padding: 40px;
  }
  .ey-find--life .ey-find__top {
    align-items: center;
    flex-direction: column;
  }
  .ey-find--life .ey-find__title {
    text-align: center;
  }
  .ey-find--life .ey-find__intro {
    align-items: center;
  }
  .ey-find--life .ey-find__card {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .ey-find {
    --ey-find-stack-gap: 20px;
  }
  .ey-find__card {
    padding: 30px;
  }
  .ey-find__card-image-frame, a.ey-find__card:hover .ey-find__card-image-frame {
    transform: none;
  }
  [dir=rtl] .ey-find__card-image-frame, [dir=rtl] a.ey-find__card:hover .ey-find__card-image-frame {
    transform: none;
  }
}
@media (max-width: 479px) {
  .ey-find {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ey-find__top {
    gap: 20px;
  }
  .ey-find__title {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.01em;
  }
  .ey-find__intro {
    gap: 30px;
  }
  .ey-find__intro-image-frame {
    width: calc(100% - 24px);
  }
  .ey-find__intro-text {
    font-size: 20px;
    line-height: 1.25;
  }
  .ey-find__card {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    min-height: 0;
    padding: 25px 20px;
  }
  .ey-find--classic .ey-find__card:nth-child(2) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .ey-find__card-copy {
    width: 100%;
  }
  .ey-find__card-title {
    font-size: 20px;
    line-height: 1.33;
  }
  .ey-find__card-description {
    font-size: 16px;
    line-height: 1.66;
  }
  .ey-find__card-image-frame {
    width: 100%;
    flex-basis: auto;
  }
  .ey-find--life .ey-find__card {
    padding: 0;
  }
  .ey-find--life .ey-find__card-image-frame {
    min-height: 0;
    height: auto;
    aspect-ratio: auto;
  }
  .ey-find--life .ey-find__life-content {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    bottom: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ey-find--life .ey-find__card-title {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-find__card, .ey-find__card-image-frame, .ey-find__card-image {
    transition: none;
  }
}
.ey-next {
  position: relative;
  height: var(--ey-next-height-desktop);
  min-height: 1138px;
  margin: 0;
  padding: 120px 0 200px;
  overflow: hidden;
  color: var(--ey-next-card-text);
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-next__background, .ey-next__background img, .ey-next__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ey-next__background {
  z-index: 0;
  overflow: hidden;
}
.ey-next__background img {
  height: 130%;
  top: -15%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.ey-next__overlay {
  z-index: 1;
  background: var(--ey-next-overlay);
  opacity: var(--ey-next-overlay-opacity);
  pointer-events: none;
}
.ey-next__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.ey-next__panel {
  width: min(100%, 766px);
  margin-left: auto;
  margin-right: auto;
}
.ey-next__frame {
  width: 100%;
  height: 538px;
}
.ey-next__frame-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.ey-next__card {
  display: flex;
  min-height: 281px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
  border: 1px solid var(--ey-next-card-border);
  color: var(--ey-next-card-text);
  background: var(--ey-next-card-background);
  text-align: center;
}
.ey-next__title {
  display: block;
  margin: 0;
  color: inherit;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.ey-next__title > span {
  display: inline;
}
.ey-next__title-highlight {
  color: var(--ey-next-card-muted);
}
.ey-next__heading-image {
  width: 100px;
  height: 40px;
}
.ey-next__description-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 15px 0 30px;
}
.ey-next__description {
  margin: 0;
  color: var(--ey-next-card-muted);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
}
.ey-next__description-image {
  flex: 0 0 90px;
  width: 90px;
  height: 65px;
}
.ey-next__button-wrap {
  display: flex;
}
.ey-next__button {
  position: relative;
  display: flex;
  padding: 20px 30px;
  overflow: hidden;
  border: 2px solid var(--ey-next-button-border);
  color: var(--ey-next-button-text);
  background: transparent;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 400ms ease;
}
.ey-next__button:hover {
  color: var(--ey-next-card-background);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.ey-next__button:hover .ey-next__button-fill {
  transform: scaleY(1);
}
.ey-next__button:hover svg {
  transform: translateX(4px);
}
.ey-next__button-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--ey-next-button-background);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-next__button-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 3px;
}
.ey-next__button-content svg {
  transition: transform 650ms ease;
}
.ey-next--flush-bottom + .s-block {
  margin-top: 0;
}

[dir=rtl] .ey-next__button-content svg {
  transform: scaleX(-1);
}

[dir=rtl] .ey-next__button:hover .ey-next__button-content svg {
  transform: scaleX(-1) translateX(4px);
}

@media (max-width: 991px) {
  .ey-next {
    min-height: 950px;
    padding-bottom: 100px;
  }
  .ey-next__frame {
    height: auto;
  }
  .ey-next__background img {
    height: 130%;
  }
}
@media (max-width: 767px) {
  .ey-next {
    height: var(--ey-next-height-mobile);
    min-height: 800px;
    padding: 80px 0;
  }
  .ey-next__card {
    min-height: 0;
    padding: 30px 24px;
  }
  .ey-next__title {
    font-size: 32px;
  }
  .ey-next__description {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .ey-next {
    min-height: 600px;
    padding: 60px 0;
  }
  .ey-next__card {
    padding: 25px 20px;
  }
  .ey-next__title {
    font-size: 28px;
  }
  .ey-next__description-row {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .ey-next__button {
    padding: 15px 20px;
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-next__button, .ey-next__button-fill, .ey-next__button-content svg {
    transition: none;
  }
}
.ey-explore {
  --ey-heading-ink: var(--ey-explore-text);
  --ey-heading-muted: var(--ey-explore-muted);
  --ey-heading-title-width: 758px;
  --ey-heading-aside-width: 338px;
  --ey-heading-title-size: 80px;
  margin: 0;
  padding: 120px 0;
  overflow: hidden;
  color: var(--ey-explore-text);
  background: var(--ey-explore-background);
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-explore__container {
  overflow-x: clip;
}
.ey-explore__heading {
  padding-top: 12px;
}
.ey-explore__heading-side {
  gap: 30px;
}
.ey-explore--center-heading {
  --ey-heading-title-width: 857px;
}
.ey-explore--center-heading .ey-explore__heading {
  min-height: 225px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ey-explore--center-heading .ey-explore__title {
  width: min(100%, 750px);
  text-align: center;
}
.ey-explore--center-heading .ey-explore__heading-side {
  display: flex;
  width: min(100%, 1044px);
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: center;
  justify-content: space-between;
  margin-top: -75px;
  margin-left: 130px;
}
.ey-explore--center-heading .ey-section-heading__description-row {
  order: 1;
  width: 100%;
  flex: 0 0 100%;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.ey-explore--center-heading .ey-explore__description {
  width: min(100%, 296px);
  margin-left: auto;
}
.ey-explore--center-heading .ey-formatted-title__image--description {
  width: min(100%, 610px);
  height: 60px;
}
.ey-explore--center-heading .ey-explore__controls {
  order: 2;
  align-self: flex-end;
  margin-top: 30px;
  margin-left: auto;
}
.ey-explore__controls {
  align-self: flex-end;
}
.ey-explore__arrow {
  color: var(--ey-explore-arrow);
  border-color: color-mix(in srgb, var(--ey-explore-text, var(--color-main-dark)) 10%, transparent);
}
.ey-explore .ey-divider {
  --ey-divider-color: var(--ey-explore-border);
  --ey-divider-margin-tablet: 30px;
  --ey-divider-margin-mobile: 30px;
}
.ey-explore__products {
  display: block;
  width: 100%;
}
.ey-explore__products .swiper-slide,
.ey-explore__products .swiper-wrapper > div,
.ey-explore__products salla-slider[type] .swiper > div > div > div,
.ey-explore__products salla-slider[type]:not(.hydrated) > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.ey-explore__products salla-slider {
  display: block;
  width: 100%;
  overflow: visible;
}
.ey-explore__products salla-slider .swiper {
  overflow: visible;
}
.ey-explore__products .ey-products-renderer__slide {
  width: min(400px, 100vw - 30px);
  height: auto;
}
.ey-explore__products .ey-products-renderer__grid {
  display: grid;
  grid-template-columns: repeat(var(--ey-products-desktop), minmax(0, 1fr));
  grid-gap: 30px;
  gap: 30px;
}
.ey-explore--flush-bottom + .s-block {
  margin-top: 0;
}

.ey-products-renderer__state {
  padding: 60px 20px;
  color: var(--ey-explore-muted);
  text-align: center;
}
.ey-products-renderer__skeleton {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 400px));
  grid-gap: 30px;
  gap: 30px;
  overflow: hidden;
}
.ey-products-renderer__skeleton-card {
  display: block;
  min-width: 280px;
}
.ey-products-renderer__skeleton-card span {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(90deg, #eee 25%, #f7f7f7 50%, #eee 75%);
  background-size: 200% 100%;
  animation: ey-products-skeleton 1.4s linear infinite;
}
.ey-products-renderer__skeleton-card i {
  display: block;
  width: 70%;
  height: 22px;
  margin-top: 24px;
  background: #eee;
}

@media (max-width: 991px) {
  .ey-explore {
    --ey-heading-title-size-tablet: 40px;
    padding: 100px 0;
  }
  .ey-explore__heading {
    gap: 20px;
  }
  .ey-explore__controls {
    order: 3;
    align-self: center;
  }
  .ey-explore__products .ey-products-renderer__grid {
    grid-template-columns: repeat(var(--ey-products-tablet), minmax(0, 1fr));
    gap: 25px;
  }
  .ey-explore--center-heading .ey-explore__heading {
    min-height: 0;
  }
  .ey-explore--center-heading .ey-explore__heading-side {
    display: contents;
    width: auto;
    margin: 0;
  }
  .ey-explore--center-heading .ey-section-heading__description-row {
    width: min(100%, 610px);
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .ey-explore--center-heading .ey-explore__description {
    width: min(100%, 450px);
    margin: 0;
    text-align: center;
  }
  .ey-explore--center-heading .ey-formatted-title__image--description {
    width: min(100%, 610px);
    height: auto;
    aspect-ratio: 10/1;
  }
  .ey-explore--center-heading .ey-explore__controls {
    align-self: center;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .ey-explore {
    padding: 80px 0;
  }
  .ey-explore__products .ey-products-renderer__grid {
    grid-template-columns: repeat(var(--ey-products-mobile), minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 479px) {
  .ey-explore {
    --ey-heading-title-size-mobile: 28px;
    padding: 60px 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-products-renderer__skeleton-card span {
    animation: none;
  }
}
@keyframes ey-products-skeleton {
  to {
    background-position: -200% 0;
  }
}
.ey-tricker--static .ey-tricker__item {
  flex: 0 1 auto;
}
.ey-tricker--flush-bottom + .s-block {
  margin-top: 0;
}

@media (max-width: 991px) {
  .ey-tricker__list {
    flex-wrap: wrap;
    gap: 30px;
  }
  .ey-tricker__image {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .ey-tricker {
    padding-top: var(--ey-tricker-padding-mobile);
    padding-bottom: var(--ey-tricker-padding-mobile);
  }
  .ey-tricker__container {
    width: min(100% - 32px, 560px);
  }
  .ey-tricker--static .ey-tricker__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 28px 18px;
    gap: 28px 18px;
  }
  .ey-tricker--static .ey-tricker__item {
    justify-content: center;
  }
  .ey-tricker--static .ey-tricker__separator {
    display: none;
  }
  .ey-tricker__image {
    max-width: min(180px, 38vw);
    height: min(var(--ey-tricker-image-height), 48px);
  }
  .ey-tricker__icon {
    font-size: min(var(--ey-tricker-icon-size), 48px);
  }
  .ey-tricker__group {
    gap: 28px;
    padding-left: 28px;
  }
  .ey-tricker__separator {
    margin-left: 14px;
  }
}
@media (max-width: 420px) {
  .ey-tricker--static .ey-tricker__list {
    gap: 24px 12px;
  }
  .ey-tricker__image {
    max-width: 40vw;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-tricker__track {
    transform: none !important;
  }
}
.ey-stats-testimonials {
  --ey-stats-background: var(--color-primary);
  --ey-stats-card-background: #fff;
  --ey-stats-ink: var(--color-main-dark);
  --ey-stats-muted: rgba(23, 23, 23, 0.6);
  --ey-stats-accent: var(--color-primary);
  position: relative;
  margin: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
  color: var(--ey-stats-ink);
  background: var(--ey-stats-background);
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-stats-testimonials__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
}
.ey-stats-testimonials__stat {
  display: flex;
  min-width: 0;
  min-height: 304px;
  flex-direction: column;
  padding: 24px;
  color: var(--ey-stats-ink);
  background: var(--ey-stats-card-background);
  transition: box-shadow 650ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 650ms cubic-bezier(0.2, 0.75, 0.25, 1);
}
.ey-stats-testimonials__stat:hover {
  z-index: 2;
  box-shadow: 0 24px 60px rgba(23, 23, 23, 0.12);
  transform: translateY(-8px);
}
.ey-stats-testimonials__stat-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  flex: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ey-stats-accent);
}
.ey-stats-testimonials__stat-icon img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ey-stats-testimonials__stat-value {
  margin-top: auto;
  margin-bottom: 15px;
  color: var(--ey-stats-ink);
  font-size: max(46px, min(4.6vw, 72px));
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.ey-stats-testimonials__stat-label {
  color: var(--ey-stats-muted);
  font-size: 18px;
  line-height: 1.35;
}
.ey-stats-testimonials__reviews {
  --ey-testimonial-progress: 33.333%;
  position: relative;
  margin-top: 120px;
  padding-bottom: 150px;
}
.ey-stats-testimonials__slider {
  display: block;
  width: min(100%, 1000px);
  margin-left: auto;
  margin-right: auto;
}
.ey-stats-testimonials__slider .swiper {
  overflow: hidden;
}
.ey-stats-testimonials__slide {
  height: auto;
}
.ey-stats-testimonials__review {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ey-stats-testimonials__quote {
  display: block;
  width: 51px;
  height: auto;
}
.ey-stats-testimonials__review-text {
  width: 100%;
  margin: 32px 0;
  color: var(--ey-stats-ink);
  font-size: max(28px, min(3vw, 44px));
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.025em;
  text-transform: none;
}
.ey-stats-testimonials__author {
  display: flex;
  align-items: center;
  gap: 20px;
  text-align: left;
}
.ey-stats-testimonials__avatar {
  display: block;
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ey-stats-testimonials__author-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.ey-stats-testimonials__author-name {
  color: var(--ey-stats-ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.ey-stats-testimonials__author-date {
  color: var(--ey-stats-muted);
  font-size: 18px;
  line-height: 1.4;
}
.ey-stats-testimonials__navigation {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(200px, 870px) minmax(190px, 1fr);
  align-items: center;
  grid-gap: 24px;
  gap: 24px;
}
.ey-stats-testimonials__control {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--ey-stats-muted);
  font-size: 20px;
  line-height: 1;
}
.ey-stats-testimonials__control--next {
  justify-content: flex-end;
}
.ey-stats-testimonials__arrow {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.ey-stats-testimonials__arrow::before {
  background: #ffffff !important;
  transform: scaleY(0) !important;
}
.ey-stats-testimonials__arrow svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.ey-stats-testimonials__arrow:hover {
  border-color: #000000 !important;
  color: #000000 !important;
}
.ey-stats-testimonials__arrow:hover::before {
  transform: scaleY(1) !important;
}
.ey-stats-testimonials__arrow:hover svg {
  fill: #000000 !important;
  stroke: #000000 !important;
}
.ey-stats-testimonials__progress {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  overflow: hidden;
  background: #ccb749;
}
.ey-stats-testimonials__progress-value {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: var(--ey-testimonial-progress);
  background: var(--ey-stats-ink);
  transition: width 500ms ease;
}
.ey-stats-testimonials--flush-bottom + .s-block {
  margin-top: 0;
}

[dir=rtl] .ey-stats-testimonials__progress-value {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

@media (max-width: 991px) {
  .ey-stats-testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-stats-testimonials__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .ey-stats-testimonials__stat {
    min-height: 270px;
  }
  .ey-stats-testimonials__reviews {
    margin-top: 100px;
    padding-bottom: 120px;
  }
  .ey-stats-testimonials__review-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ey-stats-testimonials__navigation {
    grid-template-columns: 1fr 1fr;
  }
  .ey-stats-testimonials__progress {
    display: none;
  }
}
@media (max-width: 767px) {
  .ey-stats-testimonials__stats {
    display: flex;
    flex-direction: column;
  }
  .ey-stats-testimonials__stat {
    position: sticky;
    z-index: 1;
    top: var(--ey-stat-sticky-top);
    min-height: 235px;
  }
  .ey-stats-testimonials__reviews {
    margin-top: 80px;
  }
  .ey-stats-testimonials__review-text {
    font-size: 26px;
  }
  .ey-stats-testimonials__control--previous {
    justify-content: flex-start;
  }
  .ey-stats-testimonials__control--next {
    justify-content: flex-end;
  }
}
@media (max-width: 479px) {
  .ey-stats-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ey-stats-testimonials__stats {
    gap: 15px;
  }
  .ey-stats-testimonials__stat {
    min-height: 210px;
    padding: 20px;
  }
  .ey-stats-testimonials__stat-icon {
    width: 40px;
    height: 40px;
  }
  .ey-stats-testimonials__stat-icon img {
    width: 20px;
    height: 20px;
  }
  .ey-stats-testimonials__stat-value {
    margin-bottom: 10px;
    font-size: 48px;
  }
  .ey-stats-testimonials__stat-label {
    font-size: 16px;
  }
  .ey-stats-testimonials__reviews {
    margin-top: 60px;
    padding-bottom: 90px;
  }
  .ey-stats-testimonials__quote {
    width: 42px;
  }
  .ey-stats-testimonials__review-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.28;
  }
  .ey-stats-testimonials__author {
    gap: 14px;
  }
  .ey-stats-testimonials__avatar {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
  .ey-stats-testimonials__author-name {
    font-size: 18px;
  }
  .ey-stats-testimonials__author-date {
    font-size: 15px;
  }
  .ey-stats-testimonials__arrow {
    width: 55px;
    height: 55px;
    flex-basis: 55px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-stats-testimonials__slider .swiper-wrapper, .ey-stats-testimonials__progress-value, .ey-stats-testimonials__arrow {
    transition: none !important;
  }
}
.ey-contact {
  --ey-contact-bg: #fff;
  --ey-contact-text: var(--color-main-dark);
  --ey-contact-muted: rgba(23, 23, 23, 0.6);
  --ey-contact-focus: var(--color-primary);
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-contact__image-reveal {
  --ey-image-reveal-z: 2;
  --ey-image-reveal-background: #f7f6f3;
}
.ey-contact__title-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.ey-contact__title-word-inner {
  display: inline-block;
  will-change: transform;
}
.ey-contact__field {
  outline: 0;
  background-size: auto;
}
.ey-contact__field::-moz-placeholder {
  color: rgba(23, 23, 23, 0.6);
  opacity: 1;
}
.ey-contact__field::placeholder {
  color: rgba(23, 23, 23, 0.6);
  opacity: 1;
}
.ey-contact__field:focus {
  border-color: var(--ey-contact-focus);
  box-shadow: none;
}
.ey-contact__field--name {
  background-image: url("https://cdn.prod.website-files.com/68f2410302676d635788acc0/68f661b364347fc892ac1d27_User%20Icon.svg");
}
.ey-contact__field--email {
  background-image: url("https://cdn.prod.website-files.com/68f2410302676d635788acc0/68f661b3e71cdb45767010aa_Massage%20Icon.svg");
}
.ey-contact__field--phone {
  background-image: url("https://cdn.prod.website-files.com/68f2410302676d635788acc0/68f661b3ff616a9b66989523_Call%20Icon.svg");
}
.ey-contact__message {
  background-image: url("https://cdn.prod.website-files.com/68f2410302676d635788acc0/68f661b369c0ce2cd1852f8b_Massage.svg");
}
.ey-contact__form-block > .ey-contact__message {
  background-image: none;
}
.ey-contact__form-block > .ey-contact__message[hidden] {
  display: none;
}
.ey-contact__submit:focus-visible {
  outline: 2px solid var(--ey-contact-text);
  outline-offset: 3px;
}

html[dir=rtl] .ey-contact__field,
[dir=rtl] .ey-contact__field {
  background-position: right 17px center;
}
html[dir=rtl] .ey-contact__message,
[dir=rtl] .ey-contact__message {
  background-position: right 17px top 17px;
}

html[dir=ltr] .ey-contact__field,
[dir=ltr] .ey-contact__field {
  background-position: left 17px center;
}
html[dir=ltr] .ey-contact__message,
[dir=ltr] .ey-contact__message {
  background-position: left 17px top 17px;
}

@media (max-width: 991px) {
  .ey-contact {
    padding-bottom: 60px;
  }
  .ey-contact__image-block {
    grid-template-columns: minmax(0, 1fr);
    padding-left: 15px;
    padding-right: 15px;
  }
  .ey-contact__image {
    height: 500px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  .ey-contact__image-blank, .ey-contact__form-spacer {
    display: none;
  }
  .ey-contact__details {
    position: static;
    margin-top: 60px;
  }
  .ey-contact__form-wrap {
    max-width: none;
  }
  .ey-contact__title {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .ey-contact__message {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .ey-contact__image {
    height: 400px;
  }
  .ey-contact__title {
    font-size: 36px;
    letter-spacing: -0.8px;
  }
  .ey-contact__field, .ey-contact__submit {
    font-size: 17px;
  }
  .ey-contact__message {
    min-height: 140px;
  }
}
@media (max-width: 479px) {
  .ey-contact__image {
    height: 300px;
  }
  .ey-contact__title {
    font-size: 32px;
    letter-spacing: -0.4px;
  }
  .ey-contact__field, .ey-contact__submit {
    font-size: 16px;
  }
  .ey-contact__field, .ey-contact__message {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ey-contact__message {
    min-height: 120px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-contact__image-reveal {
    display: none;
  }
  .ey-contact__field, .ey-contact__submit {
    transition: none;
  }
}
.ey-brand-story,
.ey-vision,
.ey-about-video {
  font-family: Inter, var(--font-main), Arial, sans-serif;
}

.ey-follow {
  font-family: Inter, var(--font-main), Arial, sans-serif;
}
.ey-follow__title > span {
  display: inline;
}
.ey-follow__media--1 {
  top: 70px;
  left: 40%;
}
.ey-follow__media--2 {
  top: 320px;
  left: 20%;
}
.ey-follow__media--3 {
  top: 320px;
  right: 20%;
}
.ey-follow__media--4 {
  bottom: 310px;
  left: 0;
}
.ey-follow__media--5 {
  right: 0;
  bottom: 310px;
}
.ey-follow__media--6 {
  bottom: 70px;
  left: 40%;
}
.ey-follow--flush-bottom + .s-block {
  margin-top: 0;
}

.ey-brand-story__image-reveal {
  --ey-image-reveal-z: 2;
  --ey-image-reveal-background: var(--ey-brand-story-background);
}
.ey-brand-story--flush-bottom + .s-block {
  margin-top: 0;
}

.ey-vision__card {
  outline: none;
}
.ey-vision__card-fill {
  position: absolute;
  top: -75%;
  right: -70%;
  bottom: auto;
  left: auto;
  width: 0;
  height: 0;
  border-radius: 999px;
  background-color: var(--ey-vision-hover-background);
  pointer-events: none;
  transition: width 1000ms cubic-bezier(0.16, 1, 0.3, 1), height 1000ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: width, height;
}
.ey-vision__card:hover .ey-vision__card-fill, .ey-vision__card:focus-visible .ey-vision__card-fill {
  width: max(2200px, 360%);
  height: max(2200px, 360%);
}
.ey-vision__card:hover .ey-vision__card-title, .ey-vision__card:focus-visible .ey-vision__card-title {
  color: var(--ey-vision-hover-text);
}
.ey-vision__card:hover .ey-vision__card-description, .ey-vision__card:focus-visible .ey-vision__card-description {
  color: rgba(255, 255, 255, 0.6);
}
.ey-vision--flush-bottom + .s-block {
  margin-top: 0;
}

.ey-about-video__title-muted {
  color: var(--ey-about-muted);
}
.ey-about-video__lightbox:focus-visible {
  outline: 3px solid var(--ey-about-play-bg);
  outline-offset: 5px;
}
.ey-about-video__lightbox:hover .ey-about-video__cover {
  transform: scale(1.035);
}
.ey-about-video__lightbox:hover .ey-about-video__play {
  transform: scale(1.08);
}
.ey-about-video__play span {
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid currentColor;
}
.ey-about-video__reveal {
  --ey-image-reveal-z: 3;
  --ey-image-reveal-background: var(--ey-about-bg);
}
.ey-about-video--flush-bottom + .s-block {
  margin-top: 0;
}

@media (max-width: 991px) {
  .ey-brand-story {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-brand-story__header {
    gap: 35px;
  }
  .ey-brand-story__title {
    font-size: 36px;
  }
  .ey-brand-story__content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 60px;
  }
  .ey-brand-story__team {
    gap: 30px;
  }
  .ey-brand-story__member-copy {
    margin-top: 20px;
  }
  .ey-vision {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .ey-vision__header {
    gap: 35px;
  }
  .ey-vision__title {
    font-size: 36px;
  }
  .ey-vision__card {
    gap: 40px;
    padding: 20px;
  }
  .ey-about-video {
    --ey-about-padding-top: 160px;
    --ey-about-padding-bottom: 100px;
  }
  .ey-about-video__top {
    flex-direction: column;
    gap: 28px;
    text-align: center;
  }
  .ey-about-video__description {
    font-size: 22px;
  }
  .ey-about-video__media {
    margin-top: 60px;
  }
  .ey-about-video__play {
    width: 80px;
    height: 80px;
  }
  .ey-follow__stage {
    min-height: 850px;
    padding-top: 350px;
    padding-bottom: 350px;
  }
  .ey-follow__media {
    width: min(24vw, 200px);
    max-height: 200px;
  }
  .ey-follow__media--1 {
    top: 40px;
  }
  .ey-follow__media--2 {
    top: 200px;
    left: 10%;
  }
  .ey-follow__media--3 {
    top: 200px;
    right: 10%;
  }
  .ey-follow__media--4, .ey-follow__media--5 {
    bottom: 200px;
  }
  .ey-follow__media--6 {
    bottom: 40px;
    left: 35%;
  }
}
@media (max-width: 767px) {
  .ey-brand-story__header,
  .ey-vision__header {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .ey-brand-story__description,
  .ey-vision__description {
    text-align: center;
  }
  .ey-vision__cards {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
  .ey-vision__card {
    position: sticky;
    top: var(--ey-vision-card-top);
    gap: 30px;
  }
  .ey-about-video {
    --ey-about-padding-top: 140px;
    --ey-about-padding-bottom: 80px;
  }
  .ey-about-video__title {
    font-size: 36px;
  }
  .ey-about-video__description {
    font-size: 21px;
  }
  .ey-about-video__media {
    margin-top: 50px;
  }
  .ey-about-video__play {
    width: 60px;
    height: 60px;
  }
  .ey-about-video__play span {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 11px;
  }
  .ey-follow__stage {
    min-height: 760px;
    padding-top: 285px;
    padding-bottom: 250px;
  }
  .ey-follow__content {
    width: min(78%, 560px);
  }
  .ey-follow__title {
    font-size: max(34px, min(8vw, 52px));
    line-height: 1.03;
  }
  .ey-follow__media {
    width: max(90px, min(22vw, 140px));
  }
  .ey-follow__media--1 {
    top: 28px;
    left: 39%;
  }
  .ey-follow__media--2 {
    top: 145px;
    left: 2%;
  }
  .ey-follow__media--3 {
    top: 135px;
    right: 2%;
  }
  .ey-follow__media--4 {
    bottom: 135px;
    left: 1%;
  }
  .ey-follow__media--5 {
    right: 1%;
    bottom: 125px;
  }
  .ey-follow__media--6 {
    bottom: 22px;
    left: 38%;
  }
}
@media (max-width: 479px) {
  .ey-brand-story,
  .ey-vision {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ey-brand-story__title,
  .ey-vision__title {
    font-size: 32px;
  }
  .ey-brand-story__description,
  .ey-vision__description {
    font-size: 16px;
  }
  .ey-brand-story__content {
    gap: 25px;
    margin-top: 40px;
  }
  .ey-brand-story__team {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ey-brand-story__member-name {
    font-size: 22px;
  }
  .ey-brand-story__member-role {
    font-size: 16px;
  }
  .ey-vision__cards {
    margin-top: 40px;
  }
  .ey-vision__card {
    gap: 25px;
  }
  .ey-vision__icon {
    width: 48px;
    height: 48px;
  }
  .ey-vision__card-title {
    font-size: 22px;
  }
  .ey-vision__card-description {
    font-size: 16px;
  }
  .ey-about-video {
    --ey-about-padding-top: 120px;
    --ey-about-padding-bottom: 60px;
  }
  .ey-about-video__title {
    font-size: 32px;
  }
  .ey-about-video__description {
    font-size: 20px;
  }
  .ey-about-video__media {
    margin-top: 40px;
  }
  .ey-about-video__play {
    width: 40px;
    height: 40px;
  }
  .ey-about-video__play span {
    margin-left: 3px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 8px;
  }
  .ey-follow__stage {
    min-height: 690px;
    padding-top: 250px;
    padding-bottom: 225px;
  }
  .ey-follow__content {
    width: min(86%, 390px);
  }
  .ey-follow__title {
    font-size: max(29px, min(9.2vw, 42px));
  }
  .ey-follow__media {
    width: max(76px, min(24vw, 108px));
  }
  .ey-follow__media--1 {
    top: 20px;
    left: 37%;
  }
  .ey-follow__media--2 {
    top: 118px;
    left: -8px;
  }
  .ey-follow__media--3 {
    top: 110px;
    right: -8px;
  }
  .ey-follow__media--4 {
    bottom: 112px;
    left: -10px;
  }
  .ey-follow__media--5 {
    right: -10px;
    bottom: 105px;
  }
  .ey-follow__media--6 {
    bottom: 15px;
    left: 37%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ey-brand-story__member-image,
  .ey-brand-story__main-image,
  .ey-vision__card-fill,
  .ey-vision__card-title,
  .ey-vision__card-description,
  .ey-about-video__cover,
  .ey-about-video__play,
  .ey-follow__image-frame,
  .ey-follow__image {
    transition: none !important;
  }
  .ey-about-video__reveal {
    display: none;
  }
}
