body.theme-fairchoice-premium {
    background:
        linear-gradient(180deg, #08192a 0%, #071625 20rem, #eef3f6 20rem, #eef3f6 100%);
    color: #10263b;
}

body.theme-fairchoice-premium::before,
body.theme-fairchoice-premium::after {
    display: none;
}

body.theme-fairchoice-premium .page-main {
    padding-bottom: 0;
}

body.theme-fairchoice-premium .site-header {
    top: 0;
    padding-top: 0.65rem;
}

body.theme-fairchoice-premium .site-header-inner {
    background: rgba(8, 23, 39, 0.9);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 48px rgba(2, 10, 18, 0.22);
    backdrop-filter: blur(12px);
}

body.theme-fairchoice-premium .brand-logo-shell {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 28px rgba(6, 18, 30, 0.14);
}

body.theme-fairchoice-premium .brand-copy strong,
body.theme-fairchoice-premium .brand-copy span {
    color: #f3fbff;
}

body.theme-fairchoice-premium .brand-copy span {
    color: rgba(232, 243, 247, 0.72);
}

body.theme-fairchoice-premium .ghost-link,
body.theme-fairchoice-premium .button-secondary,
body.theme-fairchoice-premium .menu-toggle {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.14);
    color: #f4fbff;
}

body.theme-fairchoice-premium .ghost-link.is-active {
    background: rgba(17, 166, 160, 0.18);
    border-color: rgba(17, 166, 160, 0.28);
}

body.theme-fairchoice-premium .menu-toggle span {
    background: #f4fbff;
}

body.theme-fairchoice-premium .button-primary {
    color: #04101a;
    background: linear-gradient(135deg, #22d5cc 0%, #3dc0ff 100%);
    box-shadow: 0 16px 36px rgba(33, 196, 220, 0.26);
}

body.theme-fairchoice-premium .button-primary:hover,
body.theme-fairchoice-premium .button-secondary:hover,
body.theme-fairchoice-premium .ghost-link:hover {
    transform: translateY(-2px);
}

body.theme-fairchoice-premium .site-footer {
    margin-top: 0;
    padding: 2rem 0 2.5rem;
    background: #08192a;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.theme-fairchoice-premium .footer-grid {
    background: rgba(8, 23, 39, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 2rem;
    box-shadow: 0 24px 56px rgba(2, 10, 18, 0.22);
    padding: 1.6rem;
}

body.theme-fairchoice-premium .footer-card p,
body.theme-fairchoice-premium .footer-card a,
body.theme-fairchoice-premium .footer-label,
body.theme-fairchoice-premium .footer-group-title {
    color: #eef8fb;
}

body.theme-fairchoice-premium .footer-card p,
body.theme-fairchoice-premium .footer-card--brand .footer-html,
body.theme-fairchoice-premium .footer-group-title {
    color: rgba(232, 242, 247, 0.76);
}

body.theme-fairchoice-premium [data-reveal] {
    filter: none;
}

body.theme-fairchoice-premium [data-reveal]::after {
    display: none;
}

.premium-rate-tape-shell {
    position: relative;
    z-index: 5;
    margin-top: 0.7rem;
}

.premium-rate-tape {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr) auto;
    align-items: center;
    gap: 1rem 1.2rem;
    padding: 0.95rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.4rem;
    background: rgba(9, 27, 44, 0.82);
    box-shadow: 0 18px 40px rgba(4, 15, 26, 0.18);
}

.premium-rate-tape-copy p {
    margin: 0.15rem 0 0;
    color: rgba(232, 242, 247, 0.72);
    font-size: 0.9rem;
}

.premium-rate-tape-label,
.premium-section-heading .section-label,
.premium-section-copy .section-label,
.premium-sitemap-card .section-label,
.premium-sidebar-card .section-label,
.premium-aside-card .section-label,
.premium-story-caption span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    font-weight: 800;
    color: #22d5cc;
}

