@font-face { font-family: Outfit-Regular; src: url("/assets/fonts/Outfit-Regular.ttf"); font-weight: 400; }

@font-face { font-family: "Damion"; src: url("/assets/fonts/Damion.eot"); src: url("/assets/fonts/Damion.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Damion.woff2") format("woff2"), url("/assets/fonts/Damion.woff") format("woff"), url("/assets/fonts/Damion.ttf") format("truetype"), url("/assets/fonts/Damion.svg#Damion") format("svg"); font-weight: 400; font-style: normal; font-display: swap; font-stretch: normal; }

@font-face { font-family: "HeadingNow"; src: url("/assets/fonts/HeadingNow-74Regular.eot"); src: url("/assets/fonts/HeadingNow-74Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HeadingNow-74Regular.woff2") format("woff2"), url("/assets/fonts/HeadingNow-74Regular.woff") format("woff"), url("/assets/fonts/HeadingNow-74Regular.ttf") format("truetype"), url("/assets/fonts/HeadingNow-74Regular.svg#HeadingNow") format("svg"); font-weight: 400; font-style: normal; font-display: swap; font-stretch: normal; }

@font-face { font-family: "HeadingNow"; src: url("/assets/fonts/HeadingNow-84Regular.eot"); src: url("/assets/fonts/HeadingNow-84Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HeadingNow-84Regular.woff2") format("woff2"), url("/assets/fonts/HeadingNow-84Regular.woff") format("woff"), url("/assets/fonts/HeadingNow-84Regular.ttf") format("truetype"), url("/assets/fonts/HeadingNow-84Regular.svg#HeadingNow") format("svg"); font-weight: 400; font-style: normal; font-display: swap; font-stretch: expanded; }

@font-face { font-family: "HeadingNow"; src: url("/assets/fonts/HeadingNow-85Medium.eot"); src: url("/assets/fonts/HeadingNow-85Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/HeadingNow-85Medium.woff2") format("woff2"), url("/assets/fonts/HeadingNow-85Medium.woff") format("woff"), url("/assets/fonts/HeadingNow-85Medium.ttf") format("truetype"), url("/assets/fonts/HeadingNow-85Medium.svg#HeadingNow") format("svg"); font-weight: 500; font-style: normal; font-display: swap; font-stretch: normal; }

/* EX:  .container{ @include vertical-align(".container-content"); } */
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

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

