html {

}

body {
    background: #000;
}

a {
    outline: 0;
}

#page {
    display: none;
}

.not-clickable {
    cursor: default !important;
}

.site-branding {
    max-width: min-content;
    position: absolute;
    left: 10%;
}

@media (min-width: 576px) {
    .container {
        max-width: unset !important; } }
@media (min-width: 768px) {
    .container {
        max-width: unset !important; } }
@media (min-width: 992px) {
    .container {
        max-width: unset !important; } }
@media (min-width: 1200px) {
    .container {
        max-width: unset !important; } }

/* ##################################################### MENU ##################################################### */

.header-top {
    background: #000;
    padding: 10px;
    height: 100px;
}

@media only screen and (max-width: 992px) {
    .header-top {
        height: 64px;
        padding: 0;
    }
    .site-header {
        height: 64px !important;
    }
    .site-branding {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .site-header .custom-logo {
        max-width: 66.67px;
    }
}

.site-header .header-top .container {
    padding: 0;
}

.main-navigation {
    border: none;
    margin-left: 15%;
    margin-right: 15%;
}

.site-header {
    height: 100px;
    position: relative;
}

.site-content {
    margin: 0;
}

.site-footer {
    height: 240px;
    background-color: #000;
}

.site-content .site-main {
    padding-top: 0;
    min-height: unset;
}

.entry-footer {
    display: none;
}

.primary-menu ul {
    width: unset;
    top: 36px;
    /*right: 0;*/
    background-color: #fff;
    transition: none;
}

.primary-menu ul::after {
    border: none;
}

.primary-menu > li {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.primary-menu li.current-menu-item a, .primary-menu li.current-menu-item a:hover {
    color: #ffffff;
}

.primary-menu .sub-menu a, .primary-menu .sub-menu a:hover {
    color: #000;
}

.primary-menu .sub-menu li.current-menu-item a, .primary-menu .sub-menu li.current-menu-item a:hover {
    color: #000;
}

.primary-menu li.current-menu-item a::after, .primary-menu li.current-menu-parent::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    left: 20px;
    top: 100%;
    background: linear-gradient(90deg, #D3FDC8 0%, #06EEE7 100%);
}

.primary-menu li.current-menu-item:first-child a::after {
    left: 0;
    width: calc(100% - 20px);
}

.primary-menu .sub-menu li.current-menu-item a::after, .primary-menu .sub-menu li.current-menu-parent::after {
    display: none;
}

.primary-menu li a {
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: none;
}

.primary-menu .sub-menu li {
    padding: 15px 15px 15px 25px;
    min-width: 150px;
    text-align: left;
}

.primary-menu .sub-menu a {
    color: #000000;
    padding: 0;
    outline: 0;
}

.primary-menu .sub-menu {
    padding: 0;
    margin-right: -15px;
}

.primary-menu .sub-menu a:hover {

}

.primary-menu > li.menu-item-has-children > a {
    padding-right: 20px;
    position: unset;
}

.primary-menu > li.menu-item-has-children > a:focus {
    color: #fff;
}

.primary-menu > li.show > a:focus {
    color: #000;
}

.primary-menu > li > a:focus {
    color: #fff;
}

.primary-menu > li > a {
    outline: 0;
}

.primary-menu > li.menu-item-has-children > a:after {
    top: unset;
    margin-top: 6px;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    right: 20px;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
    right: -37px;
    transition: none;
}

.primary-menu > li.show {
    background-color: #ffffff;
}

.primary-menu > li.show > a {
    color: #000000;
}

.primary-menu > li.show > a:after {
    border-top: 5px solid #000;
}

.menu-modal {
    background: rgba(160, 160, 160, 0.95);
}

.mobile-site-branding {
    position: absolute;
    left: 1.8rem;
}

.mobile-menu-header {
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    padding-left: 1.8rem;
}

.modal-menu .ancestor-wrapper {
    width: max-content;
}

.modal-menu li a {
    font-family: 'TT Lakes Compressed' !important;
    font-style: normal !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    line-height: 30px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    box-shadow: inset 0 0 0 1000px #000;
    display: table;
    overflow:hidden;

    padding: 0.2rem;
    margin: 0.3rem 0.8rem;
}

.modal-menu {
    padding-top: 1.5em;
}

.modal-menu li {

}

.modal-menu a:hover {
    text-decoration: none;
}

.mobile-nav-button button {
    padding: 18px;
}

.primary-menu ul::before {
    right: unset;
}

.mobile-menu-contactus {
    margin-left: 1.8rem !important;
    margin-top: 1.8rem !important;
    width: 136px;
    height: 72px;
    background-image: url("../img/ContactUs.svg");
    background-repeat: no-repeat;
}

.mobile-menu-contactus li {
    box-shadow: none !important;
}

.mobile-menu-contactus a {
    width: 100%;
    height: 100%;
    box-shadow: none !important;
}

.hero-image {
    height: 980px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .container {
        margin: 0 !important;
        padding: 0 !important;
        max-width: 100% !important;
        max-height: 100% !important;
        width: 100% !important;
        height: 100% !important;
    }

    .hero-image {
        height: 90vh;
    }

}

.hero-text {
    max-width: 70%;
}

.hero-text h1, .hero-text h2 {
    text-transform: uppercase;
    font-family: 'TT Lakes Compressed';
    font-style: normal;
    font-weight: 800;
    text-align: center;
    word-wrap: normal;
}

.hero-text span {
    background-color: #000000;
    box-shadow: -20px 0 0 0 #000000, 20px 0 0 0 #000000;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

.hero-text h1 {
    font-size: 1.65rem;
    line-height: 1.65rem;
    color: #FFFFFF;
}

.hero-text h2 {
    font-size: 0.8rem;
    line-height: 0.8rem;
    color: #000000;
}

.hero-text h2 span {
    background-color: #ffffff;
    box-shadow: -10px 0 0 0 #ffffff, 10px 0 0 0 #ffffff;
}

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

    .hero-text h1 {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }

    .hero-text h2 {
        font-size: 0.8rem;
        line-height: 0.8rem;
    }

}

.site-footer {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: unset;
}

.footer-logo {
    width: 100px;
    height: 72px;
}

.site-footer-left {
    width: 50%;
    flex: 1 1;
    margin-left: 80px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}

.site-footer-right {
    width: 50%;
    flex: 1 1;
    margin-right: 80px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
}

.site-footer-rights {
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.site-footer-rights a {
    outline: 0;
}

.site-footer-rights h3 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    letter-spacing: unset;
    padding: 0;
    margin: 0;
}

.site-footer-rights span {
    display: block;
    margin-bottom: 20px;
}

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

    .site-footer {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        padding: unset;
    }

    .site-footer-left {
        width: 100%;
        flex: 1 1 100%;
        margin-left: unset;
        justify-content: center;
    }

    .site-footer-right {
        width: 100%;
        flex: 1 1 100%;
        margin-right: unset;
        justify-content: center;
    }

    .site-footer-rights {
        text-align: center;
        color: #414141;
        margin-top: 24px;
    }

    .site-footer-rights h3 {
        display: none;
    }

    .site-footer-rights a {
        color: #414141;
    }

}

.contact-us-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 999;
}

