:root {
    --bg-page: #071410;
    --bg-section: #10231d;
    --bg-section-alt: #06100d;
    --card-radius: 14px;
    --border-subtle: rgba(110, 231, 183, 0.24);
    --text-main: #e7f7ef;
    --text-muted: #a7c4b5;
    --heading-color: #f4fff9;

    --button-color: #3ddc97;
    --button-color-hover: #21b875;
    --button-color-light: #b8f55a;
    --button-shadow: rgba(61, 220, 151, 0.28);
    --button-shadow-strong: rgba(184, 245, 90, 0.58);

    --list-bg-hover: rgba(14, 57, 43, 0.9);
}

/* ===============================
   Base
   =============================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    line-height: 1.72;
    color: var(--text-main);
    background:
            radial-gradient(circle at 4% 2%, #164536 0%, transparent 48%),
            radial-gradient(circle at 97% 8%, #183827 0%, transparent 50%),
            radial-gradient(circle at 52% 100%, #081b14 0%, #030806 64%);
    background-color: var(--bg-page);
    -webkit-font-smoothing: antialiased;
}

.y0zlu {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

/* ===============================
   Header
   =============================== */

.oj2mz {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(110deg, rgba(6, 24, 17, 0.97), rgba(13, 45, 33, 0.96));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(110, 231, 183, 0.22);
    padding: 0.8rem 0;
    box-shadow:
            0 14px 38px rgba(0, 12, 8, 0.72),
            0 1px 0 rgba(184, 245, 90, 0.08);
}

.thjuc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.wa73u {
    display: flex;
    align-items: center;
}

.l0gdpt {
    height: 46px;
    /*border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.3),
    0 14px 28px rgba(15, 23, 42, 0.8);*/
}

.fcwzroqmf {
    display: flex;
    gap: 1.1rem;
    flex: 1;
    justify-content: center;
}

