:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6;
    color: #6d6b6e;
}

a {
    text-decoration: none;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);
}

a:hover, a:focus {
    color: #9e8a6c;
}

h1, h2, h3 {
    margin: 0;
}

h1 {
    font-size: max(3.125vw, 35px);
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 26px;
}

.subline {
    font-size: 24px
}

@media (max-width: 768px) {

    .subline {
        font-size: 20px;;

    }
    }

.subline-small {
    font-size: 18px;
}

.duplex {
    font-size: max(5vw, 64px);
}

.slogan,
.intro {
    font-size: 24px
}

@media (max-width: 768px) {

    .slogan,
.intro {
        font-size: 20px;;

    }
    }

/* editor format styles */

.editor__headline {
    margin-top: 0;
    font-size: 28px;
    padding: 0 0 16px 0;

}

blockquote {
    position: relative;
    padding: 30px;
    text-align: center;
    margin: 10px 0 20px 0
}

blockquote p:first-child {
    padding-top: 60px;;

}

blockquote p:first-child:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    content: "\201C";
    color: gray;
    font-family: Georgia, serif;
    font-size: 100px;;

}

blockquote p:last-child {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.column__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-flex-align: center;
        align-items: center;
    background-color: #003558;
    margin: 80px 0
}

@media (max-width: 1240px) {

    .column__container {
        column-gap: 28px;

    }
    }

@media (max-width: 1024px) {

    .column__container {
        -ms-grid-columns: (minmax(0, 1fr))[1];
            grid-template-columns: repeat(1, minmax(0, 1fr));

    }
    }

@media (max-width: 480px) {

    .column__container {
        margin: 60px 0;

    }
    }

.column__container .column__headline {}

@media (max-width: 480px) {

    .column__container .column__headline {
        font-size: 20px;

    };

}

.column__container .column__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    padding: 50px 50px;

}

.column__container .column__content .column-subline {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: .125rem;

}

.column__container .column__content p {
    color: #A2A2A2;

}

.column__container .column__content h3 {
    color: #fff;

}

.column__container .column__content .column__link {
    color: #9e8a6c;

}

@media (max-width: 480px) {

    .column__container .column__content {
        padding: 32px 32px;

    };

}

.column__container .column__thumbnail {
    width: 100%;
    height: 100%;

}

.column__container .column__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center;

}

@media (max-width: 640px) {

    .column__container .column__thumbnail img {
        aspect-ratio: 4/3;

    };

}

@media (max-width: 640px) {

    .column__container .column__thumbnail {
        margin-top: 0;

    };

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.intro--front {
}

.intro--front .intro__image {

    visibility: visible;

}

.hero--front-page .o-scaffolding__container--hero {
}

@media (max-width: 1024px) {

    .hero--front-page .o-scaffolding__container--hero {

        padding: 50px 0 40px 60px;

    }
    }

@media (max-width: 768px) {

    .hero--front-page .o-scaffolding__container--hero {

        padding: 50px 0 40px 48px;

    }
    }

@media (max-width: 480px) {

    .hero--front-page .o-scaffolding__container--hero {

        padding: 50px 0 40px 16px;

    }
    }:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.footer {

}

.footer__content {
}

.footer__content p {

    color: #6d6b6e;

}

.footer__developer {

}

.footer__developer span {

    font-size: 12px;

    color: #878787;

}

.footer__banner__item {
}

.footer__banner__item .link-text {

    width: 100%;

    max-width: 400px;

    height: auto;

    margin: 0 auto;

    color: #003558;

}

@media(max-width: 850px) {

    .footer__banner__item .link-text {

        margin: 0 auto 40px;

        max-width: 300px;

    };

}

.footer__banner__item .link-text:hover, .footer__banner__item .link-text:focus {

    color: #9e8a6c;

}

.footer__nav {
}

.footer__nav .navigation__list-footer {

    list-style-type: none;

}

.footer__nav .navigation__list-footer li {

}

.footer__nav .navigation__list-footer li a {

    color: #003558;

    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);

}

.footer__nav .navigation__list-footer li a:hover, .footer__nav .navigation__list-footer li a:focus {

    color: #9e8a6c;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.navigation {

}

.navigation__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 2.25rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 80px;
    background-color: #003558;
    transition: 350ms filter linear
}

@media (max-width: 768px) {

    .navigation__menu {
        padding: 0 16px;

    }
    }

@media (max-width: 480px) {

    .navigation__menu {
        padding: 0 16px;

    }
    }

@media (max-width: 1240px) {

    .navigation__menu {
        padding: 0 100px;

    }
    }

@media (max-width: 1600px) {

    .navigation__menu {
        gap: 2rem;

    }
    }

.navigation__menu li {
    position: relative;

}

.navigation__menu li a {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);
    padding: 1rem .5rem;

}

.navigation__menu li a:hover, .navigation__menu li a:focus {
    color: #9e8a6c;

}

.navigation__menu li a:hover ~ .sub-menu, .navigation__menu li a:focus ~ .sub-menu {
    opacity: 1;
    pointer-events: all;
    transition: 200ms cubic-bezier(0.23, 1, 0.32, 1);

}

@media (max-width: 1600px) {

    .navigation__menu li a {
        font-size: 1rem;

    };

}

.navigation__menu li .sub-menu {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 3.5rem;
    left: -1rem;
    opacity: 0;
    pointer-events: none;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: .25rem;
    min-width: 11rem;
    background: #fff;
    padding: 1.25rem 3rem 1.25rem 1rem;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);

}

.navigation__menu li .sub-menu:hover, .navigation__menu li .sub-menu:focus {
    opacity: 1;
    pointer-events: all;
    transition: 200ms cubic-bezier(0.23, 1, 0.32, 1);

}

.navigation__menu li .sub-menu li {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;

}

.navigation__menu li .sub-menu li a {
    color: #003558;
    padding: 0;

}

.navigation__menu li .sub-menu li a:hover, .navigation__menu li .sub-menu li a:focus {
    color: #9e8a6c;

}

.navigation__menu li .sub-menu .current_page_item,
            .navigation__menu li .sub-menu .current-menu-item,
            .navigation__menu li .sub-menu .current-page-ancestor {

}

.navigation__menu li .sub-menu .current_page_item a, .navigation__menu li .sub-menu .current-menu-item a, .navigation__menu li .sub-menu .current-page-ancestor a {
    color: #9e8a6c;

}

.navigation__menu .current_page_item,
    .navigation__menu .current-menu-item,
    .navigation__menu .current-page-ancestor {

}

.navigation__menu .current_page_item a, .navigation__menu .current-menu-item a, .navigation__menu .current-page-ancestor a {
    color: #9e8a6c;

}

.navigation__list {
    list-style-type: none;
    padding: 0

}

.navigation__list li {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.8;
    position: relative;
    transition: .2s ease-in-out;

}

.navigation__list li a {
    color: #fff;
    letter-spacing: 1px;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);

}

.navigation__list li a:hover, .navigation__list li a:focus {
    color: #9e8a6c;

}

.navigation__list li .menu-item-button {
    display: inline-block;
    position: relative;
    padding: 0 24px;
    float: right;
    border-left: 1px solid #486c87;
    width: 68px;
    height: 69px;
    cursor: pointer;

}

.navigation__list li .menu-item-button:after {
    content: "";
    position: absolute;
    left: 39%;
    top: 30px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    clear: both;
    transition: .3s ease-in-out;

}

.navigation__list li .menu-item-button:hover ::after, .navigation__list li .menu-item-button:focus ::after {
    border-top: 8px solid #9e8a6c;

}

@media (max-width: 768px) {

    .navigation__list li .menu-item-button {
        width: 55px;
        height: 55px;
        position: absolute;
        right: 0;

    }

    .navigation__list li .menu-item-button:after {
        top: 24px;

    };

}

.navigation__list li .menu-item-button.active {

}

.navigation__list li .menu-item-button.active:after {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);

}

@media (min-width: 769px) {

    .navigation__list li {

}

    .navigation__list li .menu-item-button {
        display: none;

    }

    .navigation__list li:hover > .sub-menu, .navigation__list li:focus > .sub-menu {
        pointer-events: auto;
        position: relative;
        max-height: 196px;
        top: -8px;
        opacity: 1;
        transition: .2s ease-in-out, max-height .4s ease-in-out;

    };

}

