@charset "UTF-8";
/* @import "../css/thema.css";
@import "../css/icomoon/style";  */
@font-face {
  font-family: "SoraVariable";
  src: url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Sora/Sora-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "InterItalicVariable";
  src: url("../fonts/Inter/Inter-Italic-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Inter/Inter-Italic-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
@font-face {
  font-family: "InterVariable";
  src: url("../fonts/Inter/Inter-Regular-VariableFont_wght.woff2") format("woff2 supports variations"), url("../fonts/Inter/Inter-Regular-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 1000;
}
/* @font-face {
     font-family: "SoraVariable";
     src: url("Sora-VariableFont_wght.woff2") format("woff2 supports variations"),
          url("Sora-VariableFont_wght.woff2") format("woff2-variations");
     font-weight: 100 1000;
} */ /*  */ /* May + alt + a */
/* -------------------------------------------------------------------
 * ## Reset
 * ------------------------------------------------------------------- */
:after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

button {
  padding: 0;
  border: none;
  padding-block: 0;
  padding-inline: 0;
  cursor: pointer;
  display: block;
  font-family: inherit;
}

a {
  text-decoration: none !important;
}
a:active {
  color: unset;
}

li {
  list-style: none;
}

/* -------------------------------------------------------------------
 * ## Design System
 * ------------------------------------------------------------------- */
/*-- VARIABLES MediaQuery--*/
/*   $xs: 0;
  $sm: 576px;
  $md: 768px;
  $lg: 992px;
  $xl: 1200px;
 */
/*-- VARIABLES FONT-SIZES --**/
/* nuevas// proyecto */
.textM {
  /* Desktop/Bodycopy/Text M */
  font-family: Sora;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
}

.textNabar {
  color: var(--Neutral-800, #292E30);
  text-align: center;
  /* Desktop/Navbar */
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 28.5px */
  letter-spacing: -0.209px;
}

/*-- VARIABLES ESPACIO PADDING/MARGIN--**/
/*-- VARIABLES unicas --*/
/*-- fuentes --*/
/*-- VARIABLES BORDER-RADIUS --*/
/*-- COLORS --*/
html {
  height: -webkit-fill-available;
}

:root {
  font-family: "SoraVariable", sans-serif;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: #FAFAFA;
  background-color: #fafafa;
}
body .contentLimit {
  width: 100%;
  margin: 0 auto;
  padding: 0 4.08vw;
  max-width: 1688px;
}
@media (min-width: 678px) {
  body .contentLimit {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  body .contentLimit {
    padding: 0 64px;
    max-width: 1920px;
  }
}
@media (min-width: 1550px) {
  body .contentLimit {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  body .contentLimit {
    padding: 0 116px;
  }
}
body main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* section{
    width: 100%;

    margin: 0 auto;
    border: 1px solid red;
       @media (min-width: v.$m) {
        height: calc(100dvh - v.$hHeaderDes);
    }
} */
.fit {
  width: fit-content !important;
}

/* -------------------------------------------------------------------
 * ## mixins
 * ------------------------------------------------------------------- */
/*-- BREAK POINTS--*/
/*
  $s: 678px;//no se pone el corte a 834 como figma porque se desborda
  $m: 1024px;// medida cambio header
  $xxl: 1400px;1550px NUEVO

*/
.linkInvert, a.linkInvert, .linkInvert a:link, .linkInvert a:visited {
  color: #FAFAFA;
}
.linkInvert a:hover, .linkInvert a:active, a.linkInvert a:hover, a.linkInvert a:active, .linkInvert a:link a:hover, .linkInvert a:link a:active, .linkInvert a:visited a:hover, .linkInvert a:visited a:active {
  color: #AACAFF;
}

.siteHeader {
  width: 100%;
  background: transparent;
  position: fixed;
  top: env(safe-area-inset-top, 0px);
  left: 0;
  right: 0;
  z-index: 50;
  height: 62px;
  z-index: 999;
}
@media (min-width: 1025px) {
  .siteHeader {
    height: 68px;
  }
}
.siteHeader.isScrolled .headerWrap {
  width: calc(100% - 8.16vw);
  padding: 0 24px;
  border-radius: 14px;
  transform: translateY(8px);
}
.siteHeader.isScrolled .headerWrap::before {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}
@media (min-width: 678px) {
  .siteHeader.isScrolled .headerWrap {
    width: calc(100% - 15.38vw);
    padding: 0 32px;
  }
}
@media (min-width: 1025px) {
  .siteHeader.isScrolled .headerWrap {
    width: calc(100% - 128px);
    padding: 0 40px;
  }
}
@media (min-width: 1550px) {
  .siteHeader.isScrolled .headerWrap {
    width: calc(100% - 128px);
  }
}
@media (min-width: 1920px) {
  .siteHeader.isScrolled .headerWrap {
    width: 1688px;
  }
}
@media (max-width: 1024px) {
  .siteHeader.isScrolled .headerMenu {
    height: calc(100dvh - 16px - 62px);
    padding-left: 24px;
    padding-right: 24px;
  }
  .siteHeader.isScrolled.menuOpen .headerWrap::before {
    height: calc(100dvh - 16px);
    border-radius: 14px;
  }
}
@media (max-width: 1024px) {
  .siteHeader.menuOpen .headerWrap::before {
    height: 100dvh;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.16);
  }
  .siteHeader.menuOpen .menuToggle .menuToggleLine:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .siteHeader.menuOpen .menuToggle .menuToggleLine:nth-child(2) {
    opacity: 0;
  }
  .siteHeader.menuOpen .menuToggle .menuToggleLine:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.siteHeader .headerWrap {
  width: calc(100% - 0px);
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 4.08vw;
  margin: 0 auto;
  overflow: visible;
  transition: width 0.35s ease, padding 0.35s ease, border-radius 0.35s ease, box-shadow 0.35s ease, transform 0.35s ease;
}
.siteHeader .headerWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #FAFAFA;
  border-radius: inherit;
  z-index: -1;
  transition: height 0.45s cubic-bezier(0.25, 1, 0.5, 1), border-radius 0.35s ease, box-shadow 0.35s ease;
}
@media (min-width: 678px) {
  .siteHeader .headerWrap {
    padding: 0 7.69vw;
  }
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap {
    padding: 0 64px;
    border-bottom: 0;
  }
}
@media (min-width: 1550px) {
  .siteHeader .headerWrap {
    padding: 0 64px;
  }
}
@media (min-width: 1920px) {
  .siteHeader .headerWrap {
    padding: 0 116px;
  }
}
.siteHeader .headerWrap .logoBlock {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap .logoBlock {
    max-width: 230px;
    /* max-height: 34px; */
  }
}
.siteHeader .headerWrap .logoBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
.siteHeader .headerWrap .logoBlock {
  /* 			.logoText {
  				color: v.$neutral-1000;
  				font-family: v.$sora;
  				font-weight: 400;
  				line-height: 1;
  				letter-spacing: -0.02em;
  				text-transform: lowercase; */
  /* 	@media (min-width: 768px) {
  	} */
  /* } */
}
.siteHeader .headerWrap .menuToggle {
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .siteHeader .headerWrap .menuToggle {
    display: none;
  }
}
.siteHeader .headerWrap .menuToggle .menuToggleLine {
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background-color: #000000;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.siteHeader .headerBackdrop {
  position: fixed;
  inset: 0;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.siteHeader .headerBackdrop.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .siteHeader .headerBackdrop {
    display: none;
  }
}
.siteHeader .headerMenu {
  position: absolute;
  top: 62px;
  left: 0;
  right: 0;
  height: calc(100dvh - 62px);
  padding: 16px 4.08vw 38.92px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
}
@media (min-width: 678px) {
  .siteHeader .headerMenu {
    padding: 16px 7.69vw 38.92px;
  }
}
.siteHeader .headerMenu.isOpen {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.3s ease 0.12s, transform 0.3s ease 0.12s, visibility 0.3s;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
    overflow: visible;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 2.5rem;
  }
}
.siteHeader .headerMenu .headerMenuTop {
  display: none;
}
.siteHeader .headerMenu .headerMenuLogo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  width: 100%;
  max-width: 180px;
}
.siteHeader .headerMenu .headerMenuLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 15%;
  display: block;
}
.siteHeader .headerMenu .menuClose {
  position: relative;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .menuClose {
    display: none;
  }
}
.siteHeader .headerMenu .menuClose .menuCloseLine {
  position: absolute;
  width: 30px;
  height: 2px;
  border-radius: 1000px;
  background-color: #000000;
}
.siteHeader .headerMenu .menuClose .menuCloseLine:first-child {
  transform: rotate(45deg);
}
.siteHeader .headerMenu .menuClose .menuCloseLine:last-child {
  transform: rotate(-45deg);
}
.siteHeader .headerMenu .headerNav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-top: auto;
  margin-bottom: 7px;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav {
    flex-direction: row;
    align-items: center;
    gap: 42.8px;
    width: auto;
  }
}
.siteHeader .headerMenu .headerNav .headerLink {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  width: 100%;
  padding: 0.5rem 0;
  color: #3D1FFF;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.38px;
  border-bottom: 1px solid rgba(61, 31, 255, 0.35);
  text-wrap: nowrap;
  transition: all 0.25s ease;
}
.siteHeader .headerMenu .headerNav .headerLink:hover .headerLinkText,
.siteHeader .headerMenu .headerNav .headerLink:hover .headerLinkIndex, .siteHeader .headerMenu .headerNav .headerLink.active .headerLinkText,
.siteHeader .headerMenu .headerNav .headerLink.active .headerLinkIndex {
  font-weight: 700;
  letter-spacing: -0.418px;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav .headerLink {
    align-items: center;
    gap: 0;
    width: auto;
    padding: 0;
    position: relative;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.209px;
    border-bottom: 0;
    color: #292E30;
  }
  .siteHeader .headerMenu .headerNav .headerLink::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 2px;
    background-color: #3D1FFF;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.28s ease;
  }
  .siteHeader .headerMenu .headerNav .headerLink:hover::after {
    transform: scaleX(1);
  }
  .siteHeader .headerMenu .headerNav .headerLink.active::after {
    transform: scaleX(1);
  }
}
.siteHeader .headerMenu .headerNav .headerLinkIndex {
  display: inline-flex;
  min-width: 32px;
  padding-top: 0.5rem;
  font-family: "SoraVariable", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.132px;
  color: #3D1FFF;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerNav .headerLinkIndex {
    display: none;
  }
}
.siteHeader .headerMenu .headerNav .headerLinkText {
  flex: 1 1 auto;
  min-width: 0;
}
.siteHeader .headerMenu .headerNav {
  /* .headerLink.active .headerLinkIndex {
  	font-weight: 700;
  } */
}
.siteHeader .headerMenu .headerActions {
  display: grid;
  gap: 1rem;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerActions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-bottom: 0;
    width: auto;
  }
}
@media (min-width: 1025px) {
  .siteHeader .headerMenu .headerActions .btnDef,
  .siteHeader .headerMenu .headerActions .btnLineLight,
  .siteHeader .headerMenu .headerActions .btnLineDark {
    font-size: 16px;
    width: auto;
    padding: 6px 1rem;
  }
}
.siteHeader .headerMenu .headerActions .btnDef:hover {
  background-color: #3D1FFF;
  outline-color: #3D1FFF;
  color: #F0F1F3;
  font-weight: 700;
}
.siteHeader .headerMenu .headerActions .btnLineDark:hover {
  outline-width: 1px;
  font-weight: 700;
}
body.menuOpen {
  overflow: hidden;
}

