* {margin:0;padding:0}
img {border:none}
html {height:100%}
body {font: normal 100% "Prompt", sans-serif;height:100%;color:#094e7b;}
*, *::after, *::before {box-sizing:border-box}
a{outline:none;color:#011f33;text-decoration:none;&:hover{color:#094e7b;}}

.wbox {display:grid;grid-template-rows:1fr auto;min-height:100%;min-width:320px;}
.wrap-content {max-width:1520px;margin-inline:auto;}

footer.main-footer {background-color:#0082b5;}
footer.main-footer>.footer-inner {
    max-width:1520px;margin:0 auto 20px;background-color:#fff;font-size:15px;padding:1em 2em;
    display:grid;align-items:center;gap:1em;grid-template-columns: 2fr 3fr;
}

@media screen and (max-width:768px){
    header.main-header {
        display:grid;grid-template-columns:1fr auto;
        #lanserWrapper_r {grid-column-start: span 2;order:1;}
    }
}