@charset "UTF-8";@supports (mix-blend-mode: lighten) {.gradient-1 {display: inline-block;position: relative;}.gradient-1::before {content: "";display: block;position: absolute;inset: 0;background: linear-gradient(90deg, #B31AEF 0%, #F6048D 31%, #F88C54 78%, #FF7670 100%);pointer-events: none;}.gradient-1 {color: #000;background: #fff;mix-blend-mode: multiply;}.gradient-1::before {mix-blend-mode: screen;}}@keyframes gradientMove {0% {background-position: 0% 50%;}50% {background-position: 100% 50%;}100% {background-position: 0% 50%;}}@keyframes glowShift {0% {inset: -15% -10% -20% -10%;}50% {inset: -28% -22% -28% -18%;}100% {inset: -14% -8% -19% -8%;}}*, *::before, *::after {margin: 0;padding: 0;box-sizing: border-box;}html {font-size: 100%;scroll-behavior: smooth;}body {font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;line-height: 1.5;background-color: #ffffff;color: #18191C;}.alert-danger {color: #842029;background-color: #f8d7da;border-color: #f5c2c7;border-radius: 30px;padding: 10px;}.alert-success {color: #0f5132;background-color: #d1e7dd;border-color: #badbcc;border-radius: 30px;padding: 10px;}.field-error {margin-top: 10px;color: #842029;}#sendEmail {cursor: pointer;}.home-technology .card:hover {cursor: default !important;}h1, h2, h3, h4, h5, h6 {font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-weight: 700;line-height: 1.2;}p {font-size: 1.125rem;margin-bottom: 1rem;}a {color: #792181;text-decoration: none;position: relative;}a:hover {text-decoration: none;}::selection {color: #fff;background: #792181;}::-moz-selection {color: #fff;background: #792181;}.btb-box-shadow {box-shadow: 5px 3px 10px 0px rgba(192, 189, 189, 0.23);}.bg-gray {background-color: #F6F6F9;}.bg-light {background-color: #fff;}.bg-dark {background-color: #221E1E;}.clr-dark {color: #000 !important;}.b-t {border-top: 1px solid #6b7280 !important;}.d-flex {display: flex;}img {max-width: 100%;}.floating {animation: float 6s ease-in-out infinite;}@keyframes float {0%, 100% {transform: translateY(0);}50% {transform: translateY(-15px);}}.container {width: min(100% - 2rem, 1240px);margin-inline: auto;position: relative;}.container-wide {width: min(100% - 2rem, 1600px);margin-inline: auto;}.container + .container {margin-top: 4rem;}@media (max-width: 768px) {.container {width: min(100% - 2.5rem, 1240px);}}@media (max-width: 576px) {.container {width: min(100% - 3rem, 1240px);}}.row {--gutter-x: 1rem;--gutter-y: 0;display: flex;flex-wrap: wrap;margin-left: calc(var(--gutter-x) * -0.5);margin-right: calc(var(--gutter-x) * -0.5);row-gap: var(--gutter-y);}.row.gx-0 {--gutter-x: 0;}.row.gx-2 {--gutter-x: .5rem;}.row.gx-3 {--gutter-x: .75rem;}.row.gx-4 {--gutter-x: 1rem;}.row.gx-6 {--gutter-x: 1.5rem;}.row.gy-2 {--gutter-y: .5rem;}.row.gy-4 {--gutter-y: 1rem;}.row.gy-6 {--gutter-y: 1.5rem;}.row.equal-cols > [class^=col], .row.equal-cols > [class*=" col"] {display: flex;flex-direction: column;}.row.equal-cols > [class^=col] > .card, .row.equal-cols > [class*=" col"] > .card {flex-direction: column;flex: 1 1 auto;}.row.equal-cols .card .btn:last-child {margin-top: auto;}.row.equal-cols .card .icon {align-self: center;max-width: 100%;height: auto;}[class^=col], [class*=" col"] {padding-left: calc(var(--gutter-x) * 0.5);padding-right: calc(var(--gutter-x) * 0.5);flex: 0 0 auto;width: 100%;}.col {flex: 1 0 0%;width: auto;}.col-auto {flex: 0 0 auto;width: auto;}.col-1 {width: 8.3333333333%;}.col-2 {width: 16.6666666667%;}.col-3 {width: 25%;}.col-4 {width: 33.3333333333%;}.col-5 {width: 41.6666666667%;}.col-6 {width: 50%;}.col-7 {width: 58.3333333333%;}.col-8 {width: 66.6666666667%;}.col-9 {width: 75%;}.col-10 {width: 83.3333333333%;}.col-11 {width: 91.6666666667%;}.col-12 {width: 100%;}@media (min-width: 480px) {.row {--gutter-x: 1rem;}.col-sm-1 {width: 8.3333333333%;}.col-sm-2 {width: 16.6666666667%;}.col-sm-3 {width: 25%;}.col-sm-4 {width: 33.3333333333%;}.col-sm-5 {width: 41.6666666667%;}.col-sm-6 {width: 50%;}.col-sm-7 {width: 58.3333333333%;}.col-sm-8 {width: 66.6666666667%;}.col-sm-9 {width: 75%;}.col-sm-10 {width: 83.3333333333%;}.col-sm-11 {width: 91.6666666667%;}.col-sm-12 {width: 100%;}.col-sm {flex: 1 0 0%;width: auto;}.col-sm-0 {display: none;}}@media (min-width: 768px) {.row {--gutter-x: 1.25rem;}.col-md-1 {width: 8.3333333333%;}.col-md-2 {width: 16.6666666667%;}.col-md-3 {width: 25%;}.col-md-4 {width: 33.3333333333%;}.col-md-5 {width: 41.6666666667%;}.col-md-6 {width: 50%;}.col-md-7 {width: 58.3333333333%;}.col-md-8 {width: 66.6666666667%;}.col-md-9 {width: 75%;}.col-md-10 {width: 83.3333333333%;}.col-md-11 {width: 91.6666666667%;}.col-md-12 {width: 100%;}.col-md {flex: 1 0 0%;width: auto;}.col-md-0 {display: none;}}@media (min-width: 1024px) {.row {--gutter-x: 1.25rem;}.col-lg-1 {width: 8.3333333333%;}.col-lg-2 {width: 16.6666666667%;}.col-lg-3 {width: 25%;}.col-lg-4 {width: 33.3333333333%;}.col-lg-5 {width: 41.6666666667%;}.col-lg-6 {width: 50%;}.col-lg-7 {width: 58.3333333333%;}.col-lg-8 {width: 66.6666666667%;}.col-lg-9 {width: 75%;}.col-lg-10 {width: 83.3333333333%;}.col-lg-11 {width: 91.6666666667%;}.col-lg-12 {width: 100%;}.col-lg {flex: 1 0 0%;width: auto;}.col-lg-0 {display: none;}}@media (min-width: 1280px) {.row {--gutter-x: 1.5rem;}.col-xl-1 {width: 8.3333333333%;}.col-xl-2 {width: 16.6666666667%;}.col-xl-3 {width: 25%;}.col-xl-4 {width: 33.3333333333%;}.col-xl-5 {width: 41.6666666667%;}.col-xl-6 {width: 50%;}.col-xl-7 {width: 58.3333333333%;}.col-xl-8 {width: 66.6666666667%;}.col-xl-9 {width: 75%;}.col-xl-10 {width: 83.3333333333%;}.col-xl-11 {width: 91.6666666667%;}.col-xl-12 {width: 100%;}.col-xl {flex: 1 0 0%;width: auto;}.col-xl-0 {display: none;}}.row.center {justify-content: center;}.row.between {justify-content: space-between;}.row.middle {align-items: center;}.row.stretch {align-items: stretch;}.header {position: sticky;top: 0;z-index: 50;background: rgba(255, 255, 255, 0.28);backdrop-filter: blur(8px);height: 84px;}.header__inner {width: min(100% - 2rem, 1240px);margin-inline: auto;display: flex;align-items: center;justify-content: space-between;gap: 1.5rem;padding-block: 1rem;}.header {}.header__brand {display: inline-flex;align-items: center;gap: 0.75rem;text-decoration: none;color: #18191C;}.header__brand img {display: block;max-height: 44px;width: auto;margin: -7px 0 0 0;}.header {}.header__nav {display: none;background-color: #F4F4F4;border-radius: 30px;padding: 5px 15px;font-size: 15px;}@media (min-width: 768px) {.header__nav {display: block;}}.header .nav__list {display: flex;align-items: center;gap: 0;list-style: none;}.header .nav__list .blank {color: rgba(43, 50, 73, 0.33);user-select: none;font-size: 21px;padding: 5px 10px;}.header .nav__list .blank:last-child {display: none;}.header .nav__list a {text-decoration: none;color: #18191C;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, sans-serif;font-size: 15px;font-weight: 400;opacity: 0.9;background-color: transparent;border-radius: 30px;padding: 5px 15px;transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;}.header .nav__list a:hover, .header .nav__list a.is-active {opacity: 1;color: #2B3249;background-color: rgba(40, 53, 131, 0.13);}.header .nav__list a.is-active:hover {background-color: rgba(40, 53, 131, 0.26);}.header {}.header__actions {display: none;align-items: center;gap: 1rem;}@media (min-width: 768px) {.header__actions {display: flex;}}.header__actions .btn--secondary {background: #283583;color: #fff;border: none;line-height: 21px;}.header__actions .btn--secondary:hover {filter: brightness(1.04);}.header {}.header__toggle {display: inline-flex;align-items: center;justify-content: center;width: 40px;height: 40px;border-radius: 10px;border: 1px solid rgba(0, 0, 0, 0.08);background: #fff;cursor: pointer;}@media (min-width: 768px) {.header__toggle {display: none;}}.header__toggle .bar, .header__toggle .bar::before, .header__toggle .bar::after {content: "";display: block;position: relative;width: 18px;height: 2px;background: #18191C;border-radius: 2px;transition: transform 0.25s ease, background-color 0.25s ease, top 0.25s ease;}.header__toggle .bar {position: relative;top: 0;}.header__toggle .bar::before {position: absolute;left: 0;top: -6px;}.header__toggle .bar::after {position: absolute;left: 0;top: 6px;}.header {}.header__checkbox {display: none;}.header {}.header__drawer {position: fixed;inset: 84px 0 auto 0;background: #fff;border-bottom: 1px solid rgba(0, 0, 0, 0.06);padding: 1.5rem;display: none;z-index: 999;}.header__drawer .drawer__list {display: grid;list-style: none;padding: 0;margin: 0;}.header__drawer .drawer__list a {color: #18191C;text-decoration: none;font-weight: 600;padding: 8px 0;width: 100%;display: block;text-align: center;}.header__drawer .drawer__list a:hover {color: #283583;}.header__drawer .drawer__list li {border-bottom: 1px solid #eee;}.header__drawer .drawer__list li:last-child {border-bottom: none;}.header__drawer .drawer__actions {margin-top: 1.5rem;display: flex;gap: 1rem;}.header__drawer .drawer__actions .btn {width: 100%;padding: 0.9rem 1rem;border-radius: 999px;font-weight: 700;text-align: center;}.header__drawer .drawer__actions .btn--secondary {background: #283583;color: #fff;border: none;}@media (min-width: 768px) {.header__drawer {display: none !important;}}.header__drawer {}.header {}.header:has(#nav-toggle:checked) .header__drawer {display: block;}.header {}.header:has(#nav-toggle:checked) .header__toggle .bar {background: transparent;}.header:has(#nav-toggle:checked) .header__toggle .bar::before {transform: rotate(45deg);top: 0;}.header:has(#nav-toggle:checked) .header__toggle .bar::after {transform: rotate(-45deg);top: 0;}.header {}.header::after {content: "";position: fixed;inset: 84px 0 0 0;background: rgba(0, 0, 0, 0.35);opacity: 0;pointer-events: none;transition: opacity 0.25s ease;z-index: 998;}.header:has(#nav-toggle:checked)::after {opacity: 1;pointer-events: auto;}@media (max-width: 992px) {.header .nav__list a {font-size: 13px;text-align: center;display: inline-block;}.header__actions .btn {font-size: 13px;}}@media (max-width: 380px) {.header__inner {padding-block: 0.75rem;}}.top-header {background-color: #F5F5F5;width: 100%;min-height: 38px;line-height: 32px;}.top-header .container {justify-content: space-between;display: flex;}.top-header ul {margin: 0;padding: 0;display: flex;align-items: center;list-style: none;}.top-header li {list-style: none;display: inline-block;margin: 0 0.2rem;color: #7C848E;}.top-header a {font: 400 0.9rem/1.625rem Poppins;color: #7C848E;margin: 0;padding: 0;text-transform: uppercase;transition: color 0.3s ease;}.top-header a:hover, .top-header a:active, .top-header a:focus {color: #000000;text-decoration: none;}.top-header {}.top-header .lp-toggle {display: none;}.top-header .lp-menu {display: none;}.top-header {}.top-header .lp {position: relative;display: inline-block;}.top-header .lp-inline {display: flex;align-items: center;gap: 5px;margin-left: 10px;margin-top: 4px;}.top-header .flag {width: 20px;height: 20px;text-decoration: none;display: inline-block;}.top-header .flag img {width: 100%;height: 100%;display: block;border-radius: 9999px;}.top-header {}.top-header .flag.is-active {cursor: pointer;opacity: 0.3;}.top-header .flag:hover {filter: brightness(0.95);}footer {box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);border-radius: 30px;font-size: 15px;width: 100%;overflow: hidden;padding: 4rem 4rem 0 4rem;z-index: 1;background-color: #fff;}footer a:hover {color: #792181;}footer hr {background: #CCCCCC;color: #CCCCCC;}footer ul {list-style: none;}footer ul li a {color: #000000;padding-bottom: 10px;font-size: 15px;display: block;width: 100%;}footer ul + p {margin-top: 2rem;}footer p {color: #667085;font-size: 15px;}footer .logo {max-width: 140px;}.gradient-bg {position: absolute;top: 10%;z-index: -1;left: 15%;width: 70%;height: 80%;background: radial-gradient(circle at 30% 40%, rgba(255, 183, 178, 0.7), transparent 60%), radial-gradient(circle at 70% 60%, rgba(216, 144, 239, 0.6), transparent 60%), radial-gradient(circle at 50% 50%, rgba(255, 199, 146, 0.5), transparent 70%);filter: blur(100px);opacity: 0.9;animation: moveGradient 6s ease-in-out infinite;}.transparent-logo {position: absolute;top: -130px;right: -130px;background-repeat: no-repeat;width: 675px;height: 277px;display: block;pointer-events: none;user-select: none;z-index: -1;}.footer-socials {display: flex;gap: 1.2rem;margin-top: 1rem;}.footer-socials a {color: #6c6c6c;font-size: 1.8rem;transition: color 0.3s ease;}.footer-socials a:hover {color: #7a2c91;}.footer-socials a i {line-height: 1;}@media (max-width: 1510px) {.transparent-logo {top: 0px;right: 0px;}}@media (max-width: 768px) {.transparent-logo {min-height: 300px;width: 100%;}footer {padding: 4rem 3rem 0 3rem;}}.section {padding-block: 5rem;position: relative;}.section--hero {padding-block: 4rem;}.section--tight {padding-block: 1.5rem;}@media (max-width: 992px) {.section {padding-block: 2.5rem;}}@media (max-width: 768px) {.intro .title.text-xl {font-size: 44px !important;}.intro .description {font-size: 0.9rem !important;}}.btn {display: inline-flex;align-items: center;justify-content: center;gap: 0.5rem;padding: 0.8rem 1.2rem;border-radius: 9999px;font-weight: 600;transition: all 0.3s ease;overflow: hidden;position: relative;}.btn:hover {box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);}.btn::before {content: "";position: absolute;top: 0;left: -75%;width: 50%;height: 100%;background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);transform: skewX(-25deg);}.btn:hover::before {animation: shine 0.75s forwards;}@keyframes shine {100% {left: 125%;}}.btn--primary {background: #792181;color: #fff;}.btn--primary:hover {background-color: #9512a1;}.btn--light {background: #fff;color: #18191C;}.btn--light:hover {background-color: #e3e2e2;}.btn--outline {border: 1px solid #792181;color: #792181;}.btn--secondary {background: #283583;color: #fff;}.btn--secondary:hover {background-color: #3546ad;}.link {font-weight: 500;text-decoration: underline;}.card {background: #fff;border-radius: 2rem;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);padding: 2rem;transition: transform 0.2s ease, box-shadow 0.2s ease;}.card:hover {cursor: pointer;}.card.box-shadow {box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);}.card.overflow {overflow: hidden;}.card {border-radius: 30px;font-size: 15px;box-shadow: none;width: 100%;position: relative;z-index: 1;}.card {transition: transform 0.3s ease, box-shadow 0.3s ease;}.card:hover {transform: translateY(-8px) scale(1.02);box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}.card.card-gray {background-color: #F6F6F9;}.card.card-dark {background-color: #221E1E;}.card.card-dark .title {color: #FFFFFF;}.card.card-dark .description {color: #B7B7B7;}.card.card-lg {padding-top: 4rem;padding-bottom: 4rem;padding-left: 3rem;padding-right: 3rem;}.card .title {font-size: 40px;color: #18191C;letter-spacing: -3px;font-weight: 500;}.card .title-sm {font-size: 24px;letter-spacing: -1px;font-weight: 400;}.card .title-xs {font-size: 19px;letter-spacing: -1px;font-weight: 400;}.card .description {font-size: 15px;padding-top: 8px;color: #767A85;}.card .icon {max-height: 220px;position: relative;top: 20px;margin-top: -20px;}.card .icon-small {max-width: 120px;margin-bottom: 30px;}.card .pos-rel {position: relative;}.card .abs-center {position: absolute;right: 0;top: 0;bottom: 0;margin: auto;max-width: 500px;}@media (max-width: 1024px) {.card .abs-center {position: relative;right: 0;top: 0;bottom: 0;margin: auto;max-width: 100%;}.card.card-lg {padding-top: 3rem;padding-bottom: 3rem;padding-left: 2rem;padding-right: 2rem;}}.badge {display: inline-block;padding: 0.25rem 0.75rem;border-radius: 9999px;font-size: 0.75rem;font-weight: 600;background: #283583;color: #fff;}.hero-badge {display: inline-flex;align-items: center;border: 2px solid #E6E6E6;border-radius: 40px;padding: 0.3rem 0.9rem;line-height: 20px;font-weight: 500;font-size: 15px;}.partners {text-align: center;padding-block: 3rem;}.partners .description {max-width: 65ch;margin: 0 auto 2rem auto;font-size: 1rem;color: #6b7280;line-height: 1.4;}.partners .logos {justify-content: center;align-items: center;margin: 0;padding: 0;list-style: none;}.partners .item {flex: 0 0 auto;}.partners .item img {max-height: 40px;width: auto;object-fit: contain;}@media (min-width: 768px) {.partners {padding-block: 4rem;}.partners .item img {max-height: 76px;}}@media (min-width: 1024px) {.partners .item img {max-height: 66px;}}.map {border-radius: 30px;overflow: hidden;}svg.leaflet-attribution-flag, .leaflet-attribution-flag {display: none !important;}.stat p {line-height: 1em;color: #212121;}.stat p.description {color: #5F5270;}.stat p span.diff {color: #283583;font-weight: 600;}.stars {font-size: 20px;}.stars.yellow {color: #f6d72a;}.testimonial {position: relative;padding-top: 80px;}.testimonial figure {max-width: 100px;max-height: 100px;width: 100px;height: 100px;overflow: hidden;border-radius: 50%;display: block;position: absolute;top: -50px;}.testimonial figure img {max-width: 100px;max-height: 100px;width: 100px;height: 100px;}#testimonial-slider .glide__slides {padding-bottom: 45px;}.gradient-arc {width: 800px;height: 800px;background: radial-gradient(ellipse at center, rgba(255, 170, 150, 0.7) 0%, rgba(230, 100, 200, 0.6) 40%, transparent 70%);filter: blur(-30px);mask-image: linear-gradient(to bottom, black 60%, transparent 100%);-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);opacity: 0.8;position: absolute;left: -400px;bottom: -510px;z-index: -1;}.gradient-arc-diff {width: 800px;height: 800px;background: radial-gradient(ellipse at center, rgba(255, 170, 150, 0.2) 0%, rgba(230, 100, 200, 0.2) 40%, transparent 70%);filter: blur(-30px);mask-image: linear-gradient(to bottom, black 60%, transparent 100%);-webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);opacity: 0.8;position: absolute;left: -400px;bottom: -510px;z-index: -1;}.gradient-arc2 {height: 500px;border-radius: 50%;background: radial-gradient(circle at left, #ff6a3d, #7a2c91);filter: blur(60px);opacity: 0.8;position: absolute;bottom: -260px;z-index: -1;right: -70px;width: 500px;}.gradient-arc3 {height: 500px;width: 500px;position: absolute;bottom: -260px;right: -70px;z-index: -1;background: linear-gradient(135deg, #7a8dff 0%, #0044ff 70%, #0090ff 100%);border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;filter: blur(80px);opacity: 0.8;transition: all 1s ease;}.card:hover .gradient-arc3 {transform: scale(1.1) rotate(3deg);filter: blur(100px);opacity: 1;background: linear-gradient(145deg, #8aa2ff 0%, #2255ff 60%, #00aaff 100%);}.gradient-arc-pink {height: 500px;width: 500px;position: absolute;bottom: -260px;right: -70px;z-index: -1;background: linear-gradient(135deg, #ff5ca9 0%, #ff2e91 60%, #7a2c91 100%);border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;filter: blur(80px);opacity: 0.85;transition: all 1s ease;}.card:hover .gradient-arc-pink {transform: scale(1.1) rotate(-3deg);filter: blur(100px);opacity: 1;background: linear-gradient(145deg, #ff73b5 0%, #ff3399 60%, #a030ff 100%);}.gradient-arc-orange {height: 500px;width: 500px;position: absolute;bottom: -260px;right: -70px;z-index: -1;background: linear-gradient(135deg, #ff6a3d 0%, #ff3d7a 60%, #7a2c91 100%);border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;filter: blur(80px);opacity: 0.85;transition: all 1s ease;}.card:hover .gradient-arc-orange {transform: scale(1.1) rotate(3deg);filter: blur(100px);opacity: 1;background: linear-gradient(145deg, #ff8052 0%, #ff4d88 60%, #9b3fe0 100%);}.gradient-arc-blue {height: 500px;width: 500px;position: absolute !important;bottom: -260px;right: -70px;z-index: -1 !important;background: linear-gradient(135deg, #4a84ff 0%, #1a66ff 60%, #0059ff 100%);border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;filter: blur(80px);opacity: 0.85;transition: all 1s ease;}.card:hover .gradient-arc-blue {transform: scale(1.1) rotate(2deg);filter: blur(100px);opacity: 1;background: linear-gradient(145deg, #5a94ff 0%, #3377ff 60%, #0066ff 100%);}.table-card {background: #ffffff;border-radius: 1rem;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);overflow: hidden;margin: 0 auto;overflow-x: auto;}.table-card .feature-table {width: 100%;border-collapse: separate;border-spacing: 0;table-layout: fixed;font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color: #18191C;background: #ffffff;border: 1px solid rgba(24, 25, 28, 0.08);}.table-card .feature-table thead th {background: #f9f9fb;font-weight: 700;text-align: left;padding: 1.25rem 1.5rem;border-bottom: 1px solid rgba(24, 25, 28, 0.08);color: #18191C;font-size: 1.125rem;}.table-card .feature-table thead th:not(:last-child) {border-right: 1px solid rgba(24, 25, 28, 0.08);}.table-card .feature-table thead th:first-child {border-top-left-radius: 1rem;}.table-card .feature-table thead th:last-child {border-top-right-radius: 1rem;}.table-card .feature-table thead th + th {text-align: center;}.table-card .feature-table tbody tr:last-child td {border-bottom: none;}.table-card .feature-table tbody td {padding: 1.25rem 1.5rem;border-bottom: 1px solid rgba(24, 25, 28, 0.08);border-right: 1px solid rgba(24, 25, 28, 0.08);vertical-align: middle;text-align: center;font-size: 0.95rem;color: #6b7280;}.table-card .feature-table tbody td:first-child {text-align: left;color: #18191C;font-weight: 500;border-left: 1px solid rgba(24, 25, 28, 0.08);}.table-card .feature-table tbody td.check {position: relative;}.table-card .feature-table tbody td.check::after {content: "✔";color: #792181;font-weight: 700;font-size: 20px;line-height: 1;display: inline-block;transform: translateY(2px);}.table-card .feature-table tbody {}.table-card .feature-table tbody tr:hover td {background: rgb(251.4, 251.4, 252.6);}@media (prefers-color-scheme: dark) {.table-card .feature-table {border-color: rgba(255, 255, 255, 0.12);}.table-card .feature-table thead th {border-bottom-color: rgba(255, 255, 255, 0.12);}.table-card .feature-table tbody td {border-right-color: rgba(255, 255, 255, 0.12);border-bottom-color: rgba(255, 255, 255, 0.12);}.table-card .feature-table tbody td:first-child {border-left-color: rgba(255, 255, 255, 0.12);}}.feature-table {width: 100%;border-collapse: separate;border-spacing: 0;border: 1px solid rgba(24, 25, 28, 0.08);border-radius: 1rem;overflow: hidden;}@media only screen and (max-width: 1024px) {.table-card .feature-table thead th, .table-card .feature-table tbody td {font-size: 1rem;}}@media (max-width: 768px) {.table-card {overflow-x: auto;-webkit-overflow-scrolling: touch;border-radius: 1rem;position: relative;}.table-card .feature-table {display: block;width: max-content;min-width: 640px;border-collapse: separate;}.table-card .feature-table th, .table-card .feature-table td {white-space: nowrap;}.table-card::after {content: "";position: sticky;right: 0;top: 0;bottom: 0;width: 32px;pointer-events: none;background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);}}@media (max-width: 768px) and (prefers-color-scheme: dark) {.table-card::after {background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));}}.gallery-img img {border-radius: 30px;box-shadow: 5px 5px 24.9px 11px rgba(0, 0, 0, 0.1);max-width: 100%;}@media (max-width: 480px) {.gallery-about {--gutter-x: 0rem;--gutter-y: 0;}.gallery-about .gallery-about-item {margin-top: 1.5rem !important;text-align: center;}}.accordion {border-top: 2px solid rgba(24, 25, 28, 0.08);}.acc-item {border-bottom: 2px solid rgba(24, 25, 28, 0.08);background: #ffffff;}.acc-header {appearance: none;width: 100%;border: 0;background: transparent;cursor: pointer;display: grid;grid-template-columns: 3.5rem 1fr auto;align-items: center;gap: 1.5rem;padding: 0.8rem 0 0.8rem 0;}.acc-header:focus-visible {outline: 2px solid rgb(174.6, 121.8, 179.4);outline-offset: 4px;border-radius: 1rem;}.is-open .acc-no {color: #18191C;}.acc-no {font-weight: 500;color: rgb(73.8, 78.4, 88);min-width: 2.5rem;}.acc-title {font-weight: 600;transition: color 0.2s ease;text-align: left;color: #767A85;font-size: 20px;font: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}.is-open .acc-title {background: linear-gradient(90deg, #792181, #283583 70%);-webkit-background-clip: text;background-clip: text;color: transparent;}.acc-icon {font-size: 22px;color: rgb(174.6, 63.4, 148.2);transform: rotate(180deg);transition: transform 0.24s ease, color 0.24s ease;}.is-open .acc-icon {transform: rotate(0deg);color: #ff6db1;}.acc-panel {max-height: 0;overflow: hidden;transition: max-height 280ms ease;will-change: max-height;padding: 0 0 0 5rem;}.acc-panel .acc-lead {max-width: 68ch;font-size: 14px;line-height: 1.7;color: #6b7280;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}.is-open .acc-panel {padding-top: 0.5rem;}.is-open .acc-panel {max-height: 68px;}@media (max-width: 768px) {.acc-header {grid-template-columns: 2.75rem 1fr auto;gap: 1rem;padding: 1.25rem 0;}.acc-no {font-size: 1.05rem;}.acc-panel {padding-left: 2.75rem;}}.video-spot {margin-top: 4rem;}.video-spot .lead {font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-size: 1.0625rem;line-height: 1.8;color: #6b7280;max-width: 58ch;}.video-spot__row {display: grid;grid-template-columns: 140px 1fr auto;gap: 2rem;align-items: start;margin-top: 2rem;}@media (max-width: 1024px) {.video-spot__row {grid-template-columns: 120px 1fr;grid-auto-rows: auto;}.video-spot__row .video-spot__actions {grid-column: 1/-1;}}@media (max-width: 768px) {.video-spot__row {grid-template-columns: 1fr;gap: 1.5rem;}.video-spot__row .video-spot__watch {display: none;}}.video-spot__watch {display: inline-block;font-weight: 600;color: #792181;line-height: 1.2;}.video-spot__actions {display: flex;align-items: center;gap: 1.5rem;}.video-spot__actions .btn--primary {background: #283583;color: #fff;padding: 0.9rem 1.25rem;border-radius: 999px;box-shadow: 0px 6px 10px 0px rgba(192, 189, 189, 0.59);display: inline-flex;align-items: center;gap: 0.5rem;}.video-spot__actions .btn--primary:hover {background: rgb(34, 45.05, 111.35);}.video-spot__actions .video-spot__link {color: #18191C;text-decoration: none;font-family: Poppins;font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;}.video-spot__actions .video-spot__link:hover {color: #792181;text-decoration: underline;text-underline-offset: 3px;}.video-spot__actions .btn--primary {color: #FFF;font-family: Poppins;font-size: 18px;font-style: normal;font-weight: 400;line-height: normal;}.video-card {position: relative;border-radius: 2rem;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);background: #000;}.video-card::before {content: "";display: block;padding-top: 40%;}.video-card__img {position: absolute;inset: 0;width: 100%;height: 100%;object-fit: cover;}.video-card {}.video-card__fade {position: absolute;inset: 0 0 0 0;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgb(76.45, 44, 130.1) 95%);mix-blend-mode: multiply;pointer-events: none;}.video-card {}.video-card__play {position: absolute;inset: 0;margin: auto;width: 86px;height: 86px;border: 0;border-radius: 50%;background: #792181;color: #fff;display: grid;place-items: center;cursor: pointer;transition: transform 0.18s ease, box-shadow 0.18s ease;box-shadow: 0 8px 28px rgba(121, 33, 129, 0.35);}.video-card__play i {font-size: 34px;transform: translateX(2px);}.video-card__play .ring {position: absolute;inset: -8px;border-radius: 50%;border: 2px solid rgba(121, 33, 129, 0.45);animation: pulse 2s ease-out infinite;pointer-events: none;}.video-card__play:hover {transform: scale(1.04);}.video-card__play:active {transform: scale(0.98);}.video-card .video-card__iframe {position: absolute;inset: 0;width: 100%;height: 100%;border: 0;display: block;z-index: 1;}@keyframes pulse {0% {opacity: 0.9;transform: scale(1);}70% {opacity: 0;transform: scale(1.35);}100% {opacity: 0;transform: scale(1.35);}}.video-stats {margin-top: 3.5rem;display: grid;grid-template-columns: repeat(3, 1fr);gap: 2.5rem;list-style: none;padding: 0;}@media (max-width: 768px) {.video-stats {grid-template-columns: 1fr;row-gap: 2rem;}}.video-stats li {text-align: center;}.video-stats .stat__value {font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;color: #212121;text-align: center;font-size: 48px;font-style: normal;font-weight: 500;line-height: 46px;letter-spacing: -4px;}.video-stats .stat__value span {color: #792181;font-family: Poppins;font-size: 48px;font-style: normal;font-weight: 500;line-height: 46px;letter-spacing: -4px;}.video-stats .stat__label {color: #5F5270;text-align: center;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;}.video-spot__left {font-size: 20px;font-style: normal;font-weight: 400;line-height: normal;}.form-input, textarea, select {border-radius: 30px;background: #fff;min-height: 57px;min-width: 300px;box-shadow: 5px 5px 24.9px 11px rgba(0, 0, 0, 0.1);width: 100%;color: #767a85;text-align: left;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-size: 14px;font-style: italic;font-weight: 400;line-height: normal;border: 1px solid transparent;padding: 0 20px;}.form-input.form-input-extended, textarea.form-input-extended, select.form-input-extended {min-width: 400px;width: 100%;}.form-input:focus, textarea:focus, select:focus {outline: none;border: 1px solid #792181;box-shadow: 0 0 0 3px rgba(121, 33, 129, 0.3);}textarea.form-input, textarea {text-align: left;resize: vertical;padding: 12px 20px;min-height: 120px;}select.form-input, select {cursor: pointer;background-position: right 1rem center;background-repeat: no-repeat;}.paginator {display: flex;gap: 0.25rem;}.page-btn {border: 1px solid rgba(24, 25, 28, 0.12);background: #fff;border-radius: 6px;padding: 0.6rem 0.85rem;cursor: pointer;}.page-btn.is-current {background: #792181;color: #fff;border-color: #792181;}.page-btn:disabled {opacity: 0.4;cursor: not-allowed;}.form-group {margin-bottom: 20px;display: block;}.form-group label {display: block;margin-bottom: 10px;}.form-group textarea {width: 100%;}.form-group button, .form-group input[type=submit] {padding: 0.8rem 1.2rem;border-radius: 9999px;font-weight: 600;transition: all 0.2s ease;display: block;align-items: center;gap: 0.5rem;box-shadow: 0px 6px 10px 0px rgba(192, 189, 189, 0.59);background: #792181;color: #fff;border: 0;width: 100%;}.timeline {--line-color: rgba(24,25,28,0.12);}.timeline .timeline__list {position: relative;margin: 4rem auto;padding: 0;list-style: none;max-width: 1100px;}.timeline .timeline__list::before {content: "";position: absolute;inset: 0;margin: 0 auto;width: 2px;background: linear-gradient(180deg, rgba(0, 0, 0, 0), var(--line-color) 12%, var(--line-color) 88%, rgba(0, 0, 0, 0));}.timeline .timeline__item {position: relative;display: grid;grid-template-columns: 1fr 1fr;align-items: start;gap: 2.5rem;padding: 0.5rem 0;}.timeline .timeline__item::after {content: "";position: absolute;top: 3.5rem;left: 50%;translate: -50% 0;width: 10px;height: 10px;border-radius: 50%;background: #792181;box-shadow: 0 0 0 6px rgba(121, 33, 129, 0.12);}.timeline .timeline__item {}.timeline .timeline__item:nth-child(odd) .timeline__content {grid-column: 2;text-align: left;}.timeline .timeline__item:nth-child(odd) .timeline__year {grid-column: 1;justify-self: end;}.timeline .timeline__item:nth-child(even) .timeline__content {grid-column: 1;text-align: right;}.timeline .timeline__item:nth-child(even) .timeline__year {grid-column: 2;justify-self: start;}.timeline .timeline__year {font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-weight: 700;font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.75rem);color: #792181;line-height: 1;display: inline-block;transform: rotate(-90deg);opacity: 0.95;letter-spacing: 0.02em;margin-top: 2.5rem;}.timeline .timeline__content {max-width: 440px;justify-self: start;}.timeline .timeline__content .timeline__title {font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-weight: 600;color: #18191C;margin: 0 0 0.75rem 0;font-size: clamp(1.1rem, 0.9rem + 0.4vw, 1.35rem);}.timeline .timeline__content .timeline__text {color: #6b7280;line-height: 1.7;font-size: 0.975rem;margin: 0;}@media (min-width: 768px) {.timeline .timeline__item:nth-child(even) .timeline__content {padding-bottom: 2rem;margin-top: -6rem;margin-bottom: 3rem;}.timeline .timeline__item:nth-child(even) .timeline__year {margin-top: 7rem;}.timeline .timeline__item:nth-child(even)::after {top: 8rem;}}.timeline {}@media (max-width: 768px) {.timeline .timeline__item:nth-child(odd) .timeline__content {grid-column: 2;text-align: left;}.timeline .timeline__item:nth-child(odd) .timeline__year {grid-column: 1;justify-self: end;}.timeline .timeline__item:nth-child(even) .timeline__content {grid-column: 2;text-align: left;}.timeline .timeline__item:nth-child(even) .timeline__year {grid-column: 1;justify-self: start;}.timeline .timeline__list::before {left: 1rem;right: auto;margin: 0;}.timeline .timeline__item {grid-template-columns: 1fr;gap: 1rem;padding: 1.75rem 0;}.timeline .timeline__item::after {left: 1rem;translate: -50% 0;top: 2rem;}.timeline .timeline__item .timeline__year {transform: rotate(0deg);margin-left: 2rem;justify-self: start;margin-top: 0;}.timeline .timeline__item .timeline__content {text-align: left;padding-left: 1.25rem;max-width: 100%;}.timeline {}.timeline .timeline__item:nth-child(odd) .timeline__year {justify-self: start;margin-left: 2rem;}.timeline .timeline__item:nth-child(odd) .timeline__content {text-align: left;padding-left: 1.25rem;}}.section-bg-dynamic {position: relative;background-color: #221E1E;overflow: hidden;}.section-bg-dynamic::before {content: "";position: absolute;inset: 0;background: radial-gradient(circle at 49% 40%, rgba(153, 51, 255, 0.4) 0%, rgba(255, 51, 153, 0.4) 35%, rgba(255, 102, 51, 0.4) 70%, rgba(34, 30, 30, 0) 75%);background-repeat: no-repeat;background-size: 100% 100%;transition: background-size 2s ease, background-position 2s ease;filter: blur(80px);opacity: 0.9;z-index: 0;}.section-bg-dynamic:hover::before {background-size: 120% 120%;background-position: 50% 45%;}article {max-width: 78ch;margin-inline: auto;color: #18191C;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;line-height: 1.75;font-size: 1rem;}article > * + * {margin-top: 1.5rem;}article {}article .lead {font-size: clamp(1.05rem, 0.9rem + 0.4vw, 1.25rem);color: #6b7280;line-height: 1.8;}article {}article h1, article h2, article h3, article h4, article h5, article h6 {color: #18191C;font-weight: 600;line-height: 1.25;letter-spacing: -0.01em;}article h1 {font-size: clamp(1.8rem, 1.2rem + 2.2vw, 2.5rem);margin-top: 2rem;}article h2 {font-size: clamp(1.35rem, 1.05rem + 1.2vw, 1.75rem);margin-top: 2rem;}article h3 {font-size: clamp(1.15rem, 1rem + 0.6vw, 1.35rem);margin-top: 1.75rem;}article h4 {font-size: 1.1rem;margin-top: 1.5rem;}article h5 {font-size: 1rem;margin-top: 1.25rem;}article h6 {font-size: 0.95rem;margin-top: 1.25rem;text-transform: uppercase;letter-spacing: 0.03em;}article {}article p {color: #18191C;}article p + p {margin-top: 1rem;}article {}article a {color: #792181;text-decoration: underline;text-underline-offset: 2px;transition: color 0.15s ease;}article a:hover {color: rgb(102.85, 28.05, 109.65);}article {}article ul, article ol {padding-left: 1.2em;color: #18191C;}article ul {list-style: disc;}article ol {list-style: decimal;}article li {margin: 0.35em 0;}article li > ul, article li > ol {margin-top: 0.35em;}article {}article hr {border: 0;height: 1px;background: rgba(24, 25, 28, 0.12);margin: 2rem 0;}article {}article blockquote {margin: 1.5rem 0;padding: 1.25rem 1.5rem;border-left: 4px solid #792181;background: rgb(246.96, 241.68, 247.44);color: #6b7280;border-radius: 1rem;}article blockquote p {margin: 0;}article blockquote cite {display: block;margin-top: 0.75rem;font-style: normal;color: #18191C;}article blockquote cite::before {content: "— ";}article {}article img, article svg, article video {max-width: 100%;height: auto;border-radius: 1rem;display: block;}article figure {margin: 1.5rem 0;}article figcaption {margin-top: 0.5rem;color: #6b7280;font-size: 0.9rem;text-align: center;}article {}article table {width: 100%;border-collapse: separate;border-spacing: 0;border-radius: 1rem;overflow: hidden;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);background: #ffffff;font-size: 0.95rem;}article table th, article table td {padding: 1rem 1.25rem;border-bottom: 1px solid rgba(24, 25, 28, 0.08);vertical-align: top;text-align: left;}article table thead th {background: #f9f9fb;color: #18191C;font-weight: 600;border-bottom: 1px solid rgba(24, 25, 28, 0.12);}article table tbody tr:last-child td {border-bottom: 0;}article table tbody tr:hover td {background: rgb(251.4, 251.4, 252.6);}article {}article code, article kbd, article samp {font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-size: 0.92em;background: rgba(24, 25, 28, 0.06);padding: 0.15em 0.35em;border-radius: 0.4em;}article pre {background: rgba(24, 25, 28, 0.06);padding: 1.25rem;border-radius: 1rem;overflow: auto;}article pre code {background: transparent;padding: 0;}article {}article .full-bleed {width: 100vw;margin-left: 50%;transform: translateX(-50%);max-width: none;}.post-img {box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);border-radius: 30px;}.modal {opacity: 0;transform: scale(0.95);transition: opacity 0.3s ease, transform 0.3s ease;}.modal.open {opacity: 1;transform: scale(1);}@keyframes moveGradient {0% {background: radial-gradient(circle at 30% 40%, rgba(255, 183, 178, 0.7), transparent 60%), radial-gradient(circle at 70% 60%, rgba(216, 144, 239, 0.6), transparent 60%), radial-gradient(circle at 50% 50%, rgba(255, 199, 146, 0.5), transparent 70%);transform: scale(1);}50% {background: radial-gradient(circle at 35% 45%, rgba(255, 183, 178, 0.7), transparent 60%), radial-gradient(circle at 65% 55%, rgba(216, 144, 239, 0.6), transparent 60%), radial-gradient(circle at 55% 55%, rgba(255, 199, 146, 0.5), transparent 70%);transform: scale(1.05);}100% {background: radial-gradient(circle at 25% 35%, rgba(255, 183, 178, 0.7), transparent 60%), radial-gradient(circle at 75% 65%, rgba(216, 144, 239, 0.6), transparent 60%), radial-gradient(circle at 45% 45%, rgba(255, 199, 146, 0.5), transparent 70%);transform: scale(1);}}@keyframes rotateGradient {from {transform: rotate(0deg);}to {transform: rotate(360deg);}}@keyframes pulseGradient {0%, 100% {transform: scale(1);opacity: 0.9;}50% {transform: scale(1.08);opacity: 1;}}.visually-hidden {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}.eq-height {height: 100%;}.d-block {display: block;}.white {color: #ffffff !important;}.m-1 {margin: 0.25rem !important;}.mt-1 {margin-top: 0.25rem !important;}.mr-1 {margin-right: 0.25rem !important;}.mb-1 {margin-bottom: 0.25rem !important;}.ml-1 {margin-left: 0.25rem !important;}.mx-1 {margin-left: 0.25rem !important;margin-right: 0.25rem !important;}.my-1 {margin-top: 0.25rem !important;margin-bottom: 0.25rem !important;}.p-1 {padding: 0.25rem !important;}.pt-1 {padding-top: 0.25rem !important;}.pr-1 {padding-right: 0.25rem !important;}.pb-1 {padding-bottom: 0.25rem !important;}.pl-1 {padding-left: 0.25rem !important;}.px-1 {padding-left: 0.25rem !important;padding-right: 0.25rem !important;}.py-1 {padding-top: 0.25rem !important;padding-bottom: 0.25rem !important;}.m-2 {margin: 0.5rem !important;}.mt-2 {margin-top: 0.5rem !important;}.mr-2 {margin-right: 0.5rem !important;}.mb-2 {margin-bottom: 0.5rem !important;}.ml-2 {margin-left: 0.5rem !important;}.mx-2 {margin-left: 0.5rem !important;margin-right: 0.5rem !important;}.my-2 {margin-top: 0.5rem !important;margin-bottom: 0.5rem !important;}.p-2 {padding: 0.5rem !important;}.pt-2 {padding-top: 0.5rem !important;}.pr-2 {padding-right: 0.5rem !important;}.pb-2 {padding-bottom: 0.5rem !important;}.pl-2 {padding-left: 0.5rem !important;}.px-2 {padding-left: 0.5rem !important;padding-right: 0.5rem !important;}.py-2 {padding-top: 0.5rem !important;padding-bottom: 0.5rem !important;}.m-3 {margin: 0.75rem !important;}.mt-3 {margin-top: 0.75rem !important;}.mr-3 {margin-right: 0.75rem !important;}.mb-3 {margin-bottom: 0.75rem !important;}.ml-3 {margin-left: 0.75rem !important;}.mx-3 {margin-left: 0.75rem !important;margin-right: 0.75rem !important;}.my-3 {margin-top: 0.75rem !important;margin-bottom: 0.75rem !important;}.p-3 {padding: 0.75rem !important;}.pt-3 {padding-top: 0.75rem !important;}.pr-3 {padding-right: 0.75rem !important;}.pb-3 {padding-bottom: 0.75rem !important;}.pl-3 {padding-left: 0.75rem !important;}.px-3 {padding-left: 0.75rem !important;padding-right: 0.75rem !important;}.py-3 {padding-top: 0.75rem !important;padding-bottom: 0.75rem !important;}.m-4 {margin: 1rem !important;}.mt-4 {margin-top: 1rem !important;}.mr-4 {margin-right: 1rem !important;}.mb-4 {margin-bottom: 1rem !important;}.ml-4 {margin-left: 1rem !important;}.mx-4 {margin-left: 1rem !important;margin-right: 1rem !important;}.my-4 {margin-top: 1rem !important;margin-bottom: 1rem !important;}.p-4 {padding: 1rem !important;}.pt-4 {padding-top: 1rem !important;}.pr-4 {padding-right: 1rem !important;}.pb-4 {padding-bottom: 1rem !important;}.pl-4 {padding-left: 1rem !important;}.px-4 {padding-left: 1rem !important;padding-right: 1rem !important;}.py-4 {padding-top: 1rem !important;padding-bottom: 1rem !important;}.m-5 {margin: 1.25rem !important;}.mt-5 {margin-top: 1.25rem !important;}.mr-5 {margin-right: 1.25rem !important;}.mb-5 {margin-bottom: 1.25rem !important;}.ml-5 {margin-left: 1.25rem !important;}.mx-5 {margin-left: 1.25rem !important;margin-right: 1.25rem !important;}.my-5 {margin-top: 1.25rem !important;margin-bottom: 1.25rem !important;}.p-5 {padding: 1.25rem !important;}.pt-5 {padding-top: 1.25rem !important;}.pr-5 {padding-right: 1.25rem !important;}.pb-5 {padding-bottom: 1.25rem !important;}.pl-5 {padding-left: 1.25rem !important;}.px-5 {padding-left: 1.25rem !important;padding-right: 1.25rem !important;}.py-5 {padding-top: 1.25rem !important;padding-bottom: 1.25rem !important;}.m-6 {margin: 1.5rem !important;}.mt-6 {margin-top: 1.5rem !important;}.mr-6 {margin-right: 1.5rem !important;}.mb-6 {margin-bottom: 1.5rem !important;}.ml-6 {margin-left: 1.5rem !important;}.mx-6 {margin-left: 1.5rem !important;margin-right: 1.5rem !important;}.my-6 {margin-top: 1.5rem !important;margin-bottom: 1.5rem !important;}.p-6 {padding: 1.5rem !important;}.pt-6 {padding-top: 1.5rem !important;}.pr-6 {padding-right: 1.5rem !important;}.pb-6 {padding-bottom: 1.5rem !important;}.pl-6 {padding-left: 1.5rem !important;}.px-6 {padding-left: 1.5rem !important;padding-right: 1.5rem !important;}.py-6 {padding-top: 1.5rem !important;padding-bottom: 1.5rem !important;}.m-7 {margin: 1.75rem !important;}.mt-7 {margin-top: 1.75rem !important;}.mr-7 {margin-right: 1.75rem !important;}.mb-7 {margin-bottom: 1.75rem !important;}.ml-7 {margin-left: 1.75rem !important;}.mx-7 {margin-left: 1.75rem !important;margin-right: 1.75rem !important;}.my-7 {margin-top: 1.75rem !important;margin-bottom: 1.75rem !important;}.p-7 {padding: 1.75rem !important;}.pt-7 {padding-top: 1.75rem !important;}.pr-7 {padding-right: 1.75rem !important;}.pb-7 {padding-bottom: 1.75rem !important;}.pl-7 {padding-left: 1.75rem !important;}.px-7 {padding-left: 1.75rem !important;padding-right: 1.75rem !important;}.py-7 {padding-top: 1.75rem !important;padding-bottom: 1.75rem !important;}.m-8 {margin: 2rem !important;}.mt-8 {margin-top: 2rem !important;}.mr-8 {margin-right: 2rem !important;}.mb-8 {margin-bottom: 2rem !important;}.ml-8 {margin-left: 2rem !important;}.mx-8 {margin-left: 2rem !important;margin-right: 2rem !important;}.my-8 {margin-top: 2rem !important;margin-bottom: 2rem !important;}.p-8 {padding: 2rem !important;}.pt-8 {padding-top: 2rem !important;}.pr-8 {padding-right: 2rem !important;}.pb-8 {padding-bottom: 2rem !important;}.pl-8 {padding-left: 2rem !important;}.px-8 {padding-left: 2rem !important;padding-right: 2rem !important;}.py-8 {padding-top: 2rem !important;padding-bottom: 2rem !important;}.m-9 {margin: 2.25rem !important;}.mt-9 {margin-top: 2.25rem !important;}.mr-9 {margin-right: 2.25rem !important;}.mb-9 {margin-bottom: 2.25rem !important;}.ml-9 {margin-left: 2.25rem !important;}.mx-9 {margin-left: 2.25rem !important;margin-right: 2.25rem !important;}.my-9 {margin-top: 2.25rem !important;margin-bottom: 2.25rem !important;}.p-9 {padding: 2.25rem !important;}.pt-9 {padding-top: 2.25rem !important;}.pr-9 {padding-right: 2.25rem !important;}.pb-9 {padding-bottom: 2.25rem !important;}.pl-9 {padding-left: 2.25rem !important;}.px-9 {padding-left: 2.25rem !important;padding-right: 2.25rem !important;}.py-9 {padding-top: 2.25rem !important;padding-bottom: 2.25rem !important;}.m-10 {margin: 2.5rem !important;}.mt-10 {margin-top: 2.5rem !important;}.mr-10 {margin-right: 2.5rem !important;}.mb-10 {margin-bottom: 2.5rem !important;}.ml-10 {margin-left: 2.5rem !important;}.mx-10 {margin-left: 2.5rem !important;margin-right: 2.5rem !important;}.my-10 {margin-top: 2.5rem !important;margin-bottom: 2.5rem !important;}.p-10 {padding: 2.5rem !important;}.pt-10 {padding-top: 2.5rem !important;}.pr-10 {padding-right: 2.5rem !important;}.pb-10 {padding-bottom: 2.5rem !important;}.pl-10 {padding-left: 2.5rem !important;}.px-10 {padding-left: 2.5rem !important;padding-right: 2.5rem !important;}.py-10 {padding-top: 2.5rem !important;padding-bottom: 2.5rem !important;}.m-11 {margin: 2.75rem !important;}.mt-11 {margin-top: 2.75rem !important;}.mr-11 {margin-right: 2.75rem !important;}.mb-11 {margin-bottom: 2.75rem !important;}.ml-11 {margin-left: 2.75rem !important;}.mx-11 {margin-left: 2.75rem !important;margin-right: 2.75rem !important;}.my-11 {margin-top: 2.75rem !important;margin-bottom: 2.75rem !important;}.p-11 {padding: 2.75rem !important;}.pt-11 {padding-top: 2.75rem !important;}.pr-11 {padding-right: 2.75rem !important;}.pb-11 {padding-bottom: 2.75rem !important;}.pl-11 {padding-left: 2.75rem !important;}.px-11 {padding-left: 2.75rem !important;padding-right: 2.75rem !important;}.py-11 {padding-top: 2.75rem !important;padding-bottom: 2.75rem !important;}.m-12 {margin: 3rem !important;}.mt-12 {margin-top: 3rem !important;}.mr-12 {margin-right: 3rem !important;}.mb-12 {margin-bottom: 3rem !important;}.ml-12 {margin-left: 3rem !important;}.mx-12 {margin-left: 3rem !important;margin-right: 3rem !important;}.my-12 {margin-top: 3rem !important;margin-bottom: 3rem !important;}.p-12 {padding: 3rem !important;}.pt-12 {padding-top: 3rem !important;}.pr-12 {padding-right: 3rem !important;}.pb-12 {padding-bottom: 3rem !important;}.pl-12 {padding-left: 3rem !important;}.px-12 {padding-left: 3rem !important;padding-right: 3rem !important;}.py-12 {padding-top: 3rem !important;padding-bottom: 3rem !important;}.m-13 {margin: 3.25rem !important;}.mt-13 {margin-top: 3.25rem !important;}.mr-13 {margin-right: 3.25rem !important;}.mb-13 {margin-bottom: 3.25rem !important;}.ml-13 {margin-left: 3.25rem !important;}.mx-13 {margin-left: 3.25rem !important;margin-right: 3.25rem !important;}.my-13 {margin-top: 3.25rem !important;margin-bottom: 3.25rem !important;}.p-13 {padding: 3.25rem !important;}.pt-13 {padding-top: 3.25rem !important;}.pr-13 {padding-right: 3.25rem !important;}.pb-13 {padding-bottom: 3.25rem !important;}.pl-13 {padding-left: 3.25rem !important;}.px-13 {padding-left: 3.25rem !important;padding-right: 3.25rem !important;}.py-13 {padding-top: 3.25rem !important;padding-bottom: 3.25rem !important;}.m-14 {margin: 3.5rem !important;}.mt-14 {margin-top: 3.5rem !important;}.mr-14 {margin-right: 3.5rem !important;}.mb-14 {margin-bottom: 3.5rem !important;}.ml-14 {margin-left: 3.5rem !important;}.mx-14 {margin-left: 3.5rem !important;margin-right: 3.5rem !important;}.my-14 {margin-top: 3.5rem !important;margin-bottom: 3.5rem !important;}.p-14 {padding: 3.5rem !important;}.pt-14 {padding-top: 3.5rem !important;}.pr-14 {padding-right: 3.5rem !important;}.pb-14 {padding-bottom: 3.5rem !important;}.pl-14 {padding-left: 3.5rem !important;}.px-14 {padding-left: 3.5rem !important;padding-right: 3.5rem !important;}.py-14 {padding-top: 3.5rem !important;padding-bottom: 3.5rem !important;}.m-15 {margin: 3.75rem !important;}.mt-15 {margin-top: 3.75rem !important;}.mr-15 {margin-right: 3.75rem !important;}.mb-15 {margin-bottom: 3.75rem !important;}.ml-15 {margin-left: 3.75rem !important;}.mx-15 {margin-left: 3.75rem !important;margin-right: 3.75rem !important;}.my-15 {margin-top: 3.75rem !important;margin-bottom: 3.75rem !important;}.p-15 {padding: 3.75rem !important;}.pt-15 {padding-top: 3.75rem !important;}.pr-15 {padding-right: 3.75rem !important;}.pb-15 {padding-bottom: 3.75rem !important;}.pl-15 {padding-left: 3.75rem !important;}.px-15 {padding-left: 3.75rem !important;padding-right: 3.75rem !important;}.py-15 {padding-top: 3.75rem !important;padding-bottom: 3.75rem !important;}.m-16 {margin: 4rem !important;}.mt-16 {margin-top: 4rem !important;}.mr-16 {margin-right: 4rem !important;}.mb-16 {margin-bottom: 4rem !important;}.ml-16 {margin-left: 4rem !important;}.mx-16 {margin-left: 4rem !important;margin-right: 4rem !important;}.my-16 {margin-top: 4rem !important;margin-bottom: 4rem !important;}.p-16 {padding: 4rem !important;}.pt-16 {padding-top: 4rem !important;}.pr-16 {padding-right: 4rem !important;}.pb-16 {padding-bottom: 4rem !important;}.pl-16 {padding-left: 4rem !important;}.px-16 {padding-left: 4rem !important;padding-right: 4rem !important;}.py-16 {padding-top: 4rem !important;padding-bottom: 4rem !important;}.m-17 {margin: 4.25rem !important;}.mt-17 {margin-top: 4.25rem !important;}.mr-17 {margin-right: 4.25rem !important;}.mb-17 {margin-bottom: 4.25rem !important;}.ml-17 {margin-left: 4.25rem !important;}.mx-17 {margin-left: 4.25rem !important;margin-right: 4.25rem !important;}.my-17 {margin-top: 4.25rem !important;margin-bottom: 4.25rem !important;}.p-17 {padding: 4.25rem !important;}.pt-17 {padding-top: 4.25rem !important;}.pr-17 {padding-right: 4.25rem !important;}.pb-17 {padding-bottom: 4.25rem !important;}.pl-17 {padding-left: 4.25rem !important;}.px-17 {padding-left: 4.25rem !important;padding-right: 4.25rem !important;}.py-17 {padding-top: 4.25rem !important;padding-bottom: 4.25rem !important;}.m-18 {margin: 4.5rem !important;}.mt-18 {margin-top: 4.5rem !important;}.mr-18 {margin-right: 4.5rem !important;}.mb-18 {margin-bottom: 4.5rem !important;}.ml-18 {margin-left: 4.5rem !important;}.mx-18 {margin-left: 4.5rem !important;margin-right: 4.5rem !important;}.my-18 {margin-top: 4.5rem !important;margin-bottom: 4.5rem !important;}.p-18 {padding: 4.5rem !important;}.pt-18 {padding-top: 4.5rem !important;}.pr-18 {padding-right: 4.5rem !important;}.pb-18 {padding-bottom: 4.5rem !important;}.pl-18 {padding-left: 4.5rem !important;}.px-18 {padding-left: 4.5rem !important;padding-right: 4.5rem !important;}.py-18 {padding-top: 4.5rem !important;padding-bottom: 4.5rem !important;}.m-19 {margin: 4.75rem !important;}.mt-19 {margin-top: 4.75rem !important;}.mr-19 {margin-right: 4.75rem !important;}.mb-19 {margin-bottom: 4.75rem !important;}.ml-19 {margin-left: 4.75rem !important;}.mx-19 {margin-left: 4.75rem !important;margin-right: 4.75rem !important;}.my-19 {margin-top: 4.75rem !important;margin-bottom: 4.75rem !important;}.p-19 {padding: 4.75rem !important;}.pt-19 {padding-top: 4.75rem !important;}.pr-19 {padding-right: 4.75rem !important;}.pb-19 {padding-bottom: 4.75rem !important;}.pl-19 {padding-left: 4.75rem !important;}.px-19 {padding-left: 4.75rem !important;padding-right: 4.75rem !important;}.py-19 {padding-top: 4.75rem !important;padding-bottom: 4.75rem !important;}.m-20 {margin: 5rem !important;}.mt-20 {margin-top: 5rem !important;}.mr-20 {margin-right: 5rem !important;}.mb-20 {margin-bottom: 5rem !important;}.ml-20 {margin-left: 5rem !important;}.mx-20 {margin-left: 5rem !important;margin-right: 5rem !important;}.my-20 {margin-top: 5rem !important;margin-bottom: 5rem !important;}.p-20 {padding: 5rem !important;}.pt-20 {padding-top: 5rem !important;}.pr-20 {padding-right: 5rem !important;}.pb-20 {padding-bottom: 5rem !important;}.pl-20 {padding-left: 5rem !important;}.px-20 {padding-left: 5rem !important;padding-right: 5rem !important;}.py-20 {padding-top: 5rem !important;padding-bottom: 5rem !important;}.m-21 {margin: 5.25rem !important;}.mt-21 {margin-top: 5.25rem !important;}.mr-21 {margin-right: 5.25rem !important;}.mb-21 {margin-bottom: 5.25rem !important;}.ml-21 {margin-left: 5.25rem !important;}.mx-21 {margin-left: 5.25rem !important;margin-right: 5.25rem !important;}.my-21 {margin-top: 5.25rem !important;margin-bottom: 5.25rem !important;}.p-21 {padding: 5.25rem !important;}.pt-21 {padding-top: 5.25rem !important;}.pr-21 {padding-right: 5.25rem !important;}.pb-21 {padding-bottom: 5.25rem !important;}.pl-21 {padding-left: 5.25rem !important;}.px-21 {padding-left: 5.25rem !important;padding-right: 5.25rem !important;}.py-21 {padding-top: 5.25rem !important;padding-bottom: 5.25rem !important;}.m-22 {margin: 5.5rem !important;}.mt-22 {margin-top: 5.5rem !important;}.mr-22 {margin-right: 5.5rem !important;}.mb-22 {margin-bottom: 5.5rem !important;}.ml-22 {margin-left: 5.5rem !important;}.mx-22 {margin-left: 5.5rem !important;margin-right: 5.5rem !important;}.my-22 {margin-top: 5.5rem !important;margin-bottom: 5.5rem !important;}.p-22 {padding: 5.5rem !important;}.pt-22 {padding-top: 5.5rem !important;}.pr-22 {padding-right: 5.5rem !important;}.pb-22 {padding-bottom: 5.5rem !important;}.pl-22 {padding-left: 5.5rem !important;}.px-22 {padding-left: 5.5rem !important;padding-right: 5.5rem !important;}.py-22 {padding-top: 5.5rem !important;padding-bottom: 5.5rem !important;}.m-23 {margin: 5.75rem !important;}.mt-23 {margin-top: 5.75rem !important;}.mr-23 {margin-right: 5.75rem !important;}.mb-23 {margin-bottom: 5.75rem !important;}.ml-23 {margin-left: 5.75rem !important;}.mx-23 {margin-left: 5.75rem !important;margin-right: 5.75rem !important;}.my-23 {margin-top: 5.75rem !important;margin-bottom: 5.75rem !important;}.p-23 {padding: 5.75rem !important;}.pt-23 {padding-top: 5.75rem !important;}.pr-23 {padding-right: 5.75rem !important;}.pb-23 {padding-bottom: 5.75rem !important;}.pl-23 {padding-left: 5.75rem !important;}.px-23 {padding-left: 5.75rem !important;padding-right: 5.75rem !important;}.py-23 {padding-top: 5.75rem !important;padding-bottom: 5.75rem !important;}.m-24 {margin: 6rem !important;}.mt-24 {margin-top: 6rem !important;}.mr-24 {margin-right: 6rem !important;}.mb-24 {margin-bottom: 6rem !important;}.ml-24 {margin-left: 6rem !important;}.mx-24 {margin-left: 6rem !important;margin-right: 6rem !important;}.my-24 {margin-top: 6rem !important;margin-bottom: 6rem !important;}.p-24 {padding: 6rem !important;}.pt-24 {padding-top: 6rem !important;}.pr-24 {padding-right: 6rem !important;}.pb-24 {padding-bottom: 6rem !important;}.pl-24 {padding-left: 6rem !important;}.px-24 {padding-left: 6rem !important;padding-right: 6rem !important;}.py-24 {padding-top: 6rem !important;padding-bottom: 6rem !important;}.m-25 {margin: 6.25rem !important;}.mt-25 {margin-top: 6.25rem !important;}.mr-25 {margin-right: 6.25rem !important;}.mb-25 {margin-bottom: 6.25rem !important;}.ml-25 {margin-left: 6.25rem !important;}.mx-25 {margin-left: 6.25rem !important;margin-right: 6.25rem !important;}.my-25 {margin-top: 6.25rem !important;margin-bottom: 6.25rem !important;}.p-25 {padding: 6.25rem !important;}.pt-25 {padding-top: 6.25rem !important;}.pr-25 {padding-right: 6.25rem !important;}.pb-25 {padding-bottom: 6.25rem !important;}.pl-25 {padding-left: 6.25rem !important;}.px-25 {padding-left: 6.25rem !important;padding-right: 6.25rem !important;}.py-25 {padding-top: 6.25rem !important;padding-bottom: 6.25rem !important;}.m-26 {margin: 6.5rem !important;}.mt-26 {margin-top: 6.5rem !important;}.mr-26 {margin-right: 6.5rem !important;}.mb-26 {margin-bottom: 6.5rem !important;}.ml-26 {margin-left: 6.5rem !important;}.mx-26 {margin-left: 6.5rem !important;margin-right: 6.5rem !important;}.my-26 {margin-top: 6.5rem !important;margin-bottom: 6.5rem !important;}.p-26 {padding: 6.5rem !important;}.pt-26 {padding-top: 6.5rem !important;}.pr-26 {padding-right: 6.5rem !important;}.pb-26 {padding-bottom: 6.5rem !important;}.pl-26 {padding-left: 6.5rem !important;}.px-26 {padding-left: 6.5rem !important;padding-right: 6.5rem !important;}.py-26 {padding-top: 6.5rem !important;padding-bottom: 6.5rem !important;}.m-27 {margin: 6.75rem !important;}.mt-27 {margin-top: 6.75rem !important;}.mr-27 {margin-right: 6.75rem !important;}.mb-27 {margin-bottom: 6.75rem !important;}.ml-27 {margin-left: 6.75rem !important;}.mx-27 {margin-left: 6.75rem !important;margin-right: 6.75rem !important;}.my-27 {margin-top: 6.75rem !important;margin-bottom: 6.75rem !important;}.p-27 {padding: 6.75rem !important;}.pt-27 {padding-top: 6.75rem !important;}.pr-27 {padding-right: 6.75rem !important;}.pb-27 {padding-bottom: 6.75rem !important;}.pl-27 {padding-left: 6.75rem !important;}.px-27 {padding-left: 6.75rem !important;padding-right: 6.75rem !important;}.py-27 {padding-top: 6.75rem !important;padding-bottom: 6.75rem !important;}.m-28 {margin: 7rem !important;}.mt-28 {margin-top: 7rem !important;}.mr-28 {margin-right: 7rem !important;}.mb-28 {margin-bottom: 7rem !important;}.ml-28 {margin-left: 7rem !important;}.mx-28 {margin-left: 7rem !important;margin-right: 7rem !important;}.my-28 {margin-top: 7rem !important;margin-bottom: 7rem !important;}.p-28 {padding: 7rem !important;}.pt-28 {padding-top: 7rem !important;}.pr-28 {padding-right: 7rem !important;}.pb-28 {padding-bottom: 7rem !important;}.pl-28 {padding-left: 7rem !important;}.px-28 {padding-left: 7rem !important;padding-right: 7rem !important;}.py-28 {padding-top: 7rem !important;padding-bottom: 7rem !important;}.m-29 {margin: 7.25rem !important;}.mt-29 {margin-top: 7.25rem !important;}.mr-29 {margin-right: 7.25rem !important;}.mb-29 {margin-bottom: 7.25rem !important;}.ml-29 {margin-left: 7.25rem !important;}.mx-29 {margin-left: 7.25rem !important;margin-right: 7.25rem !important;}.my-29 {margin-top: 7.25rem !important;margin-bottom: 7.25rem !important;}.p-29 {padding: 7.25rem !important;}.pt-29 {padding-top: 7.25rem !important;}.pr-29 {padding-right: 7.25rem !important;}.pb-29 {padding-bottom: 7.25rem !important;}.pl-29 {padding-left: 7.25rem !important;}.px-29 {padding-left: 7.25rem !important;padding-right: 7.25rem !important;}.py-29 {padding-top: 7.25rem !important;padding-bottom: 7.25rem !important;}.m-30 {margin: 7.5rem !important;}.mt-30 {margin-top: 7.5rem !important;}.mr-30 {margin-right: 7.5rem !important;}.mb-30 {margin-bottom: 7.5rem !important;}.ml-30 {margin-left: 7.5rem !important;}.mx-30 {margin-left: 7.5rem !important;margin-right: 7.5rem !important;}.my-30 {margin-top: 7.5rem !important;margin-bottom: 7.5rem !important;}.p-30 {padding: 7.5rem !important;}.pt-30 {padding-top: 7.5rem !important;}.pr-30 {padding-right: 7.5rem !important;}.pb-30 {padding-bottom: 7.5rem !important;}.pl-30 {padding-left: 7.5rem !important;}.px-30 {padding-left: 7.5rem !important;padding-right: 7.5rem !important;}.py-30 {padding-top: 7.5rem !important;padding-bottom: 7.5rem !important;}.m-0 {margin: 0 !important;}.p-0 {padding: 0 !important;}@media (max-width: 992px) {.mt-xs-0 {margin-top: 0 !important;}.pt-xs-0 {padding-top: 0 !important;}}.ml65 {margin-left: 65px;}.ml20 {margin-left: 20px;}.ml90 {margin-left: 90px;}.ml115 {margin-left: 115px;}.text-center {text-align: center;place-items: center;}.text-left {text-align: left;place-items: left;}.text-right {text-align: right;place-items: right;}.text-muted {color: #6b7280;}.text-light {color: #fff !important;}.text-s {font-size: 24px !important;letter-spacing: -1px !important;}.text-m {font-size: 40px !important;letter-spacing: -4px !important;}.text-l {font-size: 48px !important;letter-spacing: -4px !important;}.text-xl {font-size: 64px !important;letter-spacing: -4px !important;}.italic {font-style: italic;}.f-medium {font-weight: 500;}.intro {position: relative;margin-bottom: 1.5rem;}.intro .heading-gradient {font-weight: 700;letter-spacing: 0.05em;text-transform: uppercase;line-height: 0.85;font-size: clamp(3.5rem, 8vw + 1rem, 12rem);color: #283682;background-image: linear-gradient(180deg, rgb(40, 54, 130) 22%, rgba(40, 54, 130, 0) 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;opacity: 0.18;z-index: 0;user-select: none;pointer-events: none;}.intro .heading-gradient.sm {font-size: clamp(3.5rem, 8vw + 1rem, 9rem);}.intro .heading-gradient + .title {margin-top: -40px;}.intro .title {margin: 0;z-index: 1;line-height: 1.05;color: #18191C;font-weight: 600;letter-spacing: -0.015em;}.intro .description {max-width: 70ch;color: #6b7280;font-size: 1rem;line-height: 1.6;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;}.intro .description-narrow {padding: 0 15%;font-size: 14px;}.intro .feature-txt {font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;letter-spacing: -4px;color: #792181;font-weight: 500;}@media (max-width: 992px) {.text-xl {font-size: 42px !important;}.intro .description {font-size: 0.9rem !important;}.intro .btn {font-size: 14px !important;}.min-xs {min-height: 350px;}.intro .heading-gradient {font-size: clamp(2.5rem, 8vw + 0.9rem, 12rem);line-height: 1.3;}.intro .heading-gradient.sm {font-size: clamp(1.8rem, 8vw + 0.9rem, 12rem);line-height: 1.3;}}@media (max-width: 576px) {.intro .heading-gradient {font-size: clamp(2.5rem, 8vw + 0.9rem, 12rem);line-height: 1.5;}}.hero {position: relative;overflow: clip;background: radial-gradient(1200px 500px at 75% 20%, rgba(255, 109, 177, 0.18) 0%, rgba(255, 255, 255, 0) 60%), radial-gradient(900px 400px at 85% 90%, rgba(103, 87, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%), #fff;margin-top: -84px;padding-top: 134px;}.hero.hero-single {padding-top: 180px;}.hero .hero__title {margin-top: 1.5rem;font-size: 92px;font-weight: 500;letter-spacing: -0.02em;color: #18191C;line-height: 1;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, sans-serif;z-index: 1;position: relative;}.hero .hero__lead {margin-top: 1.5rem;font-size: 19px;color: #6b7280;}.hero .hero__actions {display: flex;flex-wrap: wrap;gap: 1rem;margin-top: 2rem;}.hero .hero__actions .btn--primary {display: inline-flex;align-items: center;gap: 0.5rem;box-shadow: 0px 6px 10px 0px rgba(192, 189, 189, 0.59);}.hero .hero__actions .btn--light {display: inline-flex;align-items: center;gap: 0.5rem;box-shadow: 5px 3px 10px 0px rgba(192, 189, 189, 0.23);}.hero .hero__trust {margin-top: 1rem;display: flex;}.hero .hero__trust small {display: block;color: #010205;width: 90px;font-size: 10px;margin-right: 2rem;font-weight: bold;align-self: anchor-center;}.hero .hero__trust .hero__logos {display: flex;gap: 1.5rem;align-items: anchor-center;align-items: center;}.hero .hero__trust .hero__logos li {list-style: none;}.hero .hero__trust .hero__logos img {height: 62px;}.hero .hero__art {position: relative;min-height: 340px;}@media (min-width: 768px) {.hero .hero__art {min-height: 420px;}}.hero .hero__art .hero__glow {position: absolute;inset: -15% -10% -20% -10%;background: radial-gradient(40% 35% at 70% 35%, rgba(255, 109, 177, 0.35), transparent 60%), radial-gradient(50% 40% at 40% 70%, rgba(121, 33, 129, 0.35), transparent 60%);filter: blur(40px);animation: glowShift 15s ease-in-out infinite alternate;pointer-events: none;}.hero .hero__art .hero__image {position: absolute;z-index: 0;width: 590px;display: block;margin: 0 auto;transform: translateY(-50%);right: 0;top: 300px;max-width: 590px;}.shape-v1 {position: absolute;right: 0;top: 0;z-index: -1;}@media (max-width: 1366px) {.hero .hero__title {font-size: 70px;}}@media (max-width: 1200px) {.hero .hero__lead {font-size: 16px;}.hero .hero__art .hero__image {max-width: 530px;}}@media (max-width: 1024px) {.hero .hero__art .hero__image {position: relative;width: auto;top: 0;transform: none;max-width: 100%;}}@media (max-width: 992px) {.hero .hero__title {font-size: 40px;}.hero .hero__lead {font-size: 16px;}.hero .hero__trust {display: block;}.hero .hero__trust small {width: 100%;display: block;}.hero .hero__trust .hero__logos img {max-height: 62px;}.hero .hero__art {min-height: unset;}.shape-v1 {position: absolute;right: 0;top: -40px;z-index: -1;opacity: 0.6;max-width: 400px;}}@media (max-width: 768px) {.hero-badge {font-size: 12px;}.btn {font-size: 13px;}}@media (max-width: 576px) {.shape-v1 {max-width: 150px;}}@media (max-width: 380px) {.header__inner {padding-block: 0.75rem;}}.blog .card {height: 100%;padding: 4rem 2.5rem;background-repeat: no-repeat;background-size: cover;background-position: right center;}.blog .card.gradient-light {background: linear-gradient(90deg, rgb(255, 255, 255) 31%, rgba(255, 255, 255, 0) 100%);}.card-inner-cnt.bottom-align {position: absolute;bottom: 40px;}.card-inner-cnt .light {color: #fff !important;}.references {color: #767A85;font-family: "Poppins", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-size: 13px;line-height: 1.5;}.references ol {margin-left: 20px;padding-left: 0;}.references ol li {margin-bottom: 0rem;}.products-hero-padding {padding-bottom: 12rem;}.gradient-clearlii {background: var(--clearlii-gradient, linear-gradient(71deg, rgba(179, 26, 239, 0.78) 6.98%, rgba(246, 4, 141, 0.78) 35.34%, rgba(248, 140, 84, 0.78) 77.64%, rgba(255, 118, 112, 0.78) 97.49%));background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.bg-cma-pattern {position: relative;overflow: hidden;}.bg-cma-pattern::before {content: "";position: absolute;inset: 0;background: url("../img/products/cma-pattern.png") no-repeat right center/contain;z-index: 0;}.bg-cma-pattern > * {position: relative;z-index: 1;}@media only screen and (max-width: 1024px) {.bg-cma-pattern .products-hero-padding {padding-bottom: 1rem;}.bg-cma-pattern .hero__art {margin-top: 0 !important;}}@media (max-width: 768px) {.bg-cma-pattern::before {background: url("../img/paterns/cma-pattern-mob.png");background-size: 100%;background-repeat: no-repeat;background-position: bottom center;}}.products-section-card {padding-top: 2rem !important;padding-bottom: 1rem !important;}.products-section-card .cnt {display: flex;align-content: flex-start;align-items: center;width: 100%;justify-content: space-between;flex-wrap: nowrap;border-bottom: 1px solid #e0e0e3;padding-top: 20px;padding-bottom: 10px;}.products-section-card .cnt:first-child {padding-top: 0;}.products-section-card .cnt:last-child {padding-bottom: 0;border: none;}.products-section-card > div {margin-right: 20px;}.products-section-card a {min-width: 150px;margin-left: 20px;}.products-section-img {margin-bottom: -24px;}.mt--60 {margin-top: -60px;}.pb-hero-rem {padding-bottom: 12rem;}@media (min-width: 768px) {.d-b-lg {display: block;}}@media (max-width: 768px) {.table-card .feature-table thead th {font-size: 1rem;padding: 1rem 1.25rem;}.table-card .feature-table tbody td {font-size: 0.9rem;padding: 1rem 1.25rem;}}@media (max-width: 1080px) {.products-hero-padding .hero__image {max-width: 460px;}}@media (max-width: 1024px) {.mt--60 {margin-top: 40px !important;}}@media (max-width: 992px) {.hero .hero__trust .hero__logos img {max-height: 62px;height: auto !important;}.description.b-t {display: none !important;}.hero-badge.animate__animated {-webkit-animation-fill-mode: none !important;animation-fill-mode: none !important;}.products-hero-padding {padding-bottom: 4rem;}.intro .heading-gradient.sm {font-size: clamp(1.5rem, 8vw + 0.8rem, 12rem);}.hero-single .hero__image {margin-top: 50px;}}@media (max-width: 768px) {.timeline .timeline__item:nth-child(even) .timeline__content.ml65 {margin-left: 0px !important;}.timeline .timeline__item:nth-child(even) .timeline__content.ml115, .timeline .timeline__item:nth-child(even) .timeline__content.ml90 {margin-left: 0px !important;}.timeline .timeline__item .timeline__content {margin-left: 24px;}.timeline .timeline__item:nth-child(odd) .timeline__content.ml20 {margin-left: 0 !important;}.timeline .timeline__year {min-width: 50px;}.timeline .timeline__item {display: flex;}.table-card .feature-table {min-width: unset !important;}.pb-hero-rem {padding-bottom: 4rem;}}@media (max-width: 560px) {.products-section-card .cnt {flex-direction: column;align-items: start;margin-right: 0;}.products-section-card a {margin-left: 0;margin-bottom: 20px;}}