@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans.woff2') format('woff2'),
    url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.eot');
    src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Light.woff2') format('woff2'),
    url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Bold.woff2') format('woff2'),
    url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'TheMixBold';
    src: url('../fonts/themixboldplain-webfont.eot');
    src: url('../fonts/themixboldplain-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/themixboldplain-webfont.woff2') format('woff2'),
    url('../fonts/themixboldplain-webfont.woff') format('woff'),
    url('../fonts/themixboldplain-webfont.ttf') format('truetype'),
    url('../fonts/themixboldplain-webfont.svg#the_mix_boldbold_plain') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Max */
:root {
    --green: #43AA00;
    --mainHoverColor: #00765A;
    --mainFocusColor: #00765A;
    --mainActiveColor: #05634D;
    --lightGreen: #8ECC66;
    --footerHoverColor: #B4DD99;
    --footerActiveColor: #D9EECC;
    --tertiary: #0B4E3F;
    --white: #FFFFFF;
    --mainTextColor: #191919;
    --rootFontSize: 16px;
    --fixedspacing-fix-10: 40px;
    --sectionMainContentWidth: 1056px;
    --sectionWideWidth: 1584px;
    --sectionSocialShareWidth: 1584px;
    --sectionBottomSpace: 56px;
}

body {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: var(--rootFontSize);
    line-height: 1.5rem;
    letter-spacing: 0.01em;
    color: var(--mainTextColor);
    margin:0;
    padding:0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-feature-settings: "liga" on;
    font-feature-settings: "dlig" off;
    font-feature-settings: "onum" off;
    font-feature-settings: "lnum" off;
    font-feature-settings: "ss01" off;
}

h1 {
    font-family: 'TheMixBold', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 55px;
    line-height: 65px;
    letter-spacing: -0.01em;
    color: var(--white);
    margin-top: 0;
    margin-bottom: 20px;
}

h2, h2 b {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.01em;
    color: var(--mainTextColor);
    margin-top: 0;
    margin-bottom: 16px;
}

h3 {
    font-family: 'TheMix Light', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1.1em;
    letter-spacing: -0.01em;
    color: var(--mainTextColor);
    margin-top: 0;
    margin-bottom: 20px;
}

h4 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.01em;
    color: var(--mainTextColor);
    margin-top: 0;
    margin-bottom: 8px;
}

h5 {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: -0.01em;
    color: var(--mainTextColor);
    margin-top: 0;
    margin-bottom: 20px;
}

p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 400;
    color: var(--mainTextColor);
    margin:0 0 16px;
}

a {
    text-underline-offset: 4px;
}

a:focus, a:focus-visible, #custom-cookie-settings-button:focus, #custom-cookie-settings-button:focus-visible, #navigation ul li a:focus {
    outline: 2px solid;
    outline-offset: 4px;
    outline-color: var(--mainTextColor);
    border-radius: 6px;
}

a:active {
    color: var(--mainActiveColor);
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

.content a {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    color: var(--green);
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.content a:hover, .header nav a:hover {
    color: var(--mainHoverColor);
}

.content a:active {
    color: var(--mainActiveColor);
}

a svg {
    transition: all 0.3s ease-in-out 0s;
}

a:hover svg, a:hover svg path, a:hover svg g > * {
    fill: var(--mainHoverColor);
}

ul {
    list-style-type:disc;
    padding-left:20px;
    margin:0;
}

.content ul {
    padding-left: 0;
}

.content li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    list-style-type: none;
}

.content li::before {
    content: "";
    background-image: url("../images/icons/bullet.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
}

ul li:last-child {
    margin-bottom: 0;
}

.bild img {
    display:block;
    width:100%;
    height:auto;
    max-height: 640px;
}

.isFirst {
    margin-top: 0 !important;
}

.isLast {
    margin-bottom: 0 !important;
}

/**
 * Layout
 */

* {
    box-sizing: border-box;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
}

.header {
    width: 100%;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    z-index: 100;
    overflow: auto;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0) 100%);
    display: flex;
}

.header section {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    padding: 24px 40px;
    position: relative;
}

.logo {
    position: relative;
    color: var(--white);
}

