@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-autoplay-toggle-button {
  display: none;
}

@keyframes easeIcons {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.9);
  }
}
@keyframes h1Animation {
  0% {
    opacity: auto;
    transform: auto;
  }
  10% {
    opacity: 1;
    transform: none;
  }
  90% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate(0, -1rem);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blinkCursor {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes slideUp {
  from {
    opacity: auto;
    transform: auto;
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes progressAnimation {
  0% {
    left: 10%;
    opacity: 0;
  }
  40% {
    left: 40%;
    opacity: 1;
  }
  88% {
    left: 70%;
    opacity: 0;
  }
  89% {
    left: 10%;
    opacity: 0;
  }
  90% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 10%;
    opacity: 0;
  }
}
@keyframes appear {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes dot-loader {
  0% {
    left: 0;
    opacity: 0;
  }
  40% {
    left: 95%;
    opacity: 1;
  }
  60% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes mlloader {
  from {
    transform: auto;
  }
  to {
    transform: rotate(0) scale(1.2);
  }
}
@keyframes mlpulse {
  from {
    transform: auto;
  }
  to {
    transform: scale(0.9) rotate(-45deg);
  }
}
.transition {
  transition: 1s ease-in-out;
}

.duration-1000 {
  transition-duration: 1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-500 {
  transition-delay: 0.5s;
}

body.hidden h1, body.hidden .ease-up {
  opacity: 0;
  transform: translate(0, 1rem);
}

@keyframes bounce {
  0% {
    transform: rotate(5deg) scale(1);
  }
  10% {
    transform: rotate(5deg) scale(0.95);
  }
  20% {
    transform: rotate(5deg) scale(1.1);
  }
  30% {
    transform: rotate(5deg) scale(0.98);
  }
  40% {
    transform: rotate(5deg) scale(1);
  }
  100% {
    transform: rotate(5deg) scale(1);
  }
}
@keyframes bounceStraight {
  0% {
    transform: scale(1);
  }
  8% {
    transform: scale(0.99);
  }
  16% {
    transform: scale(1.05);
  }
  24% {
    transform: scale(0.995);
  }
  34% {
    transform: scale(1.02);
  }
  45% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slideIn {
  0% {
    transform: auto;
    opacity: auto;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes studioSlider {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-5rem);
  }
  10% {
    transform: translateY(-5rem);
  }
  15% {
    transform: translateY(-10rem);
  }
  20% {
    transform: translateY(-10rem);
  }
  25% {
    transform: translateY(-15rem);
  }
  30% {
    transform: translateY(-15rem);
  }
  35% {
    transform: translateY(-20rem);
  }
  40% {
    transform: translateY(-20rem);
  }
  45% {
    transform: translateY(-25rem);
  }
  50% {
    transform: translateY(-25rem);
  }
  55% {
    transform: translateY(-30rem);
  }
  60% {
    transform: translateY(-30rem);
  }
  65% {
    transform: translateY(-35rem);
  }
  70% {
    transform: translateY(-35rem);
  }
  75% {
    transform: translateY(-40rem);
  }
  80% {
    transform: translateY(-40rem);
  }
  100% {
    transform: translateY(-40rem);
  }
  101% {
    transform: translateY(0);
  }
}
@keyframes settingsSlider {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(calc(-1 * var(--settingsHeight)));
  }
  20% {
    transform: translateY(calc(-1 * var(--settingsHeight)));
  }
  30% {
    transform: translateY(calc(-2 * var(--settingsHeight)));
  }
  40% {
    transform: translateY(calc(-2 * var(--settingsHeight)));
  }
  50% {
    transform: translateY(calc(-3 * var(--settingsHeight)));
  }
  60% {
    transform: translateY(calc(-3 * var(--settingsHeight)));
  }
  70% {
    transform: translateY(calc(-4 * var(--settingsHeight)));
  }
  80% {
    transform: translateY(calc(-4 * var(--settingsHeight)));
  }
  90% {
    transform: translateY(calc(-5 * var(--settingsHeight)));
  }
  100% {
    transform: translateY(calc(-5 * var(--settingsHeight)));
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  40% {
    transform: scale(1, 1) translateY(0);
  }
  48% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  50% {
    transform: scale(0.9, 1.1) translateY(-30px);
  }
  56% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  62% {
    transform: scale(1, 1) translateY(-7px);
  }
  70% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes kenburns {
  0%, 100% {
    background-position: left bottom;
    background-size: 100%;
  }
  50% {
    background-position: left bottom;
    background-size: 120%;
  }
}
@keyframes corners {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(-5px, 5px);
  }
  75% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes cornersRight {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 5px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  75% {
    transform: translate(5px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes circle {
  0% {
    transform: rotate(0) translateX(0.2rem) rotate(0);
  }
  100% {
    transform: rotate(360deg) translateX(0.2rem) rotate(-360deg);
  }
}
@keyframes fadeupinout {
  0% {
    opacity: 0;
    transform: translateY(0);
    animation-timing-function: linear;
  }
  15% {
    opacity: 0.85;
    transform: translateY(-30px);
    animation-timing-function: linear;
  }
  90% {
    opacity: 0.85;
    transform: translateY(-160px);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: translateY(-200px);
    animation-timing-function: ease-out;
  }
}
@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-50px) scale(0.8);
  }
  60% {
    opacity: 0.8;
    transform: translateY(5px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gentleBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-3px) scale(1.02);
  }
  60% {
    transform: translateY(-1px) scale(1.01);
  }
}
:root {
  --navHeight: 5rem;
  --subNavHeight: 3.5rem;
  --teaserHeightMax: 750px;
  --containerWidth: 1100px;
  --borderRadiusSmall: .15rem;
  --mainDark: #1A3294;
  --borderRadiusMedium: .4rem;
  --borderRadiusLarge: 1rem;
  --padding: 4.5rem;
  --main: rgb(73, 119, 221);
  --mainTrans: rgba(73, 119, 221, 0.6);
  --mainMediumLight: rgba(73, 119, 221, 0.35);
  --mainLight: rgba(73, 119, 221, 0.1);
  --mainLightest: rgba(73, 119, 221, 0.03);
  --second: rgb(51, 192, 230);
  --secondTrans: rgba(51, 192, 230, 0.4);
  --secondInv: rgba(51, 192, 230, 0);
  --secondVeryLight: rgba(51, 192, 230, 0.04);
  --secondLight: #A4E3F4;
  --yellow: #fdc959;
  --third: rgb(101, 95, 227);
  --thirdTrans: rgba(101, 95, 227, 0.8);
  --thirdLight: rgba(101, 95, 227, 0.4);
  --copy: #333;
  --success: rgb(133, 204, 171);
  --successLight: rgba(133, 204, 171, 0.18);
  --successHighlight: #5FF7B0;
  --error: rgb(255, 91, 88);
  --errorLight: rgba(255, 91, 88, 0.15);
  --price-column: 220px;
  --price-column-padding: 3.5rem;
  --slick-arrow: 10vw;
  --gap: 5vw;
  --mainVeryDark: rgb(17, 40, 50);
  --carousel-width: 65vw;
  --mainLight-1: rgba(73, 119, 221, 0.1);
  --mainLight-15: rgba(73, 119, 221, 0.15);
  --mainLight-2: rgba(73, 119, 221, 0.2);
  --mysports: rgb(46, 159, 216);
  --mysportsLight: rgba(46, 159, 216, 0.18);
  --mysportsVeryLight: rgba(46, 159, 216, 0.05);
  --orange: rgb(240, 153, 82);
  --orangeLight: rgba(240, 153, 82, 0.18);
  --purple: rgb(183, 147, 190);
  --purpleLight: rgba(183, 147, 190, 0.18);
  --mainLight-1: rgba(73, 119, 221, 0.1);
  --mainLight-15: rgba(73, 119, 221, 0.15);
  --mainLight-2: rgba(73, 119, 221, 0.2);
  --sectionPadding: 10vw;
  --violet: #a190c4;
}
@media (min-width: 500px) {
  :root {
    --gap: 1rem;
    --slick-arrow: 2.5rem;
    --padding: 2rem;
    --carousel-width: 300px;
    --sectionPadding: 3rem;
  }
}
@media (min-width: 998px) {
  :root {
    --gap: 15px;
    --carousel-width: 500px;
    --sectionPadding: 4rem;
  }
}
@media (min-width: 1600px) {
  :root {
    --carousel-width: 600px;
  }
}

@media (max-width: 1499px) {
  :root {
    --price-column: 160px;
    --price-column-padding: 2.5rem;
  }
}
@media (max-width: 1180px) {
  :root {
    --navHeight: 4rem;
    --teaserHeightMax: 650px;
    --containerWidth: calc(100% - 5rem);
    --price-column: 140px;
  }
}
@media (min-width: 768px) and (orientation: portrait), (max-width: 997px) {
  :root {
    --navHeight: 4.5rem;
    --teaserHeightMax: 560px;
    --containerWidth: calc(100% - 4rem);
    --padding: 4rem;
    --selfserviceHeight: 25rem;
    --price-column: 20vw;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  :root {
    --teaserHeightMax: 480px;
    --padding: 12.5vw;
    --containerWidth: 85vw;
  }
}
@media (max-width: 499px) {
  :root {
    --containerWidth: 90vw;
    --navHeight: 4.5rem;
    --padding: 14vw;
    --selfserviceHeight: 65vw;
    --teaserHeightMax: 60vw;
    --price-column: 30vw;
    --price-column-padding: 4vw;
  }
}
@media (min-width: 1400px) {
  :root {
    --containerWidth: 1300px;
  }
}
html, body {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--navHeight) + 2rem);
}
@media (max-width: 767px) {
  html, body {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100vw;
  }
}

*, *::before, *::after {
  box-sizing: border-box;
}

.background-light {
  background: linear-gradient(to right, rgba(73, 119, 221, 0.1), rgba(51, 192, 230, 0.05) 130%);
}

.lazy {
  background-image: none !important;
  background-color: #F1F1FA;
}

img {
  aspect-ratio: attr(width)/attr(height);
}

.social-media-icons .icon-wrapper {
  display: flex;
  margin: 1.5rem auto auto 0;
}
.social-media-icons .icon-wrapper li a {
  border-radius: 50%;
  border: 1.5px solid var(--main);
  width: 2rem;
  height: 2rem;
  margin-right: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 500px) {
  .social-media-icons .icon-wrapper li a {
    margin-right: 0.7rem;
  }
}
.social-media-icons .icon-wrapper li a:hover {
  background: var(--main);
}
.social-media-icons .icon-wrapper li a:hover svg {
  fill: white;
}
.social-media-icons .icon-wrapper li a figure {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-media-icons .icon-wrapper li a svg {
  fill: var(--main);
  max-width: 60%;
  max-height: 60%;
  cursor: pointer;
}

.container {
  width: var(--containerWidth);
  margin: 0 auto;
  position: relative;
}
.container.large-width {
  width: calc(var(--containerWidth) * 3 / 4);
}
@media (max-width: 1199px) {
  .container.large-width {
    width: calc(var(--containerWidth) * 3.5 / 4);
  }
}
@media (max-width: 997px) {
  .container.large-width {
    width: var(--containerWidth);
  }
}
.container.medium-width {
  width: calc(var(--containerWidth) * 2.5 / 4);
}
@media (max-width: 1199px) {
  .container.medium-width {
    width: calc(var(--containerWidth) * 3 / 4);
  }
}
@media (max-width: 997px) {
  .container.medium-width {
    width: var(--containerWidth);
  }
}
.container.small-width {
  width: calc(var(--containerWidth) * 2 / 4);
}
@media (max-width: 1199px) {
  .container.small-width {
    width: calc(var(--containerWidth) * 2.5 / 4);
  }
}
@media (max-width: 997px) {
  .container.small-width {
    width: var(--containerWidth);
  }
}

@media (min-width: 1180px) {
  html .container.container-50 {
    width: calc(0.5 * var(--containerWidth));
  }
  html .container.container-60 {
    width: calc(0.6 * var(--containerWidth));
  }
  html .container.container-80 {
    width: calc(0.8 * var(--containerWidth));
  }
  html .container.container-90 {
    width: calc(0.9 * var(--containerWidth));
  }
}
.text-align-center {
  text-align: center;
}

@media (max-width: 767px) {
  .text-align-left-mobile {
    text-align: left;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  body .main-content {
    padding-left: 8vw !important;
  }
}
body .main-content:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 14;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}
body .main-content.hidden {
  transition-duration: 0s;
}
body .main-content.blur:after {
  opacity: 1;
  visibility: visible;
}

.main {
  background-color: white;
  position: relative;
  z-index: 2;
}

.open-example {
  cursor: pointer;
}
.open-example:hover figure img {
  transform: scale(1.03);
}
.open-example figure img {
  transition: 0.3s ease-in-out;
}

@media (max-width: 997px) {
  .hide-portrait {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-portrait {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (min-width: 998px) {
  .show-portrait {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .flex-item-1 {
    order: -2;
  }
}

@media (max-width: 767px) {
  .flex-item-2 {
    order: -1;
  }
}

.padding-normal {
  padding: var(--padding) 0 var(--padding);
}

.padding-small {
  padding: calc(var(--padding) * 0.5) 0 calc(var(--padding) * 0.5);
}

.padding-large {
  padding: calc(var(--padding) * 1.4) 0 calc(var(--padding) * 1.4);
}
@media (max-width: 1199px) {
  .padding-large {
    padding: calc(var(--padding) * 1.2) 0 calc(var(--padding) * 1.2);
  }
}
@media (max-width: 997px) {
  .padding-large {
    padding: calc(var(--padding) * 1) 0 calc(var(--padding) * 1);
  }
}

.padding-top-small {
  padding-top: calc(var(--padding) / 1.5);
}

.padding-top-normal {
  padding-top: var(--padding);
}

.padding-top-medium {
  padding-top: calc(var(--padding) * 1.2);
}

.padding-top-large {
  padding-top: calc(var(--padding) * 1.8);
}
@media (max-width: 997px) {
  .padding-top-large {
    padding-top: calc(var(--padding) * 1.2);
  }
}

.padding-top-none-mobile {
  padding-top: 0;
}

.padding-left {
  padding-left: 5rem;
}

.padding-bottom-small {
  padding-bottom: calc(var(--padding) * 0.8);
}
@media (max-width: 997px) {
  .padding-bottom-small {
    padding-bottom: calc(var(--padding) * 1);
  }
}
@media (max-width: 767px) {
  .padding-bottom-small {
    padding-bottom: calc(var(--padding) * 1);
  }
}

.padding-bottom-normal {
  padding-bottom: calc(var(--padding));
}

.padding-bottom-medium {
  padding-bottom: calc(var(--padding) * 1.3);
}

.padding-bottom-large {
  padding-bottom: calc(var(--padding) * 2);
}
@media (max-width: 499px) {
  .padding-bottom-large {
    padding-bottom: calc(var(--padding) * 1.3);
  }
}

@media (max-width: 767px) {
  .padding-bottom-mobile-none {
    padding-bottom: 0;
  }
}

.padding-right-large {
  padding-right: 5rem;
}
@media (max-width: 997px) {
  .padding-right-large {
    padding-right: 0;
  }
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}

@media (max-width: 997px) {
  .flex-portrait {
    display: flex;
    width: 100%;
  }
}

.flex-boxes {
  display: flex;
}
.flex-boxes article {
  flex: 0;
  flex-shrink: 0;
  flex-grow: 1;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .flex-wrap {
    flex-direction: column;
  }
}

.flex-direction-column {
  display: flex;
  flex-direction: column;
}
@media (max-width: 499px) {
  .flex-direction-column.flex-direction-mobile-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 997px) {
  .flex-direction-portrait {
    flex-direction: column;
  }
  .flex-direction-portrait-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .flex-direction-mobile {
    flex-direction: column;
  }
  .flex-direction-mobile-reverse {
    flex-direction: column-reverse;
  }
}
.card {
  margin-bottom: 3rem;
}
.card:last-child {
  margin-bottom: 0;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.space-between {
  justify-content: space-between;
}

.justify-content-center, .justify-content-center.flex {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 4;
  backdrop-filter: blur(5px);
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.overlay.visible {
  opacity: 1;
  visibility: visible;
}

#popup-image {
  position: fixed;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
#popup-image.visible {
  opacity: 1;
  visibility: visible;
}
#popup-image a {
  width: 95vw;
  max-width: 900px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (min-width: 500px) {
  #popup-image a {
    width: 70vw;
  }
}
@media (min-width: 768px) {
  #popup-image a {
    width: 90%;
  }
}
#popup-image a button {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 8vw;
  height: 8vw;
  right: 0;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(/img/svg/close_white.svg);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 500px) {
  #popup-image a button {
    width: 3rem;
    height: 3rem;
  }
}
#popup-image a button:hover {
  background-color: var(--main);
  filter: none;
}
#popup-image a figure {
  width: 100%;
  cursor: pointer;
  height: auto;
  display: block;
  text-align: center;
}
#popup-image a figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

#get-started {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10vw 0 10vw;
}
@media (min-width: 768px) {
  #get-started {
    padding: 5rem 0;
  }
}
#get-started .studio-list {
  margin-top: 4rem;
}
#get-started h3.h5 {
  margin-bottom: 0.8rem;
  color: var(--copy);
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media (min-width: 500px) {
  #get-started h3.h5 {
    font-weight: 900;
    color: white;
    margin-bottom: 0.5rem;
  }
}
#get-started figure {
  position: relative;
  display: none;
}
@media (min-width: 500px) {
  #get-started figure {
    display: block;
  }
}
#get-started figure img {
  display: block;
  width: 8rem;
  height: auto;
  margin: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 997px) {
  #get-started figure img {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  #get-started figure img {
    width: 15vw;
  }
}
@media (max-width: 499px) {
  #get-started figure img {
    width: 22vw;
  }
}
#get-started .container {
  color: var(--copy);
}
@media (min-width: 500px) {
  #get-started .container {
    color: white;
  }
}
#get-started .container p {
  text-align: left;
}
@media (min-width: 768px) {
  #get-started .container p {
    text-align: center;
  }
}
@media (max-width: 997px) {
  #get-started .container p {
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  #get-started .container p {
    padding: 0;
  }
}
#get-started .container .button-wrapper {
  margin-top: 10vw;
}
@media (min-width: 500px) {
  #get-started .container .button-wrapper {
    margin-top: 2.5rem;
  }
}
@media (min-width: 500px) {
  #get-started .container .button-wrapper button.border {
    border-color: white;
    color: white;
  }
}
@media (min-width: 500px) {
  #get-started .container .button-wrapper button.border:hover {
    border-color: var(--main);
  }
}

#get-started .background-image, .get-started-small .background-image {
  position: relative;
  width: 100%;
  height: 60vw;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 14vw;
}
@media (hover: hover) {
  #get-started .background-image, .get-started-small .background-image {
    background-attachment: scroll;
    background-position: center left;
  }
}
@media (hover: hover) and (min-width: 768px) {
  #get-started .background-image, .get-started-small .background-image {
    background-attachment: fixed;
    background-position: center;
  }
}
@media (min-width: 500px) {
  #get-started .background-image, .get-started-small .background-image {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 0;
    height: 100%;
    filter: brightness(0.75) contrast(0.8);
  }
}

.main .get-started-small h2 {
  width: 100%;
}

.get-started-small {
  position: relative;
  padding: 8vw 0 10vw;
  margin-top: 6vw;
}
@media (min-width: 500px) {
  .get-started-small {
    margin-top: 0;
    padding: 3.5rem 0;
    background: var(--mainLight);
  }
}
@media (min-width: 768px) {
  .get-started-small {
    margin-top: 0;
    padding: 4rem 0 4.5rem;
  }
}
.get-started-small .background-image {
  display: none;
}
@media (min-width: 768px) {
  .get-started-small .background-image {
    display: block;
  }
}
.get-started-small h2 {
  margin-bottom: 7vw;
}
@media (min-width: 500px) {
  .get-started-small h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .get-started-small h2 {
    color: white;
  }
}
@media (min-width: 998px) {
  .get-started-small h2 {
    margin-bottom: 1.3rem;
  }
}
@media (min-width: 1189px) {
  .get-started-small h2 {
    margin-bottom: 1.5rem;
  }
}
.get-started-small .rating-columns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 500px) {
  .get-started-small .rating-columns {
    flex-direction: row;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .get-started-small .rating-columns {
    margin-bottom: 2rem;
  }
}
@media (min-width: 998px) {
  .get-started-small .rating-columns {
    margin-bottom: 2.5rem;
  }
}
.get-started-small .rating-columns div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
  width: 100%;
}
@media (min-width: 500px) {
  .get-started-small .rating-columns div {
    width: auto;
    padding: 0 0.6rem;
    margin-bottom: 0;
  }
}
@media (min-width: 998px) {
  .get-started-small .rating-columns div {
    padding: 0 0.8rem;
  }
}
.get-started-small .rating-columns div a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.get-started-small .rating-columns div .rating-logo {
  display: block;
  width: 9vw;
  height: 9vw;
  object-fit: contain;
  object-position: center;
  margin-right: 0.8rem;
}
@media (min-width: 500px) {
  .get-started-small .rating-columns div .rating-logo {
    width: 1.8rem;
    height: 1.8rem;
  }
}
@media (min-width: 768px) {
  .get-started-small .rating-columns div .rating-logo {
    width: 2rem;
    height: 2rem;
  }
}
.get-started-small .rating-columns div .stars-rating {
  display: block;
  width: 35vw;
}
@media (min-width: 500px) {
  .get-started-small .rating-columns div .stars-rating {
    width: 8rem;
  }
}
@media (min-width: 768px) and (max-width: 1179px) {
  .get-started-small .rating-columns div .stars-rating {
    width: 9rem;
  }
}
@media (min-width: 1180px) {
  .get-started-small .rating-columns div .stars-rating {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .get-started-small button.filled-white {
    background: linear-gradient(to right, var(--main), var(--third));
    color: white;
    border: 0;
    margin-top: 6vw;
    width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 500px) {
  .get-started-small button.filled-white {
    margin-top: 1rem;
  }
}
.get-started-small button.filled-white:hover {
  background-color: var(--main);
  color: white;
  border-color: var(--main);
}

main .features {
  height: 100%;
  overflow-y: scroll;
}
main .features a {
  text-decoration: none;
  cursor: pointer;
}
main .features a.open-more {
  display: block;
  margin-top: 1.8rem;
  font-size: 0.9rem;
  line-height: 1.4em;
  text-decoration: underline;
}
main .features a.open-more li {
  color: rgba(0, 0, 0, 0.4);
}
main .features li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.6rem;
  font-weight: 500;
  color: var(--main);
  cursor: pointer;
}
main .features li:nth-child(even) figure {
  background-color: rgba(73, 119, 221, 0.22);
}
main .features li:hover figure {
  transform: scale(1);
  background-color: var(--main);
}
main .features li:hover figure svg {
  fill: white;
  stroke: white;
}
main .features li:hover strong {
  transform: translate(0.2rem, 0);
  text-decoration: underline;
}
main .features li figure {
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  border-radius: var(--borderRadiusMedium);
  background-color: rgba(73, 119, 221, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
  margin-right: 0.6rem;
  transform: scale(0.9);
}
main .features li figure svg {
  width: 55%;
  height: 55%;
  object-fit: contain;
  fill: var(--main);
  stroke: var(--main);
  transition: 0.2s ease-in-out;
}
main .features li strong {
  transition: 0.2s ease-in-out;
}

.ml-loader {
  position: fixed;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  width: 3rem;
  display: block;
  border-radius: 5px;
  z-index: 100;
  transition: 0.3s ease-in-out;
}
.ml-loader.hidden {
  visibility: hidden;
}
.ml-loader .border {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  border: 6px solid var(--main);
  border-radius: 5px;
  transform: scale(1) rotate(-45deg);
  animation: mlpulse 0.7s ease-in-out infinite alternate;
}
.ml-loader .border .ml-m {
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  transform: scale(1);
  opacity: 1;
  background: var(--main);
  animation: mlloader 0.75s ease-in-out infinite alternate;
  clip-path: polygon(0 36%, 35% 0, 35% 66%, 100% 66%, 65.5% 100%, 41% 100%, 55% 86%, 14% 86%, 14% 45%, 0% 59%);
}

.rating-stars {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 0.7em;
  line-height: 1.4em;
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.5);
}
.rating-stars span {
  width: 1rem;
  height: 1rem;
  background-image: url(/img/symbols/google-star.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 0.3rem;
}
@media (max-width: 499px) {
  .rating-stars span {
    width: 4vw;
    height: 4vw;
    margin-right: 1vw;
  }
}
.rating-stars span.star-3-4 {
  margin-right: 0.6rem;
  background-image: url(/img/symbols/google-star-half.png);
}

.image-presentation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.image-presentation.visible {
  opacity: 1;
  visibility: visible;
}
.image-presentation.visible figure {
  transform: translate(0, 1rem);
  opacity: 1;
  visibility: visible;
}
.image-presentation figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 80%;
  max-height: 80%;
  position: relative;
  transition: 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.5));
}
@media (max-width: 499px) {
  .image-presentation figure {
    max-width: 100%;
  }
}
.image-presentation img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  object-position: center;
}
.image-presentation figcaption {
  display: block;
  color: white;
  font-weight: 600;
  padding: 1rem 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media (min-width: 500px) and (max-width: 767px) {
  .image-presentation figcaption {
    display: none;
  }
}
@media (max-width: 499px) {
  .image-presentation figcaption {
    padding: 4vw;
  }
}

#ad-banner {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
#ad-banner.visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
#ad-banner figure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 55%;
  width: 80%;
}
@media (max-width: 499px) {
  #ad-banner figure {
    width: 95%;
    height: 80%;
  }
}
#ad-banner figure a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#ad-banner figure a:hover img {
  transform: scale(1.02);
}
#ad-banner figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-position: center;
  object-fit: contain;
  transition: 0.2s ease-in-out;
}
#ad-banner button {
  display: flex;
  align-items: center;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.9rem;
  line-height: 1.4em;
  color: white;
  font-weight: 300;
  padding: 0;
}
@media (max-width: 499px) {
  #ad-banner button {
    top: 4vw;
    right: 4vw;
  }
}
#ad-banner button:hover {
  text-decoration: underline;
}
#ad-banner button:after {
  content: "";
  display: block;
  background-image: url(/img/svg/close_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.75rem;
}

