@import url("reset.css");
@import url("fonts.css");
:root {
  --font-family: "SuisseIntl", Arial, sans-serif;
  --app-height: 100vh;
  --headroom-height: auto;
  --Web-Primary-Colors-Platinum: #ededed;
  --Web-Primary-Colors-Charcoal: #232323;
  --Web-Primary-Colors-Oxford-Blue: #091d3a;
  --Web-Primary-Colors-Rich-Black: #0d0d0e;
  --Web-Primary-Colors-Error-Light-Red: #f4bfbb;
  --Web-Primary-Colors-Error-Red: #f04438;
  --Black: #000;
  --web-secondary-colors-charcoal-charcoal-90-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 90%, transparent);
  --web-secondary-colors-charcoal-charcoal-80-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 80%, transparent);
  --web-secondary-colors-charcoal-charcoal-70-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 70%, transparent);
  --web-secondary-colors-charcoal-charcoal-60-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 60%, transparent);
  --web-secondary-colors-charcoal-charcoal-50-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 50%, transparent);
  --web-secondary-colors-charcoal-charcoal-40-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 40%, transparent);
  --web-secondary-colors-charcoal-charcoal-30-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 30%, transparent);
  --web-secondary-colors-charcoal-charcoal-20-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 20%, transparent);
  --web-secondary-colors-charcoal-charcoal-10-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 10%, transparent);
  --web-secondary-colors-charcoal-charcoal-3-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Charcoal) 3%, transparent);
  --web-secondary-colors-platinum-platinum-90-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 90%, transparent);
  --web-secondary-colors-platinum-platinum-80-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 80%, transparent);
  --web-secondary-colors-platinum-platinum-70-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 70%, transparent);
  --web-secondary-colors-platinum-platinum-60-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 60%, transparent);
  --web-secondary-colors-platinum-platinum-50-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent);
  --web-secondary-colors-platinum-platinum-40-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 40%, transparent);
  --web-secondary-colors-platinum-platinum-30-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 30%, transparent);
  --web-secondary-colors-platinum-platinum-20-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 20%, transparent);
  --web-secondary-colors-platinum-platinum-10-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 10%, transparent);
  --web-secondary-colors-platinum-platinum-3-opacity: color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 3%, transparent);
  --web-tertiary-colors-linears-logo-logo-1: linear-gradient(0deg, #ababad 0%, #818286 16.11%, #969698 35.04%, #d7d7d7 55.97%, #cdced2 77.64%, #707072 100%);
  --web-tertiary-colors-linears-logo-logo-2: linear-gradient(180deg, #ababad 0%, #818286 16.11%, #969698 35.04%, #c4c4c4 55.97%, #cdced2 77.64%, #707072 100%);
  --web-tertiary-colors-linears-logo-logo-3: linear-gradient(4deg, #ababad 3.44%, #818286 29.41%, #969698 59.94%, #f8f8f8 93.69%, #cdced2 128.64%, #707072 164.69%);
  --web-tertiary-colors-linears-platinum-linear-0100: linear-gradient(0deg, transparent 0%, var(--Web-Primary-Colors-Platinum) 59.43%);
  --Web-Tertiary-Colors-Linears-Team-BG: linear-gradient(262deg, #818286 1.41%, #d7d7d7 67.99%, #bdbdbd 81.02%, #707072 98.25%);
  --wr: 140rem;
  --wr-xs: 40rem;
  --awr: calc(-1 * var(--wr));
  --f-xs: max(16px, 16rem);
  --f-s: max(18px, 18rem);
  --f-b: max(24px, 24rem);
  --f-l: max(24px, 32rem);
  --f-xl: max(40px, 64rem);
  --f-xxl: max(52px, 96rem);
  --gap: clamp(56rem, 4.545vw, 60rem);
  --gap-2: clamp(8rem, 0.75vw, 12rem);
  --gap-3: 32rem 16rem;
  --sl: max(1px, 1rem);
  --line-width: 1rem;
  --grid-size: 100rem;
  --grid-color: color-mix(in srgb, currentColor 9%, transparent);
  --grid-parallax-x: 0rem;
  --grid-parallax-y: 0rem;
  --btn: max(58px, 58rem);
  --main-cols: repeat(6, minmax(0, 1fr));
  --cols: repeat(6, minmax(0, 1fr));
  --radius-small: 4rem;
  --f-link: max(48px, 64rem);
  --f-number: max(64px, 130rem);
  --mw: 192000px;
}
@media (max-width: 1239px) {
  :root {
    --cols: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  :root {
    --cols: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  :root {
    --cols: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  :root {
    --cols: repeat(2, minmax(0, 1fr));
  }
}

/* globals */
@media screen {
  html {
    font-size: 0.0625vw;
    background-color: var(--Web-Primary-Colors-Platinum);
  }
  .document {
    font-weight: 400;
    font-family: var(--font-family);
    font-size: var(--f-s);
    line-height: 130%;
    color: var(--web-secondary-colors-charcoal-charcoal-80-opacity);
    letter-spacing: -0.02em;
  }
  p {
    font-weight: 400;
    font-family: var(--font-family);
    font-size: var(--f-s);
    line-height: 130%;
    color: var(--web-secondary-colors-charcoal-charcoal-80-opacity);
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  p {
    letter-spacing: -0.04em;
  }
}
@media screen {
  .document.popup-active {
    overflow: hidden;
  }
  .document.popup-active .container {
    isolation: auto;
  }
  .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 var(--wr);
    max-width: var(--mw);
  }
  .home {
    --s1-stick-width: 58rem;
    --s1-stick-height: 322rem;
    --s1-stick-gap: 61rem;
    --s1-stick-step: calc(var(--s1-stick-width) + var(--s1-stick-gap));
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home {
    --s1-stick-gap: 40rem;
  }
}
@media screen and (max-width: 767px) {
  .home {
    --s1-stick-width: 26rem;
    --s1-stick-height: 145rem;
    --s1-stick-gap: 25rem;
  }
}
@media screen {
  .preloader {
    z-index: 9999 !important;
    background: var(--Web-Primary-Colors-Platinum);
    pointer-events: auto;
    position: fixed;
    inset: 0;
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    opacity: 1;
  }
  .preloader__bars {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--s1-stick-gap);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .preloader span {
    display: block;
    width: var(--s1-stick-width);
    height: var(--s1-stick-height);
    overflow: hidden;
  }
  .preloader span img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    clip-path: inset(100% 0 0 0);
  }
  .preloader.is-growing img {
    clip-path: inset(0 0 0 0);
    -webkit-transition: clip-path 560ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: clip-path 560ms cubic-bezier(0.37, 0, 0.63, 1);
  }
  .preloader.is-growing span:nth-child(2) img {
    -webkit-transition-delay: 540ms;
    transition-delay: 540ms;
  }
  .preloader.is-growing span:nth-child(3) img {
    -webkit-transition-delay: 1080ms;
    transition-delay: 1080ms;
  }
  .preloader.is-opening {
    opacity: 0;
    -webkit-transition: opacity 1000ms cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 1000ms cubic-bezier(0, 0, 0.58, 1);
  }
  .preloader.is-opening .preloader__bars {
    -webkit-transform: translate(-50%, -50%) translateY(var(--preloader-merge-y, 0px));
    -ms-transform: translate(-50%, -50%) translateY(var(--preloader-merge-y, 0px));
    transform: translate(-50%, -50%) translateY(var(--preloader-merge-y, 0px));
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 1000ms cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1000ms cubic-bezier(0.22, 1, 0.36, 1);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .preloader {
    display: none;
  }
}
@media screen {
  .home-preloading {
    overflow: hidden;
  }
  .home-preloading .header,
  .home-preloading .s1-2 {
    -webkit-transition: opacity 1600ms cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: opacity 1600ms cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: opacity 1600ms cubic-bezier(0.37, 0, 0.63, 1), transform 1600ms cubic-bezier(0.37, 0, 0.63, 1);
    transition: opacity 1600ms cubic-bezier(0.37, 0, 0.63, 1), transform 1600ms cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 1600ms cubic-bezier(0.37, 0, 0.63, 1);
  }
  .home-preloading:not(.home-entering) .header {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .home-preloading:not(.home-entering) .s1-2 {
    opacity: 0;
    -webkit-transform: translateY(80rem);
    -ms-transform: translateY(80rem);
    transform: translateY(80rem);
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .home-preloading {
    overflow: auto;
  }
  .home-preloading .header,
  .home-preloading .s1-2 {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .cover,
  .contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    pointer-events: none;
  }
  .cover {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .container {
    position: relative;
    isolation: isolate;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: var(--app-height);
  }
  .main {
    margin-top: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: clip;
  }
  .section {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(100rem, 15.152vw, 200rem);
  }
  .section:only-child {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-style: normal;
  font-weight: 300;
  font-family: var(--font-family);
  letter-spacing: -0.02em;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .h1 br, h1 br, .h2 br, h2 br, .h3 br, h3 br, .h4 br, h4 br, .h5 br, h5 br {
    display: none;
  }
}

.h1, h1 {
  color: var(--Web-Primary-Colors-Charcoal);
  font-size: var(--f-xxl);
  letter-spacing: -0.03em;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
}

.h2, h2 {
  font-size: var(--f-xl);
  line-height: 95%;
}

.h3, h3 {
  font-size: var(--f-l);
  font-weight: 400;
}

.h4, h4 {
  font-size: var(--f-b);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.h5, h5 {
  font-size: var(--f-s);
  font-weight: 400;
  line-height: 130%;
}

.pretitle {
  color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
  font-size: 16rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: var(--gap-2);
  text-align: center;
}

.grid_background {
  --grid-major-color: #232323;
  --grid-minor-color: rgba(35, 35, 35, 0.15);
  --grid-minor-size: clamp(13rem, 1.25vw, 20rem);
  z-index: -1;
  pointer-events: none;
  position: fixed;
  inset: calc(-1 * var(--grid-size));
  color: var(--color-text);
  opacity: 0.1;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--grid-major-color)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(var(--grid-major-color)), to(transparent)), -webkit-gradient(linear, left top, right top, from(var(--grid-minor-color)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(var(--grid-minor-color)), to(transparent));
  background-image: linear-gradient(to right, var(--grid-major-color) var(--line-width), transparent var(--line-width)), linear-gradient(to bottom, var(--grid-major-color) var(--line-width), transparent var(--line-width)), linear-gradient(to right, var(--grid-minor-color) var(--line-width), transparent var(--line-width)), linear-gradient(to bottom, var(--grid-minor-color) var(--line-width), transparent var(--line-width));
  background-position: 0 0;
  background-size: var(--grid-size) var(--grid-size), var(--grid-size) var(--grid-size), var(--grid-minor-size) var(--grid-minor-size), var(--grid-minor-size) var(--grid-minor-size);
  -webkit-transform: translate3d(var(--grid-parallax-x), var(--grid-parallax-y), 0);
  transform: translate3d(var(--grid-parallax-x), var(--grid-parallax-y), 0);
  -webkit-animation: grid-drift 32s linear infinite;
  animation: grid-drift 32s linear infinite;
  will-change: transform;
}

@-webkit-keyframes grid-drift {
  to {
    background-position: calc(-1 * var(--grid-size)) calc(-1 * var(--grid-size));
  }
}

@keyframes grid-drift {
  to {
    background-position: calc(-1 * var(--grid-size)) calc(-1 * var(--grid-size));
  }
}
@media (prefers-reduced-motion: reduce) {
  .grid_background {
    -webkit-animation: none;
    animation: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.main-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% var(--sl);
  font-family: var(--font-family);
  text-transform: uppercase;
  -webkit-transition: background-size 0.25s, color 0.25s;
  transition: background-size 0.25s, color 0.25s;
  color: var(--Web-Primary-Colors-Oxford-Blue);
  font-size: var(--f-xs);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.main-link .icon {
  position: relative;
  display: block;
  top: -1rem;
  width: 0;
  height: 20rem;
  margin-left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateX(-8rem);
  -ms-transform: translateX(-8rem);
  transform: translateX(-8rem);
  -webkit-transition: width 0.25s, margin-left 0.25s, opacity 0.2s, -webkit-transform 0.25s;
  transition: width 0.25s, margin-left 0.25s, opacity 0.2s, -webkit-transform 0.25s;
  transition: width 0.25s, margin-left 0.25s, opacity 0.2s, transform 0.25s;
  transition: width 0.25s, margin-left 0.25s, opacity 0.2s, transform 0.25s, -webkit-transform 0.25s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .main-link:hover {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
  .main-link:hover .icon {
    width: 20rem;
    margin-left: 2rem;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .main-link:active {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
  .main-link:active .icon {
    width: 20rem;
    margin-left: 2rem;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.main-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  isolation: isolate;
  min-width: 256rem;
  height: var(--btn);
  padding: 10rem 16rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  overflow: hidden;
  border: 0;
  background: var(--Web-Primary-Colors-Oxford-Blue);
  color: var(--Web-Primary-Colors-Platinum);
  font-family: var(--font-family);
  font-size: var(--f-xs);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  cursor: pointer;
  -webkit-transition: color 0.42s cubic-bezier(0.65, 0, 0.25, 1);
  transition: color 0.42s cubic-bezier(0.65, 0, 0.25, 1);
}
.main-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--Web-Tertiary-Colors-Linears-Team-BG);
  opacity: 0;
  -webkit-transform: translateX(-22%) scaleX(1.22);
  -ms-transform: translateX(-22%) scaleX(1.22);
  transform: translateX(-22%) scaleX(1.22);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.42s cubic-bezier(0.65, 0, 0.25, 1), -webkit-transform 0.55s cubic-bezier(0.65, 0, 0.25, 1);
  transition: opacity 0.42s cubic-bezier(0.65, 0, 0.25, 1), -webkit-transform 0.55s cubic-bezier(0.65, 0, 0.25, 1);
  transition: opacity 0.42s cubic-bezier(0.65, 0, 0.25, 1), transform 0.55s cubic-bezier(0.65, 0, 0.25, 1);
  transition: opacity 0.42s cubic-bezier(0.65, 0, 0.25, 1), transform 0.55s cubic-bezier(0.65, 0, 0.25, 1), -webkit-transform 0.55s cubic-bezier(0.65, 0, 0.25, 1);
  will-change: opacity, transform;
}
.main-button .sprite {
  display: block;
  width: 24rem;
  height: 24rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: inherit;
  -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.65, 0, 0.25, 1);
  transition: -webkit-transform 0.42s cubic-bezier(0.65, 0, 0.25, 1);
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.25, 1);
  transition: transform 0.42s cubic-bezier(0.65, 0, 0.25, 1), -webkit-transform 0.42s cubic-bezier(0.65, 0, 0.25, 1);
}
.main-button .sprite svg,
.main-button .sprite img {
  width: 100%;
  height: auto;
}
.main-button__mask {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}
.main-button__text {
  display: block;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .main-button:hover {
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .main-button:hover::before {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  .main-button:hover .sprite {
    -webkit-transform: translateX(8rem);
    -ms-transform: translateX(8rem);
    transform: translateX(8rem);
  }
}
@media (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .main-button:active {
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .main-button:active::before {
    opacity: 1;
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  .main-button:active .sprite {
    -webkit-transform: translateX(8rem);
    -ms-transform: translateX(8rem);
    transform: translateX(8rem);
  }
}
.main-button:focus-visible {
  outline: var(--sl) solid var(--Web-Primary-Colors-Oxford-Blue);
  outline-offset: 4rem;
}
.main-button--bordered {
  border: var(--sl) solid var(--Web-Primary-Colors-Oxford-Blue);
  background: transparent;
  color: var(--Web-Primary-Colors-Oxford-Blue);
}
.main-button--bordered::before {
  background: #fff;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .main-button--bordered:hover {
    color: var(--Web-Primary-Colors-Oxford-Blue);
  }
}
@media (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .main-button--bordered:active {
    color: var(--Web-Primary-Colors-Oxford-Blue);
  }
}
.main-button--white {
  border: solid 1rem var(--Web-Primary-Colors-Platinum);
  background: var(--Web-Primary-Colors-Platinum);
  color: var(--Web-Primary-Colors-Oxford-Blue);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .main-button--white:hover {
    color: var(--Web-Primary-Colors-Platinum);
    border-color: var(--Web-Primary-Colors-Platinum);
    background: transparent;
  }
  .main-button--white:hover::before {
    opacity: 0;
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  .main-button--white:hover .sprite {
    -webkit-transform: translateX(8rem);
    -ms-transform: translateX(8rem);
    transform: translateX(8rem);
  }
}
@media (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .main-button--white:active {
    color: var(--Web-Primary-Colors-Platinum);
    border-color: var(--Web-Primary-Colors-Platinum);
    background: transparent;
  }
  .main-button--white:active::before {
    opacity: 0;
    -webkit-transform: translateX(0) scaleX(1);
    -ms-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
  }
  .main-button--white:active .sprite {
    -webkit-transform: translateX(8rem);
    -ms-transform: translateX(8rem);
    transform: translateX(8rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-link,
  .main-link .icon,
  .main-button,
  .main-button::before,
  .main-button .sprite {
    -webkit-transition: none;
    transition: none;
  }
}
/* cards */
@media screen {
  .card {
    position: relative;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 0.52fr;
    min-height: 100%;
    gap: 32rem clamp(50px, 6.818vw, 90rem);
  }
  .card__decor {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  .card__decor .icon {
    position: absolute;
    pointer-events: none;
    width: 18rem;
    height: 18rem;
  }
  .card__decor .icon:first-child {
    top: -8rem;
    left: -8rem;
  }
  .card__decor .icon:nth-child(2) {
    left: -8rem;
    bottom: -9rem;
  }
  .card__decor .icon:nth-child(3) {
    top: -8rem;
    right: -9rem;
  }
  .card__decor .icon:last-child {
    bottom: -9rem;
    right: -9rem;
  }
}
@media screen and (max-width: 767px) {
  .card__decor {
    display: none;
  }
}
@media screen {
  .card__media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    aspect-ratio: 809/539;
  }
  .card__media-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .card__media img, .card__media picture {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
  }
}
@media screen and (max-width: 767px) {
  .card__media {
    aspect-ratio: 343/228;
  }
}
@media screen {
  .card__img {
    position: absolute;
    inset: 0;
  }
  .card__img:not(.animate) {
    z-index: 2;
    -webkit-transform: translate3d(0, var(--card-img-translate-y, 0%), 0);
    transform: translate3d(0, var(--card-img-translate-y, 0%), 0);
    will-change: transform;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .card:hover .card-media-bg:after {
    width: 100%;
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .card:active .card-media-bg:after {
    width: 100%;
  }
}
@media screen {
  .card__box {
    padding: clamp(60px, 8.864vw, 117rem) 0 20rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(24px, 3.03vw, 40rem);
  }
  .card__box h2 {
    color: var(--Web-Primary-Colors-Charcoal);
  }
}
@media screen and (min-width: 768px) {
  .card__box h2 {
    margin-bottom: clamp(5px, 1.515vw, 20rem);
  }
}
@media screen {
  .card__box .main-link {
    margin-top: auto;
  }
  .card__box p {
    max-width: 305rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .card__box p {
    max-width: 500rem;
  }
}
@media screen and (max-width: 767px) {
  .card__box {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    gap: 24rem;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .card {
    grid-template-columns: 100%;
  }
}
/* Breadcrumbs */
@media screen {
  .breadcrumbs {
    width: 100%;
    position: relative;
    z-index: 5;
    margin: 0 auto clamp(56px, 8.03vw, 106rem);
    padding: 0 var(--wr-xs);
    max-width: var(--mw);
    font-size: var(--f-xs);
    color: var(--Web-Primary-Colors-Charcoal);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .breadcrumbs ul:before, .breadcrumbs ul:after {
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    font-size: var(--f-xs);
    letter-spacing: -0.04em;
    font-family: var(--font-family);
    margin-top: -1rem;
  }
  .breadcrumbs ul::before {
    content: "[";
    margin-right: 8rem;
  }
  .breadcrumbs ul::after {
    content: "]";
    margin-left: 8rem;
  }
  .breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .breadcrumbs li + li::before {
    content: "/";
    margin: 0 8rem;
    color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
  }
  .breadcrumbs li:last-child::before {
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .breadcrumbs a {
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
    color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .breadcrumbs a:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .breadcrumbs a:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
.header {
  position: sticky;
  top: 0;
  z-index: 92;
  padding: 32rem 0;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  pointer-events: none;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), color-stop(93.61%, rgba(237, 237, 237, 0)));
  background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0) 93.61%);
}
.header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0.65)), color-stop(93.61%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 15%, rgba(0, 0, 0, 0) 93.61%);
  opacity: 0;
}
.header a {
  pointer-events: all;
}
.header button,
.header .topbar {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .header {
    padding: 16rem 0 32rem;
  }
}
.header .wrapper {
  padding-right: var(--wr-xs);
  padding-left: var(--wr-xs);
}

.topbar {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: var(--gap);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.topbar-logo {
  max-width: 200rem;
  max-height: 40rem;
  color: #2B2B2B;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.topbar-logo a {
  max-width: 200rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 38rem;
}
@media (max-width: 1024px) {
  .topbar-logo a {
    max-width: 123rem;
    max-height: 24rem;
  }
}
@media (max-width: 1024px) {
  .topbar-logo {
    max-width: 123rem;
    max-height: 24rem;
  }
}

@media (min-width: 1024px) {
  .popup-active .topbar-logo {
    opacity: 0.6;
  }
}

.topbar-menu {
  position: absolute;
  right: 0;
  top: -36rem;
  z-index: 3;
  width: 53rem;
  height: 53rem;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  padding: 13rem;
  -webkit-transition: color 0.5s, background-color 0.5s;
  transition: color 0.5s, background-color 0.5s;
  pointer-events: all;
}
.topbar-menu span {
  display: block;
  width: 27rem;
  height: 1rem;
  background-color: var(--Web-Primary-Colors-Charcoal);
  opacity: 1 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}
.topbar-menu span:first-child {
  -webkit-transform: translateX(-50%) translateY(-6px) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(-50%) translateY(-6px) translateZ(0) rotate(0) scale(1, 1);
}
.topbar-menu span:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
}
.topbar-menu span:nth-child(3) {
  width: 19rem;
  margin-left: 4rem;
  -webkit-transform: translateX(-50%) translateY(5px) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(-50%) translateY(5px) translateZ(0) rotate(0) scale(1, 1);
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .topbar-menu:hover span:nth-child(3) {
    margin-left: 0;
    width: 27rem;
  }
}
@media (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .topbar-menu:active span:nth-child(3) {
    margin-left: 0;
    width: 27rem;
  }
}
.topbar-menu.active span:first-child {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(45deg) scale(1, 1);
}
.topbar-menu.active span:nth-child(2) {
  -webkit-transform: translateX(-30px) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(-30px) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
  opacity: 0 !important;
}
.topbar-menu.active span:nth-child(3) {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-45deg) scale(1, 1);
  width: 27rem;
  margin-left: 0;
}
@media (max-width: 1024px) {
  .topbar-menu {
    top: -5rem;
    width: 32rem;
    height: 32rem;
    padding: 2rem;
  }
}

.popup {
  z-index: 91;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc((100% + var(--wr)) * 2 / 6);
  -webkit-transform: translateX(100%) translateY(0) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(100%) translateY(0) translateZ(0) rotate(0) scale(1, 1);
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
}
@media (max-width: 1239px) and (min-width: 1024px) {
  .popup {
    width: 650rem;
  }
}
@media (max-width: 1024px) {
  .popup {
    width: 100%;
  }
}
.popup__inner {
  height: 100%;
  padding: 24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .popup__inner {
    margin: 0 auto;
    max-width: var(--mw);
  }
}
.popup .main-nav {
  position: absolute;
  top: 50%;
  left: 24rem;
  width: 100%;
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(0) translateY(-50%) translateZ(0) rotate(0) scale(1, 1);
}
.popup .main-nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: calc(100% - var(--wr));
  gap: 64rem 16rem;
}
.popup .main-nav ul a, .popup .main-nav ul button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
  font-size: var(--f-link);
  letter-spacing: -0.01em;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  font-weight: 700;
  font-family: var(--second-family);
}
.popup .main-nav ul a svg, .popup .main-nav ul button svg {
  width: 108rem;
  height: 16rem;
  color: var(--color-accent);
}
@media (max-width: 1024px) {
  .popup .main-nav ul a svg, .popup .main-nav ul button svg {
    width: 78rem;
    height: 24rem;
  }
}
@media (max-width: 1024px) {
  .popup .main-nav ul {
    max-width: var(--mw);
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .popup .main-nav ul {
    margin: 0 auto;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .popup .main-nav ul:hover a {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .popup .main-nav ul:active a {
    opacity: 0.5;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .popup .main-nav ul a:hover {
    opacity: 1;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .popup .main-nav ul a:active {
    opacity: 1;
  }
}
.popup__footer {
  margin-top: auto;
}
.popup__footer p {
  max-width: 217rem;
  font-style: normal;
  font-weight: 500;
  font-size: 18rem;
}
.popup .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  z-index: -1;
}
.popup .overlay div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.popup .overlay div:after {
  content: "";
  width: 0;
  height: 100%;
  background-color: var(--color-background);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.6s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.popup.active {
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1, 1);
  transform: translateX(0) translateY(0) translateZ(0) rotate(0) scale(1, 1);
}
.popup.active.active .overlay div:after {
  width: 100%;
}
.popup.active .main-nav a {
  opacity: 1;
}
.popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  padding: 15rem var(--wr);
  -webkit-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
.popup-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.popup-footer {
  margin-top: 50rem;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 25rem;
}
@media (max-width: 1024px) {
  .popup {
    inset: 0;
    width: 100%;
    height: 100dvh;
    min-height: 100%;
    background: var(--Web-Primary-Colors-Platinum);
    color: var(--Web-Primary-Colors-Charcoal);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity 0.5s ease, visibility 0s;
    transition: opacity 0.5s ease, visibility 0s;
  }
  .popup__inner {
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 120rem var(--wr) 24rem;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }
  .popup .main-nav {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .popup .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
  }
  .popup .main-nav ul a,
  .popup .main-nav ul button {
    display: block;
    font-family: var(--font-family);
    font-size: 16rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
    opacity: 1;
    text-transform: uppercase;
  }
  .popup__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8rem;
    font-size: 16rem;
    line-height: 120%;
    letter-spacing: -0.04em;
  }
  .popup__footer p {
    color: var(--Web-Primary-Colors-Charcoal);
    max-width: none;
    margin: 0;
    font-size: inherit;
    font-weight: 400;
  }
  .popup .overlay {
    display: none;
  }
  .popup.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--color-background-40);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-active .popup-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.topbar-nav {
  justify-self: end;
}
@media (min-width: 1024px) {
  .topbar-nav {
    height: 100%;
  }
}

.topbar-nav > ul {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 55rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16rem;
}
@media (min-width: 1024px) {
  .topbar-nav > ul {
    height: 100%;
  }
  .topbar-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topbar-nav > ul > li a,
  .topbar-nav > ul > li button {
    display: block;
    font-family: var(--font-family);
    font-size: 16rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    padding-bottom: 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .topbar-nav > ul > li a.current-menu-item,
  .topbar-nav > ul > li button.current-menu-item {
    background-position: left bottom;
    background-size: 100% var(--sl);
    pointer-events: none;
  }
}
@media (min-width: 1024px) and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .topbar-nav > ul > li a:hover,
  .topbar-nav > ul > li button:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media (min-width: 1024px) and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .topbar-nav > ul > li a:active,
  .topbar-nav > ul > li button:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}

.topbar-nav li {
  position: relative;
}

.home .header::before, .home .header::after,
.home .header .topbar-logo,
.home .header .topbar-nav > ul > li a,
.home .header .topbar-nav > ul > li button,
.home .header .topbar-menu span {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.home .header .topbar-logo {
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity;
}
.home .header .topbar-nav > ul > li a,
.home .header .topbar-nav > ul > li button {
  -webkit-transition-property: color, background-size;
  transition-property: color, background-size;
}
.home .header .topbar-menu span {
  -webkit-transition-property: background-color, width, margin-left, opacity, -webkit-transform;
  transition-property: background-color, width, margin-left, opacity, -webkit-transform;
  transition-property: background-color, transform, width, margin-left, opacity;
  transition-property: background-color, transform, width, margin-left, opacity, -webkit-transform;
}
.home .header.is-dark::before {
  opacity: 0;
}
.home .header.is-dark::after {
  opacity: 1;
}
.home .header.is-dark .topbar-logo,
.home .header.is-dark .topbar-nav > ul > li a,
.home .header.is-dark .topbar-nav > ul > li button {
  color: #FFFFFF;
}
.home .header.is-dark .topbar-menu span {
  background-color: #FFFFFF;
}

@media (prefers-reduced-motion: reduce) {
  .home .header::before,
  .home .header::after,
  .home .header .topbar-logo,
  .home .header .topbar-nav > ul > li a,
  .home .header .topbar-nav > ul > li button,
  .home .header .topbar-menu span {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .footer {
    position: relative;
    z-index: 5;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    overflow: hidden;
    background-color: var(--Web-Primary-Colors-Rich-Black);
    color: var(--web-secondary-colors-platinum-platinum-80-opacity);
    padding: 30rem 0;
  }
  .footer .wrapper {
    position: relative;
    padding-right: var(--wr-xs);
    padding-left: var(--wr-xs);
  }
  .footer a {
    color: inherit;
  }
  .footer *::-moz-selection {
    background-color: var(--Web-Primary-Colors-Platinum);
    color: var(--Web-Primary-Colors-Charcoal);
    -webkit-text-fill-color: var(--Web-Primary-Colors-Charcoal);
  }
  .footer *::selection {
    background-color: var(--Web-Primary-Colors-Platinum);
    color: var(--Web-Primary-Colors-Charcoal);
    -webkit-text-fill-color: var(--Web-Primary-Colors-Charcoal);
  }
  .footer p {
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-rows: auto clamp(64px, 9.091vw, 120rem) auto auto;
    min-height: 376rem;
    font-size: 16rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
  }
  .footer-logo {
    grid-row: 1;
    grid-column: 1/span 2;
    align-self: start;
    width: 200rem;
    line-height: 0;
  }
  .footer-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .footer-title {
    margin-bottom: clamp(24px, 2.348vw, 31rem) !important;
    color: var(--web-secondary-colors-platinum-platinum-50-opacity) !important;
    text-transform: uppercase;
  }
  .footer-nav {
    grid-row: 1;
    grid-column: 4;
  }
  .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8rem;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-row: 1;
    grid-column: 5/span 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-style: normal;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .footer-contact .footer-title {
    margin-bottom: 28rem !important;
  }
  .footer-contact a,
  .footer-contact > p:not(.footer-title) {
    margin-bottom: 6rem;
  }
  .footer-policy, .footer-disclosures, .footer-copyright, .footer-author {
    grid-row: 3;
    align-self: end;
  }
  .footer-copyright {
    grid-column: 1/span 3;
    color: var(--Web-Primary-Colors-Platinum) !important;
  }
  .footer-policy {
    grid-column: 4;
    color: var(--Web-Primary-Colors-Platinum) !important;
    justify-self: start;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .footer-policy:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .footer-policy:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen {
  .footer-disclosures {
    color: var(--Web-Primary-Colors-Platinum) !important;
    grid-column: 5;
    justify-self: start;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .footer-disclosures:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .footer-disclosures:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen {
  .footer-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-column: 6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-self: end;
    white-space: nowrap;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .footer-heart {
    width: 20rem;
    height: 15rem;
    margin: 0 4rem;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .footer-disclaimer {
    grid-row: 4;
    grid-column: 1/span 6;
    max-width: 1300rem;
    margin-top: 27rem !important;
    letter-spacing: -0.04em !important;
    color: var(--web-secondary-colors-platinum-platinum-70-opacity) !important;
  }
  .footer :is(.footer-nav, .footer-contact, .footer-policy, .footer-disclosures, .footer-author) a {
    padding-bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .footer :is(.footer-nav, .footer-contact, .footer-policy, .footer-disclosures, .footer-author) a:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .footer :is(.footer-nav, .footer-contact, .footer-policy, .footer-disclosures, .footer-author) a:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .footer-nav {
    grid-column: 3;
  }
  .footer-contact {
    grid-column: 4;
  }
  .footer-copyright {
    grid-column: 1/span 2;
  }
  .footer-policy {
    grid-column: 3;
  }
  .footer-disclosures {
    grid-column: 4;
  }
  .footer-author {
    grid-row: 4;
    grid-column: 4;
    margin-top: 20rem;
  }
  .footer-disclaimer {
    grid-row: 4;
    grid-column: 1/span 3;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50rem 0 20rem;
  }
  .footer-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 50rem;
  }
  .footer-nav {
    margin-bottom: 32rem;
  }
  .footer-contact {
    margin-bottom: 52rem;
  }
  .footer-policy, .footer-disclosures, .footer-copyright, .footer-author, .footer-disclaimer {
    width: 100%;
    margin-top: 0 !important;
  }
  .footer-policy {
    margin-bottom: 12rem;
  }
  .footer-disclosures {
    margin-bottom: 12rem;
  }
  .footer-copyright {
    margin-bottom: 12rem !important;
  }
  .footer-author {
    margin-bottom: 26rem !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-disclaimer {
    max-width: 550rem;
  }
}
/* section s1 */
@media screen {
  .home .s1 {
    margin-bottom: 0 !important;
  }
  .s1-3 {
    position: fixed;
    z-index: 89;
    bottom: 36rem;
    left: var(--wr-xs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 526rem;
    padding: 17rem 16rem 17rem 30rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24rem;
    background: var(--Web-Primary-Colors-Charcoal);
    color: var(--Web-Primary-Colors-Platinum);
    -webkit-backdrop-filter: blur(53.75px);
    backdrop-filter: blur(53.75px);
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s, transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 8rem;
    min-width: 878rem;
  }
  .s1-3 *::-moz-selection {
    background-color: var(--Web-Primary-Colors-Platinum);
    color: var(--Web-Primary-Colors-Charcoal);
    -webkit-background-clip: none;
    -webkit-text-fill-color: var(--Web-Primary-Colors-Charcoal);
  }
  .s1-3 *::selection {
    background-color: var(--Web-Primary-Colors-Platinum);
    color: var(--Web-Primary-Colors-Charcoal);
    -webkit-background-clip: none;
    -webkit-text-fill-color: var(--Web-Primary-Colors-Charcoal);
  }
  .s1-3.is-hidden {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(12rem);
    -ms-transform: translateY(12rem);
    transform: translateY(12rem);
    -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0s 0.3s, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .s1-3-2 {
    max-width: 506rem;
    margin: 0;
    font-size: var(--f-xs);
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s1-3-2 a {
    display: inline;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s1-3-2 a:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s1-3-2 a:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen {
  .s1-3 .main-button {
    min-width: 172rem;
    height: 50rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .s1-3 {
    bottom: var(--wr);
    min-width: 80vw;
  }
}
@media screen and (max-width: 576px) {
  .s1-3 {
    right: var(--wr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: var(--wr);
    width: auto;
    padding: 20rem 16rem;
    gap: 25rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .s1-3-2 {
    max-width: calc(100% - 5rem);
    padding-right: 0;
  }
  .s1-3 .main-button {
    height: 49rem;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 415px) {
  .s1-3 .main-button {
    max-width: 100%;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .s1-3 {
    -webkit-transition: none;
    transition: none;
  }
  .s1-3.is-hidden {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .s1 {
    --s1-stick-1-y: 0rem;
    --s1-stick-2-y: 0rem;
    --s1-stick-3-y: 0rem;
    margin-top: calc(var(--headroom-height) * -1);
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    position: relative;
    z-index: auto;
  }
}
@media screen and (max-width: 767px) {
  .s1 {
    height: 100svh;
    min-height: 100svh;
  }
}
@media screen {
  .s1::before {
    content: "";
    position: absolute;
    bottom: -271rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 1218rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 1024px) {
  .s1::before {
    width: 600rem;
    bottom: -50rem;
  }
}
@media screen {
  .s1 .wrapper {
    height: 100dvh;
    position: relative;
    padding-top: clamp(84px, 6.818vw, 90rem);
    padding-bottom: clamp(84px, 6.818vw, 90rem);
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 62rem;
  }
}
@media screen and (max-width: 767px) {
  .s1 .wrapper {
    height: 100svh;
  }
}
@media screen and (max-width: 767px) {
  .s1 .wrapper {
    gap: 73rem;
  }
}
@media screen {
  .s1-1 {
    position: relative;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: calc(var(--s1-stick-step) * 2 + var(--s1-stick-width));
    height: var(--s1-stick-height);
  }
  .s1-1 .s1-1-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
    -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)), -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
    mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0), linear-gradient(#000 0 0);
    -webkit-mask-position: 0 var(--s1-stick-1-y), var(--s1-stick-step) var(--s1-stick-2-y), calc(var(--s1-stick-step) * 2) var(--s1-stick-3-y);
    mask-position: 0 var(--s1-stick-1-y), var(--s1-stick-step) var(--s1-stick-2-y), calc(var(--s1-stick-step) * 2) var(--s1-stick-3-y);
    -webkit-mask-size: var(--s1-stick-width) var(--s1-stick-height), var(--s1-stick-width) var(--s1-stick-height), var(--s1-stick-width) var(--s1-stick-height);
    mask-size: var(--s1-stick-width) var(--s1-stick-height), var(--s1-stick-width) var(--s1-stick-height), var(--s1-stick-width) var(--s1-stick-height);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .s1-2 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 900rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .s1-2 h1 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .s1-2 {
    max-width: 500rem;
  }
}
@media screen {
  .s1-bg {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    inset: 0;
  }
}
@media screen {
  .s2 {
    --s2-copy-progress: 1;
    --s2-copy-opacity: 1;
    z-index: 5;
    position: relative;
    height: 100dvh;
  }
}
@media screen and (max-width: 767px) {
  .s2 {
    height: 100svh;
  }
}
@media screen {
  .s2 *::-moz-selection {
    background-color: #EDEDED;
    color: #232323;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #232323;
  }
  .s2 *::selection {
    background-color: #EDEDED;
    color: #232323;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #232323;
  }
  .s2-1 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset: 0;
  }
  .s2-1:before {
    content: "";
    z-index: 1;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(66.94% 41.12% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    inset: 0;
  }
}
@media screen and (max-width: 1024px) {
  .s2-1:before {
    background: radial-gradient(230.31% 113.92% at 50% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
@media screen {
  .s2-1 img, .s2-1 video, .s2-1 picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .s2-2 {
    height: 100dvh;
    gap: 38rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--Web-Primary-Colors-Platinum);
    padding: 40rem 0;
    max-width: 878rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .s2-2 {
    height: 100svh;
  }
}
@media screen {
  .s2-2 .pretitle {
    color: var(--Web-Primary-Colors-Platinum);
    mix-blend-mode: hard-light;
  }
  .s2-2 p {
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s2-2-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .s2-2 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen {
  .s2.is-s2-scroll-reveal .s2-2-3 {
    opacity: var(--s2-copy-opacity);
    -webkit-transform: translate3d(0, calc((1 - var(--s2-copy-progress)) * 84rem), 0);
    transform: translate3d(0, calc((1 - var(--s2-copy-progress)) * 84rem), 0);
    will-change: transform, opacity;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s2.is-s2-scroll-reveal .s2-2-3 {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen {
  .s3 {
    position: relative;
    z-index: 4;
  }
  .s3::before {
    content: "";
    position: absolute;
    left: -250rem;
    bottom: -150rem;
    z-index: -1;
    aspect-ratio: 1;
    pointer-events: none;
    width: 1318rem;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 767px) {
  .s3::before {
    bottom: initial;
    top: -50rem;
  }
}
@media screen and (min-width: 1024px) {
  .s3 .wrapper {
    padding-left: 125rem;
    padding-right: 114rem;
  }
}
@media screen {
  .s3 .main-top {
    text-align: start;
    max-width: 500rem;
    gap: 35rem;
  }
  .s3 .main-top h2, .s3 .main-top .h2 {
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .s3 .main-top h2 strong, .s3 .main-top .h2 strong {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .s3 .main-top h2 strong:before, .s3 .main-top .h2 strong:before {
    content: "";
    pointer-events: none;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#ABABAD), color-stop(16.11%, #818286), color-stop(35.04%, #969698), color-stop(55.97%, #CDCDCD), color-stop(77.64%, #CDCED2), to(#707072));
    background: linear-gradient(270deg, #ABABAD 0%, #818286 16.11%, #969698 35.04%, #CDCDCD 55.97%, #CDCED2 77.64%, #707072 100%);
    height: clamp(3px, 0.379vw, 5rem);
    bottom: calc(clamp(7px, 1.136vw, 15rem) * -1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .s3 .main-top h2 strong:before, .s3 .main-top .h2 strong:before {
    bottom: -24rem;
  }
}
@media screen and (max-width: 415px) {
  .s3 .main-top h2 strong, .s3 .main-top .h2 strong {
    width: 100%;
  }
}
@media screen {
  .s3 .main-top h2.animate strong:before, .s3 .main-top .h2.animate strong:before {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s3 .main-top h2, .s3 .main-top .h2 {
    max-width: 400rem;
    padding-bottom: 24rem;
  }
}
@media screen {
  .s3 .main-top p {
    color: var(--Web-Primary-Colors-Charcoal);
    margin: 0;
    max-width: 355rem;
  }
}
@media screen and (max-width: 767px) {
  .s3 .main-top p {
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .s3 .main-top {
    padding-top: 116rem;
  }
}
@media screen and (max-width: 767px) {
  .s3 .main-top {
    gap: 24rem;
  }
}
@media screen {
  .s3-1 {
    gap: 50rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .s3-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen {
  .s3-3 {
    width: 387rem;
    height: 692rem;
    aspect-ratio: 33/59;
    position: absolute;
    top: 200rem;
    left: 540rem;
  }
  .s3-3 img, .s3-3 picture {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1239px) {
  .s3-3 {
    left: 480rem;
    top: 300rem;
  }
}
@media screen and (max-width: 1024px) {
  .s3-3 {
    top: initial;
    bottom: -40rem;
    height: auto;
    left: 120rem;
    width: clamp(180px, 22.46vw, 230rem);
  }
}
@media screen and (max-width: 767px) {
  .s3-3 {
    -ms-flex-item-align: center;
    align-self: center;
    aspect-ratio: 37/66;
    left: initial;
    right: -20rem;
    width: 100%;
    bottom: -25rem;
    max-width: 290rem;
  }
}
@media screen and (max-width: 576px) {
  .s3-3 {
    right: -110rem;
  }
}
@media screen {
  .s3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .s3-2-2 {
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    background: -webkit-gradient(linear, right top, left top, from(#ABABAD), color-stop(16.11%, #818286), color-stop(35.04%, #969698), color-stop(55.97%, #D7D7D7), color-stop(77.64%, #BDBDBD), to(#707072));
    background: linear-gradient(270deg, #ABABAD 0%, #818286 16.11%, #969698 35.04%, #D7D7D7 55.97%, #BDBDBD 77.64%, #707072 100%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .s3-2-2 img, .s3-2-2 picture {
    width: 100%;
    height: 100%;
  }
  .s3-2-1 {
    width: clamp(215px, 20.53vw, 271rem);
    height: clamp(215px, 20.53vw, 271rem);
    border: 1rem solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    background: var(--Web-Primary-Colors-Platinum);
    padding: 15rem 12rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }
  .s3-2-1 .h4 {
    max-width: 160rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .s3-2-1 .h4 {
    max-width: 210rem;
  }
}
@media screen {
  .s3-2-1 h2 {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .s3-2-1 h2 {
    font-size: 56px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .s3-2-1:nth-child(odd) {
    margin-right: calc(clamp(215px, 20.53vw, 271rem) - 1rem);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s3-2-1:hover h2 {
    color: var(--web-secondary-colors-platinum-platinum-80-opacity);
  }
  .s3-2-1:hover .s3-2-2 {
    opacity: 1;
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s3-2-1:active h2 {
    color: var(--web-secondary-colors-platinum-platinum-80-opacity);
  }
  .s3-2-1:active .s3-2-2 {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .s3-2-1 {
    border-bottom: none;
    width: 100%;
    max-width: 225px;
    min-height: 158px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 16px;
    padding: 16px;
  }
  .s3-2-1:last-of-type {
    border-bottom: 1rem solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
  }
}
@media screen and (max-width: 767px) {
  .s3-2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
/* section s4 */
@media screen {
  .s4 {
    z-index: 5;
    position: relative;
    height: 100dvh;
  }
  .s4 *::-moz-selection {
    background-color: #EDEDED;
    color: #232323;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #232323;
  }
  .s4 *::selection {
    background-color: #EDEDED;
    color: #232323;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #232323;
  }
  .s4-3 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset: 0;
    isolation: isolate;
  }
  .s4-3-grid, .s4-3-1, .s4-3-transition-grid {
    position: absolute;
    inset: 0;
  }
  .s4-3-grid {
    --grid-major-color: rgba(237, 237, 237, .4);
    --grid-minor-color: rgba(237, 237, 237, .14);
    z-index: 4;
    opacity: 0.25;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--grid-major-color, #232323)), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(var(--grid-major-color, #232323)), to(transparent)), -webkit-gradient(linear, left top, right top, from(var(--grid-minor-color, rgba(35, 35, 35, 0.15))), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(var(--grid-minor-color, rgba(35, 35, 35, 0.15))), to(transparent));
    background-image: linear-gradient(to right, var(--grid-major-color, #232323) var(--line-width), transparent var(--line-width)), linear-gradient(to bottom, var(--grid-major-color, #232323) var(--line-width), transparent var(--line-width)), linear-gradient(to right, var(--grid-minor-color, rgba(35, 35, 35, 0.15)) var(--line-width), transparent var(--line-width)), linear-gradient(to bottom, var(--grid-minor-color, rgba(35, 35, 35, 0.15)) var(--line-width), transparent var(--line-width));
    background-position: 0 0;
    background-size: var(--grid-size) var(--grid-size), var(--grid-size) var(--grid-size), var(--grid-minor-size, clamp(13rem, 1.25vw, 20rem)) var(--grid-minor-size, clamp(13rem, 1.25vw, 20rem)), var(--grid-minor-size, clamp(13rem, 1.25vw, 20rem)) var(--grid-minor-size, clamp(13rem, 1.25vw, 20rem));
    background-attachment: fixed;
  }
  .s4-3-2 {
    --marker-delay: .12s;
    position: absolute;
    top: 144rem;
    z-index: 2;
    left: 243rem;
    padding-left: 125rem;
    color: var(--Web-Primary-Colors-Platinum);
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.64rem;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
  }
  .s4-3-2-text {
    position: relative;
    display: inline-block;
    color: rgba(237, 237, 237, 0.11);
    white-space: nowrap;
  }
  .s4-3-2-text::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    color: var(--Web-Primary-Colors-Platinum);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
    will-change: clip-path, opacity, filter;
  }
  .s4-3-2:nth-of-type(2) {
    --marker-delay: .32s;
  }
  .s4-3-2:nth-of-type(3) {
    --marker-delay: .52s;
  }
  .s4-3-2:nth-of-type(4) {
    --marker-delay: .72s;
  }
}
@media screen and (max-width: 1024px) {
  .s4-3-2 {
    display: none;
  }
}
@media screen {
  .s4-3-2 svg {
    position: absolute;
    top: -35rem;
    left: 0;
    width: 346rem;
    height: 130rem;
    opacity: 0.14;
    clip-path: circle(8% at 81% 50%);
    -webkit-filter: blur(0.7rem);
    filter: blur(0.7rem);
    will-change: clip-path, opacity, filter;
  }
  .s4-3-1.active.is-content-visible:not(.is-content-static) .s4-3-2 {
    -webkit-animation: s4-marker-shell-in 0.01s linear var(--marker-delay) both;
    animation: s4-marker-shell-in 0.01s linear var(--marker-delay) both;
  }
  .s4-3-1.active.is-content-visible:not(.is-content-static) .s4-3-2 .s4-3-2-text::after {
    -webkit-animation: s4-marker-text-in 0.82s cubic-bezier(0.22, 0.72, 0.22, 1) var(--marker-delay) both;
    animation: s4-marker-text-in 0.82s cubic-bezier(0.22, 0.72, 0.22, 1) var(--marker-delay) both;
  }
  .s4-3-1.active.is-content-visible:not(.is-content-static) .s4-3-2 svg {
    -webkit-animation: s4-marker-target-in 1s cubic-bezier(0.2, 0.68, 0.2, 1) calc(var(--marker-delay) + 0.06s) both;
    animation: s4-marker-target-in 1s cubic-bezier(0.2, 0.68, 0.2, 1) calc(var(--marker-delay) + 0.06s) both;
  }
  .s4-3-1.is-content-static .s4-3-2 {
    visibility: visible;
    opacity: 1;
  }
  .s4-3-1.is-content-static .s4-3-2 .s4-3-2-text::after {
    opacity: 1;
    clip-path: none;
    -webkit-filter: none;
    filter: none;
  }
  .s4-3-1.is-content-static .s4-3-2 svg {
    opacity: 1;
    clip-path: none;
    -webkit-filter: none;
    filter: none;
  }
  .s4-3-2:first-of-type svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .s4-3-2:nth-child(2) {
    padding-right: 205rem;
    padding-left: 0;
    top: 114rem;
    left: initial;
    right: 307rem;
  }
  .s4-3-2:nth-child(3) {
    padding-left: 122rem;
    bottom: 273rem;
    left: 113rem;
    top: initial;
  }
  .s4-3-2:nth-child(3) svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .s4-3-2:nth-child(4) {
    padding-left: 155rem;
    top: initial;
    bottom: 250rem;
    left: initial;
    right: 86rem;
  }
  .s4-3-2:nth-child(4) svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .s4-3-1 {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
  }
  .s4-3-1:before {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(69.14%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.71))), radial-gradient(96.67% 96.67% at 50% 18.52%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 69.14%, rgba(0, 0, 0, 0.71) 100%), radial-gradient(96.67% 96.67% at 50% 18.52%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .s4-3-1 img, .s4-3-1 video, .s4-3-1 picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .s4-3-1.active {
    visibility: visible;
    opacity: 1;
  }
  .s4-3-transition-grid {
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    pointer-events: none;
    background: transparent;
    -webkit-transition: visibility 0s;
    transition: visibility 0s;
  }
  .s4-3-transition-grid.is-playing {
    visibility: visible;
  }
  .s4-3-transition-tiles {
    position: absolute;
    z-index: 1;
    display: grid;
  }
  .s4-3-transition-tile {
    position: relative;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 0.36s ease;
    transition: opacity 0.36s ease;
  }
  .s4-3-transition-tile.is-hidden {
    opacity: 0;
  }
  .s4-3-transition-tile-media {
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%, 100% 100%, cover;
  }
  .s4 .wrapper {
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .s4 .wrapper {
    min-height: 670rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen {
  .s4-2 {
    width: 100%;
    gap: 45rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--Web-Primary-Colors-Platinum);
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 576px) {
  .s4-2 .main-top {
    max-width: 440rem;
    text-align: end;
  }
}
@media screen and (max-width: 576px) {
  .s4-2 .main-top {
    text-align: start;
  }
}
@media screen {
  .s4-2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    width: 314rem;
  }
}
@media screen and (max-width: 576px) {
  .s4-2-1 {
    width: 100%;
  }
}
@media screen {
  .s4-2-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 46rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10rem 0 30rem;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    isolation: isolate;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
    border: 1rem solid rgba(237, 237, 237, 0.66);
    background: rgba(62, 68, 55, 0.12);
    -webkit-backdrop-filter: blur(6.3499999046px);
    backdrop-filter: blur(6.3499999046px);
  }
  .s4-2-2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(262deg, #707072 0%, #818286 42%, #d7d7d7 53%, #bdbdbd 60%, #707072 88%);
    background-size: 320% 100%;
    background-position: 100% 50%;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease, background-position 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.45s ease, background-position 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .s4-2-2.active {
    pointer-events: none;
    color: var(--Web-Primary-Colors-Rich-Black);
    border: 1rem solid #FFF;
    background: #FFF;
  }
  .s4-2-2.active::before {
    opacity: 0;
    background-position: 60% 50%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s4-2-2:hover:not(.active) {
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s4-2-2:hover:not(.active)::before {
    opacity: 1;
    background-position: 20% 50%;
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s4-2-2:active:not(.active) {
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s4-2-2:active:not(.active)::before {
    opacity: 1;
    background-position: 20% 50%;
  }
}
@media screen {
  .s4-2 .main-button {
    margin-top: 20rem;
  }
  .s4-2 p {
    font-size: var(--f-b);
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s4-2 .pretitle {
    color: var(--Web-Primary-Colors-Platinum);
    mix-blend-mode: hard-light;
  }
}
@media screen and (max-width: 1024px) {
  .s4-2 {
    padding: 100rem 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .s4-2 {
    grid-template-columns: 100%;
    gap: 52rem;
  }
}
@media screen and (max-width: 576px) {
  .s4-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .s4 {
    min-height: 670rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@-webkit-keyframes s4-marker-shell-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes s4-marker-shell-in {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes s4-marker-text-in {
  0% {
    opacity: 0.04;
    clip-path: inset(0 100% 0 0);
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
  }
  42% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes s4-marker-text-in {
  0% {
    opacity: 0.04;
    clip-path: inset(0 100% 0 0);
    -webkit-filter: blur(1.5rem);
    filter: blur(1.5rem);
  }
  42% {
    opacity: 0.65;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes s4-marker-target-in {
  0% {
    opacity: 0.14;
    clip-path: circle(8% at 81% 50%);
    -webkit-filter: blur(0.7rem);
    filter: blur(0.7rem);
  }
  45% {
    opacity: 0.62;
  }
  100% {
    opacity: 1;
    clip-path: circle(150% at 81% 50%);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes s4-marker-target-in {
  0% {
    opacity: 0.14;
    clip-path: circle(8% at 81% 50%);
    -webkit-filter: blur(0.7rem);
    filter: blur(0.7rem);
  }
  45% {
    opacity: 0.62;
  }
  100% {
    opacity: 1;
    clip-path: circle(150% at 81% 50%);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s4-3-1.active.is-content-visible:not(.is-content-static) .s4-3-2 {
    -webkit-animation: none;
    animation: none;
    visibility: visible;
    opacity: 1;
  }
  .s4-3-1.active .s4-3-2-text::after {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    clip-path: none;
    -webkit-filter: none;
    filter: none;
  }
  .s4-3-1.active .s4-3-2 svg {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    clip-path: none;
    -webkit-filter: none;
    filter: none;
  }
}
/* section s5 */
@media screen {
  .s5 {
    position: relative;
    z-index: 3;
  }
  .s5::before, .s5:after {
    content: "";
    position: absolute;
    left: -307rem;
    z-index: -1;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s5:before {
    width: 1318rem;
    bottom: -100rem;
  }
  .s5:after {
    top: -250rem;
    width: 1618rem;
  }
  .s5 .wrapper {
    position: relative;
    z-index: 1;
  }
  .s5 .wrapper::before {
    content: "";
    position: absolute;
    bottom: 400rem;
    right: -307rem;
    z-index: -1;
    width: 1318rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s5-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50rem;
  }
  .s5-1 .main-top {
    text-align: start;
  }
  .s5-1 .main-top h1, .s5-1 .main-top .h1, .s5-1 .main-top .h2, .s5-1 .main-top h2 {
    line-height: 1;
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .s5-1 .main-top h1 strong, .s5-1 .main-top .h1 strong, .s5-1 .main-top .h2 strong, .s5-1 .main-top h2 strong {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .s5-1 .main-top h1 strong:before, .s5-1 .main-top .h1 strong:before, .s5-1 .main-top .h2 strong:before, .s5-1 .main-top h2 strong:before {
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#ABABAD), color-stop(16.11%, #818286), color-stop(35.04%, #969698), color-stop(55.97%, #CDCDCD), color-stop(77.64%, #CDCED2), to(#707072));
    background: linear-gradient(270deg, #ABABAD 0%, #818286 16.11%, #969698 35.04%, #CDCDCD 55.97%, #CDCED2 77.64%, #707072 100%);
    height: clamp(3px, 0.379vw, 5rem);
    bottom: calc(clamp(7px, 0.758vw, 10rem) * -1);
  }
  .s5-1 .main-button {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (min-width: 768px) {
  .s5-1 .main-button {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .s5-1 {
    gap: 56rem;
  }
}
@media screen {
  .s5-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(56px, 8.333vw, 110rem);
  }
  .s5-2 .card__img:not(.animate) {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    clip-path: inset(0 0 0 0);
    -webkit-transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
    transition: clip-path 1s cubic-bezier(0.37, 0, 0.63, 1);
    will-change: clip-path;
  }
  .s5-2-1.is-card-image-revealed .card__img:not(.animate) {
    clip-path: inset(100% 0 0 0);
  }
}
@media screen and (min-width: 1240px) {
  .s5-2-1:first-of-type .card__box {
    padding-left: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .s5-2-1:nth-child(even) .card {
    grid-template-columns: 0.52fr 1fr;
  }
  .s5-2-1:nth-child(even) .card__box {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .s5-2-1:nth-child(even) .card__media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1240px) {
  .s5-2-1:nth-of-type(2) .card__box {
    padding-right: 60rem;
  }
  .s5-2-1:nth-of-type(2) .card__box p {
    max-width: 395rem;
  }
}
@media screen and (max-width: 767px) {
  .s5-2 {
    gap: 56rem;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  .s5 .card__img:not(.animate) {
    clip-path: inset(100% 0 0 0);
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
}
/* section s6 */
@media screen {
  .s6 {
    z-index: 5;
    position: relative;
    height: 100dvh;
  }
  .s6:last-of-type {
    margin-bottom: 0 !important;
  }
  .s6 *::-moz-selection {
    background-color: #EDEDED;
    color: #232323;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #232323;
  }
  .s6 *::selection {
    background-color: #EDEDED;
    color: #232323;
    -webkit-background-clip: none;
    -webkit-text-fill-color: #232323;
  }
  .s6-1 {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    inset: 0;
  }
  .s6-1:before, .s6-1:after {
    content: "";
    position: absolute;
    pointer-events: none;
    inset: 0;
  }
  .s6-1:before {
    background: rgba(157, 151, 139, 0.25);
    mix-blend-mode: color;
    z-index: 2;
  }
  .s6-1:after {
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(35, 35, 35, 0.1)), to(rgba(35, 35, 35, 0.1)));
    background: linear-gradient(0deg, rgba(35, 35, 35, 0.1) 0%, rgba(35, 35, 35, 0.1) 100%);
  }
}
@media screen and (max-width: 767px) {
  .s6-1:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
  }
}
@media screen {
  .s6-1 img, .s6-1 video, .s6-1 picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .s6 .wrapper {
    height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .s6 .wrapper {
    min-height: 670rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen {
  .s6-2 {
    width: 100%;
    gap: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--Web-Primary-Colors-Platinum);
    padding: 95rem 0;
    position: relative;
    z-index: 1;
  }
  .s6-2-1 {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
  }
  .s6-2-1 .icon {
    position: absolute;
    pointer-events: none;
    width: 18rem;
    height: 18rem;
  }
  .s6-2-1 .icon:first-child {
    top: 0;
    left: 0;
  }
  .s6-2-1 .icon:nth-child(2) {
    left: 0;
    bottom: 0;
  }
  .s6-2-1 .icon:nth-child(3) {
    top: 0;
    right: 0;
  }
  .s6-2-1 .icon:last-child {
    bottom: 0;
    right: 0;
  }
  .s6-2 .main-button {
    margin-top: 20rem;
  }
  .s6-2 p {
    font-size: var(--f-b);
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s6-2 .pretitle {
    color: var(--Web-Primary-Colors-Platinum);
    mix-blend-mode: hard-light;
  }
  .s6-2-3 {
    gap: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 700rem;
  }
  .s6-2-3 * {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .s6-2 {
    padding: 100rem 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .s6 {
    min-height: 670rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
/* section s7 */
@media screen {
  .s7 {
    position: relative;
    z-index: 4;
  }
  .s7 .wrapper {
    display: grid;
    grid-template-columns: var(--cols);
    gap: var(--gap);
  }
  .s7 .main-top {
    grid-column: 1/-1;
  }
  .s7-1-2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .s7-1-2-1 svg {
    width: 22rem;
    height: 22rem;
  }
  .s7-2 {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: var(--gap);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .s7-2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .s7-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 576px) {
  .s7-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s7 a.s7-1:hover .s7-1-2 {
    color: var(--Web-Primary-Colors-Platinum);
    background-color: var(--Web-Primary-Colors-Rich-Black);
  }
  .s7 a.s7-1:hover .s7-1-1 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s7 a.s7-1:active .s7-1-2 {
    color: var(--Web-Primary-Colors-Platinum);
    background-color: var(--Web-Primary-Colors-Rich-Black);
  }
  .s7 a.s7-1:active .s7-1-1 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media screen {
  .s7 a.s7-1:focus-visible {
    outline: 2px solid var(--Web-Primary-Colors-Oxford-Blue);
    outline-offset: 2px;
  }
  .s7 a.s7-1:focus-visible .s7-1-2 {
    color: var(--Web-Primary-Colors-Platinum);
    background-color: var(--Web-Primary-Colors-Rich-Black);
  }
  .s7 a.s7-1:focus-visible .s7-1-1 img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .s7-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s7-1-1 {
    position: relative;
    width: 100%;
    aspect-ratio: 326/325;
    overflow: hidden;
    background: var(--Web-Tertiary-Colors-Linears-Team-BG);
  }
  .s7-1-1 img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    will-change: filter;
  }
}
@media screen and (max-width: 576px) {
  .s7-1-1 {
    aspect-ratio: 343/330;
  }
}
@media screen {
  .s7-1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(12px, 2.879vw, 38rem);
    padding: 12rem 10rem 11rem;
    border: 1rem solid var(--web-secondary-colors-charcoal-charcoal-50-opacity);
    border-bottom: none;
    color: var(--Web-Primary-Colors-Charcoal);
    background: var(--Web-Primary-Colors-Platinum);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .s7-1-2 h4,
  .s7-1-2 p,
  .s7-1-2 svg {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .s7-1-2 p {
    margin: 0;
  }
  .s7-1.disabled {
    pointer-events: none;
  }
  .s7-1.disabled .s7-1-1 {
    border: 1rem solid var(--web-secondary-colors-charcoal-charcoal-50-opacity);
    background: var(--Web-Primary-Colors-Platinum);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .s7-1.disabled .s7-1-1 img {
    -webkit-filter: none;
    filter: none;
    width: 195rem;
    height: 39rem;
    position: static;
  }
  .s7-1.disabled .s7-1-2 p, .s7-1.disabled .s7-1-2 h4, .s7-1.disabled .s7-1-2 svg {
    color: var(--web-secondary-colors-charcoal-charcoal-20-opacity);
  }
}
@media screen and (max-width: 1024px) {
  .s7 {
    z-index: 81;
  }
}
@media screen and (max-width: 576px) {
  .s7-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s7-1 {
    grid-column: 1/-1;
  }
}
@media screen {
  .s8-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 77rem;
  }
  .s8 {
    position: relative;
    z-index: 1;
  }
  .s8::before {
    content: "";
    position: absolute;
    top: 50rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 1218rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s8-1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60rem;
  }
  .s8-1-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20rem;
  }
  .s8-1-3 > .h3 {
    color: var(--Black);
    display: inline;
    margin: 0;
    padding: 0;
  }
  .s8-1-3 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: clamp(8px, 1.5vw, 24rem);
  }
  .s8-1-3 div a {
    color: var(--Black);
    display: inline;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    font-size: 18rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72rem;
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s8-1-3 div a:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s8-1-3 div a:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen {
  .s9 {
    margin-bottom: clamp(100px, 15.152vw, 200rem);
    position: relative;
    z-index: 3;
  }
  .s9 + .s20 {
    z-index: 5;
  }
  .s9 + .s20:before {
    content: none;
  }
  .s9:before, .s9:after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .s9::after {
    top: 1350rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
    width: 1518rem;
    height: 2635rem;
    background: radial-gradient(ellipse, var(--Web-Primary-Colors-Platinum) 0%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 80%, transparent) 45%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 40%, transparent) 70%, transparent 100%);
  }
  .s9::before {
    top: -250rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 1518rem;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 767px) {
  .s9::before {
    top: -150rem;
  }
}
@media screen {
  .s9-1 {
    width: min(100%, 880rem);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .s9-1:before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 400rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 1518rem;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 767px) {
  .s9-1::after {
    content: "";
    position: absolute;
    pointer-events: none;
    bottom: 200rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
    width: 1518rem;
    height: 2635rem;
    background: radial-gradient(ellipse, var(--Web-Primary-Colors-Platinum) 0%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 80%, transparent) 45%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 40%, transparent) 70%, transparent 100%);
  }
}
@media screen {
  .s9-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16rem;
  }
  .s9-2 h1,
  .s9-2 h2,
  .s9-2 p,
  .s9-2 ul,
  .s9-2 ol {
    margin: 0;
  }
  .s9-2 + .s9-2 {
    margin-top: 16rem;
  }
  .s9-2 h1 + h4 {
    margin-top: 76rem;
  }
}
@media screen and (max-width: 1024px) {
  .s9-2 h1 + h4 {
    margin-top: 40rem;
  }
}
@media screen and (min-width: 1024px) {
  .s9-2 h1 {
    width: calc(100% + 30rem);
  }
}
@media screen {
  .s9-2 h1 + p {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .s9-2 h1 + p {
    margin-top: 16rem;
  }
}
@media screen {
  .s9-2 :is(p, ul, ol) + h2 {
    margin-top: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .s9-2 :is(p, ul, ol) + h2 {
    margin-top: 16rem;
  }
}
@media screen {
  .s9-2 :is(p, ul, ol) + h3 {
    margin-top: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .s9-2 :is(p, ul, ol) + h3 {
    margin-top: 16rem;
  }
}
@media screen {
  .s9-2 :is(p, ul, ol) + h4 {
    margin-top: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .s9-2 :is(p, ul, ol) + h4 {
    margin-top: 16rem;
  }
}
@media screen {
  .s9-2 h1 + p + h2 {
    margin-top: 64rem;
  }
}
@media screen and (max-width: 767px) {
  .s9-2 h1 + p + h2 {
    margin-top: 16rem;
  }
}
@media screen {
  .s9-2 h1, .s9-2 .h1, .s9-2 .h2, .s9-2 h2, .s9-2 .h3, .s9-2 h3, .s9-2 .h4, .s9-2 h4, .s9-2 .h5, .s9-2 h5 {
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .s9-2 ul,
  .s9-2 ol {
    display: grid;
    gap: 5rem;
    padding-left: 20rem;
  }
  .s9-2 ul {
    list-style: disc;
  }
  .s9-2 ol {
    list-style: decimal;
  }
  .s9-2 li {
    padding-left: 2rem;
    list-style: inherit;
  }
  .s9-2 strong {
    color: inherit;
    font-weight: 700;
  }
  .s9-3 {
    margin-top: 16rem;
    margin-bottom: 80rem;
    font-weight: 400;
    font-family: var(--font-family);
    font-size: var(--f-s);
    line-height: 130%;
    color: var(--web-secondary-colors-charcoal-charcoal-80-opacity);
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 767px) {
  .s9-3 {
    margin-bottom: 32rem;
  }
}
@media screen {
  .s9-4 {
    display: grid;
    grid-template-columns: 14.25% 32% 53.75%;
  }
  .s9-4 span {
    padding: 8rem 12rem;
    border-top: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    border-right: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    border-bottom: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    text-align: center;
    font-style: normal;
    line-height: 110%;
    font-size: var(--f-b);
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .s9-4 span:first-child {
    border-left: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s9-4 span {
    font-size: 20rem;
  }
}
@media screen {
  .s9-5 {
    position: relative;
    padding-left: 14.25%;
  }
  .s9-6 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.25%;
    min-width: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12rem;
    border-right: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    border-bottom: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    border-left: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    background: transparent;
    color: inherit;
    list-style: none;
    text-align: left;
    font-family: inherit;
    font-style: normal;
    line-height: 110%;
    font-size: var(--f-b);
    font-weight: 400;
    letter-spacing: -0.01em;
    pointer-events: none;
  }
  .s9-6 .icon {
    display: none;
  }
  .s9-9 {
    display: none;
  }
  .s9-7 {
    display: grid;
    min-width: 0;
    grid-template-columns: 37.318% 62.682%;
  }
  .s9-7-1 {
    display: contents;
  }
  .s9-7 p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 10rem;
    border-right: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
    border-bottom: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
  }
}
@media (max-width: 1239px) {
  .s9-1 {
    width: min(100%, 1240rem);
  }
}
@media screen and (max-width: 767.98px) {
  .s9-3 {
    border-top: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
  }
  .s9-4 {
    display: none;
  }
  .s9-5 {
    display: block;
    padding-left: 0;
    border-bottom: var(--sl) solid var(--web-secondary-colors-charcoal-charcoal-20-opacity);
  }
  .s9-6 {
    position: static;
    min-height: 50rem;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16rem;
    padding: 10rem 0;
    border: 0;
    cursor: pointer;
    font-size: var(--f-b);
    line-height: 100%;
    letter-spacing: -0.02em;
    pointer-events: auto;
  }
  .s9-6 .icon {
    display: block;
    width: 24rem;
    height: 23rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24rem;
    flex: 0 0 24rem;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .s9-6:focus-visible {
    outline: var(--sl) solid currentColor;
    outline-offset: 4rem;
  }
  .s9-8 {
    display: none;
  }
  .s9-9 {
    color: var(--Web-Primary-Colors-Charcoal);
    display: inline;
  }
  .s9-5.is-open .s9-6 .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .s9-7 {
    max-height: 0;
    overflow: hidden;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 0;
    visibility: hidden;
    -webkit-transition: max-height 0.56s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.56s;
    transition: max-height 0.56s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.56s;
    will-change: max-height;
  }
  .s9-7-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16rem;
    padding: 0 0 20rem;
    opacity: 0;
    -webkit-transform: translateY(-6rem);
    -ms-transform: translateY(-6rem);
    transform: translateY(-6rem);
    -webkit-transition: opacity 0.32s ease, -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.32s ease, -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.32s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.32s ease, transform 0.42s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.42s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .s9-7 p {
    padding: 0;
    border: 0;
  }
  .s9-5.is-open > .s9-7 {
    visibility: visible;
    -webkit-transition: max-height 0.56s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
    transition: max-height 0.56s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s;
  }
  .s9-5.is-open > .s9-7 > .s9-7-1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 576px) {
  .s9-2 ul,
  .s9-2 ol {
    padding-left: 18rem;
  }
  .s9-2 ol {
    padding-left: 0;
    list-style: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s9-6 .icon,
  .s9-7,
  .s9-7-1 {
    -webkit-transition: none;
    transition: none;
  }
}
/* section s11 */
@media screen {
  .s11 {
    --s11-gap: 18rem;
    --s11-dot: 13rem;
    position: relative;
    z-index: 1;
  }
  .s11::before {
    content: "";
    position: absolute;
    bottom: -371rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    width: 1218rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 1024px) {
  .s11::before {
    width: 600rem;
    bottom: -50rem;
  }
}
@media screen {
  .s11 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
  }
  .s11 .wrapper .main-top {
    gap: 24rem;
  }
  .s11 .wrapper .main-top p {
    margin: 0;
    max-width: 1030rem;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .s11 .wrapper {
    gap: 56rem;
  }
}
@media screen {
  .s11-carousel {
    width: 100%;
    min-width: 0;
  }
  .s11-carousel__inner {
    width: 100%;
  }
  .s11-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--s11-gap);
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .s11-slide {
    min-width: 0;
    list-style: none;
  }
  .s11-slide__media {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 1;
    background: var(--Web-Primary-Colors-Rich-Black);
  }
  .s11-slide img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .s11-slide__overlay {
    z-index: 1;
    clip-path: inset(0 0 100% 0);
    -webkit-transition: clip-path 3s cubic-bezier(0.65, 0, 0.35, 1);
    transition: clip-path 3s cubic-bezier(0.65, 0, 0.35, 1);
    will-change: clip-path;
  }
  .s11-slide.is-active .s11-slide__overlay {
    clip-path: inset(0);
  }
  .s11-pagination {
    position: relative;
    margin-top: 30rem;
  }
  .s11-pagination__line {
    position: absolute;
    top: calc(var(--s11-dot) / 2);
    right: 0;
    left: 0;
    height: var(--sl);
    background: -webkit-gradient(linear, left top, right top, from(rgba(9, 29, 58, 0)), color-stop(50.85%, #091D3A), to(rgba(9, 29, 58, 0)));
    background: linear-gradient(90deg, rgba(9, 29, 58, 0) 0%, #091D3A 50.85%, rgba(9, 29, 58, 0) 100%);
  }
  .s11-pagination__dots {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: var(--s11-gap);
  }
  .s11-pagination__dot {
    width: var(--s11-dot);
    height: var(--s11-dot);
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: var(--Web-Primary-Colors-Oxford-Blue);
    cursor: pointer;
    -webkit-transition: background 0.3s ease, -webkit-transform 0.3s ease;
    transition: background 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, background 0.3s ease;
    transition: transform 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
    position: relative;
    z-index: 1;
  }
  .s11-pagination__dot:before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none;
    background: var(--web-tertiary-colors-linears-logo-logo-1);
  }
  .s11-pagination__dot.is-active:before {
    opacity: 1;
  }
  .s11-pagination__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--Web-Primary-Colors-Charcoal);
    font-size: var(--f-s);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.02em;
    margin-top: -3rem;
  }
  .s11-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: min(100%, 880rem);
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24rem;
    text-align: center;
  }
  .s11-copy p {
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .s11 {
    --s11-card: 252rem;
  }
  .s11-carousel {
    width: calc(100% + var(--wr) * 2);
    margin-right: calc(var(--wr) * -1);
    margin-left: calc(var(--wr) * -1);
    padding-left: var(--wr);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-padding-inline-start: var(--wr);
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .s11-carousel.is-programmatic {
    scroll-behavior: auto;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none;
  }
  .s11-carousel::-webkit-scrollbar {
    display: none;
  }
  .s11-carousel__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-right: calc(100vw - var(--wr) - var(--s11-card));
  }
  .s11-track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    grid-template-columns: repeat(5, var(--s11-card));
  }
  .s11-slide {
    width: var(--s11-card);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .s11-pagination {
    width: calc(var(--s11-card) * 5 + var(--s11-gap) * 4);
  }
  .s11-pagination__line {
    right: calc(var(--s11-card) / 2);
    left: calc(var(--s11-card) / 2);
  }
  .s11-pagination__dots {
    grid-template-columns: repeat(5, var(--s11-card));
  }
  .s11-copy {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s11-slide__overlay {
    -webkit-transition: none;
    transition: none;
  }
  .s11-slide.is-active .s11-slide__overlay {
    clip-path: inset(0);
  }
  .s11-carousel {
    scroll-behavior: auto;
  }
}
/* section s12 */
@media screen {
  .container:has(.s12) {
    background-color: var(--Web-Primary-Colors-Platinum);
  }
  .s12 {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    margin-top: calc((clamp(56px, 8.03vw, 106rem) + 16rem + var(--headroom-height)) * -1);
    padding-top: calc(clamp(56px, 8.03vw, 106rem) + 16rem + var(--headroom-height));
    padding-bottom: 200rem;
  }
  .s12::before {
    content: "";
    position: absolute;
    top: -350rem;
    left: -210rem;
    z-index: 0;
    width: 1319rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s12-2 {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: min(422rem, 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(32px, 8.106vw, 107rem);
  }
  .s12-2-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(16px, 1.818vw, 24rem);
  }
  .s12-2-1 p {
    margin: 0;
  }
  .s12-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12rem;
    font-style: normal;
    color: var(--Web-Primary-Colors-Charcoal);
  }
}
@media screen and (max-width: 767px) {
  .s12-3 {
    gap: 16rem;
  }
}
@media screen {
  .s12-3 p {
    color: var(--Web-Primary-Colors-Charcoal);
    margin: 0;
  }
  .s12-3-1 {
    padding-bottom: 1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% var(--sl);
    -webkit-transition: background-size 0.25s;
    transition: background-size 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s12-3-1:hover {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s12-3-1:active {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
}
@media screen {
  .s12-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8rem;
  }
  .s12-4 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    -webkit-transition: background-size 0.25s;
    transition: background-size 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s12-4 a:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s12-4 a:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen {
  .s12-4 a .icon {
    width: 22rem;
    height: 22rem;
  }
}
@media screen and (max-width: 767px) {
  .s12-4 {
    gap: 12rem;
  }
}
@media screen {
  .s12-5 {
    position: absolute;
    top: 0;
    right: -10rem;
    pointer-events: none;
    width: auto;
    max-width: none;
    height: max(100%, 932.5865580448rem);
    aspect-ratio: 1964/1928;
  }
  .s12-5:before {
    content: "";
    width: 100%;
    height: 103rem;
    pointer-events: none;
    left: 0;
    top: 0;
    background: var(--web-tertiary-colors-linears-platinum-linear-0100);
    z-index: 2;
    position: absolute;
  }
  .s12-5 img {
    mix-blend-mode: exclusion;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 1024px) {
  .s12::before {
    top: -180rem;
    left: -400rem;
    width: 1100rem;
  }
  .s12-1 {
    min-height: 610rem;
  }
  .s12-2 {
    z-index: 4;
    width: min(440rem, 100%);
  }
  .s12-5 {
    top: auto;
    bottom: 0;
    right: -242rem;
    width: 850rem;
    height: auto;
    aspect-ratio: 3200/1928;
  }
  .s12-5:after {
    content: "";
    width: 100%;
    height: 103rem;
    pointer-events: none;
    left: 0;
    bottom: 0;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    background: var(--web-tertiary-colors-linears-platinum-linear-0100);
    z-index: 2;
    position: absolute;
  }
}
@media screen and (max-width: 576px) {
  .s12-1 {
    min-height: 610rem;
  }
  .s12-5 {
    right: -285rem;
  }
}
@media screen {
  .s14-snap {
    z-index: 3;
    position: relative;
  }
  .s14-snap.is-enhanced {
    height: var(--s14-vh);
  }
  .s14-snap.is-enhanced .s14-stage {
    position: sticky;
    top: 0;
    height: var(--s14-vh);
    overflow: hidden;
  }
  .s14-snap.is-enhanced .s14-track {
    height: 100%;
  }
  .s14-snap.is-enhanced .s14-slide,
  .s14-snap.is-enhanced .s14-panel {
    height: var(--s14-vh);
  }
  .s14-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 100rem;
    position: relative;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s14-slide {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 var(--s14-vh);
    flex: 0 0 var(--s14-vh);
    height: var(--s14-vh);
    scroll-snap-align: center;
    background: transparent;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    will-change: transform, opacity;
  }
}
@media screen and (min-width: 1024px) {
  .s14-slide:first-of-type .s14-media {
    width: calc(100% + 300rem);
  }
  .s14-slide:first-of-type .s14-media img {
    -webkit-transform: translateX(18%);
    -ms-transform: translateX(18%);
    transform: translateX(18%);
  }
}
@media screen {
  .s14-slide:first-of-type::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -207rem;
    z-index: -1;
    width: 1018rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 1024px) {
  .s14-slide:first-of-type::before {
    top: -100rem;
    left: -100rem;
    width: 800rem;
  }
}
@media screen {
  .s14-slide:nth-child(even) .s14-copy {
    grid-column: 8/-1;
  }
  .s14-slide:nth-child(even) .s14-media {
    grid-column: 1/span 6;
    grid-row: 1;
    left: -148rem;
    right: initial;
  }
  .s14-slide:nth-child(even)::before {
    content: "";
    position: absolute;
    top: -1rem;
    right: -207rem;
    z-index: -1;
    width: 1018rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 1024px) {
  .s14-slide:nth-child(even)::before {
    top: -100rem;
    right: -100rem;
    width: 800rem;
  }
}
@media screen {
  .s14-slide:last-of-type::before {
    content: "";
    position: absolute;
    top: -1rem;
    left: -207rem;
    z-index: -1;
    width: 1018rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
}
@media screen and (max-width: 1024px) {
  .s14-slide:last-of-type::before {
    top: -100rem;
    left: -100rem;
    width: 800rem;
  }
}
@media screen {
  .s14-panel {
    height: var(--s14-vh);
    position: relative;
    z-index: 1;
  }
  .s14-panel .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--s14-vh);
  }
  .s14-panel__inner {
    display: grid;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
    padding: 100rem 0;
    height: var(--app-height);
    align-items: center;
  }
  .s14-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 505rem);
    gap: clamp(24px, 2.424vw, 32rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column: 1/span 5;
  }
  .s14-copy h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding-bottom: calc(clamp(12px, 2.424vw, 32rem) + clamp(3px, 0.379vw, 5rem));
  }
  .s14-copy h2:before {
    content: "";
    display: block;
    bottom: 0;
    height: clamp(3px, 0.379vw, 5rem);
    background: -webkit-gradient(linear, right top, left top, color-stop(-3.77%, #ABABAD), color-stop(16.11%, #818286), color-stop(39.47%, #969698), color-stop(65.29%, #C1C1C1), color-stop(92.03%, #BDBDBD), color-stop(119.62%, #707072));
    background: linear-gradient(270deg, #ABABAD -3.77%, #818286 16.11%, #969698 39.47%, #C1C1C1 65.29%, #BDBDBD 92.03%, #707072 119.62%);
    width: 100%;
    position: absolute;
    pointer-events: none;
  }
  .s14-copy__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16rem;
  }
  .s14-copy__body p {
    margin: 0;
  }
  .s14-media {
    position: relative;
    z-index: 1;
    width: calc(100% + 108rem);
    margin: 0;
    pointer-events: none;
    will-change: transform, opacity;
    right: -108rem;
    grid-column: 6/-1;
  }
  .s14-media img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
@media screen and (max-width: 1023.98px) {
  .s14-snap,
  .s14-snap.is-enhanced {
    height: auto;
    overflow: visible;
    padding: 80rem 0;
  }
  .s14-snap .s14-track,
  .s14-snap.is-enhanced .s14-track {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .s14-snap .s14-slide,
  .s14-snap.is-enhanced .s14-slide {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    height: auto;
  }
  .s14-snap .s14-panel,
  .s14-snap.is-enhanced .s14-panel {
    height: auto;
  }
  .s14-slide:nth-child(2) .s14-media {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    left: auto;
    right: -30rem;
    -ms-flex-item-align: end;
    align-self: end;
  }
  .s14-panel .wrapper {
    height: auto;
  }
  .s14-panel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 32rem;
  }
  .s14-panel .s14-copy,
  .s14-panel .s14-media {
    right: auto;
    left: auto;
    width: 100%;
  }
  .s14-panel .s14-copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .s14-panel .s14-media {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .s14-copy {
    width: min(100%, 620rem);
  }
  .s14-media {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 680rem;
  }
}
@media screen and (max-width: 767.98px) {
  .s14-snap,
  .s14-snap.is-enhanced {
    padding: 0 0 100rem;
  }
  .s14-panel__inner {
    gap: 32rem;
  }
  .s14-copy h2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .s14-media {
    width: 100%;
    max-width: none;
  }
  .s14-slide:first-child .s14-media {
    aspect-ratio: 343/194;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .s14-slide:nth-child(3) .s14-media img {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .s14-snap,
  .s14-snap.is-enhanced {
    height: auto;
    overflow: visible;
  }
  .s14-snap .s14-track,
  .s14-snap.is-enhanced .s14-track {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .s14-snap .s14-panel,
  .s14-snap.is-enhanced .s14-panel {
    height: auto;
    height: var(--app-height);
  }
  .s14-snap .s14-media,
  .s14-snap .s14-copy,
  .s14-snap.is-enhanced .s14-media,
  .s14-snap.is-enhanced .s14-copy {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
/* section s16 */
@media screen {
  .s16 {
    position: relative;
    z-index: 4;
    margin-bottom: clamp(100px, 15.152vw, 200rem);
  }
  .s16 + .s20 {
    z-index: 5;
  }
  .s16 + .s20:before {
    content: none;
  }
  .s16::before {
    content: "";
    position: absolute;
    top: -271rem;
    right: -307rem;
    z-index: -1;
    width: 1518rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s16 .wrapper {
    padding-right: var(--wr-xs);
    padding-left: var(--wr-xs);
  }
  .s16-1 {
    display: grid;
    grid-template-columns: minmax(0, 26.1fr) minmax(0, 38fr) minmax(0, 26.1fr);
    grid-template-rows: auto 1fr;
    min-height: 628rem;
    border: 1rem solid var(--web-secondary-colors-charcoal-charcoal-30-opacity);
    background: var(--Web-Primary-Colors-Platinum);
    padding: 20rem 36rem 0 36rem;
    row-gap: 56rem;
  }
  .s16-2 {
    grid-column: 1;
    grid-row: 1;
    gap: clamp(24rem, 2.273vw, 30rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 22rem;
  }
  .s16-2 p {
    margin: 0;
  }
  .s16-3 {
    align-self: end;
    grid-column: 2;
    grid-row: 1/3;
    width: 100%;
    aspect-ratio: 610/608;
    background: var(--Web-Primary-Colors-Platinum);
    overflow: hidden;
  }
  .s16-3 img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center bottom;
    object-position: center bottom;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }
  .s16-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
  }
  .s16-4-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
    grid-column: 1;
    grid-row: 2;
    padding-bottom: 30rem;
  }
  .s16-4-1 p {
    margin: 0;
  }
  .s16-4-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
    grid-column: 3;
    grid-row: 2;
    padding-left: 20rem;
    padding-bottom: 30rem;
  }
  .s16-4-2 p {
    margin: 0;
  }
  .s16-4-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
    grid-column: 3;
    grid-row: 2;
  }
  .s16-4-3 p {
    margin: 0;
  }
  .s16-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18rem 28rem;
  }
  .s16-5 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 var(--sl);
    font-size: var(--f-s);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
    color: var(--Web-Primary-Colors-Oxford-Blue);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s16-5 a:hover {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s16-5 a:active {
    background-position: left bottom;
    background-size: 100% var(--sl);
  }
}
@media screen {
  .s16-5 a svg {
    width: 22rem;
    height: 22rem;
  }
}
@media screen and (max-width: 1024px) {
  .s16::before {
    top: -300rem;
    right: initial;
    left: -60rem;
  }
  .s16-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
  .s16-2 {
    margin-bottom: 16rem;
    padding-top: 0;
  }
  .s16-3 {
    margin-bottom: 16rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    max-width: 600rem;
    -ms-flex-item-align: center;
    align-self: center;
    border: 1rem solid var(--web-secondary-colors-charcoal-charcoal-30-opacity);
  }
  .s16-4 {
    padding: 28rem 0 0;
  }
  .s16-4-1 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    gap: 16rem;
    padding: 0;
  }
  .s16-4-2 {
    padding: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    gap: 16rem;
  }
  .s16-4-3 {
    gap: 16rem;
  }
  .s16-5 {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .s16-5 a:not(:first-child) {
    display: none;
  }
}
/* section s17 */
@media screen {
  .s17 {
    position: relative;
    z-index: 2;
    padding-bottom: clamp(100px, 15.152vw, 200rem);
  }
  .s17 .main-top {
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .s17 + .s20 {
    z-index: 5;
  }
  .s17 + .s20:before {
    content: none;
  }
  .s17:before, .s17:after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .s17::after {
    top: -456rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
    width: 1518rem;
    height: 2635rem;
    background: radial-gradient(ellipse, var(--Web-Primary-Colors-Platinum) 0%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 80%, transparent) 45%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 40%, transparent) 70%, transparent 100%);
  }
  .s17::before {
    bottom: -200rem;
    left: -307rem;
    z-index: -1;
    width: 1518rem;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s17 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
  }
  .s17-1 {
    margin-bottom: calc(var(--gap) * -1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(12rem, 1.136vw, 15rem);
    padding-bottom: 24rem;
  }
  .s17-1-1 {
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    height: 24rem;
    padding: 3rem 16rem;
    border: var(--sl) solid var(--Web-Primary-Colors-Charcoal);
    background: var(--Web-Primary-Colors-Platinum);
    color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
    font-family: var(--font-family);
    cursor: pointer;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s;
    border-radius: var(--radius-small);
  }
  .s17-1-1.active {
    border-color: var(--Web-Primary-Colors-Charcoal);
    background: var(--Web-Primary-Colors-Charcoal);
    color: var(--Web-Primary-Colors-Platinum);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s17-1-1:hover:not(.is-active) {
    border-color: var(--Web-Primary-Colors-Charcoal);
    color: var(--Web-Primary-Colors-Charcoal);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s17-1-1:active:not(.is-active) {
    border-color: var(--Web-Primary-Colors-Charcoal);
    color: var(--Web-Primary-Colors-Charcoal);
  }
}
@media screen {
  .s17-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 20rem;
    -moz-column-gap: 20rem;
    column-gap: 20rem;
    row-gap: var(--gap);
  }
  .s17-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    gap: 10rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s17-3-1 {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 651/259;
    overflow: hidden;
    background: var(--web-secondary-colors-charcoal-charcoal-10-opacity);
  }
  .s17-3-1 img {
    -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .s17-3-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24rem;
  }
  .s17-3-2 p {
    margin: 0;
  }
  .s17-3-2 > p:not(.s17-3-3) {
    max-width: 610rem;
  }
}
@media screen and (min-width: 576px) {
  .s17-3-2 > p:not(.s17-3-3) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen {
  .s17-3 .main-link {
    margin-top: -3rem;
  }
  .s17-3-3 {
    color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
    font-size: var(--f-xs);
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: -4rem;
  }
  .s17-3 h3 {
    max-width: 620rem;
    color: var(--Web-Primary-Colors-Charcoal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s17-3:hover .s17-3-1 img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s17-3:active .s17-3-1 img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025);
  }
}
@media screen and (max-width: 767px) {
  .s17-3 {
    gap: 20rem;
  }
}
@media screen {
  .s17 > .wrapper > .main-button {
    margin: 0 auto;
  }
  .s17--related:after {
    content: none;
  }
  .s17--related .wrapper {
    gap: clamp(32rem, 2.424vw, 34rem);
  }
  .s17--related .main-top {
    text-align: start;
  }
}
@media screen and (max-width: 668px) {
  .s17-2 {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .s17-3-3 {
    margin: 0;
  }
  .s17-3 .main-link {
    margin: 0;
  }
  .s17-3-2 {
    gap: 20rem;
  }
}
@media screen and (max-width: 414px) {
  .s17-3-1 {
    aspect-ratio: 343/180;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s17-3-1 img {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .s18 {
    position: relative;
    z-index: 3;
    padding-bottom: clamp(100px, 15.152vw, 200rem);
  }
  .s18::before, .s18:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1518rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s18:before {
    top: -271rem;
    right: -307rem;
  }
  .s18:after {
    bottom: 130rem;
    left: -307rem;
  }
  .s18-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(32rem, 3.03vw, 40rem);
    margin: 0 auto clamp(32rem, 4.545vw, 60rem);
    text-align: center;
  }
  .s18-1 .h2 {
    width: calc(100% + 40rem);
    margin-left: -20rem;
  }
  .s18-2 {
    margin: 0;
    color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
    font-size: var(--f-xs);
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
  }
  .s18-3 {
    width: min(100%, 1096rem);
    aspect-ratio: 1096/422;
    margin: 0 auto var(--gap);
    overflow: hidden;
  }
  .s18-3 img {
    aspect-ratio: 1096/422;
    width: 100%;
  }
  .s18-4 {
    width: min(100%, 655rem);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(32px, 4.848vw, 64rem);
  }
  .s18-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
  }
  .s18-5 p,
  .s18-5 li,
  .s18-5 blockquote,
  .s18-5 address {
    font-size: var(--f-xs);
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--web-secondary-colors-charcoal-charcoal-70-opacity);
  }
  .s18-5 p {
    margin: 0;
  }
  .s18-5 h5 + p:not([class]) {
    margin-top: -24rem;
  }
  .s18-5 ol,
  .s18-5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12rem;
    padding-left: 22rem;
  }
  .s18-5 ol li {
    list-style: decimal;
  }
  .s18-5 ul li {
    list-style: disc;
  }
  .s18-5 blockquote {
    padding-left: 10rem;
    border-left: var(--sl) solid var(--Web-Primary-Colors-Charcoal);
    font-style: italic;
  }
  .s18-5 a {
    color: var(--web-secondary-colors-charcoal-charcoal-70-opacity);
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s18-5 a:hover {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s18-5 a:active {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
}
@media screen {
  .s18-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
  }
  .s18-7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32rem;
    font-style: normal;
  }
  .s18-7 p,
  .s18-7 li,
  .s18-7 blockquote,
  .s18-7 address {
    font-size: var(--f-xs);
    line-height: 130%;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--web-secondary-colors-charcoal-charcoal-70-opacity);
  }
  .s18-7 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8rem;
    margin: 0;
  }
  .s18-7 a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--web-secondary-colors-charcoal-charcoal-70-opacity);
    padding-bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% var(--sl);
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s18-7 a:hover {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s18-7 a:active {
    background-position: right bottom;
    background-size: 0 var(--sl);
  }
}
@media (max-width: 1024px) {
  .s18-1 .h2 {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .s18-1 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .s18-3 {
    aspect-ratio: 343/180;
  }
  .s18-3 img {
    aspect-ratio: 343/180;
  }
}
@media screen {
  .s19 {
    position: relative;
    z-index: 3;
    margin-bottom: clamp(100px, 15.152vw, 200rem);
  }
  .s19::before, .s19:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1518rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s19:before {
    top: -271rem;
    right: -307rem;
  }
}
@media screen and (max-width: 767px) {
  .s19:before {
    top: 0;
  }
}
@media screen {
  .s19:after {
    bottom: 430rem;
    left: -307rem;
  }
  .s19 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: var(--gap);
    position: relative;
    z-index: 1;
  }
  .s19 .wrapper::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1518rem;
    bottom: 0;
    left: -307rem;
    aspect-ratio: 1;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s19-1 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20rem;
  }
  .s19-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    height: 46rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20rem;
    border: 0;
    background: var(--web-secondary-colors-charcoal-charcoal-10-opacity);
    -webkit-backdrop-filter: blur(6.35px);
    backdrop-filter: blur(6.35px);
    color: var(--web-secondary-colors-charcoal-charcoal-50-opacity);
    cursor: pointer;
    text-align: right;
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    isolation: isolate;
    -webkit-transition: color 0.35s ease;
    transition: color 0.35s ease;
  }
  .s19-2::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(262deg, #707072 0%, #818286 42%, #d7d7d7 53%, #bdbdbd 60%, #707072 88%);
    background-size: 320% 100%;
    background-position: 100% 50%;
    opacity: 0;
    -webkit-transition: opacity 0.45s ease, background-position 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.45s ease, background-position 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .s19-2.is-active {
    pointer-events: none;
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s19-2.is-active::before {
    opacity: 1;
    background-position: 60% 50%;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .s19-2:hover:not(.is-active) {
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s19-2:hover:not(.is-active)::before {
    opacity: 1;
    background-position: 60% 50%;
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .s19-2:active:not(.is-active) {
    color: var(--Web-Primary-Colors-Platinum);
  }
  .s19-2:active:not(.is-active)::before {
    opacity: 1;
    background-position: 60% 50%;
  }
}
@media screen {
  .s19-3 {
    position: absolute;
    right: auto;
    bottom: -11rem;
    left: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80rem;
    height: 87rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    pointer-events: none;
  }
  .s19-3 img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left bottom;
    object-position: left bottom;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.25;
    -webkit-transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: opacity 0.3s ease, -webkit-filter 0.3s ease;
    transition: filter 0.3s ease, opacity 0.3s ease;
    transition: filter 0.3s ease, opacity 0.3s ease, -webkit-filter 0.3s ease;
  }
  .s19-2:first-child .s19-3 {
    width: 90rem;
    height: 98rem;
    bottom: -12rem;
    left: 0;
  }
  .s19-2:nth-child(3) .s19-3 {
    width: 79rem;
    height: 86rem;
    bottom: -9rem;
  }
  .s19-2:nth-child(4) .s19-3 {
    width: 103rem;
    height: 104rem;
    left: 7rem;
    bottom: -18rem;
  }
  .s19-2.is-active .s19-3 img {
    -webkit-filter: none;
    filter: none;
    opacity: 1;
  }
  .s19-6 {
    display: none;
  }
  .s19-6.is-active {
    display: block;
  }
  .s19-7 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap) 19rem;
  }
  .company-card {
    min-width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--Web-Primary-Colors-Charcoal);
  }
  .company-card__img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 427/400;
    background: var(--web-secondary-colors-charcoal-charcoal-10-opacity);
  }
  .company-card__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .company-card__arrow {
    position: absolute;
    top: 10rem;
    right: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32rem;
    height: 32rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--Web-Primary-Colors-Platinum);
    color: var(--Web-Primary-Colors-Charcoal);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-6rem, 6rem) scale(0.92);
    -ms-transform: translate(-6rem, 6rem) scale(0.92);
    transform: translate(-6rem, 6rem) scale(0.92);
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.25s ease, -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.25s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.25s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .company-card__arrow .icon {
    display: block;
    width: 22rem;
    height: 22rem;
  }
  .company-card h3 {
    display: block;
    padding: clamp(14px, 1.364vw, 18rem) 0 clamp(12px, 1.515vw, 20rem);
    border-bottom: var(--sl) solid var(--Web-Primary-Colors-Charcoal);
    line-height: 1;
  }
  .company-card__descr {
    display: block;
    padding-top: 12rem;
    color: var(--web-secondary-colors-charcoal-charcoal-80-opacity);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .company-card:hover .company-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .company-card:hover .company-card__arrow {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}
@media screen and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .company-card:active .company-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .company-card:active .company-card__arrow {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}
@media screen {
  .company-card:focus-visible {
    outline: var(--sl) solid currentColor;
    outline-offset: 4rem;
  }
  .company-card:focus-visible .company-card__img img {
    -webkit-transform: scale(1.055);
    -ms-transform: scale(1.055);
    transform: scale(1.055);
  }
  .company-card:focus-visible .company-card__arrow {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
  }
}
@media screen and (max-width: 1024px) {
  .s19-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + var(--wr) * 2);
    margin-left: calc(var(--wr) * -1);
    padding: 0 var(--wr);
    gap: 8rem;
    overflow-x: auto;
    -ms-scroll-snap-type: x proximity;
    scroll-snap-type: x proximity;
    scroll-padding-inline-start: var(--wr);
    scrollbar-width: none;
  }
  .s19-1::-webkit-scrollbar {
    display: none;
  }
  .s19-2 {
    padding: 0 16rem;
    gap: 10rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
    width: 343rem;
    min-width: 343rem;
    scroll-snap-align: start;
  }
  .s19-2:before {
    background: linear-gradient(262deg, #818286 -1.86%, #D7D7D7 20.09%, #BDBDBD 29.24%, #707072 98.26%);
  }
  .s19-3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32rem !important;
    height: 35rem !important;
    position: static;
  }
  .s19-7 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36rem 12rem;
  }
}
@media screen and (max-width: 767px) {
  .company-card__img {
    aspect-ratio: 343/300;
  }
}
@media (max-width: 576px) {
  .s19-7 {
    grid-template-columns: minmax(0, 1fr);
  }
  .s19-1 {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    gap: 8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s19-2 {
    width: 100%;
    min-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .s19-2,
  .s19-3 img,
  .company-card__img img,
  .company-card__arrow {
    -webkit-transition: none;
    transition: none;
  }
}
@media screen {
  .s20 {
    position: relative;
    z-index: 1;
  }
  .s20::before {
    content: "";
    position: absolute;
    top: -271rem;
    right: -307rem;
    z-index: -1;
    width: 1418rem;
    aspect-ratio: 16/9;
    pointer-events: none;
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s20-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20rem;
  }
  .s20-1 p {
    font-size: 16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32rem;
    color: rgba(35, 35, 35, 0.5);
  }
}
@media screen and (max-width: 576px) {
  .s20-1 p {
    line-height: 120%;
    letter-spacing: -0.64px;
  }
}
/* 404 page */
@media screen {
  body:has(.s404) .header {
    margin-bottom: 20rem;
  }
  body:has(.s404) .main {
    min-height: 0;
  }
}
@media screen and (min-width: 1024px) {
  body:has(.s404) .breadcrumbs {
    margin-bottom: 99rem;
  }
}
@media screen {
  .s404 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    margin-top: 0;
  }
  .s404::before {
    content: "";
    position: absolute;
    top: -260rem;
    left: 50%;
    z-index: -1;
    width: 1118rem;
    aspect-ratio: 1;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: radial-gradient(circle, var(--Web-Primary-Colors-Platinum) 0 25.8%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 97%, transparent) 35%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 84%, transparent) 44.4%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 69%, transparent) 53.6%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 50%, transparent) 62.9%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 31%, transparent) 72.2%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 16%, transparent) 81.5%, color-mix(in srgb, var(--Web-Primary-Colors-Platinum) 7%, transparent) 90.7%, transparent 100%);
  }
  .s404 .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s404 h3 {
    margin-bottom: 48rem;
  }
  .s404-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .s404-2 {
    width: min(922rem, 100%);
    margin-bottom: 48rem;
  }
  .s404-2 .icon {
    display: block;
    width: 100%;
    height: auto;
  }
  .s404-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16rem;
  }
}
@media screen and (max-width: 1024px) {
  .s404-2 {
    width: min(720rem, 100%);
  }
}
@media screen and (max-width: 576px) {
  body:has(.s404) .breadcrumbs {
    margin-bottom: 50rem;
  }
  .s404::before {
    top: -110rem;
    left: 60%;
    width: 650rem;
  }
  .s404-2 {
    width: min(312rem, 100%);
  }
  .s404-4 {
    width: min(256rem, 100%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem;
  }
  .s404-4 .main-button {
    width: 100%;
    min-width: 0;
  }
}
@media screen and (max-width: 1023.98px) {
  :root {
    --wr: 16rem;
    --wr-xs: 16rem;
    --main-cols: minmax(0, 1fr);
    --btn: 58rem;
    --f-link: 48rem;
    --f-number: 64rem;
    --f-xs: 16rem;
    --f-s: 18rem;
    --f-b: 24rem;
    --f-l: 24rem;
    --f-xl: 40rem;
    --f-xxl: 52rem;
  }
  html {
    font-size: 1px;
  }
  .desktop {
    display: none !important;
  }
  .s1-5 {
    padding: 0;
    grid-column: auto;
  }
  .s1-4 {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
  .s1-4-1 {
    width: 100%;
  }
  .s1-6 {
    margin-bottom: 25rem;
  }
  .s1-6-1 {
    margin: 0;
  }
  .s1-6-2 {
    margin-top: 25rem;
    max-width: 280rem;
  }
  .s1-7 {
    margin: -5rem;
  }
  .s1-7-1 {
    margin: 5rem;
  }
  .s1-8 {
    grid-column: auto;
    margin-top: auto;
    margin-bottom: 0;
  }
  .topbar-logo {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .popup:not(.active) {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease, visibility 0s 0.5s;
    transition: opacity 0.5s ease, visibility 0s 0.5s;
  }
  .popup:not(.active) .popup__inner {
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    opacity: 0;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  }
}
@media screen and (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}
@media screen and (min-width: 192000px) {
  html {
    font-size: 1px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .topbar-nav a {
    -webkit-transition: background-size 0.25s, color 0.25s;
    transition: background-size 0.25s, color 0.25s;
    background-size: 0 var(--sl);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background-image: linear-gradient(currentColor, currentColor);
    display: inline;
    padding-bottom: 0;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) and (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .topbar-nav a:hover {
    background-size: 100% var(--sl);
    background-position: left bottom;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 1024px) and (hover: none) and (pointer: fine) and (min-width: 1024px) {
  .topbar-nav a:active {
    background-size: 100% var(--sl);
    background-position: left bottom;
  }
}
/*# sourceMappingURL=main.css.map */