@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebasneue_book-webfont.ttf") format("truetype"),
        url("../fonts/bebasneue_book-webfont.woff2") format("woff2"),
        url("../fonts/bebasneue_book-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Curtain Up Solid JNL";
    src: url("../fonts/curtainupsolidjnl.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Oxanium";
    src: url("../fonts/Oxanium-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Built Tilting";
    src: url("../fonts/built titling sb.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Exo 2";
    src: url("../fonts/Exo_2/static/Exo2-Regular.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Exo 2";
    src: url("../fonts/Exo_2/static/Exo2-SemiBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "M7Form";
    src: url("../fonts/m7/M7FORM/M7FormBasic.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "M7Form";
    src: url("../fonts/m7/M7FORM/M7FormItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "M7Form Mix";
    src: url("../fonts/m7/M7FORM/M7FormMix.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "M7Form Mix";
    src: url("../fonts/m7/M7FORM/M7FormMixItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "M7Form Wild";
    src: url("../fonts/m7/M7FORM/M7FormWild.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "M7Form Wild";
    src: url("../fonts/m7/M7FORM/M7FormWildItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.teams-container .team-front .team-front-info,
.section-carnaval .carnival-content .carnival-participating-team .teams-desc,
.schedule-container .match-info,
.schedule-container .match-info span,
.schedule-container .match-time {
    font-family: "Exo 2";
}

:root {
    --themecolor: #58c4c1; /* Change this Color */

    /* red */
    --color1: #4ff7f1;
    --color1rgb: 79, 247, 241;

    /* maroon */
    --color2: #3d8f8c;
    --color2rgb: 61, 143, 140;

    /* yellow */
    --color3: #ff9a00;
    --color3rgb: 255, 154, 0;

    /* grey */
    --color4: #bfbfbf;

    /* black */
    --color5: #000000;

    /* white */
    --color6: #ffffff;

    /* default gray*/
    --color7: #f7f7f7;
}

/* xs: phone - portrait */
/* default. no media */

#header-wrap {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

.font-body {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
}

.font-oxanium {
    font-family: "Oxanium", sans-serif !important ;
}

.font-exo-2 {
    font-family: "Exo 2", sans-serif !important ;
}

.font-built-tilting {
    font-family: "Built Tilting", sans-serif !important ;
}

.font-built-tilting span {
    font-family: "Built Tilting", sans-serif !important ;
}

.content-wrap div,
.content-wrap a,
.content-wrap span,
.content-wrap p,
.content-wrap h1,
.content-wrap h2,
.content-wrap h3,
.content-wrap h4,
.content-wrap h5,
.content-wrap h6 {
    font-family: "Bebas Neue", sans-serif;
}

.bg-m7 {
    position: relative;
    /* background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/_v1_6/m7/bg/bg-m7.jpg); */
    background: #232323;
    background-size: cover;
    /* background-repeat: repeat-y; */
    background-position: top center;
}

.bg-m7 .content-wrap,
.bg-m7 #content {
    background: transparent !important;
}

.m7-glowing-title,
.m7-asset-title {
    font-family: "M7Form Wild", sans-serif !important;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: italic;
    color: #ffffff;
    /* margin-bottom: 0.5rem; */
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 20px #fff79e;
    position: relative;
    animation: glow 1.5s infinite alternate;
}

.m7-glowing-title.themed {
    color: #ffd7b2;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
    animation: none;
}

.m7-glowing-title.smaller {
    font-size: 1.5rem;
}
@keyframes glow {
    0% {
        text-shadow: 0 0 0px rgba(255, 255, 255, 0),
            0 0 2px rgba(255, 255, 255, 0.3), 0 0 4px rgba(255, 255, 255, 0.3),
            0 0 6px rgba(255, 255, 255, 0.5), 0 0 8px rgba(255, 255, 255, 0.5);
    }
    100% {
        text-shadow: 0 0 2px rgba(60, 108, 255, 0.3),
            0 0 4px rgba(60, 108, 255, 0.3), 0 0 6px rgba(60, 108, 255, 0.5),
            0 0 8px rgba(60, 108, 255, 0.5), 0 0 10px rgba(60, 108, 255, 0.8);
    }
}

.fn-bebas {
    font-family: "Bebas Neue", sans-serif !important;
}

.m7-subtitle {
    font-family: "Bebas Neue", sans-serif;
    background: linear-gradient(
        88.3deg,
        #754c36 7.52%,
        #b68154 51.85%,
        #754c36 99.15%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m7-button {
    background: url("../images/_v1_6/m7/orns/btn-m7.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 25px;
    color: white;
}
.m7-button:hover {
    background: url("../images/_v1_6/m7/orns/btn-m7-hover.png") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

.tab-nav {
    border-bottom: 0;
    gap: 0.25rem;
}

.section-carnaval .match {
    font-size: 1.3rem;
}

.match {
    color: #fff;
    text-align: left;
}

.match .match-day {
    background: transparent;
}

.more-link,
.tabs-bb .tab-nav li.ui-tabs-active a,
.title-bottom-border h1,
.title-bottom-border h2,
.title-bottom-border h3,
.title-bottom-border h4,
.title-bottom-border h5,
.title-bottom-border h6 {
    /* background: url('../images/_v1_6/m7/orns/gold/tab-bg-active.png') no-repeat; */
    background: linear-gradient(
        90deg,
        rgba(243, 125, 130, 1),
        rgba(192, 113, 39, 1)
    );
    background-size: 100% 100%;
    background-position: center;
    padding: 0.5rem 1rem;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    border: 1px solid rgba(255, 255, 208, 1) !important;
}

.tabs-bb .tab-nav li.ui-tabs-active a {
    top: 0;
}

.tab-nav li {
    height: auto;
}

.tabs-bb .tab-nav li a {
    color: #fff;
    border: none !important;
    /* background: url('../images/_v1_6/m7/orns/gold/tab-bg.png') no-repeat; */
    background: rgba(160, 144, 136, 1);
    border: 1px solid rgba(255, 255, 208, 1) !important;
    background-size: 100% 100%;
    background-position: center;
    padding: 0.5rem 1rem;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    position: relative;
    font-style: italic;
}

.tabs-bb .tab-nav li a::before {
    content: "";
    width: 16px;
    height: 18px;
    top: -1px;
    left: -1px;
    position: absolute;
    background: url("../images/_v1_6/m7/orns/gold/tab-orn-top-left.png")
        no-repeat;
    background-size: 100% 100%;
    background-position: top left;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.tabs-bb .tab-nav li a::after {
    content: "";
    width: 16px;
    height: 18px;
    bottom: -1px;
    right: -1px;
    position: absolute;
    background: url("../images/_v1_6/m7/orns/gold/tab-orn-bottom-right.png")
        no-repeat;
    background-size: 100% 100%;
    background-position: bottom right;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.tabs-bb .tab-nav li .active-orn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.tabs-bb .tab-nav li .active-orn::before {
    content: "";
    position: absolute;
    background: url("../images/_v1_6/m7/orns/gold/active-tab-orn-top-left-v2.png")
        no-repeat;
    background-size: contain;
    top: 0;
    left: 25%;
    height: 24px;
    background-position: top left;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.tabs-bb .tab-nav li .active-orn::after {
    content: "";
    position: absolute;
    background: url("../images/_v1_6/m7/orns/gold/active-tab-orn-bottom-right-v2.png")
        no-repeat;
    background-size: contain;
    bottom: 0px;
    height: 24px;
    right: 25%;
    background-position: bottom right;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.tabs-bb .tab-nav li.ui-tabs-active a::before {
    top: 6px;
    left: 25%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.tabs-bb .tab-nav li.ui-tabs-active a::after {
    bottom: 6px;
    right: 25%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.tabs-bb .tab-nav li.ui-tabs-active .active-orn::before {
    background-size: contain;
    top: -9px;
    height: 24px;
    width: 16px;
    left: -1px;
    background-position: top left;
    pointer-events: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.tabs-bb .tab-nav li.ui-tabs-active .active-orn::after {
    background-size: contain;
    bottom: -9px;
    right: -1px;
    width: 16px;
    height: 24px;
    background-position: bottom right;
    pointer-events: none;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.tabs-bb .tab-nav li:not(.ui-tabs-active) .active-orn::before {
    top: -40px;
    left: 0;
}

.tabs-bb .tab-nav li:not(.ui-tabs-active) .active-orn::after {
    bottom: -40px;
    right: 0;
}

.match .match-date {
    font-size: 24px;
    font-family: "Oxanium", sans-serif;
    font-weight: 600;
}

.schedule-container .match-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
}

.schedule-container .match-list .match-list-item {
    position: relative;
    padding: 3px;
    padding-bottom: 0;
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    border-bottom: 2px solid #fff;
}

.match-list-item-container {
    padding: 0.5rem 0.2rem;
    position: relative;
    background: transparent;
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    color: white;
    text-align: center;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    height: 48px;
    /* inner shadow */
    /* box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5); */
    font-weight: 600;
    padding-right: 0;
    font-family: "Exo 2", "Built Tilting", sans-serif;
}

.schedule-container .match-list-item-container {
    gap: 0.5rem;
}

.match-list-item-container::before {
    content: "";
    /* background: linear-gradient(90deg, rgba(0, 60, 91, 1), rgba(51, 238, 255, 1)); */
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    color: white;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.schedule-container .match-list .match-list-item::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(
        90deg,
        rgba(253, 170, 131, 1),
        rgba(238, 148, 174, 1)
    );
    height: 3px;
    top: 0px;
    z-index: -1;
    pointer-events: none;
}

.schedule-container.carnaval-body .match-list .match-list-item::before {
    background: linear-gradient(
        270deg,
        #a79162 0%,
        #d4c187 23.42%,
        #f6e3a9 38.07%,
        #fffed5 54.58%,
        #f7e8b2 74.84%,
        #564e35 100%
    );
    height: 2px;
}

.schedule-container .match-list .match-list-item::after {
    content: "";
    position: absolute;
    background: url("../images/_v1_6/m7/orns/gold/shedule-left-bg.png")
        no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 12px;
    width: 12px;
    top: 3px;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.schedule-container.carnaval-body .match-list .match-list-item::after {
    background: url("../images/_v1_6/m7/orns/gold/schedule-left-bg-v2.png")
        no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.match-list-item-container .match-score {
    gap: 0.4rem;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match-list-item-container .match-score .team1-score,
.match-list-item-container .match-score .team2-score {
    font-size: 1.2rem;
    font-weight: 700;
}

.match-list-item-container .ticket {
    font-size: 18px;
    width: 100px;
    color: #272000;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0.75rem;
    position: relative;
    /* clip-path: polygon(2% 0, 98% 0, 100% 20%, 100% 80%, 98% 100%, 2% 100%, 0 80%, 0 20%); */
    background: url("../images/_v1_6/m7/orns/gold/schedule-right-bg.png")
        no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-family: "M7Form", "Built Tilting", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding-right: 0;
    flex-shrink: 0;
}

.carnaval-body .match-list-item-container .ticket {
    background: url("../images/_v1_6/m7/orns/gold/schedule-right-bg-v2.png")
        no-repeat;

    color: white;
    background-size: 100% 100%;
    background-position: center;
}

.match-list-item-container .ticket.disabled {
    line-height: 1;
    font-size: 0.95rem;

    pointer-events: none;
    opacity: 0.5;
    cursor: default;
}

.match-list-item-container .ticket.disabled.soldout {
    opacity: 1;
    background: none;
}

.match-list-item-container .ticket img {
    width: 20px;
    height: auto;
    vertical-align: middle;
}

.match-list-item-container .ticket.soldout img {
    width: 35px;
    height: auto;
    vertical-align: middle;
}

.match.date {
    background: url("../images/_v1_6/m7/orns/gold/schedule-day-bg.png");
    background-size: 100% 30%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 0 0 0.75rem;
}

.match-list-item-container .ticket:hover {
    opacity: 0.8;
}

/* (MOBILE) TEAMS STYLING */

.team-back {
    display: none;
}

.team-container {
    width: 100%;
    height: auto;
    /* background: url('../images/_v1_6/m7/orns/gold/teambg-team-mobile.png') no-repeat; */
    background-size: 100% 100%;
    padding: 4px;
    background-position: center;
    position: relative;
}

.team-inner {
    background: url("../images/_v1_6/m7/orns/gold/team-mobile/bg-mobile-team.png")
        no-repeat;
    background-size: 100% 100%;
}

.team-front {
    background: none;
    background-size: 100% 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 1.5rem;
    gap: 1rem;
}

.team-front img {
    object-fit: contain;
}

.team-front span,
.team-front .team-name {
    font-family: "Exo 2", "Built Tilting", sans-serif !important;
    font-size: 14px;
}

.team-front .team-name {
    font-weight: 700;
    color: #373737;
}

.team-name {
    font-size: 0.8rem;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.team-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-front .team-logo {
    width: 40px;
    height: auto;
}

.floating-animation {
    animation: floating 3s ease-in-out infinite;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes floating-left {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(7deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes floating-right {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(-7deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

/* 

    .country-flag {
        position: absolute;
        top: 15%;
        right: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .region-icon {
        position: absolute;
        left: 15%;
        bottom: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .team-back {
        background: url('../images/_v1_6/m7/orns/team-bg-active.png') no-repeat center center;
        background-size: 90% 90%;
        transform: rotateY(180deg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 2.5rem;
    }

    .team-front .team-logo {
        width: 65px;
        height: auto;
    }

    .team-rooster {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: white;
        padding: .5rem;
        font-weight: 500;
        position: relative;
    }

    .team-rooster::before {
        content: "";
        width: 100%;
        height: 5px;
        background: url('../images/_v1_6/m7/orns/team-rooster-bottom.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .rooster-icon {
        width: 20px;
        height: 20px;
    } */

/* END TEAM STYLING */

.title-img {
    height: 120px;
    margin-top: 1.5rem;
    object-fit: contain;
}

.lh-1 {
    line-height: 1 !important;
}

.tns-nav {
    display: none !important;
}

.shorts-item img {
    height: 350px;
}

.coming-soon {
    font-size: 3.5rem !important;
}

#footer {
    display: none !important;
}

#top-bar {
    display: none !important;
}

/* sm: phone - landscape */
@media (min-width: 576px) {
}

/* md: tablet */
@media (min-width: 768px) {
}

@media (max-width: 991px) {
    .font-oxanium.fs-4 {
        font-size: 1rem !important;
    }

    .team-container::before {
        content: "";
        width: 100%;
        height: 100%;
        background: url("../images/_v1_6/m7/orns/new/bg-team-line-mobile.png")
            no-repeat;
        background-size: 101% 105%;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .team-inner::before {
        content: "";
        position: absolute;
        top: -12px;
        left: -12px;
        width: 50px;
        height: 50px;
        background: url("../images/_v1_6/m7/orns/gold/team-mobile/orn-team-mobile-top.png")
            no-repeat;
        background-size: contain;
        background-position: top left;
        z-index: 1;
        pointer-events: none;
    }

    .team-inner::after {
        content: "";
        position: absolute;
        bottom: -8px;
        right: -8px;
        width: 50px;
        height: 50px;
        background: url("../images/_v1_6/m7/orns/gold/team-mobile/orn-team-mobile-bottom.png")
            no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: 1;
        pointer-events: none;
    }

    .team-front::after {
        content: "";
        position: absolute;
        top: 12px;
        right: 12px;
        width: 50px;
        height: 50px;
        background: url("../images/_v1_6/m7/orns/gold/team-mobile/orn-team-mobile-gold.png")
            no-repeat;
        background-size: contain;
        background-position: top right;
        z-index: 1;
        pointer-events: none;
    }
}

@media (min-width: 992px) {
    .schedule-container .match-list .match-list-item::after {
        height: 24px;
        width: 24px;
    }
    .team-name {
        font-size: 1.1rem;
    }
    .match-list-item-container .ticket.disabled {
        line-height: 1.5;
        font-size: 18px;
    }
    .match-list-item-container .ticket {
        width: 130px;
    }
    .match-list-item-container .match-score {
        gap: 1rem;
        font-size: 1.2rem;
    }
    .match-list-item-container .match-score .team1-score,
    .match-list-item-container .match-score .team2-score {
        font-size: 32px;
        font-weight: 700;
    }
    .match-list-item-container {
        padding: 0.5rem 2rem;
        padding-right: 0;
    }
    .team-container:not(.empty-team):hover .team-inner {
        transform: rotateY(180deg);
    }

    .team-container {
        width: 100%;
        height: 175px;
        perspective: 1000px;
        background: url("../images/_v1_6/m7/orns/team-bg-back.png") no-repeat;
        background-size: 100% 100%;
        padding: 8px;
    }

    .team-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.3s;
        transform-style: preserve-3d;
    }

    .team-front,
    .team-back {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 10px;
        overflow: hidden;
    }

    .team-front {
        background: url("../images/_v1_6/m7/orns/team-bg.png") no-repeat center
            center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.video-container::before {
    content: "";
    position: absolute;
    top: -11%;
    left: 0;
    width: 100%;
    height: 122%;
    background: url("../images/_v1_6/m7/orns/gold/bg-video-border-blue.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    pointer-events: none;
}

.video-container::after {
    content: "";
    position: absolute;
    top: -6.5%;
    left: 2%;
    width: 96%;
    height: 113%;
    background: url("../images/_v1_6/m7/orns/gold/bg-carousel-white.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.video-container .video-orn-top::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/_v1_6/m7/orns/gold/carousel-right.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(108deg);
    top: -9%;
    left: -1.5%;
    pointer-events: none;
}

.video-container .video-orn-top::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/_v1_6/m7/orns/gold/carousel-right.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(-108deg) rotateY(180deg);
    top: -9%;
    right: -1.5%;
    pointer-events: none;
}

.video-container .video-orn-bottom::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/_v1_6/m7/orns/gold/carousel-right.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(-108deg) rotateX(180deg);
    bottom: -9%;
    left: -1.5%;
    pointer-events: none;
}
.video-container .video-orn-bottom::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../images/_v1_6/m7/orns/gold/carousel-right.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: 2;
    transform: rotateZ(108deg) rotateY(180deg) rotateX(180deg);
    bottom: -9%;
    right: -1.5%;
    pointer-events: none;
}

.video-container .video-orn-center::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 6%;
    background: url("../images/_v1_6/m7/orns/gold/carousel-orn-bottom.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.video-container .tns-outer {
    padding: 1rem 0 !important;
}

.video-container .video-orn-center::after {
    content: "";
    position: absolute;
    width: 4%;
    height: 7%;
    background: url("../images/_v1_6/m7/orns/gold/carousel-orn-bottom-2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    bottom: -9%;
    left: 50%;
    transform: translateX(-50%);
}
.video-inner {
    height: 220px;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    padding: 1rem !important;
}

.video-inner video {
    height: 225px;
    width: 400px;
    object-fit: cover;
}

.mejs__container {
    width: 100% !important;
    height: 100% !important;
}

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    height: 100% !important;
}

.video-container {
    width: 90%;
}

.mejs__overlay.mejs__layer {
    cursor: pointer;
    height: 100% !important;
    width: 100% !important;
}

.mejs__inner {
    height: 100% !important;
    width: 100% !important;
}

iframe {
    width: 100% !important;
    height: 100% !important;
}

.force-full-width {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.blue-triangle-left::before,
.blue-triangle-left::after,
.blue-triangle-right::before,
.blue-triangle-right::after {
    content: "";
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    pointer-events: none;
    z-index: 10;
}

.blue-triangle-left::before {
    background: url("../images/_v1_6/m7/orns/new/blue-triangle-orn.webp")
        no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}

.blue-triangle-right::before {
    background: url("../images/_v1_6/m7/orns/new/blue-triangle-orn.webp")
        no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    top: 0;
    right: 0;
}

.blue-triangle-left::after {
    background: url("../images/_v1_6/m7/orns/new/blue-triangle-orn.webp")
        no-repeat;
    background-size: contain;
    transform: scaleY(-1);
    bottom: 0;
    left: 0;
}
.blue-triangle-right::after {
    background: url("../images/_v1_6/m7/orns/new/blue-triangle-orn.webp")
        no-repeat;
    background-size: contain;
    transform: scaleY(-1) scaleX(-1);
    bottom: 0;
    right: 0;
}

.carnival-zap-top {
    content: "";
    position: absolute;
    width: 100%;
    height: 555px;
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: start;
}

.carnival-zap-bottom {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 360px;
    pointer-events: none;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: end;
}

.carnival-zap-bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 700px;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 30%,
        rgba(0, 0, 0, 0) 100%
    );
}

.carnival-zap-bottom video,
.carnival-zap-top video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.carnival-zap-left,
.carnival-zap-right,
.carnival-zap-bottom-left,
.carnival-zap-bottom-right {
    content: "";
    position: absolute;
    width: 70px;
    height: 360px;
    pointer-events: none;
    z-index: 10;
}

.carnival-zap-left {
    background: url("../images/_v1_6/m7/orns/new/carnival-zap.webp") no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
}
.carnival-zap-right {
    background: url("../images/_v1_6/m7/orns/new/carnival-zap.webp") no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    top: 0;
    right: 0;
}

.carnival-zap-bottom-left {
    background: url("../images/_v1_6/m7/orns/new/carnival-zap.webp") no-repeat;
    background-size: contain;
    transform: scaleY(-1);
    bottom: 40px;
    left: 0;
}
.carnival-zap-bottom-right {
    background: url("../images/_v1_6/m7/orns/new/carnival-zap.webp") no-repeat;
    background-size: contain;
    transform: scaleY(-1) scaleX(-1);
    bottom: 40px;
    right: 0;
}

/* lg: desktop */
@media (min-width: 992px) {
    .carnival-zap-bottom-left {
        bottom: 0px;
    }
    .carnival-zap-bottom-right {
        bottom: 0px;
    }
    .carnival-zap-bottom,
    .carnival-zap-top {
        align-items: center;
    }

    .carnival-zap-bottom-left,
    .carnival-zap-bottom-right,
    .carnival-zap-left,
    .carnival-zap-right {
        width: 250px;
    }
    .team-inner {
        background: none;
    }

    .tabs-bb .tab-nav li a {
        padding: 1rem 1rem;
    }

    .my-lg-7 {
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }

    .title-img {
        margin-top: 0;
        height: 250px;
        object-fit: contain;
    }

    .tab-nav {
        border-bottom: 0;
        gap: 1rem;
    }

    .shorts-item img {
        height: 500px;
    }

    .m7-glowing-title {
        font-size: 4rem;
    }
    .more-link,
    .tabs-bb .tab-nav li.ui-tabs-active a,
    .title-bottom-border h1,
    .title-bottom-border h2,
    .title-bottom-border h3,
    .title-bottom-border h4,
    .title-bottom-border h5,
    .title-bottom-border h6 {
        padding: 0.75rem 0;
        height: auto;
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
    }

    .tabs-bb .tab-nav li a {
        width: 200px;
        color: #fff;
        padding: 0.75rem 0;
        height: auto;
        font-weight: 600;
        font-size: 30px;
        line-height: 1;
    }

    .carousel-container {
        width: 670px;
    }

    /* TEAM STYLING */

    .team-front::before {
        display: none;
        pointer-events: none;
    }

    .team-front::after {
        display: none;
    }

    .team-container {
        width: 100%;
        height: 260px;
        perspective: 1000px;
        background: none;
        background-size: 100% 100%;
        padding: 8px;
    }

    .team-inner {
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.3s;
        transform-style: preserve-3d;
    }

    .team-container:hover .team-inner {
        /* transform: rotateY(180deg); */
    }

    .team-front,
    .team-back {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        border-radius: 10px;
        overflow: hidden;
    }

    .team-front {
        /* background: url('../images/_v1_6/m7/orns/team-bg.png') no-repeat center center; */
        background: url("../images/_v1_6/m7/orns/gold/bg-team.webp") no-repeat
            center center;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0.5rem;
        /* position: relative; */
    }

    /* .team-inner::before {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/team-orn-top-right.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    }

    .team-inner::after {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 50px;
        height: 50px;
        background: url('../images/_v1_6/m7/orns/team-orn-bottom-left.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    }

    .team-front::before {
        content: "";
        position: absolute;
        top: 15%;
        left: 15%;
        width: 36%;
        height: 6%;
        background: url('../images/_v1_6/m7/orns/new/team-orn-top-right.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    }

    .team-front::after {
        content: "";
        position: absolute;
        bottom: 15%;
        right: 15%;
        width: 36%;
        height: 6%;
        background: url('../images/_v1_6/m7/orns/new/team-orn-bottom-left.png') no-repeat;
        background-size: 100% 100%;
        background-position: center;
        z-index: 1;
    } */

    .country-flag {
        position: absolute;
        top: 15%;
        right: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .region-icon {
        position: absolute;
        left: 15%;
        bottom: 15%;
        width: 20px;
        height: 20px;
        z-index: 2;
        object-fit: contain;
    }

    .team-back {
        background: url("../images/_v1_6/m7/orns/gold/bg-team-back.png")
            no-repeat center center;
        background-size: 100% 100%;
        transform: rotateY(180deg);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3rem;
        /* gap: 1rem; */
    }

    .team-front .team-logo {
        width: 100px;
        height: auto;
        padding-bottom: 0.5rem;
    }

    .team-rooster {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        padding: 0.2rem;
        font-size: 0.9rem;
        font-weight: 600;
        position: relative;
    }

    .team-rooster::before {
        content: "";
        width: 100%;
        height: 3px;
        /* background: url('../images/_v1_6/m7/orns/team-rooster-bottom.png') no-repeat; */
        background: linear-gradient(
            90deg,
            rgba(253, 170, 131, 0),
            rgba(253, 170, 131, 1),
            rgba(253, 170, 131, 1),
            rgba(253, 170, 131, 0)
        );
        background-size: 100% 100%;
        background-position: center;
        position: absolute;
        bottom: -1px;
        left: 0;
        pointer-events: none;
    }

    .rooster-icon {
        width: 20px;
        height: 20px;
    }

    .tabs-bb .tab-nav li a::before {
        width: 28px;
        height: 28px;
        top: 0;
        left: 0;
        background-size: 100% 100%;
        pointer-events: none;
    }

    .tabs-bb .tab-nav li a::after {
        width: 28px;
        height: 28px;
        bottom: 0;
        right: 0;
        background-size: 100% 100%;
    }

    .tabs-bb .tab-nav li.ui-tabs-active .active-orn::before {
        top: -18px;
        height: 46px;
        pointer-events: none;
        left: -1px;
        transform: rotateZ(0deg);
        width: 46px;
    }

    .tabs-bb .tab-nav li.ui-tabs-active .active-orn::after {
        bottom: -18px;
        height: 46px;
        pointer-events: none;
        right: 1-px;
        transform: rotateZ(0deg);
        width: 46px;
    }

    /* END TEAM STYLING */

    .video-inner {
        height: 550px;
        width: 100%;
        aspect-ratio: 16 / 9;
        margin: 0 auto;
        padding: 0.5rem !important;
    }

    .video-inner video {
        height: 550px;
        width: 100%;
        object-fit: cover;
    }

    .video-container .video-orn-top::before {
        width: 75px;
        height: 75px;
        top: -9%;
        left: 1.5%;
        transform: rotateZ(116deg);
    }

    .video-container .video-orn-top::after {
        width: 75px;
        height: 75px;
        top: -9%;
        right: 1.5%;
        transform: rotateZ(-116deg) rotateY(180deg);
    }

    .video-container .video-orn-bottom::before {
        width: 75px;
        height: 75px;
        bottom: -9%;
        left: 1.5%;
        transform: rotateZ(-116deg) rotateX(180deg);
    }

    .video-container .video-orn-bottom::after {
        width: 75px;
        height: 75px;
        bottom: -9%;
        right: 1.5%;
        transform: rotateZ(116deg) rotateY(180deg) rotateX(180deg);
    }
}

/* xl: wide */
@media (min-width: 1200px) {
    .coming-soon {
        font-size: 8rem !important;
    }
}

/* super wide */
@media (min-width: 1440px) {
    .team-container {
        width: 300px;
        height: 300px;
    }

    .team-front .team-logo {
        width: 125px;
        height: auto;
    }
}
