@font-face {
    font-family: 'Kanit regular';
    src: url('../fonts/Kanit-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans regular';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans italic';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Footer Top */
footer .container {
    max-width: 1140px;
    width: 100%;
    padding-inline: 20px;
    margin: 0 auto;
}

.footer-top {
    padding-block: 50px;
}

.footer-bottom {
    background: #111111
}

footer p {
    padding-bottom: 0;
}

.footer-top-brand-graphic {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
}

.footer-top-engage h1 {
    padding-bottom: 0 !important;
    margin-bottom: 0px !important;
}

.footer-top-engage h2,
.footer-top-engage h1 span.ql-font-kanit {
    margin-bottom: 10px;
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 1.25;
    color: #000 !important;
    padding-bottom: 0;
    font-family: 'Kanit regular' !important;
    display: block;
}

.needsclick {
    padding: 0 !important;
    margin-inline: 0 !important;
}

.needsclick button {
    font-size: 16px !important;
    border-radius: 10px !important;
    font-weight: 400 !important;
    background: #7DAF45 !important;
    width: 110px !important;
    margin-left: 10px !important;
}

.footer-top-engage p,
.footer-top-engage p span.ql-font-kanit {
    margin: 0 0 20px !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #333 !important;
    font-family: 'Open Sans regular' !important;
    display: block;
}

#email_01JKXZQ6SAQBBPY40AJJHT2NCD {
    border: 2px solid #84bd5e !important;
    border-radius: 10px !important;
    font-family: inherit;
    font-size: 16px !important;
    color: #7F7F7F !important;
    background: #fff !important;
    padding: 14px 18px !important;
    text-transform: lowercase !important;
    font-family: 'Open Sans regular' !important;
}

.footer-top-form {
    display: flex;
    flex-direction: column;
    max-width: none;
}

.footer-top-input {
    flex: 1;
    min-width: 0;
    padding: 14px 18px;
    border: 2px solid #84bd5e;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.9375rem;
    color: #333;
    background: #fff;
}


.footer-top-brand-center {
    max-width: 100%;
    width: 100%;
}

.footer-top-input::placeholder {
    color: #aaa;
}

.footer-top-submit {
    padding: 14px 28px;
    border: 2px solid #84bd5e;
    border-radius: 6px;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: #84bd5e;
    cursor: pointer;
}

.footer-top-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-top-social-list .footer-top-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.footer-top-social-list img {
    width: 40px;
    height: 40px;
}

.footer-top-social-link-facebook {
    background: #3b5998;
}

.footer-top-social-link-tiktok {
    background: #000;
}

.footer-top-social-link-youtube {
    background: #a82400;
}

.footer-top-social-link-spotify {
    background: #1db954;
}

.footer-top-social-link svg,
.footer-top-platform-link svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.footer-top-newsletter {
    margin-bottom: 10px;
}

.site-footer {
    background: #1a1a1a;
    color: #b0b0b0;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: 'Open Sans regular';
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans regular';
}

.site-footer-grid {
    /* display: grid;
    grid-template-columns: 1fr; */

    max-width: 1200px;
    margin-inline: auto;
    padding: 30px 0;
}

.site-footer-brand {
    margin-bottom: 30px;
}

.site-footer-brand-logo {
    display: block;
    height: auto;
    margin-bottom: 40px;
}

.site-footer-brand p {
    color: #fff;
    font-style: normal;
    margin-bottom: 15px;
}

.site-footer-heading {
    margin: 0 0 25px;
    padding-bottom: 0;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    font-family: 'Kanit regular';
}

.site-footer-nav {
    margin-bottom: 30px;
}

.site-footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-nav ul li {
    margin-bottom: 15px;
}

.site-footer-nav ul li+li {
    margin-top: 10px;
}

.site-footer-nav ul li a::after {
    content: " ›";
    color: #fff;
    display: inline-block;
    transition: transform .3s ease, opacity .3s ease;
    transform: translateX(5px);
}

.site-footer-nav ul li a:hover::after {
    transform: translateX(10px);
}

.site-footer-disclaimer {
    padding: 20px 0;
}

.site-footer-disclaimer p {
    margin: 0;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    color: #666666;
    font-family: 'Open Sans italic';
}

.site-footer-legal {
    margin: 0;
    padding: 16px 24px;
    border-top: 1px solid #666666;
    font-size: 12px;
    text-align: center;
}

.site-footer-legal a {
    display: block;
}

.site-footer-legal a+a {
    margin-top: 8px;
}

.site-footer-legal a::before {
    content: none;
    color: #fff;
    pointer-events: none;
}

.site-footer-copyright {
    margin: 0;
    padding: 15px !important;
    border-top: 1px solid #666666;
    font-size: 12px;
    text-align: center;
    color: #666666;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (min-width: 601px) {
    .footer-top-form {
        flex-direction: row;
        max-width: 480px;
    }

    .footer-top-input {
        border-right: none;
        border-radius: 6px 0 0 6px;
    }

    .footer-top-submit {
        border-radius: 0 6px 6px 0;
    }

    /* .site-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    } */

    .site-footer-legal a {
        display: inline;
    }

    .site-footer-legal a+a {
        margin-top: 0;
    }

    .site-footer-legal a+a::before {
        content: " | ";
    }
}


@media (min-width: 768px) {
    .footer-top-inner {
        display: flex;
        align-items: center;
        gap: 70px;
    }

    .footer-top-social-list .footer-top-social-link {
        width: 56px;
        height: 56px;
    }

    .site-footer-grid {
        padding: 50px 0;
    }

    .footer-top-brand-center {
        max-width: 350px;
    }

    .site-footer-grid {
        gap: 50px;
        display: flex;
        justify-content: space-between;
    }

    .site-footer-brand,
    .site-footer-nav {
        margin-bottom: 0;
    }
}

@media (min-width: 901px) {
    .site-footer-grid {
        gap: 80px;
        /* display: flex;
        justify-content: space-between; */
    }

    .site-footer-grid .footer-wrap {
        display: flex;
        justify-content: space-between;
        flex: 1;
        flex-wrap: wrap;
        gap: 20px;
    }
}