.contact-us-popup-container-flex {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
}

.contact-us-popup {
    position: relative;
    width: 375px;
    height: max-content;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

label, input {
    width: 100%;
}

.contact-us-popup p {
    margin: 0;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us-popup label {
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
}

.contact-us-popup input[type=text], .contact-us-popup input[type=email], .contact-us-popup textarea {
    margin-top: 4px;
    height: 32px;
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #000;
    border-radius: 0;
    border: 1px solid #9E9E9E;
    box-sizing: border-box;
    padding: 8px;
}

.contact-us-popup input[type=text]::placeholder {
    color: #9E9E9E;
}

.contact-us-popup input[type=submit] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;

    position: relative;
    width: 160px;
    height: 40px;

    background: #000000;
    border-radius: 8px;

    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}

.contact-us-popup textarea {
    height: 100px;
}

.contact-us-popup .header-cus-logo {
    width: 202px;
    height: 80px;
    background-image: url("../img/ContactUs.svg");
    background-repeat: no-repeat;
    margin-bottom: 32px;
}

.contact-us-popup button.cus-close-btn {
    width: 16px;
    height: 16px;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    position: absolute;
    right: 24px;
    top: 24px;
    padding: 0;
    margin: 0;
    background-color: unset;
    border: none;
    outline: none;
}

.contact-us-popup button.cus-close-btn:hover {
    opacity: 0.75;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output
{
    margin: 20px 0 0 0;
    border-color: #000;
    font-family: "Proxima Nova Rg";
    font-size: 12px;
}

.wpcf7-not-valid-tip {
    padding-top: 4px;
    font-family: "Proxima Nova Rg";
    font-size: 12px;
}

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

    .contact-us-popup {
        top: 64px;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        border-radius: 0;
        pointer-events: auto;
    }

    .contact-us-popup-container-flex {
        background: none;
        pointer-events: none;
    }

    .contact-us-popup-container {
        pointer-events: none;
    }

}

.mobile-menu-logo {
    position: relative;
}

.partners {
    background-color: #fff;
    padding: 38px 9.5vw;
    padding-bottom: 150px;
}

.partners-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    /*gap: 64px;*/
}

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

    .partners-container {
        flex-direction: column;
        gap: 32px;
    }

}

