@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}img,picture,video,canvas,svg{max-width:100%;height:auto}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}button{cursor:pointer}table{border-collapse:collapse;border-spacing:0}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@font-face{font-family:Gotham;src:url("./media/Gotham Book-TKRN3EGA.otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Gotham;src:url("./media/GothamMedium-CL3HYJNP.ttf") format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Gotham;src:url("./media/Gotham Medium-JJAAZ65T.otf") format("opentype");font-weight:700;font-style:normal}h1{font-weight:600;font-size:40px;line-height:48px;font-family:Gotham,sans-serif}@media (max-width: 1023px){h1{font-size:34px;line-height:40px}}@media (max-width: 767px){h1{font-size:28px;line-height:34px}}h2{font-family:Gotham,sans-serif;font-weight:400;font-size:30px;line-height:36px;font-weight:700}@media (max-width: 1023px){h2{font-size:28px;line-height:33px}}@media (max-width: 767px){h2{font-size:24px;line-height:29px}}h3{font-family:Gotham,sans-serif;font-weight:700;font-size:28px;line-height:35px;margin-bottom:8px}@media (max-width: 1023px){h3{font-size:26px;line-height:30px}}@media (max-width: 767px){h3{font-size:24px;line-height:28px}}h4{font-family:Gotham,sans-serif;font-weight:700;font-size:24px;line-height:28px}@media (max-width: 767px){h4{font-size:22px;line-height:26px}}h5{font-family:Gotham,sans-serif;font-weight:400;font-size:20px;line-height:24px}@media (max-width: 767px){h5{font-size:18px;line-height:22px}}.btn-primary{border-radius:4px;cursor:pointer;display:grid;grid-auto-flow:column;justify-content:center;align-items:center;grid-gap:10px;border:1px solid}.btn-primary:disabled{background-color:#e4e4e9;color:#495057;border-color:#e4e4e9;cursor:not-allowed}.btn-primary:disabled .icon{stroke:#495057;fill:#495057}.btn-primary{background-color:#c16522;color:#fff;border-color:#c16522}.btn-primary:hover:not(:disabled){background-color:#a76736;box-shadow:0 2px 25px -37px #a76736,0 10px 20px -15px #0e121633}.btn-primary:active:not(:disabled){background-color:#c16522}.btn-large{padding:16px 36px;font-family:Gotham,sans-serif;font-weight:500;font-size:18px;line-height:27px}.btn-large .icon{font-size:20px}.btn-small{padding:6px 12px;text-transform:uppercase;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:700;font-size:20px;line-height:24px}:root{--se-ease: cubic-bezier(.16,1,.3,1);--se-section-fade-duration: .22s;--se-section-fade-delay: 0ms;--se-section-offset: 48px;--se-section-duration: 1.36s;--se-section-delay: 60ms;--se-pill-duration: 1s;--se-pill-delay: 80ms;--se-pill-offset: 24px;--se-pill-ease: var(--se-ease);--se-underline-duration: 1.8s;--se-underline-delay: .14s;--se-body-duration: .64s;--se-body-delay: .12s;--se-stagger-step: .12s;--hand-duration: 1.2s;--hand-distance: 96px;--wiggle-period: 2.8s;--wiggle-rot: .7deg;--wiggle-y: 2px;--cards-lr-distance: 36px;--cards-lr-duration: .64s;--cards-stagger: .12s;--se-lr-distance: 36px;--se-lr-duration: .64s;--se-lr-delay: 0ms;--hero-rot: -4deg}@media (max-width: 768px){:root{--se-section-fade-duration: .2s;--se-section-duration: .34s;--se-section-delay: 40ms;--se-pill-duration: .8s;--se-pill-delay: 80ms;--se-pill-offset: 28px;--se-underline-duration: 1.4s;--se-underline-delay: .1s;--se-body-duration: .56s;--se-body-delay: .1s;--se-stagger-step: .1s;--hand-duration: 1s;--hand-distance: 84px;--wiggle-period: 2.6s;--wiggle-rot: .65deg;--wiggle-y: 2px;--hero-rot: 10.176deg}}.se-zoom{display:flex;backface-visibility:hidden;transform-origin:center;transform:translate3d(0,var(--se-pill-offset),0) scale(0)}@keyframes se-zoom-slide{0%{transform:translate3d(0,var(--se-pill-offset),0) scale(0)}to{transform:translateZ(0) scale(1)}}.se-reveal.is-visible .se-zoom{will-change:transform;animation:se-zoom-slide var(--se-pill-duration) var(--se-pill-ease) both;animation-delay:var(--se-pill-delay)}.hand-anim{transform:translate3d(0,var(--hand-distance),0);transform-origin:50% 90%;will-change:transform}@keyframes hand-lift-linear{0%{transform:translate3d(0,var(--hand-distance),0)}to{transform:translateZ(0)}}.se-reveal.is-visible .hand-anim{animation:hand-lift-linear var(--hand-duration) linear both}.hand-rot{transform:rotate(var(--hero-rot))}@media (max-width: 768px){.hand-rot{display:flex;justify-content:flex-end;transform:rotate(var(--hero-rot))}}@keyframes phone-wiggle-smooth{0%{transform:translateZ(0) rotate(var(--hero-rot))}12.5%{transform:translate3d(0,calc(var(--wiggle-y) * .707),0) rotate(calc(var(--hero-rot) + var(--wiggle-rot) * .707))}25%{transform:translate3d(0,var(--wiggle-y),0) rotate(calc(var(--hero-rot) + var(--wiggle-rot)))}37.5%{transform:translate3d(0,calc(var(--wiggle-y) * .707),0) rotate(calc(var(--hero-rot) + var(--wiggle-rot) * .707))}50%{transform:translateZ(0) rotate(var(--hero-rot))}62.5%{transform:translate3d(0,calc(var(--wiggle-y) * -.707),0) rotate(calc(var(--hero-rot) - var(--wiggle-rot) * .707))}75%{transform:translate3d(0,calc(var(--wiggle-y) * -1),0) rotate(calc(var(--hero-rot) - var(--wiggle-rot)))}87.5%{transform:translate3d(0,calc(var(--wiggle-y) * -.707),0) rotate(calc(var(--hero-rot) - var(--wiggle-rot) * .707))}to{transform:translateZ(0) rotate(var(--hero-rot))}}.se-reveal.is-visible .hand-anim .hand-rot{display:flex;justify-content:flex-end;will-change:transform;animation:phone-wiggle-smooth var(--wiggle-period) linear var(--hand-duration) infinite both}.se-underline{position:relative;display:inline-block}.se-underline:after{content:"";position:absolute;left:50%;bottom:-12px;height:4px;width:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#ef4444);transform-origin:center;transform:translate(-50%) scaleX(0)}.se-reveal.is-visible .se-underline:after{will-change:transform;transform:translate(-50%) scaleX(1);transition:transform var(--se-underline-duration) var(--se-ease);transition-delay:var(--se-underline-delay)}.se-slide{opacity:0;transform:translate3d(0,32px,0)}.se-reveal.is-visible .se-slide{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--se-body-duration) var(--se-ease),transform var(--se-body-duration) var(--se-ease);transition-delay:var(--se-body-delay)}.se-slide>*{opacity:0;transform:translate3d(0,12px,0)}.se-reveal.is-visible .se-slide>*{opacity:1;transform:translateZ(0);transition:opacity .42s var(--se-ease),transform .42s var(--se-ease)}.se-reveal.is-visible .se-slide>*:nth-child(1){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 0)}.se-reveal.is-visible .se-slide>*:nth-child(2){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 1)}.se-reveal.is-visible .se-slide>*:nth-child(3){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 2)}.se-reveal.is-visible .se-slide>*:nth-child(4){transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * 3)}html{scroll-behavior:auto}*{backface-visibility:visible}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.se-zoom,.se-lift,.se-slide,.se-underline:after,.se-reveal,.hand-anim,.hand-rot{transform:none!important;opacity:1!important}}.cards-small-w-dark-bg-curve .cards__header{opacity:0;transform:translate3d(calc(var(--cards-lr-distance) * -1),0,0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__header{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--cards-lr-duration) var(--se-ease),transform var(--cards-lr-duration) var(--se-ease);transition-delay:60ms}.cards-small-w-dark-bg-curve .cards__section .card{opacity:0;transform:translate3d(var(--cards-lr-distance),0,0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--cards-lr-duration) var(--se-ease),transform var(--cards-lr-duration) var(--se-ease)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card:nth-child(1){transition-delay:calc(var(--cards-stagger) * 0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card:nth-child(2){transition-delay:calc(var(--cards-stagger) * 1)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .cards__section .card:nth-child(3){transition-delay:calc(var(--cards-stagger) * 2)}.cards-small-w-dark-bg-curve .se-underline{position:relative;display:inline-block}.cards-small-w-dark-bg-curve .se-underline:after{content:"";position:absolute;left:0;bottom:-12px;height:4px;width:100%;background:linear-gradient(90deg,#ef4444,#f59e0b,#ef4444);transform-origin:left center;transform:scaleX(0)}.se-reveal.is-visible.cards-small-w-dark-bg-curve .se-underline:after{will-change:transform;transform:scaleX(1);transition:transform var(--se-underline-duration) var(--se-ease);transition-delay:80ms}.se-slide-left{opacity:0;transform:translate3d(calc(var(--se-lr-distance) * -1),0,0)}@media (max-width: 767px){.se-slide-left{transform:none;transition:none}}.se-reveal.is-visible .se-slide-left{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--se-lr-duration, .64s) var(--se-ease),transform var(--se-lr-duration, .64s) var(--se-ease);transition-delay:var(--se-lr-delay, 0ms)}@media (max-width: 767px){.se-reveal.is-visible .se-slide-left{transform:none;transition:none}}.se-slide-right{opacity:0;transform:translate3d(var(--se-lr-distance),0,0)}@media (max-width: 767px){.se-slide-right{transform:none}}.se-reveal.is-visible .se-slide-right{will-change:transform,opacity;opacity:1;transform:translateZ(0);transition:opacity var(--se-lr-duration, .64s) var(--se-ease),transform var(--se-lr-duration, .64s) var(--se-ease);transition-delay:var(--se-lr-delay, 0ms)}@media (max-width: 767px){.se-reveal.is-visible .se-slide-right{transform:none;transition:none}}.se-stagger>*{opacity:0;transform:translate3d(0,12px,0)}.se-reveal.is-visible .se-stagger>*{opacity:1;transform:translateZ(0);transition:opacity .42s var(--se-ease),transform .42s var(--se-ease);transition-delay:calc(var(--se-body-delay) + var(--se-stagger-step) * var(--i, 0))}body{background-color:#fff;color:#000;font-family:Gotham,sans-serif;font-weight:400;font-size:16px;line-height:24px}body.menu-open{overflow:hidden;height:100%}body.menu-open .header{backdrop-filter:none;-webkit-backdrop-filter:none}h1{margin-bottom:8px}p{margin-bottom:16px;color:#495057}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:visited{color:#0a58cacc}app-root img,app-root picture,app-root video,app-root canvas,app-root svg{display:block}.content-wrapper{background-color:#fff;margin:0 auto;padding-top:120px}@media (max-width: 1023px){.content-wrapper{padding-top:81px}}.content-inner{max-width:1500px;margin:0 auto;padding:0 20px}.icon{display:inline-block;width:1em;height:1em;stroke-width:0;stroke:currentColor}.scroll-hidden{overflow-y:hidden}@media (max-width: 767px){.hide-on-mobile{display:none}}.text-uc{text-transform:uppercase}.cmp-hero{background-image:url(/assets/images/hero-image.jpeg);background-repeat:no-repeat;background-position:center;background-size:cover;min-height:650px}.cmp-hero__content{padding:48px 0}.cmp-hero__content a.btn-primary{color:#fff;display:inline-block}.cmp-hero__content h1{color:#fff}.cmp-hero.bg-vip{background-image:url(/assets/images/hero-vip-bg.png);min-height:450px}@media (max-width: 1023px){.cmp-hero.bg-vip{background-image:none;min-height:auto}}.cmp-hero.bg-vip .cmp-hero__content{max-width:45%}@media (max-width: 1023px){.cmp-hero.bg-vip .cmp-hero__content{text-align:center;max-width:100%}}@media (max-width: 1280px){.cmp-hero.bg-vip .cmp-hero__content{padding-left:0}}.cmp-hero.bg-vip .cmp-hero__content h1{color:#000;text-transform:uppercase}.cmp-hero.bg-vip .cmp-hero__content img{height:130px;width:130px}@media (max-width: 1023px){.cmp-hero.bg-vip .cmp-hero__content img{margin:0 auto}}.cmp-hero--funds{display:flex;align-items:center;background-position:top;text-align:center}.cmp-hero--funds .cmp-hero__content{width:100%;background-color:transparent}.cmp-hero--funds .cmp-hero__title{color:#fff;text-transform:uppercase}.cmp-hero--funds{background-image:url(/assets/images/funds-hero-bg.jpg);min-height:auto}@media (max-width: 767px){.cmp-hero--funds .cmp-hero__content{padding:48px 0}}.cmp-hero--funds .cmp-hero__title{font-family:Gotham,sans-serif;font-weight:700;font-size:28px;line-height:35px;margin-bottom:8px;color:#000;font-weight:100}@media (max-width: 1023px){.cmp-hero--funds .cmp-hero__title{font-size:26px;line-height:30px}}@media (max-width: 767px){.cmp-hero--funds .cmp-hero__title{font-size:24px;line-height:28px}}.cmp-hero--funds .cmp-hero__title strong{font-weight:600}.cmp-hero--funds .cmp-hero__subtitle{font-family:Gotham,sans-serif;font-weight:400;font-size:30px;line-height:36px;font-weight:500}@media (max-width: 1023px){.cmp-hero--funds .cmp-hero__subtitle{font-size:28px;line-height:33px}}@media (max-width: 767px){.cmp-hero--funds .cmp-hero__subtitle{font-size:24px;line-height:29px}}.cmp-hero--funds .cmp-hero__subtitle strong{font-size:40px;line-height:48px;font-family:Gotham,sans-serif;font-weight:600;color:#000}@media (max-width: 1023px){.cmp-hero--funds .cmp-hero__subtitle strong{font-size:34px;line-height:40px}}@media (max-width: 767px){.cmp-hero--funds .cmp-hero__subtitle strong{font-size:28px;line-height:34px}}.cmp-hero--funds .cmp-hero__todaytitle{font-family:Gotham,sans-serif;font-weight:400;font-size:30px;line-height:36px;font-weight:100}@media (max-width: 1023px){.cmp-hero--funds .cmp-hero__todaytitle{font-size:28px;line-height:33px}}@media (max-width: 767px){.cmp-hero--funds .cmp-hero__todaytitle{font-size:24px;line-height:29px}}.cmp-hero--funds .cmp-hero__todaytitle strong{font-weight:500}.cmp-hero--funds sup{font-family:Gotham,sans-serif;font-weight:400;font-size:18px;line-height:21px;font-weight:600}@media (max-width: 1023px){.cmp-hero--funds sup{font-size:14px}}@media (max-width: 767px){.cmp-hero--funds sup{font-size:14px}}.cmp-hero--funds p,.cmp-hero--funds .cmp-hero__title{margin-bottom:24px;letter-spacing:3px}.cmp-hero.bg-sm{min-height:400px;background-image:url(/assets/images/hero-image-sm.jpg);background-position:top;display:flex;align-items:center}.cmp-hero.bg-sm .cmp-hero__content{text-align:center}.cmp-hero.bg-sm .cmp-hero__content h3,.cmp-hero.bg-sm .cmp-hero__content h1,.cmp-hero.bg-sm .cmp-hero__content h4{color:#fff}.cmp-hero.bg-sm.about-hero-bg{background-image:url(/assets/images/hero-about-bg.png)}@media (max-width: 1023px){.cmp-hero{min-height:222px}.cmp-hero__content{max-width:500px;margin:0 auto}}@media (max-width: 767px){.cmp-hero{background-image:none}.cmp-hero--funds{background-image:url(/assets/images/funds-hero-bg.jpg)}.cmp-hero:not(.bg-sm):not(.bg-vip):after{content:"";display:block;background-image:url(/assets/images/hero-image.jpeg);min-height:222px;background-repeat:no-repeat;background-position:center;background-size:cover}.cmp-hero__content{padding:24px 0;text-align:center}.cmp-hero__content h1{color:#000}}.btn-getstarted{background-image:url(/assets/images/get-started.png);width:263px;height:115px;background-position:center;background-repeat:no-repeat;display:inline-block}.offer-container{display:grid;grid-template-columns:calc(60% - 20px) calc(40% - 20px);gap:40px}@media (max-width: 767px){.offer-container{grid-template-columns:100%}}.offer-container__list{padding:32px 24px 32px 0;position:relative}@media (max-width: 767px){.offer-container__list{padding:0;text-align:center}}.offer-container__list:after{content:"";position:absolute;top:0;right:-20px;height:100%;border-right:3px dotted black}@media (max-width: 767px){.offer-container__list:after{border-right:none}}.offer-container__list ul{list-style:none;counter-reset:item;padding:0;margin:32px 0;display:flex;flex-direction:column;gap:32px}.offer-container__list ul li{position:relative;counter-increment:item;padding-left:80px}@media (max-width: 767px){.offer-container__list ul li{padding-top:80px;padding-left:0}}.offer-container__list ul li:before{content:counter(item);font-size:20px;font-weight:700;background-color:#152238;color:#fff;width:60px;height:60px;line-height:60px;text-align:center;position:absolute;left:0;top:50%;transform:translateY(-50%)}@media (max-width: 767px){.offer-container__list ul li:before{left:50%;top:0;transform:translate(-50%)}}.offer-container__list ul li p{margin:0}.offer-container__list ul li h4{font-weight:600}.offer-container__list a.btn-primary{display:inline-block}.offer-container__list a.btn-getstarted{width:100%;height:250px;background-image:url(/assets/images/get-started-large.png)}@media (max-width: 1023px){.offer-container__list a.btn-getstarted{height:115px;background-image:url(/assets/images/get-started.png)}}.offer-container__list-options{padding:32px 0}@media (max-width: 767px){.offer-container__list-options{padding:0}}.offer-container__list-options ul li{display:flex;flex-direction:column;align-items:center}.offer-container__list-options ul li:not(:last-of-type){margin-bottom:32px}.offer-container__list-options ul li svg{color:#c16522}.offer-container__list-options ul li p{font-family:Gotham,sans-serif;font-weight:400;font-size:18px;line-height:21px;font-weight:600}@media (max-width: 1023px){.offer-container__list-options ul li p{font-size:14px}}@media (max-width: 767px){.offer-container__list-options ul li p{font-size:14px}}.cmp-banner{background-color:#033246;padding:16px 0}.cmp-banner h4{font-weight:400;color:#fff}.cmp-block{padding:60px 0}.cmp-block ul,.cmp-block ol{padding-left:18px;margin-bottom:16px}.cmp-block h2,.cmp-block h4{margin-bottom:8px}.cmp-block.message{padding:30px 0}.cmp-block.message .cmp__wrapper{border:1px solid rgba(0,0,0,.2);border-radius:34px;padding:24px}@media (max-width: 1280px){.cmp-block.message .cmp__wrapper{margin:20px}}.title-underline:after{content:"";border-image:linear-gradient(90deg,#495057 13.66%,#e9ecef 87.56%) 1;border-bottom:3px solid;width:486px;margin:12px auto 0;display:block}@media (max-width: 767px){.title-underline:after{width:212px}}
