:root{--background:#f9f9f9;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.header-top{display:flex;position:fixed;top:0;color:#000;background:#033f63;width:100%;justify-content:space-between;align-content:center;align-items:center;height:6vh;z-index:100}.logo-header-top,.logo-header-top-flag{display:flex;height:4vh}.logo-header-top-flag{width:6vh;border-radius:.5rem;margin-left:1rem;border:2px solid #fff;box-sizing:border-box;overflow:hidden;align-items:center;justify-content:center;background:#fff}.logo-header-top-flag img{max-width:100%;max-height:100%;object-fit:contain;display:block}.logos-container{justify-content:center;gap:1rem}.buttons-and-flags,.logos-container{display:flex;flex-direction:row;align-items:center;padding-left:4vh}.buttons-and-flags{color:#ffffff;background-color:black;height:6vh;justify-content:space-between;gap:auto;padding-right:4rem}@media screen and (max-width:768px){.logos-container{align-items:center}.buttons-and-flags{padding:1rem}}