@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    background: #000;
    color: #e8e8e8;
    font-family: 'Rubik', sans-serif;
    line-height: 1.7;
    min-height: 100vh;
    overflow-x: hidden
}

body.xf4k2-fixed {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    color: #FFD342;
    text-decoration: none;
    transition: color .25s ease
}

a:hover {
    color: #fff
}

ul, ol {
    list-style: none
}

input, textarea, button, select {
    font-family: inherit
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-track {
    background: #0a0a0a
}

::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 3px
}

.qz7w-wrapper {
    min-height: 100vh;
    display: grid;
    grid-template-rows:auto 1fr auto
}

.qz7w-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    letter-spacing: .3px;
    transition: all .25s ease;
    text-decoration: none;
    white-space: nowrap
}

.btn--primary {
    background: #00C070;
    color: #000;
    padding: 10px 22px;
    font-size: .9rem
}

.btn--primary:hover {
    background: #00d97c;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 192, 112, .35)
}

.btn--secondary {
    background: #FFD342;
    color: #000;
    padding: 10px 22px;
    font-size: .9rem
}

.btn--secondary:hover {
    background: #ffe066;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 211, 66, .35)
}

.btn--outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid #444;
    padding: 9px 20px;
    font-size: .9rem
}

.btn--outline:hover {
    border-color: #00C070;
    color: #00C070
}

.btn--lg {
    padding: 14px 32px;
    font-size: 1.05rem;
    border-radius: 10px
}

.btn--sm {
    padding: 7px 16px;
    font-size: .82rem
}

/* ==========  ========== */
.g9p3-header {
    background: #0E0E0E;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #1a1a1a
}

.g9p3-header-inner {
    display: grid;
    grid-template-columns:auto 1fr auto auto;
    align-items: center;
    gap: 16px;
    padding: 10px 0
}

.g9p3-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0
}

.g9p3-logo img {
    height: 44px;
    width: auto;
    object-fit: contain
}

.g9p3-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap
}

.g9p3-nav a {
    color: #c0c0c0;
    font-size: .88rem;
    font-weight: 500;
    padding: 7px 12px;
    border-radius: 6px;
    transition: all .2s ease;
    text-decoration: none
}

.g9p3-nav a:hover {
    color: #FFD342;
    background: rgba(255, 211, 66, .07)
}

.g9p3-online {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: .78rem;
    color: #888;
    white-space: nowrap;
    flex-shrink: 0
}

.g9p3-online-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00C070;
    animation: r7x2-pulse 1.8s ease infinite
}

@keyframes r7x2-pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1)
    }
    50% {
        opacity: .5;
        transform: scale(.8)
    }
}

.g9p3-header-btns {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0
}

.g9p3-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 6px
}

.g9p3-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease
}

.g9p3-burger.m5r8-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.g9p3-burger.m5r8-active span:nth-child(2) {
    opacity: 0
}

.g9p3-burger.m5r8-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

/* ========== HERO ========== */
.k1t9-hero {
    position: relative;
    overflow: hidden;
    background: #050505
}

.k1t9-slider {
    position: relative;
    height: 500px
}

.k1t9-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .7s ease;
    display: grid;
    align-items: center
}

.k1t9-slide.n3c6-active {
    opacity: 1;
    z-index: 1
}

.k1t9-slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.45)
}

.k1t9-slide-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    width: 100%
}

.k1t9-slide-badge {
    display: inline-block;
    background: rgba(0, 192, 112, .2);
    border: 1px solid #00C070;
    color: #00C070;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 4px;
    margin-bottom: 14px
}

.k1t9-slide h2 {
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 12px;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .8)
}

.k1t9-slide p {
    font-size: clamp(.95rem, 2vw, 1.1rem);
    color: #ccc;
    margin-bottom: 24px;
    max-width: 560px
}

.k1t9-slide-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.k1t9-arrows {
    position: absolute;
    bottom: 24px;
    right: 24px;
    z-index: 10;
    display: flex;
    gap: 8px
}

.k1t9-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
    font-size: 1.1rem
}

.k1t9-arrow:hover {
    background: #00C070;
    border-color: #00C070;
    color: #000
}

.k1t9-dots {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px
}

.k1t9-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: all .25s ease;
    border: none
}

