.header{position:fixed;z-index:100;top:0;left:0;width:100%;height:5rem;background-color:#1e2040;box-shadow:0 8px 14px #0000000a}.header .navbar{display:flex;justify-content:space-between;padding:0 5%;align-items:center;height:5rem;background-color:#1e2040!important;color:#e6e0d2;border-bottom:1px solid hsla(228,9%,89%,.5)}.header .navbar .logo-link{height:45%;margin-left:5%;margin-right:5%}.header .navbar .logo-link img{max-height:100%;width:auto}.header .navbar .menu-desktop{display:flex;gap:2.5em;margin-right:5%;overflow:hidden}.header .navbar .menu-desktop a{color:#e6e0d2;text-decoration:none;font-size:1.2rem;transition:all .3s ease;white-space:nowrap}.header .navbar .menu-desktop a:hover{color:#e94e1b}.header .navbar .menu-desktop.force-hide{display:none!important}.header .navbar .burger{display:none;height:36%;width:10.8%;max-width:3em;background:transparent;border:none;outline:none;cursor:pointer;flex-direction:column;justify-content:space-between;position:relative}.header .navbar .burger .burger-line{height:4px;width:100%;background-color:#e6e0d2;border-radius:2px;transition:transform .3s cubic-bezier(.68,-.6,.32,1.6),opacity .25s ease;position:absolute;left:0}.header .navbar .burger .burger-line:nth-child(1){top:0}.header .navbar .burger .burger-line:nth-child(2){top:calc(50% - 2px)}.header .navbar .burger .burger-line:nth-child(3){bottom:0}.header .navbar .burger.is-active .burger-line:nth-child(1){top:calc(50% - 2px);transform:rotate(45deg)}.header .navbar .burger.is-active .burger-line:nth-child(2){opacity:0;transform:translate(10px)}.header .navbar .burger.is-active .burger-line:nth-child(3){top:calc(50% - 2px);bottom:auto;transform:rotate(-45deg)}.header .navbar .burger.force-show{display:flex!important}@media screen and (max-width: 992px){.header .navbar .logo-link{margin-left:clamp(.4rem,.329rem + .19vw,.5rem)}.header .navbar .burger{display:flex}.header .navbar .menu-desktop{display:none}}.header .mobile-menu-container{display:none;box-shadow:0 4px 6px -1px #000c,0 2px 4px -1px #0000000f;background-color:#1e2040;position:absolute;top:5rem;left:0;width:100%;z-index:99;overflow-y:auto;max-height:calc(100vh - 5rem)}.header .mobile-menu-container.animated{pointer-events:none;opacity:0;transition:opacity .4s ease}.header .mobile-menu-container.animated.is-active{pointer-events:initial;animation:rotateMenu .4s ease-in-out forwards;transform-origin:top center;opacity:1;transition:opacity .4s ease;display:flex!important;flex-direction:column}.header .mobile-menu-container.animated.is-active ul{list-style:none;padding:0;margin:0;width:100%}.header .mobile-menu-container.animated.is-active ul li{border-bottom:1px solid rgba(230,224,210,.1)}.header .mobile-menu-container.animated.is-active ul li:last-child{border-bottom:none}.header .mobile-menu-container.animated.is-active ul li a{display:block;padding:1.2rem 2rem;color:#e6e0d2;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.header .mobile-menu-container.animated.is-active ul li a:hover{background-color:#e94e1b1a}.header .mobile-menu-container.animated.closing{display:flex!important;pointer-events:none;animation:closeMenu .3s ease-in-out forwards;transform-origin:top center}@media screen and (max-width: 992px){.header .mobile-menu-container.open{display:block}}@keyframes rotateMenu{0%{transform:rotateX(-90deg)}70%{transform:rotateX(20deg)}to{transform:rotateX(0)}}@keyframes closeMenu{0%{transform:scaleY(1);opacity:1;transform-origin:top}to{transform:scaleY(0);opacity:0;transform-origin:top}}.footer{z-index:100;width:100%;height:11rem;background-color:#1e2040;display:flex;flex-direction:column}@media screen and (max-width: 992px){.footer{height:auto}.footer .footer-content{flex-direction:column;gap:clamp(1rem,.429rem + 1.524vw,1.8rem)}.footer .footer-content .footter-left{max-height:11rem}}.footer .footer-content{flex:1;display:flex;flex-direction:row;padding:0 clamp(2rem,12%,7rem);gap:calc(clamp(3.5rem,2.923rem + 1.846vw,5rem)*1.7);align-items:center;justify-content:center;background-color:transparent;overflow:hidden}.footer .footer-content .footer-left{height:100%;display:flex;align-items:center;justify-content:center;gap:clamp(3.5rem,2.923rem + 1.846vw,5rem)}.footer .footer-content .footer-left a{display:flex;align-items:center;height:100%}.footer .footer-content .footer-left img{max-height:65%;width:auto;object-fit:contain}.footer .footer-content .footer-left .footer-contact{display:flex;flex-direction:column;justify-content:center;color:#e6e0d2;font-size:.9rem;line-height:1.4}.footer .footer-content .footer-left .footer-contact address{font-style:normal;margin:0}.footer .footer-content .footer-left .footer-contact p{margin:.25rem 0}.footer .footer-content .footer-left .footer-contact a{color:inherit;text-decoration:none}.footer .footer-content .footer-left .footer-contact a:hover{text-decoration:underline}.footer .footer-content .footer-right{display:flex;flex-direction:row;gap:clamp(3.5rem,2.923rem + 1.846vw,5rem)}.footer .footer-content .footer-right .footer-nav ul{display:flex;flex-direction:column;flex-wrap:wrap;font-size:.9rem;gap:clamp(.4rem,.329rem + .19vw,.5rem);list-style:none;padding:0;margin:0;overflow:hidden;max-height:7.15rem}.footer .footer-content .footer-right .footer-nav ul li a{color:#e6e0d2}.footer .footer-content .footer-right .footer-nav ul li a:hover{color:#e94e1bcc}.footer .footer-content .footer-right .footer-social{display:flex;align-items:center;gap:1rem}.footer .footer-content .footer-right .footer-social a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background-color:#e6e0d21a;transition:background-color .2s ease}.footer .footer-content .footer-right .footer-social a:hover{background-color:#e94e1bcc}.footer .footer-content .footer-right .footer-social a svg{width:1.25rem;height:1.25rem;fill:#e6e0d2}@media screen and (max-width: 992px){.footer .footer-content{flex-direction:column;gap:clamp(2rem,1.643rem + .952vw,2.5rem);padding:clamp(1rem,.429rem + 1.524vw,1.8rem) clamp(.8rem,.657rem + .381vw,1rem);margin-bottom:clamp(.8rem,.657rem + .381vw,1rem);justify-content:space-between}.footer .footer-content .footer-left{width:100%;justify-content:space-evenly;gap:clamp(.8rem,.657rem + .381vw,1rem)}.footer .footer-content .footer-left a img{max-height:6.6rem}.footer .footer-content .footer-right{width:100%;flex-direction:column-reverse;gap:clamp(2rem,1.643rem + .952vw,2.5rem)}.footer .footer-content .footer-right .footer-social{justify-content:center}.footer .footer-content .footer-right .footer-nav ul{max-height:none;justify-content:space-evenly;flex-direction:row;gap:clamp(1rem,.429rem + 1.524vw,1.8rem)}}.footer .subfooter{width:100%;background-color:#e6e0d21a;color:#e6e0d2;text-align:center;padding:.25em;font-size:.8rem}.footer .subfooter a{color:inherit}