.partners h1 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #000000;
}

.partner {
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-right: 64px;
}

.partner img {
    opacity: 0;
}

.partner a, .partner a:hover, .partner a:focus {
    text-decoration: none;
    outline: 0;
}

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

    .partner {
        max-width: 98%;
    }

}

.partner-image {
    position: relative;
    width: 100%;
    background-size: contain;
}

.partner-image-hover {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s;
    background-size: contain;
}

.partner:hover .partner-image-hover {
    transition: 0.4s;
    opacity: 1;
}

.partner:hover h2 {
    transition: 0.4s;
    color: #fff;
    background-color: #000000;
}

.partner:hover p {
    transition: 0.4s;
    color: #000;
}

.partner h2 {
    transition: 0.2s;
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    text-transform: uppercase;
    color: #000000;
    padding: 8px;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    min-width: 65%;
    width: max-content;
}

.partner p {
    transition: 0.2s;
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #9E9E9E;
}

.mav {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 768px) {
    .mav {
        flex-direction: column;
        flex-wrap: wrap;
    }
}

.mav-right {
    flex: 1 1 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    order: 1;
}

.mav-left {
    flex: 1 1 60%;
    order: 0;
    padding: 38px 9.5vw;
    padding-bottom: 150px;
}

@media only screen and (max-width: 768px) {
    .mav-right {
        flex: 1 1 100%;
        order: 0;
        height: 400px;
        min-height: 400px;
    }

    .mav-left {
        flex: 1 1 100%;
        order: 1;
    }
}

.mav-title {
    width: 8rem;
    padding-top: 18%;
    background-image: url("../img/mandv.svg");
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 600px;
    min-width: 300px;
}

@media only screen and (max-width: 768px) {
    .mav-title {
        max-width: 98%;
    }
}

ul.mav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0.7rem;
}

ul.mav-links li {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    /*font-size: 18px;
    line-height: 24px;*/
    font-size: 0.45rem;
    line-height: 0.55rem;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #9E9E9E;
    margin-bottom: 8px;
}

ul.mav-links li a, ul.mav-links li a:hover, ul.mav-links li a:focus {
    outline: 0;
    color: #9E9E9E;
}

ul.mav-links li a:hover {
    color: #000;
}