@media (max-width: 768px) {

    .navigation__list li {
        font-size: 30px;

    }

    .navigation__list li a {
        margin-left: 16px;
        -webkit-box-decoration-break: clone;
                box-decoration-break: clone;

    };

}

@media (max-width: 768px) {

    .navigation__list {

}

    .navigation__list:first-child {
        border-top: 1px solid #486C87;

    }
    }

.navigation__list > li {

}

@media (max-width: 768px) {

    .navigation__list > li {
        border-bottom: 1px solid #486C87;

    };

}

.navigation__list .current_page_item,
    .navigation__list .current-menu-item,
    .navigation__list .current-page-ancestor {

}

.navigation__list .current_page_item a, .navigation__list .current-menu-item a, .navigation__list .current-page-ancestor a {
    color: #9e8a6c;

}

.navigation__list .current_page_item .sub-menu, .navigation__list .current-menu-item .sub-menu, .navigation__list .current-page-ancestor .sub-menu {
    display: block;
    position: relative;

}

@media (min-width: 769px) {

    .navigation__list .current_page_item .sub-menu, .navigation__list .current-menu-item .sub-menu, .navigation__list .current-page-ancestor .sub-menu {
        pointer-events: auto;
        max-height: 196px;
        top: -8px;
        opacity: 1;
        transition: .2s ease-in-out, max-height .4s ease-in-out;

    };

}

@media (max-width: 768px) {

    .navigation__list .current_page_item .sub-menu, .navigation__list .current-menu-item .sub-menu, .navigation__list .current-page-ancestor .sub-menu {
        max-height: 0;
        opacity: 0;
        border-top: 1px solid #486c87;
        padding-top: 0;
        padding-bottom: 0;
        transition: .2s ease-in-out;

    };

}

.navigation__list .sub-menu {
    list-style: none;
    padding-left: 20px;
    line-height: 0.6em;
    pointer-events: none;
    position: relative;
    max-height: 0;
    top: -36px;
    opacity: 0;
    transition: .2s ease-in-out, max-height .4s ease-in-out;

}

.navigation__list .sub-menu .current_page_item,
        .navigation__list .sub-menu .current-menu-item,
        .navigation__list .sub-menu .current-page-ancestor {

}

.navigation__list .sub-menu .current_page_item a, .navigation__list .sub-menu .current-menu-item a, .navigation__list .sub-menu .current-page-ancestor a {
    color: #9e8a6c;

}

.navigation__list .sub-menu a {
    color: #fff;

}

.navigation__list .sub-menu li {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    display: inline-block;

}

.navigation__list .sub-menu li:not(:last-child):after {
    content: '/';
    margin-left: 8px;

}

@media (max-width: 768px) {

    .navigation__list .sub-menu li {
        display: block;
        font-size: 16px;

    }

    .navigation__list .sub-menu li:not(:last-child):after {
        content: none;

    };

}

@media (max-width: 768px) {

    .navigation__list .sub-menu {
        transition: .2s ease-in-out;

    };

}

@media (max-width: 768px) {

    .navigation__list {

}

    .navigation__list .sub-menu.active {
        display: block;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
        opacity: 1;
        position: relative;
        pointer-events: all;
        top: 0;
        border-top: 1px solid #486c87;
        padding: 16px 20px;

    }
    }
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.partner {

}

/* front page partner styles */

.partner-front-page {
    padding: 16px;
    display: block

}

.partner-front-page img {
    width: 100%;
    height: auto;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.news {

}

/* front page news slider */

.news-slider {
    display: block;
}

.news-front-page__trigger {
}

.news-front-page__trigger:hover, .news-front-page__trigger:focus {
}

.news-front-page__trigger:hover .news-front-page__title, .news-front-page__trigger:focus .news-front-page__title {
    visibility: hidden;
    //display: none;
    opacity: 0;;

}

.news-front-page__trigger:hover .news-front-page__excerpt, .news-front-page__trigger:focus .news-front-page__excerpt {
    visibility: visible;
    //display: block;
    opacity: 1;;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.gallery {

}

.gallery__item {
    /*padding: var(--mlp-spacing);*/
    height: 100%;
    background-color: #003558;
}

.gallery__item:hover, .gallery__item:focus {
}

.gallery__item:hover .gallery-front-page__image, .gallery__item:focus .gallery-front-page__image {

}

.gallery__item:hover .gallery-front-page__image img, .gallery__item:focus .gallery-front-page__image img {
    opacity: 1;
    filter: none;;

}

.gallery__item-image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    vertical-align: bottom;
}

.gallery__item-info {
    padding: 32px
}

.gallery__item-info p {
    margin: 0 0 5px 0;;

}

.gallery__item-info a {
    font-weight: 200 !important;;

}

.gallery__item-headline {
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

@media(max-width: 1240px) {

    .gallery__item-headline {
        font-size: 20px;;

    }
    }

.gallery__item-position {
    color: #6d6b6e;
    font-size: 16px;
}

.gallery__item-link {
}

.gallery__item-link a {
    color: #9e8a6c;
    font-size: 16px;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);;

}

.gallery__item-link a:hover, .gallery__item-link a:focus {
    color: #fff;;

}

/* front page news slider */

.gallery-slider {
    overflow: hidden;
    display: none;
}

.gallery-front-page {
    position: relative;
    display: block;
}

.gallery-front-page__image {
    background-color: #9e8a6c;
    position: relative
}

.gallery-front-page__image img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .6;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter: grayscale(100%);
    filter: gray;
    transition: 350ms opacity cubic-bezier(0.23, 1, 0.32, 1), 350ms filter cubic-bezier(0.23, 1, 0.32, 1);;

}

.gallery-front-page__count {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #fff;
    padding: .5rem 2rem;
    font-weight: 700;
    color: #003558;
}

.gallery-front-page:hover, .gallery-front-page:focus {
}

.gallery-front-page:hover .gallery-front-page__image, .gallery-front-page:focus .gallery-front-page__image {

}

.gallery-front-page:hover .gallery-front-page__image img, .gallery-front-page:focus .gallery-front-page__image img {
    opacity: 1;
    filter: none;;

}

.gallery-front-page:hover .gallery-front-page__count, .gallery-front-page:focus .gallery-front-page__count {
    color: #003558;;

}

.gallery-front-page__content {
    position: relative;
    padding: 0 32px 8px 32px;
    background: #003558;;
}

.gallery-front-page__title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 8px
}

@media (max-width: 1024px) {

    .gallery-front-page__title {
        font-size: 20px;;

    }
    }

.gallery-front-page__link {
    color: #9e8a6c;
}

.gallery-front-page__excerpt {
    color: #fff;
}

.gallery-front-page__date {
    color: #6d6b6e;
    font-size: 16px;
    font-weight: 200;
}

.gallery-image__item {
    display: inline-block;
    padding: 12px;
    width: 23%
}

.gallery-image__item img {
    width: 100%;
    height: auto;
    object-fit: cover;;

}

@media(max-width: 1240px) {

    .gallery-image__item {
        width: 49%;;

    }
    }

@media(max-width: 768px) {

    .gallery-image__item {
        width: 100%;;

    }
    }

/* front page gallery slider */

.gallery-slider {
    display: block;
}

.gallery-front-page__trigger {
}

.gallery-front-page__trigger:hover, .gallery-front-page__trigger:focus {
}

.gallery-front-page__trigger:hover .gallery-front-page__title, .gallery-front-page__trigger:focus .gallery-front-page__title {
    visibility: hidden;
    //display: none;
    opacity: 0;;

}

.gallery-front-page__trigger:hover .gallery-front-page__excerpt, .gallery-front-page__trigger:focus .gallery-front-page__excerpt {
    visibility: visible;
    //display: block;
    opacity: 1;;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;
}

/* prevent overwriting styling of brevo newsletter */

.icon.sib-hide-loader-icon {
    display: none;
}

.icon--medium {
    height: 35px;
    width: 35px
}

@media (max-width: 480px) {

    .icon--medium {
        height: 58px;;

    }
    }

.icon--large {
    height: 100%;
    width: 100%;
    max-width: 75px;
    max-height: 75px;
}