.logo img {
    display: block;
    width: 120px;
    height: auto;
}

/* Navigation */
.navigation {
    background-color: #F6F6F6;
    display: none;
    margin: 0 auto;
}

.navOpen {
    display: block !important;
}

#navigation {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1600px;
}

.mobilebtn {
    display: none;

}

.mobilebtn:focus {
    outline-color: white;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    gap: 35px;
    justify-content: flex-start;
}

#navigation ul li {
    list-style: none;
}

#navigation ul li a {
    font-family: "Open Sans", 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    display: inline-block;

}

header .logo:focus,
#navigation ul li a:focus {
    outline-color: var(--white);
}

.sticky header .logo:focus {
    outline-color: var(--mainHoverColor);
}

#navigation.navOpen ul li a:focus {
    outline-color: var(--mainTextColor);
}

#navigation ul li a:hover {
    color: #5bac26;
}

.menu-button-container {
    display: flex;
    width: 25px;
    height: 25px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: var(--white);
    position: absolute;
    height: 2px;
    width: 25px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 5px;
}

@media only screen and (max-width: 1312px) {
    .fixed .menu-button,
    .fixed .menu-button::before,
    .fixed .menu-button::after {
        background-color: var(--mainTextColor);
    }
}

.navOpen + .mobilebtn .menu-button,
.navOpen + .mobilebtn .menu-button::before,
.navOpen + .mobilebtn .menu-button::after {
    background-color: var(--mainTextColor);
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    margin-top: 0;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    margin-top: 0;
    transform: rotate(-405deg);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 60.48%, rgba(0, 0, 0, 0) 100%);
}

.overlay section {
    position: relative;
    max-width: var(--sectionWideWidth);
    bottom: 0;
    height: 100%;
}

.heroContainer {
    position: relative;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    bottom: 50px;
    left: 20px;
}

.visual-title {
    overflow: hidden;
    position: relative;
    min-height: 823px;
}

@media only screen and (max-width: 1920px) {
    .visual-title {
        min-height: auto;
        aspect-ratio: 320 / 137;
    }
}

.visual-title .button.apply {
    display: inline-block;
    text-decoration: none;
}

.content {
    margin: 56px 0 0;
}

.content header {
    margin-bottom: 50px;
}

section {
    width: 100%;
    max-width: var(--sectionMainContentWidth);
    margin: 0 auto;
    padding: 0 20px var(--sectionBottomSpace);
    box-sizing: border-box;
}

.multicolumn {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.multicolumn > * {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

header .width-25 {
    vertical-align: middle;
    text-align: right;
}

.width-75 {
    width: 75%;
}

.width-50 {
    width: 50%;
}

.width-25 {
    width: 25%;
}

.separator {
    width: 20px;
}
.applyButtonContainer {
    display: inline-block;
    margin: 24px 0;
}
.button.apply {
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.02em;
    text-align: center;
    height: 48px;
    width: auto;
    min-width: 120px;
    padding: 12px 28px;
    border: none;
    border-radius: 25px;
    transition: .25s;
    color: var(--white);
    background-color: var(--green);
}

.button.apply:hover {
    background: var(--mainHoverColor);
    color: var(--white);
    border-bottom: none;
}

.button.apply:active {
    background: var(--mainActiveColor);
    color: var(--white);
    border-bottom: none;
}

.button.apply:focus {
    outline: 2px solid var(--mainTextColor);
    outline-offset: 4px;
}

.heroContainer .button:focus {
    outline-color: var(--white);
}

/* Social Icons (Share/Follow) */
.social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: var(--sectionSocialShareWidth);
    width: 100%;
    margin: 40px auto 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

.social-icons strong {
    float: left;
}

.social-icons .share {
    display: inline-flex;
    gap: 16px;
    align-items: center;
}

.social-icons .share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: var(--green);
    transition: all 0.3s ease-in-out 0s;
}

.social-icons .share a svg path {
    transition: all 0.3s ease-in-out 0s;
}

.social-icons .share a:hover {
    color: var(--mainHoverColor);
}

.social-icons .share .whatsapp {
    display: none;
}

.ext-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
    margin-top: 80px;
    padding: 0 0 40px;
    border-bottom: 1px solid var(--lightGreen);
}

