.children{padding-top:5rem}.navbar-wrapper{position:fixed;top:0;left:0}.navbar-wrapper,.navbar-wrapper .navbar-inner{width:100%;display:flex;align-items:center;justify-content:center;z-index:999}.navbar-wrapper .navbar-inner{height:5rem;background:#fff;box-shadow:0 3px 3px 0 rgba(0,0,0,.5);transition:all 1s ease-in-out}.navbar-wrapper .navbar-inner .navbar{width:85%;height:100%;padding:1rem 0;display:flex;justify-content:space-between;align-items:center}.navbar-wrapper .navbar-inner .navbar-brand{display:flex;gap:.5rem;align-items:center;cursor:pointer}.navbar-wrapper .navbar-inner .navbar-brand .brand-logo{max-height:3rem;max-width:3rem}.navbar-wrapper .navbar-inner .navbar-brand .brand-logo img{height:100%;width:100%}.navbar-wrapper .navbar-inner .navbar-brand .brand-name p{font-weight:600}.navbar-wrapper .navbar-inner .navbar-brand .brand-name p:first-child{color:#003e74}.navbar-wrapper .navbar-inner .navbar-brand .brand-name p:nth-child(2){color:#b78727}.navbar-wrapper .navbar-inner .navbar-links{display:flex;gap:1.5rem}.navbar-wrapper .navbar-inner .navbar-links .nav-link{cursor:pointer}.navbar-wrapper .navbar-inner .navbar-links .nav-link:hover{color:#b78727}.navbar-wrapper .navbar-inner .navbar .nav-btn{display:none;transition:all 2s linear;cursor:pointer}.navbar-wrapper .navbar-inner .navbar .nav-btn-wrapper{display:flex;align-items:center;justify-content:center;padding:2px}.navbar-wrapper .navbar-inner .navbar .nav-btn-wrapper-inner{background:transparent;height:100%;width:100%;border-radius:50%;display:flex;flex-direction:column;gap:4px;transition:all .5s ease-in-out}.navbar-wrapper .navbar-inner .navbar .nav-btn-wrapper-inner .line{background:#003e74;width:25px;height:4px;border-radius:4px;transform-origin:0;transform:rotate(0);transition:all .5s ease-in-out}.navbar-wrapper .navbar-inner .navbar .nav-btn-wrapper-inner .line2{background:#b78727}.navbar-wrapper .navbar-inner .navbar .nav-btn-wrapper-inner .line1{width:12.5px}.navbar-wrapper .navbar-inner .navbar .nav-btn-wrapper-inner .line3{width:12.5px;align-self:flex-end}.navbar-wrapper .navbar-inner .navbar .nav-close{transition:all 2s linear}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper{background:linear-gradient(#003e74,#b78727);box-shadow:0 12px 14px 0 #000;-webkit-box-shadow:0 12px 14px 0 #000;-moz-box-shadow:0 12px 14px 0 #000;padding:2px;height:45px;width:45px}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper,.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper-inner{border-radius:50%;display:flex;align-items:center;justify-content:center;border-radius:42% 56% 72% 28%/42% 42% 56% 48%;animation:morph 3s linear infinite}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper-inner{background:#fff;height:90%;width:90%}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper-inner .line{width:25px;position:absolute;transform-origin:50%}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper-inner .line1{transform:rotate(45deg)}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper-inner .line3{align-self:center;transform:rotate(-45deg)}.navbar-wrapper .navbar-inner .navbar .nav-close .nav-btn-wrapper-inner .line2{transform:translateX(-50px);opacity:0}.navbar-wrapper .mobile-nav,.navbar-wrapper .mobile-navbar-links{display:none}@media(max-width:1024px){.navbar-wrapper .navbar-inner .navbar{width:90%;position:relative;z-index:999}.navbar-wrapper .navbar-inner .navbar-links{display:none}.navbar-wrapper .navbar-inner .navbar .nav-btn{display:flex;transition:all 1s ease-in-out;z-index:2}.navbar-wrapper .mobile-navbar-links{display:flex;justify-content:center;align-items:center;position:fixed;background:linear-gradient(rgba(183,135,39,.9),#003e74);min-height:100vh;width:100%;z-index:1;top:0;left:-150%;transition:all 1s ease-in-out}.navbar-wrapper .mobile-navbar-links .inner{height:100%;width:70%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:2rem}.navbar-wrapper .mobile-navbar-links .inner .nav-link{font-size:1.2rem;color:#fff;cursor:pointer;text-transform:uppercase}.navbar-wrapper .mobile-nav{left:0}}@keyframes morph{0%,to{border-radius:42% 56% 72% 28%/42% 42% 56% 48%}33%{border-radius:72% 28% 48% 48%/28% 28% 72% 72%}66%{border-radius:100% 56% 56% 100%/100% 100% 56% 56%}}@keyframes navPosition{0%{transform:translateY(-100px)}to{transform:translateY(0)}}.footer{background:#f0f3ff;display:flex;align-items:center;justify-content:center;padding:3rem 0 1rem;width:100%;height:100%}.footer .footer-inner{width:85%}.footer .footer-inner .footer-info{display:grid;grid-template-columns:repeat(4,1fr);place-items:start center;grid-gap:5rem;gap:5rem}.footer .footer-inner .footer-info-contact{padding:0;display:flex;flex-direction:column;gap:1rem;grid-column:span 2}.footer .footer-inner .footer-info-contact .footer-brand{display:flex;gap:.5rem;align-items:center;cursor:pointer}.footer .footer-inner .footer-info-contact .footer-brand .brand-logo{max-height:3rem;max-width:3rem}.footer .footer-inner .footer-info-contact .footer-brand .brand-logo img{height:100%;width:100%}.footer .footer-inner .footer-info-contact .footer-brand .brand-name p{font-weight:600}.footer .footer-inner .footer-info-contact .footer-brand .brand-name p:first-child{color:#003e74}.footer .footer-inner .footer-info-contact .footer-brand .brand-name p:nth-child(2){color:#b78727}.footer .footer-inner .footer-info-contact .about{text-align:justify}.footer .footer-inner .footer-info-contact .socials{display:flex;gap:2rem;margin-top:2rem}.footer .footer-inner .footer-info .links .link-title{font-size:1.3rem;margin-bottom:2rem;color:#003e74;font-weight:500}.footer .footer-inner .footer-info .links ul{display:flex;flex-direction:column;gap:1rem}.footer .footer-inner .footer-info .links ul li{cursor:pointer}.footer .footer-inner .footer-info .links ul li:hover{color:#003e74;font-weight:700}.footer .footer-inner hr{margin:3rem 0;height:.2px;opacity:.5;background:#003e74;border:none;color:#b78727}.footer .footer-inner .footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer .footer-inner .footer-bottom-links{display:flex;gap:2rem}@media(max-width:1024px){.footer .footer-inner{width:90%}}@media(max-width:768px){.footer .footer-inner .footer-info{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem}.footer .footer-inner .footer-info .contact,.footer .footer-inner .footer-info .links{width:100%}.footer .footer-inner .footer-bottom{flex-direction:column;gap:1rem}}.scroll-to-top{position:fixed;transition:all .2s ease-in-out,right 1s ease-in-out;right:-20%;bottom:3%;cursor:pointer;border-radius:50%;height:3rem;width:3rem;background-color:#b78727;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 3px 2px rgba(0,0,0,.5);z-index:50}.scroll-to-top .icon{color:#fff}.scroll-to-top:hover{transform:scale(1.05)}.show-stt{right:10%}@media screen and (max-width:768px){.show-stt{right:10%;bottom:3%}}*,body,html,p,ul{margin:0;padding:0}a{text-decoration:none;color:inherit}ul{list-style-type:none}*{box-sizing:border-box;padding:0;margin:0;line-height:150%}body,html{text-shadow:1px 1px 2px rgba(0,0,0,.2)}body::-webkit-scrollbar,html::-webkit-scrollbar{margin-top:1rem;height:1rem;width:1rem;background-color:transparent}body::-webkit-scrollbar-track,html::-webkit-scrollbar-track{border-radius:2rem;background-color:#fff}body::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb{border:4px solid #fff;background:#003e74;border-radius:5rem}@font-face{font-family:__Lato_5c36fd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6ec89c3f4265bc9b-s.woff2) format("woff2");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Lato_5c36fd;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/155cae559bbd1a77-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Lato_Fallback_5c36fd;src:local("Arial");ascent-override:101.32%;descent-override:21.87%;line-gap-override:0.00%;size-adjust:97.42%}.__className_5c36fd{font-family:__Lato_5c36fd,__Lato_Fallback_5c36fd;font-weight:300;font-style:normal}