.k1t9-dot.n3c6-active {
    background: #00C070;
    width: 24px;
    border-radius: 4px
}

/* ========== BREADCRUMBS ========== */
.b8v2-breadcrumbs {
    background: #0a0a0a;
    border-bottom: 1px solid #1a1a1a
}

.b8v2-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    flex-wrap: wrap
}

.b8v2-inner a {
    color: #888;
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s
}

.b8v2-inner a:hover {
    color: #FFD342
}

.b8v2-sep {
    color: #444;
    font-size: .82rem
}

.b8v2-current {
    color: #ccc;
    font-size: .82rem
}

/* ==========  ========== */
.p5m1-section {
    padding: 64px 0
}

.p5m1-section-header {
    text-align: center;
    margin-bottom: 40px
}

.p5m1-section-header h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px
}

.p5m1-section-header p {
    color: #888;
    font-size: .95rem;
    max-width: 540px;
    margin: 0 auto
}

.h3-accent {
    display: inline-block;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #00C070, #FFD342);
    border-radius: 2px;
    margin: 10px auto 0;
    display: block
}

.f2n8-screenshots {
    background: #050505
}

.f2n8-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px
}

.f2n8-item {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    group: true
}

.f2n8-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .4s ease;
    display: block
}

.f2n8-item:hover img {
    transform: scale(1.04)
}

.f2n8-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, transparent 60%);
    opacity: 0;
    transition: opacity .3s ease;
    display: flex;
    align-items: flex-end;
    padding: 16px
}

.f2n8-item:hover .f2n8-overlay {
    opacity: 1
}

.f2n8-label {
    color: #fff;
    font-size: .85rem;
    font-weight: 600
}

/* ==========  ========== */
.w9j3-winners {
    background: #000
}

.w9j3-table-wrap {
    overflow-x: auto;
    border-radius: 12px;
    border: 1px solid #1e1e1e
}

.w9j3-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px
}

.w9j3-table thead th {
    background: #0E0E0E;
    color: #FFD342;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .8px;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid #222
}

.w9j3-table tbody tr {
    border-bottom: 1px solid #111;
    transition: background .2s
}

.w9j3-table tbody tr:hover {
    background: #0d0d0d
}

.w9j3-table tbody tr:last-child {
    border-bottom: none
}

.w9j3-table td {
    padding: 12px 16px;
    font-size: .88rem;
    color: #ccc
}

.w9j3-rank {
    font-weight: 700;
    color: #555;
    width: 40px
}

.w9j3-rank.top1 {
    color: #FFD342
}

.w9j3-rank.top2 {
    color: #aaa
}

.w9j3-rank.top3 {
    color: #cd7f32
}

.w9j3-player {
    display: flex;
    align-items: center;
    gap: 10px
}

.w9j3-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00C070, #006644);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .85rem;
    font-weight: 700;
    color: #000;
    flex-shrink: 0
}

.w9j3-amount {
    color: #00C070;
    font-weight: 700;
    font-variant-numeric: tabular-nums
}

.w9j3-game {
    color: #666;
    font-size: .82rem
}

/* ========== BONUSES ========== */
.v4l7-bonuses {
    background: #050505
}

.v4l7-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px
}

.v4l7-card {
    background: linear-gradient(135deg, #0E0E0E 0%, #141414 100%);
    border: 1px solid #222;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    overflow: hidden;
    transition: transform .3s ease, border-color .3s ease;
    display: flex;
    flex-direction: column
}

.v4l7-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #00C070, #FFD342)
}

.v4l7-card:hover {
    transform: translateY(-6px);
    border-color: #00C070
}

.v4l7-badge {
    display: inline-block;
    background: rgba(0, 192, 112, .12);
    color: #00C070;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 14px;
    width: fit-content
}

.v4l7-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 6px
}

.v4l7-subtitle {
    color: #FFD342;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 12px
}

.v4l7-desc {
    color: #777;
    font-size: .85rem;
    line-height: 1.6;
    flex: 1;
    margin-bottom: 20px
}

.v4l7-terms {
    color: #555;
    font-size: .75rem;
    margin-bottom: 16px
}