.ext-links a, .ext-links button {
    display: inline-block;
    font-weight: 700;
    color: var(--lightGreen);
    background: none;
    border: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    padding: 0;
}

.ext-links button:hover {
    color: var(--mainHoverColor);
}

.ext-links .button {
    padding: 12px 24px;
    border: 1px solid var(--lightGreen);
    border-radius: 25px;

}

.ext-links .button:hover {
    background-color: #8ECC66;
    color: var(--tertiary);
    border: 1px solid #8ECC66;
}

.ext-links .button:focus {
    outline: 2px solid var(--mainTextColor);
    outline-offset: 4px;
}

.footerTitle {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    color: var(--lightGreen);
    font-weight: 700;
    margin-bottom: 24px;
}

/* Video */
#video, #map {
    margin-top: 20px;
}

#video iframe, #map iframe {
    width: 100%;
    height: auto;
    min-height: 260px;
    border: none;
    display: block;
}

/* Boxes */
a.box {
    outline-color: var(--mainTextColor);
}
a.box:hover {
    transform: scale(1.05);
}
.more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.more svg path {
    fill: var(--green);
    transition: all 0.3s ease-in-out 0s;
}
a.box:active span {
    color: var(--mainActiveColor);
}
a.box:active svg path {
    fill: var(--mainActiveColor);
}

/* External Links */
#externalLinks {
    padding-top: 16px;
    padding-bottom: 16px;
}

#externalLinks h4 {
    margin-bottom: 40px;
}

.external {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.external .box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: calc(50% - 20px);
    max-width: 356px;
    min-width: 276px;
    box-shadow: 0 4px 12px 0 #0000001F;
    overflow: hidden;
    justify-content: space-between;
    padding: 32px 40px 24px;
    flex: 1;
}

/* Awards */
#awards {
    max-width: var(--sectionWideWidth);
    box-sizing: border-box;
    padding-bottom: 0;
    margin: 96px auto;
}

#awards h2, #awards h2 b {
    font-size: 3.375rem;
    line-height: 3.75rem;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 104px;
}

.awards {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.awards .box {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    width: calc(50% - 20px);
    max-width: 356px;
    min-width: 276px;
    box-shadow: 0 4px 12px 0 #0000001F;
    overflow: hidden;
    justify-content: space-between;
}

.awards .bild {
    display: flex;
    align-items: flex-end;
    background-color: #f2f3ee;
    aspect-ratio: 16/9;
    padding: 20px 40px;
}

.awards .bild img {
    max-height: 132px;
    width: auto;
    max-width: 50%;
}

.awards .data {
    padding: 32px 40px 0;
    display: flex;
    flex-direction: column;
}

.awards p {
    line-height: 1.5rem;
}

.awards .more {
    padding: 20px 40px 24px;
}

/* Footer */
footer {
    margin-left: 0;
    padding: 0;
    color: var(--white);
    box-sizing: border-box;
    background: var(--tertiary);
    width: 100%;
    text-align: center;
}

footer a:focus, #custom-cookie-settings-button:focus, #custom-cookie-settings-button:focus-visible, footer .button:focus {
    outline-color: var(--white) !important;
}

footer section {
    max-width: calc(var(--sectionWideWidth) + 292px);
    padding-left: 166px;
    padding-right: 166px;
    padding-bottom: 0;
}

.firstFooterRow {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
}

.firstFooterRow .firstFooterBlock {
    width: 100%;
    text-align: left;
    margin-top: 300px;
}

.firstFooterRow .follow {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: absolute;
    right: -60px;
}

.firstFooterRow .follow::before {
    content: "";
    border-left: 1px solid var(--lightGreen);
    height: 160px;
    width: 0;
    margin-left: 12px;
    margin-bottom: 24px;
}

.firstFooterRow .follow a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: var(--lightGreen);
    transition: all 0.3s ease-in-out 0s;
}

.firstFooterRow .follow a:hover {
    color: var(--footerHoverColor);
}

.firstFooterRow .follow a:hover svg path {
    fill: var(--footerHoverColor);
}

