@font-face{font-family:"Host Grotesk";src:url("/fonts/HostGrotesk-Regular.ttf") format("truetype");font-weight:400;font-style:normal;}@font-face{font-family:"Host Grotesk";src:url("/fonts/HostGrotesk-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;}@font-face{font-family:"Host Grotesk";src:url("/fonts/HostGrotesk-Bold.ttf") format("truetype");font-weight:800;font-style:normal;}body,html{margin:0;padding:0;color:var(--bodyText);background-color:white;overflow-x:hidden;font:400 1rem/1.5rem Roboto,sans-serif;letter-spacing:.031rem;background-color:rgb(22,22,22);}body p,html p{line-height:1.6;margin:auto;font-family:"Host Grotesk",sans-serif;font-weight:400;}body a,html a{text-decoration:none;color:inherit;}main{position:relative;margin:auto;overflow:hidden;}.scroll-up{display:none;position:fixed;bottom:15px;right:20px;max-width:60px;z-index:3;transition:.1s linear;animation:fadeIn .2s linear;}.scroll-up:hover{cursor:pointer;transform:scale(1.1);}::-moz-selection{background-color:#223871;color:white}::selection{background-color:#223871;color:white}.skip{position:absolute;top:0;left:0;opacity:0;z-index:-1111111;}.active{color:rgb(143,223,255)!important;text-shadow:0 0 25px yellow;}.tablet-break{display:none;}@media (max-width:768px){.tablet-break{display:block}}.phone-break{display:none;}@media (max-width:480px){.phone-break{display:block}}.disabled{pointer-events:none;opacity:.3;}.navbar-container{margin:auto;display:flex;justify-content:space-around;align-items:center;gap:30px;padding:30px 15px 20px;background-color:#1c253b;}.navbar-container ul{list-style-type:none;margin:0;}@media screen and (max-width:1065px){.navbar-container{justify-content:space-between;padding:20px 25px}}.nav-links{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.322);gap:40px;padding:10px 30px;}@media screen and (max-width:1065px){.nav-links{display:none}}.nav-link{color:white;text-decoration:none;font-size:1.3rem;position:relative;z-index:0;cursor:pointer;font-family:"Host Grotesk",sans-serif;font-weight:800;z-index:1;transition:.1s linear;}.nav-link:hover{color:yellow;cursor:pointer;}.services-container{position:relative;}.services-container:after{position:absolute;top:50%;left:50%;transform:translate(-50%,0);z-index:0;content:"";height:20px;width:100px;background-color:transparent;}.services-dropdown{display:none;justify-content:center;align-items:center;flex-direction:column;gap:10px;border-radius:10px;background-color:#1b3163;height:auto;min-width:315px;padding:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,20px);z-index:1;text-align:center;animation:fadeIn .2s linear;}.services-dropdown span{font-family:"Host Grotesk",sans-serif;font-weight:600;font-size:1.2rem;color:white;}.services-dropdown span:hover{cursor:pointer;color:yellow;}.navbar-logo{max-width:350px;height:auto;transition:.2s linear;color:white;}@media (max-width:768px){.navbar-logo{max-width:200px;height:auto}}.hamburger{display:none;}.hamburger span{width:100%;height:4px;background-color:white;border-radius:5px;transition:all .3s ease;}@media screen and (max-width:1065px){.hamburger{display:flex;flex-direction:column;justify-content:space-around;width:40px;height:32px}}.menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#1c253b;display:flex;justify-content:center;align-items:center;transform:translateY(-100%);transition:transform .5s ease-in-out;z-index:3;}.menu ul{list-style:none;text-align:center;padding:0 15px;}.menu ul li{margin:10px 0;font-size:1.4rem;color:white;text-decoration:none;font-weight:bold;line-height:2rem;background-color:black;padding:10px;border-radius:10px;border:2px solid white;}.menu img{position:absolute;top:30px;right:30px;max-width:50px;}.menu.open{transform:translateY(0);z-index:2;}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.hamburger.open span:nth-child(2){opacity:0;}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(9px,-10px);}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:black;padding:20px 20px 0;}footer img{width:100%;max-width:400px;height:auto;margin-bottom:20px;}@media (max-width:768px){footer img{max-width:300px;height:auto}}@media (max-width:768px){footer{padding:10px 10px 0}}.copyright{display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:#1c253b;padding:20px;width:100%;font-family:"Host Grotesk",sans-serif;text-align:center;}.copyright span{color:white;font-size:.9rem;}.float{animation:float 2s ease-in-out infinite;}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-13px)}}.fade-in{animation:fadeIn .4s linear;}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}