ul.mav-links li a:after {
    content: '';
    width: 16px;
    height: 20px;
    background-image: url("../img/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 6px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 8px;
}

.mav h1 {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    line-height: 0.8rem;
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    margin-top: 2.5rem;
}

.mav p {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-top: 24px;
}

.mav-left > h2 {
    margin: 0;
    padding: 0;
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000;
    width: 124px;
    margin-top: 2rem;
    padding-left: 6px;
}

.values {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    /*gap: 5vw;*/
}

@media only screen and (max-width: 768px) {
    .values {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    ul.mav-links li {
        margin-bottom: 2px;
    }

}

.value {
    margin-top: 48px;
    width: max-content;
    margin-right: 5vw;
}

.value .value-image {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.value h2 {
    margin: 0;
    padding: 0;
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000;
    margin-top: 12px;
    text-wrap: normal;
}

.whoweare {
    width: 100%;
    flex: 1 1 100%;
}

.whoweare > .mav-title {
    background-image: url("../img/wwa.svg");
    padding-top: 12%;
}

.partners > .mav-title {
    background-image: url("../img/m.svg");
    padding-top: 7%;
}

@media only screen and (max-width: 768px) {
    .whoweare > .mav-title, .partners > .mav-title {
        padding-top: 20%;
    }
}

.team {
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    /*gap: 5vw;*/
}

.team-person {
    max-width: 320px;
    flex: 1 1 auto;
    margin-right: 5vw;
}

@media only screen and (max-width: 768px) {
    .team-person {
		margin-bottom: 5vw;
	}
}

.team-person-photo {
    width: 260px;
    height: 260px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
}

.team-person h2 {
    position: relative;
    display: block;
    padding: 0;
    margin: 24px 0 0 0;
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #000000;
}

.team-person span {
    position: relative;
    display: block;
    padding: 0;
    margin: 8px 0 0 0;
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #9E9E9E;
}

.team-person p {
    position: relative;
    display: block;
    padding: 0;
    margin: 8px 0 0 0;
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #1E1E1E;
}

.members-container {
    margin-top: 2rem;
}

.member-country {
    width: 100px;
    height: 24px;
    position: absolute;
    top: 24px;
    left: 0;
    background-repeat: no-repeat;
    background-position: 6px;
    padding-left: 28px;
    padding-top: 6px;
    background-color: #fff;
    font-family: "Proxima Nova Rg";
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 14px;
    color: #000;
}

.event {

}

.event-header {
    background: #000000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
    position: relative;
}

.event-header-logo {
    max-width: 340px;
    max-height: 580px;
    height: 80%;
    width: max-content;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 120px;
    margin-bottom: 220px;
}

@media only screen and (max-width: 992px) {
    .event-header-logo {
        max-width: 180px;
        max-height: 307px;
        margin-top: 40px;
        margin-bottom: 100px;
    }
}

.event-header-logo img {
    visibility: hidden;
}

.event-container {
    padding-top: 1px;
    background: #ffffff;
    background-repeat: repeat;
    background-position: left 0;
    background-size: auto;
    background-image: url("../img/bg.png");
    padding-left: 10%;
    display: block;
}

.event-container-center {
    max-width: calc(1200px);
    margin: 0 auto;
}

.event-games {
    margin-top: -200px;
    z-index: 1;
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .event-games {
        min-height: 270px;
    }
}

.event-games-container {
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}


@media only screen and (max-width: 992px) {
    .event-games-container {
        min-height: 270px;
    }
}

.event-games ul {
    /*position: absolute;*/
    /*transition: left 0.25s;*/
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
}

.event-games ul li {
    display: block;
    min-width: 560px;
    height: 379px;
    list-style: none;
    margin-right: 24px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    filter: grayscale(100%);
    transition-duration: .2s;
    flex-shrink:0;
    flex-grow:0;
    flex-basis:auto;
}

@media only screen and (max-width: 992px) {
    .event-games ul li {
        min-width: 210px;
        height: 143px;
    }
}

.event-games ul li.active {
    min-width: 620px;
    height: 420px;
    filter: grayscale(0%);
    transition-duration: .2s;
}

@media only screen and (max-width: 992px) {
    .event-games ul li.active {
        min-width: 240px;
        height: 162px;
    }
}

.event-games ul:hover li.active {
    min-width: 560px;
    height: 379px;
    filter: grayscale(50%);
    transition-duration: .2s;
}

@media only screen and (max-width: 992px) {
    .event-games ul:hover li.active {
        min-width: 240px;
        height: 162px;
    }
}

.event-games ul li.active:hover {
    min-width: 620px;
    height: 420px;
    filter: grayscale(0%);
    transition-duration: .2s;
}

@media only screen and (max-width: 992px) {
    .event-games ul li.active:hover {
        min-width: 240px;
        height: 162px;
    }
}

.event-games ul li:hover {
    min-width: 620px;
    height: 420px;
    filter: grayscale(0%);
    transition-duration: .2s;
}

@media only screen and (max-width: 992px) {
    .event-games ul li:hover {
        min-width: 240px;
        height: 162px;
    }
}

.event-game-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    padding: 32px 32px 26px 32px;
}

@media only screen and (max-width: 992px) {
    .event-game-info {
        display: none;
    }
}

.event-game-info span {
    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #676B79;
    margin-top: 0;
}

.event-game-info h2, .event-game-info h3 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.event-game-info h2, .event-game-info h2 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
}

.event-games ul a {
    outline: 0;
    text-decoration: none;
}

.event-games-arrow {
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/arrow.png");
    min-width: 80px;
    height: 80px;
    margin-bottom: 90px;
    margin-right: 50px;
    position: absolute;
    left: -105px;
    display: none;
}

@media only screen and (max-width: 992px) {
    .event-games-arrow {
        display: none;
    }
}

.event-back {
    background: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/back.svg");
    width: 66px;
    height: 20px;
    position: absolute;
    top: 180px;
    left: 120px;
    z-index: 2;
    display: block;
}

@media only screen and (max-width: 992px) {
    .event-back {
        display: none;
    }
}

.event > .nice-select {
    width: 200px;
    height: 48px;
    position: absolute;
    top: 180px;
    right: 120px;
    z-index: 2;
    padding: 0;
    margin: 0;
    border: 1px solid #FFFFFF;
    border-radius: 0;

    background: rgba(0,0,0,0);

    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #FFFFFF;
}

@media only screen and (max-width: 992px) {
    .event > .nice-select {
        display: none;
    }
}

.event > .nice-select span.current {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 12px;
}

.event > .nice-select.open ul.list {
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0);
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    /*border: 1px solid #FFFFFF;*/
}