.firstFooterRow .follow a:active {
    color: var(--footerActiveColor);
}

.firstFooterRow .follow a:active svg path {
    fill: var(--footerActiveColor);
}

.footerLogo {
    display: inline-block;
    color: var(--white) !important;
}

.footerLogo svg *, .footerLogo:hover svg * {
    fill: var(--white) !important;
}

#subFooter > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 48px;
    row-gap: 6px;
}

#subFooter a, #subFooter button, .ext-links .smallLink {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 700;
    color: var(--lightGreen);
    cursor: pointer;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

#subFooter a svg path, #subFooter button svg path, .ext-links .smallLink svg path {
    fill: var(--lightGreen);
    transition: all 0.3s ease-in-out 0s;
}

#subFooter a:hover, .ext-links .smallLink:hover {
    color: var(--footerHoverColor);
}

#subFooter a:hover svg path, #subFooter button:hover svg path, .ext-links .smallLink:hover svg path {
    fill: var(--footerHoverColor);
    transition: all 0.3s ease-in-out 0s;
}

#subFooter a:active, .ext-links .smallLink:active {
    color: var(--footerActiveColor);
}

#subFooter a:active svg path, #subFooter button:active svg path, .ext-links .smallLink:active svg path {
    fill: var(--footerActiveColor);
    transition: all 0.3s ease-in-out 0s;
}



/* Cookie Banner */
#custom-cookie-settings-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: inherit;
    transition: all 0.3s ease-in-out 0s;
}

#custom-cookie-settings-button:hover {
    color: var(--footerHoverColor);
}

#custom-cookie-settings-button:hover svg path {
    fill: var(--footerHoverColor);
    transition: all 0.3s ease-in-out 0s;
}

#custom-cookie-settings-button:active {
    color: var(--footerActiveColor);
}

#custom-cookie-settings-button:active svg path {
    fill: var(--footerActiveColor);
    transition: all 0.3s ease-in-out 0s;
}

#custom-cookie-settings-button svg {
    transition: all 0.3s ease-in-out 0s;
}

/* Media Queries */
.tablet, .mobile {
    display: none!important;
}

@media screen and (max-width: 1024px) {
    .desktop {
        display: none!important;
    }
    .tablet {
        display: block!important;
    }
    h3 {
        font-size:1.5rem;
    }
    .content header {
        margin-bottom:30px;
    }
    .header nav a {
        font-size:16px;
        margin-right:30px;
    }
}
@media screen and (max-width: 740px) {
    .tablet {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    .header {
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .header section {
        justify-content: space-between;
        align-items: flex-start;
    }
    .logo {
        position:relative;
        display: block;
        top: auto;
    }
}

@media screen and (max-width: 520px) {
    h3 {
        font-size:18px;
    }
    #video {
        margin-bottom:20px;
        margin-top:20px;
    }
    #video iframe, #map iframe {
        min-height: 188px;
    }
    .multicolumn > * {
        display: block;
        width: 100%;
        clear: both;
    }
    .separator {
        display: none;
    }
}

.print-only {
    display:none;
}

/* Ultra */
@media only screen and (max-width: 1584px) {
    :root {
        --sectionMainContentWidth: 832px;
        --sectionWideWidth: 1248px;
        --sectionSocialShareWidth: 1248px;
    }
    #externalLinks h4 {
        margin-bottom: 16px;
    }
    footer section {
        max-width: 100%;
        padding-left: 188px;
        padding-right: 188px;
    }
    .firstFooterRow .firstFooterBlock {
        margin-top: 260px;
    }
    .ext-links {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Wide */
@media only screen and (max-width: 1312px) {
    :root {
        --sectionMainContentWidth: 742px;
        --sectionWideWidth: 1112px;
        --sectionSocialShareWidth: 926px;
    }
    h1 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
    #awards h2, #awards h2 b {
        font-size: 3rem;
    }
    .about .multicolumn > * {
        display: block;
        width: 100%;
        clear: both;
    }
    .about .multicolumn > .width-50:first-child {
        margin-bottom: 40px;
    }
    footer section {
        padding-left: 120px;
        padding-right: 120px;
    }
    .firstFooterRow .firstFooterBlock {
        margin-top: 135px;
    }
    .nav {
        justify-content: space-between;
    }
    .mobilebtn {
        display: block;
    }
    #navigation {
        display: none;
        padding-top: 30px;
    }
    #navigation.navOpen {
        position: fixed;
        width: 100%;
        top: 77px;
        left: 0;
        background-color: var(--white);
        min-height: 90vh;
    }
    #navigation ul {
        flex-direction: column;
        row-gap: 20px;
    }
    #navigation ul li a {
        color: var(--mainTextColor);
    }
    header.headerNavOpen, .fixed header {
        background: var(--white);
    }
}