.icon--small {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.icon--nav-bar {
    position: absolute;
    margin: 20px auto 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (max-width: 480px) {

    .icon--nav-bar {
        margin: 12px auto 0 auto;;

    }
    }

.icon--nav-bar-stream {
    position: absolute;
    margin: 20px auto 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (max-width: 480px) {

    .icon--nav-bar-stream {
        margin: 10px auto 0 auto;;

    }
    }

.icon--facebook {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/fb243e5d8338da59b0427d763a21351a.svg);
}

.icon--instagram {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/a5e79064cc567fc182f63d82ee08d3fc.svg);
}

.icon--google {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/9081b6f6485b808b292a0b7d87e943ca.svg);
}

.icon--twitter {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/56a9e64831808cf27e25e0d19c5e16f3.svg);
}

.icon--youtube {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/1418ec253791b4c576ddc4a619ccd4b2.svg);
}

.icon--tiktok {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/8f9dab28a87ac6603224009acc24a0db.svg);
}

.icon--linkedin {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/6e099a06cc4f7233e19cb023939bdfe7.svg);
}

.icon--rss {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/f26b5a62dabe599f718f4dac1549fb0d.svg);
}

.icon--next {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/6fe94b0f13830939005c2b12ec3551c0.svg);
}

.icon--prev {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/082d43acb02b54953283ff9eeb63e329.svg);
}

.icon--photo {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/b7428cf95c5e4df3d594423283a0885d.svg);
}

.icon--live {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/14c15c79841ed99c820f222db8980532.svg);
}

.icon--live-inactive {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/f27f5b4d82678e305f7fa200c3b4a26a.svg)
}

.icon--live-inactive:hover, .icon--live-inactive:focus {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/32ad5459e61d132851f62f4e773b6af4.svg);;

}

.icon--flipbook {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/d9ec2e34dab21883cb60b7a173ee9125.svg);
}

.icon--video {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/f27f5b4d82678e305f7fa200c3b4a26a.svg);
}

.icon--shop {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/f51a76f546d7d4152a6213fe5f42cebc.svg);
}

.icon--tickets {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/2ccc78634ec6450004aaf13c8c455499.svg);
}

.icon--gameplan {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/c6f2f673d26d53c72d90e935490294f2.svg);
}

.icon--stats {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/61eae76efcc7f9ea789f75e3de78b116.svg);
}

.icon--ticker {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/1c05aba590814ab6020020f255483221.svg);
}

.icon--stream {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/2e2c133259e2d56b3df015821e450c7b.svg);
}

.icon--list {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/7fc4d884a94f8ecb7675844cab3cf312.svg);
}

.icon--mlp {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/36bac13ef2eec0c0386e945a4675abe2.svg);
}

.icon--heart {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/816f4c278c5d3b8411d85b80a177f8a8.svg);
}

.icon--notes {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/8a7908c24af4f9f65896be957c3fc79d.svg);
}

.icon--calendar {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/e7213503daed0956e91af3a3af2f8797.svg);
}

.header__shop:hover, .header__shop:focus {
}

.header__shop:hover .icon--shop, .header__shop:focus .icon--shop {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/796f06928f341981b8e69031a4f1e603.svg);;

}

.header__ticket:hover, .header__ticket:focus {
}

.header__ticket:hover .icon--tickets, .header__ticket:focus .icon--tickets {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/62b95388a9d705d8487f28e1410f3a09.svg);;

}

.header__stream:hover, .header__stream:focus {
}

.header__stream:hover .icon--stream, .header__stream:focus .icon--stream {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/de43efe627a96399f307437d844dc678.svg);;

}

.spiel-infobox_infos {
}

.spiel-infobox_infos .icon--tickets {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/8e29e3583ec01311c58d3c268eb2d7d0.svg);;

}

.spiel-infobox_infos .icon--photo {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/0edc6af84cf5871a70fa00c975b16e20.svg);;

}

.spiel-infobox_infos .icon--video {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/32ad5459e61d132851f62f4e773b6af4.svg);;

}

.spiel-infobox_infos .icon--stats {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/8b451e490d4ef1d95f9ec294b35b9cd1.svg);;

}

.spiel-infobox_infos .icon--viewers {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/805b8f21094e6ae418189d5d061c27d3.svg);;

}

.spiel-infobox_infos a {
}

.spiel-infobox_infos a > .icon--tickets {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/2ccc78634ec6450004aaf13c8c455499.svg);;

}

.spiel-infobox_infos a > .icon--tickets:hover, .spiel-infobox_infos a > .icon--tickets:focus {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/dde95a9311105bd28e86fce38e2f4fba.svg);;

}

.spiel-infobox_infos a > .icon--photo {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/4964628d645d632f787b87d2663f79ae.svg);;

}

.spiel-infobox_infos a > .icon--photo:hover, .spiel-infobox_infos a > .icon--photo:focus {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/092a8aea32df9616dfc11c1d9c33debc.svg);;

}

.spiel-infobox_infos a > .icon--video {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/dc2567e42ab57fbb195d201f88263a65.svg);;

}

.spiel-infobox_infos a > .icon--video:hover, .spiel-infobox_infos a > .icon--video:focus {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/ea42891889860e5a7b3bc940822fdbde.svg);;

}

.spiel-infobox_infos a > .icon--stats {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/b8dae82e6ca6b45906bf3661e67ffee2.svg);;

}

.spiel-infobox_infos a > .icon--stats:hover, .spiel-infobox_infos a > .icon--stats:focus {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/654eec083c1223a5341f13790eb6df46.svg);;

}

.spiel-infobox_infos a:hover, .spiel-infobox_infos a:focus {
}

.spiel-infobox_infos a:hover > .icon--tickets, .spiel-infobox_infos a:focus > .icon--tickets {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/dde95a9311105bd28e86fce38e2f4fba.svg);;

}

.spiel-infobox_infos a:hover > .icon--photo, .spiel-infobox_infos a:focus > .icon--photo {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/092a8aea32df9616dfc11c1d9c33debc.svg);;

}

.spiel-infobox_infos a:hover > .icon--video, .spiel-infobox_infos a:focus > .icon--video {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/b4ddfeef3169bcc6a88ef3a1c7a0535c.svg);;

}

.spiel-infobox_infos a:hover > .icon--stats, .spiel-infobox_infos a:focus > .icon--stats {
    background-image: url(/wp-content/themes/mlp-academics/assets/scripts/static/654eec083c1223a5341f13790eb6df46.svg);;

}


:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.team {

}

.team__item {

}

.team__item-image {

}

.team__item-info {

}

/* team detail styles */

.team-member-info__row {

}

.team-member-info-border {
    border-bottom: 1px solid #EBEBEB;
}

.team-member-headline {
    font-weight: 700;
    color: #003558;
    line-height: 1;
}

.team-member-description {
    line-height: 1.8;
}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.filter {}

.filter-list {}

.filter-list__item {
}

.filter-list__item span {
    cursor: pointer;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);;

}

.filter-list__item .filter__button:hover, .filter-list__item .filter__button:focus {
    color: #003558;;

}

.active-filter {
    color: #003558 !important;
}

.filter-list__item--divider {
}

