@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");*,*::after,*::before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:62.5%}@media only screen and (min-width: 100em){html{font-size:68.75%}}@media only screen and (max-width: 80em){html{font-size:56.25%}}@media only screen and (max-width: 56.25em){html{font-size:50%}}@media only screen and (max-width: 37.5em){html{font-size:45%}}body{overflow-x:hidden;position:relative;padding:2rem}@media only screen and (max-width: 62.5em){body{padding-bottom:12rem}}body::-webkit-scrollbar{width:1.75rem}@media only screen and (min-width: 100em){body::-webkit-scrollbar{width:1.5rem}}body::-webkit-scrollbar-track{background-color:white}body::-webkit-scrollbar-thumb{background-color:rgba(161,161,161,0.5);border-radius:2rem;border:3.5px solid white}body::-webkit-scrollbar-thumb:hover{background-color:rgba(23,74,232,0.8)}.backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(255,255,255,0.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none}.backdrop.show{display:block;cursor:pointer;z-index:100}.navigation--secondary{max-width:130rem;margin:0 auto}.navigation--secondary .container{padding-bottom:0;padding-top:3rem}.navigation--secondary .container ul{list-style:none;display:flex;font-size:2rem;gap:1rem}.navigation--secondary .container ul li{color:#a1a1a1}.navigation--secondary .container ul li a{text-decoration:none;color:#a1a1a1;font-weight:600;transition:all 0.4s}.navigation--secondary .container ul li a:hover,.navigation--secondary .container ul li a.current{color:#174ae8}::-moz-selection{background-color:rgba(23,74,232,0.7);color:#fff}::selection{background-color:rgba(23,74,232,0.7);color:#fff}body{font-family:'Nunito Sans', sans-serif;font-optical-sizing:auto;font-weight:400;line-height:1.5}.heading--primary,.heading--secondary{position:relative;color:#000;line-height:1.2;font-weight:700;font-size:4.8rem}@media only screen and (max-width: 80em){.heading--primary,.heading--secondary{font-size:4rem}}.heading--primary span,.heading--secondary span{color:#174ae8}.heading--primary::before,.heading--secondary::before{content:'';display:block;position:absolute;top:0;left:-2.2rem;width:0.8rem;height:100%;border-radius:2px;background-color:#174ae8}.heading--primary.white,.heading--secondary.white{color:#fff}.heading--primary.white::before,.heading--secondary.white::before{background-color:#fff}.heading--secondary{text-transform:uppercase;font-size:3.6rem;font-weight:600}.heading--secondary.center{text-align:center;position:relative;margin-bottom:1rem}.heading--secondary::before{content:'';display:block;position:absolute;left:-1.5rem;width:0.5rem;height:100%;border-radius:2px;background-color:#174ae8}.heading--secondary.center::before{height:0.5rem;width:10rem;left:50%;top:auto;bottom:-1rem;transform:translateX(-50%)}.heading--secondary-b{font-size:3rem;font-weight:600;position:relative}.heading--secondary-b::before,.heading--secondary-b::after{content:'';display:block;position:absolute;top:50%;width:4.5rem;height:0.5rem;background-color:#174ae8;border-radius:10px}.heading--secondary-b::before{left:-1rem;transform:translate(-100%, -50%)}.heading--secondary-b::after{right:-1rem;transform:translate(100%, -50%)}.heading--tertiary{text-transform:uppercase;color:#174ae8;font-size:1.8rem;font-weight:800;line-height:1.2;letter-spacing:2px;margin-bottom:1rem}.heading--tertiary.grey{color:#808080}.heading--tertiary.center{text-align:center}@media only screen and (max-width: 80em){.heading--tertiary{font-size:1.8rem}}@media only screen and (max-width: 37.5em){.heading--tertiary{letter-spacing:1px}}.heading--fourth{position:relative;color:#fff;font-size:2rem;font-weight:600}.heading--fourth::before{content:'';display:block;position:absolute;top:0;left:-1rem;width:4px;height:100%;background-color:#fff}.baas__cards{display:grid;grid-template-columns:repeat(5, 1fr);gap:2rem}@media only screen and (max-width: 80em){.baas__cards{grid-template-columns:repeat(6, 1fr)}}@media only screen and (max-width: 37.5em){.baas__cards{grid-template-columns:repeat(4, 1fr)}}.baas__card{background-color:#174ae8;padding:1.6rem;border-radius:3.6rem;display:flex;flex-direction:column;justify-content:space-between;transition:all 0.4s}@media only screen and (max-width: 80em){.baas__card{max-width:25rem;grid-column:span 2}}@media only screen and (max-width: 31.25em){.baas__card{border-radius:2.6rem}}@media only screen and (max-width: 80em){.baas__card:nth-of-type(4){grid-column:2 / 4}}@media only screen and (max-width: 37.5em){.baas__card:nth-of-type(4){grid-column:span 2}}@media only screen and (max-width: 37.5em){.baas__card:nth-of-type(5){grid-column:2 / 4}}.baas__card:hover{transform:translateY(-5px);box-shadow:0 0 12px rgba(0,0,0,0.25)}.baas__card--title{font-size:1.8rem;color:#fff;text-align:center;margin-bottom:1.5rem;line-height:1.2}.baas__card--desc{font-size:1.2rem;text-align:center;color:#d1dbfa;margin-bottom:1.5rem}@media only screen and (max-width: 62.5em){.baas__card--desc{margin-bottom:2rem}}.baas__card--img{background-color:rgba(255,255,255,0.3);border-radius:2.4rem;position:relative;padding-top:70%;margin-top:auto}@media only screen and (max-width: 31.25em){.baas__card--img{border-radius:2rem}}.baas__card--img img{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:85%}.cta__btns{display:flex;align-items:center;justify-content:space-between;gap:2rem}@media only screen and (max-width: 62.5em){.cta__btns{display:none}}.btn{display:inline-block;cursor:pointer;text-decoration:none;font-size:2rem;padding:0.75rem 2.5rem;border:1px solid #fff;border-radius:0.8rem;transition:all 0.3s;font-weight:600}.btn--ghost{color:#fff;background-color:transparent}.btn--white{color:#174ae8;background-color:white}.btn:hover{transform:scale(1.06);color:#174ae8 !important;background-color:white;box-shadow:0 0 1.6rem rgba(255,255,255,0.5)}.btn--blue{display:inline-block;border:1px solid #174ae8;color:#fff;background-color:#174ae8}.btn--blue:hover{color:#fff !important;background-color:#174ae8;box-shadow:0 0 1.6rem rgba(23,74,232,0.75)}.btn:active{transform:scale(1.03)}.play-btn{cursor:pointer;border:0;background:transparent;display:flex;align-items:center;text-decoration:none}.play-btn .circle{width:4.5rem;height:4.5rem;margin-right:1rem;border-radius:50%;background-color:transparent;border:1px solid #174ae8;display:flex;align-items:center;justify-content:center;transition:all 0.3s}.play-btn .circle .play-btn--img{display:block;transform:translateX(2px);transition:all 0.3s;fill:#174ae8}.play-btn:hover .circle{background-color:#174ae8;box-shadow:0 0 16px rgba(23,74,232,0.5)}.play-btn:hover .circle .play-btn--img{fill:#fff}.play-btn.white .circle{border-color:#d1dbfa}.play-btn.white .play-btn--img{fill:#d1dbfa}.play-btn.white:hover .circle{background-color:#fff;box-shadow:0 0 16px rgba(255,255,255,0.5)}.play-btn.white:hover .circle .play-btn--img{fill:#174ae8}.play-btn:active .circle{transform:scale(0.95);box-shadow:0 0 12px rgba(23,74,232,0.5)}.play-btn.white:active .circle{box-shadow:0 0 12px rgba(255,255,255,0.5)}.play-btn__txt{font-size:1.6rem;text-transform:uppercase;font-weight:500;letter-spacing:1px;color:#174ae8;transition:all 0.3s}.play-btn.white .play-btn__txt{text-transform:none;color:#d1dbfa}.play-btn.white:hover .play-btn__txt{color:#fff}.menu,.menu-mobile{position:absolute;left:50%;transform:translate(-50%, 0%);display:flex;flex-direction:column;display:none}.menu.show,.menu-mobile.show{display:flex;top:-2rem;left:-5rem;transform:translateY(-100%)}.menu.show .menu__link,.menu-mobile.show .menu__link{padding:0.5rem;gap:1rem}.menu.show ul,.menu-mobile.show ul{padding:1rem;gap:0.75rem}.menu.show .menu__link--txt h3,.menu-mobile.show .menu__link--txt h3{font-size:2rem;font-weight:600}.menu.show .menu__link--txt h3 svg,.menu-mobile.show .menu__link--txt h3 svg{display:none}.menu.show .menu__link--txt p,.menu-mobile.show .menu__link--txt p{display:none}.menu::before,.menu-mobile::before{content:'';width:auto;height:4rem;background-color:transparent}.menu ul,.menu-mobile ul{width:-moz-max-content;width:max-content;padding:1.5rem;padding-right:0.5rem;background-color:#fff;border-radius:1.6rem;list-style:none;display:flex;flex-direction:column;box-shadow:0 0 2.4rem rgba(0,0,0,0.24)}.menu__link,.menu-mobile__link{display:flex;gap:2rem;padding:0;text-decoration:none}.menu__link::after,.menu-mobile__link::after{display:none !important}.menu__link--img,.menu-mobile__link--img{width:4rem;height:4rem;border-radius:0.8rem;background-color:rgba(23,74,232,0.1);display:flex;align-items:center;justify-content:center}.menu__link--img svg,.menu-mobile__link--img svg{width:2.8rem;height:2.8rem}.menu__link--img svg path,.menu-mobile__link--img svg path{fill:#888888;transition:all 0.4s}.menu__link--txt,.menu-mobile__link--txt{color:#4b4b4b;display:flex;flex-direction:column;justify-content:space-around}.menu__link--txt h3,.menu-mobile__link--txt h3{font-weight:600;font-size:1.8rem;display:flex;align-items:center;gap:0.5rem;line-height:1.15;transition:all 0.3s}.menu__link--txt h3 svg path,.menu-mobile__link--txt h3 svg path{fill:transparent;transition:all 0.4s}.menu__link--txt p,.menu-mobile__link--txt p{font-weight:300;font-size:1.4rem;line-height:1}.menu__link:hover .menu__link--img svg path,.menu-mobile__link:hover .menu__link--img svg path{fill:#174ae8}.menu__link:hover .menu__link--txt h3,.menu-mobile__link:hover .menu__link--txt h3{color:#174ae8}.menu__link:hover .menu__link--txt h3 svg path,.menu-mobile__link:hover .menu__link--txt h3 svg path{fill:#174ae8}.header__menu li:hover .menu{display:flex}.mobile__nav{display:none;position:fixed;left:50%;transform:translateX(-50%);bottom:1rem;padding:1rem 2rem;background-color:#000;border-radius:10px;box-shadow:0 0 2rem rgba(0,0,0,0.2);z-index:200}@media only screen and (max-width: 62.5em){.mobile__nav{display:block}}.mobile__nav--menu{display:flex;align-items:center;justify-content:space-between;gap:1.7rem;list-style:none}.mobile__nav--menu li{position:relative}.mobile__nav--btn{cursor:pointer;padding:0.75rem;border-radius:0.8rem;background-color:transparent;color:#a1a1a1;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:0.75rem;transition:all 0.4s}.mobile__nav--btn .mobile-icon path{transition:all 0.4s}.mobile__nav--btn p{transition:all 0.4s}.mobile__nav--btn.active{background-color:#fff}.mobile__nav--btn.active p{color:#000}.mobile__nav--btn.active .mobile-icon path{fill:#174ae8}.mobile__nav p{line-height:1;margin-bottom:0;color:#a1a1a1}.pricing{max-width:130rem;margin:0 auto}.pricing .container{align-items:center;flex-direction:column;gap:4rem;padding-top:1rem}@media only screen and (max-width: 62.5em){.pricing .container{padding-top:3rem}}.pricing__title .heading--secondary{margin-bottom:5rem}.pricing__title--txt{max-width:92rem;width:90%;margin:0 auto;font-size:1.6rem;color:#4b4b4b;line-height:1.4;text-align:center}.pricing__switch{display:flex;gap:1.5rem;display:flex;align-items:center}.pricing__switch span{font-size:1.6rem;color:#2e2e2e;font-weight:600}.pricing__switch .switch{cursor:pointer;width:7rem;height:3.5rem;border-radius:200px;background-color:#aec0f7;position:relative;transition:all 0.4s}.pricing__switch .switch .ball{position:absolute;top:50%;transform:translate(0.6rem, -50%);width:2.6rem;height:2.6rem;border-radius:50%;background-color:#fff;transition:all 0.4s}.pricing__switch .switch.on{background-color:#174ae8}.pricing__switch .switch.on .ball{left:auto;transform:translate(3.8rem, -50%)}.pricing__cards{display:grid;grid-template-columns:repeat(3, 1fr);flex-wrap:wrap;gap:5rem}@media only screen and (max-width: 80em){.pricing__cards{grid-template-columns:repeat(2, 1fr)}}@media only screen and (max-width: 37.5em){.pricing__cards{grid-template-columns:1fr}}.pricing__cards .pricing__card{flex:1;background-color:#fff;border:1px solid transparent;padding:2rem;border-radius:2.5rem;box-shadow:0 0 12px rgba(0,0,0,0.08);transition:all 0.4s}.pricing__cards .pricing__card.best{border-color:#174ae8;box-shadow:0 0 12px rgba(23,74,232,0.5);position:relative}.pricing__cards .pricing__card.best::before{content:'Best for pros';display:block;position:absolute;top:0;left:50%;transform:translate(-50%, -50%);background-color:#174ae8;padding:0.75rem 2rem;font-size:1.4rem;text-transform:uppercase;letter-spacing:1px;border-radius:0.8rem;color:#fff}.pricing__cards .pricing__card--img{background-color:#f6f8fe;padding-top:2rem;text-align:center;margin-bottom:1rem;border-radius:2rem;transition:all 0.4s}.pricing__cards .pricing__card--title{text-align:center;font-size:2.2rem;text-transform:uppercase;font-weight:600;letter-spacing:1px;margin-bottom:0.5rem;transition:all 0.4s}.pricing__cards .pricing__card .desc{font-size:1.4rem;color:#4b4b4b;opacity:0.8;text-align:center;transition:all 0.4s}.pricing__cards .pricing__card--price{font-size:3.6rem;color:#000;font-weight:600;text-align:center;margin:2rem 0;transition:all 0.4s}.pricing__cards .pricing__card--price span{font-size:1.6rem;font-weight:400}.pricing__cards .pricing__card--list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.pricing__cards .pricing__card--list li{display:flex;align-items:center;gap:1rem}.pricing__cards .pricing__card--list li svg path{transition:all 0.4s}.pricing__cards .pricing__card--list li p{font-size:1.6rem;color:#4b4b4b}.pricing__cards .pricing__card--list li.disabled{color:#4b4b4b;opacity:0.35}.pricing__cards .pricing__card--list li.disabled svg path{fill:#4b4b4b}.pricing__cards .pricing__card--cta{margin-top:auto}.pricing__cards .pricing__card--cta .btn{display:block;text-align:center}.pricing__cards .pricing__card--cta .btn:hover{transform:scale(1.03)}.pricing__cards .pricing__card--cta .btn:active{transform:scale(1.015)}.pricing__cards .pricing__card:hover{background-color:#174ae8;box-shadow:0 0 12px rgba(23,74,232,0.5)}.pricing__cards .pricing__card:hover.best::before{background-color:#000;color:#fff}.pricing__cards .pricing__card:hover .pricing__card--img{background-color:#456eed}.pricing__cards .pricing__card:hover .pricing__card--title{color:#fff}.pricing__cards .pricing__card:hover .desc{color:#e3e3e3}.pricing__cards .pricing__card:hover .pricing__card--price{color:#fff}.pricing__cards .pricing__card:hover .pricing__card--list li svg path{fill:#cbd8ff}.pricing__cards .pricing__card:hover .pricing__card--list li p{color:#cbd8ff}.pricing__cards .pricing__card:hover .pricing__card--list li.disabled{opacity:0.45}.pricing__cards .pricing__card:hover .pricing__card--cta .btn{color:#174ae8;background-color:#fff}.pricing__cards .pricing__card:hover .pricing__card--cta .btn:hover{color:#174ae8 !important;box-shadow:0 0 1.6rem rgba(255,255,255,0.5)}.pricing__cards .pricing__card.enterprise{grid-column:2 / 3}@media only screen and (max-width: 37.5em){.pricing__cards .pricing__card.enterprise{grid-column:1/2}}.tabs{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media only screen and (max-width: 62.5em){.tabs{gap:2.5rem;justify-content:flex-start}}@media only screen and (max-width: 37.5em){.tabs{gap:1.75rem}}@media only screen and (max-width: 31.25em){.tabs{gap:1.25rem}}.tabs__btn{cursor:pointer;background-color:transparent;border:0;width:6rem;height:6rem;background-color:transparent;border-radius:1rem;transition:all 0.4s;display:flex;align-items:center;justify-content:center;transition:all 0.4s}.tabs__btn:hover{background-color:rgba(255,255,255,0.2)}.tabs__btn .tab{height:3.2rem;width:auto}.tabs__btn .tab--icon{height:100%}.tabs__btn .tab--icon .change,.tabs__btn .tab--icon .change--b{transition:all 0.4s}.tabs__btn.active{background-color:#fff;box-shadow:0 0 1.2rem rgba(255,255,255,0.75)}.tabs__btn.active .tab--icon .change{fill:#174ae8}.tabs__btn.active .tab--icon .change--b{fill:#fff}.footer{max-width:130rem;margin:5rem auto 0 auto;background-color:#000;border-radius:3rem}.footer .container{flex-direction:column;align-items:center;padding:4rem;gap:3rem}.footer__social{display:flex;width:100%;align-items:center;justify-content:space-between}@media only screen and (max-width: 37.5em){.footer__social{flex-direction:column;gap:4rem}}.footer__social .social{display:flex;align-items:center;gap:2rem}@media only screen and (max-width: 62.5em){.footer__social .social{gap:1.75rem}}@media only screen and (max-width: 31.25em){.footer__social .social{gap:1.5rem}}.footer__social .social__link{cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;padding:1rem;background-color:rgba(255,255,255,0.3);transition:all 0.4s;border-radius:0.8rem}.footer__social .social__link path{transition:all 0.4s}.footer__social .social__link:hover{background-color:#fff}.footer__social .social__link:hover path{fill:#174ae8}.footer__links{display:flex;width:100%;justify-content:space-between}@media only screen and (max-width: 37.5em){.footer__links{flex-direction:column;align-items:center;gap:4rem}}.footer__links--left{color:#fff;display:flex;flex-direction:column;gap:2rem;justify-content:space-between}@media only screen and (max-width: 37.5em){.footer__links--left{align-items:center}}.footer__links--left h2{font-weight:700;font-size:3.6rem}.footer__links--left .cta{width:75%}.footer__links--left .btn{width:100%;text-align:center;display:inline-block;align-self:flex-start;color:#000 !important}.footer__links--right{display:flex;gap:4.2rem}.footer__links--right h3{color:#fff;font-size:2.4rem;margin-bottom:1.5rem}.footer__links--right ul{list-style:none;display:flex;flex-direction:column;gap:0.5rem;font-size:1.8rem}.footer__links--right ul a{text-decoration:none;color:#a1a1a1;transition:all 0.4s}.footer__links--right ul a:hover{color:#fff}.footer__legal{display:flex;width:100%;justify-content:space-between;font-size:1.8rem;color:#a1a1a1}@media only screen and (max-width: 37.5em){.footer__legal{flex-direction:column-reverse;align-items:center;gap:2rem}}.footer__legal ul{list-style:none;display:flex;gap:3rem}.footer__legal ul a{text-decoration:none;color:#a1a1a1;margin:0 2rem;transition:all 0.4s}.footer__legal ul a:hover{color:#fff}.footer .line{height:1px;width:100%;border:10px;background-color:#fff;opacity:0.25}.header{position:relative;max-width:130rem;margin:0 auto;z-index:200}.header__nav{background-color:#174ae8;border-radius:1.6rem;padding:2.2rem 2.4rem;display:flex;align-items:center;justify-content:space-between}@media only screen and (max-width: 62.5em){.header__nav{justify-content:center}}.header__menu{position:relative;display:flex;align-items:center;justify-content:space-between;gap:0rem;font-size:2rem;list-style:none}@media only screen and (max-width: 62.5em){.header__menu{position:static;display:contents}}@media only screen and (max-width: 62.5em){.header__menu--link{display:none}}.header__menu li{padding:1rem;position:relative}@media only screen and (max-width: 62.5em){.header__menu li{padding:0}}.header__menu li a{cursor:pointer}.header__menu li:hover a{color:#fff}.header__menu li:hover a::after{background-color:#fff}.header__menu a{position:relative;text-decoration:none;color:#aec0f7;transition:all 0.3s}.header__menu a::after{content:'';display:block;position:absolute;left:50%;transform:translateX(-50%);width:0.7rem;height:0.7rem;border-radius:0.15rem;background-color:transparent;transition:all 0.3s}.header .toggle-btn{cursor:pointer;display:none;width:36px;height:36px;border-radius:7px;padding:0.25rem;background-color:#fff}.header .toggle-btn__line{opacity:0.9;width:70%;height:2px;margin:0 auto;border-radius:2px;background-color:#4b4b4b;transition:all 0.4s}@media only screen and (max-width: 62.5em){.header .toggle-btn{display:flex;flex-direction:column;gap:0.5rem;align-items:center;justify-content:center;z-index:300}}.link-logo{text-decoration:none;height:3.6rem;display:flex;align-items:center;gap:1rem;color:#fff}.link-logo img{height:100%}.link-logo h2{font-size:3.6rem;letter-spacing:1px}.container{padding:5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.container--two{padding:4rem}@media only screen and (max-width: 62.5em){.container{padding:5rem 2rem}}.hero{max-width:130rem;margin:0 auto}.hero--two .container{padding:4rem 3.8rem;gap:1rem}@media only screen and (max-width: 62.5em){.hero .container{flex-direction:column;gap:5rem}}.hero__txt{flex:1;display:flex;flex-direction:column;gap:4rem}@media only screen and (max-width: 62.5em){.hero__txt{gap:5rem}}.hero__txt--desc{display:flex;flex-direction:column;gap:2.4rem}.hero__txt--desc p{font-size:1.6rem}.hero__txt ul{color:#4b4b4b;font-size:1.6rem;display:flex;flex-direction:column;gap:0.75rem;margin-left:2rem}@media only screen and (max-width: 80em){.hero__txt ul{font-size:1.5rem}}@media only screen and (max-width: 62.5em){.hero__txt ul{font-size:1.8rem;margin:0 auto}}@media only screen and (max-width: 37.5em){.hero__txt ul{gap:1rem}}.hero__txt--cta{display:flex;gap:5rem}@media only screen and (max-width: 62.5em){.hero__txt--cta{justify-content:center;gap:3rem}}.hero__img{flex:1}@media only screen and (max-width: 62.5em){.hero__img{text-align:center}}.hero__img img{width:100%}@media only screen and (max-width: 62.5em){.hero__img img{width:80%}}@media only screen and (max-width: 62.5em){.hero .heading--primary,.hero .heading--tertiary{text-align:center}}@media only screen and (max-width: 62.5em){.hero .heading--primary{font-size:4.8rem;margin-bottom:1.75rem}}@media only screen and (max-width: 37.5em){.hero .heading--primary{font-size:3.8rem;line-height:1.15}}@media only screen and (max-width: 62.5em){.hero .heading--primary::before{width:12rem;height:0.8rem;left:50%;top:auto;bottom:-1.75rem;transform:translateX(-50%)}}.featured-in{max-width:120rem;margin:0 auto}.featured-in .container{flex-direction:column;gap:1rem;padding-top:1rem}.featured-in .container .logos{display:flex;align-items:center;gap:4.2rem}@media only screen and (max-width: 62.5em){.featured-in .container .logos{gap:2rem;flex-wrap:wrap;justify-content:center}}@media only screen and (max-width: 37.5em){.featured-in .container .logos{gap:1rem}}.featured-in .container .logos .featured-in__link{text-decoration:none;height:4rem;width:auto}.featured-in .container .logos .featured-in__link svg{height:100%}@media only screen and (max-width: 62.5em){.featured-in .container .logos .featured-in__link{height:3.6rem}}@media only screen and (max-width: 37.5em){.featured-in .container .logos .featured-in__link{display:inline-block;margin-bottom:1rem}}.featured-in .container .logos .featured-in__link path{transition:all 0.4s}.featured-in .container .logos .featured-in__link:hover path{fill:#174ae8}.trading,.treasury{max-width:120rem;margin:0 auto}.trading .container,.treasury .container{gap:4rem}@media only screen and (max-width: 62.5em){.trading .container,.treasury .container{flex-direction:column-reverse;max-width:90rem;margin:0 auto}}.trading__img,.treasury__img{flex:1;text-align:center}.trading__img img,.treasury__img img{width:90%;margin:0 auto}@media only screen and (max-width: 62.5em){.trading__img img,.treasury__img img{width:80%}}.trading__txt,.treasury__txt{flex:1;padding-left:1.5rem;display:flex;flex-direction:column;gap:2rem}.trading__txt p,.treasury__txt p{font-size:1.6rem;color:#4b4b4b}.trading__txt p strong,.treasury__txt p strong{display:inline-block;margin-bottom:1rem}.trading__txt--list,.treasury__txt--list{list-style:none;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.trading__txt--list li,.treasury__txt--list li{display:flex;align-items:center;gap:0.5rem}.trading__txt--list li img,.treasury__txt--list li img{width:2.2rem;height:2.2rem}.trading__txt .btn--blue,.treasury__txt .btn--blue{align-self:flex-start}.ui{max-width:120rem;margin:0 auto;padding:5rem 0}.ui .container{padding:3rem 5rem;background-color:#e4f4fa;border-radius:2.4rem;display:flex;flex-direction:column;gap:5rem}@media only screen and (max-width: 37.5em){.ui .container{padding:3rem}}@media only screen and (max-width: 31.25em){.ui .container{padding:2rem}}.ui__slider{display:flex;align-items:center;gap:4.8rem;width:100%;margin:0 auto}@media only screen and (max-width: 62.5em){.ui__slider{flex-direction:column-reverse;gap:8rem}}@media only screen and (max-width: 37.5em){.ui__slider{gap:6.5rem}}.ui__slider--tabs{flex:38;background-color:#174ae8;border-radius:2rem;padding:2rem}@media only screen and (max-width: 62.5em){.ui__slider--tabs{max-width:80rem;width:72%;margin:0 auto}}@media only screen and (max-width: 37.5em){.ui__slider--tabs{width:100%}}.ui__slider--tabs h3{color:#fff;font-size:2rem}.ui__slider--tabs p{color:#d1dbfa;font-size:1.6rem}.ui__slider--tabs ul{padding-left:2rem;color:#d1dbfa;font-size:1.5rem}.ui__slider--tabs{display:flex;flex-direction:column;gap:3rem}.ui__slider--tabs .content{display:flex;flex-direction:column;gap:1rem}.ui__slider--img{position:relative;flex:62}@media only screen and (max-width: 62.5em){.ui__slider--img{text-align:center}}.ui__slider--img img{width:100%}@media only screen and (max-width: 62.5em){.ui__slider--img img{width:80%;margin:0 auto}}@media only screen and (max-width: 37.5em){.ui__slider--img img{width:100%}}.ui__slider--img .macbook{position:absolute;top:0;left:50%;transform:translateX(-50%);transform:translate(-50%, 8.4%) scale(1.18)}.ui .btn{align-self:flex-end;font-size:1.6rem}.ui--cta{display:flex;justify-content:space-between}.baas{max-width:140rem;margin:0 auto}.baas .container{flex-direction:column;align-items:center;gap:5rem}.baas__desc{max-width:80rem;width:80%;margin:0 auto;text-align:center;font-size:1.6rem;color:#4b4b4b}.sir{max-width:120rem;margin:5rem auto;background-color:#fafafa;border-radius:3rem}.sir .container{flex-direction:column;align-items:center;gap:5rem}.sir__features{display:flex;flex-wrap:wrap;gap:4rem}@media only screen and (max-width: 37.5em){.sir__features{flex-direction:column;align-items:center}}.sir__features img{height:20rem;margin-bottom:2rem}.sir__features h4{font-size:2.8rem}.sir__features p{font-size:1.6rem;color:#4b4b4b;text-align:center}.sir__feature{flex:1;display:flex;flex-direction:column;gap:2rem;padding:1.75rem;align-items:center;border-radius:2rem;transition:all 0.4s}@media only screen and (max-width: 37.5em){.sir__feature{max-width:50rem;min-width:30rem;padding:3rem;width:75%}}.sir__feature:hover{background-color:#fff;box-shadow:0 0 12px rgba(0,0,0,0.07)}.connect .container{padding-top:1rem;justify-content:center}@media only screen and (max-width: 62.5em){.connect .container{padding-top:3rem}}.connect__container{max-width:100rem;width:80;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:7rem}@media only screen and (max-width: 62.5em){.connect__container{flex-direction:column}}.connect__container--info{flex:4;text-align:center}.connect__container--info h2{font-size:3rem;font-weight:700;margin-bottom:2rem}.connect__container--info h3{font-size:2rem;line-height:1.25;margin:2rem 0}.connect__container--info p{font-size:1.8rem}.connect__container--info p a{transition:all 0.4s;color:#2e2e2e}.connect__container--info p a:hover{color:#174ae8}.connect__container--map{flex:6}@media only screen and (max-width: 62.5em){.connect__container--map{width:80%}}.connect__container--map div{width:100%}.connect__container--map div iframe{width:100%;border-radius:3rem;border:2px solid #174ae8}.about{max-width:120rem;margin:0 auto}.about .container{padding-top:1rem;padding-bottom:0;justify-content:center;flex-direction:column;gap:3rem}@media only screen and (max-width: 62.5em){.about .container{padding-top:3rem}}.about__img{max-width:40rem;margin:0 auto}.about__img img{width:100%}.about__info{max-width:80rem;margin:0 auto}.about__info p{font-size:1.8rem;margin-bottom:1.5rem;color:#4b4b4b}.terms,.policy{max-width:120rem;margin:0 auto}.terms .container,.policy .container{flex-direction:column;justify-content:center;padding-top:1rem;gap:3rem}@media only screen and (max-width: 62.5em){.terms .container,.policy .container{padding-top:3rem}}@media only screen and (max-width: 31.25em){.terms .container,.policy .container{padding-left:0;padding-right:0}}.terms__info,.policy__info{display:flex;justify-content:space-between;margin:0px auto;padding:3rem 0px;gap:2rem}@media only screen and (max-width: 37.5em){.terms__info,.policy__info{flex-direction:column}}.terms__info--container,.policy__info--container{min-width:30rem;max-width:33rem;position:relative;display:flex;flex-direction:column;align-items:center}@media only screen and (max-width: 37.5em){.terms__info--container,.policy__info--container{flex-direction:row;padding-right:0px;margin-bottom:4rem;max-width:100rem}}.terms__info--index,.policy__info--index{background-color:#174ae8;position:sticky;top:2rem;border-radius:2rem;padding:3rem}@media only screen and (max-width: 37.5em){.terms__info--index,.policy__info--index{display:flex;align-items:center;justify-content:center;width:100%;max-width:100rem;padding:1.5rem}}.terms__info--index .index__title,.policy__info--index .index__title{font-size:2rem;color:#fff;text-align:center}.terms__info--index .index__list,.policy__info--index .index__list{list-style:none;margin:2.5rem 0px;display:flex;flex-direction:column;gap:0.5rem}@media only screen and (max-width: 37.5em){.terms__info--index .index__list,.policy__info--index .index__list{display:grid;grid-template-columns:repeat(2, 1fr)}}.terms__info--index .index__list a,.policy__info--index .index__list a{font-size:1.6rem;color:#aec0f7;text-decoration:none;transition:color 0.4s}.terms__info--index .index__list a:hover,.policy__info--index .index__list a:hover{color:#fff}@media only screen and (max-width: 37.5em){.terms__info--index .index__img,.policy__info--index .index__img{display:none}}.terms__info--info,.policy__info--info{flex:1 1 0%}.terms__info--info article,.policy__info--info article{margin-bottom:2.5rem}.terms__info--info article h2,.policy__info--info article h2{color:#2e2e2e;font-size:2rem;font-weight:700;margin-bottom:1.5rem;padding-top:1rem}.terms__info--info article p,.policy__info--info article p{color:#4b4b4b;font-size:1.6rem;margin-bottom:1rem}.terms__info--info article ul,.policy__info--info article ul{margin-left:3rem;margin-bottom:1.5rem}.terms__info--info article ul li,.policy__info--info article ul li{font-size:1.5rem;margin-bottom:1rem}.faq__container{max-width:120rem;margin:0 auto}.faq__container .container{flex-direction:column;justify-content:center;padding-top:1rem;gap:1rem}@media only screen and (max-width: 62.5em){.faq__container .container{padding-top:3rem}}.faq__container h3:not(.heading--tertiary){font-size:3rem;margin-bottom:1rem;margin-top:4rem}.faq__container .accordion{max-width:90rem;margin:1rem auto}.faq__container .accordion-header{cursor:pointer;width:100%;font-size:1.8rem;background-color:#fff;color:#4b4b4b;border:none;border-bottom:1px solid #d1dbfa;padding:1.6rem 0.5rem;text-align:left;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:all 0.3s ease}.faq__container .accordion-header .arrow{height:3.5rem;width:3.5rem;padding:0.5rem;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all 0.4s}.faq__container .accordion-header .arrow svg{fill:#4b4b4b;transition:all 0.4s;width:90%}.faq__container .accordion-header.active,.faq__container .accordion-header:hover{color:#174ae8;border-color:#174ae8}.faq__container .accordion-header.active .arrow,.faq__container .accordion-header:hover .arrow{background-color:#174ae8}.faq__container .accordion-header.active .arrow svg,.faq__container .accordion-header:hover .arrow svg{fill:#fff}.faq__container .accordion-header.active .arrow{transform:rotateX(180deg)}.faq__container .accordion-content{overflow:hidden;max-height:0;transition:max-height 0.4s ease;padding:0 2rem;color:#4b4b4b}.faq__container .accordion-content p{font-size:1.6rem;margin-bottom:1rem}.faq__container .accordion-content ul{margin-left:2rem}.faq__container .accordion-content ul li{font-size:1.6rem}.faq__container .accordion-content.open{padding:2rem}.faq__container--img{margin-top:2rem}.cta{max-width:130rem;margin:0 auto;color:#cbd8ff;padding:5rem 0}.cta .container{background-image:url(../../assets/images/cta-bg.png);background-size:cover;background-position:center top;overflow:hidden;border-radius:3.2rem;box-shadow:0 0 1.6rem rgba(0,0,0,0.2)}.cta__txt{width:50%;font-size:1.6rem;display:flex;flex-direction:column;gap:3.6rem}.cta__txt .heading--secondary{margin-bottom:2rem}.cta__form{display:flex;flex-direction:column;gap:2rem}.cta__form input{border:none;background-color:rgba(255,255,255,0.25);padding:1.2rem;color:#fff;font-size:1.6rem;border-radius:0.8rem}.cta__form input::-moz-placeholder{color:#fff}.cta__form input::placeholder{color:#fff}.cta__form .form__cta--btns{margin-top:2rem}.cta__form .form__cta--btns .btn{display:inline-block;min-width:50%}.success{max-width:120rem;margin:0 auto;font-size:1.8rem}.success .container{padding-top:1rem;padding-bottom:0;justify-content:center;flex-direction:column;gap:3rem}@media only screen and (max-width: 62.5em){.success .container{padding-top:3rem}}.success__desc{max-width:80rem;width:80%;margin:0 auto;text-align:center;font-size:1.8rem;color:#4b4b4b}.success__img{max-width:40rem;width:75%;margin:0 auto}.success__img img{width:100%}