/* ========== SLOT GAME ========== */
.s3q9-slot {
    background: linear-gradient(180deg, #080808 0%, #050505 100%)
}

.s3q9-machine {
    max-width: 480px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0E0E0E, #181818);
    border: 1px solid #2a2a2a;
    border-radius: 20px;
    padding: 36px 32px;
    text-align: center;
    box-shadow: 0 0 60px rgba(0, 192, 112, .07)
}

.s3q9-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #FFD342;
    margin-bottom: 6px
}

.s3q9-sub {
    color: #666;
    font-size: .85rem;
    margin-bottom: 28px
}

.s3q9-reels {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 28px
}

.s3q9-reel {
    width: 90px;
    height: 100px;
    background: #000;
    border: 2px solid #222;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    overflow: hidden;
    position: relative;
    transition: border-color .3s ease
}

.s3q9-reel.j6b4-spinning {
    border-color: #00C070;
    animation: s3q9-shake .1s linear infinite
}

@keyframes s3q9-shake {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-2px)
    }
}

.s3q9-symbol {
    transition: transform .15s ease
}

.s3q9-spin-btn {
    width: 100%;
    padding: 16px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 20px
}

.s3q9-result {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: opacity .3s ease
}

.s3q9-result-text {
    font-size: 1rem;
    font-weight: 600;
    color: #00C070
}

.s3q9-result-lose {
    color: #ff4d4d
}

.s3q9-credit {
    color: #555;
    font-size: .8rem
}

.c7x5-content-block {
    background: #000
}

.c7x5-inner {
    background: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 16px;
    padding: 40px 48px
}

.c7x5-author {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 32px
}

.c7x5-author-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #222;
    flex-shrink: 0
}

.c7x5-author-name {
    font-weight: 700;
    color: #fff;
    font-size: 1rem
}

.c7x5-author-bio {
    color: #777;
    font-size: .82rem;
    margin-top: 3px
}

.c7x5-author-links {
    display: flex;
    gap: 10px;
    margin-top: 6px
}

.c7x5-author-links a {
    color: #FFD342;
    font-size: .78rem;
    text-decoration: none
}

.c7x5-author-links a:hover {
    color: #fff
}

.c7x5-text {
    color: #c0c0c0;
    line-height: 1.8
}

.c7x5-text h1, .c7x5-text h2, .c7x5-text h3, .c7x5-text h4 {
    color: #fff;
    margin: 28px 0 12px;
    line-height: 1.3
}

.c7x5-text h2 {
    font-size: 1.4rem;
    border-left: 3px solid #00C070;
    padding-left: 14px
}

.c7x5-text h3 {
    font-size: 1.15rem;
    color: #FFD342
}

.c7x5-text p {
    margin-bottom: 16px
}

.c7x5-text ul, .c7x5-text ol {
    margin: 12px 0 20px 24px;
    list-style: disc
}

.c7x5-text ol {
    list-style: decimal
}

.c7x5-text li {
    margin-bottom: 6px;
    color: #bbb
}

.c7x5-text a {
    color: #FFD342
}

.c7x5-text a:hover {
    color: #fff
}

.c7x5-text strong {
    color: #fff;
    font-weight: 600
}

.c7x5-text em {
    color: #ddd;
    font-style: italic
}

.c7x5-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    border: 1px solid #222
}

.c7x5-text table th {
    background: #0E0E0E;
    color: #FFD342;
    padding: 12px 16px;
    text-align: left;
    border: 1px solid #222;
    font-size: .85rem
}

.c7x5-text table td {
    padding: 11px 16px;
    border: 1px solid #1a1a1a;
    font-size: .87rem;
    color: #ccc
}

.c7x5-text table tr:hover td {
    background: #0d0d0d
}

.c7x5-text blockquote {
    background: #0d0d0d;
    border-left: 4px solid #00C070;
    padding: 16px 20px;
    margin: 20px 0;
    color: #aaa;
    border-radius: 0 8px 8px 0
}

.c7x5-text hr {
    border: none;
    border-top: 1px solid #222;
    margin: 28px 0
}

.c7x5-text img {
    border-radius: 8px;
    margin: 16px 0
}

.c7x5-text pre {
    background: #0d0d0d;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 16px;
    overflow-x: auto;
    font-size: .85rem
}

.c7x5-text code {
    background: #111;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: .85em;
    color: #00C070
}

