@import "fontface.css";

@font-face {
    font-family: 'GFF Latin';
    src: url('../assets/font/GFF-Latin-Bold.eot');
    src: local('GFF Latin Bold'), local('GFF-Latin-Bold'),
        url('../assets/font/GFF-Latin-Bold.eot?#iefix') format('embedded-opentype'),
        url('../assets/font/GFF-Latin-Bold.woff2') format('woff2'),
        url('../assets/font/GFF-Latin-Bold.woff') format('woff'),
        url('../assets/font/GFF-Latin-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GOOD BRUSH';
    src: url('../assets/font/GOOD-BRUSH.woff2') format('woff2'),
        url('../assets/font/GOOD-BRUSH.woff2') format('woff'),
        url('../assets/font/GOOD-BRUSH.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    height: 100% !important;
    font-family: 'GFF Latin' !important;
    font-weight: 500 !important;
    font-size: 2rem !important;
    -webkit-font-feature-settings: "palt" 1 !important;
    font-feature-settings: "palt" 1 !important;
    color: #313131 !important;
    background: #e9e8ec !important;
    line-height: 1.75 !important;
    letter-spacing: 0.1rem !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
    min-height: 100vh;
    line-height: 1.5;
}

body header, body .wrapper {
    opacity: 1;
    -webkit-transition: opacity 240ms;
    transition: opacity 240ms;
}

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

    body {
        font-size: 1.4rem !important;
    }

}

.mfp-container {
    padding: 0 !important;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;
    color: #ffbb00;
}

.back-to-top:hover {
    color: #ffbb00;
}

img {
    opacity: 1;
    -webkit-transition: all 480ms;
    transition: all 480ms;
    display: block;
}

img {
    max-width: 100%;
    vertical-align: bottom !important;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    color: #333;
    text-decoration: none !important;
}

body, h1, h2, h3, h4, h5, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

#facebox .close{
	top: -15px;
	right: -15px;
}

#facebox .btn-gohome{
	position: absolute;
	left: 35%;
    bottom: 5%;
}

.close{
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: unset; 
	filter: unset;
	opacity: unset; 
}

.close:focus, .close:hover{
	filter: unset;
	opacity: unset;
}

@media(max-width: 768px){

	#facebox .content{
		width: auto;
	}

	#facebox img{
		width: 100%;
	}

	#facebox .close{
		top: 15vh;
		right: 0px;
		width: 12%;
	}

	#facebox .btn-gohome{
		position: absolute;
		left: 12%;
	    top: 90vh;
	}

	#facebox .btn-gohome img{
		max-width: 80%;
	}
}

:root {
    --scrollbar-bg: #e9e8ec;
    --scrollbar-thumb: #dab81a;
    --scrollbar-thumb-hover: #dab81a;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 15px;
    background-color: var(--scrollbar-bg);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-thumb-hover);
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb);
}

.floating-banner {
    position: fixed;
    display: block;
    top: 13%;
    left: 1%;
    z-index: 99;
}

.floating-banner img {
    width: 12vw;
    animation: animationBannerFloat 2s ease-in-out infinite;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.floating-banner img:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    cursor: pointer;
}

@keyframes animationBannerFloat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

}

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

    .floating-banner {
        display: none;
    }

}

/* ----------------------------------------------------- MODAL ------------------------------------------------- */

.modal-detail {
    max-width: 80vw;
}

.modal-detail img {
    display: inline;
}

#infoterm {
    padding: 0 !important;
}

#infosystem {
    padding: 0 !important;
}

#infoprocess {
    padding: 0 !important;
}

.infocontent {
    max-height: 31vw;
    overflow-y: scroll;
    padding-left: 31vw;
    padding-right: 2vw;
    margin-top: 8vw;
    margin-right: 3vw;
}

.detailpop {
    border: none;
    background: url(../assets/images/ros2024/page5/bg-event.png) no-repeat top center;
    background-color: transparent;
    background-size: 100%;
    height: 45vw;
}

.modal-close {
    max-width: 100%;
    width: 4.7%;
    position: absolute;
    transition: transform 2s ease-in-out;
    margin-left: 90%;
    margin-top: 3%;
}

