@charset "UTF-8";
/* REFACTOR COLOURS -- HEADER NEW */
@font-face {
  font-family: "Myriad Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Semibold.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad Pro";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-Cond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "MyriadPro-Cond";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-05FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/MyriadPro-BoldCond.woff") format("woff");
}
@font-face {
  font-family: "Kepler Std";
  font-style: normal;
  font-display: swap;
  unicode-range: U+000-5FF;
  src: url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff2") format("woff2"), url("https://d2k1udokfj5xv9.cloudfront.net/fonts/KeplerStd-Regular.woff") format("woff");
}
.a-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px 4px;
  border: 1.5px solid currentColor;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  line-height: 1;
}
.a-badge--program {
  background-color: transparent;
  color: var(--program-bg, #FE3F00);
  border-color: var(--program-bg, #FE3F00);
}
.a-badge--program-alternate {
  background-color: var(--program-color, #fff);
  color: var(--program-bg, #FE3F00);
  border-color: var(--program-bg, #FE3F00);
}
.a-badge--primary {
  background-color: transparent;
  color: #FE3F00;
  border-color: #FE3F00;
}
.a-badge--primary-alternate {
  background-color: #fff;
  color: #FE3F00;
  border-color: #FE3F00;
}
.a-badge--secondary {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.a-badge--secondary-alternate {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.a-badge--alternate {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.a-badge--alternate-alternate {
  background-color: #FE3F00;
  color: #fff;
  border-color: #fff;
}
.a-badge--clear {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}
.a-badge--clear-alternate {
  background-color: #FE3F00;
  color: transparent;
  border-color: transparent;
}
.a-badge--clear2 {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}
.a-badge--clear2-alternate {
  background-color: #fff;
  color: transparent;
  border-color: transparent;
}
.a-badge--share {
  background-color: transparent;
  color: #095FC6;
  border-color: #095FC6;
}
.a-badge--share-alternate {
  background-color: #fff;
  color: #095FC6;
  border-color: #095FC6;
}
.a-badge--primary2 {
  background-color: transparent;
  color: #FE3F00;
  border-color: #FE3F00;
}
.a-badge--primary2-alternate {
  background-color: #fff;
  color: #FE3F00;
  border-color: #FE3F00;
}
.a-badge--secondary2 {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.a-badge--secondary2-alternate {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.a-badge--secondary3 {
  background-color: transparent;
  color: transparent;
  border-color: transparent;
}
.a-badge--secondary3-alternate {
  background-color: #000;
  color: transparent;
  border-color: transparent;
}
.a-badge--white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.a-badge--white-alternate {
  background-color: #000;
  color: #fff;
  border-color: #fff;
}

.a-view-more {
  display: block;
}
.a-view-more__trigger {
  display: inline-flex;
  position: relative;
  height: 14px;
  min-width: 100px;
  cursor: pointer;
}
.a-view-more__trigger > span {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  white-space: nowrap;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.a-view-more__trigger .a-view-more__less {
  opacity: 0;
  visibility: hidden;
}
.a-view-more__trigger.is-active {
  margin-top: 8px;
}
.a-view-more__trigger.is-active .a-view-more__more {
  opacity: 0;
  visibility: hidden;
}
.a-view-more__trigger.is-active .a-view-more__less {
  opacity: 1;
  visibility: visible;
}
.a-view-more__trigger:hover > span {
  opacity: 0.7;
}
.a-view-more__content.js-view-more-content {
  display: none;
}
.a-view-more__content {
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.a-cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  border-width: 2px;
  border-style: solid;
  gap: 2px;
  text-decoration: none;
  font-weight: 900;
  transition: all 0.3s ease-in-out;
}
.a-cta a,
.a-cta p,
.a-cta span {
  color: inherit;
}
.a-cta {
  padding: calc(16 / 1000 * 100vh) calc(32 / 1440 * 100vw);
}
@media only screen and (max-width: 600px) {
  .a-cta {
    padding: 12px 20px;
  }
}
@media (min-width: 1600px) {
  .a-cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.a-cta {
  min-width: 200px;
}
@media only screen and (max-width: 600px) {
  .a-cta {
    width: 100%;
    min-width: unset;
  }
}
.a-cta--small {
  padding: calc(10 / 1000 * 100vh) calc(20 / 1440 * 100vw);
}
@media only screen and (max-width: 600px) {
  .a-cta--small {
    padding: 12px 20px;
  }
}
@media (min-width: 1600px) {
  .a-cta--small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.a-cta--small {
  min-width: 140px;
}
.a-cta--small .a-cta__text {
  font-size: clamp(12px, 0.9vw, 14px);
}
.a-cta--full {
  width: 100%;
}
.a-cta--adaptable {
  min-width: unset;
  width: auto;
}
.a-cta--program {
  background-color: var(--program-bg, #FE3F00);
  border-color: var(--program-bg, #FE3F00);
  color: var(--program-color, #fff);
}
.a-cta--program:hover {
  background-color: transparent;
  color: var(--program-bg, #FE3F00);
}
.a-cta--program-alternate {
  background-color: transparent;
  border-color: var(--program-bg, #FE3F00);
  color: var(--program-bg, #FE3F00);
}
.a-cta--program-alternate:hover {
  background-color: var(--program-bg, #FE3F00);
  color: var(--program-color, #fff);
}
.a-cta--primary {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-cta--primary:hover {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-cta--secondary {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-cta--secondary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.a-cta--alternate {
  background-color: #fff;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-cta--alternate:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-cta--clear {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-cta--clear:hover {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-cta--clear2 {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.a-cta--clear2:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.a-cta--share {
  background-color: #095FC6;
  border-color: #fff;
  color: #fff;
}
.a-cta--share:hover {
  background-color: #fff;
  color: #095FC6;
}
.a-cta--primary2 {
  background-color: #FE3F00;
  border-color: #FE3F00;
  color: #fff;
}
.a-cta--primary2:hover {
  background-color: transparent;
  border-color: #FE3F00;
  color: #FE3F00;
}
.a-cta--secondary2 {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-cta--secondary2:hover {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.a-cta--secondary3 {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.a-cta--secondary3:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.a-cta--white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.a-cta--white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.a-cta__text {
  font-size: min(max(0.9375rem, 1vw), 1rem);
  font-weight: 900;
  line-height: 1.1;
}
.a-cta__text span,
.a-cta__text strong {
  font-size: inherit;
  color: inherit;
}
.a-cta__subtext {
  font-size: min(max(0.6875rem, 0.75vw), 0.75rem);
  font-weight: 400;
  line-height: 1.1;
  opacity: 0.9;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.a-play-btn__stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 3px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.a-play-btn__stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 6px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.a-play-btn__icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.a-play-btn:hover .a-play-btn__stroke-dotted {
  stroke-width: 6px;
  opacity: 1;
}
.a-play-btn:hover .a-play-btn__stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.a-play-btn:hover .a-play-btn__icon {
  transform: scale(1.05);
}

.a-play-btn {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.a-play-btn--left {
  left: 20%;
  transform: translateY(-40%);
}
@media only screen and (max-width: 600px) {
  .a-play-btn--left {
    left: 10%;
    transform: translateY(-20%);
  }
}
.a-play-btn--flex {
  display: flex; /* Activa flexbox */
  flex-direction: column; /* Alinea elementos verticalmente */
  align-items: center; /* Centra los elementos horizontalmente */
  gap: 20px; /* Espaciado entre el botón y el texto */
}
@media only screen and (max-width: 860px) {
  .a-play-btn--flex {
    gap: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .a-play-btn--flex {
    gap: 5px;
  }
}
.a-play-btn--flex .a-play-btn-text {
  text-align: center; /* Centrado del texto */
  max-width: 150px;
}
@media only screen and (max-width: 600px) {
  .a-play-btn svg {
    max-width: 65px;
    max-height: 65px;
    aspect-ratio: 1/1;
  }
}

.a-play-btn .p-text {
  margin-top: 1vh;
}

/*
  .a-play-btn{
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background: transparent;
    z-index: 2;
  }
  */
.a-slide-text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 1.2em;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.a-slide-text__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
  white-space: nowrap;
}
.a-slide-text__item.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.a-feature {
  max-width: 180px;
  min-width: 175px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-feature > p {
  text-align: center;
}
.a-feature--full {
  max-width: 260px;
  min-width: 255px;
}
.a-feature--no-max-width {
  max-width: none;
}
.a-feature--w200 {
  max-width: 260px;
  min-width: 190px;
}
.a-feature--justify-between {
  justify-content: space-between;
}

.a-feature__number {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 900;
  color: #095FC6;
  font-size: 2.5rem;
  line-height: 48px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-feature__number--highlight {
  color: #04CDAE;
}
.a-feature__number--light {
  color: #fff;
}

.a-feature__icon {
  height: 75px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.a-feature__icon svg {
  width: 100%;
  height: 100%;
}
.a-feature__icon svg path {
  fill: #04CDAE !important;
}

.a-feature__title {
  font-family: "Myriad Pro", Myriad, "Segoe UI", Arial, "Liberation Sans", sans-serif;
  font-weight: 700;
  color: #095FC6;
  font-size: 1.425rem;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  gap: 10px;
}
.a-feature__title--normal-case {
  text-transform: none;
}
.a-feature__title[href] {
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  cursor: pointer;
  animation: subtle-bounce 2s infinite ease-in-out;
}
.a-feature__title[href]:hover {
  transform: scale(1.05);
  color: #04CDAE;
  animation: none;
}
.a-feature__title[href]:active {
  transform: scale(0.95);
}
.a-feature__title--highlight {
  color: #04CDAE;
}
.a-feature__title--light {
  color: #fff;
}

@keyframes subtle-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
.a-feature__text {
  color: #000;
}
.a-feature__text > a {
  color: #000;
  text-decoration: underline;
}
.a-feature__text--light {
  color: #fff;
}
.a-feature__text--light > a {
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .a-feature--full {
    width: 100%;
    min-width: none;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .a-feature--full > p {
    text-align: center;
  }
  .a-feature--left {
    width: 100%;
    min-width: none;
    max-width: 80%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .a-feature--full {
    max-width: 70%;
  }
  .a-feature--left {
    max-width: 70%;
    margin-bottom: 0px;
  }
  .a-feature--mobile-no-padding {
    padding: 0px;
  }
  .a-feature--w200 {
    gap: 0;
  }
  .a-feature--w200 .a-feature__number {
    height: auto;
    line-height: 1;
  }
  .a-feature--full-mobile {
    width: 100%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 400px) {
  .a-feature--full {
    max-width: 100%;
  }
  .a-feature--left {
    max-width: 100%;
  }
}
.a-tooltip {
  position: relative;
  cursor: help;
  display: inline-block;
  -webkit-text-decoration: underline dotted 1px rgba(0, 0, 0, 0.3);
          text-decoration: underline dotted 1px rgba(0, 0, 0, 0.3);
  text-underline-offset: 4px;
  transition: all 0.3s ease-in-out;
}
.a-tooltip:hover {
  text-decoration-style: solid;
  text-decoration-color: #04CDAE;
  color: #04CDAE;
}
.a-tooltip__content {
  visibility: hidden;
  width: 280px;
  background-color: #F2F2F2;
  color: #545454;
  text-align: left;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 15px;
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  pointer-events: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  /* Arrow */
}
.a-tooltip__content::after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
}
.a-tooltip:hover .a-tooltip__content {
  visibility: visible;
  opacity: 1;
}
.a-tooltip {
  /* Positions */
}
.a-tooltip--top .a-tooltip__content {
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
}
.a-tooltip--top .a-tooltip__content::after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-color: #E0E0E0 transparent transparent transparent;
}
.a-tooltip--top .a-tooltip__content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 7px;
  border-style: solid;
  border-color: #F2F2F2 transparent transparent transparent;
  z-index: 1;
  transform: translateY(-1px);
}
.a-tooltip--bottom .a-tooltip__content {
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
}
.a-tooltip--bottom .a-tooltip__content::after {
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-color: transparent transparent #E0E0E0 transparent;
}
.a-tooltip--bottom .a-tooltip__content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #F2F2F2 transparent;
  z-index: 1;
  transform: translateY(1px);
}
.a-tooltip--left .a-tooltip__content {
  top: 50%;
  right: 150%;
  transform: translateY(-50%);
}
.a-tooltip--left .a-tooltip__content::after {
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-color: transparent transparent transparent #E0E0E0;
}
.a-tooltip--left .a-tooltip__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #F2F2F2;
  z-index: 1;
  transform: translateX(-1px);
}
.a-tooltip--right .a-tooltip__content {
  top: 50%;
  left: 150%;
  transform: translateY(-50%);
}
.a-tooltip--right .a-tooltip__content::after {
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-color: transparent #E0E0E0 transparent transparent;
}
.a-tooltip--right .a-tooltip__content::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent #F2F2F2 transparent transparent;
  z-index: 1;
  transform: translateX(1px);
}
@media only screen and (max-width: 949.98px) {
  .a-tooltip__content {
    width: 260px;
  }
  .a-tooltip--left .a-tooltip__content, .a-tooltip--right .a-tooltip__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
  }
  .a-tooltip--left .a-tooltip__content::after, .a-tooltip--right .a-tooltip__content::after {
    display: none;
  }
}

.a-ciber-card {
  position: relative;
  filter: drop-shadow(8px 9px 6px gray);
  -webkit-filter: drop-shadow(8px 9px 6px gray);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  max-width: 350px;
  min-width: 250px;
  cursor: pointer;
}
.a-ciber-card > picture {
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 25/35;
}
.a-ciber-card > picture > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 25/35;
}
.a-ciber-card--small {
  max-width: 250px;
  max-height: 350px;
}
.a-ciber-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0001) 0%, rgba(59, 59, 59, 0.592406) 53.94%, #1E1E1E 100%);
  mix-blend-mode: multiply;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.a-ciber-card > a {
  display: block;
}
.a-ciber-card--dark {
  filter: drop-shadow(8px 9px 6px rgba(255, 255, 255, 0.1));
  -webkit-filter: drop-shadow(8px 9px 6px rgba(255, 255, 255, 0.1));
}

.a-ciber-card:hover {
  transform: translate(2px, 2px);
  -webkit-transform: translate(2px, 2px);
  -moz-transform: translate(2px, 2px);
  -o-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  filter: drop-shadow(3px 4px 2px gray);
}

.a-ciber-card--dark:hover {
  filter: drop-shadow(3px 4px 2px rgba(255, 255, 255, 0.2));
}

.a-ciber-card__text {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  padding-right: 10px;
}
.a-ciber-card__text > p {
  margin-top: 5px;
}

.a-ciber-card__link {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  transition: all 0.5s;
}

.a-ciber-card:hover .a-ciber-card__link {
  opacity: 0.6;
}

.a-ciber-card--small .a-ciber-card__text > p {
  margin-top: 5px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .a-ciber-card::after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(59, 59, 59, 0.592406) 53.94%, #1E1E1E 100%);
    }
  }
}
@media only screen and (max-width: 600px) {
  .a-ciber-card {
    filter: drop-shadow(5px 4px 3px gray);
  }
  .a-ciber-card--dark {
    filter: drop-shadow(5px 4px 3px black);
  }
  .a-ciber-card:hover {
    transform: translate(1px, 1px);
    -webkit-transform: translate(1px, 1px);
    -moz-transform: translate(1px, 1px);
    -o-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    filter: drop-shadow(2px 3px 1px gray);
  }
}
/* SAFARI 10.1 or > */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .a-ciber-card {
      filter: drop-shadow(0px 0px 0px gray);
      -webkit-filter: drop-shadow(0px 0px 0px gray);
    }
    .a-ciber-card:hover {
      filter: drop-shadow(0px 0px 0px gray);
    }
  }
}
.a-minor-card {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.a-minor-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.a-minor-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.a-minor-card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.a-minor-card__tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 3px 10px;
  background-color: #891679;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9.3px;
  letter-spacing: 1.14px;
}
.a-minor-card__highlight-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.52) 0%, rgba(0, 0, 0, 0.08) 55%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  align-items: flex-end;
  padding: 15px;
  z-index: 2;
}
.a-minor-card__highlight {
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
  padding: 5px 11px;
  color: #FFF;
  font-size: 9.6px;
  font-weight: 700;
  line-height: 160%;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 5px;
}
.a-minor-card__highlight__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.a-minor-card__highlight__dot--available {
  background-color: #04CDAE;
}
.a-minor-card__highlight__dot--coming_soon {
  background-color: #FFB800;
}
.a-minor-card__highlight__text {
  font-size: 9.6px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.a-minor-card__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media only screen and (max-width: 949.98px) {
  .a-minor-card__body {
    padding: 20px;
  }
}
.a-minor-card__body__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.a-minor-card__body__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.a-minor-card__description {
  line-height: 22.97px;
}
.a-minor-card__attributes {
  display: flex;
  align-items: center;
  gap: 5px;
}
.a-minor-card__attributes .p-badge {
  background-color: #EEE;
  padding: 3px 10px;
}
.a-minor-card__footer {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F5F5F5;
}
.a-minor-card__footer .a-cta {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  white-space: nowrap;
}
.a-minor-card__footer .a-cta .a-cta__text {
  font-weight: 700;
}
.a-minor-card__footer .a-cta--alternate {
  border: 2px solid #1A1A1A;
  color: #1A1A1A;
  background-color: transparent;
}
.a-minor-card__footer .a-cta--alternate:hover {
  background-color: #1A1A1A;
  color: #FFF;
}
.a-minor-card__dates {
  background: rgba(0, 0, 0, 0.03);
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.a-minor-card__dates-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.a-minor-card__dates-separator {
  color: #891679;
  margin-right: 8px;
  font-weight: 700;
}

.a-marquee {
  background-color: #000;
  width: 100%;
  padding: 20px 0px;
  overflow: hidden;
}
.a-marquee--light {
  background-color: #fff;
}

.a-marquee__content {
  display: flex;
  gap: 30px;
}
@keyframes marqueeR {
  from {
    transform: translateX(var(--wdth, -100%));
  }
  to {
    transform: translateX(0);
  }
}
@keyframes marqueeL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--wdth, -100%));
  }
}
.a-marquee__content {
  animation: marqueeL 50s linear infinite;
}
@media only screen and (max-width: 600px) {
  .a-marquee__content {
    animation: marqueeL 80s linear infinite;
  }
}
.a-marquee__content--inverse {
  flex-direction: row-reverse;
}
.a-marquee__content--banner {
  animation: marqueeL 30s linear infinite;
}
@media only screen and (max-width: 600px) {
  .a-marquee__content--banner {
    animation: marqueeL 15s linear infinite;
  }
}
.a-marquee__content p {
  color: #fff;
  white-space: nowrap;
}

.a-marquee--logo .a-marquee__content {
  align-items: center;
}

.a-marquee__content--tags-left {
  animation: marqueeLeft 50s linear infinite;
}

.a-marquee__content--tags-right {
  animation: marqueeRight 50s linear infinite;
}

.a-marquee--images .a-marquee__content {
  min-height: 400px;
  max-height: 400px;
}
@media only screen and (max-width: 600px) {
  .a-marquee--images .a-marquee__content {
    min-height: 350px;
    max-height: 350px;
  }
}
.a-marquee--images .a-marquee__content picture {
  width: auto;
  max-height: 400px;
}
@media only screen and (max-width: 600px) {
  .a-marquee--images .a-marquee__content picture {
    min-height: 350px;
    max-height: 350px;
  }
}
.a-marquee--images .a-marquee__content picture img {
  width: auto;
  height: 100%;
}

/* CSS específico para Safari 6.1 hasta 10.0 */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .a-marquee--images picture {
      height: 400px;
    }
    @media only screen and (max-width: 600px) {
      .a-marquee--images picture {
        height: 350px;
      }
    }
  }
}
/* CSS específico para Safari 10.1 y más recientes */
@media not all and (min-resolution: 0.001dpcm) {
  .a-marquee--images picture {
    height: 400px;
  }
  @media only screen and (max-width: 600px) {
    .a-marquee--images picture {
      height: 350px;
    }
  }
}
.m-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #e0e0e0;
}
@media only screen and (max-width: 600px) {
  .m-info-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 860px) {
  .m-info-grid--program {
    grid-template-columns: 2fr 3fr;
  }
}
@media only screen and (max-width: 600px) {
  .m-info-grid--program {
    grid-template-columns: 3fr 5fr;
  }
}
@media only screen and (max-width: 860px) {
  .m-info-grid--program .m-info-grid__cell {
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 600px) {
  .m-info-grid--program .m-info-grid__cell {
    padding: 10px 12px;
  }
}
.m-info-grid__cell {
  padding: 14px 16px;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.m-info-grid__cell:nth-child(even) {
  border-right: none;
}
.m-info-grid__cell:nth-last-child(-n+2) {
  border-bottom: none;
}
.m-info-grid__cell:last-child {
  border-bottom: none;
}
.m-info-grid__label {
  display: block;
  margin-bottom: 4px;
}
.m-info-grid__value {
  display: block;
  margin-bottom: 2px;
}
.m-info-grid__sub {
  display: block;
}

.m-sticky-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 90%;
  max-width: -moz-max-content;
  max-width: max-content;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0 0;
  padding: 10px 20px;
  transform: translate(-50%, 100%);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.m-sticky-bar--active {
  transform: translate(-50%, 0);
}
.m-sticky-bar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar__container {
    flex-direction: column;
    gap: 10px;
    padding: 0;
    text-align: center;
  }
}
.m-sticky-bar__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar__info {
    justify-content: center;
  }
}
.m-sticky-bar__info .p-text {
  margin-bottom: 0;
  line-height: 1.2;
}
.m-sticky-bar__info .p-text strong {
  font-family: inherit;
  font-weight: 700;
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar__info .p-text {
    font-size: 13px;
  }
}
.m-sticky-bar__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
}
.m-sticky-bar__dot::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: inherit;
  animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(2.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.m-sticky-bar__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar__actions {
    width: 100%;
    justify-content: center;
  }
}
.m-sticky-bar__actions .a-cta {
  min-height: auto;
  padding: 12px 25px;
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar__actions .a-cta {
    flex: 1;
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 450px) {
  .m-sticky-bar__actions .a-cta {
    flex: unset;
    padding: 14px 8px;
    width: auto;
  }
}
.m-sticky-bar__actions .a-cta--primary {
  box-shadow: 0 10px 20px rgba(254, 63, 0, 0.2);
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar__actions .a-cta .a-cta__subtext {
    display: none;
  }
}
@media only screen and (max-width: 860px) {
  .m-sticky-bar {
    bottom: 0;
    width: 100%;
    max-width: none;
    border-radius: 0;
    padding: 10px 10px;
  }
}

.hero-x1 {
  width: 100%;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 860px) {
  .hero-x1 {
    max-height: none;
    flex-direction: column;
    overflow: visible;
  }
}
.hero-x1__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 860px) {
  .hero-x1__inner {
    flex-direction: column-reverse;
    min-height: auto;
  }
}
.hero-x1__content {
  flex: 0 0 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding-right: 50px;
}
@media only screen and (max-width: 950px) {
  .hero-x1__content {
    flex: 0 0 50%;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .hero-x1__content {
    flex: 1;
    padding: 40px 0px 30px;
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .hero-x1__content {
    padding: 30px 0px 24px;
    gap: 16px;
  }
}
.hero-x1__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-x1__title {
  line-height: 1;
}
.hero-x1__title--tiny {
  margin: 15px 0px 5px;
  line-height: 0.72;
}
.hero-x1__texts {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 500px;
}
.hero-x1__subtitle {
  margin: 0;
}
.hero-x1__description {
  margin: 0;
}
.hero-x1__btn-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 860px) {
  .hero-x1__btn-container {
    position: sticky;
    bottom: 0;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .hero-x1__btn-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.hero-x1__btn-container .a-cta {
  flex: 1;
}
.hero-x1__media {
  flex: 0 0 45%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  .hero-x1__media {
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 860px) {
  .hero-x1__media {
    flex: none;
    overflow: visible;
  }
}
.hero-x1__media picture,
.hero-x1__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--wdth)/var(--hgth);
  background-color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
  .hero-x1__media picture,
  .hero-x1__media img {
    aspect-ratio: var(--wdthmb)/var(--hgthmb);
  }
}
.hero-x1__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hero-x1 .a-play-btn--hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
}

.hero-x2 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 144/55;
}
@media only screen and (max-width: 860px) {
  .hero-x2 {
    aspect-ratio: 47/65;
  }
}
.hero-x2 .h-title-page {
  color: white;
}
.hero-x2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.hero-x2__background picture, .hero-x2__background-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-x2__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.hero-x2__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.hero-x2__content [class*=h-title-],
.hero-x2__content .p-text {
  text-align: center;
}
.hero-x2__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.hero-x2__header .h-title-page-highlight {
  color: #04CDAE;
}
.hero-x2__actions {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 860px) {
  .hero-x2__actions {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    padding: 0 20px;
  }
}
.hero-x2__actions .a-cta {
  flex: 1;
  max-width: 380px;
}
@media only screen and (max-width: 860px) {
  .hero-x2__actions .a-cta {
    max-width: none;
  }
}
.hero-x2 .a-cta--primary:hover {
  background-color: transparent;
}

.new {
  font-size: 0.875rem !important;
}

.s-banner-full {
  padding: 100px 0px;
  position: relative;
  background: var(--bg3x) no-repeat center center/cover;
}
.s-banner-full--spaced {
  padding: 150px 0px;
  margin-bottom: 50px;
  background: var(--bg3x) no-repeat 65% center/contain;
}
@media only screen and (max-width: 1550px) {
  .s-banner-full::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg2x) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    /* Lo coloca detrás del contenido */
  }
}
.s-banner-full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) calc((100vw - 1440px) / 2), rgba(255, 255, 255, 0) calc((100vw - 1440px) / 2 + 936px));
  z-index: 1;
}
@media only screen and (max-width: 600px) {
  .s-banner-full::before {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .s-banner-full::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg2x) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    /* Asegura que la imagen de fondo quede detrás del contenido */
  }
}
@media only screen and (max-width: 860px) {
  .s-banner-full {
    background: unset !important;
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .s-banner-full::after {
    content: none !important;
  }
}
.s-banner-full .a-btn--primary:hover,
.s-banner-full .a-btn--secondary:hover {
  background-color: transparent;
}
.s-banner-full--black:before {
  background: var(--bg3x) no-repeat center right/contain;
}
.s-banner-full--black {
  background: unset;
  z-index: 1;
}
@media only screen and (max-width: 1550px) {
  .s-banner-full--black {
    background: var(--bg2x) no-repeat center right/contain;
  }
}

.s-banner-full__content {
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 2;
}
.s-banner-full__content--btn-left {
  align-items: flex-start;
}
@media only screen and (max-width: 860px) {
  .s-banner-full__content {
    margin: 0 auto;
    margin-top: -30px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 30px 30px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .s-banner-full__content {
    max-width: 400px;
  }
}

.s-banner-full__content--plus {
  max-width: 700px;
}
@media only screen and (max-width: 860px) {
  .s-banner-full__content--plus {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .s-banner-full__content--plus {
    max-width: 400px;
  }
}

@media only screen and (max-width: 860px) {
  .s-banner-full--black .s-banner-full__content {
    margin: 0 auto;
    margin-top: 0px;
    background-color: #000;
    border-radius: 50px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    padding: 30px 30px;
    max-width: 500px;
  }
}

.s-banner-full__image {
  width: 100vw;
  margin-left: -20px;
  aspect-ratio: var(--wdth)/var(--hegh);
}
@media only screen and (max-width: 600px) {
  .s-banner-full__image {
    margin-left: -10px;
  }
}
.s-banner-full__image img {
  aspect-ratio: var(--wdth)/var(--hegh);
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  img.s-banner-full__image {
    margin-left: 0px;
  }
}

.s-content-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-content-4--gray {
  background: var(--backgrounds-light-grey, #FAFAFA);
}
@media only screen and (max-width: 600px) {
  .s-content-4 {
    gap: 50px;
  }
}
.s-content-4--left {
  align-items: flex-start;
}
.s-content-4--np {
  padding-top: unset;
  padding-bottom: unset;
}

.s-content-4__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 800px;
}
.s-content-4__container--more-width {
  max-width: 1000px;
}
.s-content-4__container--more-gap {
  gap: 30px;
}

.s-content-4__bullets {
  display: flex;
  gap: 80px;
  justify-content: center;
  align-items: center;
  /* o para elemento interno fila */
}
.s-content-4__bullets--row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10dvw;
}
@media only screen and (max-width: 1280px) {
  .s-content-4__bullets--row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .s-content-4__bullets--row {
    grid-template-columns: 1fr;
  }
}
.s-content-4__bullets--row > * {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .s-content-4__bullets--column {
    flex-direction: column;
    align-items: center !important;
  }
}
@media only screen and (max-width: 1280px) {
  .s-content-4__bullets {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-4__bullets {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-4__bullets {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
  }
}

.s-content-3--bullets-4 .a-feature {
  max-width: 16%;
}

.s-content-x1 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x1 {
    gap: 20px;
  }
}
.s-content-x1__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x1 p a,
.s-content-x1 ol a,
.s-content-x1 ul a,
.s-content-x1 li a {
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.3s ease;
}
.s-content-x1 p a:hover,
.s-content-x1 ol a:hover,
.s-content-x1 ul a:hover,
.s-content-x1 li a:hover {
  opacity: 0.7;
}
.s-content-x1__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 949.98px) {
  .s-content-x1__features {
    grid-template-columns: 1fr;
  }
}
.s-content-x1__feature-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 20px;
  padding-left: 0;
  border-bottom: 1px solid #E9E9E9;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x1__feature-item {
    padding: 10px;
  }
}
.s-content-x1__feature-item:first-child {
  border-top: 1px solid #E9E9E9;
}
.s-content-x1__feature-item:nth-child(2) {
  border-top: 1px solid #E9E9E9;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x1__feature-item:nth-child(2) {
    border-top: none;
  }
}
.s-content-x1__feature-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
}
.s-content-x1__feature-content {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x1__feature-content {
    flex: 1;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 859.98px) {
  .s-content-x1__feature-content {
    flex-direction: column;
    gap: 5px;
  }
}
.s-content-x1__program-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1279.98px) {
  .s-content-x1__program-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media only screen and (max-width: 1279.98px) {
  .s-content-x1__program-bar .a-btn-list {
    width: 100%;
    flex-direction: row;
    gap: 15px;
  }
  .s-content-x1__program-bar .a-btn-list .a-cta {
    flex: 1;
    justify-content: center;
    text-align: center;
    padding: 12px 10px;
  }
  .s-content-x1__program-bar .a-btn-list .a-cta__text {
    white-space: nowrap;
    font-size: 13px;
  }
}
@media only screen and (max-width: 859.98px) {
  .s-content-x1__program-bar .a-btn-list {
    gap: 10px;
  }
}
.s-content-x1__details {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 15px;
  justify-items: start;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x1__details {
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.s-content-x1__detail-item {
  display: flex;
  gap: 5px;
  padding: 5px 15px;
  background-color: #FAFAFA;
  border-radius: 5px;
  border: 1px solid #E9E9E9;
}

.s-content-x2 {
  position: relative;
  overflow: hidden;
}
.s-content-x2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x2__background {
    display: none;
  }
}
.s-content-x2__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85));
}
.s-content-x2__background img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  min-width: 100%;
}
.s-content-x2__background picture {
  width: auto;
  height: 100%;
}
.s-content-x2__mobile-image {
  display: none;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x2__mobile-image {
    display: block;
    width: 100vw;
    margin: 0px -3dvw;
    border-radius: 0;
  }
  .s-content-x2__mobile-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
.s-content-x2 .str-container--xl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.s-content-x2__header {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x2__header {
    gap: 20px;
  }
}

.s-content-x2__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-content-x2__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 10px 0;
  align-items: flex-start;
  align-self: stretch;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x2__content {
    grid-template-columns: 1fr;
    gap: 0px;
    padding: 0;
  }
}

.s-content-x2__column {
  display: flex;
  height: auto;
  min-height: 228px;
  padding: 20px 20px 20px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x2__column {
    padding: 10px 0px;
    min-height: unset;
  }
}

.s-content-x2__column-title {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.s-content-x2__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.s-content-x2__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.s-content-x2__bullet {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-top: 2px;
  background-color: #000;
}

.s-content-x2__item-text {
  display: flex;
  flex-direction: column;
  max-width: 356px;
}

.s-content-x3__card {
  box-shadow: 4px 4px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  padding: 10px 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x3__card {
    flex-direction: column;
    padding: 0 10px;
  }
}
.s-content-x3__item {
  display: flex;
  flex: 1;
  gap: 20px;
  padding: 20px 0;
  position: relative;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x3__item {
    padding: 0;
    width: 100%;
  }
}
.s-content-x3__item-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 15px 10px 30px;
  max-width: 395px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x3__item-content {
    padding: 20px 0;
  }
}
.s-content-x3__index {
  color: #B2B2B2;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
.s-content-x3__index::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #8C6D51;
}
.s-content-x3__separator {
  width: 1px;
  height: 100%;
  background-color: #F0F0F0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x3__separator {
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.s-content-x4 {
  margin-top: 0;
  margin-bottom: 0;
}
.s-content-x4__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media only screen and (max-width: 1279.98px) {
  .s-content-x4__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-x4__grid {
    grid-template-columns: 1fr;
  }
}
.s-content-x4__card {
  background-color: #FFF;
  border: 1px solid rgba(4, 205, 174, 0.3);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px 0 rgba(4, 205, 174, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.s-content-x4__card:hover {
  transform: translateY(-5px);
  box-shadow: 4px 4px 10px 0 rgba(4, 205, 174, 0.2);
}
@media only screen and (max-width: 949.98px) {
  .s-content-x4__card {
    padding: 20px 10px;
  }
}
.s-content-x4__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s-content-x5 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s-content-x5__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x5__scroll {
  overflow-x: auto;
  width: 100vw;
  padding: 0 calc((100vw - 1921px) / 2);
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
.s-content-x5__scroll::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 600px) {
  .s-content-x5__scroll {
    padding: 0 10px;
    width: calc(100% + 20px);
  }
}
.s-content-x5__track {
  display: flex;
  gap: 25px;
  width: -moz-max-content;
  width: max-content;
}
.s-content-x5__track::after {
  content: "";
  flex: 0 0 3dvw;
}
@media only screen and (max-width: 600px) {
  .s-content-x5__track::after {
    flex: 0 0 10px;
  }
}
.s-content-x5__card-media {
  position: relative;
  flex: 0 0 400px;
  width: 400px;
  height: 530px;
  border-radius: 5px;
  overflow: hidden;
  scroll-snap-align: start;
  max-width: 400px;
}
.s-content-x5__card-media .a-ciber-card {
  max-width: none;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x5__card-media {
    flex: 0 0 400px;
    width: 400px;
    height: auto;
  }
}
.s-content-x5__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-content-x5__card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.s-content-x5__card-info {
  flex: 0 0 400px;
  width: 400px;
  height: 530px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-radius: 5px;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
  scroll-snap-align: start;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x5__card-info {
    flex: 0 0 auto;
    width: 400px;
    height: auto;
    padding: 25px;
  }
}
.s-content-x5__card-info a {
  text-decoration: underline;
}
.s-content-x5__card-info a:hover {
  opacity: 0.7;
}
.s-content-x5__card-header {
  display: flex;
  gap: 15px;
  align-items: center;
}
.s-content-x5__card-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s-content-x5__card-author {
  display: flex;
  flex-direction: column;
}
.s-content-x5__card-date {
  font-size: 12px;
  font-weight: 400;
}
.s-content-x5__card-body {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}
.s-content-x5__card-body::-webkit-scrollbar {
  display: none;
}
.s-content-x5__main-footer a {
  text-decoration: underline;
}
.s-content-x5__main-footer a:hover {
  opacity: 0.7;
}

.s-content-x6 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s-content-x6__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.s-content-x6__header .h-title-escort {
  margin-bottom: 0;
}
.s-content-x6__header .h-title-section {
  text-align: center !important;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__header {
    text-align: left !important;
    align-items: flex-start !important;
  }
  .s-content-x6__header * {
    text-align: left !important;
    align-items: flex-start !important;
  }
  .s-content-x6__header .h-title-section {
    text-align: left !important;
  }
}
.s-content-x6__facts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__facts-grid {
    grid-template-columns: 1fr;
  }
}
.s-content-x6__facts-item {
  padding: 25px;
  border: 1px solid #E9E9E9;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 860px) {
  .s-content-x6__facts-item {
    border-radius: 0;
  }
  .s-content-x6__facts-item:nth-child(1) {
    border-top-left-radius: 5px;
  }
  .s-content-x6__facts-item:nth-child(2) {
    border-top-right-radius: 5px;
  }
  .s-content-x6__facts-item:nth-last-child(2) {
    border-bottom-left-radius: 5px;
  }
  .s-content-x6__facts-item:nth-last-child(1) {
    border-bottom-right-radius: 5px;
  }
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__facts-item {
    padding: 20px;
    border-radius: 0;
  }
  .s-content-x6__facts-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s-content-x6__facts-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.s-content-x6__facts-item p {
  max-width: 540px;
}
.s-content-x6__bullets-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #EEE;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__bullets-grid {
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.s-content-x6__bullet-item {
  padding: 40px 30px;
  background-color: #FFF;
  border-right: 1px solid #EEE;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border-radius: 0;
}
.s-content-x6__bullet-item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.s-content-x6__bullet-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: none;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__bullet-item {
    padding: 20px 15px;
    gap: 5px;
    align-items: flex-start;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #EEE;
  }
  .s-content-x6__bullet-item p {
    text-align: left !important;
  }
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__bullet-item {
    padding: 25px 20px;
    border-right: none;
    border-bottom: 1px solid #EEE;
    border-radius: 0;
  }
  .s-content-x6__bullet-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .s-content-x6__bullet-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: none;
  }
}
.s-content-x6__bullet-item p {
  max-width: 100%;
}
.s-content-x6__bullet-number {
  display: block;
  font-family: inherit;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
  color: #04CDAE;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x6__bullet-number {
    font-size: 44px;
  }
}

.s-content-x7 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x7 {
    gap: 30px;
  }
}
.s-content-x7__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x7__list {
  display: flex;
  flex-direction: column;
}
.s-content-x7__item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background-color: #FFF;
  border: 1px solid #EEE;
  border-bottom: none;
  border-radius: 0;
}
.s-content-x7__item:first-child {
  padding-top: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.s-content-x7__item:last-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #EEE;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x7__item {
    padding: 25px 20px;
    gap: 15px;
  }
}
.s-content-x7__avatar {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background-color: #1A1A1A;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  overflow: hidden;
}
.s-content-x7__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x7__avatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 18px;
  }
}
.s-content-x7__info {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "header tags" "bio bio";
  gap: 15px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x7__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.s-content-x7__info .s-content-x7__info-header {
  grid-area: header;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x7__info .s-content-x7__info-header {
    max-width: 260px;
  }
}
.s-content-x7__info .s-content-x7__info-header h3 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.s-content-x7__info .s-content-x7__info-header .p-badge {
  align-self: flex-start;
  white-space: normal;
}
.s-content-x7__info .s-content-x7__bio {
  grid-area: bio;
  overflow-wrap: break-word;
}
.s-content-x7__tags {
  grid-area: tags;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: center;
  max-width: 300px;
  align-self: flex-start;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x7__tags {
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.s-content-x7__tags .p-badge {
  background-color: #EEE;
  padding: 5px 10px;
  border-radius: 5px;
  white-space: nowrap;
  text-transform: capitalize;
}
.s-content-x7__callout {
  background-color: #000;
  padding: 20px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s-content-x8 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 0 3dvw;
  align-items: center;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x8 {
    gap: 30px;
    padding: 0;
  }
}
.s-content-x8__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 800px;
  align-items: center;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x8__header {
    text-align: left;
    align-items: flex-start;
  }
}
.s-content-x8__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x8__grid {
    grid-template-columns: 1fr;
  }
}
.s-content-x8__card {
  background-color: #FFF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  border-radius: 5px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  justify-content: space-between;
}
.s-content-x8__card--highlight {
  border: 1px solid var(--Text-highlight, #04CDAE);
  background: var(--Backgrounds-white, #FFF);
  box-shadow: 6px 6px 10px 0 rgba(4, 205, 174, 0.15);
}
.s-content-x8__card-header {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.s-content-x8__card-subtext {
  gap: 0;
}
.s-content-x8__card-top {
  display: flex;
  justify-content: flex-end;
  min-height: 20px;
}
.s-content-x8__card-main-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-content-x8__card-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.s-content-x8__card-divider {
  border-top: 1px solid #E9E9E9;
}
.s-content-x8__card-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x8__card-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
  align-items: center;
}
.s-content-x8__badge {
  padding: 3px 10px;
  border-radius: 5px;
}
.s-content-x8__badge--next, .s-content-x8__badge--primary {
  background-color: #FE3F00;
  color: #fff;
  border: 1px solid #FE3F00;
}
.s-content-x8__badge--secondary {
  background-color: rgba(254, 63, 0, 0.1);
  color: #FE3F00;
  border: 1px solid #FE3F00;
}
.s-content-x8__badge--discount {
  background-color: rgba(4, 205, 174, 0.15);
  color: #006858;
  border: 1px solid #04CDAE;
}
.s-content-x8__old-price {
  text-decoration: line-through;
}
.s-content-x8__cta {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.s-content-x8__cta .a-cta__icon {
  display: flex;
  align-items: center;
}
.s-content-x8__inclusions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x8__inclusions-grid {
    grid-template-columns: 1fr;
  }
}
.s-content-x8__inclusions-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x8__inclusions-header .p-badge {
  color: #026062;
}
.s-content-x8__inclusions-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #FFF;
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x8__inclusions-left {
    padding: 20px;
  }
}
.s-content-x8__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  max-width: 460px;
}
.s-content-x8__list-item {
  display: flex;
  gap: 20px;
}
.s-content-x8__list-icon {
  flex-shrink: 0;
  padding-top: 5px;
}
.s-content-x8__list-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-content-x8__boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-content-x8__box {
  padding: 30px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  justify-content: flex-start;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x8__box {
    padding: 20px;
  }
}
.s-content-x8__box--turquoise {
  background-color: rgba(4, 205, 174, 0.15);
  border: 1px solid #04CDAE;
}
.s-content-x8__box--peach {
  justify-content: center;
  background-color: rgba(254, 63, 0, 0.15);
  border: 1px solid #FE3F00;
}
.s-content-x8__box--black, .s-content-x8__box--advisor {
  background-color: #000;
}
.s-content-x8__box-advisor {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
}
.s-content-x8__box-advisor-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.s-content-x9 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-content-x9__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x9__columns {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 860px) {
  .s-content-x9__columns {
    flex-direction: row;
  }
}
.s-content-x9__col {
  flex: 1;
  padding: 40px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x9__col {
    padding: 24px;
  }
}
.s-content-x9__col--left {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-content-x9__col--right {
  background-color: #F7F9FA;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.s-content-x9__list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.s-content-x9__list--left {
  gap: 20px;
}
.s-content-x9__list--right {
  gap: 15px;
}
.s-content-x9__list li {
  position: relative;
  padding-left: 20px;
  list-style-type: none !important;
}
.s-content-x9__list li::marker {
  display: none;
  content: "";
}
.s-content-x9__col--left .s-content-x9__list li {
  color: rgba(255, 255, 255, 0.8);
}
.s-content-x9__list--squares li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.s-content-x9__list--arrows li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12' fill='none'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%2304CDAE' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.s-content-x9__banner {
  background-color: #000;
  border-radius: 5px;
  padding: 35px 25px 25px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x9__banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
  }
}
.s-content-x9__banner-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s-content-admission {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-admission {
    gap: 30px;
  }
}
.s-content-admission__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-admission__video {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.1));
}
.s-content-admission__video-inner {
  aspect-ratio: 7/4;
  overflow: hidden;
  background-color: #000;
  position: relative;
}
.s-content-admission__video-inner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.s-content-admission__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1279.98px) {
  .s-content-admission__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 949.98px) {
  .s-content-admission__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.s-content-admission__card {
  background-color: #F7F7F7;
  border: 1px solid #EEE;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.s-content-admission__card--highlight {
  border-left: 3px solid var(--Text-highlight, #04CDAE);
  background: rgba(4, 205, 174, 0.1);
}
@media only screen and (max-width: 949.98px) {
  .s-content-admission__card {
    padding: 20px;
  }
}
.s-content-admission__footer {
  display: flex;
  justify-content: center;
}

.s-content-x11 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x11 {
    gap: 30px;
  }
}
.s-content-x11__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x11__description {
  max-width: 900px;
}
.s-content-x11__table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #E9E9E9;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x11__table-wrapper {
    margin-bottom: 0;
  }
}
.s-content-x11__table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.s-content-x11__table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.s-content-x11__table-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}
.s-content-x11__table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
  table-layout: fixed;
}
.s-content-x11__table th,
.s-content-x11__table td {
  padding: 20px;
  text-align: left;
  border: 1px solid #E9E9E9;
  vertical-align: middle;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x11__table th,
  .s-content-x11__table td {
    padding: 15px;
  }
}
.s-content-x11__table th:first-child,
.s-content-x11__table td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: #FFFFFF;
  border-right: 2px solid #E9E9E9 !important;
  width: 150px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x11__table th:first-child,
  .s-content-x11__table td:first-child {
    width: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.s-content-x11__table th {
  background-color: #FFF;
  font-weight: 700;
  color: #111;
}
.s-content-x11__table th:first-child {
  z-index: 3;
  opacity: 1;
}
.s-content-x11__row-label {
  font-weight: 700;
  color: #888;
  background-color: #FAFAFA !important;
}
.s-content-x11__col--highlight {
  background-color: #000 !important;
  color: #FFFFFF !important;
  opacity: 1 !important;
}
th.s-content-x11__col--highlight {
  background-color: #000 !important;
  color: #04CDAE !important;
  opacity: 1 !important;
}

.s-content-x11__col--highlight strong {
  color: #FFFFFF !important;
}
.s-content-x11__ctas {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x11__ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
}
.s-content-x11__ctas .a-cta {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-content-x12 {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.s-content-x12__header-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x12__header-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.s-content-x12__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x12__intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 650px;
}
.s-content-x12__advisor-card {
  width: 100%;
  max-width: 360px;
  background-color: #F7F7F7;
  border: 1px solid #EEE;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x12__advisor-card {
    max-width: none;
  }
}
.s-content-x12__advisor-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.s-content-x12__advisor-card-header .p-badge {
  color: #04CDAE;
  font-weight: 900;
}
.s-content-x12__advisor-card-actions {
  display: flex;
  gap: 15px;
}
.s-content-x12__advisor-card-actions .a-cta {
  flex: 1;
  min-width: unset;
}
.s-content-x12__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1279.98px) {
  .s-content-x12__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media only screen and (max-width: 859.98px) {
  .s-content-x12__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.s-content-x12__coming-soon {
  background-color: #FAFAFA;
  border: 1px dashed #e0e0e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  text-align: center;
  gap: 15px;
  min-height: 400px;
}
.s-content-x12__coming-soon-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.s-content-x12__coming-soon-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.s-content-x12__coming-soon h3 {
  text-align: center;
}
.s-content-x12__coming-soon-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
.s-content-x12__coming-soon-tags .p-badge {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #888888;
  padding: 6px 12px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.s-content-x12__card-wrapper .a-card {
  height: 100%;
}
.s-content-x12 .a-cta__icon {
  max-height: 20px;
}

.s-content-x13__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x13__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.s-content-x13__header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.s-content-x13__left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.s-content-x13__quote-box {
  background-color: rgba(4, 205, 174, 0.1);
  padding: 25px 20px;
  border-radius: 0 10px 10px 0;
  border-left: 4px solid #04CDAE;
  position: relative;
}
.s-content-x13__actions {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x13__actions .a-cta {
    width: 100%;
  }
}
.s-content-x13__features-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px;
  align-items: flex-end;
}
.s-content-x13__feature-card {
  border-radius: 5px;
  background: #FFF;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  min-height: 75px;
  max-width: 650px;
  gap: 30px;
  overflow: hidden;
  padding: 10px;
  padding-right: 30px;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x13__feature-card {
    min-height: unset;
  }
}
.s-content-x13__feature-line {
  width: 4px;
  background-color: #04CDAE;
  flex-shrink: 0;
  align-self: stretch;
}

.s-content-x14 {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
}
.s-content-x14__header {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.s-content-x14__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 949.98px) {
  .s-content-x14__grid {
    grid-template-columns: 1fr;
  }
}
.s-content-x14__card {
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  max-width: 650px;
  gap: 30px;
  background-color: #FAFAFA;
}
@media only screen and (max-width: 859.98px) {
  .s-content-x14__card {
    padding: 30px 20px;
  }
}
.s-content-x14__card-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x14__card-body {
  flex: 1;
}
.s-content-x14__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.s-content-x14__list-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.s-content-x14__list-icon {
  flex-shrink: 0;
  padding: 5px 0;
}
.s-content-x14__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 6px 12px;
}
.s-content-x14 {
  /* Themes */
}
.s-content-x14__card--light {
  background-color: #FFFFFF;
}
.s-content-x14__card--light .s-content-x14__card-escort {
  color: #FE3F00;
}
.s-content-x14__card--light .s-content-x14__card-title {
  color: #000;
}
.s-content-x14__card--light .s-content-x14__card-subtitle {
  color: #000;
}
.s-content-x14__card--light .s-content-x14__list-text {
  color: #000;
}
.s-content-x14__card--light .s-content-x14__list-icon {
  color: #FE3F00;
}
.s-content-x14__card--light .s-content-x14__badge {
  border: 1px solid #FE3F00;
  color: #FE3F00;
  background-color: rgba(254, 63, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.s-content-x14__card--dark-green {
  background-color: rgba(4, 205, 174, 0.2);
}
.s-content-x14__card--dark-green .s-content-x14__card-escort {
  color: #04CDAE;
}
.s-content-x14__card--dark-green .s-content-x14__card-title {
  color: #fff;
}
.s-content-x14__card--dark-green .s-content-x14__card-subtitle {
  color: #fff;
}
.s-content-x14__card--dark-green .s-content-x14__list-text {
  color: #fff;
}
.s-content-x14__card--dark-green .s-content-x14__list-icon {
  color: #04CDAE;
}
.s-content-x14__card--dark-green .s-content-x14__badge {
  border: 1px solid #04CDAE;
  color: #04CDAE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(4, 205, 174, 0.1);
  border-radius: 2px;
}

.s-content-10 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: var(--bg2x);
  background-position: 30%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 860px) {
  .s-content-10 {
    background-image: var(--bg1x);
    background-position: bottom center;
  }
}
.s-content-10--nochef {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 860px) {
  .s-content-10--nochef {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.s-content-10 .a-wyswyg {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 860px) {
  .s-content-10--black.s-content-10--nochef {
    padding-top: 0px;
  }
}

.s-content-10--reverse .s-content-10__container {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 860px) {
  .s-content-10--reverse .s-content-10__container {
    flex-direction: column-reverse;
  }
}

.s-content-10__container {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.s-content-10__container--column {
  flex-direction: column;
}
.s-content-10__container--no__gap {
  gap: 0px;
}
.s-content-10__container--center {
  align-items: center;
}
.s-content-10__container--center .s-content-10__column--picture {
  margin-top: 0px !important;
}
@media only screen and (max-width: 860px) {
  .s-content-10__container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__container {
    align-items: center;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-10__container--no_reverse {
    flex-direction: column !important;
  }
}

.s-content-10__column {
  flex-basis: 50%;
  flex: 1;
}
.s-content-10__column--gap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.s-content-10__column--wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-content: space-between;
  flex-basis: unset;
}
@media only screen and (max-width: 860px) {
  .s-content-10__column {
    flex-basis: 100%;
  }
}

.s-content-10__column--content {
  width: 41.5%;
  max-width: 550px;
}
.s-content-10__column--content--minus {
  max-width: 500px;
}
@media only screen and (max-width: 1280px) {
  .s-content-10__column--content--minus {
    max-width: 410px;
  }
}
@media only screen and (max-width: 860px) {
  .s-content-10__column--content {
    width: 100%;
  }
}

.s-content-10--wide .s-content-10__column--content {
  max-width: 650px;
}

.s-content-10__read_more {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.s-content-10__column--bullets {
  max-width: 280px;
  box-sizing: border-box;
}

.s-content-10__column--picture {
  max-width: 47.5%;
  margin-top: 35px;
}
.s-content-10__column--picture--centered {
  max-width: 50%;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 860px) {
  .s-content-10__column--picture {
    max-width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture {
    margin-top: 0px;
  }
}
.s-content-10__column--picture picture {
  margin-bottom: 0px;
}

@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile {
    max-width: 100vw;
    width: 100vw;
    margin: 0px;
    margin-left: -10px;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile--no-margin {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .s-content-10__column--picture-full-mobile--full-bleed {
    margin-left: 0;
  }
  .s-content-10__column--picture-full-mobile--full-bleed img {
    width: 100%;
  }
}

.s-content-10__video {
  position: relative;
}
.s-content-10__video video {
  width: 100%;
}

.section-nav-x1 {
  position: sticky;
  top: var(--header-height, 100px);
  z-index: 4;
  background-color: #fff;
  width: 100%;
  transition: all 0.3s ease-in-out;
  margin: 30px 0px 50px;
  padding-top: 20px;
  padding-bottom: 0px;
}
@media only screen and (max-width: 859.98px) {
  .section-nav-x1 {
    margin: 30px 0px 0px 0px;
  }
}
.section-nav-x1__list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid #888888;
  gap: 25px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
}
.section-nav-x1__list::-webkit-scrollbar {
  display: none;
}
.section-nav-x1__item {
  flex: 0 0 auto;
  list-style: none;
  margin: 0;
}
.section-nav-x1__item:last-child {
  margin-right: 0;
}
.section-nav-x1__link {
  display: block;
  border-bottom: 2.5px solid transparent;
  margin-bottom: -1.5px;
  transition: all 0.2s ease-in-out;
}
.section-nav-x1__link.is-active {
  border-bottom-color: #000;
  color: #000;
}

.a-dropdown-item {
  border-top: 1px solid rgba(136, 136, 136, 0.2);
  padding-top: 10px;
  padding-bottom: 30px;
  list-style-type: none;
  margin-bottom: 0px;
}
.a-dropdown-item--clean {
  border: 0px;
  padding: 0px;
}
.a-dropdown-item--left .a-dropdown-item__content {
  text-align: left;
}
.a-dropdown-item--left .a-dropdown-item__content p,
.a-dropdown-item--left .a-dropdown-item__content span,
.a-dropdown-item--left .a-dropdown-item__content li,
.a-dropdown-item--left .a-dropdown-item__content div {
  text-align: left;
}

.a-dropdown-item__header {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.a-dropdown-item__header::after {
  position: absolute;
  content: "";
  right: 25px;
  top: calc(50% - 8px);
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
}

.a-dropdown-item--clean .a-dropdown-item__header {
  width: -moz-fit-content;
  width: fit-content;
}
.a-dropdown-item--clean .a-dropdown-item__header::after {
  right: 15px;
}

.a-dropdown-item__header.active::after,
.a-dropdown-item__header.is-active::after {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}

.a-dropdown-item__content {
  max-width: 880px;
  padding-right: 50px !important;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  line-height: 0;
  padding: 0;
  color: transparent;
}
.a-dropdown-item__content ul,
.a-dropdown-item__content ol {
  padding-left: unset;
}
.a-dropdown-item__content span,
.a-dropdown-item__content a,
.a-dropdown-item__content li,
.a-dropdown-item__content ul,
.a-dropdown-item__content ol,
.a-dropdown-item__content br {
  transition: all 0.5s ease-in-out;
  line-height: 0;
}
.a-dropdown-item__content ul li {
  font-size: inherit;
  color: inherit;
  list-style: inside;
  list-style-type: disc;
  display: list-item;
  margin-bottom: 0px;
}
.a-dropdown-item__content ol li {
  font-size: inherit;
  color: inherit;
  list-style: inside;
  list-style-type: decimal;
  display: list-item;
  margin-bottom: 0px;
}

.a-dropdown-item__content--tab {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  transition: all 0.5s ease-in-out;
}
.a-dropdown-item__content--tab a {
  color: #04CDAE;
  text-decoration: underline;
  font-weight: 600;
}
.a-dropdown-item__content--tab a:hover {
  text-decoration: none;
}

.a-dropdown-item__content.active,
.a-dropdown-item__content.is-active {
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 0;
  color: #888888;
}
.a-dropdown-item__content.active span,
.a-dropdown-item__content.active li,
.a-dropdown-item__content.active ul,
.a-dropdown-item__content.active ol,
.a-dropdown-item__content.active br,
.a-dropdown-item__content.is-active span,
.a-dropdown-item__content.is-active li,
.a-dropdown-item__content.is-active ul,
.a-dropdown-item__content.is-active ol,
.a-dropdown-item__content.is-active br {
  line-height: 1.2;
}
.a-dropdown-item__content.active a,
.a-dropdown-item__content.is-active a {
  line-height: 1.5;
}

.a-dropdown-item__content.active.a-dropdown-item__content--tab > span,
.a-dropdown-item__content.is-active.a-dropdown-item__content--tab > span {
  border-bottom: 0.5px solid #888888;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.a-dropdown-item--clean .a-dropdown-item__content.active,
.a-dropdown-item--clean .a-dropdown-item__content.is-active {
  color: #000;
}

.m-dropdown-list {
  max-width: 1120px;
  list-style-type: none;
  padding-left: 0px;
}

.m-dropdown-list a {
  color: #888 !important;
  font-weight: 600 !important;
}

.m-dropdown-list a:hover {
  color: #646464 !important;
}

.a-pretty-rect {
  position: relative;
  display: block;
  margin-bottom: 35px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .a-pretty-rect {
    width: 100vw;
    margin-left: -10px;
  }
}
.a-pretty-rect::after {
  content: "";
  position: absolute;
  border: 5px solid #000;
  top: 25px;
  left: 25px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
@media only screen and (max-width: 600px) {
  .a-pretty-rect::after {
    width: calc(100vw - 40px);
    height: calc(100% - 40px);
    top: 15px;
    left: 15px;
  }
}
.a-pretty-rect--primary::after {
  border-color: #04CDAE;
}
.a-pretty-rect--share::after {
  border-color: #095FC6;
}
.a-pretty-rect--b2b::after {
  border-color: #92D050;
}

.s-content-8 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.s-content-8--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.s-content-8__header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.s-content-8__content {
  display: flex;
  justify-content: space-between;
}
.s-content-8__content .m-dropdown-list {
  max-width: 940px;
}
@media only screen and (max-width: 950px) {
  .s-content-8__content .m-dropdown-list {
    max-width: 100%;
  }
}

.s-content-8__picture {
  max-width: 430px;
}
@media only screen and (max-width: 950px) {
  .s-content-8__picture {
    max-width: 100%;
  }
}

.s-content-8__picture {
  max-width: 400px;
  max-height: 600px;
}
.s-content-8__picture img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