.btnDefLight,
.btnDef {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: v.$hBtn; */
  padding: 6px 1rem;
  border-radius: 1000px;
  outline: 1px solid #3D1FFF;
  background-color: #3D1FFF;
  color: #F0F1F3;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, font-weight 0.2s ease;
  white-space: nowrap;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.btnDefLight:hover,
.btnDef:hover {
  background-color: #2414C2;
  color: #F0F1F3;
}
.btnDefLight:active,
.btnDef:active {
  border: none;
  color: #F0F1F3;
  background-color: #2414C2;
  outline-color: #0A0885;
  box-shadow: 1px 1px 4.5px 0 rgba(10, 8, 133, 0.5);
}
.btnDefLight.big,
.btnDef.big {
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.242px;
}

.btnDefLight {
  background-color: #F0F1F3;
  color: #3D1FFF;
  outline: 1px solid #D4E5FF;
}
.btnDefLight:hover {
  background-color: #F0F1F3;
  color: #3D1FFF;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
  font-weight: 700;
}
.btnDefLight:active {
  border: none;
  color: #3D1FFF;
  background-color: #D8DBE0;
  outline-color: #F0F1F3;
  outline: 3px solid #D4E5FF;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
}

.btnDef.modalCta:hover,
.btnDef.modalNavCta:hover {
  background-color: #3D1FFF;
  color: #F0F1F3;
  font-weight: 700;
}

.btnLineLight,
.btnLineDark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: v.$hBtn; */
  padding: 6px 1rem;
  border-radius: 1000px;
  outline: 1px solid #393E43;
  background-color: transparent;
  color: #393E43;
  text-decoration: none;
  font-family: "SoraVariable", sans-serif;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, outline 0.1s ease, font-weight 0.2s ease;
  white-space: nowrap;
  border: none;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: -0.176px;
}
.btnLineLight:hover,
.btnLineDark:hover {
  outline: 2px solid #393E43;
}
.btnLineLight:active,
.btnLineDark:active {
  border: none;
  outline: 3px solid #393E43;
}
.btnLineLight.big,
.btnLineDark.big {
  padding: 10px 20px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 33px */
  letter-spacing: -0.242px;
}

.btnLineLight {
  outline: 1px solid #D8DBE0;
  color: #D8DBE0;
}
.btnLineLight:hover {
  outline: 2px solid #D8DBE0;
  box-shadow: 1px 1px 4.5px 0 rgba(250, 250, 250, 0.25);
}
.btnLineLight:active {
  border: none;
  outline: 3px solid #D8DBE0;
}

.section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  color: white;
}

.orange-section {
  position: relative;
  background-color: #e67e22;
  height: 100vh;
}

.orange-section .left-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: white;
  font-size: 3em;
}

.orange-section .right-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5em;
  text-align: center;
  opacity: 1;
}

.dynamic-text {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  font-size: 1.2em;
}

.section:nth-child(3) {
  background-color: #2ecc71;
}

.section h2 {
  font-size: 3em;
  margin-bottom: 20px;
}

.blue-section {
  background-color: #3498db;
}