.modal-close:hover {
	transform: rotate(360deg);
	cursor: pointer;
}

.modal-close:not(:hover) {
    transform: rotate(-360deg);
}

.infopop {
    max-width: 100%;
    width: 25%;
    position: absolute;
    margin-left: -45%;
    margin-top: 45%;
}

.infopop:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
	cursor: pointer;
}

.pop-up {
    width: 100%;
}

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

    .modal-detail {
        max-width: 100%;
    }
    
    .detailpop {
        /* display: none; */
    }

    .detailpopMOBILE {
        height: 35.6vw;
        border: none;
        background: transparent;
        display: block;
        margin-top: 15%;
    }

    .modal-close {
        width: 8%;
        margin-left: 85%;
    }

    .infopop {
        width: 45%;
        margin-left: -68%;
        margin-top: 140%;
    }

}

/* ============================================================= NAVBAR =========================================================== */

.nav-wrapper {
    display: block;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}

.nav-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar.custom-navbar {
    position: fixed;
    width: 100%;
    margin-top: 3%;
    left: -1%;
    z-index: 1030;
}

.nav-link {
    margin: 0 42px;
    color: #5e2f23;
    text-decoration: none;
    letter-spacing: 1px;
    transition-duration: 0.3s;
    white-space: nowrap;
}

.nav-link:hover {
    color: #5e2f23;
    text-shadow: 1px 1px 1px #000000;
}

.nav-side {
    border: rgb(101 64 33) 2px solid;
    border-radius: 40px;
    transition: color 0.3s ease;
}

.nav-side::before,
.nav-side::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #e2e2e2ab;
    z-index: -1;
    transition: width 0.5s ease-out;
    border-radius: 40px;
}

.nav-side::before {
    left: 0;
}

.nav-side::after {
    right: 0;
}

.nav-side.scrolled::before,
.nav-side.scrolled::after {
    width: 100%;
}

.logo-ro {
    position: fixed;
    display: flex;
    padding: 1.5rem 0;
    left: 1%;
    width: 10%;
    z-index: 1030;
}

.logo-ggl {
    position: fixed;
    display: flex;
    padding: 1.5rem 0;
    right: 1%;
    width: 13%;
    z-index: 1030;
}

.logo-nav img {
    width: 100%;
}

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

    .nav-link {
        margin: 0 60px;
        font-size: 1vw;
    }

}

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

    .navbar.custom-navbar {
        padding: 10px 24px;
        left: -4%;
    }

    .nav-link {
        margin: 1px 24px;
    }

    .nav-side {
        border-width: 1.5px;
        padding: 4px 10px;
        background-color: #e2e2e2ab;
    }

}

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

    .nav-wrapper {
        display: none;
    }

}

/* ------------------------------------------------ HEADER ------------------------------------------------- */

.header {
    display: none;
}

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

    .header {
        display: inline-block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        /* background: url(../images/teaser/episode6_7/nav/navbar.png) top center no-repeat; */
        background-color: #e2e2e2ab;
        background-size: cover;
        border-bottom: 2.5px solid #fbd760;
    }

    .header_inner {
        width: 100%;
        height: 70px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 100ms;
        transition: all 100ms;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 3rem;
    }

    .header_inner .header_logo {
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header_inner .header_logo a {
        background-size: 300%;
        background-position: 0% 0;
        display: inline-block;
        padding: 0 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .header_inner .header_logo a span {
        display: block;
        width: 100px;
    }
    
    .header_inner .logo_ggl a span {
        width: 160px;
    }

    .header_inner .pc-game-mobile {
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

@media screen and (max-width: 480px) {
    
    .header_inner {
        height: 50px;
    }

    .header_inner .header_logo a {
        padding: 0 30px;
    }

    .header_inner .header_logo a span {
        width: 75px;
    }

    .header_inner .logo_ggl a span {
        width: 120px;
    }

}

/* ------------------------------------------------ SECTION 1 ------------------------------------------------- */

#Home {
    position: relative;
}

#Home .SC1-BG {
    display: block;
}

#Home .SC1-BG-MOBILE {
    display: none;
}

#Home .inner {
    position: absolute;
	top: 0;
	z-index: 6;
	width: 100%;
    padding-top: 4vw;
}