.event > .nice-select.open ul.list li {
    height: 48px;
    line-height: 48px;
}

.event > .nice-select .option:hover, .event > .nice-select .option.focus, .event > .nice-select .option.selected.focus {
    background: rgba(255,255,255,0.25);
}

.event-winners {
    margin-top: 110px;
}

@media only screen and (max-width: 992px) {
    .event-winners {
        margin-top: 64px;
    }
}

.event-winners h1 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 96px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .event-winners h1 {
        font-size: 48px;
        line-height: 40px;
        margin-top: 64px;
    }
}

.event-winners table {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 78px;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
    .event-winners table {
        font-size: 18px;
        line-height: 14px;
        max-width: 90%;
    }
}

.event-winners table tr {
    height: 78px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
    .event-winners table tr {
        height: 48px;
    }
}

.event-winners table tr:last-child {
    border-bottom: none;
}

.event-winners table tr td.pos-cell {
    width: 80px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 992px) {
    .event-winners table tr td.pos-cell {
        width: 40px;
    }
}

.event-winners table tr td .team-cell {
    padding-left: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .event-winners table tr td .team-cell {
        padding-left: 8px;
    }
}

.event-winners table tr td .team-cell .team-logo {
    width: 54px;
    height: 54px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 992px) {
    .event-winners table tr td .team-cell .team-logo {
        width: 32px;
        height: 32px;
        margin-right: 8px;
    }
}

.event-winners table tr td .country-cell {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.event-winners table tr td .country-cell .country-icon {
    width: 40px;
    height: 24px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media only screen and (max-width: 992px) {
    .event-winners table tr td .country-cell .country-icon {
        width: 20px;
        height: 12px;
        margin-right: 8px;
    }
    .event-winners table tr td .country-cell .country {
        display: none;
    }
}

.event-winners table tr td.prize-cell {
    text-align: right;
    padding-right: 20px;
}

@media only screen and (max-width: 992px) {
    .event-winners table tr td.prize-cell {
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        text-align: center;
        padding-right: 8px;
        padding-left: 8px;
    }
}

.event-winners .team-name {
    padding-right: 8px;
}

.sl-wrapper .sl-counter, .sl-wrapper .sl-close, .sl-wrapper .sl-navigation {
    display: none !important;
}

.event-gallery {
    margin-top: 110px;
}

@media only screen and (max-width: 992px) {
    .event-gallery {
        margin-top: 64px;
    }
}

.event-gallery .wp-block-gallery {
    width: 100%;
    overflow: hidden;
}

.event-gallery h1 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 96px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    padding-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .event-gallery h1 {
        font-size: 48px;
        line-height: 40px;
        margin-top: 64px;
    }
}

.event-gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.event-gallery ul li {
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.event-gallery ul li figure {
    margin: 0;
    padding: 0;
}

.event-gallery ul li img {
    width: 460px;
    height: 280px;
    max-width: unset !important;
}

@media only screen and (max-width: 992px) {
    .event-gallery ul li img {
        width: 230px;
        height: 140px;
        max-width: unset !important;
    }
}

.event-vods h1 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 96px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .event-vods h1 {
        font-size: 48px;
        line-height: 40px;
        margin-top: 64px;
    }
}

.event-vods {
    margin-top: 110px;
}

@media only screen and (max-width: 992px) {
    .event-vods {
        margin-top: 64px;
    }
}

.event-vods iframe {
    width: 920px !important;
    height: 520px !important;
}

@media only screen and (max-width: 992px) {
    .event-vods iframe {
        width: 280px !important;
        height: 159px !important;
    }
}

.event-vods-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.event-vod {
    width: max-content;
}

@media only screen and (max-width: 992px) {
    .event-vod {
        width: 280px;
    }
}

.vod-info-date span {
    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #676B79;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .vod-info-date span {
        font-size: 14px;
        margin-bottom: 8px;
    }
}

