* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --font-geist: "Geist", sans-serif;
    --black: #130E21;
    --green:#355E3B;
    --hover-bg:#5D5D80;
    --text-body:#5D5D80;
    --light-purple:#BBB7E8;
    --golden: #C4A265;
    --white: #FFF;
    --transition: all 400ms ease-in-out;
}

html {
	-ms-overflow-style: scrollbar;
	box-sizing: border-box;
	font-size: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 140px;
}

*,
:after,
:before {
	box-sizing: inherit
}

body {
	font-family: var(--font-geist);
	color: var(--text-body);
    font-size: 18px;
	letter-spacing: 0;
	line-height: 29px;
    position: relative;
}
.container { max-width: 1270px; }

a {
	color: var(--orange);
	text-decoration: none;
	transition: .3s;
}
html, body {
    height: 100%;
    margin: 0;
  }
a:hover { color: var(--hover-text);}
p a{text-decoration: underline; color: var(--dark-purple);}
p a:hover{color: var(--hover-text);text-decoration: underline;}
a:hover { text-decoration: none; }
a:focus { outline: none; text-decoration: none; }
img { display: block; }
input:focus, textarea:focus { outline: none; box-shadow: none !important; }
img { max-width: 100%; display: block; }
label { font-weight: inherit; }
input:focus, textarea:focus { outline: none; box-shadow: none; }
video, iframe { width: 100% }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: var(--font-secondary); font-weight: 700;color: #12153E;}

h1,.h1 { font-size: 60px; line-height: 110%; letter-spacing: -1.8px; font-weight: 600; margin: 0 0 15px; color: var(--black); font-family: var(--font-geist);}
h2,.h2 { font-size: 50px; line-height: normal; letter-spacing: -1.5px;font-weight: 600;margin: 0 0 15px; color: var(--black); font-family: var(--font-geist);}
h3,.h3 { font-size: 40px; line-height: 50px; letter-spacing: -1.2px;font-weight: 600;margin: 0 0 15px; color: var(--black); font-family: var(--font-geist);}
h4,.h4 { font-size: 30px; line-height: 41px; letter-spacing: -0.9px;font-weight: 600;margin: 0 0 15px; color: var(--black); font-family: var(--font-geist);}
h5,.h5 { font-size: 22px; line-height: 150%; letter-spacing: -0.66px;font-weight: 600;margin: 0 0 15px; color: var(--text-body); font-family: var(--font-geist);}
h6,.h6 { font-size: 18px; line-height: 22px; letter-spacing: -1.8px;font-weight: 600;margin: 0 0 15px; color: var(--black); font-family: var(--font-geist);}
.subtitle{
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.6px;
    font-weight: 600;
    color: var(--text-body);
    margin-bottom: 10px;
}
.split h1,.split h2,.split h3,.split h4,.split h5,.split h6,.split .subtitle{
    margin-bottom: 0px;
}