#Home .inner:last-of-type {
    margin-bottom: 0px;
}

#Home .inner .innerSplash {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#Home .inner .innerSplash .splash {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    /* animation: splash 10s ease-in-out 0s infinite normal none; */
}

#Home .inner .innerChar {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: absolute;
    margin-left: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin-top: 4%;
}

#Home .inner .innerChar .char {
    display: block;
    position: relative;
    height: auto;
    width: 51%;
}

#Home .inner .innerContent {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0;
    flex-direction: column;
    position: relative;
    margin-left: -10%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
}

#Home .inner .innerContentMobile {
    display: none;
}

#Home .inner .innerContent a {
    position: relative;
    margin-top: -2%;
    left: -10%;
    z-index: 3;
}

#Home .inner .innerContent a .logo {
    position: relative;
    height: auto;
    max-width: unset;
    width: 36vw;
    margin: auto;
    cursor: pointer;
}

#Home .inner .innerContent .title {
    position: relative;
    height: auto;
    width: 35%;
}

#Home .inner .innerContent .date {
    position: relative;
    height: auto;
    width: 40%;
    left: 2.5%;
    margin-top: -3.5%;
    z-index: 1;
}

#Home .inner .innerContent .date2 {
    position: absolute;
    height: auto;
    width: 40%;
    right: -2.5%;
    top: 60%;
    animation: animationOpacity 4s ease-in-out infinite;
    z-index: 2;
}

#Home .inner .innerContent .btn-regis {
    height: auto;
    animation: animationBannerFloat 3s ease-in-out infinite;
    width: 15vw;
}

#Home .inner .innerContent .btn-regis:hover {
    filter: saturate(4);
    cursor: pointer;
}

/* WINNER BANNER */

#Home .inner-winner {
    position: absolute;
	top: 0;
	z-index: 6;
	width: 100%;
    height: 100%;
    padding-top: 0;
}

#Home .inner-winner .inner-winner-banner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#Home .inner-winner .inner-winner-banner .winner-banner {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}

#Home .inner-winner .inner-winner-banner .winner-banner-mobile {
    display: none;
}

@keyframes animationOpacity {

    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
    
}

@keyframes animationBannerFloat {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

}

@keyframes splash {

    0%, 
    50%, 
    100% {
        filter: brightness(1);
    }

    25%, 
    75% {
        filter: brightness(1.5);
    }

}

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

    #Home .SC1-BG {
        display: none;
    }

    #Home .SC1-BG-MOBILE {
        display: block;
    }

    #Home .inner {
        padding-top: 10vw;
    }

    #Home .inner-winner .inner-winner-banner .winner-banner {
        display: none;
    }

    #Home .inner-winner .inner-winner-banner .winner-banner-mobile {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
    }

    #Home .inner .innerSplash {
        display: none;
    }

    #Home .inner .innerChar {
        display: none;
    }

    #Home .inner .innerContent {
        display: none;
    }

    #Home .inner .innerContentMobile {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        flex-direction: column;
        position: relative;
        margin-left: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 5;
    }

    #Home .inner .innerContentMobile .contentLogo {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2vw;
        flex-direction: row;
        position: relative;
        margin-left: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 5;
    }

    #Home .inner .innerContentMobile .contentLogo .logo-rofl {
        position: relative;
        height: auto;
        width: 15%;
    }

    #Home .inner .innerContentMobile .contentLogo .logo-ggl {
        position: relative;
        height: auto;
        width: 25%;
    }
    
    #Home .inner .innerContentMobile a {
        position: relative;
        margin-top: 3%;
        left: 0%;
        z-index: 3;
    }

    #Home .inner .innerContentMobile a .logo {
        position: relative;
        height: auto;
        max-width: unset;
        width: 65vw;
        margin: auto;
        cursor: pointer;
    }

    #Home .inner .innerContentMobile .title {
        position: relative;
        height: auto;
        width: 70%;
    }

    #Home .inner .innerContentMobile .date {
        position: relative;
        height: auto;
        width: 100%;
        left: 0;
        margin-top: 70%;
        z-index: 1;
    }

    #Home .inner .innerContentMobile .btn-regis {
        height: auto;
        animation: animationBannerFloat 3s ease-in-out infinite;
        width: 45vw;
        margin-top: -15%;
    }

    #Home .inner .innerContentMobile .btn-regis:hover {
        filter: saturate(4);
        cursor: pointer;
    }
    
}

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

    #Home .inner {
        padding-top: 13vw;
    }

    #Home .inner .innerContentMobile a {
        margin-top: 0;
    }

    #Home .inner .innerContentMobile .title {
        width: 80%;
    }

    #Home .inner .innerContentMobile .date {
        width: 100%;
        margin-top: 65%;
    }
    
}

