:root{--white: #ffffff;--black: #0B0F19;--primary: #388DCC;--secondary: #565973}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif!important}.custom-container{max-width:1200px;width:100%;margin:0 auto}h1{font-size:60px}h2{font-size:40px;line-height:120%}h3{font-size:30px;line-height:120%}p{color:var(--secondary);margin:0}.cta-btn{font-size:16px;font-weight:600;color:var(--white);padding:18px 40px;border-radius:54px;display:inline-block;text-transform:uppercase;letter-spacing:.1em;background-color:var(--primary);text-decoration:none;transition:.3s}canvas{background-size:cover;background-repeat:no-repeat;background-position:center;width:100%;height:100%}div#popupForm{background:var(--white);max-width:650px;width:100%;border-radius:15px;margin:0 auto;padding:50px;position:relative}#popupForm .popup-title{font-size:40px;color:var(--black);line-height:120%;font-weight:600;text-align:center}#popupForm .popup-desc{font-size:16px;color:var(--secondary);text-align:center;line-height:120%;padding-top:15px}#popupForm form{margin-top:50px;display:flex;flex-direction:column}#popupForm form .form-group{display:flex;gap:15px;justify-content:space-between;align-items:flex-end}#popupForm form .form-group.checkbox-group{flex-direction:column;align-items:flex-start;justify-content:flex-start}#popupForm form .form-group.checkbox-group span{font-size:16px;color:var(--secondary)}#popupForm form .form-group.checkbox-group input[type=checkbox]{display:block;width:25px;height:25px}#popupForm form .form-group.checkbox-group label{display:flex;gap:15px;padding-left:0}#popupForm form label{font-size:16px;color:var(--secondary)}#popupForm form input{width:100%;padding:10px;border-radius:0;outline:none;border:0;border-bottom:1px solid var(--secondary);flex:1}#popupForm form input[type=submit]{width:100%;font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:180%;padding:12px 20px;border:2px solid #F3F3F3;border-radius:100px;margin-top:25px;background:var(--primary);color:var(--white)}@media (max-width: 767px){div#popupForm{padding:25px}#popupForm .popup-title{font-size:30px}#popupForm form{margin-top:25px}}@media (max-width: 480px){#popupForm form .form-group{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}#popupForm form input{padding-top:0}}#banner-section{padding:102px 50px;background-image:url(./assets/investor-banner.png);background-size:cover;background-position:center;background-repeat:no-repeat}#banner-section h1{color:var(--white);text-align:left;line-height:100%;padding-bottom:24px;font-weight:600;font-size:60px}#banner-section .banner-content{max-width:800px}#banner-section .cta-btn{margin-top:40px}#banner-section .cta-btn:hover{color:var(--white);opacity:.85}#banner-section p{font-size:20px;font-weight:400;line-height:180%;color:var(--white)}#second-section{padding:60px 50px}#second-section h2{font-weight:600;color:var(--black);text-align:center;font-size:40px;line-height:120%;padding-bottom:0}#second-section .two-col{display:flex;align-items:center;justify-content:center;gap:60px;padding-top:50px}#second-section .col-left,#second-section .col-right{flex:1}#second-section .two-col h3{color:var(--primary);font-size:40px;font-weight:600;line-height:120%;padding-bottom:20px}#second-section .two-col p{font-size:16px;line-height:180%;font-weight:400}#second-section .three-col{display:flex;align-items:flex-start;justify-content:center;gap:20px;padding-top:74px;max-width:1027px;width:100%;margin:0 auto}#second-section .three-col .col{text-align:center;width:calc((100% / 3) - 20px)}#second-section .three-col .col .count{font-size:70px;font-weight:600;line-height:120%;color:var(--black)}#second-section .three-col .col .title{font-size:16px;line-height:150%;font-weight:400;color:var(--secondary)}#second-section .three-col .col .desc{font-size:16px;line-height:150%;color:var(--secondary);font-weight:400}#second-section .three-col .col .desc span{font-size:12px}#third-section{padding:100px 50px;background:var(--primary)}#third-section .heading-group{text-align:center;max-width:996px;margin:0 auto}#third-section .heading-group h2{color:var(--white);padding-bottom:20px;font-weight:600;font-size:40px;line-height:120%}#third-section .heading-group p{font-size:20px;color:var(--white);font-weight:400;line-height:180%}#third-section .inner-section{padding:60px 60px 70px;border-radius:20px;background:#fff;max-width:1116px;width:100%;margin:50px auto 0}#third-section .inner-section .heading-group{max-width:800px;margin:0 auto}#third-section .inner-section .heading-group h2{color:var(--black);padding-bottom:10px}#third-section .inner-section .heading-group p{color:var(--secondary);font-size:16px;line-height:180%}#third-section .inner-section .card-container{display:flex;flex-wrap:wrap;gap:40px;padding-top:40px}#third-section .inner-section .card-container .card{width:calc(50% - 20px)}#third-section .inner-section .card-container .card canvas{max-width:100%;width:100%;max-height:310px;height:100%;border-radius:10px}#third-section .inner-section .card-container .card .title{font-size:30px;line-height:120%;color:var(--black);font-weight:600;padding-top:34px}#third-section .inner-section .card-container .card .desc{font-size:16px;color:var(--secondary);line-height:180%;padding-top:20px;max-width:100%;font-weight:400}#third-section .inner-section.one-column .card{width:100%;display:flex;gap:60px}#third-section .inner-section.one-column .card .featured-img{max-width:467px;width:100%;flex:1}#third-section .inner-section.one-column .card .card-description{display:flex;flex-direction:column;justify-content:center;flex:1}#third-section .inner-section.one-column .card .title{padding:0}#third-section .cta-container{text-align:center;margin-top:50px}#third-section .cta-container .cta-btn{background:var(--white);color:var(--primary);max-width:300px;width:100%}#third-section .cta-container .cta-btn:hover{color:var(--primary);opacity:.85}#fourth-section{background:#f3f3f3;padding:80px 50px}#fourth-section h2{font-size:40px;line-height:120%;font-weight:600;color:var(--black);padding-bottom:20px}#fourth-section .two-col{display:flex;align-items:center;justify-content:center;gap:40px}#fourth-section .two-col .col-left{width:55%}#fourth-section .two-col .col-right{width:45%}#fourth-section .two-col .col-left .card-container{display:flex;flex-direction:column;gap:24px}#fourth-section .two-col .col-left .card-container .card{padding:30px 50px;background:var(--white);border-radius:10px}#fourth-section .two-col .col-left .card-container .card h3{padding-bottom:14px;color:var(--primary);line-height:120%;font-weight:600}#fourth-section .two-col .col-left .card-container .card ul{display:inline-block;padding-left:25px;color:var(--secondary);font-size:18px;line-height:150%;font-weight:400}#fourth-section .two-col .col-left .card-container .card ul span{font-weight:600}#fourth-section .two-col .col-right canvas{max-width:547px;width:100%;max-height:540px;height:100%}#fourth-section .one-col .card-container{margin-top:50px}#fourth-section .one-col .card-container .card{padding:60px 50px;background:var(--white);border-radius:10px}#fourth-section .one-col .card-container .card h3{color:var(--primary);padding-bottom:14px;font-weight:600}#fourth-section .one-col .card-container .card ul{padding-left:25px;color:var(--secondary)}#fourth-section .bios-container{display:flex;gap:80px;margin-top:30px;justify-content:center}#fourth-section .bios-container .bios-card .bios-featured-img{overflow:hidden;border-radius:10px;max-width:313px;width:100%;max-height:340px;height:100%}#fourth-section .bios-container .bios-card .bios-featured-img canvas{width:100%;height:100%}#fourth-section .bios-container .bios-card .bios-name h3{padding-top:34px;font-weight:600;color:var(--black);padding-bottom:0}#fourth-section .bios-container .bios-card{width:calc((100% / 3) - 80px);height:100%;flex:1;position:relative}#fourth-section .bios-container .bios-card:not(:last-child):after{content:"";border-right:3px dashed rgba(0,0,0,.1);width:100%;height:100%;position:absolute;top:0;right:-40px}#fourth-section .bios-container .bios-card ul li{padding-top:10px;font-size:18px;line-height:150%;color:var(--secondary);font-weight:400}#fourth-section .bios-container .bios-card ul li span{font-weight:600}.tiers-benefits{padding-top:50px}.tiers-benefits h2{text-align:center;padding-bottom:20px}.tiers-benefits p{text-align:center;font-size:16px;line-height:180%;font-weight:400;color:var(--secondary)}.tiers-benefits .card-container{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:20px;margin-top:50px}.tiers-benefits .card-container .card{padding:30px 50px;background-color:var(--primary);border-radius:10px;text-align:center}.tiers-benefits .card-container .card .card-title{font-size:30px;font-weight:600;color:var(--white);padding-bottom:14px;line-height:120%;text-align:center}.tiers-benefits .card-container .card .card-roi{font-size:18px;color:var(--black);line-height:180%;text-align:center;font-weight:600;padding:4px 12px;background:#fde72d;display:inline-block}.card-desc{padding-top:14px}.card-desc p{color:var(--white);margin-top:0;font-weight:400;font-size:18px;line-height:150%}.card-desc span{font-weight:600}.tiers-benefits .cta-container{margin-top:50px;display:inline-block;text-align:center;width:100%}.tiers-benefits .cta-container .cta-btn{width:302px}.tiers-benefits .cta-container .cta-btn:hover{color:var(--white);opacity:.85}#our-story{padding:60px 50px}#our-story .two-col.security-expertise{display:flex;gap:20px}#our-story .two-col.security-expertise .col-left{width:65%;padding:77px 55px;border:1px solid rgba(0,0,0,.1);border-radius:10px}#our-story .two-col.security-expertise .top-heading{font-size:16px;letter-spacing:.1em;color:var(--black);padding-bottom:20px;display:inline-block;line-height:100%}#our-story .two-col.security-expertise .col-left h2{color:var(--black);line-height:110%;font-size:40px;font-weight:600}#our-story .two-col.security-expertise .col-left p{padding-top:20px;line-height:180%;font-weight:400}#our-story .two-col.security-expertise .col-left .logo-container{width:140px;height:140px;margin:23px auto 0}#our-story .two-col.security-expertise .col-left .logo-container img{width:100%;height:100%;object-fit:contain}#our-story .two-col.security-expertise .col-right{width:35%;flex:1}#our-story .two-col.security-expertise .col-right canvas{max-width:426px;width:100%;max-height:606px;height:100%;border-radius:10px}#our-story .two-col.meet-the-founders{display:flex;gap:55px;align-items:center;margin-top:60px}#our-story .two-col.meet-the-founders .col-left{width:60%}#our-story .two-col.meet-the-founders .col-right{width:35%}#our-story .two-col.meet-the-founders .col-right h2{color:var(--black);font-weight:600;padding-bottom:10px;font-size:40px;line-height:110%}#our-story .two-col.meet-the-founders .col-right span{font-weight:600}#our-story .two-col.meet-the-founders .col-right p{padding-top:10px;font-weight:400}#blockquote-section{padding:0 50px}#blockquote-section .block-quote{background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:10px;overflow:hidden}#blockquote-section .block-quote .blockquote-content{position:relative;z-index:1}#blockquote-section .block-quote .blockquote-content:before{content:"";position:absolute;width:111px;height:73px;background-image:url(/cdn/shop/files/big-quote.png?v=1742271012);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;top:-40px;left:-30px}#blockquote-section .block-quote .blockquote-content:after{content:"";position:absolute;width:37px;height:25px;background-image:url(/cdn/shop/files/small-quote.png?v=1742271013);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-1;top:-20px;right:-60px}#blockquote-section .block-quote .two-col{display:flex;align-items:center;justify-content:center}#blockquote-section .block-quote .col-left{padding:107px 0 137px 102px}#blockquote-section .block-quote .col-left .blockquote-content .top-title{font-size:16px;text-transform:uppercase;color:var(--white);line-height:100%;letter-spacing:.1em;padding-bottom:20px;font-weight:400}#blockquote-section .block-quote .col-left .blockquote-content .content{font-size:32px;font-weight:600;line-height:120%;color:var(--white);font-style:italic}#blockquote-section .block-quote .col-left .blockquote-content .author-box{padding-top:20px}#blockquote-section .block-quote .col-left .blockquote-content .author-box h4{color:var(--white);font-size:20px;line-height:145%;font-weight:600;padding-bottom:0}#blockquote-section .block-quote .col-left .blockquote-content .author-box p{color:var(--white);font-size:14px;font-weight:400;line-height:145%}#blockquote-section .block-quote .col-left{width:65%}#blockquote-section .block-quote .col-right{width:35%}#blockquote-section .col-right img{max-width:479px;max-height:479px;width:479px;height:479px;transform:translate(-60px,15px)}#ready-to-invest{padding:60px 50px}#ready-to-invest .two-col{display:flex;gap:20px}#ready-to-invest .two-col .col-left{width:60%;flex:1;border-radius:10px;overflow:hidden}#ready-to-invest .two-col .col-right{width:40%;padding:75px 50px;background:var(--primary);border-radius:10px}#ready-to-invest .two-col .col-right h2{color:var(--white);font-weight:600;font-size:40px;line-height:120%;padding-bottom:0}#ready-to-invest .two-col .col-right p{font-size:16px;line-height:180%;color:var(--white);padding-top:24px;font-weight:400}#ready-to-invest .two-col .col-right .cta-btn{background:var(--white);color:var(--primary);display:inline-block;margin-top:24px}#ready-to-invest .two-col .col-right .cta-btn:hover{color:var(--primary);opacity:.85}#faq{padding:0 50px 80px}#faq .heading-group{text-align:center;max-width:876px;margin:0 auto}#faq .heading-group h2{color:var(--black);font-weight:600;font-size:40px;padding-bottom:0;line-height:120%}#faq .heading-group p{display:inline-block;padding-top:20px;color:var(--secondary);font-size:16px;line-height:180%;font-weight:400}#faq .heading-group p span{font-weight:600}.accordion-container{margin-top:60px}.accordion-container .accordion-item{padding:14px 0;border-bottom:1px solid #F3F3F3;display:block;cursor:pointer}.accordion-container .accordion-item .title{font-weight:600;color:var(--black);font-size:16px;line-height:180%}.accordion-container .accordion-item .details{padding:14px 0 0;color:var(--secondary);font-size:16px;line-height:180%;font-weight:400}#faq small{font-size:14px;display:inline-block;line-height:180%;color:var(--secondary);margin-top:60px;font-weight:400}.accordion-item .title{display:flex;justify-content:space-between;align-items:flex-start}.accordion-item .title .accord-arrow{transform:rotate(180deg);transition:.3s}.accordion-item.active .title .accord-arrow{transform:rotate(0)}#cta-video{padding:102px 50px}#cta-video .two-col{display:flex;gap:20px}#cta-video .two-col .col-left{width:60%;flex:1;overflow:hidden;padding:75px 50px;background:var(--primary);border-radius:10px}#cta-video .two-col .col-right{width:40%;border-radius:10px;overflow:hidden;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center}#cta-video .two-col .col-right:before{content:"";width:100%;height:100%;background:#0003;position:absolute;top:0;left:0}#cta-video .two-col .col-left h1{color:var(--white);font-weight:600;padding-bottom:0}#cta-video .two-col .col-left p{font-size:16px;line-height:180%;color:var(--white);padding-top:24px}#cta-video .two-col .col-left .cta-btn{background:var(--white);color:var(--primary);display:inline-block;margin-top:24px}.content-container{display:flex;justify-content:space-between;align-items:center;z-index:2;position:relative;margin:0 25px;flex:1}.content-container .sneak-peak{background:#fff;padding:10px 25px 10px 10px;border:none;border-radius:5px}.content-container .sneak-peak p{color:var(--secondary)}.content-container .sneak-peak p span{color:#000;font-weight:500}#cta-video .two-col .col-right{display:flex;align-items:flex-end;padding-bottom:25px}.play-btn{position:relative;max-width:50px;height:50px;cursor:pointer;z-index:2}.play-btn:before,.play-btn:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:#388dcc80;border-radius:50%;transform:translate(-50%,-50%) scale(1);opacity:0;animation:ripple 3s infinite ease-out;z-index:-1}.play-btn:after{animation-delay:1s}.play-btn img{width:100%}#video_popup{text-align:center;max-width:800px;height:auto;margin:0 auto}#video_popup video{width:100%;height:100%;object-fit:contain}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(1);opacity:.8}to{transform:translate(-50%,-50%) scale(2.5);opacity:0}}@media (max-width: 1024px){#second-section .two-col{flex-direction:column}#second-section .two-col:nth-child(4){flex-direction:column-reverse}#second-section .three-col .col .count{font-size:60px}#third-section .inner-section .card-container{flex-direction:column}#third-section .inner-section .card-container .card{width:100%}#third-section .inner-section.one-column .card{flex-direction:column;gap:25px}#third-section .inner-section.one-column .card .featured-img{max-width:100%}#fourth-section .two-col{flex-direction:column-reverse}#fourth-section .two-col .col-left,#fourth-section .two-col .col-right{width:100%}#fourth-section .two-col .col-right{text-align:center}#fourth-section .one-col .card-container{margin-top:25px}#fourth-section .bios-container{flex-wrap:wrap;gap:25px}#fourth-section .bios-container .bios-card{width:calc(50% - 80px);flex:unset}#fourth-section .bios-container .bios-card:after{display:none}#our-story .two-col.security-expertise .col-left,#our-story .two-col.security-expertise .col-right{width:50%}#our-story .two-col.security-expertise .col-left{padding:30px 25px}#blockquote-section .block-quote .col-left{padding:50px 0 50px 50px}#ready-to-invest .two-col .col-right,#ready-to-invest .two-col .col-left,#cta-video .two-col .col-left,#cta-video .two-col .col-right{width:50%}}@media (max-width: 767px){#banner-section{padding:102px 25px}#second-section{padding:60px 25px}#second-section .two-col{gap:25px}#second-section .three-col{flex-direction:column;flex-wrap:nowrap;gap:30px;padding-top:25px}#second-section .three-col .col{width:100%;flex:1}#second-section .three-col .col .count{font-size:30px}#third-section{padding:50px 25px}#third-section .inner-section{padding:30px}#fourth-section{padding:40px 25px}#fourth-section .bios-container .bios-card{width:100%}#fourth-section .two-col .col-left .card-container .card,#fourth-section .one-col .card-container .card{padding:30px 25px}#fourth-section h3{font-size:20px}.tiers-benefits .card-container{grid-template-columns:1fr;margin-top:25px}.tiers-benefits .card-container .card{padding:15px;max-width:80%;margin:0 auto}.tiers-benefits .card-container .card .card-title{font-size:20px}#our-story{padding:60px 25px}#our-story .two-col.security-expertise{flex-direction:column-reverse}#our-story .two-col.security-expertise .col-left,#our-story .two-col.security-expertise .col-right{width:100%}#our-story .two-col.security-expertise .col-left{padding:30px}#our-story .two-col.security-expertise .col-right canvas{max-height:500px}#our-story .two-col.meet-the-founders{flex-direction:column}#our-story .two-col.meet-the-founders .col-left,#our-story .two-col.meet-the-founders .col-right{width:100%}#blockquote-section{padding:0 25px}#blockquote-section .block-quote .col-left,#blockquote-section .block-quote .col-right{width:100%}#blockquote-section .block-quote .col-left{padding:25px}#blockquote-section .block-quote .two-col{flex-direction:column-reverse}#blockquote-section .col-right img{transform:translate(0);width:100%;height:100%}#blockquote-section .col-right{text-align:center}#blockquote-section .block-quote .col-left .blockquote-content .content{font-size:24px}#ready-to-invest{padding:60px 25px}#ready-to-invest .two-col{flex-direction:column}#ready-to-invest .two-col .col-right,#ready-to-invest .two-col .col-left{width:100%}#ready-to-invest .two-col .col-right{padding:25px}#faq{padding:0 25px}#cta-video{padding:60px 25px 0}#cta-video .two-col .col-left h1{font-size:50px;line-height:100%}#cta-video .two-col{flex-direction:column-reverse}#cta-video .two-col .col-right{height:500px}#cta-video .two-col .col-left{padding:25px}#cta-video .two-col .col-left,#cta-video .two-col .col-right{width:100%}}@media (max-width: 480px){h2{font-size:30px}#second-section .two-col{padding-top:25px}#second-section .two-col h3{font-size:30px}#second-section .three-col{max-width:100%;padding-top:25px;gap:25px}#second-section .three-col .col{width:100%}#second-section .three-col .col .count{font-size:40px}#third-section .inner-section .card-container .card .title{font-size:20px;padding:25px 0 0;background:url(./assets/dashed-line.png)}.tiers-benefits .card-container .card{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/invest.css.map */