.filter-list__item--divider span {
    cursor: auto;;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.pagination {
}

.pagination .nav-links {
}

.pagination .nav-links a {
    padding: 0 5px;
    font-weight: 200;;

}

.pagination .nav-links .prev,
        .pagination .nav-links .next {
    margin: 0 10px;
    padding: 0;;

}

.pagination__nav {
    font-size: 0;
}

.pagination__link {
    transition: 350ms background-color cubic-bezier(0.23, 1, 0.32, 1);
}

.pagination__link:hover, .pagination__link:focus {
    background-color: #003558;
}

.pagination__link--border {
    border-right: 2px solid #edeeee;
}

.pagination__post {
    height: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    gap: .5rem;
    margin-top: 32px;
    text-align: center
}

.pagination__post .current {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: white;
    font-weight: 400;
    padding: 0 1.25rem;
    background-color: #9e8a6c;
    border-radius: 2px;;

}

.pagination__post .current > span {
    margin: 0 1rem;;

}

.pagination__post .first,
    .pagination__post .prev,
    .pagination__post .next,
    .pagination__post .last {
    height: 100%;
    width: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: transparent;
    border-radius: 2px;
    border: 2px solid #e8e8e8;
    color: #003558;
    font-weight: 400;
    transition: .1s ease-in-out;;

}

.pagination__post .first:hover, .pagination__post .first:focus, .pagination__post .prev:hover, .pagination__post .prev:focus, .pagination__post .next:hover, .pagination__post .next:focus, .pagination__post .last:hover, .pagination__post .last:focus {
    background-color: #e8e8e8;;

}

.pagination__post .first:hover a, .pagination__post .first:focus a, .pagination__post .prev:hover a, .pagination__post .prev:focus a, .pagination__post .next:hover a, .pagination__post .next:focus a, .pagination__post .last:hover a, .pagination__post .last:focus a {
    color: #003558;;

}

.pagination__post .first.disabled, .pagination__post .prev.disabled, .pagination__post .next.disabled, .pagination__post .last.disabled {
    color: #e8e8e8;;

}

.pagination__post .first.disabled:hover, .pagination__post .first.disabled:focus, .pagination__post .prev.disabled:hover, .pagination__post .prev.disabled:focus, .pagination__post .next.disabled:hover, .pagination__post .next.disabled:focus, .pagination__post .last.disabled:hover, .pagination__post .last.disabled:focus {
    background-color: transparent;;

}

.pagination__post .first > svg, .pagination__post .prev > svg, .pagination__post .next > svg, .pagination__post .last > svg {
    height: .625rem;;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.games {

}

.is-home-game {
    background-color: #e5ded4;
}

.is-home-game + .is-home-game {
    border-top: 1px solid #f9f9f9;
}

.games-border {
    border-bottom: 1px solid #EBEBEB;
}

.games-border\@xxl {
}

@media(max-width: 1240px) {

    .games-border\@xxl {
        border: none;;

    }
    }

.game-type {
    color: #9e8a6c;
}

.game-date {
    padding-bottom: 2px;
}

.game-team {
    font-weight: 700;
}

.game-score {
    background-color: #EBEBEB;
}

.game-video .icon--video {
    margin-top: 4px;
}

.game-live .icon--video {
    margin-top: 4px;
}

.game-live,
.game-video,
.game-photo,
.game-tickets,
.game-stats,
.game-ticker,
.game-flipbook {
    transition: 350ms opacity cubic-bezier(0.23, 1, 0.32, 1);
}

.game-live:hover,
.game-video:hover,
.game-photo:hover,
.game-tickets:hover,
.game-stats:hover,
.game-ticker:hover,
.game-flipbook:hover,
.game-live:focus,
.game-video:focus,
.game-photo:focus,
.game-tickets:focus,
.game-stats:focus,
.game-ticker:focus,
.game-flipbook:focus {
   opacity: .8;
}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.gform_wrapper {

}

.gform_wrapper form {

}

.gform_wrapper form li {

}

.gform_wrapper form li .ginput_container {

}

.gform_wrapper form li .ginput_container input[type="text"],
                .gform_wrapper form li .ginput_container textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: #fff;;

}

.gform_wrapper form li .ginput_container select,
                .gform_wrapper form li .ginput_container .gfield_select {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    height: 37px;
    -webkit-appearance: none;;

}

.gform_wrapper input[type="text"],
    .gform_wrapper textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-family: 'Montserrat', 'Arial';;

}

.gform_wrapper select,
    .gform_wrapper .gfield_select {
    border-radius: 0;
    border: 1px solid #e8e8e8;
    height: 37px;
    -webkit-appearance: none;;

}

.gform_button {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #003558;
    width: 120px;
    height: 38px;
    text-align: center;
    background-color: #003558;
    color: #fff;
    cursor: pointer;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1), 350ms background-color cubic-bezier(0.23, 1, 0.32, 1);
}

.gform_next_button {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #003558;
    width: 320px;
    height: 38px;
    text-align: center;
    background-color: #003558;
    color: #fff;
    cursor: pointer;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1), 350ms background-color cubic-bezier(0.23, 1, 0.32, 1);
}

.gform_previous_button {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #003558;
    width: 80px;
    height: 38px;
    text-align: center;
    background-color: #003558;
    color: #fff;
    cursor: pointer;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1), 350ms background-color cubic-bezier(0.23, 1, 0.32, 1);
}

.gform_button:hover,
.gform_next_button:hover,
.gform_button:focus,
.gform_next_button:focus {
    background-color: #9e8a6c;
}

.ginput_container_fileupload {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 18px;
}

.gform_required_legend {
    display: none!important;
}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.newsletter {
    padding: 32px;
    border: 1px solid #e8e8e8;
    background: #fff;
}

.newsletter__form {
    position: relative

}

.newsletter__form .asterisk {
    color: red;;

}

.newsletter__form .indicates-required {
    position: absolute;
    right: 0;
    font-size: 12px;;

}

.newsletter__form .mc-field-group {
    display: block;
    margin-bottom: 16px;;

}

.newsletter__form .mc-field-group label {
    display: block;
    line-height: 1.3;
    font-size: 16px;
    font-weight: 700;;

}

.newsletter__form .mc-field-group input {
    margin-top: 8px;
    height: 38px;
    width: 100%;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding-left: 16px;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;;

}

.newsletter__form .button {
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #003558;
    height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    background-color: #003558;
    color: #fff;
    cursor: pointer;
    transition: color .35s cubic-bezier(.23,1,.32,1),background-color .35s cubic-bezier(.23,1,.32,1);;

}

.newsletter__form .button:hover, .newsletter__form .button:focus {
    background-color: #9e8a6c;;

}

.newsletter__form .response {
    padding: 8px;
    color: #fff;
    background: green;;

}

.newsletter__unsubscribe {
    font-size: 10px
}

.newsletter__unsubscribe a {
    transition: color .35s cubic-bezier(.23,1,.32,1);;

}

.newsletter__unsubscribe a:hover, .newsletter__unsubscribe a:focus {
    color: #9e8a6c;;

}

.newsletter-sc__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    column-gap: 128px
}

@media (max-width: 1240px) {

    .newsletter-sc__container {
        column-gap: 28px;;

    }
    }

@media (max-width: 1024px) {

    .newsletter-sc__container {
        -ms-flex-direction: column;
            flex-direction: column;;

    }
    }

@media (max-width: 480px) {

    .newsletter-sc__container {
        margin: 32px 0;;

    }
    }

.newsletter-sc__container .newsletter-sc__content {
    width: 50%;;

}

@media (max-width: 1024px) {

    .newsletter-sc__container .newsletter-sc__content {
        width: 100%;
        padding-right: 32px;;

    };

}

@media (max-width: 768px) {

    .newsletter-sc__container .newsletter-sc__content {
        padding-right: 0;;

    };

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.o-scaffolding__container-team {
}

@media (max-width: 1024px) {

    .o-scaffolding__container-team {
        padding-right: 80px !important;

    }
    }

@media (max-width: 768px) {

    .o-scaffolding__container-team {
        padding-right: 48px !important;

    }
    }

@media (max-width: 480px) {

    .o-scaffolding__container-team {
        padding-right: 16px !important;

    }
    }

.team-image__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #003558
}

@media (max-width: 1240px) {

    .team-image__container {
        column-gap: 28px;

    }
    }

@media (max-width: 1024px) {

    .team-image__container {
        -ms-flex-direction: column;
            flex-direction: column;

    }
    }

@media (max-width: 480px) {

    .team-image__container {
        margin: 32px 0;

    }
    }

.team-image__container .team-image__content {
    width: 50%;
    padding: 50px 50px;

}

@media (min-width: 1570px) {

    .team-image__container .team-image__content {
        padding: 100px 50px;

    };

}

@media (max-width: 1024px) {

    .team-image__container .team-image__content {
        width: 100%;
        padding-right: 50px;

    };

}

@media (max-width: 768px) {

    .team-image__container .team-image__content {
        padding-right: 50px;

    };

}

.team-image__container .team-image__content p {
    color: #A2A2A2;

}

.team-image__container .team-image__content h3 {
    color: #fff;

}