/* ------------------------------------------------ SECTION 2 ------------------------------------------------- */

#Intro {
    position: relative;
}

#Intro .SC2-BG {
    display: block;
}

#Intro .SC2-BG-MOBILE {
    display: none;
}

#Intro .inner {
    position: absolute;
	top: 0;
	z-index: 6;
	width: 100%;
    padding-top: 15vw;
}

#Intro .inner:last-of-type {
    margin-bottom: 0px;
}

#Intro .inner .innerContent {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-direction: column;
    position: relative;
    margin-left: 0%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Intro .inner .innerContent .intro {
    display: block;
    position: relative;
    height: auto;
    width: 70%;
}

#Intro .inner .innerContent .introMobile {
    display: none;
}

#Intro .inner .innerContent a {
    position: relative;
    margin-top: -6%;
    left: 23%;
}

#Intro .inner .innerContent .now {
    height: auto;
    width: 15vw;
}

#Intro .inner .innerContent .now:hover {
    filter: saturate(4);
    cursor: pointer;
}

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

    #Intro .SC2-BG {
        display: none;
    }

    #Intro .SC2-BG-MOBILE {
        display: block;
    }

    #Intro .inner {
        padding-top: 40vw;
    }

    #Intro .inner .innerContent .intro {
        display: none;
    }

    #Intro .inner .innerContent .introMobile {
        display: block;
        position: relative;
        height: auto;
        width: 85%;
    }

    #Intro .inner .innerContent a {
        margin-top: -14%;
        left: 19%;
    }

    #Intro .inner .innerContent .now {
        width: 30vw;
    }
    
}

/* ------------------------------------------------ SECTION 3 ------------------------------------------------- */

#Prize {
    position: relative;
}

#Prize .SC3-BG {
    display: block;
}

#Prize .SC3-BG-MOBILE {
    display: none;
}

#Prize .inner {
    position: absolute;
	top: 0;
	z-index: 6;
	width: 100%;
    padding-top: 5.5vw;
}

#Prize .inner:last-of-type {
    margin-bottom: 0px;
}

#Prize .inner .innerContent {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    position: relative;
    margin-left: 0%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Prize .inner .innerContentMobile {
    display: none;
}

#Prize .inner .innerContent .prizepool {
    display: block;
    position: relative;
    height: auto;
    width: 45%;
}

#Prize .inner .innerContent .first {
    display: block;
    position: relative;
    height: auto;
    width: 30%;
}

#Prize .inner .innerContent .twoprize {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: row;
    position: relative;
    margin-left: 0%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Prize .inner .innerContent .twoprize .second {
    display: block;
    position: relative;
    height: auto;
    width: 25%;
}

#Prize .inner .innerContent .twoprize .third {
    display: block;
    position: relative;
    height: auto;
    width: 25%;
}

#Prize .inner .innerContent .info {
    position: relative;
    height: auto;
    width: 15vw;
}

#Prize .inner .innerContent .info:hover {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    filter: saturate(4);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    
    #Prize .SC3-BG {
        display: none;
    }

    #Prize .SC3-BG-MOBILE {
        display: block;
    }

    #Prize .inner {
        padding-top: 25vw;
    }
    
    #Prize .inner .innerContent {
        display: none;
    }

    #Prize .inner .innerContentMobile {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        position: relative;
        margin-left: 0%;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
    }

    #Prize .inner .innerContentMobile .prizepool {
        position: relative;
        height: auto;
        width: 90%;
    }

    #Prize .inner .innerContentMobile .first {
        position: relative;
        height: auto;
        width: 75%;
        left: -5%;
    }

    #Prize .inner .innerContentMobile .second {
        position: relative;
        height: auto;
        width: 75%;
        left: -5%;
    }

    #Prize .inner .innerContentMobile .third {
        position: relative;
        height: auto;
        width: 75%;
        left: -5%;
    }

    #Prize .inner .innerContentMobile .info {
        position: relative;
        height: auto;
        width: 30vw;
    }

    #Prize .inner .innerContentMobile .info:hover {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        filter: saturate(4);
        cursor: pointer;
    }

}

