@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";:root{--navbar-dark-bg:#000;--navbar-light-bg:#ffffff;--opposite-color:#ffffff}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:DM Sans;line-height:1.5;color:rgba(0,0,0,.8);background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,p{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}ol,ul{list-style:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.main-content{width:100%;scroll-behavior:smooth;overflow-x:hidden}.button{display:inline-flex;height:54px;padding:16px 20px 16px 24px;align-items:center;gap:12px;flex-shrink:0;border-radius:60px;border:1px solid rgba(133,133,133,.3);background:hsla(0,0%,100%,.15);font-size:16px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.32px;cursor:pointer;transition:all .2s ease-in-out}.button.dark{color:var(--Black,#000)}.button.light{color:#000;background:#fff}.button.navbar{height:auto;padding:.5rem 1rem;border-radius:135px;background:rgba(0,0,0,0);transition:all .3s ease;border:1px solid var(--Grey,#ccc)}.transparent .button.navbar{border:1px solid hsla(0,0%,100%,.15)}.button.navbar.nav-login-button:hover{background-color:hsla(0,0%,100%,.1)}.button.navbar.nav-signup-button:hover{background-color:currentColor}.button.navbar.nav-signup-button:hover span,.transparent .button.navbar.nav-signup-button:hover span{color:#fff}.solid .button.navbar.nav-signup-button:hover span{color:#000}.button.navbar.mobile-nav-login-button,.button.navbar.mobile-nav-signup-button{width:100%;padding:1.25rem;border-radius:0;justify-content:flex-start;margin:.5rem 0;border:none;border-bottom:1px solid rgba(0,0,0,.1)}.button.navbar.mobile-nav-login-button:last-child,.button.navbar.mobile-nav-signup-button:last-child{border-bottom:none}.button.navbar.mobile-nav-login-button:hover,.button.navbar.mobile-nav-signup-button:hover{background-color:rgba(0,0,0,.05);transform:translateY(-2px)}.transparent .button.navbar.mobile-nav-login-button:hover,.transparent .button.navbar.mobile-nav-signup-button:hover{background-color:hsla(0,0%,100%,.1)}.button.hybrid{position:relative;border-radius:60px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.01);box-shadow:inset 0 4px 38.4px 0 hsla(0,0%,100%,.22);color:var(--White,#fff);overflow:hidden}.button.hybrid:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:skewX(-25deg);transition:all .75s ease;pointer-events:none;opacity:0}.button.hybrid:hover{border:1px solid hsla(0,0%,100%,.3);box-shadow:inset 0 4px 38.4px 0 hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.05)}.button.hybrid.ripple,.button.hybrid:active{border:1px solid hsla(0,0%,100%,.4);box-shadow:inset 0 4px 38.4px 0 hsla(0,0%,100%,.4);transform:translateY(1px)}.button.hybrid.ripple:after,.button.hybrid:active:after{background:radial-gradient(circle,rgba(255,255,255,0) 0,rgba(255,255,255,.6) 40%,rgba(255,255,255,.3) 70%,rgba(255,255,255,0) 100%);animation:ripple-primary .8s cubic-bezier(.25,.8,.25,1);z-index:1}.button.hybrid.ripple:after,.button.hybrid.ripple:before,.button.hybrid:active:after,.button.hybrid:active:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;opacity:0;border-radius:100%;transform:translate(-50%,-50%) scale(1);pointer-events:none}.button.hybrid.ripple:before,.button.hybrid:active:before{background:radial-gradient(circle,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 40%,rgba(255,255,255,.2) 70%,rgba(255,255,255,0) 100%);animation:ripple-secondary 1.2s cubic-bezier(.25,.8,.25,1) .2s;z-index:0}@keyframes ripple-primary{0%{width:0;height:0;transform:translate(-50%,-50%) scale(0);opacity:.8}15%{width:10px;height:10px;opacity:.7}50%{opacity:.5;width:30px;height:30px}to{width:50px;height:50px;transform:translate(-50%,-50%) scale(25);opacity:0}}@keyframes ripple-secondary{0%{width:0;height:0;transform:translate(-50%,-50%) scale(0);opacity:.6}15%{width:15px;height:15px;opacity:.5}50%{opacity:.4;width:40px;height:40px}to{width:80px;height:80px;transform:translate(-50%,-50%) scale(40);opacity:0}}.button .button-icon-container{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.button .button-icon{width:20px;height:20px;aspect-ratio:1/1;position:absolute;transition:opacity .3s ease,transform .3s ease}.button .button-icon.icon-default{opacity:1;transform:translateX(0)}.button .button-icon.icon-hover{opacity:0;transform:translateX(-5px)}.button .button-icon.hidden{opacity:0}.button .button-icon.white-arrow{width:18px;height:18px;transform-origin:center}.button.hovered .button-icon.icon-default,.button:hover .button-icon.icon-default{opacity:0;transform:translateX(5px)}.button.hovered .button-icon.icon-default.white-arrow,.button:hover .button-icon.icon-default.white-arrow{transform:translateX(5px)}.button.hovered .button-icon.icon-hover,.button:hover .button-icon.icon-hover{opacity:1;transform:translateX(0)}.button.hovered .button-icon.icon-hover.white-arrow,.button:hover .button-icon.icon-hover.white-arrow{width:18px;height:18px}.button:hover{background:hsla(0,0%,100%,.4)}.button:hover.hybrid{background:hsla(0,0%,100%,.05)}.button.focused{border-radius:24px;border:1px solid rgba(133,133,133,.5);background:hsla(0,0%,100%,.4);width:156px;height:48px;justify-content:center}.button.selected{background:hsla(0,0%,100%,.8)}body.menu-open{overflow:hidden}.nav-bar-wrapper{height:4.5rem;width:100%;position:fixed;top:0;left:0;z-index:1030;transition:background-color .3s ease,color .3s ease,transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 2rem}.nav-bar-wrapper.menu-open{background-color:#fff;box-shadow:none}.nav-bar-wrapper.menu-open.transparent{background-color:rgba(0,0,0,.95)}.nav-bar-wrapper.content-hidden .nav-bar-left img,.nav-bar-wrapper.content-hidden .nav-bar-middle div,.nav-bar-wrapper.content-hidden .nav-bar-right button,.nav-bar-wrapper.content-hidden .nav-bar-right div{opacity:0;transform:translateY(-10px)}.nav-bar-wrapper.content-visible .nav-bar-left img,.nav-bar-wrapper.content-visible .nav-bar-middle div,.nav-bar-wrapper.content-visible .nav-bar-right button,.nav-bar-wrapper.content-visible .nav-bar-right div{opacity:1;transform:translateY(0);transition:opacity .5s ease,transform .5s ease}.nav-bar-wrapper.visible{transform:translateY(0);opacity:1}.nav-bar-wrapper.hidden{transform:translateY(-100%);opacity:.5;pointer-events:none}.nav-bar-wrapper.transparent{background-color:rgba(0,0,0,0);box-shadow:none}.nav-bar-wrapper.transparent .nav-bar-middle div,.nav-bar-wrapper.transparent .nav-bar-right button span,.nav-bar-wrapper.transparent .nav-bar-right div{color:#adadad}.nav-bar-wrapper.transparent .nav-bar-middle div:hover,.nav-bar-wrapper.transparent .nav-bar-right button span:hover,.nav-bar-wrapper.transparent .nav-bar-right div:hover{color:#fff}.nav-bar-wrapper.transparent .nav-signup-button:hover{background-color:#fff!important;border-color:#fff!important}.nav-bar-wrapper.transparent .nav-signup-button:hover span{color:#000!important}.nav-bar-wrapper.solid{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.nav-bar-wrapper.solid .nav-bar-middle div,.nav-bar-wrapper.solid .nav-bar-right button span,.nav-bar-wrapper.solid .nav-bar-right div{color:#3e3e3e}.nav-bar-wrapper.solid .nav-bar-middle div:hover,.nav-bar-wrapper.solid .nav-bar-right button span:hover,.nav-bar-wrapper.solid .nav-bar-right div:hover{color:#000}.nav-bar-wrapper.solid .nav-signup-button:hover{background-color:#000!important;border-color:#000!important}.nav-bar-wrapper.solid .nav-signup-button:hover span{color:#fff!important}.nav-bar-wrapper .nav-bar-left{position:relative;z-index:12}.nav-bar-wrapper .nav-bar-left img{height:2.5rem;transition:opacity .5s ease,transform .5s ease}.nav-bar-wrapper .nav-bar-middle{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;gap:2.5rem}@media(max-width:1024px){.nav-bar-wrapper .nav-bar-middle{font-size:1.25rem}}@media(max-width:493px){.nav-bar-wrapper .nav-bar-middle{font-size:1rem}}.nav-bar-wrapper .nav-bar-middle div{cursor:pointer;transition:color .3s ease,opacity .5s ease,transform .5s ease;position:relative}.nav-bar-wrapper .nav-bar-right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.nav-bar-wrapper .nav-bar-right div{cursor:pointer;padding:.5rem 1rem;border-radius:4px}.nav-bar-wrapper .nav-bar-right .nav-login-button,.nav-bar-wrapper .nav-bar-right .nav-signup-button,.nav-bar-wrapper .nav-bar-right div{transition:all .5s ease,opacity .5s ease,transform .5s ease}.nav-bar-wrapper.initial-fade-in{transition:background-color 1.8s cubic-bezier(.4,0,.2,1),color 1.8s cubic-bezier(.4,0,.2,1),transform 1.8s cubic-bezier(.4,0,.2,1),opacity 1.8s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:1024px){.nav-bar-wrapper{padding:0 1.5rem}.nav-bar-wrapper .nav-bar-middle{display:none}.nav-bar-wrapper .nav-bar-right .menu-icon{cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;z-index:11}.nav-bar-wrapper .nav-bar-right .menu-icon img{width:24px;height:24px;transition:transform .3s ease}.nav-bar-wrapper .nav-bar-right .menu-icon:hover img{transform:scale(1.1)}.nav-bar-wrapper .nav-bar-right button,.nav-bar-wrapper .nav-bar-right div:not(.menu-icon){display:none}.nav-bar-wrapper .mobile-menu{position:fixed;top:0;left:0;height:100vh;background:hsla(0,0%,100%,.02);-webkit-backdrop-filter:blur(26px);backdrop-filter:blur(26px);z-index:10;animation:mobileMenuFadeIn .3s ease forwards;padding-top:4.5rem}.nav-bar-wrapper .mobile-menu,.nav-bar-wrapper .mobile-menu .mobile-menu-items{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.nav-bar-wrapper .mobile-menu .mobile-menu-items{height:calc(100% - 4.5rem);padding:2rem;overflow-y:auto;position:relative;justify-content:space-between}.nav-bar-wrapper .mobile-menu .mobile-menu-items .main-nav-items{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;background-color:unset!important}.nav-bar-wrapper .mobile-menu .mobile-menu-items .main-nav-items div{width:100%;padding:1.25rem;margin:.5rem 0;color:#000;font-size:2rem;letter-spacing:-.125rem;font-weight:500;text-align:left;cursor:pointer;transition:background-color .2s ease,transform .2s ease}}@media screen and (max-width:1024px)and (max-width:1024px){.nav-bar-wrapper .mobile-menu .mobile-menu-items .main-nav-items div{font-size:1.75rem}}@media screen and (max-width:1024px)and (max-width:493px){.nav-bar-wrapper .mobile-menu .mobile-menu-items .main-nav-items div{font-size:1.5rem}}@media screen and (max-width:1024px){.nav-bar-wrapper .mobile-menu .mobile-menu-items .main-nav-items div:last-child{border-bottom:none}.nav-bar-wrapper .mobile-menu .mobile-menu-items .main-nav-items div:hover{background-color:rgba(0,0,0,.05);transform:translateY(-2px)}.nav-bar-wrapper .mobile-menu .mobile-menu-items .auth-nav-items{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-bottom:2rem}.nav-bar-wrapper.transparent .mobile-menu{background:hsla(0,0%,100%,.02);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);border:1px solid hsla(0,0%,100%,.06)}.nav-bar-wrapper.transparent .mobile-menu .mobile-menu-items .main-nav-items div{color:#adadad}.nav-bar-wrapper.transparent .mobile-menu .mobile-menu-items .main-nav-items div:hover{background-color:hsla(0,0%,100%,.1)}}@media(max-width:48rem){.nav-bar-wrapper{padding:0 1rem}.nav-bar-wrapper .mobile-menu .mobile-menu-items{padding:1rem}.nav-bar-wrapper .mobile-menu .mobile-menu-items div{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;padding:1rem;margin:.25rem 0;width:100%;text-align:left}}@media(max-width:48rem)and (max-width:1024px){.nav-bar-wrapper .mobile-menu .mobile-menu-items div{font-size:1.25rem}}@media(max-width:48rem)and (max-width:493px){.nav-bar-wrapper .mobile-menu .mobile-menu-items div{font-size:1rem}}@keyframes mobileMenuFadeIn{0%{opacity:0}to{opacity:1}}.filter-bar{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.filter-bar>div{cursor:pointer;transition:transform .2s ease}.filter-bar>div:hover{transform:translateY(-2px)}.filter-bar .filter-icon-btn{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;gap:1rem;border-radius:1rem;background-color:#fff;cursor:pointer}.filter-bar .filter-icon-btn.selected{background:linear-gradient(28deg,#2f41e3 47.38%,#db6ee9 119.67%)}.filter-bar .filter-icon-btn.selected .filter-icon-text{color:#fff}.filter-bar .filter-icon-btn .filter-icon-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;color:#000}@media(max-width:1024px){.filter-bar .filter-icon-btn .filter-icon-text{font-size:1.25rem}}@media(max-width:493px){.filter-bar .filter-icon-btn .filter-icon-text{font-size:1rem}}@media screen and (max-width:1024px){.filter-bar{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin-left:unset;margin-right:unset;width:calc(100% + 100px)}.filter-bar::-webkit-scrollbar{display:none}.filter-bar>div{flex:0 0 auto}.filter-icon-btn{padding:1rem 1.5rem;white-space:nowrap;min-height:50px}}@media screen and (max-width:493px){.filter-bar{gap:8px;margin-right:unset;margin-left:unset;width:calc(100% + 30px)}.filter-icon-btn{padding:1rem 1.5rem;min-height:50px}.filter-icon-btn .filter-icon-text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%}}@media screen and (max-width:493px)and (max-width:1024px){.filter-icon-btn .filter-icon-text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.filter-icon-btn .filter-icon-text{font-size:.75rem}}.popup-container{display:flex;flex-direction:column;gap:8px;position:fixed;align-items:flex-start;bottom:1.5%;right:1%;width:470px;z-index:1000}.popup-component{padding:2rem;animation:slideIn .3s ease-out;border-radius:16px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(28px);backdrop-filter:blur(28px)}.popup-component .popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal;color:#fff}@media(max-width:1024px){.popup-component .popup-title{font-size:1.5rem}}@media(max-width:493px){.popup-component .popup-title{font-size:1.25rem}}.popup-component .popup-title .popup-title__heading{font-size:16px;font-weight:500;font:var(--fm-1)}.popup-component .popup-title .popup-title__close{background:none;border:none;font-size:24px;color:#222;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.popup-component .popup-title .popup-title__close:hover{color:#000}.popup-component .popup-content{margin-bottom:21px}.popup-component .popup-content .popup-content__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;color:hsla(0,0%,100%,.5)}@media(max-width:1024px){.popup-component .popup-content .popup-content__text{font-size:1rem}}@media(max-width:493px){.popup-component .popup-content .popup-content__text{font-size:.875rem}}.popup-component .popup-content .popup-content__text .popup-content__text-link{color:#fff}.popup-component .popup-action .popup-action__button{display:flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;border-radius:36px;border:1px solid var(--neutrals-7,#e6e6e6);background:hsla(0,0%,100%,.8)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:540px){.popup-container{width:98%}}.opportunities-and-benefits-wrapper{position:relative;background:#ebebeb url(/assets/opportunities-benefits-transparent-bg.svg);background-size:cover;padding-top:4rem}.opportunities-and-benefits-wrapper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:1;transition:opacity .8s ease-in-out;pointer-events:none;opacity:0}.opportunities-and-benefits-wrapper.from-simulator:before{opacity:1}.opportunities-and-benefits-wrapper.fade-in-hidden .benefits-wrapper,.opportunities-and-benefits-wrapper.fade-in-hidden .opportunities-wrapper,.opportunities-and-benefits-wrapper.from-simulator.fade-in-visible:before,.opportunities-and-benefits-wrapper.from-statistics:before{opacity:0}.opportunities-and-benefits-wrapper.fade-in-visible .benefits-wrapper,.opportunities-and-benefits-wrapper.fade-in-visible .opportunities-wrapper{opacity:1;transition:opacity .5s ease-in-out;transition-delay:.3s}.opportunities-wrapper{display:flex;flex-direction:column;align-items:center;gap:3rem;align-self:stretch}.opportunities-wrapper .opportunities-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}@media(max-width:1024px){.opportunities-wrapper .opportunities-header{font-size:2.75rem}}@media(max-width:493px){.opportunities-wrapper .opportunities-header{font-size:2.25rem}}.opportunities-wrapper .opportunities-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;line-height:140%}@media(max-width:1024px){.opportunities-wrapper .opportunities-text{font-size:1.25rem}}@media(max-width:493px){.opportunities-wrapper .opportunities-text{font-size:1rem}}.opportunities-wrapper .opportunities-bar{display:flex;align-items:center;justify-content:center;gap:.75rem;align-self:stretch}.benefits-wrapper{display:flex;flex-direction:column;align-items:center;gap:3rem;align-self:stretch;padding:5rem;gap:1.5rem;position:relative;z-index:2}.benefits-wrapper .benefits-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;color:#000}@media(max-width:1024px){.benefits-wrapper .benefits-header{font-size:2.75rem}}@media(max-width:493px){.benefits-wrapper .benefits-header{font-size:2.25rem}}.benefits-wrapper .benefits-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;line-height:140%}@media(max-width:1024px){.benefits-wrapper .benefits-text{font-size:1.25rem}}@media(max-width:493px){.benefits-wrapper .benefits-text{font-size:1rem}}.benefits-wrapper .benefits-cards-wrapper{display:flex;height:635px;min-height:635px;align-items:flex-start;gap:12px;align-self:stretch;width:100%}.benefits-wrapper .benefits-cards-wrapper .benefits-lnd-events{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:32.52%;height:635px;gap:12px;align-self:stretch}.benefits-wrapper .benefits-cards-wrapper .benefits-others{display:flex;flex-direction:column;align-items:center;height:635px;width:66.43%;gap:12px;align-self:stretch}.benefits-wrapper .benefits-cards-wrapper .benefits-others .benefits-payments-flexible{display:flex;height:265px;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;width:100%}.benefits-wrapper .benefits-cards-wrapper .benefits-others .benefits-opportunities-community{display:flex;justify-content:center;align-items:flex-start;gap:12px;align-self:stretch;width:100%;height:358px}@media screen and (max-width:493px){.opportunities-wrapper{background:#ebebeb url(/assets/opportunities-benefits-transparent-bg.svg);display:flex;flex-direction:column;align-items:center;gap:3rem;align-self:stretch;padding:3.5rem 1.5rem}.opportunities-wrapper .opportunities-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}}@media screen and (max-width:493px)and (max-width:1024px){.opportunities-wrapper .opportunities-header{font-size:2.75rem}}@media screen and (max-width:493px)and (max-width:493px){.opportunities-wrapper .opportunities-header{font-size:2.25rem}}@media screen and (max-width:493px){.opportunities-wrapper .opportunities-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;text-align:center}}@media screen and (max-width:493px)and (max-width:1024px){.opportunities-wrapper .opportunities-text{font-size:1.25rem}}@media screen and (max-width:493px)and (max-width:493px){.opportunities-wrapper .opportunities-text{font-size:1rem}}@media screen and (max-width:493px){.opportunities-wrapper .opportunities-bar{display:flex;overflow-x:auto;white-space:nowrap;gap:.75rem;margin:0 -1.5rem;padding-left:1.5rem;padding-right:1.5rem;justify-content:flex-start;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.opportunities-wrapper .opportunities-bar::-webkit-scrollbar{display:none}.opportunities-wrapper .opportunities-bar>div:first-child{margin-left:0}.benefits-wrapper{background:#ebebeb;padding:3.5rem 1.5rem;gap:1.5rem}.benefits-wrapper .benefits-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;color:#000;text-align:center}}@media screen and (max-width:493px)and (max-width:1024px){.benefits-wrapper .benefits-header{font-size:2.75rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits-wrapper .benefits-header{font-size:2.25rem}}@media screen and (max-width:493px){.benefits-wrapper .benefits-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;line-height:140%;text-align:center;margin-bottom:1.5rem}}@media screen and (max-width:493px)and (max-width:1024px){.benefits-wrapper .benefits-text{font-size:1.25rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits-wrapper .benefits-text{font-size:1rem}}@media screen and (max-width:493px){.benefits-wrapper .benefits-cards-wrapper{display:flex;flex-direction:column;width:100%;height:auto;min-height:auto;gap:.75rem}.benefits-wrapper .benefits-cards-wrapper .benefits-lnd-events{display:flex;flex-direction:row;width:100%;height:auto;gap:.5rem}.benefits-wrapper .benefits-cards-wrapper .benefits-lnd-events>*{flex:1 1;min-width:0}.benefits-wrapper .benefits-cards-wrapper .benefits-others{display:flex;flex-direction:column;width:100%;height:auto;gap:.75rem}.benefits-wrapper .benefits-cards-wrapper .benefits-others .benefits-payments-flexible{display:flex;width:100%;height:183px;justify-content:center;align-items:flex-start;align-self:stretch;gap:.5rem}.benefits-wrapper .benefits-cards-wrapper .benefits-others .benefits-payments-flexible>*{flex:1 1;min-width:0}.benefits-wrapper .benefits-cards-wrapper .benefits-others .benefits-opportunities-community{display:flex;flex-direction:row;width:100%;height:auto;gap:.5rem}.benefits-wrapper .benefits-cards-wrapper .benefits-others .benefits-opportunities-community>*{flex:1 1;min-width:0}}.filter-icon-btn{display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;gap:1rem;border-radius:1rem;background-color:#fff;cursor:pointer}.filter-icon-btn.selected{background:linear-gradient(28deg,#2f41e3 47.38%,#db6ee9 119.67%)}.filter-icon-btn.selected .filter-icon-text{color:#fff}.filter-icon-btn .filter-icon-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;color:#000}@media(max-width:1024px){.filter-icon-btn .filter-icon-text{font-size:1.25rem}}@media(max-width:493px){.filter-icon-btn .filter-icon-text{font-size:1rem}}.opportunities-wrapper{padding:100px 80px 80px;position:relative;z-index:2}.opportunities__cards{display:grid;grid-template-columns:repeat(3,minmax(380px,450px));grid-template-rows:repeat(2,1fr);grid-gap:1rem;gap:1rem;width:100%;justify-content:center}.opportunities__header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}@media(max-width:1024px){.opportunities__header{font-size:2.75rem}}@media(max-width:493px){.opportunities__header{font-size:2.25rem}}.opportunities__text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;line-height:140%}@media(max-width:1024px){.opportunities__text{font-size:1.25rem}}@media(max-width:493px){.opportunities__text{font-size:1rem}}.opportunities__filter-bar{display:flex;align-items:center;justify-content:center;gap:.75rem;align-self:stretch}@media screen and (max-width:1024px){.opportunities__filter-bar{justify-content:flex-start;padding-left:0;margin-bottom:-3.5rem}}@media screen and (max-width:493px){.opportunities__filter-bar{justify-content:flex-start;padding-left:0;margin-bottom:-3.5rem}}.opportunities-card{width:100%;min-width:380px;max-width:450px;height:250px;overflow:hidden;position:relative;border-radius:20px;background:hsla(0,0%,100%,.5);border:1px solid rgba(0,0,0,.12);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transition:all .2s ease-in-out}.opportunities-card:hover{background:hsla(0,0%,100%,.9)}.opportunities-card:hover .opportunities-card__button{background:linear-gradient(28deg,#2f41e3 47.38%,#db6ee9 119.67%);cursor:pointer;border:1px solid rgba(0,0,0,0)}.opportunities-card:hover .opportunities-card__button-text{color:#fff}.opportunities-card__inner{width:100%;height:100%}.opportunities-card__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem;padding-left:2rem;padding-top:2rem;padding-bottom:2.375rem}.opportunities-card__details{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:332px;gap:.5rem}.opportunities-card__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.opportunities-card__header{font-size:1.5rem}}@media(max-width:493px){.opportunities-card__header{font-size:1.25rem}}.opportunities-card__description{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;line-height:130%}@media(max-width:1024px){.opportunities-card__description{font-size:.875rem}}@media(max-width:493px){.opportunities-card__description{font-size:.75rem}}.opportunities-card__rate{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;background:linear-gradient(92deg,#3d4ff3,#c23bd4 120.86%);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);display:inline-block}@media(max-width:1024px){.opportunities-card__rate{font-size:1.25rem}}@media(max-width:493px){.opportunities-card__rate{font-size:1rem}}.opportunities-card__button{display:flex;align-items:center;justify-content:center;border-radius:135px;border:1px solid rgba(0,0,0,.2);padding:.938rem 1.5rem;gap:1rem;cursor:pointer;transition:all .2s ease-in-out}.opportunities-card__button-text{color:#000;font-family:DM Sans;font-size:16px;font-weight:500;letter-spacing:-.48px;transition:color .2s ease-in-out}.opportunities-card__image{position:absolute;right:0;bottom:0}.opportunities-card-wrapper{display:flex;align-items:center;justify-content:center;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.5rem;border-radius:1rem;background:hsla(0,0%,100%,.7);-webkit-backdrop-filter:blur(64.9px);backdrop-filter:blur(64.9px);transition:opacity .5s ease-in-out}.opportunities-card-wrapper.fade-in-hidden{opacity:0}.opportunities-card-wrapper.fade-in-visible{opacity:1}.opportunities-card-wrapper .opportunities-card-lottie{width:227px;height:237px;transform:translateY(-4rem)}.opportunities-card-wrapper .opportunities-card-title{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal;align-self:flex-start}@media(max-width:1024px){.opportunities-card-wrapper .opportunities-card-title{font-size:1.5rem}}@media(max-width:493px){.opportunities-card-wrapper .opportunities-card-title{font-size:1.25rem}}.opportunities-card-wrapper .opportunities-card-text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;align-self:stretch}@media(max-width:1024px){.opportunities-card-wrapper .opportunities-card-text{font-size:1rem}}@media(max-width:493px){.opportunities-card-wrapper .opportunities-card-text{font-size:.875rem}}@media screen and (max-width:1024px){.filter-icon-btn{padding:.75rem 1rem}.filter-icon-btn .filter-icon-text{font-size:14px}.opportunities-wrapper{padding:100px 60px 80px}.opportunities__cards{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:1rem;width:100%;justify-content:center;margin-top:40px}.opportunities-card{height:220px;min-width:unset;max-width:none;position:relative}.opportunities-card__content{height:100%}.opportunities-card__image{position:absolute;transform:scale(1.2);transform-origin:bottom right;right:0;bottom:0}.opportunities__button{height:48px;padding:12px 16px}}@media screen and (max-width:493px){.opportunities__cards{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,auto);grid-gap:1rem;gap:1rem;width:100%;max-width:unset;justify-content:center}.opportunities__cards>:nth-child(n+4){display:none}.opportunities-wrapper{padding:56px 24px}.opportunities-card{width:100%;min-width:unset;height:250px;overflow:hidden;border-radius:20px;position:relative;background:hsla(0,0%,100%,.5);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transition:background-color .3s ease}.opportunities-card:hover{background:hsla(0,0%,100%,.9)}.opportunities-card:hover .opportunities-card__button{background:linear-gradient(28deg,#2f41e3 47.38%,#db6ee9 119.67%)}.opportunities-card:hover .opportunities-card__button-text{color:#fff}.opportunities-card__content{gap:2rem;padding-left:2rem;padding-top:2rem;padding-bottom:2.25rem}.opportunities-card__details{width:332px;gap:.5rem}.opportunities-card__button{border-radius:135px;border:1px solid rgba(0,0,0,.2);padding:.938rem 1.5rem;gap:1rem;transition:all .3s ease}.opportunities-card__button-text{color:#000;font-family:DM Sans;font-size:16px;font-weight:500;letter-spacing:-.48px;transition:color .3s ease}.opportunities-card__image{position:absolute;transform:scale(1.3);transform-origin:bottom right;right:0;bottom:0}}.benefits__learning-and-dev{height:51.97%;border-radius:16px;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;align-self:stretch}.benefits__learning-and-dev__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__learning-and-dev__header{font-size:1.5rem}}@media(max-width:493px){.benefits__learning-and-dev__header{font-size:1.25rem}}.benefits__learning-and-dev__content,.benefits__learning-and-dev__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal}@media(max-width:1024px){.benefits__learning-and-dev__content,.benefits__learning-and-dev__text{font-size:1rem}}@media(max-width:493px){.benefits__learning-and-dev__content,.benefits__learning-and-dev__text{font-size:.875rem}}.benefits__learning-and-dev__content,.benefits__learning-and-dev__header{text-align:center}.benefits__learning-and-dev__image{width:372px;height:221px}.benefits__events-and-meetups{border-radius:16px;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:24px;height:38.58%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:12px;flex:1 0;align-self:stretch}.benefits__events-and-meetups__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__events-and-meetups__header{font-size:1.5rem}}@media(max-width:493px){.benefits__events-and-meetups__header{font-size:1.25rem}}.benefits__events-and-meetups__content,.benefits__events-and-meetups__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal}@media(max-width:1024px){.benefits__events-and-meetups__content,.benefits__events-and-meetups__text{font-size:1rem}}@media(max-width:493px){.benefits__events-and-meetups__content,.benefits__events-and-meetups__text{font-size:.875rem}}.benefits__events-and-meetups__image{width:100%;height:100%}.benefits__events-and-meetups__header{text-align:center;align-self:stretch}.benefits__events-and-meetups__content{text-align:center}.benefits__work-and-impact{width:33.45%;border-radius:16px;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;align-self:stretch;gap:8px}.benefits__work-and-impact__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__work-and-impact__header{font-size:1.5rem}}@media(max-width:493px){.benefits__work-and-impact__header{font-size:1.25rem}}.benefits__work-and-impact__content,.benefits__work-and-impact__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal}@media(max-width:1024px){.benefits__work-and-impact__content,.benefits__work-and-impact__text{font-size:1rem}}@media(max-width:493px){.benefits__work-and-impact__content,.benefits__work-and-impact__text{font-size:.875rem}}.benefits__work-and-impact__content{gap:12px}.benefits__opportunities,.benefits__work-and-impact__content{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.benefits__opportunities{width:57.19%;border-radius:16px;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:24px;justify-content:flex-start;gap:16px}.benefits__opportunities__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__opportunities__header{font-size:1.5rem}}@media(max-width:493px){.benefits__opportunities__header{font-size:1.25rem}}.benefits__opportunities__content,.benefits__opportunities__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal}@media(max-width:1024px){.benefits__opportunities__content,.benefits__opportunities__text{font-size:1rem}}@media(max-width:493px){.benefits__opportunities__content,.benefits__opportunities__text{font-size:.875rem}}.benefits__opportunities__lottie{width:104%;height:205px;transform:translateY(-10%);overflow:hidden}.benefits__opportunities__title{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__opportunities__title{font-size:1.5rem}}@media(max-width:493px){.benefits__opportunities__title{font-size:1.25rem}}.benefits__payments{border-radius:16px;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:8px;align-self:stretch;position:relative;width:65%}.benefits__payments__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__payments__header{font-size:1.5rem}}@media(max-width:493px){.benefits__payments__header{font-size:1.25rem}}.benefits__payments__content,.benefits__payments__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal}@media(max-width:1024px){.benefits__payments__content,.benefits__payments__text{font-size:1rem}}@media(max-width:493px){.benefits__payments__content,.benefits__payments__text{font-size:.875rem}}.benefits__payments__lottie{transform:translateY(35%)}.benefits__community{width:41.27%;border-radius:16px;border:1px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:16px;align-self:stretch}.benefits__community__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.benefits__community__header{font-size:1.5rem}}@media(max-width:493px){.benefits__community__header{font-size:1.25rem}}.benefits__community__content,.benefits__community__text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal}@media(max-width:1024px){.benefits__community__content,.benefits__community__text{font-size:1rem}}@media(max-width:493px){.benefits__community__content,.benefits__community__text{font-size:.875rem}}.benefits__community__image{width:100%;height:90%;transform:translateY(20%)}@media screen and (max-width:493px){.benefits__learning-and-dev{height:220px;width:48.84%;max-width:48.84%;border-radius:16.38px;border:1.024px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;align-self:stretch}.benefits__learning-and-dev__header{font-size:1rem;letter-spacing:0;font-weight:500;color:#000;text-align:center;align-self:center}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__learning-and-dev__header{font-size:1rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__learning-and-dev__header{font-size:.875rem}}@media screen and (max-width:493px){.benefits__learning-and-dev__content,.benefits__learning-and-dev__text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;text-align:center;align-self:stretch}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__learning-and-dev__content,.benefits__learning-and-dev__text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__learning-and-dev__content,.benefits__learning-and-dev__text{font-size:.75rem}}@media screen and (max-width:493px){.benefits__learning-and-dev__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__learning-and-dev__header{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__learning-and-dev__header{font-size:1.25rem}}@media screen and (max-width:493px){.benefits__learning-and-dev__image{width:120%}.benefits__events-and-meetups{height:220px;width:48.84%;border-radius:16.38px;border:1.024px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:12px;flex:1 0;align-self:stretch}.benefits__events-and-meetups__header{font-size:1rem;letter-spacing:0;font-weight:500;color:#000;text-align:center;align-self:center}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__events-and-meetups__header{font-size:1rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__events-and-meetups__header{font-size:.875rem}}@media screen and (max-width:493px){.benefits__events-and-meetups__content,.benefits__events-and-meetups__text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;text-align:center;align-self:stretch}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__events-and-meetups__content,.benefits__events-and-meetups__text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__events-and-meetups__content,.benefits__events-and-meetups__text{font-size:.75rem}}@media screen and (max-width:493px){.benefits__events-and-meetups__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__events-and-meetups__header{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__events-and-meetups__header{font-size:1.25rem}}@media screen and (max-width:493px){.benefits__work-and-impact{display:flex;width:137px;height:183px;padding:16.38px 12.285px;flex-direction:column;align-items:center;gap:12px}.benefits__work-and-impact__content{display:flex;flex-direction:column;height:151.513px;align-items:center;gap:4px;flex-shrink:0;align-self:stretch}.benefits__work-and-impact__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__work-and-impact__header{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__work-and-impact__header{font-size:1.25rem}}@media screen and (max-width:493px){.benefits__work-and-impact__image{width:27%}.benefits__work-and-impact__text{font-size:.75rem!important;text-align:center}.benefits__payments{height:183px;width:57.97%;border-radius:16px;background:hsla(0,0%,100%,.7);padding:24px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:8px;flex:1 0;align-self:stretch;border-radius:16.38px;border:1.024px solid rgba(0,0,0,.12)}.benefits__payments__lottie{width:100%;transform:translateY(2rem)}.benefits__payments__header{font-size:1rem;letter-spacing:0;font-weight:500;color:#000;text-align:center;align-self:center}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__payments__header{font-size:1rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__payments__header{font-size:.875rem}}@media screen and (max-width:493px){.benefits__payments__content,.benefits__payments__text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;text-align:center;align-self:stretch}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__payments__content,.benefits__payments__text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__payments__content,.benefits__payments__text{font-size:.75rem}}@media screen and (max-width:493px){.benefits__payments__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__payments__header{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__payments__header{font-size:1.25rem}}@media screen and (max-width:493px){.benefits__opportunities{height:188px;width:48.84%;border-radius:16.38px;border:1.024px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);display:flex;flex-direction:column;align-items:center;gap:.75rem;align-self:stretch;padding:16.38px 12.285px}.benefits__opportunities__header{font-size:1rem;letter-spacing:0;font-weight:500;color:#000;text-align:center;align-self:center}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__opportunities__header{font-size:1rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__opportunities__header{font-size:.875rem}}@media screen and (max-width:493px){.benefits__opportunities__content,.benefits__opportunities__text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;text-align:center;align-self:stretch}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__opportunities__content,.benefits__opportunities__text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__opportunities__content,.benefits__opportunities__text{font-size:.75rem}}@media screen and (max-width:493px){.benefits__opportunities__title{font-size:1rem!important}.benefits__community{height:188px;width:48.84%;border-radius:16.38px;border:1.024px solid rgba(0,0,0,.12);background:hsla(0,0%,100%,.7);padding:20px;display:flex;flex-direction:column;align-items:center;gap:.75rem;align-self:stretch;flex:1 0}.benefits__community__header{font-size:1rem;letter-spacing:0;font-weight:500;color:#000;text-align:center;align-self:center}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__community__header{font-size:1rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__community__header{font-size:.875rem}}@media screen and (max-width:493px){.benefits__community__content,.benefits__community__text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;text-align:center;align-self:stretch}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__community__content,.benefits__community__text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__community__content,.benefits__community__text{font-size:.75rem}}@media screen and (max-width:493px){.benefits__community__header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}}@media screen and (max-width:493px)and (max-width:1024px){.benefits__community__header{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.benefits__community__header{font-size:1.25rem}}@media screen and (max-width:493px){.benefits__community__image{height:68%;transform:translateY(30%)}}.statistics{width:100%;padding:81.5px 80px 82.5px;background:#ebebeb}.statistics,.statistics__container{display:flex;justify-content:center;align-items:center}.statistics__container{flex-direction:column;gap:36px}.statistics__heading{text-align:center;color:rgba(0,0,0,.5);font-size:2rem;letter-spacing:-.125rem;font-weight:500}@media(max-width:1024px){.statistics__heading{font-size:1.75rem}}@media(max-width:493px){.statistics__heading{font-size:1.5rem}}.statistics__display{width:100%;display:flex;justify-content:space-between;align-items:flex-start;align-self:stretch}.statistics__item{min-width:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.statistics__item__value{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}@media(max-width:1024px){.statistics__item__value{font-size:2.75rem}}@media(max-width:493px){.statistics__item__value{font-size:2.25rem}}.statistics__item__description{font-size:1rem;letter-spacing:0;font-weight:500}@media(max-width:1024px){.statistics__item__description{font-size:1rem}}@media(max-width:493px){.statistics__item__description{font-size:.875rem}}@media screen and (max-width:1024px){.statistics__container{width:85%;gap:48px}.statistics{width:100%;padding:60px 40px}.statistics__container{width:100%;gap:40px}.statistics__heading{width:100%;margin:0 auto;text-align:center}.statistics__display{width:100%;flex-direction:row;flex-wrap:wrap;gap:30px}.statistics__display,.statistics__item{display:flex;align-items:center;justify-content:center}.statistics__item{min-width:45%;max-width:45%;flex:0 0 45%;flex-direction:column;gap:20px}.statistics__item__value{font-size:45px}.statistics__item__description{font-weight:700;text-align:center}}@media screen and (max-width:493px){.statistics{padding:56px 24px;display:flex;align-items:center;gap:.5rem;align-self:stretch}.statistics__container{gap:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 0}.statistics__heading{text-align:center;align-self:stretch;font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal;color:#3e3e3e}}@media screen and (max-width:493px)and (max-width:1024px){.statistics__heading{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.statistics__heading{font-size:1.25rem}}@media screen and (max-width:493px){.statistics__display{display:flex;height:284px;justify-content:space-between;align-items:flex-start;align-content:flex-start;row-gap:16px;align-self:stretch;flex-wrap:wrap}.statistics__item{display:flex;width:160px;flex-direction:column;align-items:center}.statistics__item__value{font-size:38px}.statistics__item__description{font-size:14px}}.about-us-faqs-wrapper{background:#ebebeb url(/assets/about-us-FAQ-bg.svg);background-size:cover;position:relative;transition:opacity .8s ease-in-out;will-change:opacity}.about-us-faqs-wrapper.fade-in-hidden{opacity:.3;color:#ebebeb}.about-us-faqs-wrapper.fade-in-hidden .about-us-btn-wrapper,.about-us-faqs-wrapper.fade-in-hidden .about-us-wrapper,.about-us-faqs-wrapper.fade-in-hidden .faqs-wrapper{opacity:0;transform:translateY(20px)}.about-us-faqs-wrapper.fade-in-visible{opacity:1}.about-us-faqs-wrapper.fade-in-visible .about-us-btn-wrapper,.about-us-faqs-wrapper.fade-in-visible .about-us-wrapper,.about-us-faqs-wrapper.fade-in-visible .faqs-wrapper{opacity:1;transform:translateY(0);transition:opacity .8s ease-in-out,transform .8s ease-out}.about-us-faqs-wrapper.fade-in-visible .about-us-btn-wrapper{transition-delay:.1s}.about-us-faqs-wrapper.fade-in-visible .faqs-wrapper{transition-delay:.2s}.about-us-faqs-wrapper .faq-card:last-child{border-bottom:1px solid rgba(0,0,0,.1)}.about-us-image-wrapper{display:flex;justify-content:center;align-items:center}.about-us-wrapper{padding:5rem;gap:2.5rem;display:flex;flex-direction:column;align-items:center}.about-us-btn-wrapper{display:flex;justify-content:center}.about-us-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;text-align:center}@media(max-width:1024px){.about-us-header{font-size:2.75rem}}@media(max-width:493px){.about-us-header{font-size:2.25rem}}.about-us-text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;text-align:center;margin-top:.75rem}@media(max-width:1024px){.about-us-text{font-size:1rem}}@media(max-width:493px){.about-us-text{font-size:.875rem}}.faqs-wrapper{padding:5rem;gap:2.5rem}.faqs-btn-wrapper{margin-top:2.5rem;display:flex;justify-content:center}.faqs-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}@media(max-width:1024px){.faqs-header{font-size:2.75rem}}@media(max-width:493px){.faqs-header{font-size:2.25rem}}.faqs-text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;text-align:center;margin-top:.75rem}@media(max-width:1024px){.faqs-text{font-size:1rem}}@media(max-width:493px){.faqs-text{font-size:.875rem}}.faqs-cards-container{margin-top:3rem}.faq-card{padding:32px 40px 32px 0;gap:8px}.faq-card .faq-question-text{color:#151515}.faq-card .faq-toggle-icon{width:24px;height:24px;transition:transform .5s ease}.faq-card .faq-answer-container{transition:height .5s ease,opacity .5s ease;opacity:0}.faq-card .faq-answer-text{padding:16px 0 8px}@media screen and (max-width:493px){.about-us-wrapper,.faqs-wrapper{padding:3rem 1.5rem}.faq-card{padding:24px 20px 24px 0}.faq-card .faq-question-text{font-size:18px}.about-us-wrapper .about-us-image-wrapper img{width:100%;height:100%}}.footer-container{position:relative}.footer-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ebebeb;z-index:1;transition:opacity 1.2s ease-in-out;pointer-events:none}.footer-container.fade-in-hidden:before{opacity:1}.footer-container.fade-in-hidden .footer-get-started,.footer-container.fade-in-hidden .footer-wrapper,.footer-container.fade-in-visible:before{opacity:0}.footer-container.fade-in-visible .footer-get-started,.footer-container.fade-in-visible .footer-wrapper{opacity:1;transition:opacity .8s ease-in-out;transition-delay:.3s}.footer-get-started{background-color:#101010;background-image:url(/assets/footer-bg.png);background-origin:border-box;background-position:50%;position:relative;z-index:2;height:464px;font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;color:#fff}@media(max-width:1024px){.footer-get-started{font-size:2.75rem}}@media(max-width:493px){.footer-get-started{font-size:2.25rem}}.footer-wrapper{background-color:#101010;padding-top:1.5px;position:relative;z-index:2}.footer-body{display:flex;flex-direction:column;padding:5rem 0;align-items:center;gap:1.5rem;width:100%}.footer-content{display:flex;justify-content:space-between;width:100%;padding:3.5rem 5rem}.footer-left{display:flex;flex-direction:column;gap:8px;max-width:407px}.footer-left .footer-logo{width:200px;height:72px;position:relative;overflow:hidden}.footer-left .footer-description{padding:8px 8px 8px 0;color:#bfbfbf;font-size:16px;font-weight:400;line-height:20.8px}.footer-left .footer-social{display:flex;flex-direction:column}.footer-left .footer-social .footer-follow{display:flex;padding:8px 8px 8px 0;align-items:center;gap:8px}.footer-left .footer-social .footer-follow span{color:#fff;font-size:16px;font-weight:400;line-height:20.8px}.footer-left .footer-social .footer-follow .footer-social-icons{display:flex;gap:12px}.footer-left .footer-social .footer-follow .footer-social-icons .footer-social-icon{width:20px;height:20px;position:relative;overflow:hidden}.footer-left .footer-social .footer-made-with{padding:8px 8px 8px 0;color:#fff;font-size:16px;font-weight:400;line-height:20.8px}.footer-right{display:flex;justify-content:space-between;width:40%}.footer-right .footer-sitemap{display:flex;flex-direction:column;gap:12px}.footer-right .footer-company-info{width:267px;display:flex;flex-direction:column;gap:20px}.footer-right .footer-company-info .footer-company,.footer-right .footer-company-info .footer-location{display:flex;flex-direction:column;gap:12px}.footer-right .footer-header{color:#fff;font-size:16px;font-weight:500;line-height:20.8px}.footer-right .footer-link{color:hsla(0,0%,100%,.6);font-size:16px;font-weight:400;line-height:20.8px}.footer-body-footer{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;gap:17rem;color:hsla(0,0%,100%,.6);align-items:flex-start;padding:0 5rem;width:100%}@media(max-width:1024px){.footer-body-footer{font-size:1rem}}@media(max-width:493px){.footer-body-footer{font-size:.875rem}}@media(max-width:768px){.footer-content{gap:3rem}.footer-body-footer,.footer-content{flex-direction:column;padding:0 2rem}.footer-body-footer{gap:1rem;align-items:center;text-align:center}.footer-right{width:100%;flex-direction:column;gap:2rem}}@media screen and (max-width:493px){.footer-body-footer{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;margin-top:3rem;display:flex;flex-direction:column;align-items:flex-start}}@media screen and (max-width:493px)and (max-width:1024px){.footer-body-footer{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.footer-body-footer{font-size:.75rem}}.stories{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.5rem 4rem;gap:1.44rem;background:#ebebeb}.stories-section{position:relative}.stories-section__button{position:absolute;bottom:110px;left:0;right:0;text-align:center;z-index:3}.stories-section__blur{position:absolute;height:210px;width:100%;background:rgba(0,0,0,0);-webkit-backdrop-filter:blur(1.35rem);backdrop-filter:blur(1.35rem);z-index:1;left:0;right:0;bottom:0;-webkit-mask-image:linear-gradient(0deg,black 60%,transparent);mask-image:linear-gradient(0deg,black 60%,transparent)}.stories-section__blur-gradient{position:absolute;height:278px;width:100%;background:linear-gradient(180deg,rgba(235,235,235,0) 0,rgba(235,235,235,.4) 40%,rgba(235,235,235,.8) 80%,rgb(235,235,235) 0);z-index:2;left:0;right:0;bottom:0}.stories__header-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;align-self:stretch}.stories__title{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}@media(max-width:1024px){.stories__title{font-size:2.75rem}}@media(max-width:493px){.stories__title{font-size:2.25rem}}.stories__description{font-size:1rem;letter-spacing:0;font-weight:500;padding-bottom:5rem}@media(max-width:1024px){.stories__description{font-size:1rem}}@media(max-width:493px){.stories__description{font-size:.875rem}}.stories__description-highlight{font-size:1rem;letter-spacing:0;font-weight:500;background:linear-gradient(275deg,#3c18b9 51.97%,#ae1dec 65.74%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width:1024px){.stories__description-highlight{font-size:1rem}}@media(max-width:493px){.stories__description-highlight{font-size:.875rem}}.stories__grid{display:flex;justify-content:space-between;align-items:flex-start;height:900px;width:100%;position:relative}.stories__grid-left{height:100%;width:51.97%}.stories__grid-left-top{height:33%;justify-content:flex-end;align-items:flex-end;padding-bottom:1rem}.stories__grid-left-bottom,.stories__grid-left-top{width:100%;display:flex;gap:1rem;align-self:stretch}.stories__grid-left-bottom{height:72%;align-items:flex-start;overflow:hidden}.stories__grid-left-bottom-images{width:37.23%;display:flex;flex-direction:column;align-items:flex-end;height:100%;gap:1rem}.stories__grid-left-bottom-images img:first-child{width:90%;object-fit:cover;overflow:hidden}.stories__grid-left-bottom-images img:last-child{width:80%;object-fit:cover;border-radius:.75rem;overflow:hidden}.stories__grid-left-bottom-cards{width:61.77%;display:grid;grid-template-rows:1.55fr 1fr;grid-gap:1rem;gap:1rem}.stories__grid-left-bottom-cards>:last-child{overflow:hidden}.stories__grid-right{height:100%;width:46.76%}.stories__grid-right-space{height:10%;width:100%}.stories__grid-right-top{height:31.8%;width:100%;display:flex;align-items:flex-end;gap:1rem;align-self:stretch;padding-bottom:1rem}.stories__grid-right-top>:first-child{height:110%}.stories__grid-right-middle{height:38%;display:flex;gap:1rem;padding-right:1rem;padding-bottom:1rem;align-items:stretch}.stories__grid-right-middle>:first-child{width:40%}.stories__grid-right-middle>:last-child{width:55%}.stories__grid-right-bottom{height:23.2%;width:100%}.stories__grid-image{height:100%}.stories__grid-image--hover{transition:transform .3s ease,box-shadow .3s ease}.stories__grid-image--hover:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 20px rgba(0,0,0,.1)}.stories-card{width:auto;height:auto;padding:16px;background:var(--White,white);border-radius:12px;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;transition:transform .3s ease,box-shadow .3s ease}.stories-card:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 10px 20px rgba(0,0,0,.1)}.stories-card__content{flex:1 1;justify-content:space-between}.stories-card__content,.stories-card__testimonial{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start}.stories-card__testimonial{justify-content:flex-start}.stories-card__testimonial-text{font-size:1rem;letter-spacing:0;font-weight:500;word-wrap:break-word;margin:0;padding:0}@media(max-width:1024px){.stories-card__testimonial-text{font-size:1rem}}@media(max-width:493px){.stories-card__testimonial-text{font-size:.875rem}}.stories-card__testimonial-highlight{color:#4434ef}.stories-card__testimonial-additional,.stories-card__testimonial-highlight{font-size:16px;font-family:DM Sans;font-weight:500;line-height:20.8px;word-wrap:break-word}.stories-card__testimonial-additional{color:rgba(0,0,0,.6)}.stories-card__author{align-self:stretch;display:inline-flex;justify-content:flex-start;align-items:center;margin-top:16px}.stories-card__author-info{flex:1 1;display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3px}.stories-card__author-name{align-self:stretch;color:var(--Black,black);font-size:20px;font-weight:500;line-height:26px;word-wrap:break-word;letter-spacing:-.0625rem}.stories-card__author-role{font-weight:400}.stories-card__author-organization,.stories-card__author-role{align-self:stretch;color:var(--Black,black);font-size:14px;line-height:18.9px;word-wrap:break-word}.stories-card__author-organization{font-family:DM Sans;font-weight:500}.stories-card__author-image{width:53px;height:53px;border-radius:49px;object-fit:cover}.stories__flip-card{background-color:rgba(0,0,0,0);perspective:1000px;width:100%;height:100%;transition:transform .3s ease}.stories__flip-card:hover{transform:translateY(-5px) scale(1.02)}.stories__flip-card:hover .stories__flip-card-inner{transform:rotateY(180deg)}.stories__flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.stories__flip-card-inner.flipped{transform:rotateY(180deg)}.stories__flip-card-back,.stories__flip-card-front{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:8px;overflow:hidden;box-sizing:border-box}.stories__flip-card-front{background-color:rgba(0,0,0,0);display:flex;align-items:center;justify-content:center}.stories__flip-card-front img{max-width:100%}.stories__flip-card-back{background-color:#f8f8f8;color:#333;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;padding:17px 15px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.stories__grid-left-top .stories__flip-card{width:30%}.stories__grid-left-top .stories__flip-card-back{width:100%;max-width:100%}.image-backside-wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:.5rem;padding:0;box-sizing:border-box}.image-backside-icon{display:flex;justify-content:flex-start;align-items:flex-start}.image-backside-content{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;align-self:stretch;color:#222}@media(max-width:1024px){.image-backside-content{font-size:.875rem}}@media(max-width:493px){.image-backside-content{font-size:.75rem}}.stories__linkedin-link{display:inline-block;text-decoration:none}@media screen and (max-width:1024px){.stories{padding:3.5rem 4rem}.stories__header-container .stories__title{font-size:1.75rem}.stories__header-container .stories__description{padding-bottom:3rem}.stories__grid{height:500px;gap:.5rem}.stories__grid .stories__grid-left img,.stories__grid .stories__grid-right img{object-fit:cover}.stories__grid-left-top{gap:.5rem;padding-bottom:.5rem}.stories__grid-left-bottom,.stories__grid-left-bottom-images{gap:.5rem}.stories__grid-left-bottom-cards{gap:.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.stories__grid-left-bottom-cards>:first-child{height:80%}.stories__grid-left-bottom-cards>:last-child{overflow:hidden}.stories__grid-right-middle,.stories__grid-right-top{gap:.5rem;padding-bottom:.5rem}.stories__grid .stories-card{padding:12px;gap:20px}.stories__grid .stories-card__content .stories-card__testimonial-additional,.stories__grid .stories-card__content .stories-card__testimonial-highlight,.stories__grid .stories-card__content .stories-card__testimonial-text{font-size:8px;line-height:130%}.stories__grid .stories-card__content .stories-card__author{margin-top:12px}.stories__grid .stories-card__content .stories-card__author-info .stories-card__author-name{font-size:10.251px;font-weight:500;line-height:130%;letter-spacing:-.513px}.stories__grid .stories-card__content .stories-card__author-info .stories-card__author-organization,.stories__grid .stories-card__content .stories-card__author-info .stories-card__author-role{font-size:7.176px;font-weight:400;line-height:135%}.stories__grid .stories-card__content .stories-card__author-image{width:28px;height:28px}.stories__mobile{display:none}.stories-section__blur{height:180px}.stories-section__blur-gradient{height:208px}.stories-section__button{bottom:60px}.stories__flip-card{width:100%!important}.stories__flip-card-back,.stories__flip-card-front{width:100%}.stories__flip-card-front img{width:100%;height:100%;object-fit:cover}.stories__grid-left-top .stories__flip-card{width:45%!important}.stories__grid-right-middle .stories__flip-card{width:41%!important;flex-shrink:0}}@media screen and (max-width:493px){.stories{padding:56px 24px;gap:20px;flex-shrink:0}.stories,.stories .stories__header-container{display:flex;flex-direction:column;align-items:center;align-self:stretch}.stories .stories__header-container{gap:.5rem;margin-bottom:unset}.stories .stories__title{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}}@media screen and (max-width:493px)and (max-width:1024px){.stories .stories__title{font-size:2.75rem}}@media screen and (max-width:493px)and (max-width:493px){.stories .stories__title{font-size:2.25rem}}@media screen and (max-width:493px){.stories .stories__description{font-size:1rem;letter-spacing:0;font-weight:500;padding-bottom:unset}}@media screen and (max-width:493px)and (max-width:1024px){.stories .stories__description{font-size:1rem}}@media screen and (max-width:493px)and (max-width:493px){.stories .stories__description{font-size:.875rem}}@media screen and (max-width:493px){.stories .stories__mobile{display:flex;flex-direction:column;align-items:space-between;justify-content:flex-start;height:1000px;gap:1rem;width:100%}.stories .stories__mobile-image,.stories .stories__mobile-image-img{width:100%;height:100%;object-fit:cover}}.campus-partners-how-it-works{background:#ebebeb;overflow:hidden}.campus-partners{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3.75rem 0;gap:2.5rem;height:auto;overflow:hidden;width:100%}.campus-partners__header{font-size:2rem;letter-spacing:-.125rem;font-weight:500}@media(max-width:1024px){.campus-partners__header{font-size:1.75rem}}@media(max-width:493px){.campus-partners__header{font-size:1.5rem}}.campus-partners__content{width:100%;overflow:hidden;display:flex;flex-direction:column;gap:2rem;margin:0 -5rem;width:calc(100% + 10rem)}.campus-partners .marquee-container{width:100%;overflow:hidden;position:relative;padding:1rem 0}.campus-partners .marquee-container.reverse{margin-top:.5rem}.campus-partners .marquee{display:flex;width:max-content;animation:marquee 60s linear infinite}.campus-partners .marquee:hover{animation-play-state:paused}.campus-partners .marquee-reverse{animation:marquee-reverse 70s linear infinite}.campus-partners .marquee-item{display:flex;align-items:center;justify-content:center;padding:0 2rem;transition:transform .3s ease;height:80px;overflow:visible}.campus-partners .marquee-item:hover{transform:scale(1.1);z-index:2}.campus-partners .marquee-item img{object-fit:contain;max-height:75px;opacity:.9;transition:opacity .3s ease,transform .3s ease}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes marquee-reverse{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.how-it-works__wrapper{background:#ebebeb;padding:4.375rem 0 4.375rem 5rem;display:flex;align-items:flex-start;gap:3rem}.how-it-works__cards-container{margin-top:5.5rem}.how-it-works__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;position:relative;height:658px;--indicator-top:19rem}.how-it-works__content:before{background:#d9d9d9;height:370px;z-index:1}.how-it-works__content:after,.how-it-works__content:before{content:"";position:absolute;left:0;top:17rem;border-radius:2px;width:4px}.how-it-works__content:after{background:linear-gradient(180deg,#b247ff,#2218e1 152.78%);height:80px;z-index:2;opacity:0;transition:top .4s ease,opacity .3s ease}.how-it-works__content.has-active-item:after{opacity:1;top:var(--indicator-top)}.how-it-works__content .how-it-works__header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}@media(max-width:1024px){.how-it-works__content .how-it-works__header{font-size:2.75rem}}@media(max-width:493px){.how-it-works__content .how-it-works__header{font-size:2.25rem}}.how-it-works__content .how-it-works__description{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;font-weight:500;padding-bottom:2rem}@media(max-width:1024px){.how-it-works__content .how-it-works__description{font-size:1.25rem}}@media(max-width:493px){.how-it-works__content .how-it-works__description{font-size:1rem}}.how-it-works__lottie{width:1000px;height:659px;flex-shrink:0}.how-it-works__card{display:flex;align-items:flex-start;gap:1rem;margin-bottom:3.625rem;cursor:pointer;transition:all .3s ease;position:relative}.how-it-works__card-active-indicator{display:none}.how-it-works__card-content{display:flex;flex-direction:column;gap:.5rem;margin-left:calc(1rem + 4px)}.how-it-works__card-header{color:gray;font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;font-weight:500;transition:color .3s ease}@media(max-width:1024px){.how-it-works__card-header{font-size:1.25rem}}@media(max-width:493px){.how-it-works__card-header{font-size:1rem}}.how-it-works__card-subheader{display:none;color:#000;font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;transition:all .3s ease;max-height:0;overflow:hidden}@media(max-width:1024px){.how-it-works__card-subheader{font-size:1rem}}@media(max-width:493px){.how-it-works__card-subheader{font-size:.875rem}}.how-it-works__card.hovered:not(.active) .how-it-works__card-header{color:#000}.how-it-works__card.active .how-it-works__card-header{color:#000;font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal}@media(max-width:1024px){.how-it-works__card.active .how-it-works__card-header{font-size:1.5rem}}@media(max-width:493px){.how-it-works__card.active .how-it-works__card-header{font-size:1.25rem}}.how-it-works__card.active .how-it-works__card-subheader{display:block;max-height:200px}@media screen and (max-width:1024px){.campus-partners-how-it-works{padding:4rem 0}.campus-partners{padding:2.5rem 0;height:auto}.campus-partners__content{gap:1.75rem;margin:0 -2rem;width:calc(100% + 4rem)}.campus-partners .marquee{animation:marquee 55s linear infinite}.campus-partners .marquee-reverse{animation:marquee-reverse 65s linear infinite}.campus-partners .marquee-container{padding:.75rem 0}.campus-partners .marquee-item{padding:0 1.5rem;height:70px}.campus-partners .marquee-item img{max-height:50px;width:auto}.how-it-works__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch;gap:2rem;padding:3.75rem}.how-it-works__content{height:auto;gap:.75rem;padding-bottom:unset}.how-it-works__content:after,.how-it-works__content:before{display:none}.how-it-works__content .how-it-works__description{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;font-weight:500;padding-bottom:0}}@media screen and (max-width:1024px)and (max-width:1024px){.how-it-works__content .how-it-works__description{font-size:1.25rem}}@media screen and (max-width:1024px)and (max-width:493px){.how-it-works__content .how-it-works__description{font-size:1rem}}@media screen and (max-width:1024px){.how-it-works__header{text-align:center;width:100%;display:flex}.how-it-works__button-container-tablet{display:flex;justify-content:flex-end;width:100%;margin-top:1rem}.how-it-works__lottie{order:2;width:100%;overflow:hidden;border-radius:8px}.how-it-works__cards-container{order:3;margin-top:2rem;width:100%;position:relative;--tablet-indicator-top:0rem}.how-it-works__cards-container:before{content:"";position:absolute;left:0;top:0;border-radius:2px;background:#d9d9d9;width:4px;height:87%;z-index:1}.how-it-works__cards-container:after{content:"";position:absolute;left:0;top:var(--tablet-indicator-top);border-radius:2px;background:linear-gradient(180deg,#b247ff,#2218e1 152.78%);width:4px;height:80px;z-index:2;opacity:1;transition:top .4s ease}.how-it-works__card.active~.how-it-works__card:nth-child(2)~.how-it-works__cards-container:after{top:0;opacity:1}.how-it-works__card.active~.how-it-works__card:nth-child(3)~.how-it-works__cards-container:after{top:5.625rem;opacity:1}.how-it-works__card.active~.how-it-works__card:nth-child(4)~.how-it-works__cards-container:after{top:11.25rem;opacity:1}.how-it-works__card.active~.how-it-works__cards-container:after{opacity:1}.how-it-works__card.active:first-child~.how-it-works__cards-container:after{top:0}.how-it-works__card.active:nth-child(2)~.how-it-works__cards-container:after{top:5.625rem}.how-it-works__card.active:nth-child(3)~.how-it-works__cards-container:after{top:11.25rem}.how-it-works__card.active:nth-child(4)~.how-it-works__cards-container:after{top:16.875rem}}@media screen and (max-width:493px){.campus-partners-how-it-works{padding:3.5rem 0}.campus-partners{padding:2rem 0;height:auto}.campus-partners__content{gap:1.25rem;margin:0 -1.5rem;width:calc(100% + 3rem)}.campus-partners .marquee{animation:marquee 50s linear infinite}.campus-partners .marquee-reverse{animation:marquee-reverse 60s linear infinite}.campus-partners .marquee-container{padding:.5rem 0}.campus-partners .marquee-item{padding:0 1.25rem;height:60px}.campus-partners .marquee-item img{max-height:40px;width:auto}.how-it-works__wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:32px;align-self:stretch;gap:2rem;padding:3.5rem 1.5rem}.how-it-works__content{height:auto;gap:.75rem;padding-bottom:unset}.how-it-works__content:after,.how-it-works__content:before{display:none}.how-it-works__content .how-it-works__description{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;font-weight:500;padding-bottom:0}}@media screen and (max-width:493px)and (max-width:1024px){.how-it-works__content .how-it-works__description{font-size:1.25rem}}@media screen and (max-width:493px)and (max-width:493px){.how-it-works__content .how-it-works__description{font-size:1rem}}@media screen and (max-width:493px){.how-it-works__header{text-align:center;width:100%;display:flex}.how-it-works__lottie{order:2;width:345px;max-height:248px;overflow:hidden}.how-it-works__cards-container{order:3;margin-top:2rem;width:100%;position:relative;--mobile-indicator-top:0rem}.how-it-works__cards-container:before{content:"";position:absolute;left:0;top:0;border-radius:2px;background:#d9d9d9;width:4px;height:87%;z-index:1}.how-it-works__cards-container:after{content:"";position:absolute;left:0;top:var(--mobile-indicator-top);border-radius:2px;background:linear-gradient(180deg,#b247ff,#2218e1 152.78%);width:4px;height:80px;z-index:2;opacity:1;transition:top .4s ease}.how-it-works__card.active~.how-it-works__card:nth-child(2)~.how-it-works__cards-container:after{top:0;opacity:1}.how-it-works__card.active~.how-it-works__card:nth-child(3)~.how-it-works__cards-container:after{top:3.625rem;opacity:1}.how-it-works__card.active~.how-it-works__card:nth-child(4)~.how-it-works__cards-container:after{top:10.25rem;opacity:1}.how-it-works__card.active~.how-it-works__cards-container:after{opacity:1}.how-it-works__card.active:first-child~.how-it-works__cards-container:after{top:0}.how-it-works__card.active:nth-child(2)~.how-it-works__cards-container:after{top:3.625rem}.how-it-works__card.active:nth-child(3)~.how-it-works__cards-container:after{top:10.25rem}.how-it-works__card.active:nth-child(4)~.how-it-works__cards-container:after{top:16.875rem}}.simulator__page{background:#000;display:flex;align-items:center;justify-content:center;padding:20rem 5rem 13rem;position:relative;z-index:0}.simulator__page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ebebeb;z-index:1;transition:opacity .5s ease-in-out;pointer-events:none;opacity:0}.simulator__page--from-opportunities:before{opacity:1}.simulator__page--from-opportunities.fade-in-visible:before{opacity:0}.simulator__page--from-opportunities.fade-in-visible .simulator__container{transition-delay:.3s}.simulator__page--from-hero{background-color:#000!important}.simulator__page--from-hero.fade-in-hidden:before,.simulator__page--from-hero.fade-in-visible:before,.simulator__page--from-hero:before{opacity:0!important;display:none}.simulator__page.fade-in-hidden{background-color:#000!important}.simulator__page.fade-in-hidden .simulator__container{opacity:0;transition:opacity 1s ease-in-out;will-change:opacity}.simulator__page.fade-in-visible{background-color:#000!important}.simulator__page.fade-in-visible .simulator__container{opacity:1;transition:opacity 1s ease-in-out;will-change:opacity}.simulator__container{display:flex;flex-direction:column;align-items:flex-start;flex-shrink:0;gap:4rem;width:100%;position:relative;z-index:2}.simulator__header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;color:#e6e6e6}@media(max-width:1024px){.simulator__header{font-size:2.75rem}}@media(max-width:493px){.simulator__header{font-size:2.25rem}}.simulator__header__gradient{background:linear-gradient(270deg,#8591ff 90.2%,#d574e2 102.66%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.simulator__frame-wrapper{display:flex;justify-content:space-between;align-items:flex-end;align-self:stretch;width:100%}.simulator__frame{display:flex;flex-direction:column;align-items:flex-start;height:515px}.simulator__window-bar,.simulator__window-bar-wrapper{display:flex;align-items:center}.simulator__window-bar{border-radius:14px 14px 0 0;background:#303030;width:186px;gap:.5rem;padding:.625rem 1rem;height:2.75rem;color:#fff;font-size:1rem;letter-spacing:0;font-weight:500;cursor:pointer;transition:background .3s ease}@media(max-width:1024px){.simulator__window-bar{font-size:1rem}}@media(max-width:493px){.simulator__window-bar{font-size:.875rem}}.simulator__window-bar--active{background:#3f3f3f}.simulator__frame-lottie{height:471px;width:800px;padding:.625rem;gap:.5rem;border-radius:0 14px 14px 14px;background:#3f3f3f}.simulator__frame-content{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;width:440px;padding-top:3.5rem;position:absolute;right:0}.simulator__text-wrapper{width:100%}.simulator__headers{gap:1.5rem;margin-bottom:2rem}.simulator__header-item,.simulator__headers{display:flex;flex-direction:column;width:100%}.simulator__header-item{gap:.5rem}.simulator__item-header{font-size:2rem;letter-spacing:-.125rem;font-weight:500;color:#707070;cursor:pointer;transition:color .3s ease}@media(max-width:1024px){.simulator__item-header{font-size:1.75rem}}@media(max-width:493px){.simulator__item-header{font-size:1.5rem}}.simulator__item-header--active{color:#fff}.simulator__text-content{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;color:#adadad;margin-bottom:.5rem}@media(max-width:1024px){.simulator__text-content{font-size:1rem}}@media(max-width:493px){.simulator__text-content{font-size:.875rem}}.simulator__progress-bar{height:4px}.simulator__progress-bar,.simulator__progress-bar--active{border-radius:35px;background:rgba(217,217,217,.1);width:100%;position:relative;overflow:hidden}.simulator__progress-bar--active{height:5px}.simulator__progress-bar--active:after{content:"";position:absolute;top:0;left:0;height:100%;width:0;background:linear-gradient(270deg,#8591ff,#d574e2 102.69%);animation:progress 4s ease-out infinite}@keyframes progress{0%{width:0}to{width:100%}}@media screen and (max-width:1024px){.simulator__page{padding:0;position:relative;background:#000}.simulator__container{position:relative;z-index:1;margin:24px;gap:2.5rem;background:#000;border-radius:8px;padding:3.75rem 3.75rem 5rem;overflow:hidden}.simulator__header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal}}@media screen and (max-width:1024px)and (max-width:1024px){.simulator__header{font-size:2.75rem}}@media screen and (max-width:1024px)and (max-width:493px){.simulator__header{font-size:2.25rem}}@media screen and (max-width:1024px){.simulator__header__gradient{background:linear-gradient(90deg,#8591ff,#d574e2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700}.simulator__frame-wrapper{flex-direction:column;align-items:center;gap:2.5rem}.simulator__frame{height:auto;width:100%}.simulator__frame-content{display:flex;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;position:relative;width:100%;margin-right:0;padding-top:0;right:auto}.simulator__window-bar-wrapper{width:100%;display:flex;margin-bottom:0}.simulator__window-bar{width:150;height:35px;padding:6.44px 18.5px;align-items:center;gap:4.519px;border-radius:11.27px 11.27px 0 0;background:#303030}.simulator__window-bar--active{background:#3f3f3f}.simulator__window-bar__window-bar-text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;color:#fff}}@media screen and (max-width:1024px)and (max-width:1024px){.simulator__window-bar__window-bar-text{font-size:.875rem}}@media screen and (max-width:1024px)and (max-width:493px){.simulator__window-bar__window-bar-text{font-size:.75rem}}@media screen and (max-width:1024px){.simulator__frame-lottie{display:flex;height:363px;width:100%;padding:4.286px;flex-direction:column;align-items:flex-start;gap:6.44px;flex-shrink:0;align-self:stretch;border-radius:0 11.27px 11.27px 11.27px;background:#3f3f3f}.simulator__text-wrapper{padding:0}.simulator__headers{gap:0;margin-bottom:0}.simulator__header-item{padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);gap:.25rem}.simulator__header-item:last-child{border-bottom:none}.simulator__item-header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal;color:#555}}@media screen and (max-width:1024px)and (max-width:1024px){.simulator__item-header{font-size:1.5rem}}@media screen and (max-width:1024px)and (max-width:493px){.simulator__item-header{font-size:1.25rem}}@media screen and (max-width:1024px){.simulator__item-header--active{color:#fff}.simulator__text-content{font-size:.875rem;color:#999;margin-bottom:.5rem;line-height:1.4}.simulator__progress-bar{display:none}.simulator__progress-bar--active{display:block;height:3px}}@media screen and (max-width:493px){.simulator__page{padding:0;position:relative;background:#000}.simulator__container{position:relative;z-index:1;margin:24px;gap:1.5rem;background:#000;border-radius:8px;padding:1.25rem 1rem;overflow:hidden}.simulator__header{font-size:2.5rem;letter-spacing:-.125rem;font-weight:500}}@media screen and (max-width:493px)and (max-width:1024px){.simulator__header{font-size:2.25rem}}@media screen and (max-width:493px)and (max-width:493px){.simulator__header{font-size:2rem}}@media screen and (max-width:493px){.simulator__header__gradient{background:linear-gradient(90deg,#8591ff,#d574e2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700}.simulator__frame-wrapper{gap:1.5rem}.simulator__frame{height:auto;width:100%}.simulator__window-bar-wrapper{width:100%;display:flex;margin-bottom:0}.simulator__window-bar{width:105.078px;height:24.857px;padding:5.649px 9.039px 5.649px 8px;align-items:center;gap:4.519px;border-radius:7.909px 7.909px 0 0;background:#303030}.simulator__window-bar--active{background:#3f3f3f}.simulator__window-bar__window-bar-text{font-size:.875rem;letter-spacing:-.75px;font-weight:400;line-height:125%;color:#fff}}@media screen and (max-width:493px)and (max-width:1024px){.simulator__window-bar__window-bar-text{font-size:.875rem}}@media screen and (max-width:493px)and (max-width:493px){.simulator__window-bar__window-bar-text{font-size:.75rem}}@media screen and (max-width:493px){.simulator__frame-lottie{height:202px;padding:4.286px;gap:3.429px;flex-shrink:0;border-radius:0 6px 6px 6px;background:#3f3f3f}.simulator__frame-content,.simulator__frame-lottie{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.simulator__frame-content{gap:8px}.simulator__text-wrapper{padding:0}.simulator__headers{gap:0;margin-bottom:0}.simulator__header-item{padding:.75rem 0;border-bottom:1px solid hsla(0,0%,100%,.1);gap:.25rem}.simulator__header-item:last-child{border-bottom:none}.simulator__item-header{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal;color:#555}}@media screen and (max-width:493px)and (max-width:1024px){.simulator__item-header{font-size:1.5rem}}@media screen and (max-width:493px)and (max-width:493px){.simulator__item-header{font-size:1.25rem}}@media screen and (max-width:493px){.simulator__item-header--active{color:#fff}.simulator__text-content{font-size:.875rem;color:#999;margin-bottom:.5rem;line-height:1.4}.simulator__progress-bar{display:none}.simulator__progress-bar--active{display:block;height:3px}}.hero-start-wrapper{width:100vw;height:100vh;position:relative;top:0;left:0;overflow:hidden;background-color:#000}.fade-in{opacity:0;animation:fadeIn 1s ease-in forwards;animation-delay:.3s;will-change:opacity}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.second-animation-container{position:relative;width:100%;height:100%}.second-animation-container:after{bottom:30px;width:30px;height:50px;border:2px solid hsla(0,0%,100%,.6);border-radius:25px;animation:scrollIndicator 2s infinite;transition:opacity .8s ease;animation-delay:3s}.second-animation-container:after,.second-animation-container:before{content:"";position:absolute;left:50%;transform:translateX(-50%);opacity:0}.second-animation-container:before{bottom:70px;width:6px;height:6px;background-color:hsla(0,0%,100%,.8);border-radius:50%;animation:scrollDot 2s infinite;z-index:1;animation-delay:3s}.login-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);gap:1rem;text-align:center;z-index:2;color:hsla(0,0%,100%,.9);width:90%;max-width:800px;opacity:0;transition:opacity .5s ease;pointer-events:none;will-change:transform,opacity,filter}.login-text.fade-in{pointer-events:auto}.login-text.transitioning{transition:transform .3s ease-out,opacity .3s ease-out,filter .3s ease-out}.login-text .hero-start-title{font-size:4rem;letter-spacing:-.156rem;font-weight:500;line-height:normal;font-style:normal;color:#fff}@media(max-width:1024px){.login-text .hero-start-title{font-size:3.5rem}}@media(max-width:493px){.login-text .hero-start-title{font-size:2.5rem}}.login-text .hero-start-description{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;font-weight:500;align-self:stretch;padding:0 2rem}@media(max-width:1024px){.login-text .hero-start-description{font-size:1.25rem}}@media(max-width:493px){.login-text .hero-start-description{font-size:1rem}}.login-text .hero-start-button{margin-top:1.5rem}.third-animation-container{position:relative;width:100%;height:100%}.hero-content-overlay{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-content-overlay.visible{opacity:1}.overlay-text{text-align:center;max-width:800px;margin:0 auto}.overlay-text .text-sentence{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;display:flex;flex-wrap:wrap;justify-content:center}@media(max-width:1024px){.overlay-text .text-sentence{font-size:2.75rem}}@media(max-width:493px){.overlay-text .text-sentence{font-size:2.25rem}}.overlay-text .text-sentence .text-word{color:hsla(0,0%,100%,.4);transition:color .3s ease-out,filter .3s ease-out;margin:0 .2rem;filter:blur(1.6px)}.overlay-text .text-sentence .text-word.active{color:#fff;filter:blur(0)}.overlay-text .text-sentence .text-word.active.gradient-domains,.overlay-text .text-sentence .text-word.active.gradient-future-ai{color:rgba(0,0,0,0)}.overlay-text .text-sentence .text-word.transitioning-1{color:hsla(0,0%,100%,.85);filter:blur(.3px)}.overlay-text .text-sentence .text-word.transitioning-2{color:hsla(0,0%,100%,.65);filter:blur(.8px)}.overlay-text .text-sentence .text-word.gradient-future-ai-wrapper{position:relative}.overlay-text .text-sentence .text-word.gradient-future-ai-wrapper .star-icon{position:absolute;top:0;right:-10%}.scroll-disabled{overflow:hidden}.hero-icons{display:inline-flex;height:3.25px;padding:1rem 1.5rem;justify-content:center;align-items:center;gap:.5rem;flex-shrink:0;border-radius:3rem;border:1px solid hsla(0,0%,100%,.06);background:hsla(0,0%,100%,.09)}.hero-icons .hero-icons-text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;color:#fff;white-space:nowrap}@media(max-width:1024px){.hero-icons .hero-icons-text{font-size:1rem}}@media(max-width:493px){.hero-icons .hero-icons-text{font-size:.875rem}}.hero-icons-layout{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-icon-container{transform:translate(-50%,-50%);z-index:2}.hero-icon-container[style*=right]{transform:translate(50%,-50%)}.hero-icon-container[style*=bottom]{transform:translate(-50%,50%)}.hero-icon-container[style*=right][style*=bottom]{transform:translate(50%,50%)}.hero-icons-layout-container{position:absolute;width:100%;height:100%;bottom:0;left:0;transition:transform .8s ease-out,opacity .8s ease-out;will-change:transform,opacity}.gradient-future-ai.active{background:linear-gradient(85deg,#8591ff 34.63%,#d574e2 58.16%);background-clip:text;-webkit-background-clip:text}.gradient-domains.active,.gradient-future-ai.active{-webkit-text-fill-color:rgba(0,0,0,0);display:inline-block}.gradient-domains.active{background:linear-gradient(90deg,#8591ff 17.98%,#d574e2 36.59%);background-clip:text;-webkit-background-clip:text}.faqs-page{align-items:center;justify-content:center;padding:7.5rem 5rem;background:#ebebeb}.faqs-page,.faqs-page__header{display:flex;flex-direction:column}.faqs-page__header{align-items:flex-start;gap:1rem;align-self:stretch}.faqs-page__header-text{font-size:4rem;letter-spacing:-.156rem;font-weight:500;line-height:normal;font-style:normal;background:linear-gradient(90deg,#2f41e3,#db6ee9);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width:1024px){.faqs-page__header-text{font-size:3.5rem}}@media(max-width:493px){.faqs-page__header-text{font-size:2.5rem}}.faqs-page__description-text{font-size:1.25rem;letter-spacing:-.0625rem;font-weight:400;color:#000}@media(max-width:1024px){.faqs-page__description-text{font-size:1.25rem}}@media(max-width:493px){.faqs-page__description-text{font-size:1rem}}.faqs-page__filter-container{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;align-self:stretch;margin-top:2rem}.faqs-page__header-filters{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;align-self:stretch}.faqs-page__faq-section{padding-top:40px}.faqs-page .faqs-page-wrapper,.faqs-page__faq-section{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch}.faqs-page .faqs-page-wrapper{gap:3rem}.faq-section{display:flex;flex-direction:column;padding-top:2.5rem;padding-bottom:2.5rem;align-items:flex-start;gap:1.5rem;align-self:stretch}.faq-section:last-child{border-bottom:none}.faq-section__header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;color:#000;margin-bottom:1rem}@media(max-width:1024px){.faq-section__header{font-size:2.75rem}}@media(max-width:493px){.faq-section__header{font-size:2.25rem}}.faq-section__data{display:flex;flex-direction:column;gap:1rem;width:100%}.faq-section .faqs-cards-container{display:flex;padding-top:2.5rem;align-items:flex-start;gap:2.5rem;align-self:stretch}.faq-card{display:flex;width:100%;padding:2rem 2.5rem 2rem 0;flex-direction:column;align-items:flex-start;gap:.5rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.faq-card:last-child{border-bottom:none}.faq-card .faq-question-row{display:flex;width:100%;justify-content:space-between;align-items:center}.faq-card .faq-question-text{font-size:1.5rem;letter-spacing:-.063rem;font-weight:500;line-height:normal;font-style:normal;color:#000}@media(max-width:1024px){.faq-card .faq-question-text{font-size:1.5rem}}@media(max-width:493px){.faq-card .faq-question-text{font-size:1.25rem}}.faq-card .faq-toggle-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;transition:transform .3s ease}.faq-card .faq-answer-container{max-height:0;overflow:hidden;transition:max-height .5s ease,padding .3s ease;width:100%}.faq-card .faq-answer-text{font-size:1rem;letter-spacing:0;font-weight:400;line-height:130%;font-style:normal;opacity:0;transition:opacity .3s ease;padding:0}@media(max-width:1024px){.faq-card .faq-answer-text{font-size:1rem}}@media(max-width:493px){.faq-card .faq-answer-text{font-size:.875rem}}.faq-card.open .faq-toggle-icon{transform:rotate(180deg)}.faq-card.open .faq-answer-container{max-height:500px;padding-top:1rem;padding-bottom:1.5rem}.faq-card.open .faq-answer-text{opacity:1}@media screen and (max-width:493px){.faq-card{padding:1.5rem 1.25rem 1.5rem 0}.faq-card .faq-question-text{font-size:1.125rem}}.login-page{position:relative;height:100vh;align-items:center;justify-content:space-between}.login-page,.login-page__header{display:flex;flex-direction:column}.login-page__header{width:100%;padding:1rem 1.5rem;align-items:flex-start}.login-page__content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:400px;height:60%}.login-page__content-header-container{display:flex;flex-direction:column;gap:.5rem;text-align:center}.login-page__content-header{font-size:3rem;letter-spacing:-.156rem;font-weight:400;font-style:normal;line-height:normal;text-align:center;display:flex;justify-content:center}@media(max-width:1024px){.login-page__content-header{font-size:2.75rem}}@media(max-width:493px){.login-page__content-header{font-size:2.25rem}}.login-page__content-subheader{font-size:1rem;letter-spacing:0;font-weight:500}@media(max-width:1024px){.login-page__content-subheader{font-size:1rem}}@media(max-width:493px){.login-page__content-subheader{font-size:.875rem}}.login-page__footer{position:absolute;bottom:-30px;left:0;width:100%;height:100px;background:linear-gradient(108deg,#9F2BED 33.75%,#3121E5 89.06%),#d9d9d9;filter:blur(89px)}