@font-face{
    font-family:dinpro;
    font-style:normal;
    font-display:swap;
    src:url(/font/dinpro.woff2);
}

/* --------------------------------------------------------------------------------------------------------------------- */

* {
    font-family: 'dinpro', sans-serif;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size:3vh;
}
button {
    outline:0;
    border:0;
}
a {
    text-decoration: none;
}
section,
header,
footer {
    padding-left: 2vh;
    padding-right: 2vh;
}
.hidden {
    display: none !important;
}
.ani-duration-30ms {
    animation-duration: 0.3s !important;
}
.ani-duration-50ms {
    animation-duration: 0.5s !important;
}
.brightness-dark {
    filter: brightness(0%);
}
.rotate90 {
    transform: rotate(90deg);
}
.delay-15ms {
    animation-delay: 0.15s;
}
.delay-30ms {
    animation-delay: 0.3s;
}
.delay-45ms {
    animation-delay: 0.45s;
}
.delay-60ms {
    animation-delay: 0.6s;
}
.show {
    display: block !important;
}
.scroll-top {
    display: none;
    position: fixed;
    bottom: 5vh;
    right: 2vh;
    height: 7vh;
    cursor: pointer;
}
.scroll-top:hover {
    opacity: 0.7;
}

/* --------------------------------------------------------------------------------------------------------------------- */