/* ------------------------------------------------ SECTION 4 ------------------------------------------------- */

#Rules {
    position: relative;
}

#Rules .SC4-BG {
    display: block;
}

#Rules .SC4-BG-MOBILE {
    display: none;
}

#Rules .inner {
    position: absolute;
	top: 0;
	z-index: 6;
	width: 100%;
    padding-top: 6vw;
}

#Rules .inner:last-of-type {
    margin-bottom: 0px;
}

#Rules .inner .innerContent {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    flex-direction: row;
    position: relative;
    margin-left: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Rules .inner .innerContentMobile {
    display: none;
}

#Rules .inner .innerContent .match {
    display: block;
    position: relative;
    height: auto;
    width: 20vw;
    transition: transform 0.5s ease;
}

#Rules .inner .innerContent .match:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    filter: saturate(1.8);
    cursor: pointer;
}

#Rules .inner .innerContent .filt {
    transition: filter 0.3s ease;
}

#Rules .inner .innerContent .filt {
    filter: saturate(0.3);
}

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

    #Rules .SC4-BG {
        display: none;
    }

    #Rules .SC4-BG-MOBILE {
        display: block;
    }

    #Rules .inner {
        padding-top: 40vw;
    }

    #Rules .inner .innerContent {
        display: none;
    }

    #Rules .inner .innerContentMobile {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5vw;
        position: relative;
        margin-left: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 2;
    }

    #Rules .inner .innerContentMobile .match {
        display: block;
        position: relative;
        height: auto;
        width: 55vw;
        transition: transform 0.5s ease;
    }

    #Rules .inner .innerContentMobile .match:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        filter: saturate(1.8);
        cursor: pointer;
    }

    #Rules .inner .innerContentMobile .filt {
        transition: filter 0.3s ease;
    }

    #Rules .inner .innerContentMobile .filt {
        filter: saturate(0.3);
    }

    .slick-rules {
        width: 100%;
    }

    .slick-rules .slick-prev {
        left: 5%;
        top: 50%;
        z-index: 2;
    }

    .slick-rules .slick-prev::before {
        content: "";
        background: url(../assets/images/ros2025/page4/mobile/left.png) no-repeat left top;
        background-size: 100%;
        width: 50px;
        height: 110px;
        float: left;
        position: relative;
        z-index: 2;
    }

    .slick-rules .slick-next {
        right: 5%;
        top: 50%;
        z-index: 2;
    }

    .slick-rules .slick-next::before {
        content: "";
        background: url(../assets/images/ros2025/page4/mobile/right.png) no-repeat right top;
        background-size: 100%;
        width: 50px;
        height: 110px;
        float: left;
        position: relative;
        z-index: 2;
    }

}

/* ------------------------------------------------ SECTION 5 ------------------------------------------------- */

#Schedule {
    position: relative;
}

#Schedule .SC5-BG {
    display: block;
}

#Schedule .SC5-BG-MOBILE {
    display: none;
}

#Schedule .inner {
    position: absolute;
	top: 0;
	z-index: 6;
	width: 100%;
    padding-top: 5.5vw;
}

#Schedule .inner:last-of-type {
    margin-bottom: 0px;
}

#Schedule .inner .SC5-BTN {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: row;
    position: relative;
    margin-left: 0%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Schedule .inner .SC5-BTN .btn-schebra {
    position: relative;
    height: auto;
    width: 10vw;
    transition: filter 0.5s ease;
}

#Schedule .inner .SC5-BTN .btn-schebra:hover {
    filter: saturate(4);
    cursor: pointer;
}

