@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'Garnett-Semibold';
    src: local('Garnett-Semibold'),
        url('../fonts/Garnett-Semibold.woff') format('woff'),
        url('../fonts/Garnett-Semibold.woff2') format('woff2'),
        url('../fonts/Garnett-Semibold.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Garnett';
    src: local('Garnett'),
        url('../fonts/Garnett-Regular.woff') format('woff'),
        url('../fonts/Garnett-Regular.woff2') format('woff2'),
        url('../fonts/Garnett-Regular.eot') format('embedded-opentype');
}

span {
    font-weight: 500;
}

h1,
h2,
h3,
h4 {
    color: var(--dark-blue);
}

h1 {
    font-family: "Garnett-Semibold" !important;
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
}

h2 {
    font-family: "Inter";
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h2 {
        font-size: 25px !important;
        font-weight: 800;
        line-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 22px !important;
        line-height: 25px;
    }
}

h3 {
    font-family: "Inter";
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    h3 {
        font-size: 20px !important;
        line-height: 23px;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 20px !important;
        line-height: 23px;
    }
}

h4 {
    font-family: "Inter";
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

body {
    overflow-x: hidden;
}

#page {
    font-family: "Inter";
}

#main.container,
.container {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
    max-width: none !important;
}


/* Precontent */

.precontent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    border-bottom: 1px solid var(--grey);
}

.precontent h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: var(--margin-xl);
}

.node-page .precontent h1 {
    margin-inline: 17.04%;
}

@media screen and (max-width: 991px) {
    .precontent h1 {
        font-size: 45px;
        line-height: 50px;
    }

    .node-page .precontent h1 {
        margin-inline: 0 !important;
        margin-bottom: var(--margin-xl);
        word-break: break-word;
    }
}

@media screen and (max-width: 767px) {
    .precontent h1 {
        font-size: 40px;
        line-height: 45px;
    }
}

.precontent section.region-precontent {
    width: 100%;
}


@media screen and (min-width: 1280px) {

    #main.container,
    .container {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

}

@media screen and (min-width: 1440px) {

    #main.container,
    .container {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        max-width: none !important;
    }
}

@media screen and (min-width: 1920px) {

    #main.container,
    .container {
        width: 1720px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 991px) {

    #main.container,
    .container {
        padding-right: 50px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 767px) {

    #main.container,
    .container {
        padding-right: 35px;
        padding-left: 35px;
    }

}

@media screen and (max-width: 479px) {

    #main.container,
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
}


/** Admin hack */
@media (min-width: 61em) {
    .gin--horizontal-toolbar #toolbar-administration {
        z-index: 5999;
    }
}