.u3p71j3 {
    position: relative;
    color: #dff8ea;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    padding: 0.42rem 0.8rem;
    border-radius: 10px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.u3p71j3::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(125deg, rgba(184, 245, 90, 0.34), rgba(61, 220, 151, 0.1));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.u3p71j3:hover {
    color: #062116;
    background: linear-gradient(120deg, #b8f55a, #3ddc97);
    transform: translateY(-2px);
}

.u3p71j3:hover::after {
    opacity: 1;
}

.kjh0d9x {
    display: flex;
    gap: 12px;
}

/* ===============================
   Buttons
   =============================== */

.qhvhc7 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.9rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.u0hi0 {
    background: linear-gradient(135deg, var(--button-color-light), var(--button-color));
    color: #062116;
    box-shadow:
            0 14px 28px var(--button-shadow),
            0 0 0 1px rgba(218, 255, 191, 0.2);
}

.u0hi0:hover {
    background: linear-gradient(135deg, var(--button-color-hover), var(--button-color-light));
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 20px 36px var(--button-shadow-strong);
}

.m8uxqtug {
    background: rgba(4, 27, 18, 0.54);
    color: #b8f55a;
    border-color: rgba(184, 245, 90, 0.58);
    box-shadow: 0 0 0 1px rgba(6, 27, 18, 0.7);
}

.m8uxqtug:hover {
    background: linear-gradient(135deg, rgba(25, 73, 51, 0.98), rgba(7, 38, 25, 0.98));
    color: #eaffc9;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 16, 10, 0.75);
}

.lwebbrd68 {
    padding: 15px 32px;
    font-size: 1rem;
}

.enkld8 {
    padding: 7px 16px;
    font-size: 0.85rem;
}

/* Bonus CTA button in hero */

.j3a68nmz5j {
    background: linear-gradient(135deg, #eaff8a, #9bea55 42%, #35d998 100%);
    color: #062116;
    padding: 18px 42px;
    font-size: 1.14rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    box-shadow:
            0 20px 40px rgba(0, 25, 15, 0.84),
            0 0 0 1px rgba(234, 255, 138, 0.62),
            0 0 30px rgba(100, 234, 141, 0.48);
    border-radius: 12px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.j3a68nmz5j:hover {
    filter: brightness(1.1) saturate(1.05);
    transform: translateY(-3px) scale(1.015);
    box-shadow:
            0 26px 54px rgba(0, 23, 14, 0.94),
            0 0 46px rgba(184, 245, 90, 0.74);
}

/* Pulse animation reused from original */

.delb2plemm {
    animation: pulse 2.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 18px 46px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
}

/* ===============================
   Hero
   =============================== */

.bas4voem3e {
    padding: 3rem 0 2.7rem;
    background:
            radial-gradient(circle at 12% 15%, rgba(61, 220, 151, 0.18), transparent 48%),
            radial-gradient(circle at 88% 5%, rgba(184, 245, 90, 0.15), transparent 48%),
            linear-gradient(to bottom, rgba(10, 43, 30, 0.98), rgba(5, 23, 15, 0.97));
    border-bottom: 1px solid rgba(110, 231, 183, 0.24);
}

.abg1vpqj {
    text-align: center;
}

.c2nv7k4pby {
    display: block;
    margin-bottom: 1.9rem;
    border-radius: 18px;
    padding: 3px;
    background: linear-gradient(120deg, rgba(184, 245, 90, 0.9), rgba(61, 220, 151, 0.52), rgba(218, 255, 191, 0.82));
    box-shadow:
            0 22px 56px rgba(0, 18, 11, 0.92),
            0 0 44px rgba(40, 171, 113, 0.28);
}

.b3y503q6aq {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    box-shadow:
            0 18px 40px rgba(0, 20, 12, 0.88),
            inset 0 0 0 1px rgba(220, 255, 207, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.c2nv7k4pby:hover .b3y503q6aq {
    transform: translateY(-4px) scale(1.01);
    filter: saturate(1.13) contrast(1.03);
    box-shadow:
            0 26px 60px rgba(0, 18, 11, 0.95),
            0 0 60px rgba(61, 220, 151, 0.32);
}

.ilfuuqr3g3 {
    margin-top: 2.2rem;
}

/* ===============================
   Content sections
   =============================== */

.m5aahug,
.j934ekjqf,
.a4wbjueu,
.l3g72q6 {
    padding: 3.6rem 0;
    background: transparent;
}

.m5aahug .y0zlu,
.j934ekjqf .y0zlu,
.a4wbjueu .y0zlu,
.l3g72q6 .y0zlu {
    background: linear-gradient(145deg, rgba(15, 51, 36, 0.96), rgba(5, 27, 18, 0.98));
    border-radius: var(--card-radius);
    padding: 2.7rem clamp(1.5rem, 4vw, 3.2rem);
    border: 1px solid var(--border-subtle);
    box-shadow:
            0 24px 52px rgba(0, 10, 6, 0.76),
            0 0 0 1px rgba(208, 255, 216, 0.035);
    position: relative;
    overflow: hidden;
}

.m5aahug .y0zlu::before,
.j934ekjqf .y0zlu::before,
.a4wbjueu .y0zlu::before,
.l3g72q6 .y0zlu::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 2% 4%, rgba(184, 245, 90, 0.11), transparent 58%),
            radial-gradient(circle at 98% 96%, rgba(61, 220, 151, 0.13), transparent 62%);
    opacity: 0.78;
    pointer-events: none;
}

.m5aahug .y0zlu > *,
.j934ekjqf .y0zlu > *,
.a4wbjueu .y0zlu > *,
.l3g72q6 .y0zlu > * {
    position: relative;
    z-index: 1;
}

/* Remove old alternating background logic */
.j934ekjqf:nth-child(even) {
    background: transparent;
}

/* ===============================
   Typography
   =============================== */

h1,
h2,
h3,
h4 {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    color: var(--heading-color);
}

h1 {
    font-size: clamp(2.1rem, 3vw, 2.8rem);
    margin-bottom: 1.45rem;
    text-align: center;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    position: relative;
}

h1::after {
    content: "";
    display: block;
    width: 88px;
    height: 3px;
    margin: 1.05rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #3ddc97, #eaff8a, #3ddc97);
    box-shadow: 0 0 18px rgba(184, 245, 90, 0.62);
}

h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    margin-bottom: 1.55rem;
    text-align: center;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
    letter-spacing: 0.025em;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.02em;
}

.mqntk {
    font-size: 1.05rem;
    text-align: left;
    margin: 0 auto 2.4rem;
    color: var(--text-muted);
}

p {
    margin-bottom: 1.45rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.82;
}

/* ===============================
   Tables
   =============================== */

.nxi01w1,
.vmwe83 {
    margin: 2rem 0;
    overflow-x: auto;
    scrollbar-color: rgba(110, 231, 183, 0.72) transparent;
    scrollbar-width: thin;
}

.vmwe83::-webkit-scrollbar {
    height: 6px;
}

.vmwe83::-webkit-scrollbar-track {
    background: transparent;
}

.vmwe83::-webkit-scrollbar-thumb {
    background: rgba(110, 231, 183, 0.65);
    border-radius: 999px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(145deg, #092417, #06150e);
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
            0 18px 40px rgba(0, 12, 7, 0.75),
            0 0 0 1px rgba(110, 231, 183, 0.18);
}

th,
td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(87, 171, 128, 0.2);
}

th {
    background: linear-gradient(120deg, #b8f55a, #3ddc97);
    color: #062116;
    font-weight: 800;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background: linear-gradient(90deg, rgba(23, 82, 56, 0.88), rgba(50, 153, 100, 0.3));
}

/* CTA section */

.uszqr {
    text-align: center;
    margin-top: 2.5rem;
}

/* ===============================
   Generic images
   =============================== */

.seait {
    text-align: center;
    margin: 2rem 0;
}

.zrp6d {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    box-shadow:
            0 20px 45px rgba(0, 12, 7, 0.78),
            0 0 0 1px rgba(110, 231, 183, 0.18);
}

/* ===============================
   Slots sections
   =============================== */

.a4wbjueu h2 {
    margin-bottom: 0.5rem;
}

.zdrmvvpz {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.sb13m {
    position: relative;
    background: linear-gradient(150deg, #0b2b1c, #06150e);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
            0 18px 42px rgba(0, 11, 7, 0.8),
            0 0 0 1px rgba(110, 231, 183, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(110, 231, 183, 0.16);
}

.sb13m::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 0 0, rgba(61, 220, 151, 0.27), transparent 60%),
            radial-gradient(circle at 100% 100%, rgba(184, 245, 90, 0.24), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.sb13m:hover {
    transform: translateY(-6px);
    box-shadow:
            0 26px 58px rgba(0, 10, 6, 0.9),
            0 0 0 1px rgba(184, 245, 90, 0.66);
    border-color: rgba(184, 245, 90, 0.54);
}

.sb13m:hover::before {
    opacity: 1;
}

.ixaojwzvi3 {
    width: 100%;
    display: block;
    object-fit: cover;
    /*height: 210px;*/
    transition: transform 0.3s ease, filter 0.3s ease;
}

.sb13m:hover .ixaojwzvi3 {
    transform: scale(1.05);
    filter: saturate(1.18) brightness(1.04);
}

.sb13m p {
    padding: 0.9rem 1.1rem 0.42rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.sb13m h3 {
    padding: 0.9rem 1.1rem 0.42rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.sb13m h3 a {
    text-decoration: none;
    color: var(--heading-color);
}

.sb13m h3 a:hover {
    color: #b8f55a;
}

.sb13m .qhvhc7 {
    margin: 0 1.1rem 1.1rem;
    width: calc(100% - 2.2rem);
}

.xplt1l {}

/* ===============================
   VIP section (future use)
   =============================== */

.i3kwuf5k {
    padding: 3.4rem 0;
}

.v9m2m7d {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    align-items: center;
}

.n6wz2f5k p {
    /* inherits generic p */
}

/* ===============================
   FAQ
   =============================== */

.l3g72q6 h2 {
    margin-bottom: 1.9rem;
}

.jeax4b7h {
    max-width: 800px;
    margin: 0 auto;
}

.vo4mzutn {
    background: linear-gradient(145deg, #0a291b, #06170f);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow:
            0 13px 31px rgba(0, 10, 6, 0.72),
            0 0 0 1px rgba(110, 231, 183, 0.12);
    border: 1px solid rgba(110, 231, 183, 0.16);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.vo4mzutn.xcv5g3i9d5 {
    transform: translateY(-2px);
    border-color: rgba(184, 245, 90, 0.72);
    box-shadow:
            0 19px 48px rgba(0, 10, 6, 0.88),
            0 0 0 1px rgba(184, 245, 90, 0.4);
}

.lnwt4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.6rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.lnwt4:hover {
    background-color: rgba(27, 81, 56, 0.6);
}

.lnwt4 h3 {
    margin: 0;
    font-size: 1.02rem;
    color: var(--heading-color);
}

.yaf9d7q5 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #b8f55a;
    transition: transform 0.3s ease;
}

.vo4mzutn.xcv5g3i9d5 .yaf9d7q5 {
    transform: rotate(45deg);
}

.hszblav {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    background-color: rgba(5, 29, 18, 0.92);
    opacity: 0;
}

.vo4mzutn.xcv5g3i9d5 .hszblav {
    max-height: 2000px;
    padding: 0 1.6rem 1.4rem;
    opacity: 1;
}

.hszblav p {
    margin: 0;
    color: var(--text-muted);
}

/* ===============================
   Lists
   =============================== */

ul {
    list-style: none;
    padding: 0;
    margin: 1.7rem 0;
}

ul li {
    position: relative;
    padding: 0.9rem 1.2rem 0.9rem 2.9rem;
    margin-bottom: 0.85rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
    background: linear-gradient(120deg, rgba(16, 62, 42, 0.9), rgba(7, 35, 23, 0.94));
    border-radius: 11px;
    border: 1px solid rgba(110, 231, 183, 0.16);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

ul li:hover {
    background: linear-gradient(120deg, rgba(34, 120, 78, 0.88), rgba(11, 52, 34, 0.98));
    transform: translateX(4px);
    box-shadow: 0 12px 26px rgba(0, 12, 7, 0.72);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #eaff8a, #3ddc97);
    color: #062116;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    box-shadow:
            0 0 0 1px rgba(220, 255, 207, 0.18),
            0 7px 16px rgba(0, 12, 7, 0.7);
}

ol li {
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
}

/* ===============================
   Footer
   =============================== */

.lro7xid3mt {
    background: radial-gradient(circle at 50% 0, rgba(19, 65, 44, 0.96), #04130c 60%);
    color: var(--text-main);
    padding: 3rem 0 1.4rem;
    border-top: 1px solid rgba(110, 231, 183, 0.2);
    box-shadow: 0 -16px 38px rgba(0, 10, 6, 0.76);
}

.ouftrjco4 {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
}

.jw8mn68 {
    color: #dff8ea;
    text-decoration: none;
    font-weight: 600;
    padding: 0.42rem 0.9rem;
    border-radius: 9px;
    transition: all 0.25s ease;
    white-space: nowrap;
    font-size: 0.87rem;
    letter-spacing: 0.055em;
    text-transform: uppercase;
}

.jw8mn68:hover {
    color: #062116;
    background: linear-gradient(120deg, #b8f55a, #3ddc97);
    box-shadow: 0 10px 24px rgba(0, 12, 7, 0.72);
}

.tsqsqca {
    display: flex;
    justify-content: center;
    gap: 1.7rem;
    margin-bottom: 1.9rem;
    flex-wrap: wrap;
}

.v0u3ted {
    object-fit: contain;
    padding: 4px;
}

.grgz8h {
    max-width: 900px;
    margin: 0 auto 1.8rem;
}

.grgz8h p {
    margin-bottom: 0.9rem;
    color: #a7c4b5;
    text-align: center;
    font-size: 0.95rem;
}

.l11l5ow31 {
    text-align: center;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(110, 231, 183, 0.15);
}

.l11l5ow31 p {
    color: #759889;
    font-size: 0.85rem;
}

/* ===============================
   Mobile menu toggle
   =============================== */

.rrvmy {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 4px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.rrvmy span {
    width: 24px;
    height: 2.5px;
    background-color: #dff8ea;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 999px;
}

.rrvmy.xcv5g3i9d5 span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
}

.rrvmy.xcv5g3i9d5 span:nth-child(2) {
    opacity: 0;
}

.rrvmy.xcv5g3i9d5 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Desktop main nav tweaks specific (overrides mobile) already above */

/* ===============================
   Responsive
   =============================== */

@media (max-width: 1024px) {
    .thjuc {
        gap: 1rem;
    }

    .u3p71j3 {
        font-size: 0.85rem;
    }

    .qhvhc7 {
        padding-inline: 18px;
    }
}

@media (max-width: 768px) {
    .thjuc {
        flex-direction: row;
        justify-content: space-between;
    }

    .kjh0d9x {
        gap: 8px;
    }

    .qhvhc7 {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .bas4voem3e {
        padding-top: 1.8rem;
    }

    .m5aahug .y0zlu,
    .j934ekjqf .y0zlu,
    .a4wbjueu .y0zlu,
    .l3g72q6 .y0zlu {
        padding-inline: 1.4rem;
    }

    .zdrmvvpz {
        grid-template-columns: 1fr;
    }

    .v9m2m7d {
        grid-template-columns: 1fr;
        text-align: center;
    }

    table {
        font-size: 0.9rem;
    }

    th,
    td {
        padding: 10px 9px;
    }

    /* mobile nav dropdown */
    .fcwzroqmf {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(145deg, #0a2b1c, #04150d);
        flex-direction: column;
        padding: 0.75rem 0.75rem 1rem;
        box-shadow:
                0 18px 40px rgba(0, 10, 6, 0.9),
                0 0 0 1px rgba(110, 231, 183, 0.16);
        transform: translateY(-120%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1000;
    }

    .fcwzroqmf .u3p71j3 {
        padding: 0.8rem 1.2rem;
        border-bottom: 1px solid rgba(110, 231, 183, 0.16);
        border-radius: 8px;
    }

    .fcwzroqmf .u3p71j3:last-child {
        border-bottom: none;
    }

    .fcwzroqmf.xcv5g3i9d5 {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .rrvmy {
        display: flex;
    }

    .ouftrjco4 {
        gap: 0.9rem;
    }

    .jw8mn68 {
        padding-inline: 0.7rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .y0zlu {
        padding: 0 16px;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .qhvhc7 {
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .j3a68nmz5j {
        padding: 14px 26px;
        font-size: 1rem;
    }

    .b3y503q6aq {
        max-height: 260px;
    }
}
