.get-started-modal{scrollbar-width:thin;scrollbar-color:#0817664d #0000;max-height:80vh;padding:clamp(3rem,8vw,4rem) clamp(2rem,6vw,3rem) clamp(2rem,6vw,3rem);overflow:hidden auto}.get-started-modal::-webkit-scrollbar{width:6px}.get-started-modal::-webkit-scrollbar-track{background:0 0}.get-started-modal::-webkit-scrollbar-thumb{background:#0817664d;border-radius:3px}.get-started-modal::-webkit-scrollbar-thumb:hover{background:#08176680}@media (max-width:768px){.get-started-modal{padding:clamp(3.5rem,10vw,4rem) clamp(2rem,8vw,2.5rem) clamp(2rem,8vw,2.5rem)}}.get-started-modal__header{text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.get-started-modal__title{color:#081766;margin-bottom:.75rem;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700}.get-started-modal__subtitle{color:#666;margin:0;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(.95rem,2vw,1.1rem);font-weight:400}.get-started-modal__form{flex-direction:column;gap:clamp(1.25rem,3vw,1.5rem);display:flex}.get-started-modal__form-row{grid-template-columns:1fr;gap:clamp(1rem,2.5vw,1.25rem);display:grid}@media (min-width:640px){.get-started-modal__form-row{grid-template-columns:repeat(2,1fr)}}.get-started-modal__form-field{flex-direction:column;gap:.5rem;display:flex}.get-started-modal__form-label{color:#000;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(.95rem,1.8vw,1.1rem);font-weight:500}.get-started-modal__form-input{color:#000;background:#fff;border:1px solid #000;border-radius:clamp(1rem,3vw,1.25rem);width:100%;padding:clamp(.65rem,2vw,.875rem);font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(.9rem,1.6vw,1rem);transition:all .2s}.get-started-modal__form-input:focus{outline:none;transform:scale(1.01);box-shadow:0 4px 12px #0000001a}.get-started-modal__form-input::placeholder{color:#94a3b8}.get-started-modal__form-input--other{margin-top:.75rem}.get-started-modal__divider{text-align:center;align-items:center;margin:clamp(.5rem,2vw,1rem) 0;display:flex}.get-started-modal__divider:before,.get-started-modal__divider:after{content:"";border-bottom:1px solid #e2e8f0;flex:1}.get-started-modal__divider span{color:#64748b;padding:0 1rem;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(.85rem,1.6vw,.95rem);font-weight:500}.get-started-modal__radio-group{flex-wrap:wrap;gap:1rem;display:flex}.get-started-modal__radio-group--vertical{flex-direction:column;gap:.75rem}.get-started-modal__radio-label{cursor:pointer;color:#000;align-items:center;gap:.5rem;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(.9rem,1.6vw,1rem);transition:color .2s;display:flex}.get-started-modal__radio-label:hover{color:#081766}.get-started-modal__radio-input{cursor:pointer;accent-color:#081766;flex-shrink:0;width:18px;height:18px}.get-started-modal__radio-text{-webkit-user-select:none;user-select:none}.get-started-modal__form-submit{color:#fff;cursor:pointer;background:#081766;border:1px solid #000;border-radius:clamp(1.25rem,3vw,1.5rem);justify-content:center;align-items:center;gap:.75rem;width:100%;max-width:280px;margin:clamp(1rem,3vw,1.5rem) auto 0;padding:clamp(.875rem,2vw,1rem) clamp(1.5rem,4vw,2rem);font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:700;transition:all .3s;display:flex}.get-started-modal__form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #08176659}.get-started-modal__form-submit:disabled{opacity:.7;cursor:not-allowed}.get-started-modal__send-icon{object-fit:contain;width:clamp(18px,2.5vw,24px);height:clamp(18px,2.5vw,24px)}.get-started-modal__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite get-started-modal-spin}@keyframes get-started-modal-spin{to{transform:rotate(360deg)}}
.header{z-index:50;-webkit-backdrop-filter:blur(8px);background:0 0;width:100%;position:fixed;top:0;left:0;right:0}.header__container{max-width:100%;padding-left:5%;padding-right:5%}.header__content{justify-content:space-between;align-items:center;padding:1rem 0;display:flex}@media (min-width:640px){.header__content{padding:1.2rem 0}}.header__logo{cursor:pointer;align-items:center;transition:transform .2s;display:flex;transform:scale(1)}.header__logo:hover{transform:scale(1.05)}.header__logo:active{transform:scale(.98)}.header__logo-img{object-fit:contain;width:156px;height:51px;display:block}@media (max-width:768px){.header__logo{transform:scale(.85)}.header__logo:hover{transform:scale(.9)}.header__logo:active{transform:scale(.83)}.header__logo .header__logo-img{width:130px;height:42px}}@media (max-width:480px){.header__logo{transform:scale(.75)}.header__logo:hover{transform:scale(.8)}.header__logo:active{transform:scale(.73)}.header__logo .header__logo-img{width:110px;height:36px}}.header__button{color:#2b7fed;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #2b7fed;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s ease-in-out}@media (min-width:640px){.header__button{padding:.5rem 1.5rem;font-size:1rem}}@media (max-width:480px){.header__button{padding:.4rem .75rem;font-size:.8rem}}.header__button:hover{background:#ffffff1a}.header__button:focus{outline:none;box-shadow:0 0 0 2px #2b7fed33}.header__button--white{color:#fff!important;background:0 0!important;border:1px solid #fff!important}.header__button--white:hover{color:#fff!important;background:#ffffff1a!important;border-color:#fff!important}.header__button--white:focus{box-shadow:0 0 0 2px #fff3!important}
.BottomNavBar-module-scss-module__h8ekjq__bottom-nav{z-index:100;pointer-events:none;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__container{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fed92b;border-radius:9999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;display:flex;box-shadow:0 10px 40px #fdb02266,0 4px 12px #00000026}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item{color:#1a2348;cursor:pointer;background:0 0;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:flex;position:relative}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item:hover{background:#fff3;transform:scale(1.05)}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item:active{transform:scale(.98)}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--home{padding:.5rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--home svg{stroke-width:2px;width:24px;height:24px}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--dropdown{position:relative}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--link{align-items:center;gap:.5rem;display:flex}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button{color:#1a2348;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:500;display:flex}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button span{line-height:1}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__buttonIcon{transition:transform .3s}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__buttonIcon--open{transform:rotate(180deg)}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__dropdown{background:#fff;border-radius:12px;min-width:180px;padding:.5rem;animation:.2s BottomNavBar-module-scss-module__h8ekjq__slideUp;position:absolute;bottom:calc(100% + 1rem);left:50%;transform:translate(-50%);box-shadow:0 10px 40px #00000026,0 4px 12px #00000014}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__dropdown-item{color:#1a2348;white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:.95rem;font-weight:450;text-decoration:none;transition:background-color .2s;display:block}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__dropdown-item:hover{color:#2b7fed;background:#2b7fed14}@keyframes BottomNavBar-module-scss-module__h8ekjq__slideUp{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:768px){.BottomNavBar-module-scss-module__h8ekjq__bottom-nav{width:calc(100% - 2rem);bottom:1rem;left:1rem;right:1rem;transform:none}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__container{flex-wrap:nowrap;justify-content:space-around;gap:.25rem;width:100%;padding:.65rem .75rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item{flex:0 auto;min-width:0;padding:.4rem .5rem;font-size:.85rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--home{flex:none;padding:.4rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--home svg{width:20px;height:20px}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button{white-space:nowrap;gap:.25rem;font-size:.85rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button svg{width:12px;height:12px}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button span{text-overflow:ellipsis;overflow:hidden}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__dropdown{min-width:150px}}@media (max-width:480px){.BottomNavBar-module-scss-module__h8ekjq__bottom-nav{width:calc(100% - 1.5rem);bottom:.75rem;left:.75rem;right:.75rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__container{justify-content:space-between;gap:.1rem;padding:.5rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item{flex:1;min-width:0;padding:.35rem .4rem;font-size:.75rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.7rem;overflow:hidden}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--home{flex:none;padding:.35rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--home svg{width:18px;height:18px}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--link{justify-content:center;align-items:center;gap:.2rem;display:flex}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--link span{display:block}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item--link svg{display:none}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button{gap:.2rem;width:100%;font-size:.75rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button span{text-overflow:ellipsis;white-space:nowrap;display:inline;overflow:hidden}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button svg{flex-shrink:0;width:10px;height:10px}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__dropdown{min-width:140px;font-size:.875rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__dropdown-item{padding:.6rem .85rem;font-size:.875rem}}@media (max-width:360px){.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__container{padding:.5rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__item{padding:.3rem .5rem;font-size:.8rem}.BottomNavBar-module-scss-module__h8ekjq__bottom-nav__button{gap:.25rem;font-size:.8rem}}
.Footer-module-scss-module__DkSkqG__footer{z-index:10;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);width:100%;margin-top:auto;padding:2.5rem 0 2.25rem;position:relative}.Footer-module-scss-module__DkSkqG__container{width:100%;max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width:640px){.Footer-module-scss-module__DkSkqG__container{padding:0 5%}}.Footer-module-scss-module__DkSkqG__content{text-align:center;flex-direction:column;gap:.5rem;display:flex}@media (min-width:768px){.Footer-module-scss-module__DkSkqG__content{flex-direction:row;justify-content:space-between;align-items:center}}.Footer-module-scss-module__DkSkqG__copyright{color:#ffffffe6;letter-spacing:.01em;margin:0;font-size:.95rem;font-weight:500}@media (max-width:767px){.Footer-module-scss-module__DkSkqG__copyright{font-size:.875rem}}.Footer-module-scss-module__DkSkqG__tagline{color:#ffffffb3;margin:0;font-size:.875rem;font-style:italic;font-weight:400}@media (max-width:767px){.Footer-module-scss-module__DkSkqG__tagline{font-size:.8125rem}}@media (max-width:480px){.Footer-module-scss-module__DkSkqG__footer{padding:2rem 0 2.25rem}.Footer-module-scss-module__DkSkqG__content{gap:.75rem}.Footer-module-scss-module__DkSkqG__copyright,.Footer-module-scss-module__DkSkqG__tagline{font-size:.8125rem}}