/* ========== REVIEWS ========== */
.e1v6-reviews {
    background: #050505
}

.e1v6-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 48px
}

.e1v6-card {
    background: #0E0E0E;
    border: 1px solid #1e1e1e;
    border-radius: 14px;
    padding: 24px;
    transition: border-color .25s ease
}

.e1v6-card:hover {
    border-color: #333
}

.e1v6-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px
}

.e1v6-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #222;
    flex-shrink: 0
}

.e1v6-name {
    font-weight: 600;
    color: #fff;
    font-size: .9rem
}

.e1v6-date {
    color: #555;
    font-size: .75rem;
    margin-top: 2px
}

.e1v6-stars {
    display: flex;
    gap: 3px;
    margin-bottom: 10px
}

.e1v6-stars svg {
    width: 15px;
    height: 15px;
    fill: #FFD342
}

.e1v6-text {
    color: #999;
    font-size: .88rem;
    line-height: 1.65
}

.e1v6-form-wrap {
    background: #0E0E0E;
    border: 1px solid #1e1e1e;
    border-radius: 16px;
    padding: 36px 40px;
    max-width: 680px;
    margin: 0 auto
}

.e1v6-form-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px
}

.e1v6-form {
    display: grid;
    gap: 16px
}

.e1v6-field {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.e1v6-field label {
    color: #888;
    font-size: .82rem;
    font-weight: 500
}

.e1v6-field input, .e1v6-field textarea {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: .9rem;
    padding: 12px 14px;
    transition: border-color .2s ease;
    width: 100%;
    resize: vertical
}

.e1v6-field input:focus, .e1v6-field textarea:focus {
    outline: none;
    border-color: #00C070
}

.e1v6-field textarea {
    min-height: 120px
}

.e1v6-success {
    display: none;
    background: rgba(0, 192, 112, .1);
    border: 1px solid rgba(0, 192, 112, .3);
    color: #00C070;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    font-size: .9rem
}

.e1v6-success.t8p2-visible {
    display: block
}

/* ==========  ========== */
.q2r7-footer {
    background: #0E0E0E;
    border-top: 1px solid #1a1a1a;
    padding: 48px 0 24px
}

.q2r7-footer-grid {
    display: grid;
    grid-template-columns:220px 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px
}

.q2r7-footer-logo img {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 14px
}

.q2r7-footer-desc {
    color: #555;
    font-size: .82rem;
    line-height: 1.7
}

.q2r7-footer-col h4 {
    color: #FFD342;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 16px
}

.q2r7-footer-col ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.q2r7-footer-col ul a {
    color: #666;
    font-size: .84rem;
    text-decoration: none;
    transition: color .2s
}

.q2r7-footer-col ul a:hover {
    color: #FFD342
}

.q2r7-divider {
    border: none;
    border-top: 1px solid #1a1a1a;
    margin: 24px 0
}

.q2r7-logos-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.q2r7-logo-chip {
    background: #111;
    border: 1px solid #222;
    border-radius: 6px;
    padding: 6px 12px;
    color: #666;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .3px
}

.q2r7-logos-label {
    color: #444;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin-bottom: 6px
}

.q2r7-legal {
    color: #444;
    font-size: .76rem;
    line-height: 1.7;
    text-align: center;
    margin-top: 20px
}

.z5n1-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: linear-gradient(90deg, #0E0E0E, #161616);
    border-top: 1px solid #222;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    transform: translateY(100%);
    transition: transform .4s ease;
    flex-wrap: wrap
}

.z5n1-widget.x3m8-show {
    transform: translateY(0)
}

.z5n1-widget-text {
    color: #fff;
    font-size: .88rem;
    font-weight: 500
}

.z5n1-widget-text span {
    color: #FFD342;
    font-weight: 700
}

.z5n1-widget-close {
    background: none;
    border: none;
    color: #444;
    cursor: pointer;
    font-size: 1.1rem;
    margin-left: 8px;
    transition: color .2s;
    padding: 4px
}

.z5n1-widget-close:hover {
    color: #fff
}

/* ========== SLIDERS MOBILE ========== */
.m2s6-slider-wrap {
    position: relative;
    overflow: hidden
}

.m2s6-slider-track {
    display: flex;
    transition: transform .35s ease;
    will-change: transform
}

.m2s6-slide-item {
    flex-shrink: 0;
    width: 100%
}

.m2s6-nav {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 14px
}

.m2s6-nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
    border: none;
    cursor: pointer;
    transition: all .2s
}