/* Large */
@media only screen and (max-width: 1056px) {
    :root {
        --sectionMainContentWidth: 650px;
        --sectionWideWidth: 720px;
        --sectionSocialShareWidth: 680px;
    }
    .visual-title {
        min-height: 452px;
        aspect-ratio: auto;
    }
    h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    h2, h2 b {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
    #externalLinks h4 {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    #externalLinks .external {
        column-gap: 24px;
        row-gap: 72px;
    }
    #awards h2, #awards h2 b {
        font-size: 2.625rem;
        line-height: 3.375rem;
        letter-spacing: -0.01em;
        margin-bottom: 88px;
    }
    .social-icons .share .whatsapp {
        display: flex;
    }
    .ext-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 64px;
    }
    footer section {
        padding-left: 64px;
        padding-right: 64px;
    }
    .firstFooterRow .follow {
        position: relative;
        right: 0;
    }
    .firstFooterRow .firstFooterBlock {
        margin-top: 170px;
    }
    #subFooter > div {
        max-width: calc(100% - 54px);
    }
    .footerTitle {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

/* Medium */
@media only screen and (max-width: 672px) {
    :root {
        --sectionMainContentWidth: 616px;
        --sectionWideWidth: 616px;
        --sectionSocialShareWidth: 616px;
        --sectionBottomSpace: 40px;
    }
    .visual-title {
        min-height: 580px;
    }
    .header section {
        max-width: var(--sectionMainContentWidth);
        padding: 24px 20px;
    }
    .heroContainer {
        width: calc(100% - 40px);
    }
    #navigation {
        padding-right: 20px;
        padding-left: 20px;
    }
    #navigation ul {
        max-width: calc(var(--sectionMainContentWidth) - 40px);
        margin: 0 auto;
    }
    .content {
        margin: 40px 0 0;
    }
    h1 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    h2, h2 b {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    #externalLinks h4 {
        font-size: 1.125rem;
    }
    #externalLinks .external {
        flex-direction: column;
        align-items: center;
    }
    #externalLinks .external .box {
        padding: 32px 32px 24px;
    }
    #awards {
        margin: 72px auto;
    }
    #awards h2, #awards h2 b {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 68px;
    }
    .awards {
        column-gap: 24px;
    }
    .awards .data {
        padding: 32px 32px 0;
    }
    .awards .more {
        padding: 20px 32px 24px;
    }
    .footerLogo svg {
        width: 150px;
    }
    .social-icons {
        justify-content: center;
    }
    .firstFooterRow .firstFooterBlock {
        margin-top: 56px;
    }
    .ext-links {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        border-bottom: 0;
        padding-bottom: 0;
    }
    #subFooter > div {
        flex-direction: column;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    footer section {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footerTitle {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 16px;
    }
}

/* Small */
@media only screen and (max-width: 360px) {
    :root {
        --sectionMainContentWidth: 100%;
        --sectionWideWidth: 100%;
        --sectionBottomSpace: 32px;
    }
    .overlay {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0.16%, rgba(0, 0, 0, 0) 100%);
    }
    #navigation ul {
        max-width: var(--sectionMainContentWidth);
    }
    .header section {
        padding: 24px 20px;
    }
    .visual-title {
        min-height: 640px;
    }
    .content {
        margin: 32px 0 0;
    }
    #externalLinks .external {
        row-gap: 64px;
    }
    #awards {
        margin: 48px auto;
    }
    footer section {
        padding-left: 20px;
        padding-right: 20px;
    }
}