p { font-size: 18px; line-height: 150%; font-weight: 400;color: var(--text-body);margin-bottom: 30px;letter-spacing: -0.54px;}
p:last-child{margin-bottom: 0px;}
p:empty { display: none; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.switch-column {
    flex-direction: row-reverse;
}
.overflow-hidden {
    overflow: hidden;
    height: auto;
}
.site-content{
    position: relative;
    min-height: 600px;
}
a.btn,.mobile-contact a.btn{
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 13px 20px;
    border-radius: 30px;
    transition: var(--transition);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.48px;
    background: var(--black);
    font-weight: 600;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
}
a.btn:hover,.mobile-contact a.btn:hover{
    background: var(--hover-bg);
}
a.btn.white{
    background: var(--white);  
    color: var(--black);
}
a.btn.watch-video{
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0 4px 20px 0 rgba(16, 47, 81, 0.10);
    backdrop-filter: blur(6px);
    color: var(--black);
}
a.btn.watch-video:hover{
   color: var(--hover-bg);
}
a.btn.white:hover{
    background: #BBB7E8;

}
a.btn.watch-video::before{
    content: "";
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(images/icon-play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 60px;
    transition: var(--transition);
}
a.btn.watch-video:hover::before{
    background-image: url(images/icon-play-gray.svg);
}
/*gravity form*/

ul,
li,
ol {
    margin: 0;
    padding: 0;
}

.list-unstyled li::before {
    display: none;
}

.list-unstyled li,
.site-content .list-unstyled li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-content ul li{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.54px;
    padding-left: 22px;
    margin: 0 0 20px;
    position: relative;
}
.site-content ol {
    list-style: none;
    counter-reset: list-counter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 25px;
    position: relative;
    color: var(--helix-dark-70);
}

.site-content ol li {
    counter-increment: list-counter; 
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
    letter-spacing: -0.54px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.site-content ol li:last-child{
    margin-bottom: 0px;
}
.site-content ol li::before {
    content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    color: var(--text-body);
    font-weight: bold;
}
.site-content ul li {
    list-style-type: none;
}
.site-content ul li b,.site-content ol li b  {
    color: var(--blue);
}

.site-content ul li ol li {
    list-style-type: inherit;
}

.site-content ul li ol li::before {
    display: none;
}

.site-content ul,
.site-content ol {
    margin-bottom: 25px;
}
.site-content ul:last-child, .site-content ol:last-child{
    margin-bottom: 0px;
}
.site-content ol li:last-child,
.site-content ul li:last-child {
    margin-bottom: 0;
}

.site-content ul li:before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 8px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: url(images/star-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-content ul.check-list li:before{
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    right: auto;
    width: 16px;
    height: 16px;
    background: url(images/icon-checkmark.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.site-content ul li a,.site-content ol li a{
    text-decoration: underline;
    color: var(--dark-purple);
}
.site-content ul li a:hover,.site-content ol li a:hover{
    color: var(--hover-text);
}
li::marker,
.menu li::marker {
    color: var(--brown);
}


a + a {
    margin-left: 16px !important;
}
.mb-80{
    margin-bottom: 80px;
}
.pb-80{
    padding-bottom: 80px;
}
.grecaptcha-badge {
    visibility: hidden;
    right: 0 !important;
}
.inline-cta{
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--dark-purple);
    transition: var(--transition);
    text-decoration: none;
}
.inline-cta:hover{
    color: var(--hover-text);
    text-decoration: none;
}
.inline-cta::after{
    content: "";
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(images/icon-arrow-cta.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
    transition: all 0.4s ease !important;
}
.inline-cta:hover::after{
    background-image: url(images/icon-arrow-cta-hover.svg);
}
hr{
    border-top: 1px solid rgba(29, 29, 60, 0.10);
    margin: 40px 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
}
.site-main{
    padding-top: 180px;
    position: relative;
    z-index: 1;
}
/* img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    will-change: transform;
}
 */

[class*="img"]
 {
    transform: translateZ(0);
}
[data-aos]{
    backface-visibility: hidden;
    transform: translateZ(0);
  }
/*----------- Gravity Form Start -------------*/
body img.gform_ajax_spinner {
    width: 30px;
    padding-left: 5px;
    background: transparent;
    flex-shrink: 0;
}

.gform_wrapper.gravity-theme .gform_footer input+input{
    margin-left: 0px !important;
}
body .gform_wrapper.gravity-theme .gfield_label{
    color: var(--text-body);
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 150%;
    margin: 0 0 12px;
    font-weight: 600;
    letter-spacing: -0.48px;
    transition: var(--transition);
}
body .gform_wrapper.gravity-theme .gfield_required{
    font-size: 18px;
    line-height: normal;
    font-style: normal!important;
    color: var(--black) !important;
}
body .gform_wrapper input, body select, body textarea{
    background-color: transparent;
    border: 1px solid rgba(93, 93, 128, 0.32);
    border-radius: 10px !important;
    color: var(--black);
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
    padding: 13px 15px !important;
    font-family: var(--font-geist);
    transition: var(--transition);
}
body .gform_wrapper.gravity-theme input::placeholder,
.gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: rgba(29, 29, 60, 0.60)
}
body .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 180px;
    resize: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}
body select, select:focus{
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(images/icon-form-dropdown.svg);
    background-repeat: no-repeat;
    outline: none;
    background-position: calc(100% - 18px) 55%;
    padding: 15.5px 33px 15.5px 20px !important;
    width: 100%;
    font-weight: 400;
}
body .gform_wrapper .gform_footer input[type=submit]:focus{
    outline: none;
}
body .gform_wrapper .gform_footer .gform_button {
    -webkit-appearance: none;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 11px 20px !important;
    border-radius: 40px !important;
    transition: var(--transition);
    background: #000;
    font-size: 16px !important;
    line-height: 150%;;
    font-weight: 700;
    color: var(--white);
    display: inline-flex;
    cursor: pointer;
    width: 100%;
    letter-spacing: -0.48px;
    text-align: center;
    justify-content: center;

}
body .gform_wrapper .gform_footer{
    background: var(--bg-gredient);
    position: relative;
}
body .gform_wrapper .gform_footer .gform_button:hover{
    background-color: var(--hover-bg);
}

body .gfield_html{
    color: rgba(29, 29, 60, 0.60);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 0px;
    font-weight: 500;
}
body .gfield_html a{
    color: var(--dark-purple);
}
body .gfield_html a:hover{
    color: var(--hover-text) !important;
}
.resource-download .gform_wrapper.gravity-theme .gform_footer{
    margin-top: -10px !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer{
    margin-top: -10px !important;
}
.gform_wrapper.gravity-theme .gform_footer{
    position: relative;
    margin: 0px !important;
    padding: 30px 0px 0px 0px !important;
}
.gform_wrapper.gravity-theme .gform_footer input{
    margin-bottom: 0px !important;
}
body .gform_wrapper input:focus, body .gform_wrapper textarea:focus {
    outline: 1px solid #130E21;
    border: 1px solid #130E21 !important;
}

body .gform_wrapper.gravity-theme .isvalue .gfield_label,body .gform_wrapper.gravity-theme .isvalue .gfield_label .gfield_required,
body .gform_wrapper.gravity-theme .isvalue .gform-field-label {
    color: var(--black) !important;
}
  
.ginput_container.ginput_container_multiselect {
    display: grid;
    position: relative;
    width: 100%;
}


.resource-download .privacy_terms{
    margin-top: -25px;
    margin-bottom: 0px;
}

.gform_wrapper .gform_validation_errors{
    display: none;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message{
    background: transparent !important;
    border: none !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    padding: 10px 0px 0px 0px !important;
    font-weight: 500;
    line-height: 150% !important;
    letter-spacing: -0.48px;
}
.gform_body .ginput_container_phone .instruction{
    display: none;
}
.gform_confirmation_message_2{
    color: var(--font-black);
    font-size: 20px;
    font-weight: 500;
}
.gform_required_legend{
    display: none;
}

.gform_confirmation_message {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.48px;
    color: var(--white);
    text-align: center;
    background-color: var(--black);
    font-family: var(--font-geist);
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 15px;
}
.gform_wrapper.gravity-theme .ginput_complex label{
    color: #5D5D80;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
    font-family: var(--font-geist);
    padding-top: 0px !important;
}
.gform_wrapper.gravity-theme .ginput_complex{
    gap: 30px;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
 .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0px !important;
}
.gfield_required_text{
    display: none !important;
}
/* Gravity Forms Autofill Fix */
.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover,
.gform_wrapper input:-webkit-autofill:focus,
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper select:-webkit-autofill {

  -webkit-box-shadow: nonw !important; /* your bg color */
  box-shadow: none  !important;
  -webkit-text-fill-color: #000 !important; /* text color */
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper.gravity-theme .ginput_complex span{
    margin-bottom: 0px !important;
}
/*----------- Gravity Form End -------------*/

/*---------- Header Start -----------*/

.gradient-header{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 838px;
}
.gradient-header::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 175px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    display: block;
    bottom: 0px;
    z-index: 1;
    pointer-events: none;
}
.gradient-header img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;

}
header.site-header {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding-top: 30px;
    padding-bottom: 20px;
}
.site-header.sticky {
    top: 0px;
    position: fixed;
}

.header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 40px;
    border-radius: 60px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0 472px 132px 0 rgba(16, 47, 81, 0.00), 0 302px 121px 0 rgba(16, 47, 81, 0.01), 0 170px 102px 0 rgba(16, 47, 81, 0.02), 0 76px 76px 0 rgba(16, 47, 81, 0.04), 0 19px 42px 0 rgba(16, 47, 81, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}
.header-right{
    display: flex;
    align-items: center;

}
.main-navigation{
    transition: all .5s cubic-bezier(.23,1,.32,1);
    position: relative;
}
.main-navigation ul{
    display: flex;
    list-style: none;
}
.main-navigation ul li a{
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.48px;
    font-weight: 600;
    color: var(--black);
    transition: var(--transition);
    text-decoration: none;
}
.main-navigation ul li a:hover,.main-navigation ul li a.active{
    color: var(--hover-bg);
}
.slider-svg-path {
    touch-action: none;
    cursor: pointer;
    pointer-events: none;
}

.main-navigation ul li{
    margin-right: 40px;
}
.site-branding img {
    max-width: 288px;
}
.button-wrap{
    display: flex;
    align-items: center;
}
.button-wrap select{
    border: 0px;
    background: transparent;
    color: #fff;
    background-image: url(images/icon-dropdown-white.svg);
    background-position: calc(100% - 21px) 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.button-wrap select::after{
    content: "";
    position: relative;
    background-image: url(images/icon-dropdown-white.svg);
    display: block;
    width: 18px;
    height: 11px;
}
.lang-wrapper{
    position: relative;
    margin-left: 30px;
}
.lang-btn{
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
    cursor: pointer;
    text-transform: uppercase;
}
.lang-btn:hover{
    color: var(--hover-text);
}

.button-wrap a + div.lang-btn{
    margin-left: 30px !important;
}
.mobile-menu-icon{
    display: none;
}
.header-right .button-wrap a + a{
    margin-left: 20px !important;
}
.mobile-contact{
    display: none;
}
.header-mobile{
    display: none;
}
.mobile-contact a{
    color: var(--white) !important;
}
/*---------- Header End -----------*/

/*---------- Footer Start -----------*/
footer{
    padding: 64px 0px 40px 0px;
    position: relative;
}
.footer-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
}
.footer-bg::before{
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    display: block;
    top: 0px;
    height: 175px;
    pointer-events: none;
}
.footer-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right 60%;
}
.footer-bottom{
    border-radius: 60px;
    border: 2px solid #FFF;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0 472px 132px 0 rgba(16, 47, 81, 0.00), 0 302px 121px 0 rgba(16, 47, 81, 0.01), 0 170px 102px 0 rgba(16, 47, 81, 0.02), 0 76px 76px 0 rgba(16, 47, 81, 0.04), 0 19px 42px 0 rgba(16, 47, 81, 0.05);
    backdrop-filter: blur(6px);
    padding: 17.5px 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-bottom ul{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-bottom ul li{
    line-height: normal;
}
.footer-bottom ul li:not(:last-child){
    margin-right: 20px;
}
.footer-bottom ul li a{
    text-decoration: underline;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.48px;
    color: var(--black);
}
.footer-bottom ul li a:hover{
    color: var(--hover-bg);
}
.footer-text{
    width: 50%;
    padding-right: 15px;
}
.footer-text *{
    color: var(--black);
}
.footer-text p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.48px;
}
.footer-links{
    width: 50%;
    padding-left: 15px;    
}
.footer-logo{
    margin-bottom: 50px;
}
.footer-wrap{
    z-index: 1;
    position: relative;
}
/*---------- Footer End -----------*/


/*---------- 404 Start -----------*/
.error-404{
    padding: 40px 0px 82px 0px;
}
.error-text-wrap{
    max-width: 513px;
    margin: 0 auto;
    text-align: center;
}
.error-404 .img-wrp{
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 70px;
}
.error-text-wrap h1{
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.5px;
}
.sub-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}

.video-popup-inner video,
.mfp-iframe {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 20px;
}
.video-popup-inner{
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
  }
  
  .video-popup-inner.fade-up-active{
    opacity: 1;
    transform: translateY(0);
  }
.mfp-content {
  max-width: 900px;
}
.mfp-close{
    width: 50px;
    height: 50px;
    line-height: 44px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 35px;
    font-family: var(--font-geist);
    color: #000 !important;
    opacity: 1;
    transition: var(--transition);
}
.mfp-close:hover{
    opacity: 0.8;
}
.overflow-hidden 
/*---------- 404 End -----------*/


/*------ Split Text Start -----------*/
.split {
    opacity: 0;
    will-change: transform;
    margin-bottom: 15px;
}
  
.split * {
    will-change: transform;
}
/*------ Split Text End -----------*/

.cta-wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.common-section{
    position: relative;
}
.common-gradient{
    position: absolute;
    right: 0px;
    bottom: 280px;
    background: url(images/bg-gradient-why-it-works.webp);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    pointer-events: none;
}

/* .common-section:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 175px;
    background: linear-gradient(180deg, rgba(19, 14, 33, 0.00) 0%, #130E21 100%);
    display: block;
    bottom: 0px;
} */

@media only screen and (min-width:2881px) {
    .common-gradient{
        background-size: cover;
    }
}