.m2s6-nav-dot.active {
    background: #00C070;
    width: 20px;
    border-radius: 4px
}

.c9p0-placeholder {
    background: #0d0d0d;
    border: 1px dashed #222;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    color: #444;
    font-size: .9rem
}

/* ==========  ========== */
.u6w3-mt8 {
    margin-top: 8px
}

.u6w3-mt16 {
    margin-top: 16px
}

.u6w3-mt24 {
    margin-top: 24px
}

.u6w3-text-center {
    text-align: center
}

.u6w3-badge {
    display: inline-block;
    background: #111;
    border: 1px solid #222;
    border-radius: 4px;
    color: #888;
    font-size: .72rem;
    padding: 3px 8px;
    font-weight: 500
}

.yg5d-hidden-block {
    display: none !important;
    opacity: 0;
    visibility: hidden
}

.kq2w-placeholder-el {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: -9999px
}

.nx8p-wp-compat {
    font-size: 0;
    line-height: 0;
    visibility: hidden
}

.rz4t-elementor-widget {
    --e-widget-id: x0;
    position: absolute;
    inset: -999px
}

.bv7m-yoast-snippet {
    display: none;
    width: 0;
    height: 0
}

.qp3w-schema-block {
    display: none
}

.lm5n-dummy-row {
    table-layout: fixed;
    border-spacing: 0;
    font-size: 0
}

.am9c-ghost-input {
    width: 0;
    height: 0;
    border: none;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.tz8k-tracking-pixel {
    width: 1px;
    height: 1px;
    position: fixed;
    right: -999px;
    bottom: -999px;
    opacity: 0
}

.wp-block-group, .wp-block-columns, .wp-block-column {
    display: contents
}

.entry-content, .post-content {
    display: contents
}

.elementor-widget-text-editor {
    display: contents
}

@media (max-width: 1024px) {
    .v4l7-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .e1v6-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .q2r7-footer-grid {
        grid-template-columns:1fr 1fr;
        gap: 28px
    }
}

@media (max-width: 768px) {
    .g9p3-header-inner {
        grid-template-columns:auto 1fr auto
    }

    .g9p3-nav {
        display: none;
        position: fixed;
        top: 66px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0E0E0E;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 999;
        padding: 20px
    }

    .g9p3-nav.r2k9-open {
        display: flex
    }

    .g9p3-nav a {
        font-size: 1rem;
        width: 100%;
        text-align: center;
        padding: 12px
    }

    .g9p3-online {
        display: none
    }

    .g9p3-burger {
        display: flex
    }

    .k1t9-slider {
        height: auto;
        min-height: 400px
    }

    .k1t9-slide-content {
        padding: 40px 20px
    }

    .f2n8-grid {
        grid-template-columns:1fr;
        display: block
    }

    .f2n8-grid .f2n8-item {
        display: none
    }

    .f2n8-grid .f2n8-item:first-child {
        display: block
    }

    .m2s6-nav {
        display: flex
    }

    .v4l7-grid {
        grid-template-columns:1fr;
        display: block
    }

    .v4l7-grid .v4l7-card {
        display: none;
        margin-bottom: 16px
    }

    .v4l7-grid .v4l7-card:first-child {
        display: flex
    }

    .e1v6-grid {
        grid-template-columns:1fr
    }

    .c7x5-inner {
        padding: 24px 20px
    }

    .e1v6-form-wrap {
        padding: 24px 20px
    }

    .q2r7-footer-grid {
        grid-template-columns:1fr
    }

    .s3q9-reels {
        gap: 8px
    }

    .s3q9-reel {
        width: 78px;
        height: 88px;
        font-size: 2.5rem
    }

    .z5n1-widget {
        padding: 10px 16px;
        gap: 10px
    }
}

@media (max-width: 480px) {
    .p5m1-section {
        padding: 40px 0
    }

    .w9j3-table td, .w9j3-table th {
        padding: 10px 12px
    }

    .v4l7-amount {
        font-size: 1.5rem
    }

    .k1t9-slide h2 {
        font-size: 1.5rem
    }
}