/** Basic styling */
body { font: 400 16px/1.5 Outfit-Regular, Helvetica, Arial, sans-serif; color: #190032; background-color: #ffffff; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; font-kerning: normal; position: unset; }

body.dark-mode { background-color: #190032; color: #ffffff; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** Images */
img { max-width: 100%; vertical-align: middle; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-weight: 400; }

/** Links */
a { color: #190032; text-decoration: none; word-break: break-all; }

a:visited { color: black; }

a:hover { color: #463A57; text-decoration: underline; }

/** Blockquotes */
blockquote { color: #FAF8FF; border-left: 4px solid white; padding-left: 15px; font-size: 18px; letter-spacing: -1px; font-style: italic; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid white; border-radius: 3px; background-color: #eef; }

code { padding: 1px 5px; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

sup { font-size: 50%; margin-left: 4px; letter-spacing: 2px; font-weight: 500; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(1262px - (30px * 2)); max-width: calc(1262px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(1262px - (30px)); max-width: calc(1262px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; width: 16px; height: 16px; vertical-align: middle; }

.icon > svg path { fill: #FAF8FF; }

body.en { display: none; }

.container { max-width: 1262px; margin: 0 auto; padding: 0 15px; }

.row { display: flex; }

.row.wrap { flex-wrap: wrap; }

.column { flex: 1 1 auto; max-width: 100%; }

.mobile-only { display: none; }

@media screen and (max-width: 767px) { .mobile-only { display: flex; } }

.desktop-only { display: flex; }

@media screen and (max-width: 767px) { .desktop-only { display: none; } }

h1, .h1 { font-size: 97px; line-height: 100px; font-family: HeadingNow; font-weight: 500; margin-bottom: 40px; }

.fr h1, .fr .h1 { font-size: 97px; line-height: 100px; }

@media screen and (max-width: 1400px) { h1, .h1 { font-size: 70px; line-height: 75px; } .fr h1, .fr .h1 { font-size: 70px; line-height: 75px; } }

@media screen and (max-width: 991px) { h1, .h1 { font-size: 30px; line-height: 43px; margin-bottom: 24px; } .fr h1, .fr .h1 { font-size: 34px; line-height: 46px; } }

h2, .h2 { font-size: 38px; line-height: 45px; color: #190032; font-family: HeadingNow; font-weight: 500; margin: 0 0 24px 0; }

@media screen and (max-width: 991px) { h2, .h2 { font-size: 25px; line-height: 28px; } }

.dark-mode h2, .dark-mode .h2 { color: #ffffff; }

h3, .h3 { font-size: 32px; line-height: 42px; color: #190032; font-family: HeadingNow; font-weight: 400; font-stretch: expanded; margin: 0 0 18px 0; }

@media screen and (max-width: 1400px) { h3, .h3 { font-size: 26px; line-height: 32px; } }

@media screen and (max-width: 991px) { h3, .h3 { font-size: 22px; line-height: 28px; } }

@media screen and (max-width: 767px) { h3, .h3 { font-size: 16px; line-height: 21px; } }

.dark-mode h3, .dark-mode .h3 { color: #ffffff; }

p { font-size: 20px; line-height: 28px; font-weight: 400; margin: 0 0 20px 0; }

@media screen and (max-width: 991px) { p { font-size: 18px; line-height: 23px; } }

@media screen and (max-width: 767px) { p { font-size: 16px; line-height: 20px; } }

p:last-child { margin-bottom: 0; }

.button { font-size: 18px; line-height: 24px; padding: 20px 35px; border-radius: 50px; background-color: #190032; color: #ffffff; font-family: HeadingNow; font-weight: 400; text-align: center; display: flex; align-items: center; justify-content: center; }

@media screen and (max-width: 767px) { .button { font-size: 16px; line-height: 21px; padding: 16px 35px; } }

.button:hover { background-color: #00C3E6; color: #ffffff; text-decoration: none; }

.button.yellow { background-color: #F8B524; color: #190032; }

.button.yellow:hover { background-color: #190032; color: #ffffff; }

.button.blue { background-color: #5500FF; color: #ffffff; }

.button.blue:hover { background-color: #190032; color: #ffffff; }

.button.white { background-color: #ffffff; color: #190032; }

.button.white:hover { background-color: #190032; color: #ffffff; }

.button.circle { border-radius: 100%; }

.button.outline { background-color: transparent; color: #190032; border: 1.5px solid #190032; }

.button.outline:hover { background-color: #190032; color: #ffffff; }

.button.outline.white { border-color: #ffffff; }

.button.outline.dark-blue { border-color: #5500FF; color: #5500FF; }

.button.outline.dark-blue:hover { background-color: #5500FF; color: #ffffff; }

.dark-mode .button.outline.dark-blue { border-color: #ffffff; color: #ffffff; }

.dark-mode .button.outline.dark-blue:hover { background-color: #ffffff; color: #190032; }

.button.outline.black { border-color: #190032; color: #190032; }

.button.outline.black:hover { background-color: transparent; }

.dark-mode .button.outline.black { border-color: #ffffff; }

.pageWrapper { padding: 200px 0 16px; }

@media screen and (max-width: 767px) { .pageWrapper { padding: 130px 0 30px; } }

.content-block.container { max-width: 1024px; }

.content-block h1 { font-size: 40px; line-height: 1.3; margin-bottom: 40px; font-weight: 400; font-stretch: expanded; }

@media screen and (max-width: 767px) { .content-block h1 { font-size: 30px; } }

.content-block h2 { font-size: 32px; line-height: 42px; margin-top: 40px; margin-bottom: 24px; font-weight: 400; font-stretch: expanded; }

@media screen and (max-width: 767px) { .content-block h2 { font-size: 24px; line-height: 1.3; margin-top: 30px; margin-bottom: 14px; } }

.content-block h3 { font-size: 22px; line-height: 29px; margin-bottom: 8px; font-weight: 400; font-stretch: expanded; }

@media screen and (max-width: 767px) { .content-block h3 { font-size: 18px; line-height: 1.3; } }

.content-block h4 { font-size: 28px; line-height: 1.25; font-weight: 400; font-family: HeadingNow; margin-bottom: 30px; }

@media screen and (max-width: 1400px) { .content-block h4 { font-size: 22px; } }

@media screen and (max-width: 991px) { .content-block h4 { font-size: 18px; } }

@media screen and (max-width: 767px) { .content-block h4 { font-size: 16px; } }

.content-block h5 { font-size: 22px; line-height: 1.25; font-weight: 400; font-family: HeadingNow; margin-bottom: 30px; }

@media screen and (max-width: 1400px) { .content-block h5 { font-size: 17px; } }

@media screen and (max-width: 991px) { .content-block h5 { font-size: 14px; margin-bottom: 22px; } }

.content-block h6 { font-size: 18px; line-height: 1.25; font-weight: 400; font-family: HeadingNow; margin-bottom: 30px; }

@media screen and (max-width: 991px) { .content-block h6 { font-size: 12px; margin-bottom: 22px; } }

.content-block ul li, .content-block ol li { font-size: 22px; line-height: 28px; font-weight: 400; margin: 0 0 30px 0; }

@media screen and (max-width: 991px) { .content-block ul li, .content-block ol li { font-size: 18px; line-height: 23px; } }

@media screen and (max-width: 767px) { .content-block ul li, .content-block ol li { font-size: 16px; line-height: 20px; margin-bottom: 22px; } }

.content-block .style-none { list-style-type: none; margin: 0; }

.content-block p { margin-bottom: 24px; }

@media screen and (max-width: 767px) { .content-block p { margin-bottom: 22px; } }

.content-block a { text-decoration: underline; }

.content-block a:hover { text-decoration: none; }

.comingsoon { text-align: center; background-color: #DCDCDC; }

.comingsoon h1 { text-align: center; margin-top: 60px; margin-bottom: 60px; }

.comingsoon h2 { text-align: center; font-size: 24px; }

.comingsoon h2 strong { color: #5500FF; font-size: 40px; }

#disclaimerBlock5 { max-width: 300px; font-size: 12px; margin-left: 230px; z-index: 10; margin-top: -120px; }

@media screen and (max-width: 991px) { #disclaimerBlock5 { margin-left: 33px; text-align: left; width: 100%; display: block; margin-top: 0px; } }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #eef; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

.block-style { padding-left: 50px; position: relative; }

@media screen and (max-width: 767px) { .block-style { padding-left: 36px; } }

.block-style::before { content: ''; position: absolute; top: 15px; left: 0; width: 25px; height: calc(100% - 15px); display: block; background: url(/assets/images/global/light-blue-circles.svg) no-repeat center top; }

@media screen and (max-width: 767px) { .block-style::before { width: 15px; background-size: contain !important; top: 5px; } }

.block-style.dark-blue::before { background: url(/assets/images/global/dark-blue-circles.svg) no-repeat center top; }

.block-style.dark::before { background: url(/assets/images/global/black-circles.svg) no-repeat center top; }

.scroll-cricle { width: 140px; height: 140px; display: flex; justify-content: center; align-items: center; position: relative; }

.scroll-cricle .cricle { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background-size: contain; }

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }

@keyframes spin { 100% { -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.card { padding: 24px; box-shadow: 0px 4px 24px rgba(25, 0, 50, 0.11); border-radius: 12px; background-color: #ffffff; color: #190032; margin-bottom: 16px; }

@media screen and (max-width: 991px) { .card { padding: 14px; margin-bottom: 10px; border-radius: 7px; } }

.card figure { width: 76px; height: 76px; border-radius: 100%; overflow: hidden; padding: 0; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; background-color: rgba(0, 195, 230, 0.1); position: relative; z-index: 0; }

@media screen and (max-width: 991px) { .card figure { width: 44px; height: 44px; margin-bottom: 9px; } }

.card figure:after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 51px; height: 51px; border-radius: 100%; background-color: #00C3E6; }

@media screen and (max-width: 991px) { .card figure:after { width: 30px; height: 30px; } }

.card figure img { max-width: 28px; max-height: 28px; position: relative; z-index: 1; }

@media screen and (max-width: 991px) { .card figure img { max-width: 16px; max-height: 16px; } }

.card p { font-size: 16px; line-height: 17px; font-family: HeadingNow; font-weight: 400; }

@media screen and (max-width: 991px) { .card p { font-size: 10px; line-height: 12px; font-stretch: expanded; } }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10; padding: 48px 23px 18px 23px; }

@media screen and (max-width: 767px) { .site-header { padding: 18px 8px 18px 8px; } }

.site-header.black-header { padding: 48px 0 18px 0; }

.site-header .container { display: flex; justify-content: space-between; align-items: center; }

@media screen and (max-width: 767px) { .site-header .header-left img { max-width: 108px; } }

.site-header .header-left .dark-img-mode { display: none; }

.dark-mode .site-header .header-left .dark-img-mode { display: block; }

.site-header .header-left .light-img-mode { display: block; }

.dark-mode .site-header .header-left .light-img-mode { display: none; }

.site-header .header-utility-link { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }

.site-header .header-utility-link li { margin-left: 40px; }

@media screen and (max-width: 767px) { .site-header .header-utility-link li { margin-left: 12px; } }

.site-header .header-utility-link li:first-child { margin-left: 0; }

.site-header .header-utility-link li:not(.theme-mode) .button { padding: 13px 40px; font-size: 16px; font-family: HeadingNow; font-weight: 500; font-stretch: condensed; }

@media screen and (max-width: 767px) { .site-header .header-utility-link li:not(.theme-mode) .button { font-size: 10px; line-height: 14px; padding: 8px 18px; font-stretch: normal; font-weight: 400; } }

.black-header .site-header .header-utility-link li:not(.theme-mode) .button { border-color: #00C3E6; }

.site-header .header-utility-link .theme-mode .button.circle { width: 56px; height: 56px; padding: 0; display: flex; justify-content: center; align-items: center; min-width: inherit; }

@media screen and (max-width: 767px) { .site-header .header-utility-link .theme-mode .button.circle { width: 40px; height: 40px; } }

@media screen and (max-width: 767px) { .site-header .header-utility-link .theme-mode .button img { max-height: 17px; } }

.site-header .header-utility-link .theme-mode .button img.light-mode { display: none; }

.site-header .header-utility-link .theme-mode .button img.dark-mode { display: block; }

.dark-mode .site-header .header-utility-link .theme-mode .button img.light-mode { display: block; }

.dark-mode .site-header .header-utility-link .theme-mode .button img.dark-mode { display: none; }

.site-footer { background: #FAF8FF; padding: 98px 0; }

@media screen and (max-width: 767px) { .site-footer { padding: 40px 0; } }

.site-footer .top-footer { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid #9B92A5; }

@media screen and (max-width: 767px) { .site-footer .top-footer { flex-direction: column; } .site-footer .top-footer .left-column { margin-bottom: 24px; } }

.site-footer .top-footer .social-media { display: flex; list-style: none; padding: 0; margin: 0; }

.site-footer .top-footer .social-media li { margin-left: 20px; }

.site-footer .top-footer .social-media li a { transition: all 0.5s ease; }

.site-footer .top-footer .social-media li a:hover { opacity: 0.6; transition: all 0.5s ease; }

.site-footer .bottom-footer { display: grid; grid-template-columns: 1fr; gap: 44px; align-items: center; padding-top: 24px; }

@media screen and (max-width: 1024px) { .site-footer .bottom-footer { grid-template-columns: 1fr; gap: 22px; text-align: center; } .site-footer .bottom-footer .left-column { margin-bottom: 25px; flex: 0 0 100%; max-width: 100%; width: 100%; } }

.site-footer .bottom-footer .footer-nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; text-align: center; list-style: none; padding: 0; margin: 0; }

@media screen and (max-width: 767px) { .site-footer .bottom-footer .footer-nav { grid-template-columns: repeat(1, 1fr); } }

.site-footer .bottom-footer .footer-nav li { font-size: 16px; line-height: 20px; }

@media screen and (max-width: 1024px) { .site-footer .bottom-footer .footer-nav li { margin: 0; text-align: center; } }

.site-footer .bottom-footer .footer-nav li a { transition: all 0.5s ease; }

.site-footer .bottom-footer .footer-nav li a:hover { opacity: 0.6; text-decoration: none; transition: all 0.5s ease; }

.site-footer .bottom-footer .copyright { font-size: 16px; line-height: 20px; color: #190032; text-align: center; }

@media screen and (max-width: 767px) { .site-footer .bottom-footer .copyright { font-size: 13px; line-height: 16px; } .site-footer .bottom-footer .copyright img { width: 12px; height: 12px; margin-right: 5px; } }

.hero-section { position: relative; padding: 15px 22px; }

@media screen and (max-width: 991px) { .hero-section { padding: 15px 8px; } }

@media screen and (max-width: 767px) { .hero-section { padding-top: 8px; } }

.hero-section--inner { background: #00C3E6 url(/assets/images/global/hero-bg-circle.svg) no-repeat left bottom; background-size: cover; color: #190032; border-radius: 22px; position: relative; overflow: hidden; display: flex; min-height: calc( 100vh + 70px); }

@media screen and (max-width: 767px) { .hero-section--inner { min-height: inherit; } }

.hero-section--inner:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: url(/assets/images/global/hero-banner-bottom-skew.svg) no-repeat bottom left; background-size: 100%; pointer-events: none; }

@media screen and (max-width: 767px) { .hero-section--inner:after { background-image: url(/assets/images/global/hero-banner-bottom-skew.svg), url(/assets/images/global/hero-banner-bottom-skew.svg); background-repeat: no-repeat; background-position: bottom left, right calc(100% + 84px); background-size: 100%; bottom: -3px; } }

@media (max-width: 400px) { .hero-section--inner:after { background-position: bottom left, right calc(100% + 134px); background-size: 1396px; } }

@media (max-width: 370px) { .hero-section--inner:after { background-position: bottom left, right calc(100% + 142px); } }

.dark-mode .hero-section--inner:after { background: url(/assets/images/global/hero-banner-bottom-skew-dark.svg) no-repeat bottom left; background-size: 100%; }

@media screen and (max-width: 767px) { .dark-mode .hero-section--inner:after { background-image: url(/assets/images/global/hero-banner-bottom-skew-dark.svg), url(/assets/images/global/hero-banner-bottom-skew-dark.svg); background-repeat: no-repeat; background-position: bottom left, right calc(100% + 134px); background-size: 1396px; } }

@media (max-width: 400px) { .dark-mode .hero-section--inner:after { background-position: bottom left, right calc(100% + 134px); background-size: 1396px; } }

@media (max-width: 370px) { .dark-mode .hero-section--inner:after { background-position: bottom left, right calc(100% + 142px); } }

.hero-section .leftimage { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; pointer-events: none; overflow: hidden; }

@media screen and (max-width: 767px) { .hero-section .leftimage img { position: absolute; bottom: 0; left: -90px; width: 486px; max-width: inherit; } }

.hero-section .container { padding: 212px 0 165px 384px; position: relative; }

@media screen and (max-width: 1400px) { .hero-section .container { padding-left: 500px; padding-right: 50px; } }

@media screen and (max-width: 991px) { .hero-section .container { padding-left: 360px; padding-right: 20px; } }

@media screen and (max-width: 767px) { .hero-section .container { padding: 121px 20px 165px 117px; } }

.hero-section h1 { margin-top: 50px; }

@media screen and (max-width: 767px) { .hero-section h1 { margin-top: 0; } }

.hero-section p { margin-bottom: 37px; }

@media screen and (max-width: 1400px) { .hero-section p br { display: none; } }

.hero-section .button-box { float: left; margin: 50px 0; }

@media screen and (max-width: 767px) { .hero-section .button-box { margin: 15px 0; } }

@media screen and (max-width: 767px) { .hero-section .scroll-cricle { display: none; } }

.hero-section span { font-size: 12px; }

.text-and-cards { padding: 15px 0 30px 0; display: flex; flex-wrap: wrap; }

.text-and-cards .left-column { flex: 0 0 50%; max-width: 50%; display: flex; justify-content: flex-end; padding-top: 133px; }

@media screen and (max-width: 1400px) { .text-and-cards .left-column { padding-left: 20px; } }

@media screen and (max-width: 991px) { .text-and-cards .left-column { padding-top: 83px; } }

@media screen and (max-width: 767px) { .text-and-cards .left-column { flex: 0 0 100%; max-width: 100%; order: 2; padding-top: 24px; padding-left: 15px; } }

.text-and-cards .left-column--inner { flex: 0 0 616px; max-width: 616px; padding-right: 120px; }

@media screen and (max-width: 1400px) { .text-and-cards .left-column--inner { flex: 0 0 100%; max-width: 100%; } }

@media screen and (max-width: 1024px) { .text-and-cards .left-column--inner { padding-right: 60px; } }

@media screen and (max-width: 991px) { .text-and-cards .left-column--inner { padding-right: 30px; } }

@media screen and (max-width: 767px) { .text-and-cards .left-column--inner { padding-right: 15px; } }

.text-and-cards .right-column { flex: 0 0 50%; max-width: 50%; position: relative; padding: 100px 0 80px 0; }

@media screen and (max-width: 1024px) { .text-and-cards .right-column { padding-bottom: 40px; } }

@media screen and (max-width: 991px) { .text-and-cards .right-column { padding: 60px 0; } }

@media screen and (max-width: 767px) { .text-and-cards .right-column { flex: 0 0 100%; max-width: 100%; order: 1; padding: 60px 5px 60px 15px; } }

.text-and-cards .right-column .bg { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: contain; background-position: 136px 0; z-index: 0; }

@media screen and (max-width: 1024px) { .text-and-cards .right-column .bg { background-position: right; } }

.text-and-cards .right-column--inner { position: relative; z-index: 1; display: flex; max-width: 632px; width: 100%; }

@media screen and (max-width: 1024px) { .text-and-cards .right-column--inner { max-width: 430px; margin: 0 auto; } }

.text-and-cards .right-column .cardList { display: flex; flex-wrap: wrap; align-items: center; }

.text-and-cards .right-column .cardList--column { flex: 0 0 50%; max-width: 50%; padding-right: 16px; }

@media screen and (max-width: 991px) { .text-and-cards .right-column .cardList--column { padding-right: 10px; } }

.image-and-text-section { position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 37px 0; }

@media screen and (max-width: 991px) { .image-and-text-section { padding-top: 10px; } }

@media screen and (max-width: 767px) { .image-and-text-section { padding: 10px 0 40px 0; } }

.image-and-text-section .left-column { flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; padding-right: 20px; }

@media screen and (max-width: 767px) { .image-and-text-section .left-column { flex: 0 0 100%; max-width: 100%; order: 2; padding: 0 15px 0 0; display: flex; flex-direction: column; align-items: flex-start; } }

.image-and-text-section .left-column .dots-pattern { position: absolute; top: 16px; left: 0; width: 270px; height: 270px; z-index: 0; }

@media screen and (max-width: 767px) { .image-and-text-section .left-column .dots-pattern { width: 190px; background-size: contain; } }

.image-and-text-section .left-column img { position: relative; z-index: 1; }

.image-and-text-section .right-column { flex: 0 0 50%; max-width: 50%; display: flex; justify-content: flex-start; padding: 20px 20px 20px 112px; position: relative; }

@media screen and (max-width: 767px) { .image-and-text-section .right-column { flex: 0 0 100%; max-width: 100%; order: 2; padding: 24px 15px 0 15px; padding-left: 50px; } }

.image-and-text-section .right-column--inner { max-width: 504px; width: 100%; margin-top: 50px; }

.image-and-text-section .right-column #disclaimerBlock2 { max-width: 300px; font-size: 12px; margin-left: 10px; }

.image-and-text-section #disclaimerBlock2 { max-width: 300px; font-size: 12px; margin-left: 10px; }

.bg-text-image { padding-bottom: 50px; position: relative; color: #ffffff; }

@media screen and (max-width: 1400px) { .bg-text-image { padding-left: 15px; padding-right: 15px; } }

@media screen and (max-width: 991px) { .bg-text-image { padding-left: 8px; padding-right: 8px; } }

@media screen and (max-width: 767px) { .bg-text-image { color: #190032; padding: 20px 0 20px 0; } }

.dark-mode .bg-text-image { color: #190032; }

@media screen and (max-width: 767px) { .dark-mode .bg-text-image { color: #ffffff; } }

.bg-text-image--inner { position: relative; padding: 58px 0 0 0; }

@media screen and (max-width: 991px) { .bg-text-image--inner { padding: 0; } }

.bg-text-image--inner:after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; width: 100%; max-width: 1396px; height: calc(100% - 300px); border-radius: 19px; background-color: #190032; z-index: 0; }

@media screen and (max-width: 767px) { .bg-text-image--inner:after { display: none; } }

.dark-mode .bg-text-image--inner:after { background-color: #e2dceb; }

.bg-text-image .bg { position: absolute; top: 134px; left: 0; right: 0; margin: 0 auto; width: 100%; height: calc(100% - 134px); background: url(/assets/images/global/full-bg-dark_1.svg) no-repeat center bottom; z-index: 1; border-radius: 19px; }

@media screen and (max-width: 1400px) { .bg-text-image .bg { background-size: 100%; background-position: center 110px; top: 0; height: 100%; } }

@media screen and (max-width: 991px) { .bg-text-image .bg { background-position: center 60px; } }

@media screen and (max-width: 767px) { .bg-text-image .bg { display: none; } }

.dark-mode .bg-text-image .bg { background: url(/assets/images/global/full-bg-dark_1_light.svg) no-repeat center bottom; }

@media screen and (max-width: 1400px) { .dark-mode .bg-text-image .bg { background-size: 100%; } }

.bg-text-image .container { display: flex; min-height: 700px; position: relative; z-index: 1; }

@media screen and (max-width: 1400px) { .bg-text-image .container { padding-right: 0; min-height: inherit; } }

@media screen and (max-width: 767px) { .bg-text-image .container { flex-wrap: wrap; padding-right: 15px; } }

.bg-text-image .container .left-column { flex: 0 0 44%; max-width: 44%; padding: 195px 30px 40px 0; }

@media screen and (max-width: 1400px) { .bg-text-image .container .left-column { flex: 0 0 50%; max-width: 50%; padding-top: 115px; } }

@media screen and (max-width: 767px) { .bg-text-image .container .left-column { flex: 0 0 100%; max-width: 100%; order: 3; padding: 65px 0 0 0; } }

.bg-text-image .container .left-column--inner { max-height: 377px; }

.bg-text-image .container .right-column { flex: 0 0 56%; max-width: 56%; display: flex; align-items: flex-end; }

@media screen and (max-width: 1400px) { .bg-text-image .container .right-column { flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 767px) { .bg-text-image .container .right-column { flex: 0 0 100%; max-width: 100%; order: 1; } }

.bg-text-image .container .right-column img { flex: 0 0 770px; max-width: 770px; border-radius: 0 0 15px 0; }

@media screen and (max-width: 1400px) { .bg-text-image .container .right-column img { flex: 0 0 100%; max-width: 100%; } }

.bg-text-image .container .right-column .disclaimer-text { display: flex; flex-direction: column; color: #000000; font-size: 12px; justify-content: flex-start; }

.bg-text-image h2 { color: #ffffff; }

.dark-mode .bg-text-image h2 { color: #190032; }

@media screen and (max-width: 767px) { .dark-mode .bg-text-image h2 { color: #ffffff; } }

@media screen and (max-width: 767px) { .bg-text-image h2 { color: #190032; } }

.bg-text-image #disclaimerBlock3 { font-size: 12px; color: black; margin-left: 262px; margin-top: 10px; }

.text-and-image-section { position: relative; display: flex; flex-wrap: wrap; align-items: center; padding: 50px 0; }

@media screen and (max-width: 767px) { .text-and-image-section { padding: 20px 0; } }

.text-and-image-section .left-column { flex: 0 0 50%; max-width: 50%; display: flex; justify-content: flex-end; padding: 143px 60px 0 30px; }

@media screen and (max-width: 1400px) { .text-and-image-section .left-column { padding: 93px 20px 0 30px; } }

@media screen and (max-width: 767px) { .text-and-image-section .left-column { flex: 0 0 100%; max-width: 100%; order: 2; padding: 23px 0 0 15px; display: flex; flex-direction: column; } }

.text-and-image-section .left-column--inner { max-width: 556px; width: 100%; }

.text-and-image-section .left-column.v-center { padding-top: 20px; padding-bottom: 20px; }

.text-and-image-section .left-column.v-top { margin-bottom: auto; padding-top: 60px; }

.text-and-image-section .right-column { flex: 0 0 50%; max-width: 50%; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-end; }

@media screen and (max-width: 767px) { .text-and-image-section .right-column { flex: 0 0 100%; max-width: 100%; order: 1; padding-left: 15px; display: flex; flex-direction: column; } }

.text-and-image-section + .image-and-text-section { padding-top: 60px; }

.text-and-image-section span { width: 100%; text-align: right; }

.text-and-image-section #disclaimerBlock4 { font-size: 12px; max-width: 300px; margin-left: auto; margin-right: 10px; }

.text-and-image-wrap { position: relative; padding: 80px 0 80px 0; }

@media screen and (max-width: 991px) { .text-and-image-wrap { padding: 30px 0 40px 0; } }

@media screen and (max-width: 767px) { .text-and-image-wrap { overflow: hidden; padding-top: 0; padding-bottom: 30px; } }

.text-and-image-wrap .container { display: flex; flex-wrap: wrap; }

.text-and-image-wrap .left-column { flex: 0 0 50%; max-width: 50%; position: relative; padding-top: 144px; }

@media screen and (max-width: 1400px) { .text-and-image-wrap .left-column { padding-top: 96px; } }

@media screen and (max-width: 991px) { .text-and-image-wrap .left-column { padding-top: 66px; } }

@media screen and (max-width: 767px) { .text-and-image-wrap .left-column { flex: 0 0 100%; max-width: 100%; padding: 34px 0 0 0; order: 2; } }

.text-and-image-wrap .left-column--inner { position: relative; max-width: 520px; padding-right: 30px; }

@media screen and (max-width: 1400px) { .text-and-image-wrap .left-column--inner { padding-right: 60px; } }

@media screen and (max-width: 767px) { .text-and-image-wrap .left-column--inner { padding-right: 0; } }

@media screen and (max-width: 767px) { .text-and-image-wrap .left-column--inner h2 br { display: none; } }

.text-and-image-wrap .right-column { flex: 0 0 50%; max-width: 50%; position: relative; }

@media screen and (max-width: 767px) { .text-and-image-wrap .right-column { flex: 0 0 100%; max-width: 100%; order: 1; padding-top: 30px; } }

.text-and-image-wrap .right-column .img_1 { position: absolute; top: -77px; left: -10px; }

@media screen and (max-width: 767px) { .text-and-image-wrap .right-column .img_1 { top: -5px; left: 20px; width: 101px; } }

.text-and-image-wrap .right-column .img_2 { position: absolute; bottom: -83px; left: -188px; }

@media screen and (max-width: 1400px) { .text-and-image-wrap .right-column .img_2 { bottom: -33px; left: -38px; width: 180px; } }

@media screen and (max-width: 767px) { .text-and-image-wrap .right-column .img_2 { width: 130px; left: -25px; } }

.bg-cards-text { padding: 240px 15px 0 15px; }

@media screen and (max-width: 1024px) { .bg-cards-text { padding-top: 80px; padding-bottom: 20px; } }

@media screen and (max-width: 767px) { .bg-cards-text { padding-top: 110px; } }

.bg-cards-text--inner { position: relative; color: #ffffff; }

.dark-mode .bg-cards-text--inner { color: #190032; }

.bg-cards-text--inner:before { content: ''; position: absolute; top: -140px; right: -15px; width: calc(50% - 200px); height: 320px; background: url(/assets/images/global/dots-pattern.png) top right; }

@media screen and (max-width: 1024px) { .bg-cards-text--inner:before { top: -77px; } }

@media screen and (max-width: 767px) { .bg-cards-text--inner:before { width: 50%; height: 245px; background-size: contain; top: -98px; } }

.bg-cards-text--inner span { color: #000000; position: absolute; display: block; max-width: 400px; font-size: 12px; margin-left: 230px; z-index: 10; }

@media screen and (max-width: 991px) { .bg-cards-text--inner span { margin-left: 15px; text-align: left; width: 100%; display: block; margin-top: 32px; } }

.bg-cards-text .bg { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; width: 1396px; height: 100%; max-width: 100%; background: #190032 url(/assets/images/global/full-bg-dark_2-circle.png) no-repeat; background-position: 0 -48px; border-radius: 19px; transform: skewY(2deg); display: flex; align-items: flex-end; }

@media screen and (max-width: 767px) { .bg-cards-text .bg { background-size: 180%; background-position: 0px -40px; } }

@media (max-width: 400px) { .bg-cards-text .bg { background-position: -20px -20px; } }

.dark-mode .bg-cards-text .bg { background: #E2DCEB url(/assets/images/global/full-bg-dark_2-circle_2.png) no-repeat; background-position: 0 -48px; }

.bg-cards-text .bg img { margin-bottom: 0; border-radius: 0 0 0 19px; max-width: 640px; }

@media screen and (max-width: 1024px) { .bg-cards-text .bg img { max-width: 520px; } }

@media screen and (max-width: 991px) { .bg-cards-text .bg img { max-width: 420px; } }

@media screen and (max-width: 767px) { .bg-cards-text .bg img { max-width: 345px; } }

.bg-cards-text h2 { color: #ffffff; }

.dark-mode .bg-cards-text h2 { color: #190032; }

.bg-cards-text .container { display: flex; min-height: 680px; }

@media screen and (max-width: 991px) { .bg-cards-text .container { min-height: inherit; } }

@media screen and (max-width: 767px) { .bg-cards-text .container { min-height: 315px; } }

.bg-cards-text .container .left-column { flex: 0 0 50%; max-width: 50%; display: flex; align-items: flex-end; padding-bottom: 25px; }

@media screen and (max-width: 1024px) { .bg-cards-text .container .left-column { flex: 0 0 45%; max-width: 45%; } }

@media screen and (max-width: 991px) { .bg-cards-text .container .left-column { flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 767px) { .bg-cards-text .container .left-column { flex: 0 0 100%; max-width: 100%; padding-bottom: 0; padding-top: 95px; } }

.bg-cards-text .container .right-column { flex: 0 0 50%; max-width: 50%; display: flex; align-items: center; padding: 50px 0 50px 48px; }

@media screen and (max-width: 1024px) { .bg-cards-text .container .right-column { flex: 0 0 55%; max-width: 55%; } }

@media screen and (max-width: 991px) { .bg-cards-text .container .right-column { flex: 0 0 50%; max-width: 50%; padding: 70px 0; } }

@media screen and (max-width: 767px) { .bg-cards-text .container .right-column { display: none; } }

.bg-cards-text .cardList { display: flex; align-items: center; position: relative; }

@media screen and (max-width: 767px) { .bg-cards-text .cardList { margin: 0 -17px -35px; } }

.bg-cards-text .cardList--column { flex: 0 0 50%; max-width: 50%; padding-right: 15px; }

@media screen and (max-width: 767px) { .bg-cards-text .cardList--column { padding: 0 7px; } }

.bg-cards-text .cardList .card { text-align: center; }

.bg-cards-text .cardList .card figure { margin: 0 auto 16px; }

.bg-cards-text .container.mobile-only { padding: 90px 0 0 0; display: none; min-height: inherit; }

@media screen and (max-width: 767px) { .bg-cards-text .container.mobile-only { display: block; } }

.bg-cards-text .container.mobile-only span { font-size: 12px; }

.bg-cards-text .container.mobile-only h2 { color: #190032; }

@media screen and (max-width: 767px) { .dark-mode .bg-cards-text .container.mobile-only h2 { color: #ffffff; } }

.bg-cards-text #disclaimerBlock7 { font-size: 9px; color: black; margin-left: 150px; }

@media screen and (max-width: 767px) { .bg-cards-text #disclaimerBlock7 { order: 2; } }

.scroll-list { padding: 197px 0 100px 0; }

@media screen and (max-width: 1400px) { .scroll-list { padding: 90px 0 30px; } }

@media screen and (max-width: 767px) { .scroll-list { padding: 59px 0 30px; } }

.scroll-list .container { display: flex; flex-wrap: wrap; }

.scroll-list .left-column { flex: 0 0 40%; max-width: 40%; }

@media screen and (max-width: 1400px) { .scroll-list .left-column { flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 767px) { .scroll-list .left-column { flex: 0 0 100%; max-width: 100%; order: 2; padding-top: 24px; } }

.scroll-list .left-column .head { padding-bottom: 65px; }

@media screen and (max-width: 767px) { .scroll-list .left-column .head { padding-bottom: 24px; } }

.scroll-list .left-column .head h2 { margin-bottom: 0; }

.scroll-list .right-column { flex: 0 0 60%; max-width: 60%; padding-top: 58px; }

@media screen and (max-width: 1400px) { .scroll-list .right-column { flex: 0 0 50%; max-width: 50%; } }

@media screen and (max-width: 767px) { .scroll-list .right-column { flex: 0 0 100%; max-width: 100%; order: 1; padding-top: 0; } }

.scroll-list .button-box { display: flex; flex-wrap: wrap; justify-content: flex-start; }

@media screen and (max-width: 767px) { .scroll-list .button-box { display: none; } }

.scroll-list .button-box .button { min-width: 252px; }

.dark-mode .scroll-list .button-box .button:hover { background: #ffffff; color: #5500FF; }

.scroll-items { counter-reset: list; padding-right: 60px; }

@media screen and (max-width: 991px) { .scroll-items { padding-right: 20px; } }

@media screen and (max-width: 767px) { .scroll-items { padding-left: 40px; padding-right: 0; } }

.scroll-items .item { font-size: 18px; line-height: 24px; padding-left: 37px; position: relative; }

@media screen and (max-width: 767px) { .scroll-items .item { padding-left: 32px; } }

.scroll-items .item:before { counter-increment: list; content: counter(list) " "; color: #E2DCEB; font-size: 25px; line-height: 33px; margin-bottom: 8px; font-family: HeadingNow; font-weight: 500; display: block; }

.dark-mode .scroll-items .item:before { color: #463A57; }

.scroll-items .item:nth-child(-n+9):before { content: "0" counter(list); }

.scroll-items .item h3 { font-size: 18px; line-height: 24px; margin-bottom: 27px; color: #E2DCEB; }

@media screen and (max-width: 991px) { .scroll-items .item h3 { font-size: 16px; line-height: 21px; } }

.dark-mode .scroll-items .item h3 { color: #463A57; }

.scroll-items .item .line { position: absolute; top: 0; left: 0; width: 4px; height: 100%; display: block; background-color: #E2DCEB; border-radius: 13.4005px; }

.dark-mode .scroll-items .item .line { background-color: #463A57; }

.scroll-items .item .line .fill { position: absolute; top: 0; left: 0; width: 100%; height: 0%; display: block; background: linear-gradient(201.92deg, #5500FF 8.67%, #A055F0 175.03%); border-radius: 13.4005px; }

.scroll-items .item.in-view .line .fill { height: 100% !important; }

.scroll-items .item.in-view:before { color: #5500FF; }

.scroll-items .item.in-view h3 { color: #463A57; }

.dark-mode .scroll-items .item.in-view h3 { color: #ffffff; }

.timeline .default-line { content: ""; position: absolute; left: 50%; width: 4px; height: 100%; }

.timeline .draw-line { width: 4px; height: 0; position: absolute; left: 50%; }

.faq { position: relative; padding-top: 80px; padding-bottom: 110px; }

@media screen and (max-width: 1400px) { .faq { padding-bottom: 80px; } }

@media screen and (max-width: 767px) { .faq { padding-top: 40px; padding-bottom: 13px; } }

.faq .head { padding-bottom: 58px; }

@media screen and (max-width: 767px) { .faq .head { padding-bottom: 11px; } }

.faq .head.block-style:before { top: 0; }

.accordion-list { position: relative; }

.accordion-list__item { border-radius: 15px; background: #f5f5f5; margin-bottom: 16px; padding: 0 40px; }

@media screen and (max-width: 767px) { .accordion-list__item { padding: 0 24px; } }

.dark-mode .accordion-list__item { background: #7B6E89; }

.accordion-list__heading { font-size: 20px; line-height: 23px; font-family: HeadingNow; font-weight: 400; font-stretch: expanded; margin-bottom: 0; padding: 32px 0; cursor: pointer; position: relative; }

@media screen and (max-width: 991px) { .accordion-list__heading { font-size: 16px; line-height: 17px; } }

@media screen and (max-width: 767px) { .accordion-list__heading { padding: 24px 30px 24px 0; } }

.accordion-list__heading:before { content: ''; position: absolute; top: 28px; left: -38px; width: 14px; height: calc(100% - 15px); display: block; background: url(/assets/images/global/white-circles.svg) no-repeat center top; background-size: contain; opacity: 0; }

.dark-mode .accordion-list__heading:before { background: url(/assets/images/global/black-circles.svg) no-repeat center top; background-size: contain; }

@media screen and (max-width: 767px) { .accordion-list__heading:before { width: 15px; } }

.accordion-list__heading .arrow { position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }

.accordion-list__heading .arrow path { fill: #190032; }

.dark-mode .accordion-list__heading .arrow path { fill: #ffffff; }

.accordion-list__content { padding: 24px 0; border-top: 1px solid rgba(226, 220, 235, 0.1); display: none; }

.dark-mode .accordion-list__content { color: #190032; border-top: 1px solid rgba(25, 0, 50, 0.1); }

.accordion-list__content p { font-size: 15px; line-height: 20px; }

@media screen and (max-width: 991px) { .accordion-list__content p { font-size: 13px; line-height: 17px; } }

.accordion-list__content p:last-child { margin-bottom: 0; }

.accordion-list__content.half-column .content-wrap { max-width: 705px; }

.accordion-list .visible { background: #190032; color: #ffffff; padding: 0 40px 0 78px; }

.accordion-list .visible a { color: #ffffff; }

@media screen and (max-width: 767px) { .accordion-list .visible { padding: 0 24px 0 62px; } }

.dark-mode .accordion-list .visible { background: #E2DCEB; }

.accordion-list .visible .accordion-list__heading { padding: 32px 0; }

@media screen and (max-width: 767px) { .accordion-list .visible .accordion-list__heading { padding: 24px 30px 24px 0; } }

.dark-mode .accordion-list .visible .accordion-list__heading { color: #190032; }

.accordion-list .visible .accordion-list__heading:before { opacity: 1; }

.accordion-list .visible .accordion-list__heading .arrow { transform: translateY(-50%) rotate(180deg); }

.accordion-list .visible .accordion-list__heading .arrow path { fill: #00C3E6; }

.prereg-page { background: #190032 url(/assets/images/global/hero-banner-bg-cirle.svg) no-repeat bottom -130px right; background-size: 80%; min-height: 100vh; /** TOAST */ }

.prereg-page .textCenter { text-align: center; }

.prereg-page .mr-15 { margin-right: 15px; }

.prereg-page header { text-align: center; margin: 30px 0; }

.prereg-page header img { width: 200px; max-width: 100%; }

.prereg-page header .logo-spacing { margin-left: 30px; }

.prereg-page .banner-image { max-width: 50%; width: 600px; position: fixed; bottom: 0; right: 0; height: 100%; z-index: 1; margin: 0; display: flex; align-items: flex-end; justify-content: flex-end; }

.prereg-page .container h1 { color: #fff; margin-bottom: 10px; font-size: 4rem; font-weight: normal; line-height: 1; }

.prereg-page .container h1 i { font-style: normal; font-weight: bold; color: #8158AD; }

@media screen and (max-width: 567px) { .prereg-page .container h1 { font-size: 2.8rem; } }

.prereg-page .container p, .prereg-page .container label { color: #fff; font-size: 16px; line-height: 1.2; max-width: 600px; z-index: 10; position: relative; }

.prereg-page .container label { text-transform: uppercase; margin-bottom: 5px; font-size: 14px; }

.prereg-page .container label.error { text-transform: none; padding: 5px; margin-top: 5px; width: 100%; border-left: solid 4px red; font-weight: bold; }

.prereg-page .container form { position: relative; z-index: 10; width: 550px; max-width: 80%; padding-bottom: 40px; }

.prereg-page .container form .FormField { margin-bottom: 20px; }

.prereg-page .container form .FormField .form-control { background-color: #E2DCEB; border-radius: 25px; }

.prereg-page .container form a.Button, .prereg-page .container form button { padding: 10px 25px; background: #F8B524; border: 0 none; cursor: pointer; -webkit-border-radius: 25px; border-radius: 25px; color: #5500FF; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.prereg-page .container form a.Button.loader:before, .prereg-page .container form button.loader:before { content: ""; width: 15px; height: 15px; display: inline-block; background-image: url("/assets/images/global/loader.gif"); background-size: cover; margin-right: 5px; }

.prereg-page .container form a.Button:hover, .prereg-page .container form button:hover { background-color: #FDC854; }

.prereg-page .container form #cont-checkbox { padding: 20px; background-color: #E2DCEB; border-radius: 10px; margin-bottom: 20px; display: table; /* Create a custom checkbox */ }

.prereg-page .container form #cont-checkbox p { display: table-cell; color: #000000; font-size: 14px; }

.prereg-page .container form #cont-checkbox p a { color: #000000; }

.prereg-page .container form #cont-checkbox label { text-transform: none; }

.prereg-page .container form #cont-checkbox label.error { color: #000000; margin-top: 0; margin-bottom: 0; }

.prereg-page .container form #cont-checkbox .containterCheck { display: table-cell; margin-right: 10px; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* On mouse-over, add a grey background color */ /* When the checkbox is checked, add a blue background */ }

.prereg-page .container form #cont-checkbox .containterCheck:hover input ~ .checkmark { background-color: #ccc; }

.prereg-page .container form #cont-checkbox .containterCheck input:checked ~ .checkmark:after { display: block; }

.prereg-page .container form #cont-checkbox .containterCheck input:checked ~ .checkmark { background-color: #945EFF; }

.prereg-page .container form #cont-checkbox .containterCheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.prereg-page .container form #cont-checkbox .containterCheck .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 5px; }

.prereg-page .container form #cont-checkbox .containterCheck .checkmark:after { content: ""; position: absolute; display: none; left: 9px; top: 6px; width: 8px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.prereg-page #toast-container > div { padding: 10px 10px 10px 10px; }

.prereg-page #toast-container .toast { color: #000000; font-size: .8rem; background-image: none !important; opacity: 1; }

.prereg-page #toast-container .toast.toast-success { background-color: #fff; }

.prereg-page #toast-container .toast.toast-success .toast-title { color: #19AA15; }

.prereg-page #toast-container .toast.toast-error { background-color: #FFE0DE; }

.prereg-page #toast-container .toast.toast-error .toast-title { color: #ED0C0C; }

.prereg-page .overlay { height: 0%; width: 100%; position: fixed; z-index: 15; top: 0; left: 0; background-color: white; background-color: rgba(255, 255, 255, 0.98); overflow-x: hidden; transition: 0.5s; }

.prereg-page .overlay .closebtn { position: absolute; top: 0; right: 15px; font-size: 60px; color: #190032; text-decoration: none; }

.prereg-page .overlay .content { width: 900px; max-width: 80%; margin: auto; margin-bottom: 40px; margin-top: 30px; }

.prereg-page .overlay .content h2 { font-size: 1.8rem; }

.prereg-page .overlay .content h3 { font-size: 1.5rem; }

.prereg-page .overlay .content p { font-size: 16px; }

.site-info { position: relative; padding-bottom: 55px; }

@media screen and (max-width: 767px) { .site-info { padding-bottom: 14px; } }

.site-info ul, .site-info ol { max-width: 1004px; margin: 0 0 0 15px; }

.site-info li { font-size: 12px; line-height: 15px; margin-bottom: 15px; color: #190032; font-family: Outfit-Regular; font-weight: 400; }

.dark-mode .site-info li { color: #ffffff; }

.congress-page { background: #330099 url(/assets/images/global/hero-banner-bg-cirle2.svg) no-repeat bottom -130px left; background-size: 50%; min-height: 100vh; /** TOAST */ }

.congress-page .textCenter { text-align: center; }

.congress-page .mr-15 { margin-right: 15px; }

.congress-page header { text-align: center; margin: 40px 0; }

.congress-page header img { width: 200px; max-width: 100%; }

.congress-page header #logo-spacing { margin-left: 20px; }

.congress-page .banner-image { max-width: 100%; width: 600px; position: fixed; bottom: 0; left: 0; height: 100%; z-index: 1; margin: 0; display: flex; align-items: flex-end; justify-content: flex-end; }

.congress-page .container .parent { display: flex; justify-content: space-between; flex-direction: row; }

@media screen and (max-width: 767px) { .congress-page .container .parent { flex-direction: column; } }

.congress-page .container h1 { color: #fff; margin-bottom: 10px; font-size: 5rem; font-weight: normal; line-height: 1; }

.congress-page .container h1 i { font-style: normal; font-weight: bold; color: #8158AD; }

.congress-page .container #subtext { color: #fff; font-size: 24px; line-height: 1.5; font-weight: 500; max-width: 600px; z-index: 10; position: relative; padding-top: 25px; }

@media screen and (max-width: 567px) { .congress-page .container h1 { font-size: 2.8rem; } }

.congress-page .container p, .congress-page .container label { color: #fff; font-size: 16px; line-height: 1.2; max-width: 600px; z-index: 10; position: relative; }

.congress-page .container label { text-transform: uppercase; margin-bottom: 5px; font-size: 14px; }

.congress-page .container label.error { text-transform: none; padding: 5px; margin-top: 5px; width: 100%; border-left: solid 4px red; font-weight: bold; }

.congress-page .container form { position: relative; z-index: 10; width: 550px; max-width: 80%; padding-bottom: 40px; }

.congress-page .container form .FormField { margin-bottom: 20px; }

.congress-page .container form .FormField .form-control { background-color: #E2DCEB; border-radius: 25px; }

.congress-page .container form a.Button, .congress-page .container form button { padding: 10px 25px; background: #FFFFFF; border: 0 none; cursor: pointer; -webkit-border-radius: 25px; border-radius: 25px; color: #5500FF; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.congress-page .container form a.Button.loader:before, .congress-page .container form button.loader:before { content: ""; width: 15px; height: 15px; display: inline-block; background-image: url("/assets/images/global/loader.gif"); background-size: cover; margin-right: 5px; }

.congress-page .container form a.Button:hover, .congress-page .container form button:hover { background-color: #FDC854; }

.congress-page .container form #cont-checkbox { padding: 20px; background-color: #E2DCEB; border-radius: 10px; margin-bottom: 20px; display: table; /* Create a custom checkbox */ }

.congress-page .container form #cont-checkbox p { display: table-cell; color: #000000; font-size: 14px; }

.congress-page .container form #cont-checkbox p a { color: #000000; }

.congress-page .container form #cont-checkbox label { text-transform: none; }

.congress-page .container form #cont-checkbox label.error { color: #000000; margin-top: 0; margin-bottom: 0; }

.congress-page .container form #cont-checkbox .containterCheck { display: table-cell; margin-right: 10px; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* On mouse-over, add a grey background color */ /* When the checkbox is checked, add a blue background */ }

.congress-page .container form #cont-checkbox .containterCheck:hover input ~ .checkmark { background-color: #ccc; }

.congress-page .container form #cont-checkbox .containterCheck input:checked ~ .checkmark:after { display: block; }

.congress-page .container form #cont-checkbox .containterCheck input:checked ~ .checkmark { background-color: #945EFF; }

.congress-page .container form #cont-checkbox .containterCheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.congress-page .container form #cont-checkbox .containterCheck .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #C2A4FF; border-radius: 5px; }

.congress-page .container form #cont-checkbox .containterCheck .checkmark:after { content: ""; position: absolute; display: none; left: 9px; top: 6px; width: 8px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.congress-page #toast-container > div { padding: 10px 10px 10px 10px; }

.congress-page #toast-container .toast { color: #000000; font-size: .8rem; background-image: none !important; opacity: 1; }

.congress-page #toast-container .toast.toast-success { background-color: #fff; }

.congress-page #toast-container .toast.toast-success .toast-title { color: #19AA15; }

.congress-page #toast-container .toast.toast-error { background-color: #FFE0DE; }

.congress-page #toast-container .toast.toast-error .toast-title { color: #ED0C0C; }

.congress-page .overlay { height: 0%; width: 100%; position: fixed; z-index: 15; top: 0; left: 0; background-color: white; background-color: rgba(255, 255, 255, 0.98); overflow-x: hidden; transition: 0.5s; }

.congress-page .overlay .closebtn { position: absolute; top: 0; right: 15px; font-size: 60px; color: #190032; text-decoration: none; }

.congress-page .overlay .content { width: 900px; max-width: 80%; margin: auto; margin-bottom: 40px; margin-top: 30px; }

.congress-page .overlay .content h2 { font-size: 1.8rem; }

.congress-page .overlay .content h3 { font-size: 1.5rem; }

.congress-page .overlay .content p { font-size: 16px; }

.pre-registration-page { background: #190032 url(/assets/images/global/hero-banner-bg-cirle.svg) no-repeat bottom -130px right; background-size: 80%; min-height: 100vh; /** TOAST */ }

.pre-registration-page .textCenter { text-align: center; }

.pre-registration-page .mr-15 { margin-right: 15px; }

.pre-registration-page header { text-align: center; margin: 30px 0; }

.pre-registration-page header img { width: 200px; max-width: 100%; }

.pre-registration-page header .logo-spacing { margin-left: 20px; }

.pre-registration-page .banner-image { max-width: 50%; width: 600px; position: fixed; bottom: 0; right: 0; height: 100%; z-index: 1; margin: 0; display: flex; align-items: flex-end; justify-content: flex-end; }

.pre-registration-page .container h1 { color: #fff; margin-bottom: 10px; font-size: 4rem; font-weight: normal; line-height: 1; }

.pre-registration-page .container h1 i { font-style: normal; font-weight: bold; color: #8158AD; }

@media screen and (max-width: 567px) { .pre-registration-page .container h1 { font-size: 2.8rem; } }

.pre-registration-page .container p, .pre-registration-page .container label { color: #fff; font-size: 16px; line-height: 1.2; max-width: 600px; z-index: 10; position: relative; }

.pre-registration-page .container label { text-transform: uppercase; margin-bottom: 5px; font-size: 14px; }

.pre-registration-page .container label.error { text-transform: none; padding: 5px; margin-top: 5px; width: 100%; border-left: solid 4px red; font-weight: bold; }

.pre-registration-page .container form { position: relative; z-index: 10; width: 550px; max-width: 80%; padding-bottom: 40px; }

.pre-registration-page .container form .FormField { margin-bottom: 20px; }

.pre-registration-page .container form .FormField .form-control { background-color: #E2DCEB; border-radius: 25px; }

.pre-registration-page .container form a.Button, .pre-registration-page .container form button { padding: 10px 25px; background: #F8B524; border: none; cursor: pointer; -webkit-border-radius: 25px; border-radius: 25px; color: #5500FF; text-transform: uppercase; font-weight: bold; text-decoration: none; }

.pre-registration-page .container form a.Button.loader:before, .pre-registration-page .container form button.loader:before { content: ""; width: 15px; height: 15px; display: inline-block; background-image: url("/assets/images/global/loader.gif"); background-size: cover; margin-right: 5px; }

.pre-registration-page .container form a.Button:hover, .pre-registration-page .container form button:hover { background-color: #FDC854; }

.pre-registration-page .container form #cont-checkbox { padding: 20px; background-color: #E2DCEB; border-radius: 10px; margin-bottom: 20px; display: table; /* Create a custom checkbox */ }

.pre-registration-page .container form #cont-checkbox p { display: table-cell; color: #000000; font-size: 14px; }

.pre-registration-page .container form #cont-checkbox p a { color: #000000; }

.pre-registration-page .container form #cont-checkbox label { text-transform: none; }

.pre-registration-page .container form #cont-checkbox label.error { color: #000000; margin-top: 0; margin-bottom: 0; }

.pre-registration-page .container form #cont-checkbox .containterCheck { display: table-cell; margin-right: 10px; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; /* On mouse-over, add a grey background color */ /* When the checkbox is checked, add a blue background */ }

.pre-registration-page .container form #cont-checkbox .containterCheck:hover input ~ .checkmark { background-color: #ccc; }

.pre-registration-page .container form #cont-checkbox .containterCheck input:checked ~ .checkmark:after { display: block; }

.pre-registration-page .container form #cont-checkbox .containterCheck input:checked ~ .checkmark { background-color: #945EFF; }

.pre-registration-page .container form #cont-checkbox .containterCheck input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }

.pre-registration-page .container form #cont-checkbox .containterCheck .checkmark { position: absolute; top: 0; left: 0; height: 25px; width: 25px; background-color: #eee; border-radius: 5px; }

.pre-registration-page .container form #cont-checkbox .containterCheck .checkmark:after { content: ""; position: absolute; display: none; left: 9px; top: 6px; width: 8px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.pre-registration-page #toast-container > div { padding: 10px 10px 10px 10px; }

.pre-registration-page #toast-container .toast { color: #000000; font-size: .8rem; background-image: none !important; opacity: 1; }

.pre-registration-page #toast-container .toast.toast-success { background-color: #fff; }

.pre-registration-page #toast-container .toast.toast-success .toast-title { color: #19AA15; }

.pre-registration-page #toast-container .toast.toast-error { background-color: #FFE0DE; }

.pre-registration-page #toast-container .toast.toast-error .toast-title { color: #ED0C0C; }

.pre-registration-page .overlay { height: 0%; width: 100%; position: fixed; z-index: 15; top: 0; left: 0; background-color: white; background-color: rgba(255, 255, 255, 0.98); overflow-x: hidden; transition: 0.5s; }

.pre-registration-page .overlay .closebtn { position: absolute; top: 0; right: 15px; font-size: 60px; color: #190032; text-decoration: none; }

.pre-registration-page .overlay .content { width: 900px; max-width: 80%; margin: auto; margin-bottom: 40px; margin-top: 30px; }

.pre-registration-page .overlay .content h2 { font-size: 1.8rem; }

.pre-registration-page .overlay .content h3 { font-size: 1.5rem; }

.pre-registration-page .overlay .content p { font-size: 16px; }

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