@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import "reset.css";

/* font-family: "Inter", sans-serif; */

/* typhotoal */
html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: "Inter", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background: linear-gradient(180deg, #00270E 4%, #006200 26.64%);
    background-attachment: fixed;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/* BTN */
.ly41xau8mq-knob {
    font-family: "Inter", sans-serif;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 60px;
    padding: 5px;
    transition: all 0.3s ease-out;
    border: none;
    box-sizing: border-box;
    border-radius: 100px;
    color: #271505;
    border: 2px solid #FFAE00;
    background: #FFAE00;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
}

.ly41xau8mq-knob:hover {
    background: transparent;
    border-color: #FFAE00;
    color: #FFAE00;
}

/* Header */
.ly41xau8mq-topbar {
    position: relative;
    padding: 12px 20px;
}

.ly41xau8mq-badge img {
    width: 228px;
}

.ly41xau8mq-topbar--fabric {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ly41xau8mq-panel--catalogue {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    gap: 20px 40px;
}

.ly41xau8mq-panel--note {
    position: relative;
    transition: .3s;
    text-align: center;
    padding: 2px;
}

.ly41xau8mq-panel--note::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #00000080;
}

.ly41xau8mq-panel--note:first-child::before {
    content: none;
}

.ly41xau8mq-panel--note:hover {
    color: #FFAE00;
}

.ly41xau8mq-panel--note.active {
    color: #FFAE00;
}

.ly41xau8mq-drop {
    position: absolute;
    z-index: 5;
    right: 20px;
    width: 25px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.ly41xau8mq-drop .ly41xau8mq-wires {
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: #ffffff;
    transition: transform 0.2s ease-out;
}

.toggle .wires1 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(-45deg) translate(-6px, 4px);
}

.toggle .wires2 {
    display: none;
}

.toggle .wires3 {
    background: #ffffff;
    transform: scale(0.9) rotateZ(45deg) translate(-8.9px, -6px);
}

.ly41xau8mq-drop--fabric {
    display: flex;
    align-items: center;
}

.ly41xau8mq-topbar .ly41xau8mq-knob {
    width: 134px;
    font-size: 14px;
    line-height: 20px;
    height: 38px;
    border: 2px solid #FFAE00;
    color: #ffffff;
    background: transparent;
    margin-left: 50px;
}

.ly41xau8mq-topbar .ly41xau8mq-knob:hover {
    box-shadow: 0px 3px 16px #FFAE00;
}

/* CONTENT */
.ly41xau8mq-system {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
}

.ly41xau8mq-system.panel-bg::after {
    content: '';
    background: rgb(28 7 71 / 60%);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ly41xau8mq-topic {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.ly41xau8mq-topic span {
    color: #FFAE00;
}

.ly41xau8mq-subtopic {
    text-transform: capitalize;
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 60px;
}

.ly41xau8mq-text {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}

.ly41xau8mq-prevention {
    padding: 20px 22px;
    border: 2px solid #FF5810;
    background: #00000033;
    box-shadow: 0px 0px 30px 0px #FF3300;
    margin-bottom: 80px;
    border-radius: 25px;
}

/* global */
.ly41xau8mq-global {
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.ly41xau8mq-global--fabric {
    padding: 50px 20px 100px;
}

.ly41xau8mq-global--fabric .container {
    position: relative;
}

.ly41xau8mq-global--plank {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
}

.ly41xau8mq-global--plank::before {
    content: '';
    background-image: url(../photos/bg-global-ly41xau8mq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -100px;
    top: -100px;
    bottom: -100px;
    width: 770px;
    pointer-events: none;
    z-index: -1;
}

.ly41xau8mq-global--plank .ly41xau8mq-knob {
    max-width: 224px;
}

.ly41xau8mq-knob--wrap {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

/* trending */

.ly41xau8mq-trending {
    background: #100F03;
    padding: 100px 20px 110px;
}

.ly41xau8mq-signal {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFAE00;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.ly41xau8mq-signal::before {
    content: '';
    width: 50px;
    height: 2px;
    background: #FFAE00;
    margin-right: 8px;
}

.ly41xau8mq-steps--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px;
}

.ly41xau8mq-steps--point {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    background: #FFA41080;
    color: #271505;
    border-radius: 100px;
    padding: 6px;
    max-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    transition: .3s;
}

.ly41xau8mq-steps--point.active {
    background: #FFAE00;
}

.ly41xau8mq-trending--list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 100px;
}

.ly41xau8mq-trending--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.ly41xau8mq-trending--topic {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.ly41xau8mq-trending--photo {
    margin-bottom: 30px;
    border: 2px solid #FFAE00;
    box-shadow: 0px -10px 50px 0px #75DA30A8;
    border-radius: 25px;
    overflow: hidden;
}

.ly41xau8mq-trending--photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ly41xau8mq-trending--note .ly41xau8mq-knob {
    min-width: 140px;
    width: 140px;
    height: 48px;
}

.ly41xau8mq-trending--text {
    margin-bottom: 14px;
}

.ly41xau8mq-levels--plank .ly41xau8mq-trending--union {
    margin-bottom: 30px;
}

/* nominate */

.ly41xau8mq-union {
    background: linear-gradient(314deg, #00270E 17.69%, #006200 76.45%);
}

.ly41xau8mq-nominate {
    padding: 100px 20px 50px;
}

.ly41xau8mq-nominate--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 90px;
}

.ly41xau8mq-nominate--note {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 50px 20px 50px;
    min-height: 330px;
    background: #100F03;
    cursor: pointer;
    border-radius: 25px;
}

.ly41xau8mq-nominate--note:hover .ly41xau8mq-nominate--photo {
    transform: scale(1.1);
}

.ly41xau8mq-nominate--topic {
    font-size: 26px;
    line-height: 32px;
}

.ly41xau8mq-nominate--photo {
    position: relative;
    transition: .3s;
}

.ly41xau8mq-nominate--photo::after {
    content: '';
    box-shadow: 0px 0px 74.38px 0px #75DA30;
    width: 76px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(116 218 48 / 26%);
}

.ly41xau8mq-nominate--photo img {
    filter: drop-shadow(0px 7px 10px #75DA30);
}

/* favor */

.favorSwiper {
    margin: 0 -50px;
    padding: 0 50px;
}

.ly41xau8mq-favor {
    padding: 50px 20px 100px;
}

.favorSwiper .ly41xau8mq-trending--photo {
    box-shadow: 0px -10px 50px 0px #75DA30A8;
}

.swiper-button-prev, .swiper-button-next {
    width: auto;
    height: auto;
    margin: 0;
    top: 40%;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}


/* Information */
.ly41xau8mq-information {
    padding: 50px 20px 100px;
}

.ly41xau8mq-information h1 {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    text-transform: capitalize;
}

.ly41xau8mq-information h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ly41xau8mq-information h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

.ly41xau8mq-information p {
    margin-bottom: 16px;
}

.ly41xau8mq-information a {
    display: inline-block;
    color: #FFAE00;
    font-weight: 600;
}

.ly41xau8mq-information ul {
    list-style-type: disc;
    padding-left: 20px;
}

.ly41xau8mq-information ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.ly41xau8mq-information li {
    margin-bottom: 16px;
}

.ly41xau8mq-information--union {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.ly41xau8mq-information--link {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 60px;
}

.ly41xau8mq-information--union .ly41xau8mq-social--note {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: #FFAE00;
}


/* FOOTER */
.ly41xau8mq-closure {
    padding: 34px 20px;
    color: #ffffff;
    background: #100F03;
    font-size: 14px;
    line-height: 20px;
}

.ly41xau8mq-closure--union {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.ly41xau8mq-closure--first {
    display: flex;
    align-items: center;
    gap: 20px 40px;
}

.ly41xau8mq-social--list {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ly41xau8mq-social--note {
    min-width: 25px;
    min-height: 25px;
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFAE00;
    padding: 5px;
}

.ly41xau8mq-social--note img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ly41xau8mq-closure--catalogue {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    gap: 20px 40px;
}

.ly41xau8mq-closure--catalogue a {
    position: relative;
    padding: 2px;
    line-height: 16px;
    transition: .3s;
}

.ly41xau8mq-closure--catalogue a:hover {
    color: #FFAE00;
}

.ly41xau8mq-closure--catalogue a::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #FFAE00;
}

.ly41xau8mq-closure--catalogue a:first-child::before {
    content: none;
}

.ly41xau8mq-closure--phrases {
    color: #FFFFFF80;
}

.ly41xau8mq-aware--union {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ly41xau8mq-aware img {
    min-width: 50px;
}

/* Popup Cookie */
.ly41xau8mq-zesty--baffle {
    display: none;
    padding: 28px 0 28px;
    position: fixed;
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 90%);
    color: #03052C;
    border-radius: 60px 60px 0 0;
    box-shadow: 1px -10px 15px -3px rgb(0 0 0 / 22%);
}
.ly41xau8mq-wrap {
    width: 100%;
    max-width: 1184px;
    padding: 0 20px;
    margin: 0 auto;
}
.ly41xau8mq-zesty--baffle p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    text-align: center;
}

.ly41xau8mq-dispute--typhotoal {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000067;
    padding: 20px;
}

.ly41xau8mq-dispute--container {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ly41xau8mq-dispute--catalogue {
    background: #ffffff;
    color: #03052C;
    border-radius: 20px;
    padding: 40px 34px;
}

.ly41xau8mq-dispute--container h3 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ly41xau8mq-dispute--container p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.ly41xau8mq-dispute--container .error-dispute {
    display: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #ff0000;
}

.ly41xau8mq-dispute--knobs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 16px;
}

.ly41xau8mq-vendors--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.ly41xau8mq-vendors--note {
    display: flex;
    justify-content: center;
}

/* level */

.ly41xau8mq-levels--fabric {
    padding: 50px 20px 100px;
}

.ly41xau8mq-levels--plank .ly41xau8mq-subtopic {
    text-align: center;
}

@media (max-width: 1320px) {
    .favorSwiper {
        margin: 0;
        padding: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .ly41xau8mq-closure--first {
        gap: 20px;
    }

    .ly41xau8mq-vendors--list {
        grid-template-columns: 1fr 1fr;
    }
}


@media (max-width: 1024px) {
    .ly41xau8mq-panel--note {
        padding: 10px;
    }

    .ly41xau8mq-drop {
        display: flex;
    }

    .ly41xau8mq-drop--fabric {
        display: none;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        background: #00270E;
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
    }

    .ly41xau8mq-panel--catalogue {
        flex-direction: column;
    }

    .ly41xau8mq-panel--note::before {
        content: none;
    }

    .ly41xau8mq-topbar .ly41xau8mq-knob {
        margin-left: 0;
    }

    .ly41xau8mq-global--plank {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .ly41xau8mq-global--fabric {
        padding: 240px 20px 40px;
    }

    .ly41xau8mq-global--plank::before {
        background-position: top;
        left: 0;
        top: -240px;
        bottom: 0;
        width: 100%;
    }

    .ly41xau8mq-trending--list {
        gap: 40px;
    }

    .ly41xau8mq-trending {
        padding: 40px 20px 40px;
    }

    .ly41xau8mq-trending--photo {
        margin-bottom: 20px;
    }

    .ly41xau8mq-nominate--list {
        gap: 40px;
    }

    .ly41xau8mq-nominate {
        padding: 40px 20px 40px;
    }

    .ly41xau8mq-favor {
        padding: 40px 20px 40px;
    }

    .swiper-button-prev, .swiper-button-next {
        width: 18px;
    }

    .ly41xau8mq-nominate--photo {
        max-width: 140px;
    }

}

@media (max-width: 860px) {
    .ly41xau8mq-dispute--baffle {
        padding: 60px 20px 40px;
        margin: 0;
        min-height: 480px;
        max-width: 100%;
        border-radius: 0;
        height: 100%;
    }

    .ly41xau8mq-dispute--close {
        top: 20px;
        right: 20px;
    }

    .ly41xau8mq-dispute--close img {
        width: 30px;
    }

    .ly41xau8mq-topic {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 24px;
    }

    .ly41xau8mq-subtopic {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 20px;
    }

    .ly41xau8mq-text {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 24px;
    }

    .ly41xau8mq-prevention {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px;
        margin-bottom: 40px;
    }

    .ly41xau8mq-signal {
        font-size: 16px;
        line-height: 20px;
    }

    .ly41xau8mq-signal::before {
        width: 38px;
    }

    .ly41xau8mq-nominate--list {
        grid-template-columns: 1fr;
    }

    .ly41xau8mq-nominate--topic {
        font-size: 20px;
        line-height: 26px;
    }

    .ly41xau8mq-nominate--note {
        padding: 32px 20px 32px;
        border-bottom: 4px solid #FFAE00;
        min-height: 270px;
    }

    .ly41xau8mq-trending--list {
        grid-template-columns: 1fr;
    }

    .ly41xau8mq-trending--topic {
        font-size: 20px;
        line-height: 26px;
    }

    .ly41xau8mq-levels--fabric {
        padding: 40px 20px 60px;
    }

    .ly41xau8mq-steps--list {
        gap: 12px;
    }

    .ly41xau8mq-steps--point {
        font-size: 16px;
        line-height: 18px;
    }

    .ly41xau8mq-knob {
        font-size: 18px;
        line-height: 26px;
        height: 48px;
    }

    .ly41xau8mq-closure--union {
        flex-direction: column-reverse;
        margin-bottom: 40px;
        gap: 24px;
    }

    .ly41xau8mq-closure--catalogue a::before {
        content: none;
    }

    .ly41xau8mq-closure--catalogue {
        justify-content: center;
    }

    .ly41xau8mq-aware--union {
        flex-direction: column;
    }

    .ly41xau8mq-information {
        padding: 40px 20px 60px;
    }

    .ly41xau8mq-information h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .ly41xau8mq-information h2 {
        font-size: 18px;
        line-height: 24px;
    }

    .ly41xau8mq-dispute--container h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 14px;
    }

    .ly41xau8mq-dispute--catalogue {
        padding: 40px 20px;
    }

    .ly41xau8mq-dispute--container p {
        font-size: 18px;
        line-height: 24px;
    }

    .ly41xau8mq-dispute--container .error-dispute {
        font-size: 14px;
        line-height: 18px;
    }

    .ly41xau8mq-zesty--baffle p {
        font-size: 16px;
        line-height: 24px;
    }

    .ly41xau8mq-information--link {
        font-size: 20px;
        line-height: 28px;
    }
}