.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}}