.premium-rate-tape-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.premium-rate-pill {
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-rate-pill span {
    display: block;
    color: rgba(232, 242, 247, 0.7);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.premium-rate-pill strong {
    display: block;
    margin-top: 0.25rem;
    color: #f5fbff;
    font-size: 1.15rem;
}

.premium-rate-tape-status {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(232, 242, 247, 0.76);
    font-size: 0.84rem;
    font-weight: 700;
    white-space: nowrap;
}

.premium-rate-tape-dot {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: #22d5cc;
    box-shadow: 0 0 0 0.25rem rgba(34, 213, 204, 0.16);
}

.premium-hero {
    position: relative;
    min-height: calc(100svh - 4rem);
    overflow: clip;
    isolation: isolate;
}

.premium-hero-radiance,
.premium-hero-media,
.premium-hero-wash {
    position: absolute;
    inset: 0;
}

.premium-hero-radiance {
    background: url("/assets/fairchoice-hero-radiance.svg") center/cover no-repeat;
    opacity: 0.95;
    transform: translate3d(calc(var(--premium-hero-shift-x, 0) * 1px), calc(var(--premium-hero-shift-y, 0) * 1px), 0);
    transition: transform 280ms ease-out;
}

.premium-hero-media {
    inset: 0 0 0 34%;
    transform: translate3d(calc(var(--premium-media-shift-x, 0) * 1px), calc(var(--premium-media-shift-y, 0) * 1px), 0);
    transition: transform 320ms ease-out;
}

.premium-hero-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 78% center;
}

.premium-hero-wash {
    background:
        linear-gradient(90deg, rgba(5, 18, 31, 0.94) 0%, rgba(5, 18, 31, 0.88) 27%, rgba(5, 18, 31, 0.55) 49%, rgba(5, 18, 31, 0.22) 68%, rgba(5, 18, 31, 0.62) 100%),
        linear-gradient(180deg, rgba(5, 18, 31, 0.12) 0%, rgba(5, 18, 31, 0) 25%, rgba(5, 18, 31, 0.18) 100%);
}

.premium-hero-shell {
    position: relative;
    min-height: calc(100svh - 6rem);
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.72fr);
    gap: 2rem 3rem;
    align-items: end;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.premium-hero-copy,
.premium-hero-aside {
    position: relative;
    z-index: 1;
}

.premium-hero-copy {
    max-width: 39rem;
}

.premium-hero-copy h1,
.premium-section-copy h2,
.premium-section-heading h2,
.premium-close-copy h2,
.premium-story-copy h2,
.premium-subpage-copy h1 {
    margin: 0;
    font-family: "Newsreader", Georgia, serif;
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 0.94;
    color: #ffffff;
    text-wrap: balance;
}

.premium-hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(3.5rem, 8vw, 6.35rem);
}

.premium-hero-body,
.premium-subpage-body {
    margin: 1.2rem 0 0;
    max-width: 34rem;
    color: rgba(236, 244, 249, 0.82);
    font-size: 1.12rem;
    line-height: 1.72;
}

.premium-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.7rem;
}

.premium-promise-list {
    margin: 1.55rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.8rem;
    max-width: 33rem;
}

.premium-promise-list li {
    position: relative;
    margin: 0;
    padding: 0.9rem 1rem 0.9rem 3rem;
    border-radius: 1.2rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(240, 248, 251, 0.88);
}

.premium-promise-list li::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1.05rem;
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(17, 166, 160, 0.98), rgba(176, 127, 69, 0.92));
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.08);
}

.premium-hero-aside,
.premium-subpage-aside {
    justify-self: end;
    width: min(100%, 24rem);
    padding: 1.5rem;
    border-radius: 1.7rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(11, 30, 49, 0.82) 0%, rgba(8, 23, 39, 0.9) 100%);
    box-shadow: 0 24px 56px rgba(7, 22, 36, 0.24);
    color: #eef7fb;
}

.premium-hero-emblem {
    width: min(13rem, 65%);
}

.premium-hero-emblem img {
    width: 100%;
    height: auto;
}

.premium-hero-aside strong,
.premium-aside-card strong {
    display: block;
    margin-top: 0.65rem;
    font-size: 1.36rem;
    line-height: 1.15;
}

.premium-hero-aside p,
.premium-aside-card p {
    margin: 0.7rem 0 0;
    color: rgba(232, 242, 247, 0.76);
    line-height: 1.7;
}

