


html {
    font-family: Urbanist, sans-serif;
}

h1, h2, h3 {
    font-family: Urbanist, sans-serif;
    font-weight: 800;
    font-style: italic;
}


.page-header__title-box {
    font-family: Urbanist, sans-serif;
}

.page-header__nav-menu {
    font-family: Urbanist, sans-serif;
}

.page-footer__nav .menu > li > a {
    font-family: Urbanist, sans-serif;
    letter-spacing: 0;
}

.super-box__slogan {
    font-family: Urbanist, sans-serif;
}




/**
* Module glp logo
*/
.glp-logo {
    width: 30vw;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
}

@media screen and (max-width: 470px) {
    .glp-logo {
        width: 60vw;
    }
}

.glp-logo img {
    display: block;
    width: 100%;
}

.page-footer--show-menu-bottom .glp-logo {
    bottom: 55px;
}

.page-footer--has-disclaimer-menu .glp-logo {
    bottom: 35px;
}

.page-footer--show-menu-bottom.page-footer--has-disclaimer-menu .glp-logo {
    bottom: 90px;
}

@media screen and (max-width: 800px) {
    .page-footer--show-menu-bottom .glp-logo {
        bottom: 44px;
    }

    .page-footer--show-menu-bottom.page-footer--has-disclaimer-menu .glp-logo {
        bottom: 79px;
    }
}

@media screen and (max-width: 640px) {
    .page-footer--show-menu-bottom .glp-logo {
        bottom: 0;
    }

    .page-footer--show-menu-bottom.page-footer--has-disclaimer-menu .glp-logo {
        bottom: 0;
    }
}