#Schedule .inner .innerContentSchedule {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-direction: row;
    position: relative;
    margin-left: 0%;
    margin-top: 3%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Schedule .inner .innerContentSchedule .headline {
    position: relative;
    height: auto;
    width: 35vw;
    left: 8%;
}

#Schedule .inner .innerContentSchedule .scheduleContent {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    position: relative;
    margin-left: 0%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
}

#Schedule .inner .innerContentSchedule .scheduleContent .date {
    position: relative;
    height: auto;
    width: 65%;
    left: 7%;
}

#Schedule .inner .innerContentBracket {
    display: none;
}

#Schedule .inner .innerContentBracket .bracketContent {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
    margin-left: 0%;
    margin-top: -2%;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1;
}

#Schedule .inner .innerContentBracket .bracketContent .score {
    display: block;
    position: relative;
    height: auto;
    width: 70%;
}

#Schedule .inner .innerContentBracket .bracketContent .scoreMobile {
    display: none;
}

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

    #Schedule .inner .innerContentSchedule .headline {
        width: 55%;
    }
    
}

@media screen and (max-width: 768px) {
    
    #Schedule .SC5-BG {
        display: none;
    }

    #Schedule .SC5-BG-MOBILE {
        display: block;
    }

    #Schedule .inner {
        padding-top: 15vw;
    }

    #Schedule .inner .SC5-BTN {
        gap: 10px;
    }

    #Schedule .inner .SC5-BTN .btn-schebra {
        width: 30vw;
    }

    #Schedule .inner .innerContentSchedule {
        gap: 30px;
        flex-direction: column;
    }

    #Schedule .inner .innerContentSchedule .headline {
        width: 65%;
        left: 0;
    }

    #Schedule .inner .innerContentSchedule .scheduleContent {
        gap: 30px;
    }

    #Schedule .inner .innerContentSchedule .scheduleContent .date {
        width: 90%;
        left: 0;
    }

    #Schedule .inner .innerContentBracket .bracketContent {
        justify-content: unset;
        margin-top: 30% !important;
    }

    #Schedule .inner .innerContentBracket .bracketContent.notshow {
        justify-content: center !important;
        margin-top: 25% !important;
    }

    #Schedule .inner .innerContentBracket .bracketContent .score {
        display: none;
    }

    #Schedule .inner .innerContentBracket .bracketContent .scoreMobile {
        display: block;
        position: relative;
        height: auto;
        width: 150vw;
        max-width: unset;
    }

    #Schedule .inner .innerContentBracket .bracketContent .scoreMobile.notshow {
        width: 90% !important;
    }

}

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

    #Schedule .inner .innerContentBracket .bracketContent .scoreMobile {
        display: block;
        position: relative;
        height: auto;
        width: 70vw;
    }

} */

/* ------------------------------------------------------ FOOTER ------------------------------------------------- */

footer {
    background-color: #252525;
    border-top: 5px solid #fbd760;
    background-size: cover;
    position: relative;
    z-index: 6;
}

.row-logo {
    padding-top: 2vw;
    padding-bottom: 3vw;
}

.sosmed a {
    color: #fff;
    font-size: 24pt;
    margin-right: 1vw;
    transition-duration: 0.3s;
}

.sosmed a:hover {
    color: #fa9e25;
}

.ggl-logo {
    margin-right: 2vw;
    padding-top: 1vw;
}

.ggl-info {
    padding-top: 2vw;
    font-weight: bold;
    color: #ffe;
}

@media (max-width: 768px) {
    .ggl-info {
        font-size: 0.9rem;

    }
}

/* -------------------------------------------------- TEXTURE BG ---------------------------------------- */

.texturebg4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.spark {
    background-color: #cd7878;
    visibility: hidden;
    position: absolute;
    width: 4px;
    height: 7px;
    border-radius: 30%;
    z-index: 999;
}

.container {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

svg {
    z-index: 999;
    /* filter: blur(1px); */
    height: 100%;
}

.stick {
    transform: translatex(100px) translatey(360px);
    /* filter: brightness(200%); */
}

.flame {
    mix-blend-mode: screen;
}

*,
*::before,
*::after {
    box-sizing: content-box !important;
}

@media (max-width: 767px) {

    *,
    *::before,
    *::after {
        box-sizing: border-box !important;
    }

}