.no-margin {
  margin-bottom: 0 !important;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200 300 400 500 600 700 900;
  font-display: swap;
  src: local(""), url("/fonts/source-sans-pro-var.woff2") format("woff2 supports variations"), url("/fonts/source-sans-pro-var.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: local(""), url("/fonts/source-sans-3-var-italic.woff2") format("woff2 supports variations"), url("/fonts/source-sans-3-var-italic.woff2") format("woff2-variations");
}
body, input, button, textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

body {
  color: var(--copy);
}

a {
  color: inherit;
}

.strong {
  font-weight: 600;
  color: var(--main);
}

.h1, .h2 {
  font-size: 7.5vw;
  color: var(--copy);
  text-align: center;
  font-weight: 800;
}
@media (min-width: 998px) {
  .h1 .bubble-wrapper, .h2 .bubble-wrapper {
    display: inline-block;
  }
}
.h1 .bubble-wrapper .bubble, .h2 .bubble-wrapper .bubble {
  display: inline-flex;
  text-align: center;
  padding: 0.4rem 1.6rem;
  background: var(--mainLight-15);
  border-radius: 3rem;
  color: var(--main);
  overflow: hidden;
}
@media (min-width: 500px) {
  .h1 .bubble-wrapper .bubble, .h2 .bubble-wrapper .bubble {
    display: inline-flex;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.h1 .bubble-wrapper .bubble .letters-wrapper, .h2 .bubble-wrapper .bubble .letters-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.h1 .bubble-wrapper .bubble a, .h2 .bubble-wrapper .bubble a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  overflow: hidden;
  pointer-events: none;
}
.h1 .bubble-wrapper .bubble a span, .h2 .bubble-wrapper .bubble a span {
  display: inline-block;
  opacity: 0;
  transform: translate(0, 1rem);
  animation: h1Animation 2s ease-in-out forwards;
}
.h1 .bubble-wrapper .bubble a span:nth-child(1), .h2 .bubble-wrapper .bubble a span:nth-child(1) {
  animation-delay: calc(0.5s + 1 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(2), .h2 .bubble-wrapper .bubble a span:nth-child(2) {
  animation-delay: calc(0.5s + 2 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(3), .h2 .bubble-wrapper .bubble a span:nth-child(3) {
  animation-delay: calc(0.5s + 3 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(4), .h2 .bubble-wrapper .bubble a span:nth-child(4) {
  animation-delay: calc(0.5s + 4 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(5), .h2 .bubble-wrapper .bubble a span:nth-child(5) {
  animation-delay: calc(0.5s + 5 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(6), .h2 .bubble-wrapper .bubble a span:nth-child(6) {
  animation-delay: calc(0.5s + 6 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(7), .h2 .bubble-wrapper .bubble a span:nth-child(7) {
  animation-delay: calc(0.5s + 7 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(8), .h2 .bubble-wrapper .bubble a span:nth-child(8) {
  animation-delay: calc(0.5s + 8 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(9), .h2 .bubble-wrapper .bubble a span:nth-child(9) {
  animation-delay: calc(0.5s + 9 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(10), .h2 .bubble-wrapper .bubble a span:nth-child(10) {
  animation-delay: calc(0.5s + 10 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(11), .h2 .bubble-wrapper .bubble a span:nth-child(11) {
  animation-delay: calc(0.5s + 11 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(12), .h2 .bubble-wrapper .bubble a span:nth-child(12) {
  animation-delay: calc(0.5s + 12 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(13), .h2 .bubble-wrapper .bubble a span:nth-child(13) {
  animation-delay: calc(0.5s + 13 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(14), .h2 .bubble-wrapper .bubble a span:nth-child(14) {
  animation-delay: calc(0.5s + 14 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(15), .h2 .bubble-wrapper .bubble a span:nth-child(15) {
  animation-delay: calc(0.5s + 15 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(16), .h2 .bubble-wrapper .bubble a span:nth-child(16) {
  animation-delay: calc(0.5s + 16 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(17), .h2 .bubble-wrapper .bubble a span:nth-child(17) {
  animation-delay: calc(0.5s + 17 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(18), .h2 .bubble-wrapper .bubble a span:nth-child(18) {
  animation-delay: calc(0.5s + 18 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(19), .h2 .bubble-wrapper .bubble a span:nth-child(19) {
  animation-delay: calc(0.5s + 19 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(20), .h2 .bubble-wrapper .bubble a span:nth-child(20) {
  animation-delay: calc(0.5s + 20 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(21), .h2 .bubble-wrapper .bubble a span:nth-child(21) {
  animation-delay: calc(0.5s + 21 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(22), .h2 .bubble-wrapper .bubble a span:nth-child(22) {
  animation-delay: calc(0.5s + 22 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(23), .h2 .bubble-wrapper .bubble a span:nth-child(23) {
  animation-delay: calc(0.5s + 23 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(24), .h2 .bubble-wrapper .bubble a span:nth-child(24) {
  animation-delay: calc(0.5s + 24 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(25), .h2 .bubble-wrapper .bubble a span:nth-child(25) {
  animation-delay: calc(0.5s + 25 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(26), .h2 .bubble-wrapper .bubble a span:nth-child(26) {
  animation-delay: calc(0.5s + 26 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(27), .h2 .bubble-wrapper .bubble a span:nth-child(27) {
  animation-delay: calc(0.5s + 27 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(28), .h2 .bubble-wrapper .bubble a span:nth-child(28) {
  animation-delay: calc(0.5s + 28 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(29), .h2 .bubble-wrapper .bubble a span:nth-child(29) {
  animation-delay: calc(0.5s + 29 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(30), .h2 .bubble-wrapper .bubble a span:nth-child(30) {
  animation-delay: calc(0.5s + 30 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(31), .h2 .bubble-wrapper .bubble a span:nth-child(31) {
  animation-delay: calc(0.5s + 31 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(32), .h2 .bubble-wrapper .bubble a span:nth-child(32) {
  animation-delay: calc(0.5s + 32 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(33), .h2 .bubble-wrapper .bubble a span:nth-child(33) {
  animation-delay: calc(0.5s + 33 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(34), .h2 .bubble-wrapper .bubble a span:nth-child(34) {
  animation-delay: calc(0.5s + 34 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(35), .h2 .bubble-wrapper .bubble a span:nth-child(35) {
  animation-delay: calc(0.5s + 35 * 0.02s);
}
.h1 .bubble-wrapper .bubble a span:nth-child(36), .h2 .bubble-wrapper .bubble a span:nth-child(36) {
  animation-delay: calc(0.5s + 36 * 0.02s);
}

.h1 {
  display: block;
  width: 100%;
  line-height: 1.45em;
}
@media (min-width: 500px) {
  .h1 {
    line-height: 1.55em;
  }
}

.h2 {
  font-size: 7vw;
  line-height: 1.3em;
}
@media (max-width: 499px) {
  .h2 {
    margin-bottom: 8vw;
  }
}

@media (max-width: 499px) {
  .h2 + p {
    margin-top: -1rem;
  }
}

@media (min-width: 500px) {
  .h1, .h2 {
    font-size: 2.2rem;
    line-height: 1.3em;
  }
}
@media (min-width: 500px) and (max-width: 997px) {
  .h1, .h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .h1, .h2 {
    font-size: 2.8rem;
    line-height: 1.3em;
  }
}
@media (max-width: 499px) {
  .h1.h2, .h2.h2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .h1.h2, .h2.h2 {
    font-size: 2.1rem;
    line-height: 1.3em;
  }
}
@media (min-width: 998px) {
  .h1, .h2 {
    font-size: 2.5rem;
    line-height: 1.3em;
  }
}

.h3 {
  font-weight: 700;
}

nobr {
  font-weight: inherit;
}

b {
  font-weight: 600;
}

p.bold {
  font-weight: 600;
}
@media (max-width: 499px) {
  p.bold {
    text-align: left;
  }
}
@media (max-width: 499px) {
  p.bold br {
    display: none;
  }
}

.hyphens {
  hyphens: auto;
}

.button-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .button-wrapper {
    flex-direction: row;
  }
}
.button-wrapper button {
  width: 100%;
  margin: 0 0 1.4vw;
}
@media (min-width: 500px) {
  .button-wrapper button {
    width: auto;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 998px) {
  .button-wrapper button {
    margin-right: 0.5rem;
  }
}

button {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  padding: 0.75rem 1.6rem;
  border-radius: var(--borderRadiusSmall);
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  transition: 0.2s ease-in-out;
}
@media (max-width: 997px) {
  button {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0.6rem 0.75rem;
  }
}
@media (max-width: 767px) {
  button {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 700;
    padding: 0.75rem 0.75rem;
  }
}
@media (max-width: 499px) {
  button {
    width: 100%;
    padding: 0.8rem;
  }
}
button.campaign-btn {
  border-radius: 7px;
  padding: 0.8rem 1.1rem;
}
button.filled-main {
  background-color: var(--main);
  color: white;
  border: 2px solid var(--main);
}
button.filled-main.event-button {
  background: var(--yellow);
  color: var(--copy);
  padding: 0.7rem 1.2rem;
  border-radius: 5px;
  outline: none;
  font-size: 1.1rem;
  line-height: 1.2em;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 998px) {
  button.filled-main.event-button {
    font-size: 1.2rem;
    line-height: 1.2em;
    padding: 0.85rem 1.25rem;
  }
}
button.filled-red {
  background-color: var(--error);
  color: white;
  border: 2px solid var(--error);
  font-size: 1.1rem;
}
button.filled-red:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}
button.filled-light {
  font-size: 0.95rem;
  line-height: 1.8em;
  background-color: var(--mainLight);
  color: var(--main);
  border: 1px solid var(--mainLight);
}
button.filled-light:hover {
  background-color: var(--main);
  color: white;
}
button.filled-white {
  background-color: white;
  color: var(--main);
  border: 2px solid white;
}
button.filled-success {
  background: var(--success);
  color: var(--copy);
  font-weight: 700;
  transition: 0.05s ease-in-out;
}
@media (max-width: 499px) {
  button.filled-success {
    width: 100%;
  }
}
button.border {
  border: 2px solid var(--main);
  color: var(--main);
}
button.border-red {
  border: 2px solid var(--error);
  color: var(--error);
  font-size: 1.1rem;
}
button.border-white {
  border: 2px solid white;
  color: white;
}
button.border-success {
  border: 2px solid var(--success);
  color: var(--success);
}
button.border-success:hover {
  color: black;
  background: var(--success);
}
button:hover {
  transform: scale(1.01);
}
button.full-screen {
  width: 3rem;
  height: 3rem;
  display: block;
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: none;
  border-radius: 0;
  z-index: 2;
}
@media (max-width: 1199px) {
  button.full-screen {
    top: 1.5rem;
    right: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  button.full-screen {
    top: 4vw;
    right: 4vw;
    width: 14vw;
    height: 14vw;
  }
}
button.full-screen:hover {
  transition: 0.2s;
}
button.full-screen:hover div {
  transform: scale(1.2);
}
button.full-screen:hover span {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
button.full-screen div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-image: url(/img/svg/cinema.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s ease-in-out;
}
button.full-screen span {
  color: white;
  position: absolute;
  right: 3.7rem;
  top: 0;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: translate(0, 0.2rem);
  white-space: nowrap;
}

.main .button-wrapper a, .main .button_wrapper a {
  text-decoration: none;
}
.main button:not(.slick-arrow) {
  font-size: 1.05rem;
  line-height: 1.4em;
  padding: 4vw 6vw;
  border-radius: 5px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
@media (min-width: 500px) {
  .main button:not(.slick-arrow) {
    padding: 0.65rem 0.9rem;
  }
}
.main button:not(.slick-arrow).thin-button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.main button:not(.slick-arrow).button-main {
  border: 1px solid var(--main);
  color: var(--main);
}
.main button:not(.slick-arrow).filled-blue {
  background-color: var(--main);
  color: white;
  border-color: var(--main);
}
.main button:not(.slick-arrow).border-blue {
  border-color: var(--main);
  color: var(--main);
}

.contract-pseudo-form, .pseudo-form {
  margin-top: 2rem;
}
@media (min-width: 768px) and (max-width: 997px) {
  .contract-pseudo-form, .pseudo-form {
    display: flex;
  }
  .contract-pseudo-form fieldset, .pseudo-form fieldset {
    margin-right: 2rem;
  }
}
.contract-pseudo-form fieldset, .pseudo-form fieldset {
  display: flex;
  position: relative;
  margin-bottom: 1rem;
  outline: none;
}
.contract-pseudo-form fieldset input, .pseudo-form fieldset input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.contract-pseudo-form fieldset input:hover + label:before, .pseudo-form fieldset input:hover + label:before {
  background-color: rgba(0, 0, 0, 0.05);
}
.contract-pseudo-form fieldset input:hover + label:after, .pseudo-form fieldset input:hover + label:after {
  left: 0.2rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.contract-pseudo-form fieldset input:checked + label:before, .pseudo-form fieldset input:checked + label:before {
  background-color: white;
}
.contract-pseudo-form fieldset input:checked + label:after, .pseudo-form fieldset input:checked + label:after {
  background-color: var(--success);
  left: 1rem;
}
.contract-pseudo-form fieldset label, .pseudo-form fieldset label {
  padding-left: 4rem;
  padding-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1em;
  outline: none;
  font-weight: 500;
  pointer-events: none;
}
@media (max-width: 997px) {
  .contract-pseudo-form fieldset label, .pseudo-form fieldset label {
    padding-left: 3.6rem;
  }
}
.contract-pseudo-form fieldset label:before, .contract-pseudo-form fieldset label:after, .pseudo-form fieldset label:before, .pseudo-form fieldset label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: white;
  transition: 0.25s ease-in-out;
}
.contract-pseudo-form fieldset label:before, .pseudo-form fieldset label:before {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
  background-color: rgba(0, 0, 0, 0.1);
}
.contract-pseudo-form fieldset label:after, .pseudo-form fieldset label:after {
  width: 2rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  transform: scale(0.7);
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}

.check-list {
  margin: 2rem 0 2rem;
}
@media (max-width: 499px) {
  .check-list {
    margin: 10vw 0 10vw;
  }
}
.check-list li {
  display: flex;
  position: relative;
  margin-bottom: 1.2rem;
  align-items: flex-start;
  font-size: 1.2rem;
  line-height: 1.4em;
  font-weight: 500;
}
@media (max-width: 997px) {
  .check-list li {
    font-size: 1.1rem;
    line-height: 1.4em;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .check-list li {
    margin-bottom: 4vw;
  }
}
.check-list li:before {
  flex-shrink: 0;
  content: "";
  background-image: url(/img/svg/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.75rem;
}
@media (max-width: 997px) {
  .check-list li:before {
    width: 1.3rem;
    height: 1.3rem;
    margin-right: 0.5rem;
  }
}

#ml-cta {
  display: none;
}
@media (max-width: 767px) {
  #ml-cta {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
    display: flex;
    background: white;
    padding: 1rem;
    justify-content: flex-end;
    text-decoration: none;
    align-items: center;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    transform: translate(0, 8vw);
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  #ml-cta {
    padding: 2vw;
  }
}
@media (max-width: 767px) {
  #ml-cta.visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  #ml-cta button {
    padding: 0 1rem;
    line-height: 3em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: white;
    background: var(--main);
  }
}
@media (max-width: 767px) and (max-width: 499px) {
  #ml-cta button {
    padding: 0vw 6vw;
    font-size: 4.4vw;
  }
}
@media (max-width: 767px) {
  #ml-cta button figure {
    display: flex;
    align-items: center;
  }
  #ml-cta button figure img {
    flex: 0;
    flex-shrink: 0;
    display: block;
    width: 7vw;
    height: auto;
    margin-right: 1.8vw;
    opacity: 1;
  }
  #ml-cta button:hover {
    transform: scale(0.95);
  }
}

.cookienotice {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  max-width: 23rem;
  transform: translateX(100%);
  padding: 1.5rem;
  opacity: 0;
  font-weight: 300;
  visibility: hidden;
  transition: all 0.5s ease;
  background: linear-gradient(to bottom right, var(--main) -150%, var(--third));
  color: white;
  border-radius: var(--borderRadiusMedium);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.25);
  z-index: 100;
}
@media (max-width: 499px) {
  .cookienotice {
    bottom: 2vw;
    right: 2vw;
    max-width: 80vw;
    border-radius: var(--borderRadiusMedium);
  }
}
.cookienotice.not-accepted {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.cookienotice .pseudo-form {
  margin: 1.2rem 0 0;
}
.cookienotice .pseudo-form fieldset input:hover + label:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.cookienotice .pseudo-form fieldset input:hover + label:after {
  background-color: var(--error);
}
.cookienotice .pseudo-form fieldset input:checked + label:before {
  background-color: white;
}
.cookienotice .pseudo-form fieldset input:checked + label:after {
  background-color: var(--success);
}
.cookienotice .pseudo-form fieldset label:before {
  background-color: rgba(0, 0, 0, 0.25);
}
.cookienotice .pseudo-form fieldset label:after {
  background-color: var(--error);
}
.cookienotice .pseudo-form fieldset label {
  padding-left: 3.8rem;
  font-weight: 600;
}
.cookienotice .button {
  margin-top: 1rem;
}

#mop-prefooter {
  padding: calc(2.5 * var(--sectionPadding)) 0 var(--sectionPadding);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 500px) {
  #mop-prefooter {
    padding-bottom: calc(1.5 * var(--sectionPadding));
  }
}
@media (min-width: 998px) {
  #mop-prefooter {
    padding: calc(2 * var(--sectionPadding)) 0;
  }
}
#mop-prefooter article {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin: auto;
}
#mop-prefooter article .h1 {
  color: white;
  text-align: center;
  margin-left: auto;
  line-height: 1.25;
  margin-right: auto;
}
@media (min-width: 998px) {
  #mop-prefooter article .h1 {
    width: 60%;
  }
}
@media (min-width: 1180px) {
  #mop-prefooter article .h1 {
    width: 50%;
  }
}
#mop-prefooter article .h2 {
  color: white;
  font-size: 1.75rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  #mop-prefooter article .h2 {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
@media (max-width: 499px) {
  #mop-prefooter article .h2 {
    line-height: 1.25em;
  }
}
#mop-prefooter article p {
  font-size: 1.25rem;
  line-height: 1.4em;
  text-align: center;
  max-width: 800px;
  display: block;
  margin: 1rem auto -1.5rem;
}
#mop-prefooter article .button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4rem;
  flex-direction: column-reverse;
  margin: 2.5rem auto auto auto;
}
@media (min-width: 500px) {
  #mop-prefooter article .button_wrapper {
    gap: 0.3rem;
    flex-direction: row;
    margin-top: 3rem;
  }
}
@media (max-width: 499px) {
  #mop-prefooter article .button_wrapper a {
    width: 100%;
  }
}
#mop-prefooter article .button_wrapper button {
  border-radius: 5px;
  font-size: 1.1rem;
}
#mop-prefooter article .button_wrapper button.border-white:hover {
  background: white;
  color: var(--error);
}
#mop-prefooter figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#mop-prefooter figure picture {
  width: 100%;
  height: 100%;
}
#mop-prefooter figure picture img {
  width: 100%;
  filter: brightness(0.9);
  height: 100%;
  object-fit: cover;
  object-position: 90% 0%;
}
@media (min-width: 500px) {
  #mop-prefooter figure picture img {
    object-position: top center;
  }
}

.header {
  position: relative;
  height: 100vh;
  max-height: var(--teaserHeightMax);
  padding-top: var(--navWrapper);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .header {
    justify-content: flex-start;
    height: auto;
    max-height: none;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .header {
    padding-top: 0;
  }
}
.header footer {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .header footer {
    bottom: 2rem;
  }
}
@media (max-width: 997px) {
  .header footer {
    bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .header footer {
    display: none;
  }
}
.header footer .container {
  display: flex;
  align-items: stretch;
}
.header footer .container div {
  color: black;
  opacity: 0.5;
  display: flex;
  align-items: stretch;
  font-size: 0.8rem;
  line-height: 1.4em;
}
@media (max-width: 997px) {
  .header footer .container div {
    display: none;
  }
}
.header footer .container div:after {
  margin: 0 1.8rem;
  display: flex;
  content: "";
  height: 100%;
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
}
.header footer .container ul {
  display: flex;
  align-items: center;
}
.header footer .container ul li {
  margin-right: 1.8rem;
  opacity: 1;
}
.header footer .container ul li img {
  max-height: 2rem;
  height: auto;
  max-width: 5.5rem;
  width: auto;
}
@media (max-width: 1199px) {
  .header footer .container ul li img {
    height: 1.7rem;
  }
}
.header .teaser-image-wrapper {
  position: absolute;
  top: var(--navWrapper);
  width: calc(100% - 13rem);
  height: calc(100% - var(--navWrapper));
  right: 0;
}
@media (max-width: 767px) {
  .header .teaser-image-wrapper {
    height: 43vw;
    width: 100%;
    position: relative;
    top: auto;
    overflow: hidden;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
}
@media (max-width: 499px) {
  .header .teaser-image-wrapper {
    height: 60vw;
  }
}
@media (max-width: 767px) {
  .header .teaser-image-wrapper.special {
    margin-bottom: 0rem;
  }
}
@media (max-width: 499px) {
  .header .teaser-image-wrapper.special {
    margin-bottom: 8vw;
  }
}
.header .teaser-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  position: absolute;
  pointer-events: none;
}
.header .teaser-image-wrapper img.hero {
  position: fixed;
  right: 16rem;
  height: var(--teaserHeightMax);
}
@media (max-width: 1499px) {
  .header .teaser-image-wrapper img.hero {
    right: 4rem;
  }
}
@media (max-width: 997px) {
  .header .teaser-image-wrapper img.hero {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .header .teaser-image-wrapper img.hero {
    width: auto;
    height: 128%;
    right: 20vw;
    top: 0;
    position: absolute;
  }
}
@media (max-width: 499px) {
  .header .teaser-image-wrapper img.hero {
    width: 100%;
    height: 100%;
    right: 0;
    object-fit: cover;
    object-position: center;
  }
}
.header .teaser-image-wrapper img.gradient {
  width: calc(100% - 11rem);
  right: 22%;
}
@media (max-width: 1499px) {
  .header .teaser-image-wrapper img.gradient {
    right: 15%;
  }
}
@media (max-width: 1199px) {
  .header .teaser-image-wrapper img.gradient {
    right: 6rem;
  }
}
@media (max-width: 997px) {
  .header .teaser-image-wrapper img.gradient {
    width: auto;
    height: var(--teaserHeightMax);
    right: 4rem;
  }
}
@media (max-width: 767px) {
  .header .teaser-image-wrapper img.gradient {
    right: 32%;
    height: 115%;
    width: auto;
  }
}
@media (max-width: 499px) {
  .header .teaser-image-wrapper img.gradient {
    display: none;
  }
}

.footer {
  position: relative;
  /*background: linear-gradient(to right, var(--main), var(--third));*/
  background: var(--mainVeryDark);
  padding: 3.5rem 0 0;
  color: white;
}
@media (max-width: 1179px) {
  .footer {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .footer {
    font-size: 1rem;
    line-height: 1.6em;
  }
}
@media (max-width: 499px) {
  .footer {
    padding-top: 12vw;
  }
}
@media (max-width: 767px) {
  .footer .container.flex {
    flex-wrap: wrap;
  }
}
@media (min-width: 500px) {
  .footer section:nth-child(1) {
    padding-bottom: 2rem;
  }
}
.footer section:nth-child(2) {
  background: rgba(255, 255, 255, 0.1);
}
.footer img {
  width: 160px;
  margin-bottom: 1.2rem;
}
@media (max-width: 1179px) {
  .footer img {
    width: 150px;
  }
}
@media (max-width: 997px) {
  .footer img {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .footer img {
    width: 130px;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 499px) {
  .footer img {
    width: 40vw;
    margin-bottom: 4vw;
  }
}
.footer article {
  position: relative;
  flex: 0;
  flex-shrink: 0;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .footer article {
    flex: 0;
    flex-basis: 50%;
    margin-bottom: 2.5rem;
  }
}
.footer article:first-child {
  flex-grow: 2.5;
}
@media (max-width: 997px) {
  .footer article:first-child {
    flex-grow: 2;
  }
}
@media (max-width: 767px) {
  .footer article:first-child {
    flex: 0;
    flex-basis: 50%;
  }
}
@media (max-width: 499px) {
  .footer article:first-child {
    flex: 0;
    flex-basis: 100%;
  }
}
.footer article .company-description {
  font-weight: 600;
  font-size: 1.7rem;
  width: 85%;
  line-height: 1.35em;
  display: block;
}
@media (max-width: 1179px) {
  .footer article .company-description {
    font-size: 1.5rem;
    line-height: 1.35em;
  }
}
@media (max-width: 997px) {
  .footer article .company-description {
    font-size: 1.3rem;
    line-height: 1.35em;
  }
}
@media (max-width: 767px) {
  .footer article .company-description {
    font-size: 1.1rem;
    line-height: 1.35em;
  }
}
@media (max-width: 499px) {
  .footer article .company-description {
    font-size: 6.5vw;
    line-height: 1.35em;
    margin-bottom: 4vw;
    width: 100%;
  }
}
.footer article b {
  font-weight: 800;
  display: block;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .footer article b {
    margin-bottom: 0.8rem;
  }
}
.footer article ul {
  margin-bottom: 1rem;
  line-height: 1.4em;
}
@media (min-width: 768px) {
  .footer article ul {
    margin-bottom: 3rem;
  }
}
.footer article ul li {
  margin-bottom: 0.5rem;
  padding-right: 1rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer article ul li {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 499px) {
  .footer article ul li {
    margin-bottom: 0.5rem;
  }
}
.footer article ul li.fire-event {
  cursor: pointer;
}
.footer article ul li.fire-event:hover {
  text-decoration: underline;
}
.footer article ul li a {
  text-decoration: none;
}
.footer article ul li a:hover {
  text-decoration: underline;
}
.footer article ul li .sp-status-badge {
  width: 0.65rem;
  height: 0.65rem;
}
.footer article ul li .sp-tooltip {
  display: none;
}
.footer article .connect-icons {
  display: flex;
  margin-top: 0.8rem;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .footer article .connect-icons {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .footer article .connect-icons {
    margin-bottom: 2rem;
  }
}
.footer article .connect-icons a {
  margin-right: 1rem;
  border-radius: 50%;
  border: 2px solid white;
  opacity: 0.5;
  margin: 0;
  transition: 0.2s ease-in-out;
  position: relative;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer article .connect-icons a:hover {
  opacity: 1;
}
.footer article .connect-icons a svg {
  display: block;
  width: 60%;
  height: 60%;
  fill: white;
  width: auto;
  object-position: center;
  object-fit: contain;
}
.footer .footer-ads {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.footer .footer-ads a {
  margin: 0 1vw 1vw 0;
}
@media (min-width: 500px) {
  .footer .footer-ads a {
    display: block;
    margin: 0 0.15rem 0.15rem 0;
  }
}
.footer .footer-ads a img {
  display: block;
  height: 12vw;
  max-width: 25vw;
  object-fit: contain;
  margin: 0;
  width: auto;
  background: #fff;
  padding: 5px;
}
@media (min-width: 500px) {
  .footer .footer-ads a img {
    height: 3.5rem;
    max-width: auto;
  }
}
.footer .footer-menu {
  display: flex;
  flex: 0;
  flex-shrink: 0;
  flex-wrap: wrap;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .footer .footer-menu {
    flex-basis: 50%;
  }
}
.footer .footer-menu article {
  flex-basis: 50%;
}
@media (min-width: 998px) {
  .footer .footer-menu article {
    flex-basis: 33.3333333333%;
  }
}
.footer .footer-menu article.footer-ads-article {
  flex-basis: 100%;
}
.footer .sub-footer {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0 1.2rem;
  margin-top: 1rem;
}
@media (max-width: 997px) {
  .footer .sub-footer {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .footer .sub-footer {
    margin-top: 0rem;
  }
}
@media (max-width: 499px) {
  .footer .sub-footer {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 4vw 0 8vw;
  }
}
.footer .sub-footer ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 499px) {
  .footer .sub-footer ul {
    width: 80%;
    align-items: center;
    justify-content: center;
    margin: 4vw auto;
  }
}
.footer .sub-footer ul li {
  margin-left: 2rem;
}
@media (max-width: 997px) {
  .footer .sub-footer ul li {
    margin-left: 1.5rem;
  }
}
@media (max-width: 499px) {
  .footer .sub-footer ul li {
    margin: 0 2vw;
  }
}
.footer .sub-footer ul li a {
  text-decoration: none;
  opacity: 0.75;
}
.footer .sub-footer ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}

body.ai .footer {
  background: var(--ai-midnight);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.ai .footer section:nth-child(2) {
  background: rgba(255, 255, 255, 0.05);
}
body.ai .footer .sub-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
body.ai .footer article b {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}
body.ai .footer .connect-icons a {
  border-color: rgba(255, 255, 255, 0.3);
}

#ad-footer {
  width: 100%;
  color: white;
  font-weight: 400;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(0, 3rem);
  transition: 0.3s ease-in-out;
}
#ad-footer.visible {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
  transform: translate(0, 0);
}
#ad-footer .box {
  background: linear-gradient(to right, var(--main), var(--third));
  padding: 0.65rem 0.5rem 0.65rem 1.75rem;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.3));
  border-top-left-radius: var(--borderRadiusMedium);
  border-top-right-radius: var(--borderRadiusMedium);
  display: inline-flex;
  width: auto;
  align-items: center;
  position: relative;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 2em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  #ad-footer .box {
    border-radius: 0;
    background: var(--error);
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #ad-footer .box {
    width: 92vw;
    justify-content: space-between;
    left: 4vw;
    padding-left: 3vw;
    padding-right: 0;
  }
}
@media (max-width: 499px) {
  #ad-footer .box {
    padding: 4vw 0 4vw 6vw;
  }
}
#ad-footer .box p {
  margin-right: 3rem;
  line-height: 1.3em;
  hyphens: auto;
}
@media (max-width: 499px) {
  #ad-footer .box p {
    margin-right: 1rem;
  }
}
#ad-footer .box a {
  white-space: nowrap;
}
#ad-footer .box a:hover {
  opacity: 0.75;
}
#ad-footer .box button {
  width: 2rem;
  height: 2rem;
  padding: 0;
  background-image: url(/img/svg/close_white.svg);
  background-size: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  border-radius: 50%;
}
@media (min-width: 500px) and (max-width: 767px) {
  #ad-footer .box button {
    width: 8vw;
    height: 4vw;
  }
}
@media (max-width: 499px) {
  #ad-footer .box button {
    width: 25vw;
  }
}
#ad-footer .box button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#ad-footer .box button:active {
  background-color: rgba(0, 0, 0, 0.2);
}

header .attention-nav {
  background: linear-gradient(to right, var(--error), #df504d);
  color: white;
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 500px) and (max-width: 767px) {
  header .attention-nav {
    display: none;
  }
}
header .attention-nav a {
  height: 100%;
  width: 100%;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
  opacity: 0;
  transform: translate(0, 1rem);
  animation: slideUp 0.3s 0.75s ease-in-out forwards;
}
@media (max-width: 767px) {
  header .attention-nav a {
    padding: 4vw;
    flex-direction: column;
  }
}
header .attention-nav .strong {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.2rem;
}
header .attention-nav div {
  line-height: 1.4em;
}
@media (max-width: 767px) {
  header .attention-nav div {
    line-height: 1.3em;
  }
}
header .attention-nav p {
  font-size: 0.95em;
  line-height: 1.4em;
  font-weight: 500;
  margin-right: 0.7rem;
  display: inline-block;
  position: relative;
  align-items: center;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  header .attention-nav p {
    font-size: 14px;
    align-items: flex-start;
    line-height: 1.3em;
    display: inline;
    margin-right: 0.2rem;
    padding-left: 0;
  }
}
header .attention-nav p:before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  height: 100%;
  background-image: url(/img/svg/information.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 499px) {
  header .attention-nav p:before {
    display: none;
  }
}
header .attention-nav button {
  font-size: 0.95rem;
  padding: 0 1rem 0;
  line-height: 2em;
  font-weight: 500;
}
@media (max-width: 767px) {
  header .attention-nav button {
    border: none !important;
    padding: 0;
    font-weight: 700;
    display: inline;
    width: auto;
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  header .attention-nav button:after {
    content: " →";
  }
}
header .attention-nav button:hover {
  background: white;
  color: var(--error);
}

@media (max-width: 767px) {
  button.border-success {
    display: none;
  }
}
button.border-success {
  margin-right: 0.5rem;
}

.nav-wrapper {
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 0;
}
.nav-wrapper.scroll-1 {
  transform: translateY(calc(-1 * var(--navWrapper)));
  transition-duration: 0.5s;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav-wrapper.scroll-1 {
    transform: none;
  }
}
.nav-wrapper:hover {
  z-index: 11;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav-wrapper {
    width: 8vw;
    height: 100%;
  }
  .nav-wrapper .nav {
    height: 100%;
    background-color: var(--copy);
  }
  .nav-wrapper .nav .container {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0.5vw 0 2vw;
  }
  .nav-wrapper .nav .container .logo-a {
    height: 8vw;
  }
  .nav-wrapper .nav .container .logo-a #logo {
    text-align: center;
  }
  .nav-wrapper .nav .container .logo-a #logo img {
    margin-right: 0;
  }
  .nav-wrapper .nav .container .logo-a #logo picture {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper #logo picture {
    display: flex;
    justify-content: flex-start;
  }
  .nav-wrapper #logo picture img {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 499px) {
  .nav-wrapper #logo {
    width: 45vw;
  }
  .nav-wrapper #logo picture {
    display: flex;
  }
  .nav-wrapper #logo picture img {
    width: 45vw;
    height: auto;
    margin: 0;
  }
}

.nav {
  width: 100%;
  background-color: white;
  height: var(--navHeight);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12;
  position: absolute;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  top: 0;
  transform: translate(0, var(--attentionNavHeight));
  transition: 0.3s ease-in-out;
  flex-direction: column;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav {
    justify-content: flex-start;
    transform: translate(0, 0);
  }
}
.nav a {
  text-decoration: none;
}
.nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.nav .container article {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .container article {
    flex-direction: column;
  }
}
@media (min-width: 998px) {
  .nav .container article {
    flex-direction: row;
  }
}
.nav .container .logo-a {
  height: 100%;
  text-decoration: none;
}
.nav .container figure {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .container figure img {
  margin: 0;
  flex: 0;
  flex-shrink: 0;
  height: 9.5vw;
  width: auto;
  margin-right: 0.6rem;
}
@media (min-width: 500px) {
  .nav .container figure img {
    height: 2.2rem;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .container figure img.logo-big {
    display: none;
  }
}
.nav .container figure img.logo-small {
  display: none;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .container figure img.logo-small {
    display: block;
    height: 5vw;
  }
}
.nav .container figure figcaption {
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 998px) and (max-width: 1180px) {
  .nav .container figure figcaption {
    display: none;
  }
}
.nav .container .menu-toggler {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9vw;
  height: 9vw;
  padding: 2.5vw 0;
  background: transparent;
  position: relative;
  border-radius: 0;
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
  outline: none;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .container .menu-toggler {
    width: 8vw;
    height: 8vw;
  }
}
@media (min-width: 768px) {
  .nav .container .menu-toggler {
    width: 2rem;
    height: 3rem;
    margin-right: 1rem;
  }
}
@media (min-width: 998px) {
  .nav .container .menu-toggler {
    display: none;
  }
}
.nav .container .menu-toggler.white span {
  background: white;
}
.nav .container .menu-toggler.clicked {
  transform: rotate(45deg);
}
.nav .container .menu-toggler.clicked span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav .container .menu-toggler.clicked span:nth-child(1) {
  transform: rotate(-90deg) translate(-2vw, 0);
}
@media (min-width: 500px) {
  .nav .container .menu-toggler.clicked span:nth-child(1) {
    transform: rotate(-90deg) translate(-1.5vw, 0);
  }
}
@media (min-width: 768px) {
  .nav .container .menu-toggler.clicked span:nth-child(1) {
    transform: rotate(-90deg) translate(-0.26rem, 0);
  }
}
.nav .container .menu-toggler.clicked span:nth-child(3) {
  transform: translate(0, -1.5vw);
}
@media (min-width: 500px) {
  .nav .container .menu-toggler.clicked span:nth-child(3) {
    transform: translate(0, -1.3vw);
  }
}
@media (min-width: 768px) {
  .nav .container .menu-toggler.clicked span:nth-child(3) {
    transform: translate(0, -0.25rem);
  }
}
.nav .container .menu-toggler span {
  display: block;
  width: 1rem;
  height: 2px;
  transition: 0.2s ease-in-out;
  background: var(--main);
}
@media (max-width: 997px) {
  .nav .container .menu-list {
    position: relative;
    width: 100%;
    position: fixed;
    opacity: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    visibility: hidden;
    padding: 32vw 0 6vw;
    display: flex;
    flex-direction: column;
    height: calc(100vh - var(--attentionNavHeight));
    top: 0;
    left: 0;
    transform: translate(0, 100vw);
    background: white;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 997px) and (min-width: 500px) and (max-width: 767px) {
  .nav .container .menu-list {
    width: calc(100% - 8vw);
    margin-left: 8vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list {
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 997px) and (min-width: 768px) {
  .nav .container .menu-list {
    padding: 12rem 0 5rem;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li {
    cursor: pointer;
  }
}
@media (max-width: 997px) and (max-width: 997px) {
  .nav .container .menu-list li.menu-li {
    opacity: 0;
    line-height: 1.4em;
    font-weight: 500;
    transition: 0.3s 0s ease-in-out;
  }
  .nav .container .menu-list li.menu-li b:not(.strong) {
    transition: 0.3s ease-in-out;
    transform: translate(0, -1rem);
    padding: 3vw;
    display: block;
    opacity: 0;
    align-items: center;
    visibility: hidden;
    text-align: center;
  }
}
@media (max-width: 997px) and (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li b:not(.strong) {
    padding: 1rem;
  }
}
@media (max-width: 997px) and (max-width: 997px) {
  .nav .container .menu-list li.menu-li b:not(.strong) .menu-span {
    font-size: 6vw;
    font-weight: 700;
    line-height: 1.4em;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 997px) and (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li b:not(.strong) .menu-span {
    font-size: 1.5rem;
    line-height: 1.4em;
    font-weight: 800;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li:hover b:not(.strong) {
    padding-top: 10vw;
    transition-delay: 0s;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li:hover b:not(.strong) {
    padding-top: 3rem;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li:hover b:not(.strong) .menu-span {
    font-size: 8vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li:hover b:not(.strong) .menu-span {
    font-size: 1.8rem;
    line-height: 1.4em;
  }
}
@media (max-width: 997px) and (min-width: 768px) {
  .nav .container .menu-list li.menu-li:hover b:not(.strong) .menu-span {
    font-size: 2.4rem;
    line-height: 1.4em;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li:hover .submenu {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto;
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
  }
  .nav .container .menu-list li.menu-li .submenu {
    overflow: hidden;
    height: 0;
    transition: 0.3s 0s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .nav .container .menu-list li.menu-li .submenu i {
    display: block;
    font-weight: 800;
    padding: 0 6vw;
  }
  .nav .container .menu-list li.menu-li .submenu i a {
    display: flex;
    align-items: center;
    position: relative;
  }
  .nav .container .menu-list li.menu-li .submenu i a:after {
    content: "";
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background: url(/img/svg/arrow-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 2vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li .submenu i a:after {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: 0.5rem;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li .submenu ul {
    padding: 0 6vw;
  }
  .nav .container .menu-list li.menu-li .submenu div {
    text-align: center;
  }
  .nav .container .menu-list li.menu-li .submenu div ul {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }
  .nav .container .menu-list li.menu-li .submenu div ul li {
    padding: 2.5vw 0;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li .submenu div ul li {
    padding: 1.5vw 0;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul, .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul {
    display: flex;
    text-align: left;
  }
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul {
    overflow-x: scroll;
    -webkit-touch-overflow: scroll;
    margin-bottom: 8vw;
  }
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul li {
    flex: 0;
    flex-shrink: 0;
    flex-basis: 40vw;
    display: flex;
    flex-direction: column;
    margin-right: 4vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul li {
    flex-basis: 12rem;
    margin-right: 1rem;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul li figure {
    display: block;
    width: 100%;
    height: 40vw;
    border-radius: 3vw;
    overflow: hidden;
    margin-bottom: 2.5vw;
    filter: brightness(0.95);
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul li figure {
    height: 12rem;
    border-radius: 0.8rem;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .nav .container .menu-list li.menu-li .submenu [data-menu=studiotypes] ul li span {
    display: block;
    text-align: left;
    font-size: 0.9em;
    line-height: 1.4em;
  }
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul {
    flex-direction: column;
    padding-top: 4vw;
  }
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul li {
    width: 100%;
  }
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul a {
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
    font-size: 0.9em;
    width: 100%;
    line-height: 1.4em;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul a {
    margin-bottom: 0.3rem;
    padding-right: 5vw;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul a figure {
    flex: 0;
    flex-shrink: 0;
    flex-basis: 15vw;
    height: 15vw;
    background: var(--mainLight);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    margin-right: 3vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul a figure {
    flex-basis: 3.5rem;
    height: 3.5rem;
    border-radius: 0.3rem;
    margin-right: 0.8rem;
  }
}
@media (max-width: 997px) {
  .nav .container .menu-list li.menu-li .submenu [data-menu=features] ul a figure svg {
    width: 100%;
    max-width: 50%;
    max-height: 60%;
    fill: var(--main);
    stroke: var(--main);
  }
  .nav .container .menu-list.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
  }
  .nav .container .menu-list.active + .menu-toggler {
    background: white;
  }
  .nav .container .menu-list.active li.menu-li {
    opacity: 1;
    transform: none;
  }
  .nav .container .menu-list.active li.menu-li b:not(.strong) {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(1) b:not(.strong) {
    transition-delay: 0.275s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(2) b:not(.strong) {
    transition-delay: 0.35s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(3) b:not(.strong) {
    transition-delay: 0.425s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(4) b:not(.strong) {
    transition-delay: 0.5s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(5) b:not(.strong) {
    transition-delay: 0.575s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(6) b:not(.strong) {
    transition-delay: 0.65s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(7) b:not(.strong) {
    transition-delay: 0.725s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(8) b:not(.strong) {
    transition-delay: 0.8s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(9) b:not(.strong) {
    transition-delay: 0.875s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(10) b:not(.strong) {
    transition-delay: 0.95s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(11) b:not(.strong) {
    transition-delay: 1.025s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(12) b:not(.strong) {
    transition-delay: 1.1s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(13) b:not(.strong) {
    transition-delay: 1.175s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(14) b:not(.strong) {
    transition-delay: 1.25s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(15) b:not(.strong) {
    transition-delay: 1.325s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(16) b:not(.strong) {
    transition-delay: 1.4s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(17) b:not(.strong) {
    transition-delay: 1.475s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(18) b:not(.strong) {
    transition-delay: 1.55s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(19) b:not(.strong) {
    transition-delay: 1.625s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(20) b:not(.strong) {
    transition-delay: 1.7s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(21) b:not(.strong) {
    transition-delay: 1.775s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(22) b:not(.strong) {
    transition-delay: 1.85s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(23) b:not(.strong) {
    transition-delay: 1.925s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(24) b:not(.strong) {
    transition-delay: 2s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(25) b:not(.strong) {
    transition-delay: 2.075s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(26) b:not(.strong) {
    transition-delay: 2.15s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(27) b:not(.strong) {
    transition-delay: 2.225s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(28) b:not(.strong) {
    transition-delay: 2.3s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(29) b:not(.strong) {
    transition-delay: 2.375s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(30) b:not(.strong) {
    transition-delay: 2.45s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(31) b:not(.strong) {
    transition-delay: 2.525s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(32) b:not(.strong) {
    transition-delay: 2.6s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(33) b:not(.strong) {
    transition-delay: 2.675s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(34) b:not(.strong) {
    transition-delay: 2.75s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(35) b:not(.strong) {
    transition-delay: 2.825s;
  }
  .nav .container .menu-list.active li.menu-li:nth-child(36) b:not(.strong) {
    transition-delay: 2.9s;
  }
}
@media (min-width: 998px) {
  .nav .container .menu-list {
    display: flex;
    height: 100%;
    margin-right: 1.2rem;
  }
  .nav .container .menu-list .menu-li {
    height: 100%;
    cursor: pointer;
    position: relative;
  }
  .nav .container .menu-list .menu-li.solutions {
    position: static;
  }
  .nav .container .menu-list .menu-li.solutions .submenu {
    width: 100%;
    padding: 4rem 4rem;
  }
  .nav .container .menu-list .menu-li.solutions .submenu i {
    margin-bottom: 1.4rem;
  }
  .nav .container .menu-list .menu-li:hover b:not(.strong) {
    background: var(--main);
    color: white;
  }
  .nav .container .menu-list .menu-li:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .nav .container .menu-list .menu-li:hover .submenu div {
    pointer-events: all;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li {
    opacity: 1;
    visibility: visible;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(1), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(1) li {
    transition-duration: 0.3s;
    transition-delay: 0.04s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(2), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(2) li {
    transition-duration: 0.3s;
    transition-delay: 0.08s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(3), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(3) li {
    transition-duration: 0.3s;
    transition-delay: 0.12s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(4), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(4) li {
    transition-duration: 0.3s;
    transition-delay: 0.16s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(5), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(5) li {
    transition-duration: 0.3s;
    transition-delay: 0.2s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(6), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(6) li {
    transition-duration: 0.3s;
    transition-delay: 0.24s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(7), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(7) li {
    transition-duration: 0.3s;
    transition-delay: 0.28s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(8), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(8) li {
    transition-duration: 0.3s;
    transition-delay: 0.32s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(9), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(9) li {
    transition-duration: 0.3s;
    transition-delay: 0.36s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(10), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(10) li {
    transition-duration: 0.3s;
    transition-delay: 0.4s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(11), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(11) li {
    transition-duration: 0.3s;
    transition-delay: 0.44s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(12), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(12) li {
    transition-duration: 0.3s;
    transition-delay: 0.48s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(13), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(13) li {
    transition-duration: 0.3s;
    transition-delay: 0.52s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(14), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(14) li {
    transition-duration: 0.3s;
    transition-delay: 0.56s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(15), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(15) li {
    transition-duration: 0.3s;
    transition-delay: 0.6s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(16), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(16) li {
    transition-duration: 0.3s;
    transition-delay: 0.64s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(17), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(17) li {
    transition-duration: 0.3s;
    transition-delay: 0.68s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(18), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(18) li {
    transition-duration: 0.3s;
    transition-delay: 0.72s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(19), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(19) li {
    transition-duration: 0.3s;
    transition-delay: 0.76s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(20), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(20) li {
    transition-duration: 0.3s;
    transition-delay: 0.8s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(21), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(21) li {
    transition-duration: 0.3s;
    transition-delay: 0.84s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(22), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(22) li {
    transition-duration: 0.3s;
    transition-delay: 0.88s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(23), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(23) li {
    transition-duration: 0.3s;
    transition-delay: 0.92s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(24), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(24) li {
    transition-duration: 0.3s;
    transition-delay: 0.96s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(25), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(25) li {
    transition-duration: 0.3s;
    transition-delay: 1s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(26), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(26) li {
    transition-duration: 0.3s;
    transition-delay: 1.04s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(27), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(27) li {
    transition-duration: 0.3s;
    transition-delay: 1.08s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(28), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(28) li {
    transition-duration: 0.3s;
    transition-delay: 1.12s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(29), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(29) li {
    transition-duration: 0.3s;
    transition-delay: 1.16s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(30), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(30) li {
    transition-duration: 0.3s;
    transition-delay: 1.2s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(31), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(31) li {
    transition-duration: 0.3s;
    transition-delay: 1.24s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(32), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(32) li {
    transition-duration: 0.3s;
    transition-delay: 1.28s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(33), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(33) li {
    transition-duration: 0.3s;
    transition-delay: 1.32s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(34), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(34) li {
    transition-duration: 0.3s;
    transition-delay: 1.36s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(35), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(35) li {
    transition-duration: 0.3s;
    transition-delay: 1.4s;
  }
  .nav .container .menu-list .menu-li:hover .submenu div ul li:nth-child(36), .nav .container .menu-list .menu-li:hover .submenu div ul a:nth-child(36) li {
    transition-duration: 0.3s;
    transition-delay: 1.44s;
  }
  .nav .container .menu-list .menu-li b:not(.strong) {
    display: flex;
    height: 100%;
    padding: 0.9rem 0.8rem;
    height: 100%;
    font-weight: 400;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 998px) and (min-width: 1180px) {
  .nav .container .menu-list .menu-li b:not(.strong) {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-weight: 300;
  }
}
@media (min-width: 998px) {
  .nav .container .menu-list .menu-li .submenu {
    opacity: 0;
    background: white;
    visibility: hidden;
    transition: 0s ease-in-out;
    position: absolute;
    top: 100%;
    right: 0;
    display: flex;
    padding: 3rem 3rem 3.5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - var(--navHeight) - var(--attentionNavHeight));
    overflow-y: scroll;
    width: 500px;
    justify-content: space-between;
  }
  .nav .container .menu-list .menu-li .submenu div {
    width: 100%;
    pointer-events: none;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul, .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    padding-bottom: 4rem;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: space-between;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul li, .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul li {
    border-bottom: 0;
    padding: 0.5rem 0;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] {
    flex-basis: calc(60% - 2rem);
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul {
    justify-content: flex-start;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul li {
    flex-basis: calc(33.33% - 1rem);
    display: flex;
    flex-direction: column;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul li:nth-child(3n) {
    margin-right: 0;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul li figure {
    display: block;
    width: 100%;
    height: 9rem;
    border-radius: 0.3rem;
    overflow: hidden;
    margin-bottom: 0.8rem;
    filter: brightness(0.95);
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=studiotypes] ul li span {
    display: block;
    text-align: center;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=features] {
    flex-basis: calc(40% - 2rem);
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul {
    flex-direction: column;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul a {
    display: flex;
    align-items: center;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul a:hover figure svg {
    transform: scale(1.12);
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul a figure {
    flex: 0;
    flex-shrink: 0;
    flex-basis: 3.5rem;
    height: 3.5rem;
    background: var(--mainLight);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    margin-right: 0.8rem;
  }
  .nav .container .menu-list .menu-li .submenu div[data-menu=features] ul a figure svg {
    width: 100%;
    max-width: 50%;
    transition: 0.2s ease-in-out;
    max-height: 60%;
    fill: var(--main);
    stroke: var(--main);
  }
  .nav .container .menu-list .menu-li .submenu i {
    display: block;
    font-weight: 700;
    color: var(--main);
    margin-bottom: 1rem;
    font-size: 1.6rem;
    line-height: 1.4em;
  }
  .nav .container .menu-list .menu-li .submenu i a:hover {
    text-decoration: underline;
  }
  .nav .container .menu-list .menu-li .submenu i a {
    /*&:after {
      content: '';
      display: inline-block;
      width: .75rem;
      height: 1rem;
      background: url(/img/svg/arrow-main.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      margin-left: .4rem;
      transform: translate(0,.075rem);
    }*/
  }
  .nav .container .menu-list .menu-li .submenu ul {
    flex: 0;
    flex-shrink: 0;
    flex-grow: 1;
    line-height: 1.4em;
  }
  .nav .container .menu-list .menu-li .submenu ul li {
    padding: 1rem 0 0.6rem;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    font-weight: 500;
    opacity: 0;
  }
  .nav .container .menu-list .menu-li .submenu ul li:last-child {
    border-bottom: 0;
  }
  .nav .container .menu-list .menu-li .submenu ul li figure {
    transition: 0.2s ease-in-out;
  }
  .nav .container .menu-list .menu-li .submenu ul li:hover figure {
    transform: scale(1.05);
  }
  .nav .container .menu-list .menu-li .submenu ul li:hover {
    text-decoration: underline;
  }
  .nav .container .menu-list .menu-li .submenu ul li span:hover {
    color: var(--main);
  }
  .nav .container .menu-list li.menu-li:nth-child(1) li {
    transition-delay: 0.275s;
  }
  .nav .container .menu-list li.menu-li:nth-child(2) li {
    transition-delay: 0.35s;
  }
  .nav .container .menu-list li.menu-li:nth-child(3) li {
    transition-delay: 0.425s;
  }
  .nav .container .menu-list li.menu-li:nth-child(4) li {
    transition-delay: 0.5s;
  }
  .nav .container .menu-list li.menu-li:nth-child(5) li {
    transition-delay: 0.575s;
  }
  .nav .container .menu-list li.menu-li:nth-child(6) li {
    transition-delay: 0.65s;
  }
  .nav .container .menu-list li.menu-li:nth-child(7) li {
    transition-delay: 0.725s;
  }
  .nav .container .menu-list li.menu-li:nth-child(8) li {
    transition-delay: 0.8s;
  }
  .nav .container .menu-list li.menu-li:nth-child(9) li {
    transition-delay: 0.875s;
  }
  .nav .container .menu-list li.menu-li:nth-child(10) li {
    transition-delay: 0.95s;
  }
  .nav .container .menu-list li.menu-li:nth-child(11) li {
    transition-delay: 1.025s;
  }
  .nav .container .menu-list li.menu-li:nth-child(12) li {
    transition-delay: 1.1s;
  }
  .nav .container .menu-list li.menu-li:nth-child(13) li {
    transition-delay: 1.175s;
  }
  .nav .container .menu-list li.menu-li:nth-child(14) li {
    transition-delay: 1.25s;
  }
  .nav .container .menu-list li.menu-li:nth-child(15) li {
    transition-delay: 1.325s;
  }
  .nav .container .menu-list li.menu-li:nth-child(16) li {
    transition-delay: 1.4s;
  }
  .nav .container .menu-list li.menu-li:nth-child(17) li {
    transition-delay: 1.475s;
  }
  .nav .container .menu-list li.menu-li:nth-child(18) li {
    transition-delay: 1.55s;
  }
  .nav .container .menu-list li.menu-li:nth-child(19) li {
    transition-delay: 1.625s;
  }
  .nav .container .menu-list li.menu-li:nth-child(20) li {
    transition-delay: 1.7s;
  }
  .nav .container .menu-list li.menu-li:nth-child(21) li {
    transition-delay: 1.775s;
  }
  .nav .container .menu-list li.menu-li:nth-child(22) li {
    transition-delay: 1.85s;
  }
  .nav .container .menu-list li.menu-li:nth-child(23) li {
    transition-delay: 1.925s;
  }
  .nav .container .menu-list li.menu-li:nth-child(24) li {
    transition-delay: 2s;
  }
  .nav .container .menu-list li.menu-li:nth-child(25) li {
    transition-delay: 2.075s;
  }
  .nav .container .menu-list li.menu-li:nth-child(26) li {
    transition-delay: 2.15s;
  }
  .nav .container .menu-list li.menu-li:nth-child(27) li {
    transition-delay: 2.225s;
  }
  .nav .container .menu-list li.menu-li:nth-child(28) li {
    transition-delay: 2.3s;
  }
  .nav .container .menu-list li.menu-li:nth-child(29) li {
    transition-delay: 2.375s;
  }
  .nav .container .menu-list li.menu-li:nth-child(30) li {
    transition-delay: 2.45s;
  }
  .nav .container .menu-list li.menu-li:nth-child(31) li {
    transition-delay: 2.525s;
  }
  .nav .container .menu-list li.menu-li:nth-child(32) li {
    transition-delay: 2.6s;
  }
  .nav .container .menu-list li.menu-li:nth-child(33) li {
    transition-delay: 2.675s;
  }
  .nav .container .menu-list li.menu-li:nth-child(34) li {
    transition-delay: 2.75s;
  }
  .nav .container .menu-list li.menu-li:nth-child(35) li {
    transition-delay: 2.825s;
  }
  .nav .container .menu-list li.menu-li:nth-child(36) li {
    transition-delay: 2.9s;
  }
}
.nav .menu-cta {
  display: none;
}
@media (min-width: 768px) {
  .nav .menu-cta {
    display: block;
  }
}
.nav .language-list {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .language-list {
    height: auto;
  }
}
@media (min-width: 998px) {
  .nav .language-list {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1180px) {
  .nav .language-list {
    margin-left: 1rem;
  }
}
.nav .language-list .language-li {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .language-list .language-li {
    height: auto;
  }
}
.nav .language-list .language-li:hover {
  background: var(--main);
}
@media (min-width: 998px) {
  .nav .language-list .language-li:hover .language-switcher {
    color: white;
  }
  .nav .language-list .language-li:hover .language-switcher:after {
    background-image: url(/img/svg/arrow-white.svg);
  }
}
.nav .language-list .language-li:hover .language-menu {
  opacity: 1;
  visibility: visible;
}
.nav .language-list .language-li:hover .language-menu li {
  opacity: 1;
  visibility: visible;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(1) {
  transition-delay: 0.08s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(2) {
  transition-delay: 0.16s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(3) {
  transition-delay: 0.24s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(4) {
  transition-delay: 0.32s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(5) {
  transition-delay: 0.4s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(6) {
  transition-delay: 0.48s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(7) {
  transition-delay: 0.56s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(8) {
  transition-delay: 0.64s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(9) {
  transition-delay: 0.72s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(10) {
  transition-delay: 0.8s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(11) {
  transition-delay: 0.88s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(12) {
  transition-delay: 0.96s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(13) {
  transition-delay: 1.04s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(14) {
  transition-delay: 1.12s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(15) {
  transition-delay: 1.2s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(16) {
  transition-delay: 1.28s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(17) {
  transition-delay: 1.36s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(18) {
  transition-delay: 1.44s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(19) {
  transition-delay: 1.52s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(20) {
  transition-delay: 1.6s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(21) {
  transition-delay: 1.68s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(22) {
  transition-delay: 1.76s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(23) {
  transition-delay: 1.84s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(24) {
  transition-delay: 1.92s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(25) {
  transition-delay: 2s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(26) {
  transition-delay: 2.08s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(27) {
  transition-delay: 2.16s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(28) {
  transition-delay: 2.24s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(29) {
  transition-delay: 2.32s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(30) {
  transition-delay: 2.4s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(31) {
  transition-delay: 2.48s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(32) {
  transition-delay: 2.56s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(33) {
  transition-delay: 2.64s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(34) {
  transition-delay: 2.72s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(35) {
  transition-delay: 2.8s;
}
.nav .language-list .language-li:hover .language-menu li:nth-child(36) {
  transition-delay: 2.88s;
}
.nav .language-list .language-switcher {
  color: var(--main);
  display: flex;
  align-items: center;
  z-index: 1;
}
.nav .language-list .language-switcher:after {
  content: "";
  margin-left: 0.3rem;
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  background: url(/img/svg/arrow-main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 500px) and (max-width: 767px) {
  .nav .language-list .language-switcher:after {
    display: none;
  }
}
@media (min-width: 998px) {
  .nav .language-list .language-switcher:after {
    margin-left: 0.5rem;
  }
}
.nav .language-list .language-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: white;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  padding: 35vw 0 6vw;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .nav .language-list .language-menu {
    padding: 10rem 0;
  }
}
@media (min-width: 768px) {
  .nav .language-list .language-menu {
    padding: 45vw 0 2rem;
  }
}
@media (min-width: 998px) {
  .nav .language-list .language-menu {
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: var(--navHeight);
    background: white;
  }
}
.nav .language-list .language-menu a {
  display: block;
}
@media (min-width: 998px) {
  .nav .language-list .language-menu a {
    padding: 1rem 1.8rem;
    padding-right: 7rem;
  }
}
.nav .language-list .language-menu li {
  text-transform: uppercase;
  transition: 0.1s ease-in-out;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  justify-content: center;
  transition: 0.2s ease-in-out;
  font-size: 7vw;
  line-height: 1.8em;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}
@media (min-width: 500px) {
  .nav .language-list .language-menu li {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
@media (min-width: 998px) {
  .nav .language-list .language-menu li {
    text-transform: none;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8em;
    color: var(--main);
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 998px) {
  .nav .language-list .language-menu li:after {
    content: "";
    position: absolute;
    right: 1rem;
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(/img/svg/arrow.svg);
    transition: 0.2s ease-in-out;
    transform: rotate(270deg) translate(0, 0);
    opacity: 0.2;
  }
}
.nav .language-list .language-menu li:hover:after {
  transform: rotate(270deg) translate(0, 0.3rem);
  opacity: 0.4;
}
.nav .language-list .language-menu li.active {
  font-weight: 800;
  color: var(--main);
}
@media (min-width: 998px) {
  .nav .language-list .language-menu li.active {
    background: var(--main);
    color: white;
    font-weight: 600;
  }
}
.nav .language-list .language-menu li.active:after {
  display: none;
}

.sub-nav {
  background: linear-gradient(to right, var(--second), var(--main));
  width: 100%;
  height: var(--subNavHeight);
  display: block;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  margin-top: -3.5rem;
  transform: translate(0, 0);
}
@media (max-width: 997px) {
  .sub-nav {
    margin-top: calc(-1 * var(--navWrapper));
    height: var(--navWrapper);
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 499px) {
  .sub-nav {
    height: 20vw;
    margin-top: -20vw;
    padding-bottom: 4vw;
  }
}
.sub-nav.active {
  margin-top: var(--navWrapper);
  visibility: visible;
}
.sub-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  height: 100%;
}
@media (max-width: 997px) {
  .sub-nav .container {
    pointer-events: none;
  }
}
.sub-nav .container ul.bread-crumb {
  display: block;
  white-space: nowrap;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0.15rem;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "...";
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 767px) {
  .sub-nav .container ul.bread-crumb {
    line-height: 1.2em;
  }
}
.sub-nav .container ul.bread-crumb li {
  display: inline;
}
.sub-nav .container ul.bread-crumb li a {
  text-decoration: none;
}
.sub-nav .container ul.bread-crumb li a:hover {
  text-decoration: underline;
}
.sub-nav .container ul.bread-crumb li.active {
  font-weight: 600;
  color: white;
}
.sub-nav .container ul.bread-crumb li.active:after {
  display: none;
}
.sub-nav .container ul.bread-crumb li:after {
  margin: 0 0.5rem;
  content: ">";
}
.sub-nav .container .topics {
  display: flex;
  height: 100%;
}
.sub-nav .container .topics .topic {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  height: 100%;
}
.sub-nav .container .topics .topic .strong {
  font-weight: 700;
}
.sub-nav .container .topics .topic ul {
  display: flex;
  padding: 0.6rem 1rem;
  height: 100%;
}
@media (max-width: 1189px) {
  .sub-nav .container .topics .topic ul {
    padding-left: 0;
    padding-right: 0;
  }
}
.sub-nav .container .topics .topic ul li {
  padding: 0 0.8rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--borderRadiusSmall);
  cursor: pointer;
  opacity: 0.3;
  transition: 0.2s ease-in-out;
}
@media (max-width: 997px) {
  .sub-nav .container .topics .topic ul li {
    display: none;
  }
}
.sub-nav .container .topics .topic ul li:hover {
  opacity: 0.7;
}
.sub-nav .container .topics .topic ul li.active {
  font-weight: 600;
  opacity: 1;
}
@media (max-width: 997px) {
  .sub-nav .container .topics .topic ul li.active {
    display: flex;
  }
}
.sub-nav .topic-dots {
  display: none;
}
@media (max-width: 997px) {
  .sub-nav .topic-dots {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
}
@media (max-width: 499px) {
  .sub-nav .topic-dots {
    bottom: 2.5vw;
  }
}
.sub-nav .topic-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
@media (max-width: 499px) {
  .sub-nav .topic-dots li {
    width: 4vw;
    height: 4vw;
    margin: 0vw 0.3vw;
  }
}
.sub-nav .topic-dots li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  opacity: 0.3;
  transform: scale(0.5);
  transition: 0.3s ease-in-out;
}
.sub-nav .topic-dots li:hover:after {
  opacity: 0.5;
  transform: scale(0.7);
}
.sub-nav .topic-dots li.active:after {
  opacity: 1;
  transform: scale(1);
}

.languages-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, var(--main), var(--third));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.5s ease-in-out;
  visibility: hidden;
}
.languages-menu.active {
  opacity: 1;
  visibility: visible;
}
.languages-menu.active ul li {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
.languages-menu ul {
  width: 100%;
}
.languages-menu li {
  width: 100%;
  transition: 0.3s ease-in-out;
  transform: translate(0, 1rem);
  opacity: 0;
  margin: 0.2rem 0;
  visibility: hidden;
}
.languages-menu li.active {
  font-weight: 800;
}
.languages-menu a {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.languages-menu a:nth-child(1) li {
  transition-delay: 0.1s;
}
.languages-menu a:nth-child(2) li {
  transition-delay: 0.2s;
}
.languages-menu a:nth-child(3) li {
  transition-delay: 0.3s;
}
.languages-menu a:nth-child(4) li {
  transition-delay: 0.4s;
}
.languages-menu a:nth-child(5) li {
  transition-delay: 0.5s;
}
.languages-menu a:nth-child(6) li {
  transition-delay: 0.6s;
}
.languages-menu a:nth-child(7) li {
  transition-delay: 0.7s;
}
.languages-menu a:nth-child(8) li {
  transition-delay: 0.8s;
}
.languages-menu a:nth-child(9) li {
  transition-delay: 0.9s;
}
@media (min-width: 1178px) {
  .languages-menu {
    display: none;
  }
}

:root {
  --navHeight: 4rem;
  --copy: #111;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

.attention-nav {
  background: linear-gradient(to right, var(--mainDark) 20%, var(--main), var(--second) 130%);
  color: white;
  position: relative;
  width: 100%;
  top: 0;
  opacity: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  background-size: 300% 300%;
  animation: gradient 8s ease infinite;
}
@media (max-width: 997px) {
  .attention-nav {
    display: none;
  }
}
.attention-nav a {
  height: 100%;
  width: 100%;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0.6rem 1.5rem;
  opacity: 0;
  transform: translate(0, 1rem);
  animation: fadeLeft 1s ease-in-out forwards;
}
@media (max-width: 767px) {
  .attention-nav a {
    padding: 3vw 8vw;
    flex-direction: column;
  }
}
.attention-nav .strong {
  display: inline-block;
  font-weight: 700;
  margin-right: 0.2rem;
}
.attention-nav div {
  line-height: 1.4em;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 767px) {
  .attention-nav div {
    line-height: 1.3em;
    gap: 0.6rem;
    flex-direction: column;
  }
}
.attention-nav p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0;
  display: inline-block;
  position: relative;
  align-items: center;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .attention-nav p {
    font-size: 14px;
    align-items: flex-start;
    line-height: 1.3em;
    display: inline;
    padding-left: 0;
  }
}
.attention-nav button {
  font-size: 0.95rem;
  padding: 0.2rem 0.8rem;
  line-height: 1.9em;
  background: transparent;
  font-weight: 500;
}
@media (max-width: 767px) {
  .attention-nav button {
    border: none !important;
    padding: 0;
    font-weight: 700;
    display: inline;
    width: auto;
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media (max-width: 767px) {
  .attention-nav button:after {
    content: " →";
  }
}
.attention-nav button:hover {
  background: white;
  color: var(--mainDark);
}

.main-navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  height: var(--navHeight);
  transition: 0.5s ease-in-out;
}
body.has-banner .main-navigation {
  top: var(--banner-height, 50px);
}
@media (max-width: 997px) {
  .main-navigation {
    padding: 4vw 0;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation {
    padding: 1rem 0;
  }
}
@media (min-width: 998px) {
  .main-navigation {
    background: white;
  }
}
.main-navigation:not(.toggled):not(.expanded) {
  max-height: var(--navHeight);
}
.main-navigation.transparent, .main-navigation.transparent .main-navigation-wrapper {
  background: #eef2fb;
}
@media (max-width: 997px) {
  .main-navigation.toggled {
    overflow-y: scroll;
    height: 100% !important;
  }
}
.main-navigation.toggled .main-navigation-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.main-navigation.toggled .mobile-nav .menu-toggler .burger span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.main-navigation.toggled .mobile-nav .menu-toggler .burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.main-navigation.toggled .mobile-nav .menu-toggler .burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-navigation.toggled .mobile-nav .menu-toggler .burger span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
@media (max-width: 997px) {
  .main-navigation.toggled .mobile-nav .menu-toggler + .nav-wrapper {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(1px);
  }
}
.main-navigation.toggled .mobile-nav .menu-toggler a {
  opacity: 1;
  visibility: visible;
  transition: 5s;
}
.main-navigation.expanded {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
@media (min-width: 998px) {
  .main-navigation.expanded.transparent {
    background: white;
  }
}
.main-navigation.expanded.transparent .main-navigation-wrapper {
  background: white;
}
.main-navigation.expanded:before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 998px) {
  .main-navigation:before {
    content: "";
    background: white;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 4;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s ease-in-out;
    background: rgba(73, 119, 221, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    width: calc(50vw - var(--containerWidth) / 2 + 0.35 * var(--containerWidth));
  }
}
.main-navigation a {
  text-decoration: none;
  cursor: pointer;
}
.main-navigation .mobile-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 2;
}
body.has-banner .main-navigation .mobile-nav {
  top: var(--banner-height, 50px);
}
@media (min-width: 998px) {
  .main-navigation .mobile-nav {
    display: none;
  }
}
.main-navigation .mobile-nav .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: var(--navHeight);
  justify-content: space-between;
}
.main-navigation .mobile-nav .menu-toggler {
  width: 4vw;
  height: 4vw;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 998px) {
  .main-navigation .mobile-nav .menu-toggler {
    display: none !important;
  }
}
.main-navigation .mobile-nav .menu-toggler input {
  cursor: pointer;
}
.main-navigation .mobile-nav .menu-toggler .burger {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  pointer-events: none;
  left: 0;
  top: 0;
}
.main-navigation .mobile-nav .menu-toggler .burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--main);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.main-navigation .mobile-nav .menu-toggler .burger span:nth-child(1) {
  top: 0px;
}
.main-navigation .mobile-nav .menu-toggler .burger span:nth-child(2), .main-navigation .mobile-nav .menu-toggler .burger span:nth-child(3) {
  top: calc(50% - 2.5px);
}
.main-navigation .mobile-nav .menu-toggler .burger span:nth-child(4) {
  top: calc(100% - 5px);
}
.main-navigation .mobile-nav .menu-toggler input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main-navigation .magicline-logo {
  position: relative;
  cursor: pointer;
  display: block;
}
@media (min-width: 500px) {
  .main-navigation .magicline-logo {
    height: 52%;
    margin-top: 0.1rem;
    margin-right: 2.5rem;
  }
}
@media (min-width: 1180px) {
  .main-navigation .magicline-logo {
    margin-right: 3rem;
    height: 58%;
  }
}
.main-navigation .magicline-logo figure {
  height: 100%;
  margin: 0;
  width: 100%;
  display: block;
}
.main-navigation .magicline-logo figure img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 45vw;
}
@media (min-width: 500px) {
  .main-navigation .magicline-logo figure img {
    width: auto;
  }
}
.main-navigation figure {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  position: relative;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.main-navigation ul, .main-navigation li {
  margin: 0;
  padding: 0;
}
.main-navigation .main-navigation-wrapper {
  z-index: 2;
}
@media (max-width: 997px) {
  .main-navigation .main-navigation-wrapper {
    opacity: 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
    background: #ecf1fa;
    transform: translate(100vw, 0);
    transition: 0.5s ease-in-out;
    padding: 0 5vw;
    visibility: hidden;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 80vw;
  }
  body.has-banner .main-navigation .main-navigation-wrapper {
    top: var(--banner-height, 50px);
    height: calc(100% - var(--banner-height, 50px));
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .main-navigation-wrapper {
    width: 400px;
    padding: 0 2rem;
  }
}
@media (min-width: 998px) {
  .main-navigation .main-navigation-wrapper {
    background: white;
  }
}
.main-navigation .pseudo-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  position: relative;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container {
    flex-direction: row;
    height: var(--navHeight);
    width: var(--containerWidth);
    justify-content: space-between;
  }
}
.main-navigation .pseudo-container .main-nav-left, .main-navigation .pseudo-container .main-nav-right {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .main-nav-left, .main-navigation .pseudo-container .main-nav-right {
    width: auto;
    align-items: center;
    flex-direction: row;
    height: 100%;
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .main-nav-left .first-level-ul {
    padding-top: calc(var(--navHeight));
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .main-nav-left .first-level-ul {
    padding-top: 6rem;
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .main-nav-left .magicline-logo {
    display: none;
  }
}
.main-navigation .pseudo-container .main-nav-right {
  z-index: 4;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .main-nav-right {
    padding-bottom: 4rem;
  }
}
.main-navigation .pseudo-container .main-nav-right .language-picker {
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  opacity: 0.5;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .main-nav-right .language-picker {
    order: 2;
    margin-top: 2vw;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .main-nav-right .language-picker {
    margin-top: 0.5rem;
  }
}
.main-navigation .pseudo-container .main-nav-right .language-picker:hover {
  opacity: 1;
}
.main-navigation .pseudo-container .main-nav-right .language-picker select {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 4rem;
}
.main-navigation .pseudo-container .main-nav-right .language-picker button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  pointer-events: none;
}
.main-navigation .pseudo-container .main-nav-right .language-picker button figure {
  padding: 0;
  width: 7vw;
  cursor: pointer;
  height: 7vw;
  display: block;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .main-nav-right .language-picker button figure {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.main-navigation .pseudo-container .main-nav-right .language-picker button figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main-navigation .pseudo-container .first-level-ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .first-level-ul {
    flex-direction: row;
    gap: 1rem;
  }
}
@media (min-width: 1180px) {
  .main-navigation .pseudo-container .first-level-ul {
    gap: 2rem;
    gap: 1.5rem;
    flex-direction: row;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li {
    width: 100%;
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li.active {
    padding-bottom: 8vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li.active {
    padding-bottom: 4rem;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li:hover, .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open {
  border-bottom: none;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li:hover .first-level-button, .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .first-level-button {
  color: var(--copy);
}
.main-navigation .pseudo-container .first-level-ul .first-level-li:hover .first-level-button.nav-cta-button, .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .first-level-button.nav-cta-button {
  color: white;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .nav-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.325rem 0.4rem 0.2rem;
  border-radius: 0.3rem;
  font-size: 0.65rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  vertical-align: middle;
  margin-left: 0.4em;
  background: linear-gradient(to right, #3b82f6, #c026d3 130%);
  color: white;
  pointer-events: none;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open {
    padding-bottom: 8vw;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open {
    padding-bottom: 2rem;
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .summary:after {
    opacity: 1;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li details.b-wrapper {
    max-height: var(--navHeight);
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .summary {
  position: relative;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .summary {
    padding: 3.5vw 0;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .summary {
    padding: 1rem 0;
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .summary:after {
    content: "";
    width: calc(100% + 10vw);
    position: absolute;
    top: 0;
    left: -5vw;
    height: 100%;
    opacity: 0;
    background: var(--mainLight-15);
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .summary:after {
    width: calc(100% + 4rem);
    left: -2rem;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper, .main-navigation .pseudo-container .first-level-ul .first-level-li summary {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper, .main-navigation .pseudo-container .first-level-ul .first-level-li summary {
    width: 100%;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper, .main-navigation .pseudo-container .first-level-ul .first-level-li summary {
    height: 100%;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--copy);
    position: absolute;
    bottom: 0;
    border-radius: 1px;
    left: 0;
    opacity: 0;
    transition: 0.2s ease-in-out;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open:after {
  opacity: 1;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .first-level-button:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open .first-level-button:after {
  transform: rotate(-180deg);
  opacity: 0.7;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .expanded-menu, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open .expanded-menu {
  opacity: 1;
  visibility: visible;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .box, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open .box {
  opacity: 1;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .box-li, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open .box-li {
  opacity: 1;
  transform: none;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .box-li, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open .box-li {
    transform: translate(-1.25rem, 0);
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open .recommended-posts li, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open .recommended-posts li {
  transform: none;
  opacity: 1;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper.open i:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary.open i:after {
  width: 100%;
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper:has(summary) .first-level-button:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary:has(summary) .first-level-button:after {
  content: "";
  display: block;
  width: 0.55rem;
  height: 0.55rem;
  background-image: url(/img/svg/arrow.svg);
  transition: 0.5s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-position: center;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper:has(summary) .first-level-button:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary:has(summary) .first-level-button:after {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .b-wrapper:has(summary) .first-level-button:after, .main-navigation .pseudo-container .first-level-ul .first-level-li summary:has(summary) .first-level-button:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .first-level-button {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0.015em;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .first-level-button {
    font-size: 1rem;
    color: var(--copy);
    width: 100%;
    line-height: 1.4em;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .first-level-button {
    font-size: 1.2rem;
    line-height: 1.4em;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button {
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button {
    width: 100%;
    margin: 5vw 0;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button {
    margin: 1.5rem 0;
  }
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button:hover button {
  color: white;
  transform: scale(1.01);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button button {
  background: var(--error);
  padding: 0.45rem 0.8rem;
  border-radius: 3px;
  color: white;
  transition: 0.2s ease-in-out;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button button {
    width: 100%;
    text-align: center;
    display: block;
    padding: 3vw 0;
  }
}
@media (max-width: 997px) and (min-width: 500px) {
  .main-navigation .pseudo-container .first-level-ul .first-level-li .nav-cta-button button {
    padding: 0.75rem 0;
  }
}
.main-navigation .pseudo-container .expanded-menu {
  position: relative;
  width: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  display: block;
  transition: 0s ease-in-out;
  padding-top: 5vw;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu {
    padding-top: 1rem;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu {
    position: fixed;
    left: 0;
    padding-top: 0;
    top: 0;
    z-index: -1;
  }
}
.main-navigation .pseudo-container .expanded-menu .pseudo-container {
  height: auto;
  flex-direction: column;
  gap: 8vw;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .pseudo-container {
    gap: 1.5rem;
  }
}
@media (min-width: 500px) and (max-width: 997px) {
  .main-navigation .pseudo-container .expanded-menu .pseudo-container {
    width: 100%;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .pseudo-container {
    align-items: flex-start;
    gap: 0;
    flex-direction: row;
  }
}
.main-navigation .pseudo-container .expanded-menu .secondary-nav, .main-navigation .pseudo-container .expanded-menu .third-nav {
  display: flex;
  gap: 10vw;
  flex-direction: column;
  --webkit-overflow-scrolling: touch;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .secondary-nav, .main-navigation .pseudo-container .expanded-menu .third-nav {
    gap: 3.5rem;
  }
}
@media (max-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .secondary-nav, .main-navigation .pseudo-container .expanded-menu .third-nav {
    width: 100%;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .secondary-nav, .main-navigation .pseudo-container .expanded-menu .third-nav {
    flex: 0;
    flex-shrink: 0;
    max-height: calc(100vh - var(--navHeight));
    overflow: auto;
    flex-basis: 50%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (min-width: 1180px) {
  .main-navigation .pseudo-container .expanded-menu .secondary-nav, .main-navigation .pseudo-container .expanded-menu .third-nav {
    gap: 2rem;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .secondary-nav {
    padding-left: 2rem;
    flex-basis: calc(65% - 0.25rem);
    transform: translate(-2rem, 0);
  }
}
.main-navigation .pseudo-container .expanded-menu .third-nav {
  z-index: 5;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav {
    flex-basis: 32.5%;
    padding-right: 0;
    overflow: visible;
  }
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts {
  padding-top: 3vw;
  gap: 4vw;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts {
    padding-top: 0.75rem;
    gap: 1.5rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(1) {
  transition-delay: calc(0.2s + 0.1 * 1s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(2) {
  transition-delay: calc(0.2s + 0.1 * 2s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(3) {
  transition-delay: calc(0.2s + 0.1 * 3s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(4) {
  transition-delay: calc(0.2s + 0.1 * 4s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(5) {
  transition-delay: calc(0.2s + 0.1 * 5s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(6) {
  transition-delay: calc(0.2s + 0.1 * 6s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(7) {
  transition-delay: calc(0.2s + 0.1 * 7s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(8) {
  transition-delay: calc(0.2s + 0.1 * 8s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(9) {
  transition-delay: calc(0.2s + 0.1 * 9s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li:nth-of-type(10) {
  transition-delay: calc(0.2s + 0.1 * 10s);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li {
  opacity: 0;
  transform: translate(0, 1rem);
  transition: 0.5s 0.2s ease-in-out;
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a {
  display: flex;
  gap: 0.75rem;
  opacity: 1;
  transition: 0.1s ease-in-out;
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a:hover figure {
  transform: scale(1.02);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a:hover button {
  text-decoration: underline;
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a figure {
  flex-shrink: 0;
  width: 30vw;
  height: 18vw;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease-in-out;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a figure {
    width: 8rem;
    height: 5rem;
  }
}
@media (min-width: 1180px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a figure {
    width: 10rem;
    height: 6rem;
  }
}
@media (min-width: 1180px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a figure {
    width: 12rem;
    height: 7rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div b {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.35em;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div b {
    font-size: 1.1rem;
    line-height: 1.35em;
  }
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div em, .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div button {
  padding: 0;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.2rem;
  display: block;
  opacity: 0.5;
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div em, .main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div button {
    font-size: 0.8rem;
    line-height: 1.4em;
  }
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div button {
  opacity: 1;
  font-weight: 400;
  color: var(--main);
}
.main-navigation .pseudo-container .expanded-menu .third-nav .recommended-posts li a div p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4em;
}
.main-navigation .pseudo-container .expanded-menu .box {
  display: flex;
  flex-direction: column;
  flex: 0;
  flex-shrink: 0;
  transition: 0.5s ease-in-out;
  flex-grow: 1;
  opacity: 0;
  padding-top: 3vw;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box {
    gap: 1rem;
    padding-top: calc(var(--navHeight) + 5.5rem);
  }
}
@media (max-width: 997px) {
  .main-navigation .pseudo-container .expanded-menu .box:nth-child(2) {
    padding-top: 0;
  }
}
@media (min-width: 1180px) {
  .main-navigation .pseudo-container .expanded-menu .box.column-2 {
    flex-grow: 2;
  }
  .main-navigation .pseudo-container .expanded-menu .box.column-2 .box-ul {
    flex-wrap: wrap;
    display: flex;
  }
  .main-navigation .pseudo-container .expanded-menu .box.column-2 .box-ul .box-li:not(.read-more) {
    flex-shrink: 0;
    padding-right: 2rem;
    flex-basis: 50%;
  }
}
@media (min-width: 1180px) and (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box.column-2 .box-ul .box-li:not(.read-more) {
    padding-right: 0;
  }
}
@media (min-width: 1180px) and (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box.column-2 .box-ul .box-li.read-more {
    padding-left: 50%;
  }
}
.main-navigation .pseudo-container .expanded-menu .box i {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 0.8rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.4em;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box i {
    font-size: 0.95rem;
    line-height: 1.2em;
  }
}
.main-navigation .pseudo-container .expanded-menu .box i:after {
  margin: 0.6rem 0 2vw;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  transition: 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box i:after {
    margin-bottom: 0rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul {
  width: 100%;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(1) {
  transition-delay: calc(0.1 * 1s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(2) {
  transition-delay: calc(0.1 * 2s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(3) {
  transition-delay: calc(0.1 * 3s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(4) {
  transition-delay: calc(0.1 * 4s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(5) {
  transition-delay: calc(0.1 * 5s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(6) {
  transition-delay: calc(0.1 * 6s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(7) {
  transition-delay: calc(0.1 * 7s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(8) {
  transition-delay: calc(0.1 * 8s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(9) {
  transition-delay: calc(0.1 * 9s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(10) {
  transition-delay: calc(0.1 * 10s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(11) {
  transition-delay: calc(0.1 * 11s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(12) {
  transition-delay: calc(0.1 * 12s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(13) {
  transition-delay: calc(0.1 * 13s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(14) {
  transition-delay: calc(0.1 * 14s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(15) {
  transition-delay: calc(0.1 * 15s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(16) {
  transition-delay: calc(0.1 * 16s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(17) {
  transition-delay: calc(0.1 * 17s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(18) {
  transition-delay: calc(0.1 * 18s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(19) {
  transition-delay: calc(0.1 * 19s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(20) {
  transition-delay: calc(0.1 * 20s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(21) {
  transition-delay: calc(0.1 * 21s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(22) {
  transition-delay: calc(0.1 * 22s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(23) {
  transition-delay: calc(0.1 * 23s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(24) {
  transition-delay: calc(0.1 * 24s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(25) {
  transition-delay: calc(0.1 * 25s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(26) {
  transition-delay: calc(0.1 * 26s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(27) {
  transition-delay: calc(0.1 * 27s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(28) {
  transition-delay: calc(0.1 * 28s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(29) {
  transition-delay: calc(0.1 * 29s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(30) {
  transition-delay: calc(0.1 * 30s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(31) {
  transition-delay: calc(0.1 * 31s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(32) {
  transition-delay: calc(0.1 * 32s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(33) {
  transition-delay: calc(0.1 * 33s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(34) {
  transition-delay: calc(0.1 * 34s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(35) {
  transition-delay: calc(0.1 * 35s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(36) {
  transition-delay: calc(0.1 * 36s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(37) {
  transition-delay: calc(0.1 * 37s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(38) {
  transition-delay: calc(0.1 * 38s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(39) {
  transition-delay: calc(0.1 * 39s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(40) {
  transition-delay: calc(0.1 * 40s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(41) {
  transition-delay: calc(0.1 * 41s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(42) {
  transition-delay: calc(0.1 * 42s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(43) {
  transition-delay: calc(0.1 * 43s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(44) {
  transition-delay: calc(0.1 * 44s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(45) {
  transition-delay: calc(0.1 * 45s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(46) {
  transition-delay: calc(0.1 * 46s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(47) {
  transition-delay: calc(0.1 * 47s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(48) {
  transition-delay: calc(0.1 * 48s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(49) {
  transition-delay: calc(0.1 * 49s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(50) {
  transition-delay: calc(0.1 * 50s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(51) {
  transition-delay: calc(0.1 * 51s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(52) {
  transition-delay: calc(0.1 * 52s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(53) {
  transition-delay: calc(0.1 * 53s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(54) {
  transition-delay: calc(0.1 * 54s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(55) {
  transition-delay: calc(0.1 * 55s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(56) {
  transition-delay: calc(0.1 * 56s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(57) {
  transition-delay: calc(0.1 * 57s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(58) {
  transition-delay: calc(0.1 * 58s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(59) {
  transition-delay: calc(0.1 * 59s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(60) {
  transition-delay: calc(0.1 * 60s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(61) {
  transition-delay: calc(0.1 * 61s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(62) {
  transition-delay: calc(0.1 * 62s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(63) {
  transition-delay: calc(0.1 * 63s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(64) {
  transition-delay: calc(0.1 * 64s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(65) {
  transition-delay: calc(0.1 * 65s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(66) {
  transition-delay: calc(0.1 * 66s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(67) {
  transition-delay: calc(0.1 * 67s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(68) {
  transition-delay: calc(0.1 * 68s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(69) {
  transition-delay: calc(0.1 * 69s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(70) {
  transition-delay: calc(0.1 * 70s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(71) {
  transition-delay: calc(0.1 * 71s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(72) {
  transition-delay: calc(0.1 * 72s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(73) {
  transition-delay: calc(0.1 * 73s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(74) {
  transition-delay: calc(0.1 * 74s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(75) {
  transition-delay: calc(0.1 * 75s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(76) {
  transition-delay: calc(0.1 * 76s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(77) {
  transition-delay: calc(0.1 * 77s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(78) {
  transition-delay: calc(0.1 * 78s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(79) {
  transition-delay: calc(0.1 * 79s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(80) {
  transition-delay: calc(0.1 * 80s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(81) {
  transition-delay: calc(0.1 * 81s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(82) {
  transition-delay: calc(0.1 * 82s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(83) {
  transition-delay: calc(0.1 * 83s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(84) {
  transition-delay: calc(0.1 * 84s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(85) {
  transition-delay: calc(0.1 * 85s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(86) {
  transition-delay: calc(0.1 * 86s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(87) {
  transition-delay: calc(0.1 * 87s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(88) {
  transition-delay: calc(0.1 * 88s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(89) {
  transition-delay: calc(0.1 * 89s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(90) {
  transition-delay: calc(0.1 * 90s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(91) {
  transition-delay: calc(0.1 * 91s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(92) {
  transition-delay: calc(0.1 * 92s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(93) {
  transition-delay: calc(0.1 * 93s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(94) {
  transition-delay: calc(0.1 * 94s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(95) {
  transition-delay: calc(0.1 * 95s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(96) {
  transition-delay: calc(0.1 * 96s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(97) {
  transition-delay: calc(0.1 * 97s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(98) {
  transition-delay: calc(0.1 * 98s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(99) {
  transition-delay: calc(0.1 * 99s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li:nth-of-type(100) {
  transition-delay: calc(0.1 * 100s);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul.feature-list {
  padding-top: 0.25rem;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul.feature-list {
    padding-top: 1rem;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul.feature-list {
    padding-top: 0.25rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li {
  transform: translate(0, 4vw);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li {
    transform: translate(0, 0);
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a {
  display: block;
  width: 100%;
  padding: 2vw 0 4vw;
  border-radius: 0.3rem;
  height: 100%;
  transition: 0.3s ease-in-out;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a {
    padding: 1rem 0;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a {
    padding: 1rem 1.25rem 1.25rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a:hover {
  background: var(--mainLight);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a:hover figure {
  transform: scale(1.1);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a b {
  font-weight: 600;
  display: block;
  hyphens: auto;
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 0.2rem;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a p {
  font-weight: 400;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.4em;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a .icon-wrapper {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a .icon-wrapper figure.icon {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  align-content: center;
  justify-content: center;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a .icon-wrapper figure.icon svg {
  max-width: 100%;
  max-height: 100%;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li .box-li-a .icon-wrapper b {
  margin-bottom: 0;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a:hover {
  background: transparent;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a:hover figure {
  background: var(--mainLight-2);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.social-media-li .social-media-icons:hover {
  background: transparent;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.social-media-li .social-media-icons .icon-wrapper {
  gap: 0;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a {
  padding: 2.5vw 0;
  display: flex;
  gap: 0.85rem;
  align-items: center;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a {
    padding: 0.6rem 0;
  }
}
@media (min-width: 998px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a {
    padding: 0.75rem 1.25rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a:hover {
  text-decoration: underline;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a figure {
  width: 10vw;
  height: 10vw;
  border-radius: 5px;
  justify-content: center;
  background: white;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a figure {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--mainLight-15);
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a figure svg {
  max-width: 70%;
  max-height: 60%;
  display: block;
  fill: var(--main);
  stroke: var(--main);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a figure svg path {
  fill: var(--main);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li .box-li-a b {
  font-weight: 400;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li:has(.magic-ai-nav) .magic-ai-nav figure {
  background: linear-gradient(135deg, #3b82f6, #c026d3);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li:has(.magic-ai-nav) .magic-ai-nav figure svg, .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li:has(.magic-ai-nav) .magic-ai-nav figure svg path {
  fill: #fff;
  stroke: none;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.feature-li:has(.magic-ai-nav) .magic-ai-nav b {
  font-weight: 600;
  background: linear-gradient(to right, #3b82f6, #c026d3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more {
  color: var(--main);
  flex-basis: 100%;
}
@media (min-width: 500px) {
  .main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more {
    padding-top: 1.25rem;
  }
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a:hover {
  background: transparent;
  text-decoration: underline;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a:hover b:after {
  transform: translate(0.1rem, 0);
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a figure {
  visibility: hidden;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a figure svg {
  max-width: 50%;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a b {
  font-weight: 500;
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a b:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  transition: 0.3s ease-in-out;
  background: url(/img/svg/arrow-right-main.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.main-navigation .pseudo-container .expanded-menu .box .box-ul .box-li.read-more .box-li-a b.icon {
  width: 1rem;
  height: 1rem;
  background: gray;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.ai .main-navigation {
  background: transparent;
  backdrop-filter: none;
  transition: background 0.3s ease-in-out;
}
body.ai .main-navigation.is-scrolled {
  background: var(--ai-midnight);
}
body.ai .main-navigation.toggled .main-navigation-wrapper {
  background: var(--ai-midnight);
}
body.ai .main-navigation.expanded {
  background: var(--ai-midnight);
  color: rgba(255, 255, 255, 0.8);
}
body.ai .main-navigation.expanded i, body.ai .main-navigation.expanded .box i {
  color: rgba(255, 255, 255, 0.7);
}
body.ai .main-navigation.expanded i:after, body.ai .main-navigation.expanded .box i:after {
  background: rgba(255, 255, 255, 0.15);
}
body.ai .main-navigation.expanded b, body.ai .main-navigation.expanded p {
  color: rgba(255, 255, 255, 0.8);
}
body.ai .main-navigation.expanded .box-li-a:hover {
  background: rgba(255, 255, 255, 0.07);
}
body.ai .main-navigation.expanded .box .box-ul .box-li.feature-li .box-li-a figure {
  background: var(--mainTrans);
}
body.ai .main-navigation.expanded .box .box-ul .box-li.feature-li .box-li-a figure svg {
  fill: white;
  stroke: white;
}
body.ai .main-navigation.expanded .box .box-ul .box-li.feature-li .box-li-a figure svg path {
  fill: white;
}
body.ai .main-navigation.expanded .box .box-ul .box-li.feature-li:hover .box-li-a figure {
  background-color: var(--main);
}
body.ai .main-navigation .mobile-nav {
  background: var(--ai-midnight);
}
body.ai .main-navigation .mobile-nav .magicline-logo img {
  filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}
body.ai .main-navigation .mobile-nav .burger span {
  background-color: white;
}
body.ai .main-navigation .main-navigation-wrapper {
  background-color: transparent;
}
body.ai .main-navigation .main-navigation-wrapper .magicline-logo img {
  filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}
body.ai .main-navigation .main-navigation-wrapper .first-level-ul .language-picker button figure img {
  filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}
body.ai .main-navigation .main-navigation-wrapper .first-level-ul .first-level-li .b-wrapper.open .first-level-button {
  color: white;
}
body.ai .main-navigation .main-navigation-wrapper .first-level-ul .first-level-li .first-level-button {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}
body.ai .main-navigation .main-navigation-wrapper .first-level-ul .first-level-li .first-level-button:hover {
  color: rgb(255, 255, 255);
}
body.ai .main-navigation .main-navigation-wrapper .first-level-ul .first-level-li .first-level-button:after {
  filter: invert(100%) sepia(100%) grayscale(100%) brightness(200%);
}
body.ai .main-navigation .main-navigation-wrapper .first-level-ul .first-level-li .nav-cta-button .first-level-button {
  background: transparent;
  color: var(--main);
  border: 1px solid var(--main);
}
body.ai .main-navigation .main-navigation-wrapper button {
  color: rgba(255, 255, 255, 0.8);
}
body.ai .main-navigation .main-navigation-wrapper button:hover {
  color: rgb(255, 255, 255);
}

:root {
  --ai-sky: #2dd4ff;
  --ai-azure: #3b82f6;
  --ai-periwinkle: #7c7aed;
  --ai-fuchsia: #c026d3;
  --ai-obsidian: #050309;
  --ai-midnight: #060311;
  --ai-padding: calc(calc(100vw - var(--containerWidth)) / 2);
  --ai-font-size: 16px;
}

@media (min-width: 500px) {
  :root {
    --ai-padding: 1.5rem;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  :root {
    --ai-padding: 1.5rem;
  }
}
body, html, main, .main {
  background: var(--ai-midnight);
  font-size: calc(1.0165 * var(--ai-font-size));
  line-height: 1.4em;
  color: white;
  font-weight: 200;
}
body p, html p, main p, .main p {
  font-size: calc(1.0165 * var(--ai-font-size));
  line-height: 1.4em;
  font-weight: 200;
}

body.ai .main .bg {
  pointer-events: none;
}
body.ai .main .waves {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: visible;
}
body.ai .main .wave {
  position: absolute;
  width: 130%;
  display: block;
  will-change: transform;
  z-index: -1;
}
body.ai .main .wave img {
  width: 100%;
  height: auto;
  display: block;
}
body.ai .main .wave--cyan {
  top: 10%;
  left: -15%;
  opacity: 0.35;
  animation: wave-drift-a 9s ease-in-out infinite alternate;
}
body.ai .main .wave--purple {
  top: -10%;
  left: -15%;
  opacity: 0.3;
  animation: wave-drift-b 12s ease-in-out infinite alternate;
}
body.ai .main button, body.ai .main .hero-split__cta {
  border-radius: 2rem;
  font-weight: 300;
  padding: calc(0.35 * var(--ai-padding)) calc(0.9 * var(--ai-padding));
}
body.ai .main button.filled-main, body.ai .main .hero-split__cta.filled-main {
  background: linear-gradient(to right, var(--ai-azure), var(--ai-fuchsia));
  border: none;
  color: #fff;
}
body.ai .main button.filled-main:hover, body.ai .main .hero-split__cta.filled-main:hover {
  opacity: 0.9;
  transform: scale(1.02);
}
body.ai .main button.filled-white, body.ai .main .hero-split__cta.filled-white {
  background: white;
  color: var(--ai-obsidian);
  border: none;
  border-radius: 2rem;
  font-weight: 600;
}
body.ai .main button.filled-white:hover, body.ai .main .hero-split__cta.filled-white:hover {
  background: var(--ai-obsidian);
  color: white;
}
body.ai .main button.border-white, body.ai .main .hero-split__cta.border-white {
  border: 1.5px solid white;
  background: transparent;
  color: white;
  font-weight: 600;
  border-radius: 2rem;
  text-decoration: none;
  transition: 0.2s;
}
body.ai .main button.border-white:hover, body.ai .main .hero-split__cta.border-white:hover {
  background: rgba(255, 255, 255, 0.1);
  transition: 0.2s;
}
body.ai .main button.border-gradient, body.ai .main .hero-split__cta.border-gradient {
  background: linear-gradient(to right, rgba(56, 189, 248, 0.1), rgba(99, 102, 241, 0.1), rgba(232, 72, 229, 0.1));
  border: none;
  color: #fff;
  position: relative;
  padding: 0.75rem 1.75rem;
  border-radius: 2rem;
  font-size: 0.95rem;
  font-weight: 300;
}
body.ai .main button.border-gradient::before, body.ai .main .hero-split__cta.border-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2rem;
  padding: 1px;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure), var(--ai-fuchsia));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

em, .ai-copy-gradient {
  font-style: italic;
  font-weight: 800;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure), var(--ai-fuchsia));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.5px;
}

.ai-h1 {
  font-size: calc(2.2 * var(--ai-font-size));
  font-weight: 200;
  color: white;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.2;
  margin-bottom: calc(1.1 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h1 {
    font-size: calc(3.15 * var(--ai-font-size));
    line-height: 1.2;
    margin-bottom: calc(0.8 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (max-width: 1399px) {
  .ai-h1 {
    font-size: calc(2.8 * var(--ai-font-size));
    line-height: 1.2;
  }
}
.ai-h1.ai-h0 {
  font-size: calc(2.1 * var(--ai-font-size));
  line-height: 1.2;
  margin-bottom: calc(0.5 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h1.ai-h0 {
    font-size: calc(3.4 * var(--ai-font-size));
    line-height: 1.15;
    margin-bottom: calc(0.7 * var(--ai-padding));
  }
}
.ai-h1.ai-h0-2 {
  font-size: calc(2.25 * var(--ai-font-size));
  line-height: 1.2;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h1.ai-h0-2 {
    font-size: calc(3.8 * var(--ai-font-size));
    line-height: 1.25em;
    margin-bottom: calc(0.7 * var(--ai-padding));
  }
}
.ai-h1.smaller {
  font-size: calc(2 * var(--ai-font-size));
  line-height: 1.25;
  margin-bottom: calc(0.5 * var(--ai-padding));
}
@media (min-width: 500px) {
  .ai-h1.smaller {
    font-size: calc(2.25 * var(--ai-font-size));
    line-height: 1.25;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h1.smaller {
    font-size: calc(3 * var(--ai-font-size));
    line-height: 1.15;
  }
}
@media (min-width: 998px) and (max-width: 1399px) {
  .ai-h1.smaller {
    font-size: calc(2.5 * var(--ai-font-size));
    line-height: 1.15;
  }
}
.ai-h1 i {
  font-style: italic;
  color: white;
}
.ai-h1 .eyebrow {
  display: block;
  align-self: flex-start;
  white-space: nowrap;
  font-size: 0.55em;
  text-transform: none;
  line-height: 1em;
  margin-bottom: calc(0.76 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h1 .eyebrow {
    font-size: 0.55em;
    line-height: 1.2em;
    margin-bottom: calc(0.6 * var(--ai-padding));
  }
}

p.paragraph-bigger {
  font-size: calc(1.2 * var(--ai-font-size));
  font-weight: 300;
  width: 100%;
  line-height: 1.35em;
  display: block;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: calc(1.75 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  p.paragraph-bigger {
    font-size: calc(1.25 * var(--ai-font-size));
    line-height: 1.4em;
    font-weight: 200;
    margin-bottom: calc(1.5 * var(--ai-padding));
  }
}

.ai-h2 {
  font-size: calc(2 * var(--ai-font-size));
  font-weight: 200;
  width: 90%;
  line-height: 1.2em;
  display: block;
  margin-bottom: calc(0.6 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h2 {
    font-size: calc(2.25 * var(--ai-font-size));
    line-height: 1.2em;
  }
}

.ai-h2-2 {
  font-size: calc(1.5 * var(--ai-font-size));
  font-weight: 200;
  width: 90%;
  line-height: 1.3em;
  display: block;
  margin-bottom: calc(0.8 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h2-2 {
    font-size: calc(2.4 * var(--ai-font-size));
    line-height: 1.2em;
  }
}

.ai-h3 {
  font-size: calc(1.4 * var(--ai-font-size));
  font-weight: 200;
  width: 90%;
  line-height: 1.35em;
  display: block;
  margin-bottom: calc(0.35 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h3 {
    font-size: calc(1.5 * var(--ai-font-size));
    line-height: 1.3em;
    width: auto;
  }
}

.ai-h4 {
  font-size: calc(1.1 * var(--ai-font-size));
  font-weight: 300;
  line-height: 1.35em;
  letter-spacing: 0.02em;
  color: rgb(255, 255, 255);
  display: block;
  display: block;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h4 {
    font-size: calc(1.5 * var(--ai-font-size));
    line-height: 1.3em;
  }
}

.ai-h1 br, .ai-h2 br, .ai-h2-2 br, .ai-h3 br, .ai-h4 br {
  display: contents;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-h1 br, .ai-h2 br, .ai-h2-2 br, .ai-h3 br, .ai-h4 br {
    display: initial;
  }
}

.ai-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: gap 0.2s ease;
}
.ai-link-arrow svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  stroke: var(--ai-azure);
  -webkit-text-fill-color: unset;
  transition: transform 0.2s ease;
}
.ai-link-arrow:hover svg {
  transform: translateX(5px);
}

.ai-link-gradient {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure), var(--ai-fuchsia));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.2s ease;
}
.ai-link-gradient:hover {
  opacity: 0.75;
}

@keyframes wave-drift-a {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(6%) translateY(-12px);
  }
}
@keyframes wave-drift-b {
  from {
    transform: translateX(-4%) translateY(8px);
  }
  to {
    transform: translateX(5%) translateY(-8px);
  }
}
.hero-content .inner {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-content .inner {
    display: grid;
    grid-template-columns: 2.5fr 2fr;
    align-items: stretch;
  }
}
.hero-content .content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: calc(0 * var(--ai-padding)) 0 calc(2 * var(--ai-padding));
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-content .content {
    padding: calc(6.5 * var(--ai-padding)) 0 calc(4.5 * var(--ai-padding));
  }
}
.hero-content .content .paragraph-bigger {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .hero-content .content .paragraph-bigger {
    max-width: 85%;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-content .content .paragraph-bigger {
    text-align: left;
    margin-left: 0;
    max-width: 75%;
    color: white;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-content .content .ai-h1 {
    text-align: left;
    margin-left: 0;
  }
}
.hero-content .actions {
  display: flex;
  align-items: center;
  gap: calc(1 * var(--ai-padding));
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 500px) {
  .hero-content .actions {
    flex-direction: row;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-content .actions {
    justify-content: flex-start;
  }
}
.hero-content .actions a {
  width: 100%;
  text-decoration: none;
}
@media (min-width: 500px) {
  .hero-content .actions a {
    width: auto;
  }
}
.hero-content .actions .cta {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  align-self: flex-start;
}
.hero-content .actions .cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: gap 0.2s ease;
}
.hero-content .actions .cta-secondary svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  stroke: var(--ai-azure);
  -webkit-text-fill-color: unset;
  transition: transform 0.2s ease;
}
.hero-content .actions .cta-secondary:hover svg {
  transform: translateX(5px);
}
.hero-content .actions .cta, .hero-content .actions .cta-secondary {
  display: flex;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .hero-content .actions .cta, .hero-content .actions .cta-secondary {
    display: inline-flex;
  }
}

.ai-page-glows {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
  background: transparent;
}
.ai-page-glows .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.ai-page-glows .blob--1 {
  width: 75vw;
  height: 75vw;
  top: -15vw;
  left: -15vw;
  background: radial-gradient(ellipse, rgba(20, 184, 166, 0.12) 0%, transparent 70%);
}
.ai-page-glows .blob--2 {
  width: 70vw;
  height: 80vw;
  top: 32%;
  right: -12vw;
  background: radial-gradient(ellipse, rgba(109, 40, 217, 0.16) 0%, transparent 65%);
}
.ai-page-glows .blob--3 {
  width: 80vw;
  height: 70vw;
  bottom: -12vw;
  left: -8vw;
  background: radial-gradient(ellipse, rgba(20, 184, 166, 0.1) 0%, transparent 70%);
}

@keyframes hrw-blob {
  0% {
    d: path("M158,14 C238,8,296,76,288,158 C280,238,210,296,130,284 C54,272,7,208,16,136 C24,66,80,18,158,14Z");
  }
  25% {
    d: path("M144,18 C222,8,292,82,283,162 C275,240,206,296,126,284 C50,272,6,204,14,128 C22,56,70,26,144,18Z");
  }
  50% {
    d: path("M162,22 C234,10,292,84,278,164 C265,242,194,300,118,286 C46,272,4,198,18,124 C32,54,94,32,162,22Z");
  }
  75% {
    d: path("M138,16 C214,4,294,72,284,154 C275,234,208,298,132,288 C58,278,2,210,12,132 C22,58,66,26,138,16Z");
  }
  100% {
    d: path("M158,14 C238,8,296,76,288,158 C280,238,210,296,130,284 C54,272,7,208,16,136 C24,66,80,18,158,14Z");
  }
}
@keyframes hrw-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes hrw-slide-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hrw-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.hero-split {
  position: relative;
  z-index: 1;
  background: transparent;
}
.hero-split .hero-visual {
  position: relative;
  margin-top: calc(var(--navHeight) * 1);
  z-index: -1;
  height: 95vw;
}
@media (min-width: 500px) {
  .hero-split .hero-visual {
    height: 60vw;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-split .hero-visual {
    height: auto;
    margin-top: 0;
  }
}
.hero-split .bg-image {
  position: absolute;
  inset: 0;
  pointer-events: none;
  top: auto;
  height: 104%;
  left: 2%;
  right: auto;
  bottom: -4%;
}
@media (min-width: 500px) {
  .hero-split .bg-image {
    left: 20%;
    bottom: 0;
    height: 100%;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-split .bg-image {
    left: -22%;
    top: auto;
    bottom: -3%;
    height: 96%;
  }
}
.hero-split .bg-image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}
.hero-split .visual {
  position: absolute;
  inset: 0;
  z-index: 2;
  left: auto;
  right: 4%;
  bottom: 15%;
  top: auto;
}
@media (min-width: 500px) {
  .hero-split .visual {
    bottom: 15%;
    right: 15%;
    left: auto;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .hero-split .visual {
    right: 18%;
    bottom: 18%;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-split .visual {
    bottom: 10%;
    right: 10%;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .hero-split .visual {
    right: 15%;
    bottom: 6%;
    left: auto;
  }
}
.hero-split .visual .chat-widget {
  --cw-size: calc(var(--ai-padding) * .48);
  --cw-fs: calc(var(--ai-font-size) * .48);
}
@media (min-width: 500px) {
  .hero-split .visual .chat-widget {
    --cw-size: calc(var(--ai-padding) * .45);
    --cw-fs: calc(var(--ai-font-size) * .45);
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .hero-split .visual .chat-widget {
    --cw-size: calc(var(--ai-padding) * .55);
    --cw-fs: calc(var(--ai-font-size) * .55);
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .hero-split .visual .chat-widget {
    --cw-size: calc(var(--ai-padding) * .65);
    --cw-fs: calc(var(--ai-font-size) * .65);
  }
}
@media (min-width: 1400px) {
  .hero-split .visual .chat-widget {
    --cw-size: calc(var(--ai-padding) * .75);
    --cw-fs: calc(var(--ai-font-size) * .75);
  }
}
@media (min-width: 1600px) {
  .hero-split .visual .chat-widget {
    --cw-size: calc(var(--ai-padding) * .85);
    --cw-fs: calc(var(--ai-font-size) * .85);
  }
}

.software-wrapper {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0;
  border-radius: calc(0.75 * var(--ai-padding));
}
.software-wrapper .visual-text {
  color: #fff;
}
.software-wrapper .visual-text .ai-h3 {
  margin-bottom: calc(0.35 * var(--ai-padding));
}
.software-wrapper .visual-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * var(--ai-padding));
}
.software-wrapper .visual-wrapper .blob-ring, .software-wrapper .visual-wrapper .chat-widget {
  justify-content: center;
  margin: auto;
}
.software-wrapper .visual-wrapper .chat-widget {
  margin-bottom: calc(2 * var(--ai-padding));
  --cw-size: calc(var(--ai-padding) * .6);
  --cw-fs: calc(var(--ai-font-size) * .6);
}

.benefits-tabs {
  scroll-margin-top: calc(0 * var(--ai-padding));
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  padding: calc(var(--ai-padding) * 1.5) 0 calc(var(--ai-padding) * 0.5);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs {
    padding: calc(var(--ai-padding) * 2) 0;
    border: 0;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs {
    padding: calc(var(--ai-padding) * 2.35) 0;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs.benefits-tabs--stage-top {
    padding: 0 0 0;
  }
}
.benefits-tabs.benefits-tabs--stage-top .cards {
  padding-bottom: 0;
}
.benefits-tabs.benefits-tabs--stage-top .cards .card .bar {
  order: -1;
  margin-bottom: calc(1.5 * var(--ai-padding));
}
.benefits-tabs .container {
  display: flex;
  flex-direction: column;
}
.benefits-tabs .cards {
  display: flex;
  width: 100vw;
  padding: 0 calc((100vw - var(--containerWidth)) / 2);
  padding-bottom: calc(0.75 * var(--ai-padding));
  gap: calc(1 * var(--ai-padding));
  -webkit-overflow-scrolling: touch;
  flex-direction: row;
  overflow-x: scroll;
  transform: translateX(calc(-1 * (100vw - var(--containerWidth)) / 2));
}
@media (min-width: 500px) {
  .benefits-tabs .cards {
    gap: calc(1.5 * var(--ai-padding));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .cards {
    display: grid;
    transform: none;
    padding-left: 0;
    padding-right: 0;
    flex-direction: row;
    align-items: stretch;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: calc(0.5 * var(--ai-padding));
    overflow: visible;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs .cards {
    gap: calc(1.5 * var(--ai-padding));
  }
}
.benefits-tabs .card {
  appearance: none;
  -webkit-appearance: none;
  height: 100%;
  margin: 0;
  border: none;
  text-align: left;
  flex: 0;
  flex-shrink: 0;
  width: 75vw;
  flex-basis: 75vw;
  cursor: pointer;
  display: grid;
  grid-template-rows: 1fr auto;
  color: inherit;
  opacity: 1;
  transform: none;
}
@media (min-width: 500px) {
  .benefits-tabs .card {
    width: 38vw;
    flex-basis: 38vw;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .card {
    flex: 0;
    width: auto;
    opacity: 0.5;
  }
}
.benefits-tabs .card:hover, .benefits-tabs .card.active {
  opacity: 1;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .card:hover .card-icon, .benefits-tabs .card.active .card-icon {
    color: var(--ai-sky);
    filter: drop-shadow(0 0 6px rgba(45, 212, 255, 0.5));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .card:hover .card-icon svg, .benefits-tabs .card.active .card-icon svg {
    opacity: 1;
  }
}
.benefits-tabs .card:hover .card-title, .benefits-tabs .card.active .card-title {
  color: #fff;
}
.benefits-tabs .card:hover .bar, .benefits-tabs .card.active .bar {
  width: 100%;
}
.benefits-tabs .card:not(.active):hover .card-inner .card-icon svg {
  transform: scale(1.1);
}
.benefits-tabs .card.tab {
  padding: 0;
  border-radius: 0;
}
.benefits-tabs .card-inner {
  padding: calc(0.5 * var(--ai-padding)) 0 calc(2 * var(--ai-padding));
  border-radius: calc(0.5 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .card-inner {
    padding: 0;
    background-color: transparent;
    padding-bottom: calc(2 * var(--ai-padding));
    border-radius: 0;
  }
}
.benefits-tabs .card-inner p {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .card-inner p {
    padding-right: calc(1.5 * var(--ai-padding));
    color: rgba(255, 255, 255, 0.75);
  }
}
.benefits-tabs .card-head {
  display: flex;
  position: relative;
  gap: calc(0.75 * var(--ai-padding));
  align-items: flex-start;
  margin-bottom: calc(0.333 * var(--ai-padding));
  flex-direction: column;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs .card-head {
    flex-direction: row;
  }
}
.benefits-tabs .card-icon {
  flex-shrink: 0;
  margin: calc(0.15 * var(--ai-padding)) 0 0;
  display: flex;
  align-items: center;
  justify-self: center;
  transform-origin: center;
  opacity: 0.8;
  width: calc(2.75 * var(--ai-padding));
  height: calc(2.75 * var(--ai-padding));
  border-radius: calc(0.4 * var(--ai-padding));
  background: linear-gradient(to bottom right, color-mix(in srgb, var(--ai-azure) 50%, transparent), color-mix(in srgb, var(--ai-fuchsia) 50%, transparent));
}
@media (min-width: 500px) {
  .benefits-tabs .card-icon {
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    margin-bottom: calc(0.1 * var(--ai-padding));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .card-icon {
    opacity: 1;
  }
}
.benefits-tabs .card-icon.erp-icon svg {
  transform: scale(1.3);
}
.benefits-tabs .card-icon.progress-bar svg {
  transform: scale(0.95);
}
.benefits-tabs .card-icon svg {
  max-width: 60%;
  width: 100%;
  max-height: 60%;
  height: 100%;
  margin: auto;
  opacity: 0.9;
  display: block;
  transition: 0.3s ease-in-out;
  fill: white;
}
@media (min-width: 500px) {
  .benefits-tabs .card-icon svg {
    max-width: calc(1.75 * var(--ai-padding));
    max-height: calc(1.75 * var(--ai-padding));
  }
}
.benefits-tabs .card-title {
  color: rgb(255, 255, 255);
  transition: color 0.25s;
  padding-right: calc(1 * var(--ai-padding));
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs .card-title {
    max-width: 70%;
  }
}
.benefits-tabs .bar {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .bar {
    height: calc(0.15 * var(--ai-padding));
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
    display: block;
    width: 0%;
    transition: 0.3s ease-in-out;
  }
}
.benefits-tabs .fill {
  display: block;
  height: 100%;
  width: 0%;
  border-radius: var(--ai-padding);
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure), var(--ai-fuchsia));
}
.benefits-tabs .stage-glows {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
  border-radius: inherit;
}
.benefits-tabs .stage-glow {
  position: absolute;
  border-radius: 50%;
}
.benefits-tabs .stage-glow--1 {
  width: 70%;
  height: 40%;
  top: 5%;
  left: 15%;
  background: radial-gradient(ellipse at 50% 0%, rgba(45, 212, 255, 0.7) 0%, rgba(59, 130, 246, 0.4) 35%, transparent 70%);
  filter: blur(50px);
}
.benefits-tabs .stage-glow--2 {
  width: 25%;
  height: 30%;
  top: 5%;
  left: 5%;
  background: radial-gradient(ellipse, rgba(109, 40, 217, 0.5) 0%, transparent 70%);
  filter: blur(40px);
}
.benefits-tabs .stage-glow--3 {
  width: 20%;
  height: 25%;
  top: 5%;
  right: 10%;
  background: radial-gradient(ellipse, rgba(59, 130, 246, 0.4) 0%, transparent 70%);
  filter: blur(40px);
}
.benefits-tabs .stage {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs .stage {
    display: block;
    position: relative;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.02);
    aspect-ratio: 16/7;
  }
}
.benefits-tabs .panel {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  display: flex;
  align-items: flex-start;
  height: 100%;
  justify-content: center;
  transform: translateY(40px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: screen;
  padding-top: calc(0.75 * var(--padding));
  border-bottom: none;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs .panel {
    padding-top: calc(2 * var(--padding));
  }
}
.benefits-tabs .panel.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1), transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}
.benefits-tabs .panel:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0;
  height: 100%;
  width: 100%;
}
.benefits-tabs .panel picture {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.benefits-tabs .panel img {
  height: 85%;
  width: 75%;
  margin: 0;
  border-radius: calc(0.75 * var(--ai-padding)) calc(0.75 * var(--ai-padding)) 0 0;
  border: calc(0.45 * var(--ai-padding)) rgba(255, 255, 255, 0.4) solid;
  border-bottom: none;
  object-fit: contain;
  pointer-events: none;
  object-position: top center;
  display: block;
}
.benefits-tabs .panel-placeholder {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(59, 130, 246, 0.15) 0%, transparent 70%), radial-gradient(ellipse at 30% 70%, rgba(192, 38, 211, 0.1) 0%, transparent 60%);
}
.benefits-tabs .panel-placeholder--1 {
  background: radial-gradient(ellipse at 70% 30%, rgba(45, 212, 255, 0.18) 0%, transparent 65%), radial-gradient(ellipse at 20% 80%, rgba(59, 130, 246, 0.12) 0%, transparent 60%);
}
.benefits-tabs .panel-placeholder--2 {
  background: radial-gradient(ellipse at 50% 40%, rgba(59, 130, 246, 0.2) 0%, transparent 65%), radial-gradient(ellipse at 80% 70%, rgba(124, 122, 237, 0.12) 0%, transparent 60%);
}
.benefits-tabs .panel-placeholder--3 {
  background: radial-gradient(ellipse at 30% 30%, rgba(192, 38, 211, 0.15) 0%, transparent 65%), radial-gradient(ellipse at 70% 70%, rgba(45, 212, 255, 0.1) 0%, transparent 60%);
}
.benefits-tabs--stage-top .container {
  display: flex;
  flex-direction: column;
}
.benefits-tabs--stage-top .stage {
  order: -1;
  margin-bottom: calc(1.5 * var(--ai-padding));
  border-radius: 1rem;
}
.benefits-tabs--stage-top .cards {
  margin-bottom: 0;
}
.benefits-tabs--stage-top .card {
  flex-direction: column-reverse;
}
.benefits-tabs--stage-top .bar {
  margin-top: 0;
  border-radius: var(--ai-padding);
  margin-bottom: 1.5rem;
}
.benefits-tabs--no-stage {
  margin-bottom: calc(1 * var(--ai-padding));
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs--no-stage {
    margin-bottom: calc(2 * var(--ai-padding));
  }
}
.benefits-tabs--no-stage .cards {
  gap: calc(1.5 * var(--ai-padding));
}
@media (min-width: 500px) {
  .benefits-tabs--no-stage .cards {
    gap: calc(1.5 * var(--ai-padding));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .benefits-tabs--no-stage .cards {
    gap: calc(1 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .benefits-tabs--no-stage .cards {
    gap: calc(1.5 * var(--ai-padding));
  }
}
.benefits-tabs--no-stage .card.default {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

.erp-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 100%;
  justify-content: center;
  gap: calc(1 * var(--ai-padding));
  margin-bottom: calc(0.5 * var(--ai-padding));
  padding-top: calc(0.5 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .erp-wrapper {
    margin-bottom: calc(1.5 * var(--ai-padding));
    padding-top: calc(4 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .erp-wrapper {
    padding-top: calc(6 * var(--ai-padding));
  }
}
.erp-wrapper .buttons-wrapper {
  display: flex;
  gap: calc(0.5 * var(--ai-padding));
}
.erp-wrapper figure {
  width: calc(4 * var(--ai-padding));
  height: calc(4 * var(--ai-padding));
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(0.75 * var(--ai-padding));
  justify-self: center;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .erp-wrapper figure {
    width: calc(5 * var(--ai-padding));
    height: calc(5 * var(--ai-padding));
    margin-bottom: calc(1 * var(--ai-padding));
  }
}
.erp-wrapper figure img {
  width: 100%;
  display: block;
  margin: auto;
}
.erp-wrapper .ai-h1 {
  width: 100%;
  margin-bottom: calc(1 * var(--ai-padding));
  text-align: center;
}
.erp-wrapper a {
  margin: auto;
}

.ai-quote {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
}
.ai-quote .card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
}
.ai-quote .photo {
  flex-shrink: 0;
  width: 300px;
  align-self: stretch;
  margin-top: -3rem;
  margin-left: 10%;
}
.ai-quote .photo picture {
  display: block;
  height: 100%;
}
.ai-quote .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top center;
}
@media (max-width: 640px) {
  .ai-quote .photo {
    display: none;
  }
}
.ai-quote .body {
  flex: 1;
  padding: 2.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 640px) {
  .ai-quote .body {
    padding: 1.75rem 1.5rem;
  }
}
.ai-quote .text {
  margin: 0;
  font-size: 2.05rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 200;
}
.ai-quote .text::before {
  content: "“";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 9rem;
  line-height: 0;
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0.5rem;
}
.ai-quote .text strong {
  color: #fff;
  font-weight: 700;
  font-style: italic;
}
.ai-quote .attribution {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  justify-self: end;
}
.ai-quote .attribution strong {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
.ai-quote .attribution span {
  font-style: normal;
}

.member-journey {
  height: calc(100vh + (var(--mj-count, 6) - 1) * 110vh);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .member-journey {
    height: auto;
  }
}
.member-journey .sticky {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .member-journey .sticky {
    position: relative;
    height: auto;
    padding: 4rem 0;
  }
}
.member-journey .header {
  text-align: center;
}
.member-journey .eyebrow {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.75rem;
}
.member-journey .headline {
  color: #fff;
  margin: 0 auto;
}
.member-journey .headline em {
  font-style: italic;
}
.member-journey .track-wrap {
  overflow: visible;
  width: 100%;
}
.member-journey .track {
  display: flex;
  align-items: flex-start;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  padding-left: calc(50% - 80px);
  padding-right: calc(50% - 80px);
}
.member-journey .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  width: 160px;
  flex-shrink: 0;
  cursor: default;
  transition: opacity 0.4s ease;
}
@media (min-width: 768px) {
  .member-journey .item[data-state=past], .member-journey .item[data-state=future] {
    cursor: pointer;
  }
}
.member-journey .item[data-state=future] {
  opacity: 0.22;
}
.member-journey .item[data-state=past] {
  opacity: 0.55;
}
.member-journey .item[data-state=active] {
  opacity: 1;
}
.member-journey .icon {
  width: 90px;
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.4s ease, filter 0.4s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  flex-shrink: 0;
}
.item[data-state=active] .member-journey .icon {
  color: var(--ai-sky, #22d3ee);
  filter: drop-shadow(0 0 8px rgba(34, 211, 238, 0.7));
  transform: scale(1.15);
}
.item[data-state=past] .member-journey .icon {
  color: rgba(255, 255, 255, 0.6);
}
.member-journey .eye-open-svg {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.55s ease 0.55s;
}
.member-journey .eye-closed-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}
.member-journey .item[data-state=active] .eye-open-svg,
.member-journey .item[data-state=past] .eye-open-svg {
  opacity: 1;
}
.member-journey .item[data-state=active] .eye-closed-svg,
.member-journey .item[data-state=past] .eye-closed-svg {
  transform: translateY(-100%);
}
.member-journey .label {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.4s ease;
  white-space: nowrap;
}
.item[data-state=active] .member-journey .label {
  color: var(--ai-sky, #22d3ee);
}
.member-journey .connector {
  flex-shrink: 0;
  width: 60px;
  height: 56px;
  display: flex;
  align-items: center;
  position: relative;
}
.member-journey .connector::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: 1px;
  top: 50%;
  background: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0.18) 6px, transparent 6px, transparent 12px);
}
.member-journey .connector::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  width: calc(var(--mj-fill, 0) * 100%);
  background: var(--ai-sky, #22d3ee);
  box-shadow: 0 0 6px rgba(34, 211, 238, 0.6);
  transition: width 0s;
  border-radius: 1px;
}
.member-journey .content {
  position: relative;
  height: 8rem;
  text-align: center;
}
@media (max-width: 767px) {
  .member-journey .content {
    height: auto;
    min-height: 6rem;
  }
}
.member-journey .panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.member-journey .panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .member-journey .panel {
    position: relative;
    inset: auto;
    display: none;
  }
  .member-journey .panel.is-active {
    display: flex;
  }
}
.member-journey .copy {
  max-width: 44ch;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
  line-height: 1.65;
}
.member-journey .cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--ai-sky, #22d3ee);
  text-decoration: none;
  font-size: 0.9rem;
  transition: gap 0.2s ease;
}
.member-journey .cta svg {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}
.member-journey .cta:hover {
  gap: 0.7rem;
}
@media (max-width: 767px) {
  .member-journey .track-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .member-journey .track-wrap::-webkit-scrollbar {
    display: none;
  }
  .member-journey .track {
    transform: none !important;
    transition: none;
    padding: 0 calc(50vw - 80px);
  }
  .member-journey .item {
    cursor: pointer;
  }
}

@keyframes mj-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes mj-blob {
  0% {
    d: path("M25,4 C35,3,44,12,44,23 C44,35,35,44,23,44 C12,44,4,35,4,23 C4,12,15,5,25,4Z");
  }
  33% {
    d: path("M24,4 C34,3,44,13,44,25 C44,35,34,44,23,44 C12,44,4,34,4,22 C4,12,14,5,24,4Z");
  }
  66% {
    d: path("M23,4 C34,3,44,12,44,24 C44,35,34,44,22,44 C12,44,4,35,4,23 C4,13,13,5,23,4Z");
  }
  100% {
    d: path("M24,4 C35,4,44,13,44,24 C44,35,35,44,24,44 C13,44,4,35,4,24 C4,13,13,4,24,4Z");
  }
}
.member-journey--check .eye-open-svg,
.member-journey--check .eye-closed-svg {
  display: none !important;
}
.member-journey--check .icon {
  overflow: visible;
  width: 52px;
}
.member-journey--check .mj-check-wrap {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.member-journey--check .mj-check-svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}
.member-journey--check .mj-check__ring {
  d: path("M24,4 C35,4,44,13,44,24 C44,35,35,44,24,44 C13,44,4,35,4,24 C4,13,13,4,24,4Z");
  transform-box: view-box;
  transform-origin: 24px 24px;
}
.member-journey--check .mj-check__tick {
  transition: stroke-dashoffset 0.9s cubic-bezier(0.22, 1, 0.36, 1) 1.2s, stroke 0.4s ease;
}
.member-journey--check .item[data-state=future] .mj-check-svg {
  filter: none;
}
.member-journey--check .item[data-state=future] .mj-check__ring {
  stroke: rgba(255, 255, 255, 0.6);
}
.member-journey--check .item[data-state=future] .mj-check__tick {
  stroke-dashoffset: 32;
  transition: stroke-dashoffset 0.3s ease, stroke 0.3s ease;
}
.member-journey--check .item[data-state=active] .mj-check-svg {
  filter: drop-shadow(0 0 5px rgba(139, 92, 246, 0.65)) drop-shadow(0 0 18px rgba(192, 38, 211, 0.4)) drop-shadow(0 0 4px rgba(34, 211, 238, 0.45));
}
.member-journey--check .item[data-state=active] .mj-check__ring {
  stroke-width: 3;
  animation: mj-blob 1.2s ease-in-out forwards, mj-ring-spin 1.2s linear forwards;
}
.member-journey--check .item[data-state=active] .mj-check__tick {
  stroke: var(--ai-sky, #22d3ee);
  stroke-dashoffset: 0;
}
.member-journey--check.is-going-back .item[data-state=active] .mj-check__ring {
  animation: none;
}
.member-journey--check .item[data-state=past] .mj-check-svg {
  filter: drop-shadow(0 0 4px rgba(139, 92, 246, 0.5)) drop-shadow(0 0 10px rgba(192, 38, 211, 0.35));
}
.member-journey--check .item[data-state=past] .mj-check__ring {
  stroke-width: 2.5;
  animation: none;
}
.member-journey--check .item[data-state=past] .mj-check__tick {
  stroke: var(--ai-sky, #22d3ee);
  stroke-dashoffset: 0;
}

@keyframes bell-shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(18deg);
  }
  20% {
    transform: rotate(-16deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(7deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.notify-icon {
  transform-origin: 50% 0%;
  display: block;
  flex-shrink: 0;
  overflow: visible;
}
.notify-icon.is-ringing {
  animation: bell-shake 0.6s ease;
}

.ai-next {
  position: relative;
  z-index: 1;
  background: transparent;
}
.ai-next.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.ai-next .inner {
  padding: calc(2.75 * var(--ai-padding)) 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(0 * var(--ai-padding));
  align-items: start;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-next .inner {
    grid-template-columns: 1fr 1fr;
  }
}
.ai-next .left {
  display: flex;
  flex-direction: column;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-next .left {
    padding-right: calc(5 * var(--ai-padding));
  }
}
.ai-next .cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure), var(--ai-fuchsia));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: opacity 0.2s ease;
}
.ai-next .cta:hover {
  opacity: 0.75;
}
.ai-next .cta {
  font-size: 0.875rem;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ai-next .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(2 * var(--ai-padding));
}
@media (min-width: 500px) {
  .ai-next .items {
    grid-template-columns: 1fr 1fr;
  }
}
.ai-next .item {
  display: flex;
  flex-direction: column;
}
.ai-next .item p {
  margin-bottom: calc(0.25 * var(--ai-padding));
}
.ai-next .item-head {
  display: flex;
  gap: calc(0.75 * var(--ai-padding));
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: calc(0.25 * var(--ai-padding));
}
.ai-next .item-icon {
  margin: 0;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.ai-next .item-icon svg {
  max-width: calc(1.75 * var(--ai-padding));
  width: 100%;
  max-height: calc(1.75 * var(--ai-padding));
  height: 100%;
  display: block;
  fill: white;
}
.ai-next .item-icon svg path {
  fill: white;
}
.ai-next .item-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: gap 0.2s ease;
}
.ai-next .item-cta svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  stroke: var(--ai-azure);
  -webkit-text-fill-color: unset;
  transition: transform 0.2s ease;
}
.ai-next .item-cta:hover svg {
  transform: translateX(5px);
}
.ai-next .item-cta {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.ai-notify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--ai-padding);
  background: #fff;
  flex-direction: column;
  margin-top: calc(-0.5 * var(--ai-padding));
  margin-bottom: calc(2.25 * var(--ai-padding));
  border-radius: calc(0.25 * var(--ai-padding));
  padding: calc(0.75 * var(--ai-padding)) calc(0.85 * var(--ai-padding)) calc(1 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-notify {
    flex-direction: row;
    border-radius: calc(0.75 * var(--ai-padding));
    padding: calc(0.95 * var(--ai-padding)) calc(1.25 * var(--ai-padding)) calc(1 * var(--ai-padding));
  }
}
.ai-notify .copy {
  color: #000;
  font-weight: 400;
}
.ai-notify .copy strong, .ai-notify .copy b {
  font-weight: 700;
  font-size: 1.1em;
  line-height: 1.3em;
  display: block;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-notify .copy strong, .ai-notify .copy b {
    font-size: 1.2em;
    line-height: 1.3em;
  }
}
.ai-notify button.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  white-space: nowrap;
  flex-shrink: 0;
  border-radius: 999px;
  font-size: var(--ai-font-size);
  font-weight: 500 !important;
  cursor: pointer;
  color: black;
  border: 2px solid black;
  transition: 0.1s ease-in-out;
}
.ai-notify button.btn:hover {
  background: #000;
  color: white;
}
.ai-notify button.btn svg {
  flex-shrink: 0;
}
.ai-notify button.btn svg path {
  stroke-width: 2.5px;
}

.ai-hl-p-cta {
  padding: calc(2.75 * var(--ai-padding)) 0;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-hl-p-cta {
    padding: calc(2 * var(--ai-padding)) 0;
  }
}
.ai-hl-p-cta .inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.ai-hl-p-cta .headline {
  color: #fff;
}
.ai-hl-p-cta .headline em {
  font-style: italic;
}
.ai-hl-p-cta .copy {
  width: 100%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-hl-p-cta .copy {
    width: 75%;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-hl-p-cta .copy {
    width: 55%;
  }
}
.ai-hl-p-cta .cta {
  font-size: 1.1rem;
}

@keyframes ai-cta-card-in {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ai-cta {
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 0 0 calc(2.5 * var(--ai-padding));
}
.ai-cta .eyebrow {
  font-style: italic;
  letter-spacing: normal;
}
.ai-cta .card {
  position: relative;
  border-radius: 1.25rem;
  display: flex;
  align-items: stretch;
  background: linear-gradient(136deg, var(--ai-fuchsia), var(--ai-azure), var(--ai-sky));
}
.ai-cta .card.reveal {
  opacity: 0;
}
.ai-cta .card.reveal.is-visible {
  animation: ai-cta-card-in 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.ai-cta .card:before {
  content: "";
  position: absolute;
  border-radius: 1.25rem;
  background: var(--ai-midnight);
  inset: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  opacity: 0.8;
}
.ai-cta .card:after {
  content: "";
  position: absolute;
  border-radius: 1rem;
  background: inherit;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 0;
  background: linear-gradient(136deg, var(--ai-fuchsia), var(--ai-azure), var(--ai-sky));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-cta .card:after {
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
@media (max-width: 997px), (min-width: 998px) and (max-width: 1199px) and (orientation: portrait) {
  .ai-cta .card {
    flex-direction: column;
    min-height: auto;
  }
}
.ai-cta .card--bg-image {
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.ai-cta .card--bg-image .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  border-radius: 1rem;
  pointer-events: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-cta .card--bg-image .bg-img {
    top: 1rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
  }
}
.ai-cta .card--bg-image .content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-cta .card--bg-image .content {
    width: 60%;
  }
}
.ai-cta .card--bg-image .content * {
  text-align: center !important;
}
.ai-cta .card--bg-image .headline {
  width: 100%;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-cta .card--bg-image .actions {
    justify-content: center;
  }
}
.ai-cta .media {
  inset: 0;
  pointer-events: none;
  z-index: 3;
  height: 70vw;
}
@media (min-width: 500px) {
  .ai-cta .media {
    height: calc(10 * var(--ai-padding));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-cta .media {
    height: calc(16 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-cta .media {
    position: absolute;
    width: 50%;
    top: -10%;
    height: auto;
    bottom: calc(0.65 * var(--ai-padding));
  }
}
.ai-cta .media picture, .ai-cta .media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.ai-cta .content {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: 100%;
  padding: calc(2 * var(--ai-padding)) calc(1 * var(--ai-padding)) calc(1 * var(--ai-padding));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(0.5 * var(--ai-padding));
}
@media (min-width: 500px) {
  .ai-cta .content {
    padding: calc(3 * var(--ai-padding)) calc(1.5 * var(--ai-padding)) calc(2 * var(--ai-padding));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-cta .content {
    padding: calc(4 * var(--ai-padding)) calc(3 * var(--ai-padding)) calc(3.5 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-cta .content {
    padding: calc(4.5 * var(--ai-padding)) 0 calc(3.75 * var(--ai-padding));
    width: 50%;
  }
}
.ai-cta .content .ai-h1.smaller {
  width: 100%;
  text-align: center;
  margin-bottom: calc(1.5 * var(--ai-padding));
}
@media (min-width: 500px) {
  .ai-cta .content .ai-h1.smaller {
    margin-bottom: calc(0.75 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-cta .content .ai-h1.smaller {
    width: 90%;
    margin-left: 0;
    text-align: left;
    margin-bottom: calc(1 * var(--ai-padding));
  }
}
.ai-cta .eyebrow {
  color: white;
}
.ai-cta .actions {
  display: flex;
  align-items: center;
  width: 100%;
  gap: calc(0.5 * var(--ai-padding));
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: calc(0 * var(--ai-padding));
}
@media (min-width: 500px) {
  .ai-cta .actions {
    flex-direction: row;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  .ai-cta .actions {
    justify-content: flex-start;
  }
}
.ai-cta .btn {
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.ai-cta .btn-ghost {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-cta .btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 1.25rem;
    border-radius: 2rem;
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    background: transparent;
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
  }
  .ai-cta .btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
  }
}

.ai-faq {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: calc(1.5 * var(--ai-padding)) 0 calc(2 * var(--ai-padding));
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-faq {
    padding: calc(3 * var(--ai-padding)) 0 calc(4 * var(--ai-padding));
  }
}
.ai-faq .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(0.5 * var(--ai-padding));
  align-items: start;
  margin: 0 auto;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-faq .inner {
    width: 80%;
    grid-template-columns: 1fr 2fr;
    gap: calc(2 * var(--ai-padding));
  }
}
.ai-faq .ai-h2 {
  font-style: italic;
  color: black;
  font-weight: 800;
}
.ai-faq .items {
  display: flex;
  flex-direction: column;
}
.ai-faq .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.ai-faq .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.ai-faq .item[open] .icon svg {
  transform: rotate(180deg);
}
.ai-faq .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1 * var(--ai-padding));
  padding: calc(0.75 * var(--ai-padding)) 0;
  font-weight: 600;
  color: #111;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .ai-faq .question {
    font-size: calc(1.1 * var(--ai-font-size));
    line-height: 1.3em;
  }
}
.ai-faq .question::-webkit-details-marker {
  display: none;
}
.ai-faq .question:hover {
  color: #000;
}
.ai-faq .icon {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  color: #6b7280;
}
.ai-faq .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
}
.ai-faq .answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}
.ai-faq .answer > * {
  overflow: hidden;
}
.ai-faq .answer p {
  margin: 0 0 calc(1.25 * var(--ai-padding));
  font-weight: 400;
  padding-right: calc(2 * var(--ai-padding));
  color: rgba(0, 0, 0, 0.8);
}
.ai-faq .item[open] .answer {
  grid-template-rows: 1fr;
}

#clients {
  padding: calc(0.5 * var(--ai-padding)) 0 calc(4 * var(--ai-padding));
  background: white;
}
#clients .ai-h4 {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
#clients .client_slider {
  margin: calc(2.5 * var(--ai-padding)) auto 0;
  position: relative;
}
#clients .client_slider .slick-slide {
  height: inherit !important;
}
#clients .client_slider .slick-track {
  display: flex !important;
}
#clients .client_slider .slick-track > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 8vw;
}
@media (min-width: 500px) {
  #clients .client_slider .slick-track > div {
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  #clients .client_slider .slick-track > div {
    padding: 0 2.5rem;
  }
}
#clients .client_slider .slick-track > div figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#clients .client_slider .slick-track > div figure picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
#clients .client_slider .slick-track > div figure picture img {
  max-width: calc(var(--ai-padding) * 8);
  max-height: calc(var(--ai-padding) * 2.5);
  width: auto;
  opacity: 0.5;
  height: auto;
  object-fit: contain;
}
#clients .client_slider:after {
  pointer-events: none;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 2%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgb(255, 255, 255) 98%);
  z-index: 5;
}

body.ai #clients {
  position: relative;
  z-index: 1;
  background: transparent;
}
body.ai #clients .h3 {
  color: white;
  font-weight: 300;
}
body.ai #clients {
  padding-bottom: 5rem;
}
body.ai #clients .client_slider img {
  filter: invert(1) grayscale(1) brightness(2);
  opacity: 0.8;
  transition: opacity 0.2s;
}
body.ai #clients .client_slider img:hover {
  opacity: 1;
}
body.ai #clients .client_slider:after {
  background: linear-gradient(90deg, var(--ai-midnight) 2%, transparent 20%, transparent 80%, var(--ai-midnight) 98%);
}

@keyframes blob-ring-thinking-dot {
  0%, 80%, 100% {
    transform: scale(0.3);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blob-ring-cursor-blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blob-ring-av-popin {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  65% {
    transform: scale(1.18);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blob-ring-av-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  40% {
    transform: scale(1.18);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.15);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes blob-ring-morph {
  0% {
    d: path("M 80,25 C 155,-10 260,15 282,100 C 305,182 278,262 198,282 C 128,300 42,278 16,205 C -8,138 12,62 80,25 Z");
  }
  25% {
    d: path("M 120,15 C 185,-5 268,48 280,128 C 292,205 255,272 178,288 C 108,302 30,268 12,192 C -4,122 55,32 120,15 Z");
  }
  50% {
    d: path("M 72,42 C 130,5 238,18 270,105 C 300,186 275,268 195,285 C 125,300 40,280 15,208 C -8,140 8,80 72,42 Z");
  }
  75% {
    d: path("M 108,18 C 175,-8 262,40 282,120 C 300,195 268,268 190,285 C 120,300 35,272 14,198 C -4,130 42,42 108,18 Z");
  }
  100% {
    d: path("M 80,25 C 155,-10 260,15 282,100 C 305,182 278,262 198,282 C 128,300 42,278 16,205 C -8,138 12,62 80,25 Z");
  }
}
@keyframes blob-ring-clip {
  0% {
    clip-path: path("M 97,29 C 186,-11 311,18 337,121 C 363,219 332,315 236,339 C 153,360 49,334 18,244 C -9,164 17,72 97,29 Z");
  }
  25% {
    clip-path: path("M 145,17 C 222,-5 320,58 334,154 C 347,246 304,325 213,345 C 130,362 36,322 15,230 C -3,144 66,38 145,17 Z");
  }
  50% {
    clip-path: path("M 88,48 C 156,7 286,22 323,127 C 357,224 329,320 232,341 C 149,360 47,336 17,249 C -9,166 12,95 88,48 Z");
  }
  75% {
    clip-path: path("M 130,21 C 210,-9 313,47 337,145 C 358,234 320,320 226,341 C 143,360 42,325 16,237 C -4,154 50,49 130,21 Z");
  }
  100% {
    clip-path: path("M 97,29 C 186,-11 311,18 337,121 C 363,219 332,315 236,339 C 153,360 49,334 18,244 C -9,164 17,72 97,29 Z");
  }
}
@keyframes blob-ring-clip-md {
  0% {
    clip-path: path("M 78,23 C 149,-9 249,14 270,97 C 290,175 266,252 189,271 C 122,288 39,267 14,195 C -7,131 14,58 78,23 Z");
  }
  25% {
    clip-path: path("M 116,14 C 178,-4 256,46 267,123 C 278,197 243,260 170,276 C 104,290 29,258 12,184 C -2,115 53,30 116,14 Z");
  }
  50% {
    clip-path: path("M 70,38 C 125,6 229,18 258,102 C 286,179 263,256 186,273 C 119,288 38,269 14,199 C -7,133 10,76 70,38 Z");
  }
  75% {
    clip-path: path("M 104,17 C 168,-7 250,38 270,116 C 286,187 256,256 181,273 C 114,288 34,260 13,190 C -3,123 40,39 104,17 Z");
  }
  100% {
    clip-path: path("M 78,23 C 149,-9 249,14 270,97 C 290,175 266,252 189,271 C 122,288 39,267 14,195 C -7,131 14,58 78,23 Z");
  }
}
@keyframes blob-ring-clip-sm {
  0% {
    clip-path: path("M 49,15 C 93,-6 156,9 169,61 C 182,110 166,158 118,170 C 77,180 25,167 9,122 C -5,82 9,36 49,15 Z");
  }
  25% {
    clip-path: path("M 73,9 C 111,-3 160,29 167,77 C 174,123 152,163 107,173 C 65,181 18,161 8,115 C -2,72 33,19 73,9 Z");
  }
  50% {
    clip-path: path("M 44,24 C 78,4 143,11 162,64 C 179,112 165,160 116,171 C 75,180 24,168 9,125 C -5,83 6,48 44,24 Z");
  }
  75% {
    clip-path: path("M 65,11 C 105,-5 157,24 169,73 C 179,117 160,160 113,171 C 72,180 21,163 8,119 C -2,77 25,25 65,11 Z");
  }
  100% {
    clip-path: path("M 49,15 C 93,-6 156,9 169,61 C 182,110 166,158 118,170 C 77,180 25,167 9,122 C -5,82 9,36 49,15 Z");
  }
}
@keyframes blob-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blob-ring-clip-spin {
  0% {
    transform: rotate(0deg);
    animation-timing-function: cubic-bezier(0.6, 0, 0.4, 1);
  }
  12% {
    transform: rotate(38deg);
    animation-timing-function: cubic-bezier(0.2, 0, 0.1, 1.3);
  }
  22% {
    transform: rotate(90deg);
    animation-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
  }
  30% {
    transform: rotate(108deg);
    animation-timing-function: cubic-bezier(0.8, 0, 0.6, 1.4);
  }
  42% {
    transform: rotate(138deg);
    animation-timing-function: cubic-bezier(0.15, 0, 0.1, 1);
  }
  52% {
    transform: rotate(196deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1.2);
  }
  62% {
    transform: rotate(220deg);
    animation-timing-function: cubic-bezier(0.7, 0, 0.5, 1.5);
  }
  72% {
    transform: rotate(272deg);
    animation-timing-function: cubic-bezier(0.3, 0, 0.2, 1);
  }
  80% {
    transform: rotate(286deg);
    animation-timing-function: cubic-bezier(0.6, 0, 0.2, 1.3);
  }
  90% {
    transform: rotate(338deg);
    animation-timing-function: cubic-bezier(0.4, 0, 0.3, 1);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes blob-ring-slide-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blob-ring-slide-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}
.blob-ring {
  position: relative;
  --blob-content-size: 360px;
  --_bcs: var(--blob-content-size);
}
.blob-ring .blob-ring-video {
  position: absolute;
  inset: 0;
  object-fit: contain;
  left: -50%;
  top: -50%;
}
.blob-ring--sm {
  width: calc(7.5 * var(--ai-padding));
  height: calc(7.5 * var(--ai-padding));
}
.blob-ring--md {
  width: calc(12 * var(--ai-padding));
  height: calc(12 * var(--ai-padding));
}
.blob-ring--lg {
  width: calc(15 * var(--ai-padding));
  height: calc(15 * var(--ai-padding));
}
.blob-ring .svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 2px rgb(255, 245, 255)) drop-shadow(0 0 6px rgb(240, 171, 252)) drop-shadow(0 0 14px rgba(217, 70, 239, 0.9)) drop-shadow(0 0 30px rgba(168, 85, 247, 0.65)) drop-shadow(0 0 65px rgba(105, 32, 243, 0.4));
}
.blob-ring .path {
  d: path("M 95,30 C 155,5 245,22 268,98 C 290,168 272,248 205,272 C 142,294 58,280 28,212 C 2,148 15,78 95,30 Z");
  transform-box: view-box;
  transform-origin: 150px 150px;
  animation: blob-ring-morph 8s ease-in-out infinite, blob-ring-spin 30s linear infinite;
}
.blob-ring .content-spin {
  position: absolute;
  inset: 0;
  transform-origin: center;
  animation: blob-ring-clip-spin 18s ease-in-out infinite;
  pointer-events: none;
}
.blob-ring .content-bg {
  position: absolute;
  inset: 0;
  clip-path: path("M 97,29 C 186,-11 311,18 337,121 C 363,219 332,315 236,339 C 153,360 49,334 18,244 C -9,164 17,72 97,29 Z");
  animation: blob-ring-clip 4s ease-in-out infinite;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: radial-gradient(ellipse at center, rgba(192, 38, 211, 0.3) 0%, rgba(147, 51, 234, 0.2) 40%, transparent 72%);
}
.blob-ring .content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blob-ring--md .content-bg {
  clip-path: path("M 78,23 C 149,-9 249,14 270,97 C 290,175 266,252 189,271 C 122,288 39,267 14,195 C -7,131 14,58 78,23 Z");
  animation: blob-ring-clip-md 4s ease-in-out infinite;
}
.blob-ring--sm .content-bg {
  clip-path: path("M 49,15 C 93,-6 156,9 169,61 C 182,110 166,158 118,170 C 77,180 25,167 9,122 C -5,82 9,36 49,15 Z");
  animation: blob-ring-clip-sm 4s ease-in-out infinite;
}
.blob-ring .blob-ring-slide {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: calc(50% - 0.0722222222 * var(--_bcs) - 0.0666666667 * var(--_bcs));
  gap: 0.65rem;
  animation: blob-ring-slide-in 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  pointer-events: none;
}
.blob-ring .blob-ring-slide--out {
  animation: blob-ring-slide-out 0.35s ease forwards;
  pointer-events: none;
}
.blob-ring .blob-ring-label {
  margin: 0;
  font-size: calc(0.0444444444 * var(--_bcs));
  font-weight: 600;
  font-style: italic;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}
.blob-ring .blob-ring-meta {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.blob-ring .blob-ring-avatars {
  display: flex;
  align-items: center;
}
.blob-ring .blob-ring-av {
  width: calc(0.0777777778 * var(--_bcs));
  height: calc(0.0777777778 * var(--_bcs));
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin-left: calc(-0.0166666667 * var(--_bcs));
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.12);
}
.blob-ring .blob-ring-av:first-child {
  margin-left: 0;
}
.blob-ring .blob-ring-av-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(0.0777777778 * var(--_bcs));
  height: calc(0.0777777778 * var(--_bcs));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 2px solid rgba(255, 255, 255, 0.25);
  margin-left: calc(-0.0166666667 * var(--_bcs));
  font-size: calc(0.0277777778 * var(--_bcs));
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.blob-ring .blob-ring-stat-row {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
}
.blob-ring .blob-ring-stat {
  font-size: calc(0.0611111111 * var(--_bcs));
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.blob-ring .blob-ring-stat-lbl {
  font-size: calc(0.0305555556 * var(--_bcs));
  color: rgba(255, 255, 255, 0.65);
}
.blob-ring .blob-ring-badge {
  display: inline-flex;
  align-items: center;
  padding: calc(0.0083333333 * var(--_bcs)) calc(0.0222222222 * var(--_bcs));
  border-radius: 999px;
  font-size: calc(0.0277777778 * var(--_bcs));
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.blob-ring .blob-ring-badge--high {
  background: #ef4444;
  color: #fff;
}
.blob-ring .blob-ring-badge--ok {
  background: #10b981;
  color: #fff;
}
.blob-ring .blob-ring-badge--info {
  background: rgba(59, 130, 246, 0.9);
  color: #fff;
}
.blob-ring .blob-ring-slide--thinking {
  gap: 0.55rem;
  max-width: 60%;
  margin: 0 auto;
  line-height: 1.3;
}
.blob-ring .blob-ring-slide--thinking .blob-ring-dots {
  margin-top: 0.3rem;
}
.blob-ring .blob-ring-slide--text-only {
  padding-top: calc(50% - 1rem);
}
.blob-ring .blob-ring-dots {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.blob-ring .blob-ring-dots span {
  display: block;
  width: calc(0.025 * var(--_bcs));
  height: calc(0.025 * var(--_bcs));
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  animation: blob-ring-thinking-dot 1.3s ease-in-out infinite;
}
.blob-ring .blob-ring-dots span:nth-child(2) {
  animation-delay: 0.22s;
}
.blob-ring .blob-ring-dots span:nth-child(3) {
  animation-delay: 0.44s;
}
.blob-ring .blob-ring-label--typing::after {
  content: "|";
  display: inline-block;
  margin-left: 1px;
  font-weight: 300;
  animation: blob-ring-cursor-blink 0.55s ease-in-out infinite;
}
.blob-ring .blob-ring-slide--scanner {
  padding-top: 0;
  justify-content: center;
  gap: 0.75rem;
  max-width: none;
}
.blob-ring .blob-ring-scanner {
  position: relative;
  height: calc(0.1444444444 * var(--_bcs));
  width: 100%;
  overflow: visible;
}
.blob-ring .blob-ring-scanner-item {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: calc(-0.0722222222 * var(--_bcs));
  width: calc(0.1666666667 * var(--_bcs));
  height: calc(0.1666666667 * var(--_bcs));
  border-radius: 50%;
  overflow: hidden;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}
.blob-ring .blob-ring-scanner-item picture {
  display: block;
  width: 100%;
  height: 100%;
}
.blob-ring .blob-ring-scanner-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blob-ring .blob-ring-av--carousel {
  width: calc(0.0944444444 * var(--_bcs));
  height: calc(0.0944444444 * var(--_bcs));
  margin-left: 0;
  transition: background 0.08s ease;
}
.blob-ring .blob-ring-av--settled {
  width: calc(0.0944444444 * var(--_bcs));
  height: calc(0.0944444444 * var(--_bcs));
  margin-left: 0;
  animation: blob-ring-av-pulse 0.55s ease forwards;
}
.blob-ring .blob-ring-av--popin {
  animation: blob-ring-av-popin 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.blob-ring .blob-ring-av--photo {
  display: block;
  width: calc(0.1444444444 * var(--_bcs));
  height: calc(0.1444444444 * var(--_bcs));
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: 0;
}
.blob-ring .blob-ring-av--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blob-ring .blob-ring-av--photo.blob-ring-av--done {
  box-shadow: 0 0 0 2.5px #10b981;
}
.blob-ring .blob-ring-av-wrap {
  position: relative;
  display: inline-block;
}
.blob-ring .blob-ring-check {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(0.05 * var(--_bcs));
  height: calc(0.05 * var(--_bcs));
  border-radius: 50%;
  background: #10b981;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blob-ring-av-popin 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.blob-ring .blob-ring-check svg {
  width: calc(0.0333333333 * var(--_bcs));
  height: calc(0.0333333333 * var(--_bcs));
}
.blob-ring .blob-ring-action {
  font-size: calc(0.0333333333 * var(--_bcs));
  color: rgba(255, 255, 255, 0.75);
  font-style: italic;
  text-align: center;
  letter-spacing: 0.01em;
}
.blob-ring .blob-ring-slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  text-align: center;
}
.blob-ring .blob-ring-member-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.blob-ring .blob-ring-status {
  font-size: calc(0.0305555556 * var(--_bcs));
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
  letter-spacing: 0.01em;
}
.blob-ring .blob-ring-meta--settled {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@keyframes ef-wave-a {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(6%) translateY(-12px);
  }
}
@keyframes ef-wave-b {
  from {
    transform: translateX(-4%) translateY(8px);
  }
  to {
    transform: translateX(5%) translateY(-8px);
  }
}
@keyframes ef-line-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes ef-check-pop {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .ef-tab-wrap {
    position: sticky;
    top: calc(var(--navHeight) + 4rem);
    z-index: 100;
    padding-top: 4rem;
  }
}
@media (max-width: 997px), (min-width: 998px) and (max-width: 1199px) and (orientation: portrait) {
  body.ai .main .ef-tab-col {
    position: sticky;
    top: var(--navHeight);
    z-index: 20;
    background: var(--ai-midnight, #0a0619);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
body.ai .main .ef-tabs {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  scrollbar-width: none;
}
body.ai .main .ef-tabs::-webkit-scrollbar {
  display: none;
}
body.ai .main .ef-tabs {
  align-items: center;
  gap: calc(0.5 * var(--ai-padding));
  padding: calc(0.3 * var(--ai-padding)) calc((100vw - var(--containerWidth)) / 2);
  white-space: nowrap;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .ef-tabs {
    flex-direction: column;
    overflow-x: visible;
    align-items: stretch;
    gap: calc(0.1 * var(--ai-padding));
    padding: 0;
  }
}
body.ai .main .ef-tab {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: color 0.2s ease, background 0.2s ease;
  flex: 0;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.04);
  padding: calc(0.3 * var(--ai-padding)) calc(0.6 * var(--ai-padding)) calc(0.25 * var(--ai-padding));
  border-radius: calc(0.3 * var(--ai-padding));
  color: rgba(255, 255, 255, 0.5);
  font-size: calc(0.65 * var(--ai-padding));
  line-height: 1.2em;
  font-weight: 400;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .ef-tab {
    flex-shrink: initial;
    font-weight: 500;
    background: none;
    padding: calc(0.35 * var(--ai-padding)) calc(0.75 * var(--ai-padding));
    padding-right: calc(4 * var(--ai-padding));
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.03em;
    overflow: visible;
  }
}
body.ai .main .ef-tab::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, color-mix(in srgb, var(--ai-sky, #38bdf8) 20%, transparent), color-mix(in srgb, var(--ai-azure, #007aff) 20%, transparent), color-mix(in srgb, var(--ai-fuchsia, #d946ef) 20%, transparent));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
body.ai .main .ef-tab .ef-tab__dot {
  display: none;
}
body.ai .main .ef-tab .ef-tab__name {
  position: relative;
  z-index: 1;
  transition: 0.3s;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .ef-tab .ef-tab__name {
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.35);
  }
}
body.ai .main .ef-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}
body.ai .main .ef-tab.is-active {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
body.ai .main .ef-tab.is-active .ef-tab__name {
  transition: 0.3s;
  color: #fff;
}
body.ai .main .ef-tab.is-active::before {
  opacity: 1;
}
body.ai .main .ef-tab.is-done {
  color: rgba(255, 255, 255, 0.5);
}
body.ai .main .engage-full {
  position: relative;
  z-index: 1;
  margin-bottom: calc(1 * var(--ai-padding));
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full {
    margin-bottom: calc(4 * var(--ai-padding));
  }
}
body.ai .main .engage-full .ef-steps {
  position: relative;
}
body.ai .main .engage-full .hero-bg {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  height: 90vw;
  width: 100%;
  margin-top: var(--navHeight);
}
@media (min-width: 500px) {
  body.ai .main .engage-full .hero-bg {
    height: 50vw;
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  body.ai .main .engage-full .hero-bg {
    height: 70vw;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 85vh;
    margin-top: 0;
  }
}
body.ai .main .engage-full .hero-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, transparent, var(--ai-midnight));
  z-index: 3;
}
body.ai .main .engage-full .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
body.ai .main .engage-full .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
body.ai .main .engage-full .waves {
  display: none;
}
body.ai .main .engage-full .wave {
  position: absolute;
  width: 130%;
  display: block;
  will-change: transform;
}
body.ai .main .engage-full .wave img {
  width: 100%;
  height: auto;
  display: block;
}
body.ai .main .engage-full .wave--cyan {
  top: 10%;
  left: -15%;
  opacity: 0.25;
  animation: ef-wave-a 9s ease-in-out infinite alternate;
}
body.ai .main .engage-full .wave--purple {
  top: -10%;
  left: -15%;
  opacity: 0.22;
  animation: ef-wave-b 12s ease-in-out infinite alternate;
}
body.ai .main .engage-full .ef-steps-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 calc(2 * var(--ai-padding));
  align-items: stretch;
}
@media (max-width: 997px), (min-width: 998px) and (max-width: 1199px) and (orientation: portrait) {
  body.ai .main .engage-full .ef-steps-wrap {
    display: block;
  }
}
body.ai .main .engage-full .scroll-col {
  min-width: 0;
}
body.ai .main .engage-full .step {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: calc(1.5 * var(--ai-padding)) 0;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .step {
    padding: calc(2.5 * var(--ai-padding)) 0;
  }
}
body.ai .main .engage-full .step--hero {
  opacity: 1;
}
body.ai .main .engage-full .step--hero {
  padding: 0;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .step--hero p.paragraph-bigger {
    width: 75%;
    color: white;
  }
}
body.ai .main .engage-full .step--hero .cta {
  align-self: flex-start;
}
body.ai .main .engage-full .step--hero .cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  background: linear-gradient(to right, var(--ai-sky), var(--ai-azure));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: gap 0.2s ease;
}
body.ai .main .engage-full .step--hero .cta-secondary svg {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  stroke: var(--ai-azure);
  -webkit-text-fill-color: unset;
  transition: transform 0.2s ease;
}
body.ai .main .engage-full .step--hero .cta-secondary:hover svg {
  transform: translateX(5px);
}
body.ai .main .engage-full .step__content {
  display: flex;
  align-items: stretch;
  gap: calc(1 * var(--ai-padding));
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .step__content {
    margin-top: 1.5rem;
  }
}
body.ai .main .engage-full .step__bar {
  flex-shrink: 0;
  width: 3px;
  min-height: 6rem;
  border-radius: 2px;
  background: linear-gradient(to bottom, transparent, var(--ai-sky, #2dd4ff) 20%, var(--ai-azure, #6366f1) 60%, var(--ai-fuchsia, #e848e5) 88%, transparent);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
body.ai .main .engage-full .step__member {
  flex: 1;
  min-width: 0;
  opacity: 1;
  transform: none;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .step__member {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
body.ai .main .engage-full .step.is-active .step__bar,
body.ai .main .engage-full .step.is-past .step__bar {
  opacity: 1;
  transform: scaleY(1);
}
body.ai .main .engage-full .step.is-active .step__member,
body.ai .main .engage-full .step.is-past .step__member {
  opacity: 1;
  transform: translateY(0);
}
body.ai .main .engage-full .inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(4 * var(--ai-padding));
  align-items: start;
  position: relative;
  z-index: 1;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .inner {
    grid-template-columns: 1.75fr 1fr;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .inner .ai-h1 {
    width: 80%;
  }
}
body.ai .main .engage-full .inner p {
  color: rgba(255, 255, 255, 0.5);
}
.step--hero body.ai .main .engage-full .eyebrow {
  font-size: 1.6rem;
  align-self: flex-start;
}
body.ai .main .engage-full .member-card {
  display: flex;
  flex-direction: column;
}
body.ai .main .engage-full .member-card__avatar {
  grid-row: 1/3;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.75);
  flex-shrink: 0;
  align-self: center;
  opacity: 1;
  transform: none;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .member-card__avatar {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.25s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  }
}
body.ai .main .engage-full .member-card__avatar--photo {
  overflow: hidden;
  background: none;
}
body.ai .main .engage-full .member-card__avatar--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.ai .main .engage-full .member-card__meta {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  opacity: 1;
  transform: none;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .member-card__meta {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
}
body.ai .main .engage-full .member-card__meta .member-card__info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
body.ai .main .engage-full .member-card__name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
body.ai .main .engage-full .member-card__sub {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.01em;
  line-height: 1;
}
body.ai .main .engage-full .member-card__bullets {
  grid-column: 2;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
body.ai .main .engage-full .member-card__bullets li {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 1.5rem;
  position: relative;
  font-style: italic;
  opacity: 1;
  transform: none;
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .member-card__bullets li {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
}
body.ai .main .engage-full .member-card__bullets li::before {
  content: "▶";
  position: absolute;
  left: 0;
  font-size: 1rem;
  top: 1px;
  color: rgba(255, 255, 255, 0.6);
}
body.ai .main .engage-full .step.is-active .member-card__avatar,
body.ai .main .engage-full .step.is-past .member-card__avatar {
  opacity: 1;
  transform: scale(1);
}
body.ai .main .engage-full .step.is-active .member-card__meta,
body.ai .main .engage-full .step.is-past .member-card__meta {
  opacity: 1;
  transform: translateX(0);
}
body.ai .main .engage-full .step.is-active .member-card__bullets li,
body.ai .main .engage-full .step.is-past .member-card__bullets li {
  opacity: 1;
  transform: translateX(0);
}
body.ai .main .engage-full .sticky {
  position: absolute;
  top: calc(var(--ai-padding) * -17);
  display: flex;
  align-items: center;
  justify-content: center;
  right: 2%;
  min-width: 0;
}
@media (min-width: 500px) {
  body.ai .main .engage-full .sticky {
    right: auto;
    left: 10%;
    top: calc(var(--ai-padding) * -15);
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  body.ai .main .engage-full .sticky {
    left: auto;
    top: calc(var(--ai-padding) * -20);
    right: 5%;
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .sticky {
    position: sticky;
    top: 20%;
    left: auto;
  }
}
@media (min-width: 1400px) {
  body.ai .main .engage-full .sticky {
    top: 22.5%;
    right: 0;
  }
}
body.ai .main .engage-full .sticky .blob-ring {
  --blob-content-size: 50vw;
  width: 100%;
  max-width: var(--blob-content-size);
  aspect-ratio: 1;
}
@media (min-width: 500px) {
  body.ai .main .engage-full .sticky .blob-ring {
    --blob-content-size: calc(8 * var(--ai-padding));
  }
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  body.ai .main .engage-full .sticky .blob-ring {
    --blob-content-size: calc(13 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .sticky .blob-ring {
    --blob-content-size: calc(14 * var(--ai-padding));
  }
}
@media (min-width: 1400px) {
  body.ai .main .engage-full .sticky .blob-ring {
    --blob-content-size: calc(15 * var(--ai-padding));
  }
}
@media (min-width: 998px) and (orientation: landscape), (min-width: 1200px) {
  body.ai .main .engage-full .sticky .blob-ring--lg {
    width: 100%;
    height: auto;
  }
}

.ea-section {
  padding: 5rem 0 4rem;
}

.ea-frame {
  position: relative;
  overflow: hidden;
  container-type: inline-size;
  margin-bottom: 3rem;
}

.engage-animation {
  position: relative;
  aspect-ratio: 16/8;
  width: 100%;
  --ea-u: 800px;
}
.engage-animation .panel {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  border-radius: calc(0.5 * var(--ea-u));
  padding: calc(0.875 * var(--ea-u)) calc(1 * var(--ea-u));
  font-size: calc(0.7 * var(--ea-u));
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.018);
  overflow: hidden;
  animation: hv-drift 18s ease-in-out infinite alternate;
  will-change: transform;
}
.engage-animation .panels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "kpi1  instr instr bars  kpi2  kpi2" "donut instr instr bars  tool  tool" "user  guide guide chart chart .   ";
  gap: calc(0.75 * var(--ea-u));
}
.engage-animation .blob-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 30%;
  height: auto;
  aspect-ratio: 1/1;
}
.engage-animation .blob-ring--lg {
  width: 30%;
  height: auto;
}
.engage-animation .hv-label {
  font-size: calc(0.6 * var(--ea-u));
  margin-bottom: calc(0.6 * var(--ea-u));
}
.engage-animation .hv-sub {
  font-size: calc(0.65 * var(--ea-u));
}
.engage-animation .hv-num {
  font-size: calc(1.2 * var(--ea-u));
  margin-top: calc(0.3 * var(--ea-u));
}
.engage-animation .hv-chip {
  font-size: calc(0.55 * var(--ea-u));
}
.engage-animation .hv-box {
  width: calc(0.625 * var(--ea-u));
  height: calc(0.625 * var(--ea-u));
  margin-right: calc(0.5 * var(--ea-u));
}
.engage-animation .hv-check-row {
  gap: calc(0.5 * var(--ea-u));
  padding: calc(0.45 * var(--ea-u)) 0;
  font-size: calc(0.65 * var(--ea-u));
}
.engage-animation .hv-row {
  gap: calc(0.75 * var(--ea-u));
  padding: calc(0.35 * var(--ea-u)) 0;
  font-size: calc(0.65 * var(--ea-u));
}
.engage-animation .hv-bars {
  height: calc(3 * var(--ea-u));
  gap: calc(0.1875 * var(--ea-u));
}
.engage-animation .hv-axis {
  margin-top: calc(0.5 * var(--ea-u));
  font-size: calc(0.55 * var(--ea-u));
}
.engage-animation .hv-donut {
  width: calc(5 * var(--ea-u));
  height: calc(5 * var(--ea-u));
  margin: calc(0.75 * var(--ea-u)) auto calc(0.5 * var(--ea-u));
  mask: radial-gradient(circle at center, transparent calc(1.9375 * var(--ea-u)), black calc(2 * var(--ea-u)));
  -webkit-mask: radial-gradient(circle at center, transparent calc(1.9375 * var(--ea-u)), black calc(2 * var(--ea-u)));
}
.engage-animation .hv-donut-legend {
  font-size: calc(0.55 * var(--ea-u));
}
.engage-animation .hv-tool-icon {
  width: calc(1.375 * var(--ea-u));
  height: calc(1.375 * var(--ea-u));
  font-size: calc(0.7 * var(--ea-u));
  margin-bottom: calc(0.4 * var(--ea-u));
}
.engage-animation .hv-tool-name {
  font-size: calc(0.65 * var(--ea-u));
}
.engage-animation .hv-guidance-line {
  padding: calc(0.28 * var(--ea-u)) 0;
  font-size: calc(0.65 * var(--ea-u));
}
.engage-animation .hv-linechart {
  height: calc(4.375 * var(--ea-u));
  margin: calc(0.5 * var(--ea-u)) 0;
}
.engage-animation .hv-list {
  padding-left: calc(1.1 * var(--ea-u));
  font-size: calc(0.65 * var(--ea-u));
}
.engage-animation .hv-spinner {
  width: calc(0.8125 * var(--ea-u));
  height: calc(0.8125 * var(--ea-u));
}
.engage-animation .hv-status-row {
  gap: calc(0.45 * var(--ea-u));
  margin-top: calc(0.55 * var(--ea-u));
  font-size: calc(0.6 * var(--ea-u));
}
.engage-animation .hv-param-list {
  margin-top: calc(0.45 * var(--ea-u));
  font-size: calc(0.6 * var(--ea-u));
}
.engage-animation .hv-param {
  gap: calc(0.5 * var(--ea-u));
  padding: calc(0.22 * var(--ea-u)) 0;
}
.engage-animation .hv-msg {
  font-size: calc(0.6 * var(--ea-u));
  padding: calc(0.3 * var(--ea-u)) calc(0.5 * var(--ea-u));
  border-radius: calc(0.4 * var(--ea-u));
  margin-top: calc(0.3 * var(--ea-u));
}
.engage-animation .hv-dots {
  gap: calc(0.1875 * var(--ea-u));
  padding: calc(0.35 * var(--ea-u)) calc(0.2 * var(--ea-u));
}
.engage-animation .hv-dots span {
  width: calc(0.25 * var(--ea-u));
  height: calc(0.25 * var(--ea-u));
}
.engage-animation .hv-vstat {
  gap: calc(0.1 * var(--ea-u));
  padding: calc(0.25 * var(--ea-u)) 0;
}
.engage-animation .hv-vnum {
  font-size: calc(1.35 * var(--ea-u));
}
.engage-animation .hv-vsub {
  font-size: calc(0.52 * var(--ea-u));
}
.engage-animation .hv-kpi-rows {
  margin-top: calc(0.2 * var(--ea-u));
}
.engage-animation .hv-kpi-row {
  gap: calc(0.4 * var(--ea-u));
  padding: calc(0.2 * var(--ea-u)) 0;
}
.engage-animation .hv-kpi-val {
  font-size: calc(0.95 * var(--ea-u));
}
.engage-animation .hv-kpi-period {
  font-size: calc(0.52 * var(--ea-u));
}

.ea-p-kpi1 {
  grid-area: kpi1;
  animation-duration: 22s;
}

.ea-p-instr {
  grid-area: instr;
  animation-duration: 20s;
  display: flex;
  flex-direction: column;
}

.ea-p-bars {
  grid-area: bars;
  animation-duration: 23s;
  animation-direction: alternate-reverse;
  display: flex;
  flex-direction: column;
}

.ea-p-kpi2 {
  grid-area: kpi2;
  animation-duration: 18s;
  animation-direction: alternate-reverse;
}

.ea-p-donut {
  grid-area: donut;
  animation-duration: 25s;
  animation-direction: alternate-reverse;
}

.ea-p-tool {
  grid-area: tool;
  animation-duration: 21s;
  display: flex;
  flex-direction: column;
}

.ea-p-user {
  grid-area: user;
  animation-duration: 16s;
  animation-direction: alternate-reverse;
}

.ea-p-guidance {
  grid-area: guide;
  animation-duration: 24s;
}

.ea-p-linechart {
  grid-area: chart;
  animation-duration: 19s;
  animation-direction: alternate-reverse;
}

.ea-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 5rem;
}
@media (max-width: 767px) {
  .ea-cols {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.ea-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.ea-col .headline {
  margin: 0;
  color: #fff;
}
.ea-col .copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}
.ea-col .cta {
  margin-top: 0.25rem;
}

.cea-section {
  display: none;
}
@media (min-width: 768px) and (orientation: portrait), (min-width: 998px) {
  .cea-section {
    display: block;
  }
}

.cea-frame {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  overflow: hidden;
  aspect-ratio: 16/8;
  width: 100%;
  margin-bottom: calc(1.5 * var(--ai-padding));
}
.cea-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(to bottom, transparent -20%, #060311 85%);
}

.chat-engage-animation {
  position: relative;
  aspect-ratio: 16/8;
  width: 100%;
}
.chat-engage-animation .panel {
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
  padding: 0.875rem 1rem;
  font-family: ui-monospace, "SFMono-Regular", "Cascadia Code", "Fira Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.018);
  overflow: hidden;
  animation: hv-drift 18s ease-in-out infinite alternate;
  will-change: transform;
}
.chat-engage-animation .person {
  position: absolute;
  width: 400px;
  left: calc(50% - 200px);
  bottom: 0;
}
.chat-engage-animation .person img {
  width: 100%;
  object-fit: contain;
}
.chat-engage-animation .chat {
  position: absolute;
  right: 18%;
  top: 10%;
  z-index: 3;
}
.chat-engage-animation .chat .chat-widget {
  width: 300px;
}

@keyframes hv-drift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-3px);
  }
}
.hv-p-instructions {
  animation-duration: 20s;
}

.hv-p-bars {
  animation-duration: 23s;
  animation-direction: alternate-reverse;
}

.hv-p-donut {
  animation-duration: 25s;
  animation-direction: alternate-reverse;
}

.hv-p-tool {
  animation-duration: 21s;
}

.hv-p-user {
  animation-duration: 16s;
  animation-direction: alternate-reverse;
}

.hv-p-guidance {
  animation-duration: 24s;
}

.hv-p-linechart {
  animation-duration: 19s;
  animation-direction: alternate-reverse;
}

.hv-p-kpi1 {
  animation-duration: 22s;
}

.hv-p-kpi2 {
  animation-duration: 18s;
  animation-direction: alternate-reverse;
}

.hv-p-kpi3 {
  animation-duration: 26s;
}

.chat-engage-animation .panels {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-template-areas: "call  instr instr bars  kpi1  kpi1" "donut tool  user  bars  kpi2  kpi2" "guide guide chart chart kpi3  kpi3";
  gap: 0.75rem;
}

.hv-p-call {
  grid-area: call;
  display: flex;
  flex-direction: column;
}

.hv-p-instructions {
  grid-area: instr;
}

.hv-p-bars {
  grid-area: bars;
  display: flex;
  flex-direction: column;
}

.hv-p-donut {
  grid-area: donut;
}

.hv-p-tool {
  grid-area: tool;
  display: flex;
  flex-direction: column;
}

.hv-p-user {
  grid-area: user;
}

.hv-p-guidance {
  grid-area: guide;
}

.hv-p-linechart {
  grid-area: chart;
}

.hv-p-kpi1 {
  grid-area: kpi1;
}

.hv-p-kpi2 {
  grid-area: kpi2;
}

.hv-p-kpi3 {
  grid-area: kpi3;
}

.chat-engage-animation .panel::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  border-radius: 0.5rem;
}

@keyframes hv-panel-glow {
  0% {
    box-shadow: none;
  }
  2% {
    box-shadow: inset 0 0 0 1.5px rgba(56, 189, 248, 0.9), inset 0 0 24px rgba(56, 189, 248, 0.25);
  }
  8% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
.chat-engage-animation .panels:not(.is-thinking) * {
  animation-play-state: paused !important;
}

.chat-engage-animation .panels.is-thinking .panel::after {
  animation: hv-panel-glow 5.5s linear infinite;
}
.chat-engage-animation .panels.is-thinking .hv-p-call::after {
  animation-delay: 0s;
}
.chat-engage-animation .panels.is-thinking .hv-p-instructions::after {
  animation-delay: 0.5s;
}
.chat-engage-animation .panels.is-thinking .hv-p-user::after {
  animation-delay: 1s;
}
.chat-engage-animation .panels.is-thinking .hv-p-tool::after {
  animation-delay: 1.5s;
}
.chat-engage-animation .panels.is-thinking .hv-p-donut::after {
  animation-delay: 2s;
}
.chat-engage-animation .panels.is-thinking .hv-p-guidance::after {
  animation-delay: 2.5s;
}
.chat-engage-animation .panels.is-thinking .hv-p-bars::after {
  animation-delay: 3s;
}
.chat-engage-animation .panels.is-thinking .hv-p-linechart::after {
  animation-delay: 3.5s;
}
.chat-engage-animation .panels.is-thinking .hv-p-kpi1::after {
  animation-delay: 4s;
}
.chat-engage-animation .panels.is-thinking .hv-p-kpi2::after {
  animation-delay: 4.5s;
}
.chat-engage-animation .panels.is-thinking .hv-p-kpi3::after {
  animation-delay: 5s;
}

@keyframes hv-panel-glow-active {
  0% {
    box-shadow: none;
  }
  50% {
    box-shadow: inset 0 0 0 1.5px rgba(56, 189, 248, 0.95), inset 0 0 28px rgba(56, 189, 248, 0.45);
  }
  100% {
    box-shadow: none;
  }
}
.chat-engage-animation .panels[data-round="0"] .hv-p-call::after,
.chat-engage-animation .panels[data-round="0"] .hv-p-user::after {
  animation: hv-panel-glow-active 1.8s ease-in-out infinite;
}

.chat-engage-animation .panels[data-round="1"] .hv-p-call::after,
.chat-engage-animation .panels[data-round="1"] .hv-p-instructions::after,
.chat-engage-animation .panels[data-round="1"] .hv-p-user::after {
  animation: hv-panel-glow-active 1s ease-in-out infinite;
}

.chat-engage-animation .panels[data-round="2"] .hv-p-tool::after,
.chat-engage-animation .panels[data-round="2"] .hv-p-guidance::after,
.chat-engage-animation .panels[data-round="2"] .hv-p-kpi2::after {
  animation: hv-panel-glow-active 1s ease-in-out infinite;
}

@property --hv-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes hv-border-sweep {
  to {
    --hv-angle: 360deg;
  }
}
.panel.is-rewriting {
  box-shadow: inset 0 0 20px rgba(56, 189, 248, 0.06);
  transition: color 0.15s ease;
  color: rgba(255, 255, 255, 0.9);
}
.panel.is-rewriting .hv-label, .panel.is-rewriting .hv-kpi-val, .panel.is-rewriting .hv-kpi-period, .panel.is-rewriting .hv-vnum, .panel.is-rewriting .hv-vsub,
.panel.is-rewriting .hv-row, .panel.is-rewriting .hv-row span, .panel.is-rewriting .hv-chip, .panel.is-rewriting .hv-sub, .panel.is-rewriting .hv-num,
.panel.is-rewriting .hv-tool-name, .panel.is-rewriting .hv-guidance-line, .panel.is-rewriting .hv-list, .panel.is-rewriting .hv-donut-legend {
  color: rgba(255, 255, 255, 0.9);
}
.panel.is-rewriting::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--hv-angle), transparent 0%, rgba(56, 189, 248, 0.95) 20%, rgba(168, 85, 247, 0.6) 45%, transparent 65%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: hv-border-sweep 1.4s linear infinite;
  z-index: 3;
  pointer-events: none;
}

.hv-rewrite-cursor::after {
  content: "|";
  color: rgba(56, 189, 248, 0.85);
  animation: hv-cursor-blink 0.55s step-end infinite;
  margin-left: 1px;
  font-weight: 300;
}

.hv-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.22);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.hv-sub {
  display: block;
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.28);
  text-transform: none;
  letter-spacing: 0;
}

.hv-num {
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.3rem;
  letter-spacing: 0;
  text-transform: none;
}

.hv-chip {
  display: inline-block;
  font-size: 0.55rem;
  padding: 0.2em 0.55em;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.hv-box {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  flex-shrink: 0;
  margin-right: 0.5rem;
}

.hv-check-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: none;
  letter-spacing: 0;
}
.hv-check-row:first-child {
  border-top: none;
}
.hv-check-row > span:nth-child(2) {
  flex: 1;
}

.hv-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.28);
  text-transform: none;
  letter-spacing: 0;
}
.hv-row:first-of-type {
  border-top: none;
}

.hv-bars {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  height: 48px;
}
.hv-bars span {
  flex: 1;
  height: var(--h, 50%);
  background: rgba(255, 255, 255, 0.18);
  border-radius: 2px;
  animation: hv-bar 3.4s ease-in-out infinite;
  will-change: transform;
}
.hv-bars span:nth-child(odd) {
  animation-delay: 0.4s;
}
.hv-bars span:nth-child(3n) {
  animation-delay: 0.8s;
  background: rgba(59, 130, 246, 0.35);
}
.hv-bars span:nth-child(5n) {
  background: rgba(124, 122, 237, 0.3);
}

@keyframes hv-bar {
  0%, 100% {
    transform: scaleY(0.65);
  }
  50% {
    transform: scaleY(1);
  }
}
.hv-axis {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.18);
}

.hv-donut {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: conic-gradient(from -90deg, rgba(59, 130, 246, 0.65) 0deg 259deg, rgba(124, 122, 237, 0.4) 259deg 331deg, rgba(255, 255, 255, 0.06) 331deg 360deg);
  mask: radial-gradient(circle at center, transparent 31px, black 32px);
  -webkit-mask: radial-gradient(circle at center, transparent 31px, black 32px);
  margin: 0.75rem auto 0.5rem;
  transform-origin: center;
  animation: hv-donut-appear 6s ease-out infinite;
}

@keyframes hv-donut-appear {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-120deg);
  }
  18% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  76% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(0.5) rotate(-120deg);
  }
}
@keyframes hv-spin {
  to {
    transform: rotate(360deg);
  }
}
.hv-donut-legend {
  display: flex;
  justify-content: space-between;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.22);
}

.hv-tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
  margin-bottom: 0.4rem;
}

.hv-tool-name {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.05em;
}

.hv-guidance-line {
  padding: 0.28rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: none;
  letter-spacing: 0;
  opacity: 0;
  animation-duration: 12s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.hv-guidance-line:first-of-type {
  border-top: none;
}

.hv-p-guidance .hv-guidance-line:nth-child(4) {
  animation-name: hv-gline-a;
}

.hv-p-guidance .hv-guidance-line:nth-child(5) {
  animation-name: hv-gline-b;
}

.hv-p-guidance .hv-guidance-line:nth-child(6) {
  animation-name: hv-gline-c;
}

@keyframes hv-gline-a {
  0% {
    opacity: 0;
    transform: translateX(-5px);
  }
  6% {
    opacity: 1;
    transform: translateX(0);
  }
  76% {
    opacity: 1;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hv-gline-b {
  0%, 30% {
    opacity: 0;
    transform: translateX(-5px);
  }
  36% {
    opacity: 1;
    transform: translateX(0);
  }
  76% {
    opacity: 1;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hv-gline-c {
  0%, 58% {
    opacity: 0;
    transform: translateX(-5px);
  }
  64% {
    opacity: 1;
    transform: translateX(0);
  }
  76% {
    opacity: 1;
  }
  86% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hv-linechart {
  height: 70px;
  margin: 0.5rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}
.hv-linechart svg {
  width: 100%;
  height: 100%;
}

.hv-line {
  fill: none;
  stroke: rgba(59, 130, 246, 0.5);
  stroke-width: 1.5;
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: hv-draw-line 9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.hv-line--2 {
  stroke: rgba(124, 122, 237, 0.35);
  animation-delay: 1.2s;
}

@keyframes hv-draw-line {
  0% {
    stroke-dashoffset: 500;
  }
  55% {
    stroke-dashoffset: 0;
  }
  88% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 500;
  }
}
.hv-list {
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.3);
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.65rem;
  line-height: 1.7;
}
.hv-list .hv-chip {
  margin-left: 0.2rem;
}

.hv-spinner {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-top-color: rgba(56, 189, 248, 0.75);
  animation: hv-spin 0.85s linear infinite;
  flex-shrink: 0;
}

.hv-status-row {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.55rem;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.22);
  text-transform: none;
  letter-spacing: 0;
}

.hv-param-list {
  margin-top: 0.45rem;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.28);
  text-transform: none;
  letter-spacing: 0;
}

.hv-param {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.22rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
}
.hv-param > span:first-child {
  color: rgba(255, 255, 255, 0.18);
}

.hv-typing::after {
  content: "▮";
  display: inline-block;
  margin-left: 1px;
  animation: hv-cursor-blink 0.7s step-end infinite;
  color: rgba(56, 189, 248, 0.7);
}

@keyframes hv-cursor-blink {
  50% {
    opacity: 0;
  }
}
.hv-typing-line {
  overflow: hidden;
  white-space: nowrap;
  animation: hv-type-in 7s steps(38) infinite;
}

@keyframes hv-type-in {
  0% {
    max-width: 0;
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  55%, 80% {
    max-width: 100%;
    opacity: 1;
  }
  88% {
    max-width: 0;
    opacity: 0;
  }
  100% {
    max-width: 0;
    opacity: 0;
  }
}
.hv-msg {
  font-size: 0.6rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.3rem 0.5rem;
  border-radius: 0.4rem;
  margin-top: 0.3rem;
  max-width: 88%;
  opacity: 0;
}
.hv-msg--in {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.38);
  align-self: flex-start;
}
.hv-msg--out {
  background: rgba(59, 130, 246, 0.14);
  color: rgba(120, 190, 255, 0.55);
  align-self: flex-end;
  margin-left: auto;
}

.hv-p-call .hv-msg {
  animation-duration: 24s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.hv-p-call .hv-msg:nth-child(2) {
  animation-name: hv-msg-a;
}

.hv-p-call .hv-msg:nth-child(3) {
  animation-name: hv-msg-b;
}

.hv-p-call .hv-msg:nth-child(4) {
  animation-name: hv-msg-c;
}

.hv-p-call .hv-msg:nth-child(5) {
  animation-name: hv-msg-d;
}

@keyframes hv-msg-a {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  3% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hv-msg-b {
  0%, 22% {
    opacity: 0;
    transform: translateY(5px);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hv-msg-c {
  0%, 44% {
    opacity: 0;
    transform: translateY(5px);
  }
  47% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes hv-msg-d {
  0%, 62% {
    opacity: 0;
    transform: translateY(5px);
  }
  65% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  88% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hv-dots {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 0.35rem 0.2rem;
  margin-top: auto;
}
.hv-dots span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  animation: hv-dot-bounce 0.85s ease-in-out infinite;
}
.hv-dots span:nth-child(2) {
  animation-delay: 0.17s;
}
.hv-dots span:nth-child(3) {
  animation-delay: 0.34s;
}

@keyframes hv-dot-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.35;
  }
  50% {
    transform: translateY(-4px);
    opacity: 1;
  }
}
.hv-vstack {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  padding-top: 0.2rem;
}

.hv-vstat {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.25rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
}
.hv-vstat:first-child {
  border-top: none;
}

.hv-vnum {
  font-size: 1.35rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: none;
}

.hv-vsub {
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.hv-kpi-rows {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  margin-top: 0.2rem;
}

.hv-kpi-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem;
  padding: 0.2rem 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.05);
}
.hv-kpi-row:first-child {
  border-top: none;
}

.hv-kpi-val {
  font-size: 0.95rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
  text-transform: none;
}

.hv-kpi-period {
  font-size: 0.52rem;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media (max-width: 997px), (min-width: 998px) and (max-width: 1199px) and (orientation: portrait) {
  .chat-engage-animation {
    aspect-ratio: auto;
    min-height: 400px;
  }
  .chat-engage-animation .panels {
    position: relative;
    inset: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "call  instr instr" "donut tool  user" "guide guide chart" "kpi1  kpi2  kpi3";
  }
  .hv-p-bars {
    display: none;
  }
}
.cea-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 4rem;
  padding: 0 1rem;
  margin: 5rem auto;
}
@media (max-width: 640px) {
  .cea-cols {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.cea-col {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: center;
  max-width: 550px;
  margin: auto;
}
.cea-col .headline {
  color: #fff;
  margin: auto;
}
.cea-col .copy {
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}
.cea-col .cta {
  font-size: 0.85rem;
  color: var(--ai-azure, #3b82f6);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.cea-col .cta:hover {
  opacity: 0.75;
}

.chat-widget {
  --cw-size: var(--cw-size);
  --cw-fs: var(--cw-fs);
  width: calc(var(--cw-size) * 13.333);
  border-radius: calc(var(--cw-size) * 0.833);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  aspect-ratio: 9/16;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(45, 212, 255, 0.06);
}
.chat-widget .header {
  display: flex;
  flex: 0;
  flex-direction: row;
  align-items: center;
  gap: calc(var(--cw-size) * 0.5);
  padding: calc(var(--cw-size) * 1) calc(var(--cw-size) * 0.833) calc(var(--cw-size) * 0.75);
}
.chat-widget .avatar {
  width: calc(var(--cw-size) * 1.5);
  height: calc(var(--cw-size) * 1.5);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: calc(1.2 * var(--cw-fs));
  position: relative;
  background: linear-gradient(135deg, var(--ai-azure), var(--ai-fuchsia));
}
.chat-widget .status {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: #22c55e;
  margin-left: auto;
  visibility: hidden;
  flex-shrink: 0;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
  animation: chat-status-pulse 2.5s ease-in-out infinite;
}
.chat-widget .name {
  font-size: calc(var(--cw-fs) * 0.9);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.chat-widget .body {
  padding: calc(var(--cw-size) * 0.833);
  display: flex;
  flex-direction: column;
  gap: calc(var(--cw-size) * 0.5);
  min-height: calc(var(--cw-size) * 8.333);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
}
.chat-widget .body::-webkit-scrollbar {
  display: none;
}
.chat-widget .bubble {
  border-radius: 0 calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.5);
  padding: calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.55);
  font-size: calc(var(--cw-fs) * 0.85);
  line-height: 1.3;
  max-width: 85%;
  opacity: 0;
  font-weight: 300;
  transform: translateY(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
}
.chat-widget .bubble.visible {
  opacity: 1;
  transform: translateY(0);
}
.chat-widget .bubble--user {
  border-radius: calc(var(--cw-size) * 0.5) 0 calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.5);
  align-self: flex-end;
  margin-left: auto;
  background: white;
  color: black;
}
.chat-widget .typing {
  display: flex;
  gap: calc(var(--cw-fs) * 0.3);
  padding: calc(var(--cw-fs) * 0.6) calc(var(--cw-fs) * 0.9);
  border-radius: 0 calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.5);
  width: fit-content;
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.07);
}
.chat-widget .typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  animation: chat-typing-dot 1.2s infinite;
}
.chat-widget .typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.chat-widget .typing span:nth-child(3) {
  animation-delay: 0.4s;
}
.chat-widget .input {
  padding: calc(var(--cw-size) * 0.5) calc(var(--cw-size) * 0.833) calc(var(--cw-size) * 0.833);
  display: flex;
  gap: calc(var(--cw-size) * 0.333);
  align-items: center;
}
.chat-widget .input input {
  flex: 1;
  min-width: 0;
  border-radius: calc(var(--cw-size) * 0.333);
  padding: calc(var(--cw-fs) * 0.6) calc(var(--cw-size) * 0.667);
  font-size: calc(var(--cw-fs) * 0.875);
  outline: none;
  border: 1px solid rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
}
.chat-widget .input input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.chat-widget .send {
  flex-shrink: 0;
  width: calc(var(--cw-size) * 1.5);
  height: calc(var(--cw-size) * 1.5);
  border-radius: 50%;
  border: none;
  padding: calc(var(--cw-size) * 0.333) !important;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  cursor: default;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.15s ease;
}
.chat-widget .send svg {
  width: calc(var(--cw-size) * 0.667);
  height: calc(var(--cw-size) * 0.667);
}
.chat-widget .send--sending {
  animation: chat-send-flash 0.35s ease;
}

@keyframes chat-typing-dot {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
@keyframes chat-send-flash {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.82);
  }
  70% {
    transform: scale(1.18);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes chat-status-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.engage-full__bg-img {
  width: 100%;
  height: 100%;
  top: 0;
}
.engage-full__bg-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  margin-right: 0;
  object-position: top;
}
.engage-full__waves {
  z-index: 2;
}

.benefits-tabs {
  padding-bottom: 2rem;
}
/*# sourceMappingURL=ai-engage.css.map */