.section1 {
  background: transparent;
  width: 100%;
  display: flex;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .section1 {
    height: 100dvh;
  }
}
.section1 .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
@media (min-width: 1025px) {
  .section1 .content {
    flex-direction: row;
  }
}
.section1 .content .blokInfo {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  background-color: #3D1FFF;
  height: 90dvh;
}
@media (min-width: 1025px) {
  .section1 .content .blokInfo {
    flex: 0 0 60%;
    width: 100%;
    height: 100dvh;
  }
}
.section1 .content .blokInfo .contentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  container-type: inline-size;
  width: 100%;
  margin: 0 4.08vw;
  margin-top: auto;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 7.69vw;
    margin-top: auto;
  }
}
@media (min-width: 1025px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 64px;
    align-items: flex-start;
    margin-top: auto;
  }
}
@media (min-width: 1550px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 64px;
    max-width: 700px;
    margin-top: auto;
  }
}
@media (min-width: 1920px) {
  .section1 .content .blokInfo .contentText {
    margin: 0 116px;
    max-width: 874px;
    margin-left: calc(50vw - 843px);
    margin-top: auto;
  }
}
.section1 .content .blokInfo .contentText h1 {
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText h1 {
    /* Tablet/Title-Hero */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -0.135rem;
  }
}
@media (min-width: 1550px) {
  .section1 .content .blokInfo .contentText h1 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section1 .content .blokInfo .contentText h1 {
  color: #FAFAFA;
  margin-bottom: 16px;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText h1 {
    margin-bottom: 32px;
  }
}
.section1 .content .blokInfo .contentText h2 {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 678px) {
  .section1 .content .blokInfo .contentText h2 {
    /* Tablet/Text XXL */
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.021rem;
  }
}
@media (min-width: 1550px) {
  .section1 .content .blokInfo .contentText h2 {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section1 .content .blokInfo .contentText h2 {
  color: #FAFAFA;
}
.section1 .content .blokInfo .contentText .btnDefLight {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1025px) {
  .section1 .content .blokInfo .contentText .btnDefLight {
    margin-bottom: 64px;
  }
}
@media (min-width: 1920px) {
  .section1 .content .blokInfo .contentText .btnDefLight {
    margin-top: 64px;
    margin-bottom: 73.92px;
  }
}
.section1 .content .blockImage {
  display: flex;
  flex: 0 0 100%;
  overflow: hidden;
  background-color: #3D1FFF;
  aspect-ratio: 1/1;
}
@media (min-width: 678px) {
  .section1 .content .blockImage {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 1025px) {
  .section1 .content .blockImage {
    flex: 0 0 40%;
    width: 100%;
    aspect-ratio: unset;
    height: 100dvh;
  }
}
.section1 .content .blockImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.heroFloatCta {
  display: none;
}

@media (max-width: 1024px) {
  .section1 {
    height: 100dvh;
    background: #3D1FFF;
    position: relative;
  }
  .section1 .content {
    height: 100%;
  }
  .section1 .content .blokInfo {
    order: 1;
    flex: 1 1 auto;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
  }
  .section1 .content .blokInfo .contentText {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .section1 .content .blockImage {
    order: 2;
    flex: 0 0 40dvh;
    height: 40dvh;
    aspect-ratio: unset;
    width: 100%;
    margin: 0;
  }
  .section1 .content .blockImage img {
    object-position: center 45px;
  }
  .section1 .contentText .btnDefLight {
    display: none;
  }
  .heroFloatCta {
    display: inline-flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    margin: 0 auto;
    width: fit-content;
    z-index: 90;
  }
}
.section2 {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.section2 .contentLimit {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 678px) {
  .section2 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1025px) {
  .section2 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
    min-height: calc(100dvh - 68px);
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1920px) {
  .section2 .contentLimit {
    padding-top: 128px;
    padding-bottom: 128px;
  }
}
.section2 .contentLimit {
  /*  @media (min-width: v.$m) {
       min-height: calc(100dvh - v.$hHeaderDes);
   } */
}
.section2 .contentLimit .contentText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  container-type: inline-size;
  width: 100%;
}
.section2 .contentLimit .contentText h2 {
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section2 .contentLimit .contentText h2 {
    /* Tablet/Title-Hero */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -0.135rem;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h2 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section2 .contentLimit .contentText h2 {
  color: #292E30;
  margin-bottom: 16px;
}
@media (min-width: 678px) {
  .section2 .contentLimit .contentText h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 1025px) {
  .section2 .contentLimit .contentText h2 {
    max-width: 70%;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h2 {
    max-width: 70%;
  }
}
.section2 .contentLimit .contentText h3 {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 678px) {
  .section2 .contentLimit .contentText h3 {
    /* Tablet/Text XXL */
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.021rem;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h3 {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section2 .contentLimit .contentText h3 {
  color: #292E30;
}
@media (min-width: 1025px) {
  .section2 .contentLimit .contentText h3 {
    max-width: 60%;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .contentText h3 {
    max-width: 800px;
  }
}
.section2 .contentLimit .sectionCards {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 678px) {
  .section2 .contentLimit .sectionCards {
    margin-top: 64px;
  }
}
@media (min-width: 1025px) {
  .section2 .contentLimit .sectionCards {
    gap: 24px;
  }
}
.section2 .contentLimit .sectionCards .cardsRow {
  width: 100%;
  overflow: hidden;
  display: flex;
  user-select: none;
}
.section2 .contentLimit .sectionCards .cardsTrack {
  display: flex;
  width: max-content;
  will-change: transform;
}
.section2 .contentLimit .sectionCards .cardsGroup {
  display: flex;
  flex-shrink: 0;
  gap: 16px;
  padding-right: 16px;
}
@media (min-width: 1025px) {
  .section2 .contentLimit .sectionCards .cardsGroup {
    gap: 24px;
    padding-right: 24px;
  }
}
.section2 .contentLimit .sectionCards .card {
  position: relative;
  flex: 0 0 228px;
  width: 228px;
  height: 228px;
  border-radius: 30px;
  overflow: hidden;
}
@media (min-width: 678px) {
  .section2 .contentLimit .sectionCards .card {
    flex: 0 0 342px;
    width: 342px;
    height: 342px;
  }
}
@media (min-width: 1025px) {
  .section2 .contentLimit .sectionCards .card {
    flex: 0 0 456px;
    width: 456px;
    height: 456px;
  }
}
.section2 .contentLimit .sectionCards .card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.section2 .contentLimit .sectionCards .card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15), transparent);
}
.section2 .contentLimit .sectionCards .card .content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #FAFAFA;
  z-index: 2;
}
@media (min-width: 1025px) {
  .section2 .contentLimit .sectionCards .card .content {
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.section2 .contentLimit .sectionCards .card .content h2 {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 678px) {
  .section2 .contentLimit .sectionCards .card .content h2 {
    /* Tablet/Text XXL */
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.021rem;
  }
}
@media (min-width: 1550px) {
  .section2 .contentLimit .sectionCards .card .content h2 {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section2 .contentLimit .sectionCards .card .content h2 {
  font-weight: 400;
  margin: 0;
}

.section2 svg {
  position: absolute;
  left: 0;
  /*   top: 0; */
  height: 30vh;
  bottom: calc(-100dvh + 19px);
  right: 0;
  width: 100%;
  height: 100%;
}

/* svg{
position: absolute;
  left: 0;
  top: 200vh;

    height: 50vh;
  right: 0;
  width: 100%;

 }  */
.section3 {
  background: transparent;
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.section3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #0A0885;
  height: 55%;
  z-index: -1;
}
@media (min-width: 1025px) {
  .section3 {
    height: calc(100dvh - 68px);
  }
}
.section3 .contentLimit {
  display: grid;
  width: 100%;
  height: fit-content;
  padding-top: 32px;
  padding-bottom: 32px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  min-height: calc(100dvh - 62px);
}
@media (min-width: 678px) {
  .section3 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit {
    display: flex;
    flex-direction: row;
    padding-top: 0;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.section3 .contentLimit .blockInfo {
  display: contents;
  width: 100%;
  background-color: #0A0885;
  background-color: transparent;
  height: 100%;
  /*     border: 1px solid red;  */
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo {
    flex: 0 0 50%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: flex-end;
  }
}
.section3 .contentLimit .blockInfo .contentText {
  display: contents;
  container-type: inline-size;
  width: 100%;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.section3 .contentLimit .blockInfo .contentText h2 {
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    /* Tablet/Title-Hero */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -0.135rem;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section3 .contentLimit .blockInfo .contentText h2 {
  color: #FAFAFA;
  grid-column: 1;
  grid-row: 1;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    margin-bottom: 1.99vw;
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    margin-bottom: 1.15vw;
    grid-column: auto;
    grid-row: auto;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText h2 {
    margin-bottom: 16px;
    font-size: 90px;
  }
}
.section3 .contentLimit .blockInfo .contentText .bot {
  grid-column: 1;
  grid-row: 3;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText .bot {
    grid-column: auto;
    grid-row: auto;
  }
}
.section3 .contentLimit .blockInfo .contentText .bot h3 {
  /* Mobile/Text XL */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 33px */
  letter-spacing: -0.015rem;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText .bot h3 {
    /* Tablet/Text XL */
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 39px */
    letter-spacing: -0.018rem;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText .bot h3 {
    /* Desktop/Bodycopy/Text XL */
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.019rem;
  }
}
.section3 .contentLimit .blockInfo .contentText .bot h3 {
  color: #FAFAFA;
}
.section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
  margin-top: 32px;
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 64px;
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 3.2vw;
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 32px;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockInfo .contentText .bot .btnDefLight {
    margin-top: 64px;
  }
}
.section3 .contentLimit .blockActivity {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  overflow: hidden;
  max-height: 55vw;
  /*   border: 1px solid red; */
  margin-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.section3 .contentLimit .blockActivity::before, .section3 .contentLimit .blockActivity::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  /*    height: 60px; */
  z-index: 1;
  pointer-events: none;
  /* border: 1px solid red; */
}
.section3 .contentLimit .blockActivity {
  /*         &::before{

              top: -1px;
              background: linear-gradient(to bottom, #0A0885 25%, rgba(10, 8, 133, 0) 100%);
          }

          &::after{
              bottom: -1px;
              background: linear-gradient(to top, #0A0885 25%, rgba(10, 8, 133, 0) 100%);
          } */
}
.section3 .contentLimit .blockActivity::after {
  bottom: -1px;
  top: -1px;
  background: linear-gradient(to top, #0A0885 2%, transparent 25%, transparent 65%, #0A0885 98%);
}
@media (min-width: 678px) {
  .section3 .contentLimit .blockActivity {
    margin-bottom: 64px;
    margin-top: 64px;
    /*    &::before,
       &::after{
           display: none;
       } */
  }
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockActivity::before, .section3 .contentLimit .blockActivity::after {
    display: none;
  }
  .section3 .contentLimit .blockActivity {
    grid-column: auto;
    grid-row: auto;
    margin-bottom: 0;
    margin-top: 0;
    flex: 0 0 50%;
    max-height: 60dvh;
    overflow: visible;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockActivity {
    max-height: 60dvh;
  }
}
.section3 .contentLimit .blockActivity video {
  aspect-ratio: 1060/1700;
  width: 100%;
  max-width: 852px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockActivity video {
    max-width: 450px;
    /*  border: 1px solid yellow; */
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockActivity video {
    max-width: 500px;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockActivity video {
    max-width: 800px;
  }
}
.section3 .contentLimit .blockActivity dotlottie-wc {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1060/1700;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1025px) {
  .section3 .contentLimit .blockActivity dotlottie-wc {
    max-width: 100%;
    /*  border: 1px solid yellow; */
  }
}
@media (min-width: 1550px) {
  .section3 .contentLimit .blockActivity dotlottie-wc {
    max-width: 100%;
  }
}
@media (min-width: 1920px) {
  .section3 .contentLimit .blockActivity dotlottie-wc {
    max-width: 100%;
  }
}

/* .section3 svg{
position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
 } */
.section4 {
  background: linear-gradient(to bottom, #0A0885 0, #0A0885 100px, #5A87FF calc(100% - 100px), #5A87FF 100%);
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section4 {
    min-height: calc(100dvh - 84px);
  }
}
@media (min-width: 1025px) {
  .section4 {
    height: 100%;
  }
}
.section4 .contentLimitCards {
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .section4 .contentLimitCards {
    min-height: calc(100dvh - 84px);
  }
}
@media (min-width: 1025px) {
  .section4 .contentLimitCards {
    height: calc(100dvh - 92px);
  }
}
.section4 .customCard {
  display: flex;
  width: 100%;
  position: absolute;
  height: -webkit-fill-available;
  overflow: hidden;
}
.section4 .customCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -1;
  background-position: -100px bottom;
  background-size: 125% auto;
}
@media (min-width: 678px) {
  .section4 .customCard::before {
    background-position: -100px bottom;
    background-size: 100% auto;
  }
}
@media (min-width: 1025px) {
  .section4 .customCard::before {
    background-position: -100px bottom;
    background-size: auto 80%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard::before {
    background-position: -100px bottom;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard::before {
    background-size: auto 60dvh;
    background-position: calc(50vw - 960px - 120px) bottom;
  }
}
.section4 .customCard .contentLimit {
  display: flex;
  flex-direction: column;
  position: relative;
}
.section4 .customCard .contentLimit .nomSection {
  display: none;
  align-items: center;
  width: 100%;
  background-color: transparent;
  height: 40px;
  padding: 10px 0;
  cursor: pointer;
  /* Mobile/Bodycopy/Text S */
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 18px */
  letter-spacing: -0.008rem;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .nomSection {
    /* Tablet/Text S */
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 18px */
    letter-spacing: -0.008rem;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .nomSection {
    /* Desktop/Bodycopy/Text S */
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 18px */
    letter-spacing: -0.008rem;
  }
}
.section4 .customCard .contentLimit .nomSection {
  color: #FAFAFA;
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .nomSection {
    display: flex;
  }
}
.section4 .customCard .contentLimit .contentCard {
  width: 100%;
  height: 100%;
  position: relative;
}
.section4 .customCard .contentLimit .contentCard .blockText {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .contentCard .blockText {
    padding-top: 32px;
    padding-bottom: 32px;
    max-width: 80%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText {
    max-width: 65%;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h2 {
  /* Mobile/Cards-Title */
  font-size: 2.563rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 44px */
  letter-spacing: -0.075rem;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText h2 {
    /* Tablet/Cards-Title */
    font-size: 3.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 68.2px */
    letter-spacing: -0.116rem;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText h2 {
    /* Desktop/Cards-Title */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.135rem;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h2 {
  color: #FAFAFA;
  margin-bottom: 16px;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText h2 {
    margin-bottom: 32px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h3 {
  /* Mobile/Cards-Subtitle */
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
  letter-spacing: -0.015rem;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText h3 {
    /* Tablet/Cards-Subtitle */
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -0.028rem;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText h3 {
    /* Desktop/Cards-Subtitle */
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: -0.028rem;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText h3 {
  color: #FAFAFA;
  margin-bottom: 32px;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText h3 {
    margin-bottom: 64px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText ul {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 22px;
  box-sizing: border-box;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul {
    padding-left: 32px;
  }
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul {
    padding-left: 32px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText ul li {
  /* Mobile/Cards-List */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul li {
    /* Tablet/Cards-List */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockText ul li {
    /* Desktop/Cards-List */
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33.6px */
    letter-spacing: -0.015rem;
  }
}
.section4 .customCard .contentLimit .contentCard .blockText ul li {
  color: #FAFAFA;
  display: list-item;
  list-style: unset;
}
.section4 .customCard .contentLimit .contentCard .blockVectors {
  position: absolute;
  right: -4.08vw;
  max-height: calc(100% - 80px);
  aspect-ratio: 1/1;
}
@media (min-width: 678px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -7.69vw;
  }
}
@media (min-width: 1024px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -64px;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -64px;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors {
    right: -116px;
  }
}
.section4 .customCard .contentLimit .contentCard .blockVectors {
  display: flex;
  align-items: flex-end;
  z-index: -1;
}
.section4 .customCard .contentLimit .contentCard .blockVectors img {
  width: 100%;
  height: auto;
}
.section4 .customCard .contentLimit .contentCard .blockVectors dotlottie-wc {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}
@media (min-width: 1024px) {
  .section4 .customCard .contentLimit .contentCard .blockVectors dotlottie-wc {
    max-height: 90vh;
    width: auto;
    height: 100%;
    max-height: 98vh;
  }
}
.section4 .customCard.card1 .contentCard .blockVectors {
  width: 100%;
  max-width: 100%;
  right: 0;
  bottom: 4.08vw;
  max-width: 75%;
}
@media (min-width: 678px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-width: 35%;
  }
}
@media (min-width: 1024px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-height: 48vh;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card1 .contentCard .blockVectors {
    max-width: 35%;
  }
}
.section4 .customCard.card2 .contentCard .blockVectors {
  width: 100%;
  max-width: 100%;
  bottom: 4.08vw;
  bottom: 0;
  width: calc(100% + 8.16vw);
  max-width: unset;
}
@media (min-width: 678px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .section4 .customCard.card2 .contentCard .blockVectors {
    max-height: 78vh;
    width: auto;
    height: 100%;
  }
}
.section4 .customCard.card3 .contentCard .blockVectors {
  width: 100%;
  max-width: unset;
  width: calc(100% + 8.16vw);
  bottom: -1%;
}
@media (min-width: 678px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    width: calc(75% + 15.38vw);
  }
}
@media (min-width: 1024px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
  }
}
.section4 .customCard.card3 .contentCard .blockVectors {
  /*         @media (min-width: 1200px) {
              width: 100%;
              max-width: 100%;
              max-height: 90vh;
              height: 100%;
          }
   */
}
@media (min-width: 1550px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    max-width: unset;
    max-height: 95vh;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 2200px) {
  .section4 .customCard.card3 .contentCard .blockVectors {
    max-height: 80vh;
  }
}
.section4 .customCard.card4 .contentCard .blockVectors {
  width: 100%;
  max-width: 65%;
  bottom: 0;
  max-width: 75%;
}
@media (min-width: 678px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-width: 64%;
  }
}
@media (min-width: 1024px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-width: unset;
    max-height: 45vh;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-height: 55vh;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    max-height: 60vh;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card4 .contentCard .blockVectors {
    /*  max-width: 1000px; */
  }
}
.section4 .customCard.card5 .contentCard .blockVectors {
  width: 100%;
  max-width: 65%;
  bottom: 0;
  max-width: 75%;
}
@media (min-width: 678px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-width: 64%;
  }
}
@media (min-width: 1024px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-width: unset;
    max-height: 45vh;
  }
}
@media (min-width: 1200px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-height: 55vh;
  }
}
@media (min-width: 1550px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    max-height: 60vh;
  }
}
@media (min-width: 1920px) {
  .section4 .customCard.card5 .contentCard .blockVectors {
    /*  max-width: 1000px; */
  }
}
.section4 .customCard.card1::before {
  background-image: url("../img/section4/card_01.svg");
}
.section4 .customCard.card2::before {
  background-image: url("../img/section4/card_02.svg");
}
.section4 .customCard.card3::before {
  background-image: url("../img/section4/card_03.svg");
}
.section4 .customCard.card4::before {
  background-image: url("../img/section4/card_04.svg");
}
.section4 .customCard.card5::before {
  background-image: url("../img/section4/card_05.svg");
}
.section4 .card1 {
  background-color: #3D1FFF;
  z-index: 2;
  top: 0;
  height: calc(100dvh - 84px);
}
@media (min-width: 1025px) {
  .section4 .card1 {
    height: calc(100dvh - 92px);
  }
}
.section4 .card2 {
  background-color: #3341FF;
  z-index: 3;
  top: 5px;
  height: calc(100dvh - 84px - 5px);
}
@media (min-width: 1025px) {
  .section4 .card2 {
    top: 40px;
    height: calc(100dvh - 92px - 40px);
  }
}
.section4 .card3 {
  background-color: #2963FF;
  z-index: 4;
  top: 10px;
  height: calc(100dvh - 84px - 10px);
}
@media (min-width: 1025px) {
  .section4 .card3 {
    top: 80px;
    height: calc(100dvh - 92px - 80px);
  }
}
.section4 .card4 {
  background-color: #4275FF;
  z-index: 5;
  top: 15px;
  height: calc(100dvh - 84px - 15px);
}
@media (min-width: 1025px) {
  .section4 .card4 {
    top: 120px;
    height: calc(100dvh - 92px - 120px);
  }
}
.section4 .card5 {
  background-color: #5A87FF;
  z-index: 6;
  top: 20px;
  height: calc(100dvh - 84px - 20px);
}
@media (min-width: 1025px) {
  .section4 .card5 {
    top: 160px;
    height: calc(100dvh - 92px - 160px);
  }
}

.section5 {
  padding: 0px 16px;
  background: #292E30;
  position: relative;
}
.section5 .zoneIconText {
  /*  --io-gap: clamp(16px, 1.8vw, 24px); */
  --io-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--io-gap);
  justify-content: center;
  align-items: center;
  padding: clamp(56px, 9vw, 96px) 0px clamp(32px, 6vw, 64px) 0px;
  text-wrap-mode: nowrap;
}
.section5 .zoneIconText .item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  white-space: nowrap;
  color: #FAFAFA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.section5 .zoneIconText .item img {
  /*      width:clamp(18px, 5vw, 40px);
       height:clamp(18px, 5vw, 40px); */
  width: 30px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.section5 .zoneIconText .item:not(:first-child)::before {
  content: "";
  position: absolute;
  left: calc(var(--io-gap) / -2);
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.6em;
  background: rgba(250, 250, 250, 0.3);
}
.section5 .zoneIconText .item:nth-child(1) {
  transition-delay: 0s;
}
.section5 .zoneIconText .item:nth-child(2) {
  transition-delay: 0.15s;
}
.section5 .zoneIconText .item:nth-child(3) {
  transition-delay: 0.3s;
}
.section5 .zoneIconText .item:nth-child(4) {
  transition-delay: 0.45s;
}
.section5 .zoneIconText .item:nth-child(5) {
  transition-delay: 0.6s;
}
.section5 .zoneIconText .item:nth-child(6) {
  transition-delay: 0.75s;
}
.section5 .zoneIconText .item:nth-child(7) {
  transition-delay: 0.9s;
}
.section5 .zoneIconText .item:nth-child(8) {
  transition-delay: 1.05s;
}
.section5 .zoneIconText .item:nth-child(9) {
  transition-delay: 1.2s;
}
.section5 .zoneIconText .item:nth-child(10) {
  transition-delay: 1.35s;
}
.section5 .zoneIconText.visible .item {
  opacity: 1;
  transform: translateY(0);
}
.section5 .zoneImg img {
  width: 100%;
  height: auto;
}

@media (min-width: 678px) {
  .section5 .zoneIconText {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    --io-gap:24px;
  }
  .section5 .zoneIconText .item {
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 39px */
  }
  .section5 .zoneIconText .item img {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1025px) {
  .section5 .zoneIconText {
    --io-gap:128px;
    --io-gap:79px;
    padding: 96px 0px 64px 0px;
  }
  .section5 .zoneIconText .item {
    font-size: 2rem;
    gap: 20px;
  }
  .section5 .zoneIconText .item img {
    width: 80px;
    height: 80px;
  }
}
.section5b {
  --screen-top: 6%;
  --screen-side: 14%;
  --screen-bottom: 6%;
  --screen-tilt: 44deg;
  --screen-persp: 70rem;
}
.section5b .phoneMock {
  position: relative;
  width: 100%;
  margin: 0 auto;
  container-type: inline-size;
}
.section5b .phoneMock__pic {
  display: block;
}
.section5b .phoneMock__img {
  display: block;
  width: 100%;
  height: auto;
}
.section5b .phoneMock__screen {
  position: absolute;
  top: var(--screen-top);
  left: var(--screen-side);
  right: var(--screen-side);
  bottom: var(--screen-bottom);
  pointer-events: none;
  display: grid;
  align-items: start;
  justify-items: center;
}
.section5b .phoneMock__content {
  width: 100%;
  text-align: center;
  color: #0a0a0a;
  font-family: "SoraVariable", sans-serif;
  font-style: normal;
  transform: perspective(var(--screen-persp)) rotateX(var(--screen-tilt));
  transform-origin: center center;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.section5b .phoneLine {
  display: block;
  white-space: nowrap;
}
.section5b .phoneMock__title {
  margin: 0;
  font-size: clamp(20px, 7cqw, 5.625rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  font-weight: 600;
}
.section5b .phoneMock__title .phoneLine:nth-child(2) {
  color: #3D1FFF;
}
.section5b .phoneMock__sub {
  margin: 0.8em auto 0;
  font-size: clamp(13px, 3.1cqw, 2.375rem);
  line-height: 1.1;
  letter-spacing: 0.015em;
  color: #686d70;
  font-weight: 300;
}
.section5b .phoneMock__check {
  display: block;
  width: clamp(34px, 8cqw, 96px);
  margin: 1.5em auto 0;
  transform: scale(0.75);
}
.section5b .phoneMock__check svg {
  display: block;
  width: 100%;
  height: auto;
}
.section5b .phoneMock .swap {
  display: inline-grid;
  vertical-align: baseline;
  overflow: hidden;
}
.section5b .swapWord {
  grid-area: 1/1;
  transform: translateY(110%);
  opacity: 0;
  will-change: transform, opacity;
}
.section5b .swapWord.is-in {
  transform: translateY(0);
  opacity: 1;
}
.section5b .swapWord.swap-in {
  animation: swapIn 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.section5b .swapWord.swap-out {
  animation: swapOut 0.5s cubic-bezier(0.2, 0.7, 0.2, 1) forwards;
}
.section5b .fallChar {
  display: inline-block;
  white-space: pre;
}
.section5b.armed .fallChar {
  opacity: 0;
  transform: translateY(-1.4em) rotate(var(--r, 0deg));
}
.section5b.armed .phoneMock__sub {
  opacity: 0;
  transform: translateY(12px);
}
.section5b.armed .phoneMock__check {
  opacity: 0;
  transform: scale(0.4);
}
.section5b.armed .checkCircle,
.section5b.armed .checkMark {
  stroke-dasharray: var(--len, 200);
  stroke-dashoffset: var(--len, 200);
}
.section5b .phoneMock.play .fallChar {
  animation: charFall 0.62s cubic-bezier(0.3, 0.7, 0.2, 1.05) forwards;
  animation-delay: calc(var(--i) * 0.035s);
}
.section5b .phoneMock.play .phoneMock__sub {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0.6s;
}
.section5b .phoneMock.play .phoneMock__check {
  opacity: 1;
  transform: scale(0.75);
  transition: opacity 0.4s ease 1s, transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 1s;
}
.section5b .phoneMock.play .checkCircle {
  animation: drawStroke 0.6s ease forwards 1.05s;
}
.section5b .phoneMock.play .checkMark {
  animation: drawStroke 0.4s ease forwards 1.55s;
}

@keyframes charFall {
  0% {
    opacity: 0;
    transform: translateY(-1.4em) rotate(var(--r, 0deg));
  }
  55% {
    opacity: 1;
    transform: translateY(0.12em) rotate(0deg);
  }
  75% {
    transform: translateY(-0.04em);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@keyframes drawStroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes swapIn {
  from {
    transform: translateY(110%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes swapOut {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-110%);
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .section5b {
    overflow-x: clip;
  }
  .section5b .phoneMock {
    width: 180%;
    margin-inline: -40%;
  }
  .section5b .phoneMock__check {
    margin-top: 0.6em;
  }
}
#pricing {
  scroll-margin-top: calc(100dvh - 602px);
}
@media (min-width: 678px) {
  #pricing {
    scroll-margin-top: calc(100dvh - 532px);
  }
}
@media (min-width: 1025px) {
  #pricing {
    scroll-margin-top: calc(100dvh - 660px);
  }
}

.section6 {
  padding: 64px 16px;
  background: #292E30;
  margin-top: -1px;
  margin-bottom: -1px;
}

.sectionCalculator {
  position: relative;
  width: 100%;
  display: grid;
  grid-gap: 64px;
  justify-items: center;
  color: #FAFAFA;
}
.sectionCalculator .prev {
  text-align: center;
  margin: 0 0 32px 0;
}
.sectionCalculator .prev h3 {
  font-size: clamp(40px, 3vw, 60px);
}
.sectionCalculator .calculator {
  width: 100%;
  max-width: 600px;
  display: grid;
  gap: 10px;
  margin: 0 auto;
}
.sectionCalculator .calculator .result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.sectionCalculator .calculator .result .data1, .sectionCalculator .calculator .result .data2 {
  font-size: clamp(40px, 3vw, 60px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 99px */
  letter-spacing: -2.7px;
}
.sectionCalculator .calculator .result .data2 {
  transition: font-variation-settings 0.25s ease;
}
.sectionCalculator .calculator {
  /* -------------------------------------------------------------
  4. CONTROL DESLIZANTE (SLIDER CUSTOMIZADO)
  ------------------------------------------------------------- */
}
.sectionCalculator .calculator .action {
  position: relative;
  margin: 12px 0 8px 0;
}
.sectionCalculator .calculator .action::before {
  content: "";
  position: absolute;
  left: 33%;
  top: -5px;
  height: 32px;
  width: 33%;
  border-left: 1px solid #808791;
  border-right: 1px solid #808791;
  z-index: 1;
  pointer-events: none;
}
.sectionCalculator .calculator .action .track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background-color: #808791;
  pointer-events: none;
  z-index: 0;
}
.sectionCalculator .calculator .action .fill {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background-color: #ffffff; /* Blanco de progreso */
  pointer-events: none;
  border-radius: 4px;
  z-index: 1;
}
.sectionCalculator .calculator .slider {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 4px;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.sectionCalculator .calculator {
  /* Personalización de la pista de deslizamiento en Webkit */
}
.sectionCalculator .calculator .slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  border-radius: 4px;
  border: none;
  background: transparent;
}
.sectionCalculator .calculator {
  /* Personalización del botón del slider en Webkit */
}
.sectionCalculator .calculator .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -7px; /* Centrar con respecto a la pista de 10px (10 - 24) / 2 = -7px */
  transition: transform 0.15s ease, background-color 0.15s ease;
}
.sectionCalculator .calculator .slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}
.sectionCalculator .calculator .slider::-webkit-slider-thumb:active {
  transform: scale(0.95);
}
.sectionCalculator .calculator {
  /* Firefox */
}
.sectionCalculator .calculator .slider::-moz-range-track {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: transparent;
}
.sectionCalculator .calculator .slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid var(--accent-color);
  box-shadow: 0 0 15px var(--accent-color), 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease, background-color 0.15s ease;
  cursor: pointer;
}
.sectionCalculator .calculator .slider::-moz-range-thumb:hover {
  transform: scale(1.15);
  background: var(--accent-color);
  border-color: #ffffff;
}
.sectionCalculator .calculator .info {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.176px;
}
.sectionCalculator .calculator .info .data1 {
  text-align: start;
}
.sectionCalculator .calculator .info .data2 {
  text-align: end;
}

/* -------------------------------------------------------------
       6. ACCESIBILIDAD Y ANIMACIONES
------------------------------------------------------------- */
.sectionCalculator .slider:focus-visible::-webkit-slider-thumb {
  outline: 3px solid var(--accent-color);
  outline-offset: 4px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 1025px) {
  .section6 {
    padding: 128px 32px;
  }
}
.section7 {
  position: relative;
  width: 100%;
  isolation: isolate;
  overflow: clip;
  display: block;
  background: #292E30;
}

.heroLayer {
  position: sticky;
  top: 84px;
  height: calc(100dvh - 84px);
  width: 100%;
  overflow: hidden;
  z-index: 0;
  top: 0px;
  height: 100dvh;
}

.back {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
}
.back picture {
  display: block;
  width: 100%;
  height: 100%;
}
.back::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(6, 6, 0, 0.1) 30%, rgba(6, 6, 0, 0) 100%);
  z-index: 1;
}
@media (min-width: 1025px) {
  .back::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(6, 6, 0, 0.1) 30%, rgba(6, 6, 0, 0) 100%);
  }
}
.back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: relative;
}

.section7 .title {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: fit-content;
  padding: 4.08vw;
  padding-bottom: 0;
  max-width: 1688px;
  margin: 0 auto;
}
@media (min-width: 678px) {
  .section7 .title {
    padding: 7.69vw;
  }
}
@media (min-width: 1025px) {
  .section7 .title {
    padding: 64px;
    margin-top: auto;
  }
}
@media (min-width: 1550px) {
  .section7 .title {
    padding: 64px;
  }
}
@media (min-width: 1920px) {
  .section7 .title {
    padding: 116px 0;
  }
}

.section7 .title h2 {
  margin: 0;
  width: 100%;
  /* Mobile/Title-Hero */
  font-size: 3.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 57.2px */
  letter-spacing: -0.098rem;
}
@media (min-width: 678px) {
  .section7 .title h2 {
    /* Tablet/Title-Hero */
    font-size: 4.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 79.2px */
    letter-spacing: -0.135rem;
  }
}
@media (min-width: 1550px) {
  .section7 .title h2 {
    /* Desktop/Title/Hero */
    font-size: 5.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -0.169rem;
  }
}
.section7 .title h2 {
  color: #FAFAFA;
  padding-bottom: 32px;
  padding-top: 72px;
}
@media (min-width: 1025px) {
  .section7 .title h2 {
    padding-bottom: 0;
  }
}

.section7 > .contentLimit {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-end;
  margin-top: -20dvh;
}
.section7 .contentLimit .cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 585px;
  margin-bottom: 15vh;
  max-width: 500px;
}
@media (min-width: 1025px) {
  .section7 .contentLimit .cards {
    margin-bottom: 64px;
  }
}
@media (min-width: 1920px) {
  .section7 .contentLimit .cards {
    margin-bottom: 116px;
  }
}
.section7 .contentLimit .cards .card {
  position: relative;
  width: 100%;
  display: flex;
  /* gap:16px; */
  padding: 32px;
  border-radius: 30px;
  overflow: hidden;
  flex-direction: column;
  color: #FAFAFA;
}
@media (min-width: 361px) {
  .section7 .contentLimit .cards .card {
    aspect-ratio: 1/1;
  }
}
.section7 .contentLimit .cards .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 1px solid hsla(210, 1%, 74%, 0.3);
  z-index: 1;
  overflow: hidden;
}
.section7 .contentLimit .cards .card .icon {
  display: flex;
  justify-content: right;
  width: 100%;
}
.section7 .contentLimit .cards .card .icon img {
  width: 100px;
}
.section7 .contentLimit .cards .card .content {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.section7 .contentLimit .cards .card .content small {
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  .section7 .contentLimit .cards .card .content small {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card .content small {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
.section7 .contentLimit .cards .card .content small {
  color: #FAFAFA;
}
.section7 .contentLimit .cards .card .content h3 {
  /* Mobile/Text 3XL */
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 45.6px */
  letter-spacing: -0.026rem;
}
@media (min-width: 678px) {
  .section7 .contentLimit .cards .card .content h3 {
    /* Tablet/Text 3XL */
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.03rem;
  }
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card .content h3 {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    letter-spacing: -0.034rem;
  }
}
.section7 .contentLimit .cards .card .content h3 {
  color: #FAFAFA;
  margin-bottom: 32px;
  font-weight: bold;
}
.section7 .contentLimit .cards .card .content p {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 678px) {
  .section7 .contentLimit .cards .card .content p {
    /* Tablet/Text XXL */
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.021rem;
  }
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card .content p {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section7 .contentLimit .cards .card .content p {
  color: #FAFAFA;
}
.section7 .contentLimit .cards .card small {
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  .section7 .contentLimit .cards .card small {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card small {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
.section7 .contentLimit .cards .card small {
  color: #FAFAFA;
}
.section7 .contentLimit .cards .card h3 {
  /* Mobile/Text 3XL */
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 45.6px */
  letter-spacing: -0.026rem;
}
@media (min-width: 678px) {
  .section7 .contentLimit .cards .card h3 {
    /* Tablet/Text 3XL */
    font-size: 2.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 52.8px */
    letter-spacing: -0.03rem;
  }
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card h3 {
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    letter-spacing: -0.034rem;
  }
}
.section7 .contentLimit .cards .card h3 {
  color: #FAFAFA;
  margin-bottom: 32px;
  font-weight: bold;
}
.section7 .contentLimit .cards .card p {
  /* Mobile/Text XXL */
  font-size: 1.313rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.014rem;
}
@media (min-width: 678px) {
  .section7 .contentLimit .cards .card p {
    /* Tablet/Text XXL */
    font-size: 2.125rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 40.8px */
    letter-spacing: -0.021rem;
  }
}
@media (min-width: 1550px) {
  .section7 .contentLimit .cards .card p {
    /* Desktop/Bodycopy/Text XXL */
    font-size: 2.375rem;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.024rem;
  }
}
.section7 .contentLimit .cards .card p {
  color: #FAFAFA;
}

.glass {
  isolation: isolate;
  position: relative;
  box-shadow: 0 9px 36px rgba(31, 38, 135, 0.105);
  cursor: default;
  transition: all 400ms cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(41, 46, 48, 0.32);
}
.glass::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: var(--card-radius);
  backdrop-filter: blur(3.5px) saturate(145%) contrast(1.02) brightness(1.03);
  -webkit-backdrop-filter: blur(3.5px) saturate(145%) contrast(1.02) brightness(1.03);
  filter: url(#liquid-glass-distortion);
  -webkit-filter: url(#liquid-glass-distortion);
  isolation: isolate;
  pointer-events: none;
  border-radius: 30px;
  overflow: hidden;
}

.carousel {
  width: 100%;
  overflow: hidden;
  display: flex;
  user-select: none;
  padding: 16px 0;
}
.carousel .carouselTrack {
  display: flex;
  width: max-content;
  animation: scroll-marquee 25s linear infinite;
}
.carousel:hover .carouselTrack {
  animation-play-state: paused;
}
.carousel .carouselGroup {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 12px;
  padding-right: 32px;
}
.carousel span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  white-space: nowrap;
  color: #2963FF;
}
.carousel .carouselCta {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.carousel i {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-style: normal;
}
.carousel i::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../../assets/img/carousel/carousel-arrow-right.svg") no-repeat center center;
  background-size: contain;
}
.carousel i::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../../assets/img/carousel/carousel-arrow-left.svg") no-repeat center center;
  background-size: contain;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}
footer {
  padding: 32px 0;
  background: #292E30;
  color: #FAFAFA;
  font-size: 0.75rem;
}
footer .footerGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "zoneNav zoneIcon" "zonePremiumpay zonePremiumpay" "zoneBreak zoneBreak" "zoneLegalNav zoneBetandeal";
  row-gap: 12px;
  align-items: start;
  width: 100%;
}
footer .zoneBetandeal {
  grid-area: zoneBetandeal;
  gap: 12px;
  display: grid;
  align-items: start;
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  footer .zoneBetandeal {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  footer .zoneBetandeal {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zoneBetandeal {
  font-weight: 200;
  /* font-size:v.$text-xl;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; 
  letter-spacing: -0.308px;
  border: 1px solid red; */
  /*   border: 1px solid red; */
}
footer .zoneBetandeal a {
  /*  border: 1px solid white; */
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-top: auto;
  margin-bottom: 8px;
}
footer .zoneBetandeal a img {
  /*   width:auto;
    height:18px; */
  padding-left: 3px;
  width: 135px;
}
@media (min-width: 1025px) {
  footer .zoneBetandeal a img {
    width: 250px;
  }
}
footer .zoneBetandeal a:hover, footer .zoneBetandeal a:focus, footer .zoneBetandeal a:active {
  color: #FAFAFA;
}
footer .zoneBetandeal a:hover img, footer .zoneBetandeal a:focus img, footer .zoneBetandeal a:active img {
  filter: none;
}
footer .zoneLegalNav {
  width: 100%;
  grid-area: zoneLegalNav;
}
footer .zoneLegalNav ul {
  margin: 0;
  padding: 0;
}
footer .zoneLegalNav ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  footer .zoneLegalNav ul li {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  footer .zoneLegalNav ul li {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zoneLegalNav ul li {
  /*  font-size:v.$text-l;
   font-style: normal;
   font-weight: 400;
   line-height: 150%; 
   letter-spacing: -0.308px; */
}
footer .zoneNav {
  grid-area: zoneNav;
  display: grid;
  gap: 8px;
  /* font-size:v.$text-l;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.242px; */
  /* Mobile/Text L */
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.011rem;
}
@media (min-width: 678px) {
  footer .zoneNav {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1550px) {
  footer .zoneNav {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
footer .zonePremiumpay {
  grid-area: zonePremiumpay;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  box-sizing: border-box;
  margin: 124px 0 0 0;
  overflow: hidden;
}
footer .zonePremiumpay img {
  max-width: 100%;
  object-fit: contain;
  display: block;
  opacity: 0;
  transform: translateY(150%);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease-out;
}
footer .zonePremiumpay img:nth-child(1) {
  width: 10.922787194%;
  transition-delay: 0s;
}
footer .zonePremiumpay img:nth-child(2) {
  width: 5.5760255465%;
  transition-delay: 0.07s;
}
footer .zonePremiumpay img:nth-child(3) {
  width: 10.6443953165%;
  transition-delay: 0.14s;
}
footer .zonePremiumpay img:nth-child(4) {
  width: 14.6606075493%;
  transition-delay: 0.21s;
}
footer .zonePremiumpay img:nth-child(5) {
  width: 5.379513633%;
  transition-delay: 0.28s;
}
footer .zonePremiumpay img:nth-child(6) {
  width: 9.9361336281%;
  transition-delay: 0.35s;
}
footer .zonePremiumpay img:nth-child(7) {
  width: 15.4957831819%;
  transition-delay: 0.42s;
}
footer .zonePremiumpay img:nth-child(8) {
  width: 10.2145255056%;
  transition-delay: 0.49s;
}
footer .zonePremiumpay img:nth-child(9) {
  width: 8.5277982478%;
  transition-delay: 0.56s;
}
footer .zonePremiumpay img:nth-child(10) {
  width: 8.6424301973%;
  transition-delay: 0.63s;
}
footer .zonePremiumpay.visible img {
  opacity: 1;
  transform: translateY(0);
}
footer .zoneIcon {
  grid-area: zoneIcon;
  display: flex;
  justify-content: end;
}
footer .zoneIcon img {
  width: 96px;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
  transform-origin: center center;
  animation: giro 5s linear infinite;
}
footer .zoneBreak {
  grid-area: zoneBreak;
  height: 1px;
  margin: 16px 0 16px 0;
  background: #FAFAFA;
}
@media (min-width: 678px) {
  footer .zoneBreak {
    margin: 32px 0 16px 0;
  }
}
@media (min-width: 1025px) {
  footer .zoneBreak {
    margin: 64px 0 16px 0;
  }
}

@media (min-width: 1025px) {
  footer .footerGrid {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "zoneBetandeal zoneIcon zoneNav" "zonePremiumpay zonePremiumpay zonePremiumpay" "zoneBreak zoneBreak zoneBreak" "zoneLegalNav zoneLegalNav zoneLegalNav";
    column-gap: 40px;
  }
  footer .footerGrid .zoneBetandeal {
    width: 100% !important;
    height: fit-content !important;
  }
  footer .footerGrid .zoneBetandeal a {
    display: inline-flex;
    align-items: center;
    line-height: 0;
  }
  footer .footerGrid .zoneNav {
    gap: 16px;
    /*  font-size:v.$text-l;
     font-style: normal;
     font-weight: 400;
     line-height: 150%; 
     letter-spacing: -0.242px; */
    /* Mobile/Text L */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.011rem;
  }
}
@media (min-width: 1025px) and (min-width: 678px) {
  footer .footerGrid .zoneNav {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1025px) and (min-width: 1550px) {
  footer .footerGrid .zoneNav {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
@media (min-width: 1025px) {
  footer .footerGrid .zoneLegalNav {
    display: flex;
    justify-content: space-between;
  }
  footer .footerGrid .zoneLegalNav ul {
    display: flex;
    gap: 1rem;
  }
  footer .footerGrid .zoneLegalNav ul li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    /*   font-size:v.$text-l;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; 
      letter-spacing: -0.308px;*/
    /* Mobile/Text L */
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.011rem;
  }
}
@media (min-width: 1025px) and (min-width: 678px) {
  footer .footerGrid .zoneLegalNav ul li {
    /* Tablet/Text L */
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: -0.014rem;
  }
}
@media (min-width: 1025px) and (min-width: 1550px) {
  footer .footerGrid .zoneLegalNav ul li {
    /* Desktop/Bodycopy/Text L */
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.015rem;
  }
}
@media (min-width: 1025px) {
  footer .footerGrid .zoneLegalNav ul li::before {
    position: relative;
    content: "";
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FAFAFA;
  }
  footer .footerGrid .zoneLegalNav ul li:first-child::before {
    display: none;
  }
  footer .footerGrid .zoneIcon img {
    width: 126px;
  }
}
.linkInvert, a.linkInvert, .linkInvert a:link, .linkInvert a:visited {
  color: #FAFAFA;
  transition: color 0.2s ease;
}
.linkInvert a:hover, a.linkInvert a:hover, .linkInvert a:link a:hover, .linkInvert a:visited a:hover {
  color: #6FA5FF;
}
.linkInvert a:active, a.linkInvert a:active, .linkInvert a:link a:active, .linkInvert a:visited a:active {
  color: #5A87FF;
}

@keyframes giro {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.modalInfo {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  z-index: 1000;
  display: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
.modalInfo .close {
  position: sticky;
  top: 2rem;
  align-self: start;
  justify-self: end;
  margin-right: 2rem;
  z-index: 10;
  grid-row: 1/span 2;
  grid-column: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 16px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  transition: color 0.3s ease;
}
.modalInfo .close img {
  display: none;
}
.modalInfo .close::before, .modalInfo .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background-color: currentColor;
}
.modalInfo .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalInfo .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modalInfo .close.onLight {
  color: #3D1FFF;
}
.modalInfo .modalCta {
  position: sticky;
  bottom: calc(2rem + env(safe-area-inset-bottom, 0px));
  align-self: end;
  justify-self: center;
  grid-row: 1/span 2;
  grid-column: 1;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease, font-weight 0.2s ease;
}
.modalInfo .modalCta.isShown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .modalInfo .modalCta {
    display: none;
  }
}

.infoSlider {
  position: relative;
  width: 100%;
  height: 100vh;
  display: grid;
  grid-row: 1;
  grid-column: 1;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
}
.infoSlider .zoneImg {
  position: relative;
  z-index: 1;
}
.infoSlider .zoneImg .contImg, .infoSlider .zoneImg .contImg1, .infoSlider .zoneImg .contImg2, .infoSlider .zoneImg .contImg3 {
  width: 100%;
  height: 100vh;
}
.infoSlider .zoneImg .contImg img, .infoSlider .zoneImg .contImg1 img, .infoSlider .zoneImg .contImg2 img, .infoSlider .zoneImg .contImg3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.infoSlider .zoneTxt {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FAFAFA;
  font-size: clamp(30px, 5vw, 90px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 99px */
  letter-spacing: -2.7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infoSlider .zoneTxt .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.infoSlider .zoneTxt .grid .options {
  display: grid;
  gap: 8px;
  justify-items: end;
}
.infoSlider .zoneTxt .grid .options span {
  position: relative;
}
.infoSlider .zoneTxt .grid .value .item {
  position: relative;
}

.infoBody {
  display: grid;
  gap: 16px;
  grid-row: 2;
  grid-column: 1;
}

.infoNav {
  display: none;
  margin-top: 64px;
}

.infoContent {
  display: grid;
  gap: 128px;
  margin: 64px auto 128px auto;
}
.infoContent .bloque {
  display: grid;
  overflow: hidden;
  width: 100%;
}
.infoContent .bloque h3 {
  margin-bottom: 32px;
  color: #3D1FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 99px */
  letter-spacing: -2.7px;
  width: 100%;
}
.infoContent .bloque h4 {
  margin-bottom: 40px;
  color: #3D1FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 45.6px */
  letter-spacing: -0.38px;
  width: 100%;
}
.infoContent .bloque p {
  color: #5A87FF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  width: 100%;
}
.infoContent .bloque img {
  max-width: 450px;
  width: 100%;
  height: auto;
  display: block;
  margin: 128px 0 0 0;
}

.btnFull {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  padding: 32px;
  color: #FAFAFA;
  font-size: 38px;
  font-family: "SoraVariable", sans-serif;
  border-radius: 16px 16px 0 0;
  background: #3D1FFF;
  z-index: 2;
  transition: font-weight 0.2s ease;
}
.btnFull:hover {
  font-weight: 700;
}

@media (min-width: 1025px) {
  .infoBody {
    margin: 120px auto;
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 10%;
  }
  .infoNav {
    position: sticky;
    top: 6rem;
    align-self: start;
    max-width: 560px;
    display: block;
  }
  .infoNav p {
    color: #2963FF;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.308px;
    margin-bottom: 32px;
  }
  .infoNav ul {
    display: grid;
    gap: 16px;
  }
  .infoNav ul li {
    padding: 8px 0;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 60px */
    letter-spacing: -0.55px;
    border-bottom: solid 1px #3D1FFF;
    margin-bottom: 0;
    transition: margin-bottom 0.4s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .infoNav ul li a, .infoNav ul li :link, .infoNav ul li :visited {
    display: flex;
    gap: 16px;
  }
  .infoNav ul li a small, .infoNav ul li :link small, .infoNav ul li :visited small {
    font-size: 16px;
    line-height: normal;
  }
  .infoNav ul li a, .infoNav ul li :link, .infoNav ul li :visited {
    color: #3D1FFF;
    transition: color 0.4s cubic-bezier(0.25, 1, 0.5, 1), font-weight 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  .infoNav ul li.active {
    margin-bottom: 50px;
    border-color: #0A0885;
  }
  .infoNav ul li.active a {
    color: #0A0885;
    font-weight: 700;
  }
  .infoNav .modalNavCta {
    margin-top: 48px;
  }
  .infoContent .bloque h3 {
    margin-bottom: 32px;
    color: #3D1FFF;
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -2.7px;
  }
  .infoContent .bloque h4 {
    margin-bottom: 64px;
    color: #3D1FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.38px;
  }
  .infoContent .bloque p {
    color: #5A87FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
  }
}
.infoSlider {
  position: relative;
  width: 100%;
  height: 100vh;
  border-radius: 32px 32px 0 0;
  overflow: hidden;
  display: grid;
}
.infoSlider .zoneImg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.infoSlider .zoneImg .contImg1, .infoSlider .zoneImg .contImg2, .infoSlider .zoneImg .contImg3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  z-index: 1;
}
.infoSlider .zoneImg .contImg1.active, .infoSlider .zoneImg .contImg2.active, .infoSlider .zoneImg .contImg3.active {
  opacity: 1;
  z-index: 2;
}
.infoSlider .zoneImg .contImg1 img, .infoSlider .zoneImg .contImg2 img, .infoSlider .zoneImg .contImg3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.infoSlider .zoneImg.paso1img .contImg1 {
  opacity: 1;
  z-index: 2;
}
.infoSlider .zoneImg.paso2img .contImg2 {
  opacity: 1;
  z-index: 2;
}
.infoSlider .zoneImg.paso3img .contImg3 {
  opacity: 1;
  z-index: 2;
}
.infoSlider .zoneTxt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FAFAFA;
  font-size: clamp(30px, 5vw, 90px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -2.7px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.infoSlider .zoneTxt .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: flex-start;
}
.infoSlider .zoneTxt .grid .options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  height: calc(3.3em + 16px);
  overflow: hidden;
}
.infoSlider .zoneTxt .grid .options span {
  position: relative;
  height: 1.1em;
  line-height: 1.1em;
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}
.infoSlider .zoneTxt .grid .value {
  height: 100%;
  display: grid;
  align-items: center;
}
.infoSlider .zoneTxt .grid .value .item {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.infoSlider .zoneTxt.paso1txt .options span {
  transform: translateY(0);
}
.infoSlider .zoneTxt.paso2txt .options span {
  transform: translateY(calc(-1.1em - 8px));
}
.infoSlider .zoneTxt.paso3txt .options span {
  transform: translateY(calc(-2.2em - 16px));
}

.cursorArrow {
  position: fixed;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 10000;
  color: #fff;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.2s ease;
  will-change: transform;
}
.cursorArrow.isVisible {
  opacity: 1;
}
.cursorArrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
  transform: rotate(135deg);
}
@media (pointer: coarse) {
  .cursorArrow {
    display: none;
  }
}

body.hasCustomCursor,
body.hasCustomCursor * {
  cursor: none !important;
}

html,
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

#modalInfo {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#modalInfo::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.scrollProgress {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  bottom: 16px;
  right: 12px;
  width: 6px;
  z-index: 9998;
  pointer-events: none;
  background: #2963FF;
  border-radius: 999px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.siteHeader.isScrolled ~ .scrollProgress {
  opacity: 1;
}

.scrollProgress__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #FAFAFA;
  border-radius: 999px;
  will-change: height;
}

@media (max-width: 1024px), (pointer: coarse) {
  .scrollProgress {
    display: none;
  }
}
.errorPage {
  height: 100vh;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 164px 16px 64px 16px;
}
.errorPage .img404 {
  max-width: 800px;
  width: 100%;
  margin-bottom: 32px;
}
.errorPage h1 {
  color: #3D1FFF;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 41.8px */
  letter-spacing: -1.14px;
  margin-bottom: 64px;
}
.errorPage .btnDef {
  width: fit-content;
  margin: 0 auto;
}

.legal {
  width: 100%;
  max-width: 900px;
  display: grid;
  margin: 0 auto;
  padding-top: 128px;
}
.legal h1 {
  color: #3D1FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 55px */
  letter-spacing: -1.5px;
  margin-bottom: 50px;
}
.legal h2 {
  color: #3D1FFF;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 41.8px */
  letter-spacing: -1.14px;
  margin-bottom: 38px;
}
.legal h3 {
  color: #3D1FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 25.2px */
  letter-spacing: -0.231px;
  margin: 32px 0 20px 0;
}
.legal h4 {
  color: #3D1FFF;
}
.legal p {
  color: #292E30;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  margin-bottom: 32px;
}
.legal a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: anywhere;
}
.legal ol {
  list-style-type: decimal !important;
  list-style-position: inside !important;
}
.legal ol li {
  color: #292E30;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  margin-bottom: 32px;
  list-style-type: decimal-leading-zero;
}

@media (min-width: 1025px) {
  .legal h1 {
    font-size: 90px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 99px */
    letter-spacing: -2.7px;
  }
  .legal h2 {
    font-size: 68px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 74.8px */
    letter-spacing: -1.36px;
    margin-bottom: 38px;
  }
  .legal h3 {
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.38px;
    margin: 64px 0 20px 0;
  }
  .legal p {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.308px;
    margin-bottom: 64px;
  }
  .legal ol {
    list-style-type: decimal !important;
    list-style-position: inside !important;
  }
  .legal ol li {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 42px */
    letter-spacing: -0.308px;
    margin-bottom: 64px;
  }
}
.tabla {
  border-collapse: collapse;
  display: block;
  width: 100%;
  font-size: 9px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 13.5px */
  letter-spacing: -0.099px;
}
.tabla thead, .tabla tbody {
  display: block;
  width: 100%;
}
.tabla thead tr {
  margin-bottom: 32px;
}
.tabla thead tr th {
  align-items: end;
  color: #2963FF;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 150%; /* 39px */
  letter-spacing: -0.286px;
  border-bottom: solid 1px #2963FF;
  padding: 0 8px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.tabla tbody tr {
  border-collapse: separate;
  border-spacing: 0 32px;
  align-items: start;
}
.tabla tbody tr td {
  display: inline-grid;
  align-items: start;
  font-size: 9px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.176px;
  min-width: 0;
  overflow-wrap: anywhere;
}
.tabla tbody tr td a {
  word-wrap: break-word;
  word-break: break-all;
}
.tabla tbody tr td:nth-child(2) {
  padding-left: 16px;
}
.tabla tbody .trEmpty {
  height: 16px;
}
.tabla tbody .trBreak {
  height: 32px;
  align-items: center;
}
.tabla tbody .trBreak td {
  height: 1px;
  border-bottom: solid 1px #2963FF;
}

.tblaX2 thead tr, .tblaX2 tbody tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 1025px) {
  .tabla thead tr th {
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 45.6px */
    letter-spacing: -0.38px;
  }
  .tabla tbody tr {
    align-items: start;
  }
  .tabla tbody tr td {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
    letter-spacing: -0.176px;
  }
  .tabla tbody tr td:nth-child(2) {
    padding-left: 64px;
  }
}
.consentAlert {
  position: fixed;
  right: 1.4rem;
  bottom: 1rem;
  display: flex;
  flex-direction: row; /* Button on the left, content on the right */
  align-items: center;
  padding: 4px;
  font-size: 9px;
  border-radius: 2rem;
  background-color: #fff;
  z-index: 111;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); /* Premium shadow */
  border: 1px solid #F0F1F3; /* Subtle border */
  /* Animation container styles */
  overflow: hidden;
  max-width: 32px; /* 24px button + 2 * 4px padding = 32px circle */
  gap: 0;
  transition: max-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), padding 0.5s cubic-bezier(0.25, 1, 0.5, 1), gap 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.consentAlert img {
  width: 24px;
  align-self: stretch;
  aspect-ratio: 1/1;
}
.consentAlert .content {
  display: flex;
  gap: 6px;
  align-items: center;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px); /* Start shifted left (towards the button) */
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s;
}
.consentAlert .content a, .consentAlert .content a:visited, .consentAlert .content a:link {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.176px;
  text-decoration: underline !important;
}
.consentAlert .content a:hover, .consentAlert .content a:visited:hover, .consentAlert .content a:link:hover {
  color: #3D1FFF;
  text-decoration: none;
}
.consentAlert .content button {
  width: auto;
  margin-left: 4px;
  padding: 4px 16px;
  font-size: 9px !important;
}
.consentAlert .btnConsent {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 2rem;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.consentAlert {
  /* Active state (expanded) on mobile */
}
.consentAlert.active {
  max-width: 320px; /* Expands to fit the text + button */
  gap: 8px;
  padding: 4px 4px 4px 4px; /* More padding on the right edge */
}
.consentAlert.active .content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*version escritorio*/
@media (min-width: 1025px) {
  .consentAlert {
    font-size: 16px;
    flex-direction: row; /* Normal row order on desktop */
    max-width: none !important; /* Always fully expanded */
    padding: 4px 4px 4px 4px !important;
    gap: 8px !important;
    overflow: visible;
  }
  .consentAlert img {
    width: 30px;
  }
  .consentAlert .content {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }
  .consentAlert .content button {
    font-size: 16px !important;
  }
  .consentAlert .btnConsent {
    width: 30px;
    height: 30px;
    cursor: default; /* No toggle action on desktop */
  }
}
/* La cookie rueda al abrir/cerrar el aviso */
.consentAlert .btnConsent img {
  transform-origin: center center;
  /* gira sincronizada con la expansión del banner (mismo tiempo/easing que el max-width) */
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.consentAlert {
  /* al expandirse (mobile), el banner crece hacia la izquierda y la cookie rueda hacia la
     izquierda empujando esa expansión; al cerrarse rueda de vuelta en sentido contrario */
}
.consentAlert.active .btnConsent img {
  transform: rotate(-720deg);
}
.consentAlert {
  /* aparición: gira un par de vueltas con un rebotito gracioso */
}
.consentAlert .btnConsent img.is-rolling {
  animation: cookie-roll 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.consentAlert {
  /* === Secuencia de cierre (al aceptar), orquestada por JS ===
     Fase 1: el banner colapsa de izquierda a derecha y la cookie empuja el colapso
     (el max-width y la rotación de la cookie los anima el JS con estilos inline). */
}
.consentAlert.collapsing {
  overflow: hidden !important;
  padding: 4px !important;
  gap: 0 !important;
  transition: max-width 0.5s cubic-bezier(0.25, 1, 0.5, 1), padding 0.5s cubic-bezier(0.25, 1, 0.5, 1), gap 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.consentAlert.collapsing .content {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateX(-20px) !important;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.4s !important;
}
.consentAlert {
  /* Fase 3: ya sola la cookie (y tras su vuelta), cae hacia abajo y desaparece */
}
.consentAlert.drop {
  transform: translateY(60px) !important;
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.5, 0, 0.75, 0), opacity 0.45s ease;
}

@keyframes cookie-roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
/* respeta la preferencia de reducir movimiento */
@media (prefers-reduced-motion: reduce) {
  .consentAlert .btnConsent img.is-rolling {
    animation: none;
  }
}

/*# sourceMappingURL=styles.css.map */