.team-image__container .team-image__preview {
    width: 50%;
    background-image: url(/wp-content/themes/mlp-academics/assets/img/mlpa-team-image-2023.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

@media (max-width: 1024px) {

    .team-image__container .team-image__preview {
        width: 100%;
        height: 500px;

    };

}

@media (max-width: 640px) {

    .team-image__container .team-image__preview {
        height: 400px;
        margin-top: 0;

    };

}

.xmas-image__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #003558
}

@media (max-width: 1240px) {

    .xmas-image__container {
        column-gap: 28px;

    }
    }

@media (max-width: 1024px) {

    .xmas-image__container {
        -ms-flex-direction: column;
            flex-direction: column;

    }
    }

@media (max-width: 480px) {

    .xmas-image__container {
        margin: 32px 0;

    }
    }

.xmas-image__container .xmas-image__content {
    width: 50%;
    padding: 50px 50px;

}

.xmas-image__container .xmas-image__content a {
    color: #9e8a6c!important;

}

@media (min-width: 1570px) {

    .xmas-image__container .xmas-image__content {
        padding: 140px 50px;

    };

}

@media (max-width: 1024px) {

    .xmas-image__container .xmas-image__content {
        width: 100%;
        padding-right: 50px;

    };

}

@media (max-width: 768px) {

    .xmas-image__container .xmas-image__content {
        padding-right: 50px;

    };

}

.xmas-image__container .xmas-image__content p {
    color: #A2A2A2;

}

.xmas-image__container .xmas-image__content h3 {
    color: #fff;

}

.xmas-image__container .xmas-image__content .xmas-image__content-bg {
    position: absolute;
    max-width: 850px;
    margin: -140px 0 0 -70px;
    z-index: -1000;

}

.xmas-image__container .xmas-image__preview {
    width: 50%;

}

.xmas-image__container .xmas-image__preview img {
    display: none;
    width: 100%;

}

.xmas-image__container .xmas-image__preview img.xmas-image__desktop {
}

@media (min-width: 1240px) {

    .xmas-image__container .xmas-image__preview img.xmas-image__desktop {
        display: block;

    };

}

.xmas-image__container .xmas-image__preview img.xmas-image__mobile {
}

@media (max-width: 1240px) {

    .xmas-image__container .xmas-image__preview img.xmas-image__mobile {
        display: block;

    };

}

@media (max-width: 1024px) {

    .xmas-image__container .xmas-image__preview {
        width: 100%;

    };

}

@media (max-width: 640px) {

    .xmas-image__container .xmas-image__preview {
        margin-top: 0;

    };

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.o-scaffolding__container-team {
}

@media (max-width: 1024px) {

    .o-scaffolding__container-team {
        padding-right: 80px !important;;

    }
    }

@media (max-width: 768px) {

    .o-scaffolding__container-team {
        padding-right: 48px !important;;

    }
    }

@media (max-width: 480px) {

    .o-scaffolding__container-team {
        padding-right: 16px !important;;

    }
    }

.mlpa-app-img {
    width: 100%;
}

.mlpa-podcast-img {
    width: 100%;
}

.mlpa-content-box-wrapper {
    padding: 0px 0 20px 0;
    width: 100%;
}

.mlpa-content-box-container {
    padding: 0 30px 10px 30px;
}

.mlpa-content-box {
    padding: 24px 20px 0 20px
}

@media (max-width: 480px) {

    .mlpa-content-box {
        padding: 20px 0;;

    }
    }

.mlpa-content-box p {
    color: #a2a2a2;;

}

.video-element-headline {
}

@media (max-width: 480px) {

    .video-element-headline {
        font-size: 20px;;

    }
    }

.mlpa-app-podcast__content {
    padding: 0px;
}

.mlpa-app-podcast-headline {
    color: #fff !important
}

@media (max-width: 480px) {

    .mlpa-app-podcast-headline {
        font-size: 20px;;

    }
    }

.mlpa-app-podcast-link {
    color: #9e8a6c !important;
}

.mlpa-app-podcast__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #003558;
    width: 100%
}

@media (max-width: 1240px) {

    .mlpa-app-podcast__container {
        column-gap: 0px;;

    }
    }

@media (max-width: 1024px) {

    .mlpa-app-podcast__container {
        -ms-flex-direction: column;
            flex-direction: column;;

    }
    }

@media (max-width: 480px) {

    .mlpa-app-podcast__container {
        margin: 32px 0;;

    }
    }

.video-element__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #003558
}

@media (max-width: 1240px) {

    .video-element__container {
        column-gap: 28px;;

    }
    }

@media (max-width: 1024px) {

    .video-element__container {
        -ms-flex-direction: column;
            flex-direction: column;;

    }
    }

@media (max-width: 480px) {

    .video-element__container {
        margin: 32px 0;;

    }
    }

.video-element__container .video-element__content {
    width: 50%;
    padding: 50px 50px;;

}

@media (min-width: 1570px) {

    .video-element__container .video-element__content {
        padding: 100px 50px;;

    };

}

@media (max-width: 1024px) {

    .video-element__container .video-element__content {
        width: 100%;
        padding-right: 50px;;

    };

}

@media (max-width: 768px) {

    .video-element__container .video-element__content {
        padding-right: 50px;;

    };

}

@media (max-width: 480px) {

    .video-element__container .video-element__content {
        padding: 32px 32px;;

    };

}

.video-element__container .video-element__content p {
    color: #A2A2A2;;

}

.video-element__container .video-element__content h3 {
    color: #fff;;

}

.video-element__container .video-element__preview {
    width: 50%;;

}

@media (max-width: 1024px) {

    .video-element__container .video-element__preview {
        width: 100%;
        height: 500px;;

    };

}

@media (max-width: 640px) {

    .video-element__container .video-element__preview {
        height: 400px;
        margin-top: 0;;

    };

}

.video-element__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    background-color: #003558
}

@media (max-width: 1240px) {

    .video-element__container {
        column-gap: 28px;;

    }
    }

@media (max-width: 1024px) {

    .video-element__container {
        -ms-flex-direction: column;
            flex-direction: column;;

    }
    }

@media (max-width: 480px) {

    .video-element__container {
        margin: 32px 0;;

    }
    }

.video-element__container .video-element__content {
    width: 50%;
    padding: 50px 50px;;

}

.video-element__container .video-element__content a {
    color: #9e8a6c!important;;

}

@media (min-width: 1570px) {

    .video-element__container .video-element__content {
        padding: 140px 50px;;

    };

}

@media (max-width: 1024px) {

    .video-element__container .video-element__content {
        width: 100%;
        padding-right: 50px;;

    };

}

@media (max-width: 768px) {

    .video-element__container .video-element__content {
        padding-right: 50px;;

    };

}

@media (max-width: 480px) {

    .video-element__container .video-element__content {
        padding: 32px 32px;;

    };

}

.video-element__container .video-element__content p {
    color: #A2A2A2;;

}

.video-element__container .video-element__content h3 {
    color: #fff;;

}

.video-element__container .video-element__content .video-element__content-bg {
    position: absolute;
    max-width: 850px;
    margin: -140px 0 0 -70px;
    z-index: -1000;;

}

.video-element__container .video-element__preview {
    width: 50%;;

}

.video-element__container .video-element__preview img {
    display: none;
    width: 100%;;

}

.video-element__container .video-element__preview img.video-element__desktop {
}

@media (min-width: 1240px) {

    .video-element__container .video-element__preview img.video-element__desktop {
        display: block;;

    };

}

.video-element__container .video-element__preview img.video-element__mobile {
}

@media (max-width: 1240px) {

    .video-element__container .video-element__preview img.video-element__mobile {
        display: block;;

    };

}

@media (max-width: 1024px) {

    .video-element__container .video-element__preview {
        width: 100%;;

    };

}