.vod-info-name-descr h4 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 992px) {
    .vod-info-name-descr h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

.vod-info-name-descr span {
    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #676B79;
    margin: 0;
    padding: 0;
    margin-top: 8px;
}

@media only screen and (max-width: 992px) {
    .vod-info-name-descr span {
        font-size: 14px;
    }
}

.vod-info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .vod-info {
        flex-direction: column;
    }
}

.vod-info-date {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 130px;
}

.vod-info-name-descr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.event-info {

}

.event-info h1 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 96px;
    line-height: 80px;
    text-transform: uppercase;
    color: #000000;
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 120px;
}

@media only screen and (max-width: 992px) {
    .event-info h1 {
        font-size: 48px;
        line-height: 40px;
        margin-top: 64px;
    }
}

.event-info table {
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*width: 100%;*/
    width: min-content;
}

@media only screen and (max-width: 992px) {
    .event-info table {
        max-width: 90%;
    }
}

.event-info table tr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

@media only screen and (max-width: 992px) {
    .event-info table tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.event-info table tr td {
    height: 80px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    /*flex-direction: column;*/
}

@media only screen and (max-width: 992px) {
    .event-info table tr td {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        width: 100% !important;
    }
    .event-info table tr td:last-child {
        border-bottom: none;
    }
}

.event-info table tr:first-child td {
    height: 220px;
    padding-top: 32px;
    padding-bottom: 0;
}

.event-info table td h4 {
    font-family: "TT Lakes Compressed";
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.event-info table td > span {
    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #676B79;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 8px;
}

.event-info table td a {
    text-decoration: none;
    outline: none;
    background: #D6D9E0;
    width: 221px;
    height: 40px;
    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    align-self: flex-end;
    margin-bottom: 20px;

}

.event-info table td:last-child {
    border-right: none;
}

.event-info .nice-select {
    width: 221px;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 0;
    background: rgba(0,0,0,0);
    font-family: "TT Lakes";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: rgba(0, 0, 0, 0.4);
    margin-right: 30px;
    pointer-events: none;
}

@media only screen and (max-width: 992px) {
    .event-info .nice-select {
        margin-right: 0;
    }
}

.event-info table td .inlineflex {
    align-self: flex-end;
    margin-bottom: 20px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .event-info table td .inlineflex {
        align-self: flex-end;
        margin-bottom: 20px;
        height: min-content;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.event-info table td .inlineflex a {
    margin-top: 0;
    align-self: flex-end;
    margin-bottom: 5px;
}

.event-info .nice-select span.current {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-left: 12px;
}

.event-info .nice-select.open ul.list {
    padding: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top: none;
    left: -1px !important;
    padding-right: 2px;
    width: 101% !important;
}

.event-info .nice-select.open ul.list li {
    height: 48px;
    line-height: 48px;
    color: #000000;
}

.event-info .nice-select.open ul.list li:first-child {
    display: none;
}

.event-info .nice-select .option:hover, .event-info .nice-select .option.focus, .event-info .nice-select .option.selected.focus {
    background: rgba(255,255,255,0.25);
    color: #000000;
}