header {
    background: #000000b2;
    width: 100%;
    height: 9vh;
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 999;
    top: 0;
    transition: 0.3s;
}
header.policy,
header.scroll {
    background: #000 !important;
}
header div.ic-menu > i {
    transition: 0.2s;
}
header > div {
    width: 100%;
    max-width: 150vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
header > div > .dark {
    display: none;
}
header > div > a {
    padding: 1.5vh 0;
}
header > div > a > img {
    height: 5vh;
    display: block;
}
header > div > .group {
    width: 100%;
    text-align: right;
}
header > div > .group > a,
header > div > .group > .a {
    display: inline-block;
    color: #fff;
    margin: 0 2vh;
    cursor: pointer;
    position: relative;
}
header > div > .group > *:last-child {
    border: 0.2vh solid #fff;
    border-radius: 3vh;
    padding: 0.5vh 3vh;
    margin-right: 0;
    font-size: 2.7vh;
}
header > div > .group > .a > i {
    font-size: 3vh;
    margin-left: 0.5vh;
    transition: 0.3s;
}
header > div > .group > .a:hover > i {
    rotate: 180deg;
}
header > div > .group > a:last-child > i {
    font-size: 3vh;
}
header > div > .group > a:hover,
header > div > .group > .a:hover {
    color: #08ec65;
}
header.fut25 > div > .group > a:hover,
header.fut25 > div > .group > .a:hover {
    color: #11c7ff;
}
header > div > .group > a:last-child:hover {
    border: 0.2vh solid #08ec65;
}
header.fut25 > div > .group > a:last-child:hover {
    border: 0.2vh solid #11c7ff;
}
header > div > .group> .a:hover > .drp {
    display: block;
}
header > div > .group > .a > .drp {
    background-color: #000;
    display: none;
    position: absolute;
    min-width: 15vh;
    top: 3.5vh;
    left: -2vh;
    color: #fff;
    border-radius: 1vh;
    border-top: 0.3vh solid #08ec65;
    border-bottom: 0.3vh solid #08ec65;
}
header.fut25 > div > .group > .a > .drp {
    border-top: 0.3vh solid #11c7ff;
    border-bottom: 0.3vh solid #11c7ff;
}
header > div > .group > .a > .drp > a {
    display: block;
    width: calc(100% + 2vh);
    padding: 1vh 2vh;
    position: relative;
    color: #fff;
    text-align: left;
}
header > div > .group > .a > .drp > a:hover {
    color: #08ec65;
}
header.fut25 > div > .group > .a > .drp > a:hover {
    color: #11c7ff;
}
header > div > div.ic-menu {
    display: none;
    font-size: 3vh;
    width: 100%;
    text-align: right;
    color: #fff;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.coming-soon {
    background-color: #fcfbf6;
    background-image: url(/img/fut24/bg-main.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75vh;
    padding-bottom: 5vh;
}
section.coming-soon > .logo {
    height: 12vh;
}
section.coming-soon > .thead {
    width: 60%;
    font-size: 7vh;
    color: #fff;
    margin: 3vh 0 1vh 0;
    padding: 0 10vh;
    font-weight: bold;
    text-align: center;
}
section.coming-soon > .tbody {
    width: 60%;
    font-size: 2.3vh;
    color: #d2d2d2;
    padding: 0 10vh;
    text-align: center;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.coming-soon-cover {
    background: url(/img/fut24/bg-group-cards.png) no-repeat 50% 50% / cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 25vh;
}
section.coming-soon-cover > .group-cards {
    height: 45vh;
    margin-bottom: 24vh;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.eq-1 {
    background: url(/img/fut23/bg-main.png?v23) no-repeat 50% 50% / cover;
    background-position: center;
    width: 100%;
    height: 80vh;
    padding-top: 9vh;
}
section.eq-1.fut24 {
    background: url(/img/fut24/bg-main.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.eq-1.fut25 {
    background: url(/img/fut25/bg-main.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.eq-1.fut26 {
    background: url(/img/fut26/bg-main.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.eq-1 > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 150vh;
    margin: 0 auto;
}
section.eq-1 > div > div {
    width: 50%;
    color: #fff;
}
section.eq-1 > div > div:nth-child(1) {
    padding-right: 2vh;
}
section.eq-1.fut25 > div > div:nth-child(1),
section.eq-1.fut24 > div > div:nth-child(1) {
    padding: 0 2vh 5vh 0;
}
section.eq-1 > div > div:nth-child(1) > span {
    display: block;
}
section.eq-1 > div > div:nth-child(1) > span:nth-child(1) {
    font-size: 6vh;
}
section.eq-1 > div > div:nth-child(1) > span:nth-child(2) {
    font-size: 3vh;
    margin-top: 2vh;
    color: rgb(235, 235, 235);
}
section.eq-1 > div > div:nth-child(1) > .btn-feature {
    background: transparent;
    font-size: 3vh;
    margin-top: 5vh;
    color: #fff;
    border: 0.2vh solid #fff;
    border-radius: 1vh;
    padding: 1vh 2vh;
    cursor: pointer;
    transition: 0.2s;
    width: 17vh;
}
section.eq-1.fut25 > div > div:nth-child(1) > .btn-feature,
section.eq-1.fut24 > div > div:nth-child(1) > .btn-feature {
    margin-top: 4vh;
}
section.eq-1 > div > div:nth-child(1) > .btn-feature:hover {
    border: 0.2vh solid #2afd8c;
    color: #2afd8c;
}
section.eq-1.fut24 > div > div:nth-child(1) > .btn-feature:hover {
    border: 0.2vh solid #08ec65;
    color: #08ec65;
}
section.eq-1.fut25 > div > div:nth-child(1) > .btn-feature:hover {
    background-color: #0000007c;
    border: 0.2vh solid #11c7ff;
    color: #11c7ff;
}
section.eq-1.fut25 > div > div:nth-child(1) > .logo,
section.eq-1.fut24 > div > div:nth-child(1) > .logo {
    height: 8vh;
}
section.eq-1.fut25 > div > div:nth-child(1) > .thead,
section.eq-1.fut24 > div > div:nth-child(1) > .thead {
    font-size: 6vh;
    color: #fff;
    margin: 1vh 0 0 0;
    padding-right: 3vh;
    font-weight: bold;
}
section.eq-1.fut26 > div > div:nth-child(1) > .thead {
    color: #00f173;
}
section.eq-1.fut25 > div > div:nth-child(1) > .tbody,
section.eq-1.fut24 > div > div:nth-child(1) > .tbody {
    font-size: 2.3vh;
    color: #d2d2d2;
    padding-right: 3vh;
}
section.eq-1 > div > div:nth-child(2) {
    text-align: right;
}
section.eq-1 > div > div:nth-child(2) > img {
    margin-top: 15vh;
    height: 75vh;
}
section.eq-1.fut25 > div > div:nth-child(2) > img {
    margin-top: 10vh;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.eq-2 {
    width: 100%;
    height: 20vh;
}
section.eq-2.fut24 {
    background: url(/img/fut24/bg-group-cards.png) no-repeat 50% 50% / cover;
    background-position: center;
}
section.eq-2.fut25 {
    background: url(/img/fut25/bg-group-cards.png) no-repeat 50% 50% / cover;
    background-position: center;
}
section.eq-2.fut26::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(/img/fut26/bg-4.png) no-repeat 50% 50% / cover;
    background-position: top;
    transform: scaleY(-1);
    z-index: -1;
}
section.eq-2 > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 150vh;
    margin: 0 auto;
}
section.eq-2 > div > div {
    width: 50%;
    color: #1c1c1c;
}
section.eq-2 > div > div:nth-child(1) {
    font-size: 5vh;
}
section.eq-2 > div > div:nth-child(1) > span {
    display: flex;
    align-items: center;
}
section.eq-2 > div > div:nth-child(1) > span > img {
    height: 9vh;
    border-radius: 1.5vh;
    box-shadow: 0px 0px 10px 3px rgba(203, 203, 203, 0.81);
    margin-right: 2vh;
}
section.eq-2 > div > div:nth-child(1) > span > div > div:nth-child(2) {
    font-size: 3.5vh;
    color: #636363;
    font-size: 2vh;
    margin-bottom: 1.5vh;
}
section.eq-2 > div > div:nth-child(1) > span > div > div:nth-child(2) > span {
    margin-right: 1vh;
    color: #2afd8c;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 3.5vh;
}
section.eq-2 > div > div:nth-child(2) > a > img {
    height: 8vh;
    cursor: pointer;
    transition: 0.2s;
    float: right;
}
section.eq-2 > div > div:nth-child(2) > a > img:hover {
    transform: scale(1.1);
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.eq-2a {
    background: url(/img/fut23/bg-trailer.jpg) no-repeat 50% 50% / cover;
    background-position: center;
    width: 100%;
    height: 50vh;
}
section.eq-2a.fut25 {
    background: url(/img/fut25/bg-trailer.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.eq-2a.fut26 {
    background: url(/img/fut26/bg-trailer.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.eq-2a > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 150vh;
    margin: 0 auto;
}
section.eq-2a > div > div {
    width: 50%;
    color: #1c1c1c;
}
section.eq-2a.fut26 > div > div {
    color: #00f173;
}
section.eq-2a > div > div:nth-child(1) > iframe {
    height: 40vh;
    width: 90%;
    box-shadow: 0px 0px 10px 3px rgb(8 8 8 / 81%);
}
section.eq-2a.fut25 > div > div:nth-child(1) > iframe,
section.eq-2a.fut26 > div > div:nth-child(1) > iframe {
    border-radius: 2vh;
}
section.eq-2a > div > div:nth-child(2) {
    font-size: 5vh;
    display: flex;
    flex-direction: column;
}
section.eq-2a > div > div:nth-child(2) > span:nth-child(1) {
    font-size: 5vh;
}
section.eq-2a > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 3vh;
    margin-top: 2vh;
    color: rgb(66, 66, 66);
}
section.eq-2a.fut26 > div > div:nth-child(2) > span:nth-child(2) {
    color: #d2d2d2;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.eq-3 {
    background: url(/img/fut23/bg-3.png) no-repeat 50% 50% / cover;
    width: 100%;
}
section.eq-3.fut24 {
    background: url(/img/fut24/bg-3.png) no-repeat 50% 50% / cover;
    background-position: top;
}
section.eq-3.fut25 {
    background: url(/img/fut25/bg-3.png) no-repeat 50% 50% / cover;
    background-position: top;
}
section.eq-3 > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 150vh;
    margin: 0 auto;
    padding: 4vh 0;
}
section.eq-3 > div > .title {
    color: #fff;
    width: 100%;
    font-size: 5vh;
    text-align: center;
    margin: 5vh 0;
}
section.eq-3 > div > .group {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 5vh;
    overflow: auto;
    gap: 1%;
}
section.eq-3 > div > .group::-webkit-scrollbar {
    background-color: #ffffff1b;
    margin-top: 1vh;
    height: 1vh;
}
section.eq-3.fut25 > div > .group::-webkit-scrollbar,
section.eq-3.fut25 > div > .group::-webkit-scrollbar-thumb {
    border-radius: 0.5vh;
}
section.eq-3 > div > .group::-webkit-scrollbar-thumb {
    background-color: #8a8a8a8e;
}
section.eq-3 > div > .group::-webkit-scrollbar-thumb:hover {
    background-color: #08ec63;
}
section.eq-3.fut25 > div > .group::-webkit-scrollbar-thumb:hover {
    background-color: #11c7ff;
}
section.eq-3 > div > .group > .feature {
    background: #fff;
    min-width: 24.25%;
    margin: 0.75% 0;
}
section.eq-3.fut25 > div > .group > .feature {
    overflow: hidden;
    border-radius: 2vh;
    margin-bottom: 2vh;
}
section.eq-3 > div > .group > .feature > img {
    display: block;
    width: 100%;
}
section.eq-3 > div > .group > .feature > span {
    display: block;
    padding: 0 2vh;
}
section.eq-3 > div > .group > .feature > span.name {
    font-size: 3.5vh;
    margin: 1.5vh 0;
}
section.eq-3 > div > .group > .feature > span.des {
    color: #8b8b8b;
    font-size: 2.5vh;
    margin: 0 0 1vh 0;
}
section.eq-3 > div > .group > .feature > span.des:last-child {
    margin: 0 0 2vh 0;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.eq-4 {
    width: 100%;
    height: 35vh;
}
section.eq-4.fut24 {
    background: url(/img/fut24/bg-4.png) no-repeat 50% 50% / cover;
    background-position: right;
}
section.eq-4.fut25 {
    background: url(/img/fut25/bg-4.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.eq-4.fut26 {
    background: url(/img/fut26/bg-4.png) no-repeat 50% 50% / cover;
    background-position: top;
}
section.eq-4 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 150vh;
    margin: 0 auto;
    color: #1c1c1c;
}
section.eq-4 > div > div:nth-child(1) {
    width: 40%;
    margin-right: 5%;
    text-wrap: nowrap;
    overflow: hidden;
}
section.eq-4.fut25 > div > div:nth-child(1) {
    border-right: 0.2vh solid #9b9b9b31;
}
section.eq-4 > div > div:nth-child(1) > img {
    height: 25vh;
}
section.eq-4.fut24 > div > div:nth-child(1) > img {
    height: 30vh;
}
section.eq-4 > div > div:nth-child(2) {
    width: 55%;
    font-size: 5vh;
    display: flex;
    flex-direction: column;
}
section.eq-4 > div > div:nth-child(2) > span:nth-child(1) {
    font-size: 5vh;
}
section.eq-4 > div > div:nth-child(2) > span:nth-child(2) {
    font-size: 3vh;
    margin-top: 1vh;
    color: rgb(66, 66, 66);
}
section.eq-4 > div > div:nth-child(2) > span.flex {
    display: flex;
    align-items: center;
    gap: 1.5vh;
}
section.eq-4 > div > div:nth-child(2) > span > .ic {
    height: 7vh;
    border-radius: 1vh;
}
section.eq-4 > div > div:nth-child(2) > span > a > img {
    display: block;
    height: 6vh;
    transition: 0.2s;
    margin-top: 2vh;
}
section.eq-4 > div > div:nth-child(2) > span > a > img:hover {
    transform: scale(1.1);
}
section.eq-4 > div > div > .banner {
    border-radius: 2vh;
}

/* --------------------------------------------------------------------------------------------------------------------- */

section.footer-apps {
    background: url(/img/fut23/bg-other-app.jpg?v23) no-repeat 50% 50% / cover;
    width: 100%;
}
section.footer-apps.fut24 {
    background: url(/img/fut24/bg-other-app.jpg) no-repeat 50% 50% / cover;
}
section.footer-apps.fut25 {
    background: url(/img/fut25/bg-apps.png) no-repeat 50% 50% / cover;
}
section.footer-apps.fut26 {
    background: url(/img/fut26/bg-our-app.png) no-repeat 50% 50% / cover;
    background-position: bottom;
}
section.footer-apps > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-width: 150vh;
    margin: 0 auto;
    padding: 4vh 0;
}
section.footer-apps > div > .title {
    color: #2afd8c;
    width: 100%;
    font-size: 5vh;
    text-align: center;
    margin: 5vh 0;
}
section.footer-apps.fut24 > div > .title {
    color: #1fff78;
}
section.footer-apps.fut25 > div > .title {
    color: #11c7ff;
}
section.footer-apps.fut26 > div > .title {
    color: #fff;
}
section.footer-apps > div > .group {
    display: flex;
    width: 100%;
    margin-bottom: 5vh;
    padding-bottom: 2vh;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 1%;
}
section.footer-apps > div > .group::-webkit-scrollbar {
    background-color: #ffffff1b;
    margin-top: 1vh;
    height: 1vh;
}
section.footer-apps.fut25 > div > .group::-webkit-scrollbar,
section.footer-apps.fut25 > div > .group::-webkit-scrollbar-thumb,
section.footer-apps.fut26 > div > .group::-webkit-scrollbar,
section.footer-apps.fut26 > div > .group::-webkit-scrollbar-thumb {
    border-radius: 0.5vh;
}
section.footer-apps > div > .group::-webkit-scrollbar-thumb {
    background-color: #8a8a8a8e;
}
section.footer-apps > div > .group::-webkit-scrollbar-thumb:hover {
    background-color: #08ec63;
}
section.footer-apps.fut25 > div > .group::-webkit-scrollbar-thumb:hover {
    background-color: #11c7ff;
}
section.footer-apps.fut26 > div > .group::-webkit-scrollbar-thumb:hover {
    background-color: #00f173;
}
section.footer-apps > div > .group > .feature {
    background: #fff;
    min-width: 32.67%;
    position: relative;
    padding-bottom: 6vh;
    overflow: auto;
}
section.footer-apps.fut25 > div > .group > .feature,
section.footer-apps.fut26 > div > .group > .feature {
    border-radius: 2vh;
}
section.footer-apps > div > .group > .feature:last-child {
    margin: 0;
}
section.footer-apps > div > .group > .feature > a {
    display: block;
    margin: 1vh 2vh 1vh 2vh;
    position: absolute;
    bottom: 0;
    right: 0;
}
section.footer-apps > div > .group > .feature > a > img.g-play {
    height: 5vh;
    width: auto;
    transition: 0.3s;
}
section.footer-apps > div > .group > .feature > a > img.g-play:hover {
    transform: scale(1.1);
}
section.footer-apps > div > .group > .feature > span {
    display: block;
    padding: 0 2vh;
}
section.footer-apps > div > .group > .feature > span.name {
    font-size: 3.5vh;
    margin: 1.5vh 0;
}
section.footer-apps > div > .group > .feature > span.name > img {
    height: 4vh;
    box-shadow: 0px 0px 3px 3px rgb(203 203 203 / 50%);
    border-radius: 1vh;
    vertical-align: -0.7vh;
    margin-right: 0.5vh;
}
section.footer-apps > div > .group > .feature > span.des {
    color: rgb(85, 85, 85);
    font-size: 2.5vh;
    margin: 0 0 2vh 0;
}

/* --------------------------------------------------------------------------------------------------------------------- */

footer {
    background: #000000;
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: center;
}
footer > div {
    width: 100%;
    max-width: 150vh;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
footer > div > .official {
    width: 80%;
    display: flex;
}
footer > div > .official > img {
    height: 7vh;
}
footer > div > .official > .group {
    font-size: 2.5vh;
    color: rgb(149, 149, 149);
    padding: 0 2vh;
}
footer > div span {
    display: block;
    height: 3.5vh;
}
footer > div > .contact {
    width: 20%;
    font-size: 2.5vh;
    color: rgb(149, 149, 149);
    text-align: right;
}
footer > div > .contact > span > a {
    color: rgb(149, 149, 149);
}
footer > div > .contact > span > a:hover {
    color: #2afd8c;
}
footer.fut24 > div > .contact > span > a:hover {
    color: #08ec65;
}
footer > div > .contact > .hr {
    display: none;
    width: 100%;
    height: 0.1vh;
    background: #424242;
    margin: 1vh 0 2vh 0;
}