@media (max-width: 640px) {

    .video-element__container .video-element__preview {
        margin-top: 0;;

    };

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.container-social-wall-placeholder {
}

.container-social-wall-placeholder img {
    max-width: 80%;;

}

@media (max-width: 768px) {

    .container-social-wall-placeholder img {
        max-width: 100%!important;;

    };

}

.wallsio-load-more-button {
    padding: 15px 40px;
    background-color: #003558;
    color: #FFFFFF;
    border: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.socialwall_container {
    margin: 77px 0px 30px;
}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.has-white-transparent {
    color: rgba(255, 255, 255, 0);
}

.has-transparent-background-color {
    background-color: rgba(255, 255, 255, 0);
}

.has-transparent-border-color {
    border-color: rgba(255, 255, 255, 0);
}

.has-white-color {
    color: #fff;
}

.has-white-background-color {
    background-color: #fff;
}

.has-white-border-color {
    border-color: #fff;
}

.has-light-grey-color {
    color: #edeeee;
}

.has-light-grey-background-color {
    background-color: #edeeee;
}

.has-light-grey-border-color {
    border-color: #edeeee;
}

.has-grey-2-color {
    color: #a2a2a2;
}

.has-grey-2-background-color {
    background-color: #a2a2a2;
}

.has-grey-2-border-color {
    border-color: #a2a2a2;
}

.has-grey-color {
    color: #6d6b6e;
}

.has-grey-background-color {
    background-color: #6d6b6e;
}

.has-grey-border-color {
    border-color: #6d6b6e;
}

.has-dark-grey-color {
    color: #2d3135;
}

.has-dark-grey-background-color {
    background-color: #2d3135;
}

.has-dark-grey-border-color {
    border-color: #2d3135;
}

.has-black-color {
    color: #000;
}

.has-black-background-color {
    background-color: #000;
}

.has-black-border-color {
    border-color: #000;
}

.has-blue-color {
    color: #003558;
}

.has-blue-background-color {
    background-color: #003558;
}

.has-blue-border-color {
    border-color: #003558;
}

.has-light-blue-color {
    color: #2b7bb1;
}

.has-light-blue-background-color {
    background-color: #2b7bb1;
}

.has-light-blue-border-color {
    border-color: #2b7bb1;
}

.has-copper-color {
    color: #9e8a6c;
}

.has-copper-background-color {
    background-color: #9e8a6c;
}

.has-copper-border-color {
    border-color: #9e8a6c;
}

.wp-block-columns {
}

.wp-block-columns .wp-block-column {
}

.wp-block-columns .wp-block-column.has-background {
    padding: 1.25em 2.375em;;

}

.wp-team,
.wp-sponsor {
}

.wp-team .filter, .wp-sponsor .filter {
}

.wp-team .filter .filter-list, .wp-sponsor .filter .filter-list {
    padding-left: 0;;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

/* =WordPress Core
-------------------------------------------------------------- */

[class*="wp-image"] {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone,
img.alignright {
}

@media (max-width: 768px) {

    img.alignnone,
img.alignright {
        float: none;
        margin: 0 auto 20px;
        display: block !important;;

    }
    }

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    text-align: left;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0 0 10px 0;
    background: #fff;
    border: 1px solid #E8E8E8;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.alignleft,
.alignright,
a img.alignleft,
a img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
}

@media (max-width: 850px) {

    .alignleft,
.alignright,
a img.alignleft,
a img.alignright,
.wp-caption.alignleft,
.wp-caption.alignright {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;;

    }
    }

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption-text,
.gallery-caption {
    color: #686868;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

table {
    width: 100%;
    border-collapse: collapse
}

table tr {
    width: 100%;
    padding: 8px;;

}

table tr th {
    font-size: 12px;
    text-align: left;;

}

@media(max-width: 480px) {

    table tr th {
        font-size: 10px;;

    };

}

table tr td {
    border-bottom: 1px solid var(--mlp-border-color);
    border-collapse: collapse;
    padding: 8px 16px 8px 0;;

}

@media(max-width: 1240px) {

    table tr td {
        font-size: 14px;;

    };

}

@media(max-width: 480px) {

    table tr td {
        font-size: 13px;;

    };

}

table tr td:last-child {
    padding-right: 8px 0 8px 0;;

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.commercial {
    width: 100%;
    margin: 1rem auto;
}

.commercial--sidebar {
}

.commercial--sidebar a {
    display: block;
    border: 25px solid #ececec;;

}

.commercial--sidebar img {
    max-width: 100%;
    height: auto;;

}

.commercial__note {
    text-transform: uppercase;
    font-size: .5rem;
    font-weight: 600;
    color: #2d3135;
    margin-top: .25rem;
}

.commercial__inner {
    border: 25px solid #ececec;
}

.commercial__image {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.commercial__image--desktop {
    display: block
}

@media(max-width: 1240px) {

    .commercial__image--desktop {
        display: none;;

    }
    }

.commercial__image--mobile {
    display: none
}

@media(max-width: 1240px) {

    .commercial__image--mobile {
        display: block;;

    }
    }
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.spiel-infobox {
    background-color: #fff;
    margin: 16px 0;
    padding: 16px 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row
}

@media(max-width: 768px) {

    .spiel-infobox {
        padding: 8px 21px;

    }
    }

.spiel-infobox .spiel-infobox_infos {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: start;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;

}

@media(max-width: 768px) {

    .spiel-infobox .spiel-infobox_infos {
        width: 100%;

    };

}

.spiel-infobox .spiel-infobox_infos > div {
    padding: 12px 0;
    font-weight: 500;
    width: 100%;

}

.spiel-infobox .spiel-infobox_infos > div div,
            .spiel-infobox .spiel-infobox_infos > div > a {
    -ms-flex-direction: row;
        flex-direction: row;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;

}

.spiel-infobox .spiel-infobox_infos > div i {
    width: 30px;
    height: 30px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;

}

.spiel-infobox .spiel-infobox_infos > div:not(:last-child) {
    border-bottom: 1px solid #edeeee;

}

.spiel-infobox .spiel-infobox_image {
    width: 50%;

}

@media(max-width: 768px) {

    .spiel-infobox .spiel-infobox_image {
        display: none;

    };

}

.spiel-infobox .spiel-infobox_image > img {
    width: auto;
    height: 215px;
    float: right;
    margin-right: 8px;

}

.spiel-prereport {
}

.spiel-prereport .spiel-prereport_infos {
    width: 75%;

}

@media(max-width: 768px) {

    .spiel-prereport .spiel-prereport_infos {
        width: 100%;

    };

}

.spiel-prereport .spiel-prereport_image {
    width: 25%;

}

@media(max-width: 768px) {

    .spiel-prereport .spiel-prereport_image {
        display: none;

    };

}

.spiel-prereport .spiel-prereport_image > img {
    height: 108px;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.wp-game-teaser {
    margin-bottom: 80px
}

@media (max-width: 480px) {

    .wp-game-teaser {
        margin-bottom: 60px;

    }
    }

.wp-game-teaser .game-teaser__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-flex-align: start;
        align-items: start;
    gap: 1.5rem;

}

@media (max-width: 1024px) {

    .wp-game-teaser .game-teaser__container {
        -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan,
        .wp-game-teaser .game-teaser__container .game-teaser__game-table {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content,
            .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-table__content,
            .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-plan__content,
            .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-table__content {
    height: 100%;
    min-height: 24rem;
    position: relative;
    background-color: #fff;
    padding: 0 1.5rem 2rem;
    overflow: hidden;

}

@media (max-width: 1240px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content,
            .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-table__content,
            .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-plan__content,
            .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-table__content {
        padding: 0 1.5rem 4rem;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__btn__container, .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-table__content .game-teaser__btn__container, .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-plan__content .game-teaser__btn__container, .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-table__content .game-teaser__btn__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    pointer-events: none;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__btn__container .game-teaser__btn, .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-table__content .game-teaser__btn__container .game-teaser__btn, .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-plan__content .game-teaser__btn__container .game-teaser__btn, .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-table__content .game-teaser__btn__container .game-teaser__btn {
    background-color: #9e8a6c;
    color: #fff;
    padding: .5rem 1rem;
    margin-top: 5rem;
    margin-bottom: 1rem;
    margin: 5rem 1rem 1rem;
    pointer-events: auto;
    text-align: center;

}

@media (max-width: 1240px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__btn__container .game-teaser__btn, .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-table__content .game-teaser__btn__container .game-teaser__btn, .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-plan__content .game-teaser__btn__container .game-teaser__btn, .wp-game-teaser .game-teaser__container .game-teaser__game-table .game-teaser__game-table__content .game-teaser__btn__container .game-teaser__btn {
        margin-top: 12rem;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan {}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content {}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__no-games {
    text-align: center;
    -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 1rem;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item {
    display: -ms-flexbox;
    display: flex;
    column-gap: 4rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    border-bottom: solid 1px #b4b4b4;
    padding: 1.5rem 1rem;

}

@media (max-width: 1600px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item {
        column-gap: 2rem;

    };

}

@media (max-width: 1240px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item {
        -ms-flex-direction: column;
            flex-direction: column;
        padding: 1.5rem 2rem;
        row-gap: 1.5rem;

    };

}

@media (max-width: 480px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item {
        padding: 1.5rem .5rem;

    };

}

@media (max-width: 360px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item {
        padding: 1.5rem 0;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__date {
    font-weight: 500;

}

@media (max-width: 1240px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__date {
        text-align: center;

    }

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__date br {
        display: none;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__date .date-divider {
    display: none;

}

@media (max-width: 1240px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__date .date-divider {
        display: inline;
        margin: 0 .25rem;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    column-gap: 4rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-right: 6rem;

}

@media (max-width: 1600px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams {
        width: 67%;
        column-gap: 2rem;
        margin-right: 2rem;

    };

}

@media (max-width: 1240px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams {
        width: 100%;
        margin-right: 0;

    };

}

@media (max-width: 360px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams {
        column-gap: .25rem;

    };

}

@media (max-width: 320px) {

    .wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams {
        -ms-flex-direction: column;
            flex-direction: column;
        row-gap: 1rem;

    };

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams .game-teaser__game-plan__item__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams .game-teaser__game-plan__item__logo > img {
    width: 4rem;
    height: 4rem;
    display: block;
    object-fit: contain;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams .game-teaser__game-plan__item__score {
    white-space: nowrap;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams .game-teaser__game-plan__item__score > span:not(.game-teaser__game-plan__item__score__vs) {
    background-color: #ebebeb;
    color: #000000;
    padding: .5rem 1rem;

}

.wp-game-teaser .game-teaser__container .game-teaser__game-plan .game-teaser__game-plan__content .game-teaser__game-plan__item .game-teaser__game-plan__item__teams .game-teaser__game-plan__item__score > span.game-teaser__game-plan__item__score__vs {
    color: #003558;
    font-weight: 500;
    font-size: 20px;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.footer__socials {

    margin-bottom: 10px
}

.footer__socials .footer__socials-container {}

.footer__socials .footer__socials-container a {

    padding: 0 8px;

    fill: #003558;

}

.footer__socials .footer__socials-container a:hover, .footer__socials .footer__socials-container a:focus {

    fill: #9e8a6c;

}:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.mobile-app__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    column-gap: 128px
}

@media (max-width: 1240px) {

    .mobile-app__container {
        column-gap: 28px;

    }
    }

@media (max-width: 1024px) {

    .mobile-app__container {
        -ms-flex-direction: column;
            flex-direction: column;

    }
    }

@media (max-width: 480px) {

    .mobile-app__container {
        margin: 32px 0;

    }
    }

.mobile-app__container .mobile-app__content {
    width: 50%;

}

@media (max-width: 1024px) {

    .mobile-app__container .mobile-app__content {
        width: 100%;
        padding-right: 32px;

    };

}

@media (max-width: 768px) {

    .mobile-app__container .mobile-app__content {
        padding-right: 0;

    };

}

.mobile-app__container .mobile-app__content p {}

@media (max-width: 640px) {

    .mobile-app__container .mobile-app__content p {
        display: none;

    };

}

.mobile-app__container .mobile-app__content .mobile-app__badges {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    column-gap: 28px;
    margin-top: 32px;

}

@media (max-width: 640px) {

    .mobile-app__container .mobile-app__content .mobile-app__badges {
        display: none;

    };

}

.mobile-app__container .mobile-app__content .mobile-app__badges img {
    height: 64px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;

}

@media (max-width: 1240px) {

    .mobile-app__container .mobile-app__content .mobile-app__badges img {
        height: 64px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;

    };

}

@media (max-width: 640px) {

    .mobile-app__container .mobile-app__content .mobile-app__badges img {
        height: auto;
        max-width: 100%;

    };

}

.mobile-app__container .mobile-app__preview {
    width: 50%;

}

@media (max-width: 1024px) {

    .mobile-app__container .mobile-app__preview {
        width: 100%;

    };

}

.mobile-app__container .mobile-app__preview img {
    width: 60%;

}

@media (max-width: 1240px) {

    .mobile-app__container .mobile-app__preview img {
        width: 100%;
        padding: 0 32px;

    };

}

@media (max-width: 1024px) {

    .mobile-app__container .mobile-app__preview img {
        width: 75%;
        margin-top: 32px;

    };

}

@media (max-width: 640px) {

    .mobile-app__container .mobile-app__preview img {
        width: 100%;
        margin-top: 0;

    };

}

.mobile-app__container .mobile-app__badges_mobile {
    display: none;
    -ms-flex-direction: row;
        flex-direction: row;
    column-gap: 28px;
    margin-top: 32px;

}

@media (max-width: 640px) {

    .mobile-app__container .mobile-app__badges_mobile {
        display: -ms-flexbox;
        display: flex;

    };

}

.mobile-app__container .mobile-app__badges_mobile img {
    height: 64px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;

}

@media (max-width: 1240px) {

    .mobile-app__container .mobile-app__badges_mobile img {
        height: 64px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;

    };

}

@media (max-width: 640px) {

    .mobile-app__container .mobile-app__badges_mobile img {
        height: auto;
        max-width: 100%;

    };

}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.tickets__shopbutton {
    background-color: #003558;
    border: none;
    color: white;
    padding: 25px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-transform: uppercase
}

.tickets__shopbutton:hover, .tickets__shopbutton:focus {
    background-color: #003f69;

}

@media (max-width: 480px) {

    .tickets__shopbutton {
        width: 100%;

    }
    }:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.wp-media-text {
}

.wp-media-text .media-text__container {

    display: -ms-grid;

    display: grid;

    -ms-grid-columns: (minmax(0, 1fr))[2];

        grid-template-columns: repeat(2, minmax(0, 1fr));

    -ms-flex-align: center;

        align-items: center;

    background-color: #003558;

}

@media (max-width: 1240px) {

    .wp-media-text .media-text__container {

        column-gap: 28px;

    };

}

@media (max-width: 1024px) {

    .wp-media-text .media-text__container {

        -ms-grid-columns: (minmax(0, 1fr))[1];

            grid-template-columns: repeat(1, minmax(0, 1fr));

    };

}

.wp-media-text .media-text__container .media-text__headline {
}

@media (max-width: 480px) {

    .wp-media-text .media-text__container .media-text__headline {

        font-size: 20px;

    };

}

.wp-media-text .media-text__container .media-text__content {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: column;

        flex-direction: column;

    gap: 0.5rem;

    width: 100%;

    padding: 50px 50px;

}

.wp-media-text .media-text__container .media-text__content p {

    color: #A2A2A2;

}

.wp-media-text .media-text__container .media-text__content h3 {

    color: #fff;

}

.wp-media-text .media-text__container .media-text__content .media-text__link {

    color: #9e8a6c;

}

@media (max-width: 480px) {

    .wp-media-text .media-text__container .media-text__content {

        padding: 32px 32px;

    };

}

.wp-media-text .media-text__container .media-text__thumbnail {

    width: 100%;

    height: 100%;

}

.wp-media-text .media-text__container .media-text__thumbnail img {

    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

}

@media (max-width: 640px) {

    .wp-media-text .media-text__container .media-text__thumbnail {

        margin-top: 0;

    };

}

.wp-media-text .media-text__container .media-text__video {

    width: 100%;

    height: 100%;

    min-height: 425px;

}

@media (max-width: 1024px) {

    .wp-media-text .media-text__container .media-text__video {

        min-height: 500px;

    };

}

@media (max-width: 640px) {

    .wp-media-text .media-text__container .media-text__video {

        min-height: 400px;

    };

}

.wp-media-text.wp-media-text--two-columns {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: row;

        flex-direction: row;

    margin: 80px 0;

}

.wp-media-text.wp-media-text--two-columns .media-text__container {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-direction: column-reverse;

        flex-direction: column-reverse;

    -ms-flex-pack: start;

        justify-content: start;

    height: 100%;

}

@media (max-width: 480px) {

    .wp-media-text.wp-media-text--two-columns .media-text__container {

        margin: 0;

    };

}

.wp-media-text.wp-media-text--two-columns .media-text__container .media-text__content {

    padding: 32px 50px;

}

@media (max-width: 480px) {

    .wp-media-text.wp-media-text--two-columns .media-text__container .media-text__content {

        padding: 32px 32px;

    };

}

.wp-media-text.wp-media-text--two-columns .media-text__container .media-text__thumbnail {

    max-height: 300px;

    height: auto;

    aspect-ratio: 3/1;

}

.wp-media-text.wp-media-text--two-columns .media-text__container .media-text__thumbnail img {

    max-height: 300px;

}

.wp-media-text.wp-media-text--two-columns .media-text__container .media-text__video iframe,
            .wp-media-text.wp-media-text--two-columns .media-text__container .media-text__video {

    max-height: 300px;

    height: 300px;

    min-height: 300px;

}

@media (max-width: 1024px) {

    .wp-media-text.wp-media-text--two-columns .media-text__container .media-text__video iframe,
            .wp-media-text.wp-media-text--two-columns .media-text__container .media-text__video {

        min-height: 400px;

    };

}

@media (max-width: 640px) {

    .wp-media-text.wp-media-text--two-columns .media-text__container .media-text__video iframe,
            .wp-media-text.wp-media-text--two-columns .media-text__container .media-text__video {

        min-height: 300px;

    };

}

@media (max-width: 1024px) {

    .wp-media-text.wp-media-text--two-columns {

        -ms-flex-direction: column;

            flex-direction: column;

    };

}

@media (max-width: 480px) {

    .wp-media-text.wp-media-text--two-columns {

        margin: 60px 0;

    };

}.gfield_visibility_visible h2 {
  font-weight: 900;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.editor-grid {
  margin-bottom: 20px;
}
.editor-grid-background {
  background-color: #fff;
  border: 1px solid #E8E8E8;
  padding: 20px;
}
.editor-grid-background.editor-grid {
  padding-bottom: 0;
}
.editor-grid-background-highlight {
  padding: 20px;
  border: 1px solid #E8E8E8;
}
.editor-grid-background-highlight.editor-grid {
  padding-bottom: 0;
}
.editor-grid-shadow {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  padding: 20px;
}
.editor-grid-shadow.editor-grid {
  padding-bottom: 0;
}
.editor-grid-container {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.editor-grid-container {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  -ms-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 102%;
  margin-left: -2%;
}
.editor-grid-container .opera-only :-o-prefocus,
.editor-grid-container {
  word-spacing: -0.43em;
}
[class*="editor-grid-unit"] {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  font-family: sans-serif;
  margin-left: 2%;
}
.fonts-loaded [class*="editor-grid-unit"] {
  font-family: 'Montserrat', sans-serif;
}
.editor-grid-unit-12 {
  width: 98%;
}
.editor-grid-unit-11 {
  width: 89.66%;
}
.editor-grid-unit-10 {
  width: 81.33%;
}
.editor-grid-unit-9 {
  width: 73%;
}
.editor-grid-unit-8 {
  width: 64.66%;
}
.editor-grid-unit-7 {
  width: 56.33%;
}
.editor-grid-unit-6 {
  width: 48%;
}
.editor-grid-unit-5 {
  width: 39.66%;
}
.editor-grid-unit-4 {
  width: 31.33%;
}
.editor-grid-unit-3 {
  width: 23%;
}
.editor-grid-unit-2 {
  width: 14.66%;
}
.editor-grid-unit-1 {
  width: 6.33%;
}
.editor-grid-container {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  /* Force -webkit-flex-wrap and -webkit-flex-direction, autoprefixer seems to forget */
  -webkit-flex-wrap: wrap;
  /* Force -webkit-flex, autoprefixer seems to use -webkit-box */
  display: -webkit-flex;
  /* Force -webkit-justify-content, autoprefixer seems to use -webkit-box-pack */
  -webkit-justify-content: flex-start;
  padding: 0;
}
[class*=editor-grid-unit] {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  [class*=editor-grid-unit] {
    width: 100%;
    margin-bottom: 12px !important;
  }
}
[class*=editor-grid-unit] :first-child {
  margin-top: 0;
}
[class*=editor-grid-unit] :last-child {
  margin-bottom: 0;
}
[class*=editor-grid-unit] img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
[class*=editor-grid-unit] .aligncenter {
  display: block;
}
@media (max-width: 1420px) {
  .editor-grid-unit-5 {
    width: 60%;
  }
}
@media (max-width: 1240px) {
  .editor-grid-unit-5 {
    width: 98%;
  }
}
:root {

    /* Container Width */
    /* ---------------------------------------------------*/

    /* Layout Units */
    /* ---------------------------------------------------*/

    /* Global Color Board (Referenced by semantic colors) */
    /* ---------------------------------------------------*/

    /* Typography */
    /* ---------------------------------------------------*/

    /* Media Queries */
    /* ---------------------------------------------------*/

    /* Clearfix Mixin */
    /* ---------------------------------------------------*/;

}

.off-canvas-menu {
    display: none;

    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: hidden;
    overflow-y: auto;

    visibility: hidden;

    transition: 350ms cubic-bezier(0.23, 1, 0.32, 1);
    transition-property: transform, left, visibility;
    transform: translate3d(-100%, 0, 0);

    position: fixed;
    left: 100px;
    top: 0;
    bottom: 0;
    z-index: 999;

    width: 100%;
    background-color: rgba(0, 49, 88, .95);
    color: #fff

}

@media (max-width: 768px) {

    .off-canvas-menu {
        top: 100px;
        left: 0;

    }
    }

@media (max-width: 480px) {

    .off-canvas-menu {
        top: 60px;

    }
    }

@media (max-width: 1240px) {

    .off-canvas-menu {
        display: block;

    }
    }

.off-canvas-menu * {
    -webkit-backface-visibility: hidden;

}

.off-canvas-menu .off-canvas-menu__wrapper {
    position: relative;

}

@media (max-width: 768px) {

    .off-canvas-menu .off-canvas-menu__wrapper {
        margin: 0;

    };

}

@media (max-width: 480px) {

    .off-canvas-menu .off-canvas-menu__wrapper {
        margin: 0;
        padding: 16px 0;

    };

}

.off-canvas-menu .off-canvas-menu__wrapper .off-canvas-navigation {
    padding: 96px;

}

@media (max-width: 1024px) {

    .off-canvas-menu .off-canvas-menu__wrapper .off-canvas-navigation {
        padding: 0 176px 0 96px;

    };

}

@media (max-width: 768px) {

    .off-canvas-menu .off-canvas-menu__wrapper .off-canvas-navigation {
        padding: 30px 0;

    };

}

.off-canvas-menu .off-canvas-menu__wrapper .off-canvas-info {
    background-color: #fff;
    padding: 110px 0;

}

.off-canvas-menu .off-canvas-menu__wrapper .off-canvas-info > div {
    width: 80%;
    margin: auto;

}

@media (max-width: 768px) {

    .off-canvas-menu .off-canvas-menu__wrapper .off-canvas-info {
        padding: 48px 0;

    }

    .off-canvas-menu .off-canvas-menu__wrapper .off-canvas-info > div {
        width: 90%;

    };

}

.off-canvas-menu .off-canvas-menu__wrapper .o-grid {
    height: 100vh;
    width: 100%;

}

@media (max-width: 1024px) {

    .off-canvas-menu .off-canvas-menu__wrapper .o-grid {
        display: inline-block;

    };

}

.off-canvas--open {
}

@media (max-width: 1240px) {

    .off-canvas--open {
}

    .off-canvas--open .off-canvas-menu {
        visibility: visible;
        transition-property: transform;
        transform: translate3d(0%, 0, 0);
        box-shadow: 0 3px 4px rgba(0, 0, 0, .99);

    }

    .off-canvas--open .off-canvas-backdrop {
        background-color: rgba(0, 0, 0, 0.75);
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;

    }
    }

.off-canvas__info {
}

.off-canvas__info .contact-info-title {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9e8a6c;

}

.off-canvas__info .contact-info {
    margin: 0 0 12px 0;
    font-size: 15px;
    line-height: 1;
    color: #838487;

}

.off-canvas__info .contact-info a {
    color: #838487;
    transition: 350ms color cubic-bezier(0.23, 1, 0.32, 1);

}

.off-canvas__info .contact-info a:hover, .off-canvas__info .contact-info a:focus {
    color: #9e8a6c;

}

.off-canvas__info .contact-info--last {
    margin: 0 0 32px 0;

}

.off-canvas__info .contact-info--text {
    padding-right: 120px;
    line-height: 1.2;
    max-width: 600px;

}

.off-canvas__info .social-info-title {
    margin-top: 48px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #9e8a6c;

}

.off-canvas__info .social-info-links {
    padding-left: 0;

}

.off-canvas__info .social-info-links li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px;

}

.off-canvas__info .social-info-links li a {
    display: block;

}

.off-canvas__info--search {
    margin-top: 32px

}

.off-canvas__info--search form {
}

.off-canvas__info--search form input {
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #9e8a6c;
    width: 260px;
    height: 40px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;

}