.premium-mini-metrics,
.premium-aside-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1.25rem;
}

.premium-mini-metric,
.premium-aside-metric {
    padding: 0.9rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.premium-mini-metric span,
.premium-aside-metric span {
    display: block;
    color: rgba(232, 242, 247, 0.72);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.premium-mini-metric strong,
.premium-aside-metric strong {
    display: block;
    margin-top: 0.25rem;
    color: #ffffff;
    font-size: 0.94rem;
    line-height: 1.5;
}

.premium-monitor-section,
.premium-paths-section,
.premium-story-section,
.premium-sitemap-section,
.premium-page-section {
    background: #eef3f6;
}

.premium-close-section {
    background: linear-gradient(180deg, #eef3f6 0%, #08192a 24%, #071625 100%);
}

.premium-monitor-shell,
.premium-story-shell,
.premium-close-shell,
.premium-page-layout {
    display: grid;
    gap: 2rem 2.4rem;
}

.premium-monitor-section,
.premium-paths-section,
.premium-story-section,
.premium-sitemap-section,
.premium-close-section,
.premium-page-section {
    padding: 5rem 0;
}

.premium-monitor-shell {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: end;
}

.premium-section-copy,
.premium-section-heading,
.premium-close-copy {
    max-width: 46rem;
}

.premium-section-copy h2,
.premium-section-heading h2,
.premium-close-copy h2,
.premium-story-copy h2,
.premium-subpage-copy h1 {
    color: #10263b;
    font-size: clamp(2.35rem, 5vw, 4.25rem);
}

.premium-section-copy p,
.premium-section-heading p,
.premium-close-copy p,
.premium-story-copy > p {
    margin: 1rem 0 0;
    color: #4f667b;
    font-size: 1.02rem;
    line-height: 1.78;
}

.premium-monitor-grid,
.premium-path-grid,
.premium-sitemap-grid {
    display: grid;
    gap: 1rem;
}

.premium-path-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
}

.premium-path-card,
.premium-sitemap-card,
.premium-sidebar-card,
.premium-content-surface,
.premium-story-copy,
.premium-estimator,
.premium-subpage-copy {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(10, 41, 64, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 24px 56px rgba(9, 32, 50, 0.1);
}

.premium-path-card,
.premium-sitemap-card,
.premium-sidebar-card,
.premium-subpage-copy,
.premium-content-surface {
    padding: 1.45rem;
}

.premium-path-card h3 {
    margin: 0.35rem 0 0.8rem;
    font-family: "Newsreader", Georgia, serif;
    font-size: 1.62rem;
    line-height: 1.04;
    color: #10263b;
}

.premium-path-card p {
    margin: 0;
    color: #4f667b;
    line-height: 1.72;
}

.text-link {
    display: inline-flex;
    margin-top: 1rem;
    color: #0e5faa;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(14, 95, 170, 0.26);
    text-underline-offset: 0.18em;
}

.premium-story-shell {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
    align-items: start;
}

.premium-story-copy {
    padding: 1.6rem;
}

.premium-story-media {
    position: relative;
    min-height: 46rem;
}

.premium-story-linework {
    position: absolute;
    top: -0.5rem;
    right: -0.4rem;
    width: min(35rem, 92%);
    opacity: 0.72;
}

.premium-story-photo {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 1.8rem;
    box-shadow: 0 18px 44px rgba(16, 37, 56, 0.14);
}

.premium-story-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.premium-story-photo--primary {
    inset: 1.5rem 0 13rem 5.5rem;
}

.premium-story-photo--secondary {
    width: 12rem;
    height: 12rem;
    left: 0;
    bottom: 10.5rem;
    border: 0.45rem solid rgba(245, 249, 251, 0.94);
}

.premium-story-caption {
    position: absolute;
    right: 1.25rem;
    bottom: 9rem;
    width: min(22rem, calc(100% - 7rem));
    padding: 1rem 1.15rem;
    border-radius: 1.35rem;
    background: rgba(9, 28, 45, 0.9);
    box-shadow: 0 16px 42px rgba(8, 23, 39, 0.18);
}

.premium-story-caption strong {
    display: block;
    margin-top: 0.45rem;
    color: #eff7fb;
    font-size: 1rem;
    line-height: 1.52;
}

.premium-estimator {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 0;
    padding: 1.3rem;
    background:
        radial-gradient(circle at top right, rgba(234, 216, 184, 0.54), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(240, 247, 249, 0.96) 100%);
}

.premium-estimator strong {
    display: block;
    margin-top: 0.45rem;
    color: #10263b;
    font-size: 1.2rem;
}

.premium-sitemap-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.premium-network-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.premium-close-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
    align-items: start;
}

.premium-close-copy h2,
.premium-close-copy p {
    color: #eff8fb;
}

.premium-close-copy p {
    color: rgba(232, 242, 247, 0.78);
}

.premium-close-section .lead-card,
.premium-page-section .lead-card {
    background: linear-gradient(180deg, rgba(11, 30, 49, 0.94), rgba(8, 23, 39, 0.98));
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 56px rgba(2, 10, 18, 0.22);
}

.premium-close-section .lead-card h2,
.premium-page-section .lead-card h2 {
    color: #ffffff;
}

.premium-close-section .lead-card .eyebrow,
.premium-close-section .lead-card .lead-note,
.premium-close-section .lead-card .section-heading p,
.premium-page-section .lead-card .eyebrow,
.premium-page-section .lead-card .lead-note,
.premium-page-section .lead-card .section-heading p {
    color: rgba(232, 242, 247, 0.76);
}

.premium-close-section .lead-card .button-primary,
.premium-page-section .lead-card .button-primary {
    color: #04101a;
    background: linear-gradient(135deg, #22d5cc 0%, #3dc0ff 100%);
}

.premium-subpage-hero {
    padding: 2rem 0 1.4rem;
    background:
        linear-gradient(180deg, #08192a 0%, #071625 100%);
}

.premium-subpage-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
    gap: 2rem 2.4rem;
    align-items: stretch;
}

.premium-subpage-copy {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 253, 0.96));
}

.premium-subpage-body {
    color: #4f667b;
}

.premium-page-layout {
    grid-template-columns: minmax(0, 1.02fr) minmax(19rem, 0.75fr);
    align-items: start;
}

.premium-sidebar {
    display: grid;
    gap: 1rem;
}

.premium-richtext .content-band,
.premium-richtext .story-card,
.premium-richtext .note-card,
.premium-richtext .faq-item,
.premium-richtext .process-card,
.premium-richtext .quote-card,
.premium-richtext .stat-band {
    padding: 1.2rem;
    border-radius: 1.2rem;
    border: 1px solid rgba(10, 41, 64, 0.08);
    background: rgba(247, 251, 253, 0.92);
}

.premium-richtext section + section,
.premium-richtext .content-band + .content-band {
    margin-top: 1rem;
}

.premium-richtext .grid-two,
.premium-richtext .grid-three,
.premium-richtext .process-grid,
.premium-richtext .quote-grid,
.premium-richtext .stat-band {
    display: grid;
    gap: 0.95rem;
}

.premium-richtext .grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-richtext .grid-three,
.premium-richtext .process-grid,
.premium-richtext .quote-grid,
.premium-richtext .stat-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.premium-richtext h2,
.premium-richtext h3 {
    color: #10263b;
}

.premium-richtext p,
.premium-content-surface p,
.premium-sidebar-card p,
.premium-sitemap-card p,
.premium-path-card p {
    color: #4f667b;
}

.premium-richtext .section-heading h2 {
    color: #10263b;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    line-height: 1.04;
}

@media (hover: hover) and (pointer: fine) {
    .premium-path-card:hover,
    .premium-sitemap-card:hover,
    .premium-sidebar-card:hover,
    .premium-content-surface:hover,
    .premium-story-copy:hover,
    .premium-estimator:hover,
    .premium-subpage-copy:hover {
        transform: translateY(-3px);
        box-shadow: 0 28px 60px rgba(9, 32, 50, 0.12);
    }
}

@media (max-width: 1120px) {
    .premium-rate-tape,
    .premium-hero-shell,
    .premium-monitor-shell,
    .premium-story-shell,
    .premium-close-shell,
    .premium-subpage-grid,
    .premium-page-layout {
        grid-template-columns: 1fr;
    }

    .premium-rate-tape-items,
    .premium-path-grid,
    .premium-sitemap-grid {
        grid-template-columns: 1fr 1fr;
    }

    .premium-hero-media {
        inset: 0;
    }

    .premium-hero-wash {
        background:
            linear-gradient(180deg, rgba(5, 18, 31, 0.76) 0%, rgba(5, 18, 31, 0.66) 24%, rgba(5, 18, 31, 0.32) 58%, rgba(5, 18, 31, 0.84) 100%);
    }

    .premium-hero-shell {
        min-height: auto;
        align-items: start;
    }

    .premium-hero-aside,
    .premium-subpage-aside {
        justify-self: start;
    }

    .premium-story-media {
        min-height: 38rem;
    }

    .premium-story-photo--primary {
        inset: 1rem 0 12rem 4rem;
    }
}

@media (max-width: 840px) {
    body.theme-fairchoice-premium .site-header-inner {
        border-radius: 1.4rem;
    }

    body.theme-fairchoice-premium .brand-copy span {
        display: none;
    }

    .premium-rate-tape-items,
    .premium-path-grid,
    .premium-sitemap-grid,
    .premium-richtext .grid-two,
    .premium-richtext .grid-three,
    .premium-richtext .process-grid,
    .premium-richtext .quote-grid,
    .premium-richtext .stat-band,
    .premium-mini-metrics,
    .premium-aside-metrics {
        grid-template-columns: 1fr;
    }

    .premium-monitor-section,
    .premium-paths-section,
    .premium-story-section,
    .premium-sitemap-section,
    .premium-close-section,
    .premium-page-section {
        padding: 4rem 0;
    }

    .premium-story-media {
        min-height: 30rem;
    }

    .premium-story-photo--primary {
        inset: 0.75rem 0 8.5rem 2rem;
    }

    .premium-story-photo--secondary {
        width: 9.5rem;
        height: 9.5rem;
        bottom: 7.75rem;
    }

    .premium-story-caption {
        left: 1rem;
        right: 1rem;
        bottom: 5.4rem;
        width: auto;
    }

    .premium-estimator {
        left: 0;
        right: 0;
    }
}

@media (max-width: 640px) {
    body.theme-fairchoice-premium .container {
        width: min(100% - 1.2rem, 1180px);
    }

    body.theme-fairchoice-premium .site-header {
        top: 0.35rem;
    }

    body.theme-fairchoice-premium .site-header-inner {
        padding: 0.85rem 0.9rem;
    }

    body.theme-fairchoice-premium .brand-logo-image {
        width: 118px;
    }

    body.theme-fairchoice-premium .brand-copy {
        display: none;
    }

    body.theme-fairchoice-premium .header-cta,
    body.theme-fairchoice-premium .topbar-actions .button-primary,
    body.theme-fairchoice-premium .topbar-actions .button-secondary {
        display: none;
    }

    .premium-hero {
        min-height: auto;
    }

    .premium-hero-shell {
        padding-top: 3rem;
        padding-bottom: 2.8rem;
    }

    .premium-hero-copy h1 {
        font-size: clamp(2.9rem, 14vw, 4.6rem);
        max-width: 8ch;
    }

    .premium-hero-body,
    .premium-subpage-body,
    .premium-section-copy p,
    .premium-section-heading p,
    .premium-close-copy p,
    .premium-story-copy > p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .premium-hero-actions,
    .premium-rate-tape {
        gap: 0.8rem;
    }

    .premium-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .premium-hero-actions .button-primary,
    .premium-hero-actions .button-secondary {
        width: 100%;
    }

    .premium-story-media {
        min-height: 27rem;
    }

    .premium-story-photo--primary {
        inset: 0.5rem 0 7.5rem 1.1rem;
    }

    .premium-story-photo--secondary {
        width: 8rem;
        height: 8rem;
        bottom: 6.8rem;
    }

    .premium-story-caption {
        bottom: 4.8rem;
    }

    .premium-rate-tape-copy p {
        font-size: 0.84rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .premium-hero-radiance,
    .premium-hero-media {
        transform: none !important;
    }
}
