:root {
    --fslr-ink: #102238;
    --fslr-ink-soft: #1b3149;
    --fslr-red: #b62830;
    --fslr-red-dark: #922127;
    --fslr-gold: #d7a441;
    --fslr-blue: #385979;
    --fslr-cream: #fbf7ef;
    --fslr-ivory: #fffdf8;
    --fslr-text: #34312e;
    --fslr-muted: #716b61;
    --fslr-border: #e9e1d4;
    --fslr-tint: #f3ede1;
    --fslr-shadow: 0 24px 70px rgb(26 34 42 / 9%);
    --fslr-radius: 22px;
}

.fslr-page,
.fslr-page *,
.fslr-area-finder,
.fslr-area-finder *,
.fslr-form-card,
.fslr-form-card *,
.fslr-mobile-bar,
.fslr-mobile-bar *,
.fslr-site-footer,
.fslr-site-footer * {
    box-sizing: border-box;
}

.fslr-page {
    overflow: hidden;
    width: 100%;
    background: var(--fslr-cream);
    color: var(--fslr-text);
    font-family: inherit;
}

/*
 * Enfold wraps Text Block shortcodes in a padded, max-width content column.
 * Full-page Freestyle shortcodes deliberately break out of those wrappers;
 * individual section shortcodes and the existing Enfold footer are untouched.
 */
#top #main .fslr-shortcode-page {
    position: relative;
    width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    max-width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    margin-top: 0 !important;
    margin-right: calc(50% - 50vw + var(--fslr-scrollbar-half-width, 0px)) !important;
    margin-bottom: 0 !important;
    margin-left: calc(50% - 50vw + var(--fslr-scrollbar-half-width, 0px)) !important;
}

#top #main .fslr-full-bleed-parent,
#top #main .container_wrap:has(.fslr-shortcode-page),
#top #main .container:has(.fslr-shortcode-page),
#top #main .content:has(.fslr-shortcode-page),
#top #main .entry-content-wrapper:has(.fslr-shortcode-page),
#top #main .avia_textblock:has(.fslr-shortcode-page),
#top #main .av_textblock_section:has(.fslr-shortcode-page),
#top #main .flex_column:has(.fslr-shortcode-page) {
    overflow: visible !important;
}

#top #main .container.fslr-full-bleed-parent,
#top #main .container:has(.fslr-shortcode-page),
#top #main .content.fslr-full-bleed-parent,
#top #main .content:has(.fslr-shortcode-page),
#top #main .template-page.fslr-full-bleed-parent,
#top #main .template-page:has(.fslr-shortcode-page),
#top #main .entry-content-wrapper.fslr-full-bleed-parent,
#top #main .entry-content-wrapper:has(.fslr-shortcode-page) {
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    border: 0 !important;
}

#top #main .container_wrap.fslr-full-bleed-parent,
#top #main .container_wrap:has(.fslr-shortcode-page),
#top #main .avia-section.fslr-full-bleed-parent,
#top #main .avia-section:has(.fslr-shortcode-page),
#top #main .post-entry.fslr-full-bleed-parent,
#top #main .post-entry:has(.fslr-shortcode-page),
#top #main .av_textblock_section.fslr-full-bleed-parent,
#top #main .av_textblock_section:has(.fslr-shortcode-page),
#top #main .avia_textblock.fslr-full-bleed-parent,
#top #main .avia_textblock:has(.fslr-shortcode-page),
#top #main .avia-builder-el-first.fslr-full-bleed-parent,
#top #main .avia-builder-el-last.fslr-full-bleed-parent {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

#top #main .flex_column.fslr-full-bleed-parent,
#top #main .flex_column:has(.fslr-shortcode-page),
#top #main .av_one_full.fslr-full-bleed-parent,
#top #main .av_one_full:has(.fslr-shortcode-page) {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#top #main .fslr-cinema-parent,
#top #main .container_wrap:has(> .fslr-cinema),
#top #main .container:has(> .fslr-cinema),
#top #main .avia_textblock:has(> .fslr-cinema),
#top #main .flex_column:has(> .fslr-cinema) {
    overflow: visible !important;
}

#top #main .fslr-cinema,
#top #wrap_all .fslr-cinema {
    left: 50% !important;
    width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    min-width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    max-width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    margin-right: 0 !important;
    margin-left: calc(-50vw + var(--fslr-scrollbar-half-width, 0px)) !important;
}

.fslr-page h1,
.fslr-page h2,
.fslr-page h3,
#top .fslr-page h1,
#top .fslr-page h2,
#top .fslr-page h3,
.fslr-form-card h3,
#top .fslr-form-card h3 {
    font-family: inherit;
    text-transform: none !important;
    letter-spacing: -0.045em !important;
}

.fslr-container {
    width: min(1240px, calc(100% - 64px));
    margin-inline: auto;
}

#top #header_main,
#top #header .header_bg,
#top #header_meta {
    background-color: var(--fslr-ink) !important;
}

.fslr-breadcrumb {
    background: var(--fslr-ivory);
    border-bottom: 1px solid var(--fslr-border);
}

.fslr-breadcrumb .fslr-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    min-height: 54px;
    font-size: 13px;
}

.fslr-breadcrumb a,
.fslr-breadcrumb span {
    color: var(--fslr-muted) !important;
    text-decoration: none !important;
}

.fslr-breadcrumb strong {
    color: var(--fslr-ink);
}

.fslr-hero {
    position: relative;
    display: flex;
    min-height: 640px;
    align-items: center;
    overflow: hidden;
    background-color: var(--fslr-ink);
    background-image: var(--fslr-hero-image);
    background-position: center center;
    background-size: cover;
}

.fslr-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(94deg, rgb(12 27 41 / 38%) 0%, rgb(12 27 41 / 31%) 52%, rgb(12 27 41 / 24%) 100%);
}

.fslr-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: 58px;
    align-items: center;
    padding-block: 90px;
}

.fslr-eyebrow,
.fslr-section-kicker,
.fslr-form-kicker {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--fslr-gold);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.fslr-hero .fslr-eyebrow {
    color: var(--fslr-gold);
}

.fslr-hero-copy {
    padding: 30px 31px 31px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 21px;
    background: rgb(11 24 37 / 49%);
    backdrop-filter: blur(4px);
}

.fslr-hero-copy h1 {
    max-width: 800px;
    margin: 0 0 20px;
    color: #fff !important;
    font-size: clamp(45px, 5.65vw, 74px);
    font-weight: 900;
    line-height: 0.99;
}

.fslr-hero-copy > p {
    max-width: 690px;
    margin: 0 0 20px;
    color: rgb(255 255 255 / 84%);
    font-size: 19px;
    line-height: 1.75;
}

.fslr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.fslr-button,
.fslr-submit-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 23px;
    border: 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.fslr-button:hover,
.fslr-submit-button:hover {
    transform: translateY(-2px);
}

.fslr-button-primary,
.fslr-submit-button {
    background: var(--fslr-red);
    box-shadow: 0 15px 35px rgb(182 40 48 / 25%);
    color: #fff !important;
}

.fslr-button-primary:hover,
.fslr-submit-button:hover {
    background: var(--fslr-red-dark);
}

.fslr-button-light {
    border: 1px solid rgb(255 255 255 / 46%);
    background: rgb(255 255 255 / 7%);
    color: #fff !important;
}

.fslr-button-dark {
    border: 1px solid var(--fslr-border);
    color: var(--fslr-ink) !important;
}

.fslr-hero-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 30px;
}

.fslr-hero-assurance span {
    color: rgb(255 255 255 / 76%);
    font-size: 12px;
    font-weight: 700;
}

.fslr-hero-assurance span::before {
    margin-right: 7px;
    color: var(--fslr-gold);
    content: "✓";
}

.fslr-hero-card {
    position: relative;
    margin-top: 0;
    padding: 31px 29px 29px;
    border: 1px solid rgb(255 255 255 / 19%);
    border-top: 4px solid var(--fslr-gold);
    border-radius: 22px;
    background: rgb(11 26 40 / 75%);
    box-shadow: 0 30px 70px rgb(0 0 0 / 25%);
    backdrop-filter: blur(12px);
}

.fslr-hero-card > span {
    color: var(--fslr-gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.fslr-hero-card h2 {
    margin: 8px 0 15px;
    color: #fff !important;
    font-size: 26px;
    line-height: 1.1;
}

.fslr-hero-card ul {
    margin: 0 0 20px;
    padding-left: 20px;
}

.fslr-hero-card li {
    margin-block: 9px;
    color: rgb(255 255 255 / 83%);
    font-size: 14px;
    line-height: 1.55;
}

.fslr-hero-card > a {
    color: var(--fslr-gold) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.fslr-trust-strip {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1180px, calc(100% - 64px));
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: -38px auto 0;
    overflow: hidden;
    border: 1px solid var(--fslr-border);
    border-radius: 18px;
    background: var(--fslr-ivory);
    box-shadow: var(--fslr-shadow);
}

.fslr-trust-strip > div {
    padding: 24px 20px;
    border-right: 1px solid var(--fslr-border);
    text-align: center;
}

.fslr-trust-strip > div:last-child {
    border-right: 0;
}

.fslr-trust-strip strong,
.fslr-trust-strip span {
    display: block;
}

.fslr-trust-strip strong {
    color: var(--fslr-ink);
    font-size: 17px;
    font-weight: 850;
}

.fslr-trust-strip span {
    margin-top: 5px;
    color: var(--fslr-muted);
    font-size: 12px;
}

.fslr-logo-section {
    padding: 66px 0 43px;
    text-align: center;
}

.fslr-logo-section-compact {
    padding: 67px 0 36px;
}

.fslr-logo-section .fslr-container > span {
    display: block;
    margin-bottom: 25px;
    color: var(--fslr-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fslr-logo-marquee {
    position: relative;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.fslr-logo-track {
    display: flex;
    width: max-content;
    animation: fslr-logo-scroll 42s linear infinite;
}

.fslr-logo-marquee:hover .fslr-logo-track,
.fslr-logo-marquee:focus-within .fslr-logo-track {
    animation-play-state: paused;
}

.fslr-logo-group {
    display: flex;
    flex: 0 0 auto;
    gap: 30px;
    align-items: center;
    padding-right: 30px;
}

.fslr-logo-item {
    display: flex;
    width: 174px;
    min-height: 108px;
    align-items: center;
    justify-content: center;
}

.fslr-logo-item img {
    width: auto;
    max-width: 168px;
    max-height: 90px;
    object-fit: contain;
}

@keyframes fslr-logo-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.fslr-testimonial-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 91% 8%, rgb(255 200 87 / 14%), transparent 26%),
        linear-gradient(135deg, #f6f7fc 0%, #fff 69%);
}

.fslr-testimonial-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 37px;
}

.fslr-testimonial-heading h2 {
    max-width: 780px;
}

.fslr-testimonial-heading .fslr-section-lead {
    margin-bottom: 0;
}

.fslr-testimonial-source {
    flex: 0 0 auto;
    padding-bottom: 7px;
    color: var(--fslr-red-dark) !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.fslr-testimonial-carousel {
    --fslr-testimonial-gap: 21px;
}

.fslr-testimonial-carousel[data-fslr-count="1"] {
    --fslr-testimonials-visible: 1 !important;
}

.fslr-testimonial-viewport {
    overflow: hidden;
}

.fslr-testimonial-track {
    display: flex;
    align-items: stretch;
    gap: var(--fslr-testimonial-gap);
    transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.fslr-testimonial-card {
    display: flex;
    min-width: 0;
    min-height: 315px;
    flex: 0 0 calc(100% / var(--fslr-testimonials-visible) - var(--fslr-testimonial-gap) + var(--fslr-testimonial-gap) / var(--fslr-testimonials-visible));
    flex-direction: column;
    padding: 27px;
    border: 1px solid rgb(232 234 241 / 95%);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 39px rgb(21 23 45 / 5%);
}

.fslr-testimonial-quote-mark {
    height: 42px;
    color: var(--fslr-red);
    font-family: Georgia, serif;
    font-size: 75px;
    line-height: 0.9;
}

.fslr-testimonial-stars {
    margin-top: 9px;
    color: #efad27;
    font-size: 15px;
    letter-spacing: 0.12em;
}

.fslr-testimonial-event-tag,
.fslr-review-event-tag {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    margin-top: 13px;
    padding: 7px 11px;
    border: 1px solid rgb(255 200 87 / 36%);
    border-radius: 99px;
    background: rgb(255 200 87 / 14%);
    color: #895415;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.25;
}

.fslr-review-card-featured .fslr-review-event-tag {
    border-color: rgb(255 200 87 / 30%);
    background: rgb(255 200 87 / 11%);
    color: var(--fslr-gold);
}

.fslr-testimonial-card blockquote {
    flex: 1 0 auto;
    margin: 17px 0 24px;
    padding: 0;
    border: 0;
    color: var(--fslr-text);
    font-size: 15px;
    font-style: normal;
    line-height: 1.76;
}

.fslr-testimonial-customer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 17px;
    border-top: 1px solid var(--fslr-border);
}

.fslr-testimonial-avatar {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 50%;
    background: rgb(182 40 48 / 10%);
    color: var(--fslr-red-dark);
    font-size: 16px;
    font-weight: 850;
}

.fslr-testimonial-customer strong,
.fslr-testimonial-customer > div > span {
    display: block;
}

.fslr-testimonial-customer strong {
    color: var(--fslr-ink);
    font-size: 13px;
    font-weight: 800;
}

.fslr-testimonial-customer > div > span {
    margin-top: 4px;
    color: var(--fslr-muted);
    font-size: 11px;
}

.fslr-testimonial-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 23px;
}

.fslr-testimonial-controls > div {
    display: flex;
    gap: 8px;
}

.fslr-testimonial-progress {
    display: block;
    width: 160px;
    height: 3px;
    overflow: hidden;
    border-radius: 4px;
    background: #e3e5ee;
}

.fslr-testimonial-progress > span {
    display: block;
    width: 30%;
    height: 100%;
    border-radius: inherit;
    background: var(--fslr-red);
    transition: transform 620ms ease;
}

.fslr-testimonial-nav {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid var(--fslr-border);
    border-radius: 50%;
    background: #fff;
    color: var(--fslr-ink);
    cursor: pointer;
    font-size: 17px;
    transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.fslr-testimonial-nav:hover,
.fslr-testimonial-nav:focus-visible {
    border-color: var(--fslr-red);
    background: var(--fslr-red);
    color: #fff;
}

.fslr-testimonial-controls[hidden] {
    display: none;
}

.fslr-video-feature {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 78%, rgb(255 200 87 / 19%), transparent 33%),
        radial-gradient(circle at 5% 7%, rgb(182 40 48 / 8%), transparent 28%),
        #fff;
}

.fslr-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.87fr) minmax(0, 1.13fr);
    gap: 76px;
    align-items: center;
}

.fslr-video-copy h2 {
    max-width: 585px;
}

.fslr-video-highlights {
    display: grid;
    gap: 10px;
    margin: 24px 0 27px;
}

.fslr-video-highlights > span {
    color: var(--fslr-ink);
    font-size: 14px;
    font-weight: 680;
}

.fslr-video-highlights > span::before {
    margin-right: 9px;
    color: var(--fslr-red);
    content: "✦";
}

.fslr-video-actions,
.fslr-cinema-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px 20px;
}

.fslr-video-external {
    color: var(--fslr-ink) !important;
    font-size: 13px;
    font-weight: 760;
    text-decoration: none !important;
}

.fslr-fairground-tv {
    position: relative;
    margin: 70px 0 24px;
    padding: 23px 19px 16px;
    border: 1px solid rgb(255 233 191 / 33%);
    border-radius: 30px;
    background: linear-gradient(145deg, #6d4134 0%, #301f25 46%, #211927 100%);
    box-shadow: 0 30px 75px rgb(31 23 32 / 27%), inset 0 1px 0 rgb(255 255 255 / 20%);
}

.fslr-tv-antenna {
    position: absolute;
    z-index: 0;
    top: -53px;
    left: 47%;
    width: 15px;
    height: 58px;
}

.fslr-tv-antenna > span {
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 3px;
    height: 70px;
    border-radius: 4px;
    background: linear-gradient(#eac88b, #76513d);
    transform-origin: bottom center;
}

.fslr-tv-antenna > span:first-child {
    transform: rotate(-37deg);
}

.fslr-tv-antenna > span:last-child {
    transform: rotate(36deg);
}

.fslr-tv-bulbs {
    display: flex;
    justify-content: space-around;
    gap: 12px;
    margin: 0 6px 14px;
}

.fslr-tv-bulbs > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffe1a1;
    box-shadow: 0 0 13px rgb(255 200 87 / 88%);
}

.fslr-tv-bulbs > span:nth-child(even) {
    background: #d49b34;
    box-shadow: 0 0 13px rgb(212 155 52 / 76%);
}

.fslr-tv-cabinet {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 63px;
    gap: 15px;
    align-items: center;
    padding: 12px;
    border: 1px solid rgb(255 220 172 / 20%);
    border-radius: 21px;
    background: rgb(15 15 24 / 66%);
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 25%);
}

.fslr-tv-screen {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 5px solid #a98872;
    border-radius: 17px;
    background: #0d1020;
    box-shadow: inset 0 0 24px rgb(0 0 0 / 35%);
}

.fslr-tv-preview,
.fslr-tv-screen iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.fslr-tv-preview {
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #13162a;
    cursor: pointer;
}

.fslr-tv-preview > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.fslr-tv-preview:hover > img,
.fslr-tv-preview:focus-visible > img {
    transform: scale(1.065);
}

.fslr-tv-screen-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(18 19 35 / 11%), rgb(18 19 35 / 43%));
}

.fslr-tv-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    justify-items: center;
    gap: 8px;
    transform: translate(-50%, -50%);
}

.fslr-tv-play > span:first-child {
    display: grid;
    width: 72px;
    height: 72px;
    padding-left: 4px;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 47%);
    border-radius: 50%;
    background: rgb(182 40 48 / 94%);
    color: #fff;
    box-shadow: 0 13px 38px rgb(10 10 19 / 37%);
    font-size: 24px;
}

.fslr-tv-play > span:last-child {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-shadow: 0 2px 10px rgb(0 0 0 / 65%);
}

.fslr-tv-screen iframe {
    border: 0;
}

.fslr-tv-controls {
    display: grid;
    justify-items: center;
    gap: 14px;
}

.fslr-tv-speaker {
    display: block;
    width: 43px;
    height: 65px;
    border-radius: 8px;
    background: repeating-linear-gradient(180deg, rgb(227 190 151 / 65%) 0, rgb(227 190 151 / 65%) 2px, transparent 2px, transparent 6px);
    opacity: 0.72;
}

.fslr-tv-knob {
    display: block;
    width: 36px;
    height: 36px;
    border: 3px solid #be9978;
    border-radius: 50%;
    background: linear-gradient(145deg, #e5c399, #8f6a55);
    box-shadow: inset 0 0 0 4px rgb(47 31 30 / 35%);
}

.fslr-tv-knob-small {
    width: 27px;
    height: 27px;
}

.fslr-fairground-tv figcaption {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 9px 1px;
}

.fslr-fairground-tv figcaption > span {
    color: #ffc857;
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.fslr-fairground-tv figcaption > strong {
    color: rgb(255 255 255 / 81%);
    font-size: 10px;
    font-weight: 680;
}

.fslr-tv-feet {
    position: absolute;
    z-index: -1;
    right: 39px;
    bottom: -13px;
    left: 39px;
    display: flex;
    justify-content: space-between;
}

.fslr-tv-feet > span {
    width: 44px;
    height: 25px;
    border-radius: 0 0 6px 6px;
    background: #34242a;
}

.fslr-cinema {
    position: relative;
    display: flex;
    min-height: 460px;
    align-items: center;
    overflow: hidden;
    background-color: var(--fslr-ink);
    background-image: var(--fslr-cinema-poster);
    background-position: center center;
    background-size: cover;
}

.fslr-cinema-media,
.fslr-cinema-overlay {
    position: absolute;
    inset: 0;
}

.fslr-cinema-media {
    overflow: hidden;
}

.fslr-cinema-media iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 900ms ease;
}

.fslr-cinema-media.is-video-ready iframe {
    opacity: 1;
}

.fslr-cinema-red .fslr-cinema-overlay {
    background: linear-gradient(105deg, rgb(139 32 39 / 91%) 0%, rgb(98 39 39 / 84%) 48%, rgb(16 34 56 / 55%) 100%);
}

.fslr-cinema-navy .fslr-cinema-overlay {
    background: linear-gradient(105deg, rgb(21 23 45 / 96%) 0%, rgb(37 40 74 / 87%) 56%, rgb(72 92 255 / 48%) 100%);
}

.fslr-cinema-gold .fslr-cinema-overlay {
    background: linear-gradient(105deg, rgb(178 110 22 / 95%) 0%, rgb(81 47 42 / 89%) 47%, rgb(21 23 45 / 60%) 100%);
}

.fslr-cinema-content {
    position: relative;
    z-index: 1;
    padding-block: 90px;
}

.fslr-cinema-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: #fff;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fslr-cinema-kicker > span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffc857;
    box-shadow: 0 0 0 5px rgb(255 200 87 / 18%);
}

.fslr-cinema-content h2 {
    max-width: 830px;
    margin: 0 0 15px;
    color: #fff !important;
    font-size: clamp(41px, 5.1vw, 69px);
    font-weight: 890;
    line-height: 1.02;
}

.fslr-cinema-content > p {
    max-width: 670px;
    margin: 0 0 24px;
    color: rgb(255 255 255 / 88%);
    font-size: 16px;
    line-height: 1.75;
}

.fslr-cinema-red .fslr-button-primary {
    background: #fff;
    color: var(--fslr-red-dark) !important;
}

.fslr-cinema-call {
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
}

.fslr-section {
    padding: 100px 0;
}

.fslr-section-tint {
    background: var(--fslr-tint);
}

.fslr-section h2 {
    max-width: 940px;
    margin: 0 0 15px;
    color: var(--fslr-ink) !important;
    font-size: clamp(36px, 4.4vw, 60px);
    font-weight: 875;
    line-height: 1.04;
}

.fslr-section-lead,
.fslr-lead,
.fslr-split > div > p,
.fslr-enquiry-copy > p {
    max-width: 780px;
    color: var(--fslr-muted);
    font-size: 17px;
    line-height: 1.8;
}

.fslr-lead {
    color: var(--fslr-text);
    font-size: 19px;
}

.fslr-split {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 70px;
    align-items: center;
}

.fslr-pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.fslr-pill-list span {
    padding: 9px 12px;
    border: 1px solid var(--fslr-border);
    border-radius: 99px;
    color: var(--fslr-ink);
    font-size: 11px;
    font-weight: 750;
}

.fslr-image-stack {
    margin: 0;
    overflow: hidden;
    border-radius: var(--fslr-radius);
    background: var(--fslr-ink);
    box-shadow: var(--fslr-shadow);
}

.fslr-image-stack img {
    display: block;
    width: 100%;
    height: 395px;
    object-fit: cover;
}

.fslr-image-stack figcaption {
    padding: 19px 23px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.fslr-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 35px;
}

.fslr-service-card,
.fslr-attraction-card {
    overflow: hidden;
    border: 1px solid var(--fslr-border);
    border-radius: 18px;
    background: var(--fslr-ivory);
    box-shadow: 0 12px 40px rgb(21 23 45 / 6%);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.fslr-service-card:hover,
.fslr-attraction-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 58px rgb(21 23 45 / 13%);
}

.fslr-service-card > a,
.fslr-attraction-card > a {
    display: block;
    height: 100%;
    color: inherit !important;
    text-decoration: none !important;
}

.fslr-service-card img,
.fslr-attraction-card img {
    display: block;
    width: 100%;
    height: 218px;
    object-fit: cover;
}

.fslr-service-card a > div {
    padding: 25px;
}

.fslr-service-card a > div > span,
.fslr-attraction-card a > div > span {
    color: #a9761a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fslr-service-card h3,
.fslr-attraction-card h3 {
    margin: 9px 0;
    color: var(--fslr-ink) !important;
    font-size: 23px;
    font-weight: 825;
    line-height: 1.12;
}

.fslr-service-card p {
    min-height: 82px;
    margin: 0 0 16px;
    color: var(--fslr-muted);
    font-size: 14px;
    line-height: 1.7;
}

.fslr-service-card a > div > strong,
.fslr-attraction-card a > div > strong {
    color: var(--fslr-ink);
    font-size: 12px;
    font-weight: 800;
}

.fslr-attraction-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 35px;
}

.fslr-attraction-card img {
    height: 178px;
}

.fslr-attraction-card a > div {
    padding: 19px 18px 22px;
}

.fslr-attraction-card h3 {
    font-size: 19px;
}

.fslr-attraction-disclaimer {
    margin: 22px 0 0;
    color: var(--fslr-muted);
    font-size: 13px;
}

.fslr-event-types {
    background: var(--fslr-ink);
}

.fslr-event-types h2 {
    color: #fff !important;
}

.fslr-event-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 33px;
}

.fslr-event-grid > a {
    padding: 26px;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 17px;
    background: rgb(255 255 255 / 4%);
    color: #fff !important;
    text-decoration: none !important;
    transition: background 180ms ease, transform 180ms ease;
}

.fslr-event-grid > a:hover {
    transform: translateY(-3px);
    background: rgb(255 255 255 / 8%);
}

.fslr-event-grid h3 {
    margin: 0 0 9px;
    color: #fff !important;
    font-size: 21px;
}

.fslr-event-grid p {
    min-height: 66px;
    margin: 0 0 15px;
    color: rgb(255 255 255 / 73%);
    font-size: 14px;
    line-height: 1.65;
}

.fslr-event-grid strong {
    color: var(--fslr-gold);
    font-size: 12px;
}

.fslr-process {
    background: var(--fslr-tint);
}

.fslr-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
    margin-top: 34px;
}

.fslr-process-grid article {
    padding: 29px;
    border: 1px solid var(--fslr-border);
    border-radius: 18px;
    background: #fff;
}

.fslr-process-grid article > span {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 13px;
    background: var(--fslr-gold);
    color: var(--fslr-ink);
    font-size: 15px;
    font-weight: 900;
}

.fslr-process-grid h3 {
    margin: 0 0 9px;
    color: var(--fslr-ink) !important;
    font-size: 23px;
}

.fslr-process-grid p {
    margin: 0;
    color: var(--fslr-muted);
    font-size: 14px;
    line-height: 1.75;
}

.fslr-coverage-head {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: center;
}

.fslr-coverage-head > img {
    display: block;
    width: 100%;
    height: 290px;
    border-radius: 20px;
    object-fit: cover;
}

.fslr-area-finder {
    display: grid;
    grid-template-columns: 0.76fr 1.24fr;
    gap: 25px;
    align-items: center;
    margin-top: 38px;
    padding: 25px;
    border: 1px solid var(--fslr-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 46px rgb(21 23 45 / 7%);
}

.fslr-area-finder > div:first-child > span,
.fslr-area-finder > div:first-child > strong {
    display: block;
}

.fslr-area-finder > div:first-child > span {
    margin-bottom: 5px;
    color: var(--fslr-red);
    font-size: 11px;
    font-weight: 750;
}

.fslr-area-finder > div:first-child > strong {
    color: var(--fslr-ink);
    font-size: 21px;
}

.fslr-finder-fields {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
    align-items: end;
}

.fslr-finder-fields label,
.fslr-finder-fields label > span {
    display: block;
}

.fslr-finder-fields label > span {
    margin-bottom: 6px;
    color: var(--fslr-muted);
    font-size: 10px;
    font-weight: 750;
    text-transform: uppercase;
}

.fslr-finder-fields select,
.fslr-finder-fields button {
    width: 100%;
    height: 47px;
    padding: 0 10px;
    border: 1px solid var(--fslr-border);
    border-radius: 10px;
    background: #fff;
    color: var(--fslr-ink);
    font-size: 13px;
}

.fslr-finder-fields button {
    border-color: var(--fslr-red);
    background: var(--fslr-red);
    color: #fff;
    font-weight: 750;
    white-space: nowrap;
}

.fslr-finder-fields button:disabled,
.fslr-finder-fields select:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}

.fslr-coverage-regions {
    margin-top: 24px;
}

.fslr-location-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.fslr-location-grid a {
    display: flex;
    min-height: 57px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 15px;
    border: 1px solid var(--fslr-border);
    border-radius: 12px;
    background: #fff;
    color: var(--fslr-ink) !important;
    font-size: 13px;
    font-weight: 725;
    text-decoration: none !important;
    transition: border-color 180ms ease, transform 180ms ease;
}

.fslr-location-grid a:hover {
    transform: translateY(-2px);
    border-color: var(--fslr-red);
}

.fslr-location-grid a > span:last-child {
    color: var(--fslr-red);
}

.fslr-county-grid strong,
.fslr-county-grid small {
    display: block;
}

.fslr-county-grid small {
    margin-top: 4px;
    color: var(--fslr-muted);
    font-size: 11px;
    font-weight: 500;
}

.fslr-faq-list {
    max-width: 960px;
    margin-top: 27px;
}

.fslr-faq details {
    margin-bottom: 11px;
    padding: 19px 20px;
    border: 1px solid var(--fslr-border);
    border-radius: 14px;
    background: #fff;
}

.fslr-faq summary {
    color: var(--fslr-ink);
    cursor: pointer;
    font-size: 15px;
    font-weight: 750;
}

.fslr-faq details p {
    margin: 13px 0 0;
    color: var(--fslr-muted);
    font-size: 15px;
    line-height: 1.75;
}

.fslr-enquiry-section {
    background: linear-gradient(120deg, #15172d 0%, #202343 72%, #2b244c 100%);
}

.fslr-enquiry-layout {
    display: grid;
    grid-template-columns: 0.83fr 1.17fr;
    gap: 70px;
    align-items: start;
}

.fslr-enquiry-copy {
    position: sticky;
    top: 110px;
    padding-top: 55px;
}

.fslr-enquiry-copy h2 {
    color: #fff !important;
}

.fslr-enquiry-copy > p {
    color: rgb(255 255 255 / 78%);
}

.fslr-contact-options {
    display: grid;
    gap: 13px;
    margin-top: 27px;
}

.fslr-contact-options a {
    padding: 15px 17px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none !important;
}

.fslr-contact-options span,
.fslr-contact-options strong {
    display: block;
}

.fslr-contact-options span {
    color: rgb(255 255 255 / 65%);
    font-size: 11px;
}

.fslr-contact-options strong {
    margin-top: 4px;
    font-size: 16px;
}

.fslr-enquiry-promise {
    margin-top: 21px;
    color: rgb(255 255 255 / 70%);
    font-size: 12px;
    line-height: 1.6;
}

.fslr-form-card {
    padding: 32px;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 28px 72px rgb(0 0 0 / 15%);
}

.fslr-form-card h3 {
    margin: 0 0 20px;
    color: var(--fslr-ink) !important;
    font-size: 30px;
    font-weight: 850;
}

.fslr-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.fslr-form-grid > label {
    display: block;
    margin: 0;
    color: var(--fslr-ink);
    font-size: 12px;
    font-weight: 725;
}

.fslr-form-grid > label > span {
    color: var(--fslr-red);
}

.fslr-form-grid input:not([type="checkbox"]),
.fslr-form-grid select,
.fslr-form-grid textarea {
    display: block;
    width: 100%;
    min-height: 47px;
    margin: 7px 0 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #dfe3ec !important;
    border-radius: 9px !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--fslr-ink) !important;
    font-family: inherit;
    font-size: 13px;
}

.fslr-form-grid textarea {
    min-height: 100px;
    resize: vertical;
}

.fslr-form-grid input:focus,
.fslr-form-grid select:focus,
.fslr-form-grid textarea:focus {
    border-color: var(--fslr-red) !important;
    outline: 2px solid rgb(182 40 48 / 13%);
}

.fslr-form-full {
    grid-column: 1 / -1;
}

.fslr-consent {
    display: flex !important;
    align-items: flex-start;
    gap: 8px;
    color: var(--fslr-muted) !important;
    font-weight: 550 !important;
    line-height: 1.55;
}

.fslr-consent input {
    flex: 0 0 auto;
    margin-top: 3px;
}

.fslr-submit-button {
    width: 100%;
    margin-top: 19px;
    cursor: pointer;
}

.fslr-submit-button:disabled {
    cursor: progress;
    opacity: 0.78;
}

.fslr-form-footnote {
    margin: 13px 0 0;
    color: var(--fslr-muted);
    font-size: 12px;
    text-align: center;
}

.fslr-form-footnote a {
    color: var(--fslr-red) !important;
    font-weight: 750;
}

.fslr-honeypot {
    position: absolute;
    left: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fslr-form-message {
    display: grid;
    gap: 6px;
    margin-bottom: 19px;
    padding: 14px 15px;
    border-radius: 10px;
    font-size: 13px;
}

.fslr-form-success {
    background: #e8f8ef;
    color: #166344;
}

.fslr-form-error {
    background: #fff0f1;
    color: #a12839;
}

.fslr-mobile-bar {
    position: fixed;
    z-index: 100000;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    display: none;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 17px;
    background: rgb(21 23 45 / 96%);
    box-shadow: 0 14px 42px rgb(10 11 24 / 33%);
    backdrop-filter: blur(14px);
}

.fslr-mobile-bar > a {
    display: flex;
    min-width: 0;
    min-height: 54px;
    flex: 1 1 0;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 8px 6px;
    border-radius: 12px;
    color: #fff !important;
    text-decoration: none !important;
}

.fslr-mobile-email {
    background: var(--fslr-red);
}

.fslr-mobile-call {
    background: #33395b;
}

.fslr-mobile-bar > a > span:first-child {
    font-size: 20px;
}

.fslr-mobile-bar strong,
.fslr-mobile-bar small {
    display: block;
    white-space: nowrap;
}

.fslr-mobile-bar strong {
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.fslr-mobile-bar small {
    margin-top: 2px;
    font-size: 10px;
    opacity: 0.85;
}

/* Custom Enfold footer page: one shortcode, full browser width, no widget gutters. */
#top .fslr-site-footer {
    position: relative;
    width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    max-width: calc(100vw - var(--fslr-scrollbar-width, 0px)) !important;
    margin-right: calc(50% - 50vw + var(--fslr-scrollbar-half-width, 0px)) !important;
    margin-left: calc(50% - 50vw + var(--fslr-scrollbar-half-width, 0px)) !important;
}

#top #footer:has(.fslr-site-footer),
#top .fslr-footer-root {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #0d1625 !important;
}

#top .fslr-footer-parent {
    max-width: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    overflow: visible !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

#top #footer .container:has(.fslr-site-footer),
#top #footer .content:has(.fslr-site-footer),
#top #footer .entry-content-wrapper:has(.fslr-site-footer),
#top #footer .flex_column:has(.fslr-site-footer) {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#top:has(.fslr-site-footer) #socket {
    display: none !important;
}

.fslr-site-footer {
    overflow: hidden;
    background: #0d1625;
    color: rgb(255 255 255 / 76%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.fslr-footer-container {
    width: min(1500px, calc(100% - 88px));
    margin-inline: auto;
}

.fslr-footer-intro {
    border-bottom: 1px solid rgb(255 255 255 / 9%);
    background:
        radial-gradient(circle at 75% 40%, rgb(182 40 48 / 10%), transparent 31%),
        linear-gradient(100deg, #142034, #111a2b 72%);
}

.fslr-footer-intro-grid {
    display: grid;
    min-height: 165px;
    grid-template-columns: minmax(0, 0.97fr) minmax(0, 1.03fr) auto;
    gap: 36px;
    align-items: center;
}

.fslr-footer-brand-lockup {
    display: flex;
    align-items: center;
    gap: 17px;
    color: #fff !important;
    text-decoration: none !important;
}

.fslr-footer-brand-lockup > img {
    width: 137px;
    height: 92px;
    object-fit: contain;
}

.fslr-footer-brand-lockup > span > strong,
.fslr-footer-brand-lockup > span > span,
.fslr-footer-intro-copy > span,
.fslr-footer-intro-copy > strong,
.fslr-footer-intro-actions > a {
    display: block;
}

.fslr-footer-brand-lockup > span > strong {
    font-size: 16px;
    font-weight: 850;
}

.fslr-footer-brand-lockup > span > span,
.fslr-footer-intro-copy > span {
    margin-top: 5px;
    color: rgb(255 255 255 / 67%);
    font-size: 12px;
}

.fslr-footer-intro-copy > strong {
    margin-top: 7px;
    color: #fff;
    font-size: 19px;
    font-weight: 820;
    line-height: 1.4;
}

.fslr-footer-intro-actions {
    display: grid;
    justify-items: center;
    gap: 10px;
}

.fslr-footer-quote {
    padding: 15px 20px;
    border-radius: 9px;
    background: var(--fslr-red);
    color: #fff !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
    white-space: nowrap;
}

.fslr-footer-phone {
    color: rgb(255 255 255 / 82%) !important;
    font-size: 12px;
    font-weight: 760;
    text-decoration: none !important;
}

.fslr-footer-main {
    padding: 72px 0 41px;
    background:
        radial-gradient(circle at 90% 27%, rgb(255 200 87 / 8%), transparent 30%),
        radial-gradient(circle at 4% 85%, rgb(72 92 255 / 7%), transparent 28%),
        #0d1625;
}

.fslr-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.02fr) minmax(0, 1.08fr);
    gap: 46px;
    align-items: stretch;
}

.fslr-footer-grid-no-social {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.06fr);
}

.fslr-footer-social,
.fslr-footer-company {
    min-width: 0;
    padding-top: 10px;
}

.fslr-footer-heading {
    min-height: 96px;
}

.fslr-footer-heading > span {
    display: block;
    margin-bottom: 12px;
    color: var(--fslr-gold) !important;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: 0.105em;
    text-transform: uppercase;
}

.fslr-footer-heading > h2,
#top .fslr-footer-heading > h2 {
    margin: 0 0 18px;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 33px !important;
    font-weight: 780 !important;
    letter-spacing: -0.038em !important;
    line-height: 1.16 !important;
    text-transform: none !important;
}

.fslr-footer-heading > h2 > span,
#top .fslr-footer-heading > h2 > span {
    color: rgb(255 255 255 / 76%) !important;
}

.fslr-facebook-frame {
    width: min(390px, 100%);
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 17px 44px rgb(0 0 0 / 21%);
}

.fslr-facebook-frame iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    border: 0;
}

.fslr-footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 17px;
    color: rgb(255 255 255 / 81%) !important;
    font-size: 13px;
    font-weight: 650;
    text-decoration: none !important;
}

.fslr-footer-social-link > span {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-size: 15px;
    font-weight: 850;
}

.fslr-footer-company > p {
    margin: 0 0 25px;
    color: rgb(255 255 255 / 77%) !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
}

.fslr-footer-contact {
    display: grid;
    gap: 17px;
    margin-bottom: 28px;
}

.fslr-footer-contact > a,
.fslr-footer-contact > div {
    display: block;
    padding-left: 15px;
    border-left: 2px solid rgb(255 200 87 / 72%);
    text-decoration: none !important;
}

.fslr-footer-contact > a > span,
.fslr-footer-contact > div > span,
.fslr-footer-contact > a > strong,
.fslr-footer-contact > div > strong {
    display: block;
}

.fslr-footer-contact > a > span,
.fslr-footer-contact > div > span {
    margin-bottom: 5px;
    color: rgb(255 255 255 / 58%);
    font-size: 12px;
}

.fslr-footer-contact > a > strong,
.fslr-footer-contact > div > strong,
#top .fslr-site-footer .fslr-footer-contact > a > strong,
#top .fslr-site-footer .fslr-footer-contact > div > strong {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 740;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.fslr-footer-service-links {
    display: grid;
    gap: 11px;
}

.fslr-footer-service-links > span {
    margin-bottom: 4px;
    color: var(--fslr-gold) !important;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fslr-footer-service-links > a {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    color: rgb(255 255 255 / 79%) !important;
    font-size: 14px;
    text-decoration: none !important;
}

.fslr-footer-service-links > a > span {
    color: var(--fslr-gold);
}

.fslr-footer-safety {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 31px 29px 28px;
    overflow: hidden;
    border: 1px solid rgb(255 200 87 / 33%);
    border-radius: 24px;
    background:
        radial-gradient(circle at 91% 8%, rgb(255 200 87 / 15%), transparent 33%),
        linear-gradient(150deg, rgb(30 42 58 / 97%), rgb(17 28 44 / 98%));
    box-shadow: 0 25px 68px rgb(0 0 0 / 24%), inset 0 1px 0 rgb(255 255 255 / 8%);
}

.fslr-footer-safety::before {
    position: absolute;
    top: 0;
    right: 25px;
    left: 25px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--fslr-gold), transparent);
    content: "";
}

.fslr-footer-safety-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 21px;
}

.fslr-footer-shield {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgb(255 200 87 / 45%);
    border-radius: 12px;
    background: rgb(255 200 87 / 10%);
    color: var(--fslr-gold);
}

.fslr-footer-shield > svg {
    width: 25px;
    height: 25px;
}

.fslr-footer-safety-head > span:last-child {
    color: var(--fslr-gold) !important;
    font-size: 11px;
    font-weight: 820;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fslr-footer-safety > h2,
#top .fslr-footer-safety > h2 {
    margin: 0 0 22px;
    color: #fff !important;
    font-family: inherit !important;
    font-size: clamp(33px, 2.65vw, 40px) !important;
    font-weight: 790 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.17 !important;
    text-transform: none !important;
}

.fslr-footer-safety > h2 > span,
#top .fslr-site-footer .fslr-footer-safety > h2 > span {
    display: block;
    margin-top: 2px;
    color: var(--fslr-gold) !important;
    line-height: 1.17 !important;
}

.fslr-footer-cover {
    display: grid;
    justify-items: start;
    gap: 8px;
    margin-bottom: 22px;
    padding: 18px 19px 16px;
    border: 1px solid rgb(255 200 87 / 23%);
    border-radius: 15px;
    background: linear-gradient(125deg, rgb(11 18 30 / 77%), rgb(20 31 45 / 69%));
}

.fslr-footer-cover > span:first-child {
    color: rgb(255 255 255 / 81%) !important;
    font-size: 12px;
    font-weight: 720;
}

.fslr-footer-cover-amount {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}

.fslr-footer-cover-amount > strong,
#top .fslr-site-footer .fslr-footer-cover-amount > strong,
#top #wrap_all .fslr-site-footer .fslr-footer-cover-amount > strong {
    color: #ffc857 !important;
    font-family: inherit !important;
    font-size: 43px !important;
    font-weight: 820 !important;
    letter-spacing: -0.055em !important;
    line-height: 1 !important;
}

.fslr-footer-cover-suffix,
#top .fslr-site-footer .fslr-footer-cover-amount > .fslr-footer-cover-suffix {
    color: #ffe2a2 !important;
    font-family: inherit !important;
    font-size: 28px !important;
    font-weight: 720 !important;
    letter-spacing: -0.035em !important;
    line-height: 1 !important;
}

.fslr-footer-cover-note {
    color: rgb(255 255 255 / 63%) !important;
    font-size: 12px;
}

.fslr-footer-safety > ul {
    display: grid;
    gap: 12px;
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
}

.fslr-footer-safety > ul > li,
#top .fslr-site-footer .fslr-footer-safety > ul > li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: rgb(255 255 255 / 88%) !important;
    font-size: 15px !important;
    font-weight: 520;
    line-height: 1.55 !important;
}

.fslr-footer-safety > ul > li > span {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    place-items: center;
    border-radius: 50%;
    background: rgb(255 200 87 / 12%);
    color: var(--fslr-gold) !important;
    font-size: 12px;
    font-weight: 850;
}

.fslr-footer-safety > a {
    margin-top: auto;
    padding-top: 4px;
    color: var(--fslr-gold) !important;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none !important;
}

.fslr-footer-coverage {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 22px;
    margin-top: 47px;
    padding-top: 27px;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.fslr-footer-coverage > span {
    color: rgb(255 255 255 / 68%);
    font-size: 12px;
    font-weight: 720;
}

.fslr-footer-coverage > div {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px;
}

.fslr-footer-coverage > div > a {
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 99px;
    color: rgb(255 255 255 / 76%) !important;
    font-size: 12px;
    text-decoration: none !important;
}

.fslr-footer-all-areas {
    color: var(--fslr-gold) !important;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
}

.fslr-footer-socket {
    padding: 18px 0;
    border-top: 1px solid rgb(255 255 255 / 7%);
    background: #090f19;
}

.fslr-footer-socket > .fslr-footer-container {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    color: rgb(255 255 255 / 56%);
    font-size: 12px;
}

.fslr-footer-socket a {
    color: var(--fslr-gold) !important;
    font-weight: 750;
    text-decoration: none !important;
}

/* Full-width About, Quote and Testimonials pages. */
.fslr-visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

.fslr-branded-hero {
    position: relative;
    display: grid;
    min-height: 680px;
    align-items: center;
    overflow: hidden;
    background-color: #11152a;
    background-image: var(--fslr-branded-background);
    background-position: center;
    background-size: cover;
}

.fslr-branded-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgb(12 27 41 / 39%) 0%, rgb(12 27 41 / 32%) 51%, rgb(12 27 41 / 25%) 100%);
}

.fslr-branded-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 81px;
    align-items: center;
    padding-block: 94px 119px;
}

.fslr-branded-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--fslr-gold);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fslr-branded-title,
#top .fslr-page .fslr-branded-title {
    width: min(625px, 100%);
    margin: 0 0 11px !important;
    color: #fff !important;
    font-size: clamp(47px, 6vw, 78px) !important;
    font-weight: 875 !important;
    line-height: 0.98 !important;
}

.fslr-optional-lettering {
    display: block;
    width: min(220px, 54%);
    max-height: 78px;
    margin: 3px 0 12px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 8px 15px rgb(0 0 0 / 25%));
}

.fslr-branded-headline,
#top .fslr-page .fslr-branded-headline {
    max-width: 615px;
    margin: 9px 0 12px !important;
    color: #fff !important;
    font-size: clamp(27px, 3.05vw, 40px) !important;
    font-weight: 850 !important;
    letter-spacing: -0.045em !important;
    line-height: 1.12 !important;
}

.fslr-branded-description,
#top .fslr-page .fslr-branded-description {
    max-width: 590px;
    margin: 0 !important;
    color: rgb(255 255 255 / 80%) !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.fslr-branded-assurances {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 28px;
}

.fslr-branded-assurances > span {
    color: rgb(255 255 255 / 75%);
    font-size: 11px;
    font-weight: 720;
}

.fslr-branded-assurances > span::before {
    margin-right: 7px;
    color: var(--fslr-gold);
    content: "✓";
}

.fslr-branded-hero-visual {
    position: relative;
    padding: 24px 0 0 27px;
}

.fslr-branded-hero-visual::before {
    position: absolute;
    inset: 3px 18px 24px 5px;
    border: 1px solid rgb(255 200 87 / 42%);
    border-radius: 24px;
    content: "";
}

.fslr-branded-hero-visual > figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 16%);
    border-radius: 24px;
    background: #101529;
    box-shadow: 0 34px 84px rgb(0 0 0 / 34%);
}

.fslr-branded-hero-visual > figure > img {
    display: block;
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.fslr-branded-hero-visual figcaption {
    display: grid;
    gap: 5px;
    padding: 22px 24px 24px;
    background: linear-gradient(135deg, #171b32, #252240);
}

.fslr-branded-hero-visual figcaption > span:first-child {
    color: var(--fslr-gold);
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.fslr-branded-hero-visual figcaption > strong {
    color: #fff !important;
    font-size: 20px;
    font-weight: 820;
    line-height: 1.3;
}

.fslr-branded-hero-visual figcaption > span:last-child {
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
}

.fslr-origin-story {
    padding-block: 125px 103px;
}

.fslr-origin-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 88px;
    align-items: center;
}

.fslr-origin-copy h2 > span,
.fslr-divisions-heading h2 > span,
.fslr-fairground-gallery h2 > span,
.fslr-quote-intro-head h2 > span,
.fslr-review-wall-heading h2 > span {
    color: var(--fslr-red-dark) !important;
}

.fslr-origin-copy > p:not(.fslr-lead) {
    margin-top: 15px;
    color: var(--fslr-muted);
    font-size: 15px;
    line-height: 1.85;
}

.fslr-origin-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin-top: 33px;
    padding-top: 24px;
    border-top: 1px solid var(--fslr-border);
}

.fslr-origin-facts strong,
.fslr-origin-facts span {
    display: block;
}

.fslr-origin-facts strong {
    color: var(--fslr-ink) !important;
    font-size: 22px;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.fslr-origin-facts span {
    margin-top: 6px;
    color: var(--fslr-muted);
    font-size: 11px;
    line-height: 1.45;
}

.fslr-origin-images {
    position: relative;
    min-height: 495px;
    padding-right: 34px;
}

.fslr-origin-photo-main,
.fslr-origin-photo-small {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border-radius: 21px;
    box-shadow: var(--fslr-shadow);
}

.fslr-origin-photo-main {
    top: 0;
    left: 0;
    width: 82%;
    background: var(--fslr-ink);
}

.fslr-origin-photo-main > img {
    display: block;
    width: 100%;
    height: 347px;
    object-fit: cover;
}

.fslr-origin-photo-main figcaption {
    padding: 17px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 740;
}

.fslr-origin-photo-small {
    right: 0;
    bottom: 4px;
    width: 56%;
    border: 7px solid #fff;
}

.fslr-origin-photo-small > img {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.fslr-origin-since {
    position: absolute;
    z-index: 1;
    right: 1px;
    top: 28px;
    display: grid;
    width: 95px;
    height: 95px;
    align-content: center;
    justify-items: center;
    gap: 3px;
    border-radius: 50%;
    background: var(--fslr-gold);
    color: var(--fslr-ink);
    box-shadow: 0 12px 27px rgb(30 25 32 / 18%);
    font-size: 12px;
    font-weight: 740;
}

.fslr-origin-since > strong {
    color: var(--fslr-ink) !important;
    font-size: 23px;
    line-height: 1;
}

.fslr-divisions {
    background: linear-gradient(180deg, #f6f7fc 0%, #fff 100%);
}

.fslr-divisions-heading {
    margin-bottom: 37px;
}

.fslr-division-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.fslr-division-card {
    overflow: hidden;
    border: 1px solid var(--fslr-border);
    border-radius: 23px;
    background: #fff;
    box-shadow: 0 19px 48px rgb(21 23 45 / 7%);
}

.fslr-division-image {
    position: relative;
}

.fslr-division-image > img {
    display: block;
    width: 100%;
    height: 263px;
    object-fit: cover;
}

.fslr-division-image > span {
    position: absolute;
    left: 19px;
    bottom: 17px;
    padding: 9px 12px;
    border-radius: 99px;
    background: rgb(20 23 44 / 87%);
    color: #fff;
    font-size: 11px;
    font-weight: 750;
}

.fslr-division-content {
    padding: 27px 29px 30px;
}

.fslr-division-content > span {
    color: var(--fslr-red-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fslr-division-content > h3,
#top .fslr-page .fslr-division-content > h3 {
    margin: 9px 0 10px !important;
    color: var(--fslr-ink) !important;
    font-size: 28px !important;
    line-height: 1.14 !important;
}

.fslr-division-content > p {
    min-height: 89px;
    color: var(--fslr-muted);
    font-size: 14px;
    line-height: 1.78;
}

.fslr-division-content > a {
    display: inline-block;
    margin-top: 15px;
    color: var(--fslr-red-dark) !important;
    font-size: 13px;
    font-weight: 820;
    text-decoration: none !important;
}

.fslr-fairground-gallery {
    background: #14172b;
}

.fslr-fairground-gallery h2,
#top .fslr-page .fslr-fairground-gallery h2 {
    color: #fff !important;
}

.fslr-fairground-gallery-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.9fr 0.9fr;
    gap: 15px;
    margin-top: 36px;
}

.fslr-fairground-gallery-grid > figure {
    position: relative;
    min-height: 198px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #202540;
}

.fslr-fairground-gallery-grid > figure:first-child {
    grid-row: span 2;
}

.fslr-fairground-gallery-grid > figure:last-child {
    grid-column: span 2;
}

.fslr-fairground-gallery-grid > figure > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 350ms ease;
}

.fslr-fairground-gallery-grid > figure:hover > img {
    transform: scale(1.05);
}

.fslr-fairground-gallery-grid figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 37px 17px 15px;
    background: linear-gradient(transparent, rgb(13 16 30 / 88%));
    color: #fff;
    font-size: 12px;
    font-weight: 750;
}

.fslr-quote-introduction {
    padding-block: 111px 83px;
}

.fslr-quote-intro-head {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
    gap: 57px;
    align-items: end;
}

.fslr-quote-intro-head > p {
    padding-bottom: 10px;
}

.fslr-quote-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
    margin-top: 35px;
}

.fslr-quote-contact-grid > a {
    display: grid;
    min-height: 153px;
    align-content: center;
    gap: 8px;
    padding: 24px 19px;
    border: 1px solid var(--fslr-border);
    border-radius: 16px;
    background: #fff;
    color: var(--fslr-text) !important;
    text-decoration: none !important;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.fslr-quote-contact-grid > a:hover {
    transform: translateY(-3px);
    border-color: rgb(182 40 48 / 39%);
    box-shadow: 0 17px 35px rgb(21 23 45 / 8%);
}

.fslr-quote-contact-grid > a > span:first-child {
    color: var(--fslr-muted);
    font-size: 11px;
}

.fslr-quote-contact-grid > a > strong {
    min-width: 0;
    overflow-wrap: anywhere;
    color: var(--fslr-ink) !important;
    font-size: clamp(13px, 1.27vw, 17px);
    font-weight: 820;
}

.fslr-quote-contact-grid > a > span:last-child {
    color: var(--fslr-red-dark);
    font-size: 11px;
    font-weight: 760;
}

.fslr-quote-page .fslr-enquiry-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 9% 17%, rgb(182 40 48 / 11%), transparent 32%),
        radial-gradient(circle at 88% 92%, rgb(255 200 87 / 10%), transparent 29%),
        linear-gradient(120deg, #15172d 0%, #202343 72%, #2b244c 100%);
}

.fslr-quote-faq {
    background: var(--fslr-tint);
}

.fslr-quote-last-call {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--fslr-border);
}

.fslr-quote-last-call > span {
    color: var(--fslr-muted);
    font-size: 14px;
}

.fslr-quote-last-call > a {
    color: var(--fslr-red-dark) !important;
    font-size: 14px;
    font-weight: 820;
    text-decoration: none !important;
}

.fslr-review-wall {
    background:
        radial-gradient(circle at 96% 9%, rgb(255 200 87 / 17%), transparent 23%),
        linear-gradient(145deg, #f6f7fc 0%, #fff 75%);
}

.fslr-review-wall-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: 53px;
    align-items: end;
    margin-bottom: 38px;
}

.fslr-review-wall-heading > p {
    margin-bottom: 13px;
}

.fslr-review-wall-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
}

.fslr-review-wall-card {
    display: flex;
    min-height: 284px;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--fslr-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 17px 38px rgb(21 23 45 / 5%);
}

.fslr-review-card-featured {
    grid-column: span 2;
    padding: 32px 35px;
    border-color: transparent;
    background: linear-gradient(135deg, #171b34 0%, #242747 100%);
}

.fslr-review-wall-mark {
    height: 40px;
    color: var(--fslr-red);
    font-family: Georgia, serif;
    font-size: 74px;
    line-height: 0.9;
}

.fslr-review-wall-stars {
    margin-top: 10px;
    color: var(--fslr-gold);
    font-size: 15px;
    letter-spacing: 0.12em;
}

.fslr-review-wall-card blockquote {
    flex: 1 0 auto;
    margin: 18px 0 23px;
    padding: 0;
    border: 0;
    color: var(--fslr-text);
    font-size: 14px;
    font-style: normal;
    line-height: 1.8;
}

.fslr-review-card-featured blockquote {
    max-width: 690px;
    color: rgb(255 255 255 / 90%);
    font-size: 18px;
    line-height: 1.7;
}

.fslr-review-wall-person {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 15px;
    border-top: 1px solid var(--fslr-border);
}

.fslr-review-card-featured .fslr-review-wall-person {
    border-top-color: rgb(255 255 255 / 16%);
}

.fslr-review-wall-person > span {
    display: grid;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    place-items: center;
    border-radius: 50%;
    background: rgb(182 40 48 / 11%);
    color: var(--fslr-red-dark);
    font-size: 16px;
    font-weight: 850;
}

.fslr-review-card-featured .fslr-review-wall-person > span {
    background: rgb(255 200 87 / 15%);
    color: var(--fslr-gold);
}

.fslr-review-wall-person > div > strong,
.fslr-review-wall-person > div > span {
    display: block;
}

.fslr-review-wall-person > div > strong {
    color: var(--fslr-ink) !important;
    font-size: 13px;
    font-weight: 800;
}

.fslr-review-card-featured .fslr-review-wall-person > div > strong {
    color: #fff !important;
}

.fslr-review-wall-person > div > span {
    margin-top: 4px;
    color: var(--fslr-muted);
    font-size: 11px;
}

.fslr-review-card-featured .fslr-review-wall-person > div > span {
    color: rgb(255 255 255 / 69%);
}

.fslr-review-empty {
    display: grid;
    gap: 12px;
    padding: 37px;
    border: 1px solid var(--fslr-border);
    border-radius: 18px;
    background: #fff;
}

.fslr-review-empty > span {
    color: var(--fslr-text);
    font-size: 17px;
    font-weight: 720;
}

.fslr-review-empty > a {
    color: var(--fslr-red-dark) !important;
    font-size: 13px;
    font-weight: 820;
    text-decoration: none !important;
}

/* Live Facebook Latest News page. */
.fslr-news-hero {
    position: relative;
    display: grid;
    min-height: 605px;
    align-items: center;
    overflow: hidden;
    background-color: #101529;
    background-image: var(--fslr-news-hero-image);
    background-position: center;
    background-size: cover;
}

.fslr-news-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgb(12 27 41 / 39%) 0%, rgb(12 27 41 / 32%) 50%, rgb(12 27 41 / 26%) 100%);
}

.fslr-news-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 94px;
    align-items: center;
    padding-block: 94px;
}

.fslr-news-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 21px;
    padding: 8px 12px;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 99px;
    background: rgb(255 255 255 / 7%);
    color: #fff;
    font-size: 11px;
    font-weight: 760;
}

.fslr-news-live-badge > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59d98b;
    box-shadow: 0 0 0 4px rgb(89 217 139 / 17%);
}

.fslr-news-hero h1,
#top .fslr-news-page .fslr-news-hero h1 {
    margin: 0 0 18px !important;
    color: #fff !important;
    font-size: clamp(54px, 7vw, 90px) !important;
    font-weight: 890 !important;
    letter-spacing: -0.062em !important;
    line-height: 0.99 !important;
}

.fslr-news-hero h1 > span {
    color: var(--fslr-gold) !important;
}

.fslr-news-hero-grid > div > p {
    max-width: 578px;
    color: rgb(255 255 255 / 80%);
    font-size: 17px;
    line-height: 1.8;
}

.fslr-news-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px 18px;
    margin-top: 27px;
}

.fslr-news-follow-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 760;
    text-decoration: none !important;
}

.fslr-news-follow-link > span,
.fslr-news-platform-icon,
.fslr-news-follow-card > a > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-size: 19px;
    font-weight: 850;
}

.fslr-news-hero-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 18%);
    border-radius: 26px;
    background: #111629;
    box-shadow: 0 30px 73px rgb(0 0 0 / 34%);
    transform: rotate(2deg);
}

.fslr-news-hero-photo > img {
    display: block;
    width: 100%;
    height: 346px;
    object-fit: cover;
}

.fslr-news-hero-photo figcaption {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 20px;
    background: linear-gradient(120deg, #141a30, #212441);
}

.fslr-news-hero-photo figcaption > img {
    width: 70px;
    height: 58px;
    object-fit: contain;
}

.fslr-news-hero-photo figcaption > span,
.fslr-news-hero-photo figcaption strong {
    display: block;
}

.fslr-news-hero-photo figcaption > span {
    color: rgb(255 255 255 / 70%);
    font-size: 11px;
}

.fslr-news-hero-photo figcaption strong {
    margin-top: 3px;
    color: #fff !important;
    font-size: 17px;
}

.fslr-news-feed-section {
    background:
        radial-gradient(circle at 98% 9%, rgb(24 119 242 / 7%), transparent 22%),
        linear-gradient(180deg, #fff 0%, #f7f8fc 100%);
}

.fslr-news-feed-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
    gap: 73px;
    align-items: end;
    margin-bottom: 39px;
}

.fslr-news-feed-heading h2 > span {
    color: #1877f2 !important;
}

.fslr-news-feed-heading > p {
    margin-bottom: 10px;
}

.fslr-news-feed-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.93fr) minmax(0, 0.77fr);
    gap: 65px;
    align-items: start;
    justify-content: center;
}

.fslr-news-timeline-column {
    width: min(554px, 100%);
    padding: 20px 20px 22px;
    border: 1px solid var(--fslr-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 58px rgb(21 23 45 / 8%);
}

.fslr-news-timeline-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 2px 1px 18px;
}

.fslr-news-platform-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
}

.fslr-news-timeline-heading > div {
    min-width: 0;
    flex: 1 1 auto;
}

.fslr-news-timeline-heading > div > strong,
.fslr-news-timeline-heading > div > span {
    display: block;
}

.fslr-news-timeline-heading > div > strong {
    color: var(--fslr-ink) !important;
    font-size: 13px;
    font-weight: 820;
}

.fslr-news-timeline-heading > div > span {
    margin-top: 3px;
    color: var(--fslr-muted);
    font-size: 10px;
}

.fslr-news-timeline-heading > a {
    flex: 0 0 auto;
    color: #1877f2 !important;
    font-size: 11px;
    font-weight: 770;
    text-decoration: none !important;
}

.fslr-news-facebook-frame {
    width: min(500px, 100%);
    margin-inline: auto;
    overflow: hidden;
    border: 1px solid #ebedf1;
    border-radius: 12px;
    background: #fff;
}

.fslr-news-facebook-frame > iframe {
    display: block;
    width: 100%;
    max-width: 500px;
    border: 0;
}

.fslr-news-side-column {
    position: sticky;
    top: 105px;
    display: grid;
    gap: 19px;
}

.fslr-news-follow-card {
    padding: 31px 29px;
    overflow: hidden;
    border-radius: 20px;
    background:
        radial-gradient(circle at 91% 15%, rgb(24 119 242 / 30%), transparent 35%),
        linear-gradient(130deg, #151a30, #222847);
}

.fslr-news-follow-card > span {
    color: var(--fslr-gold);
    font-size: 10px;
    font-weight: 830;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.fslr-news-follow-card > h3,
#top .fslr-news-page .fslr-news-follow-card > h3 {
    margin: 12px 0 !important;
    color: #fff !important;
    font-size: 35px !important;
    line-height: 1.08 !important;
}

.fslr-news-follow-card > p {
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
    line-height: 1.76;
}

.fslr-news-follow-card > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 10px;
    color: #fff !important;
    font-size: 12px;
    font-weight: 780;
    text-decoration: none !important;
}

.fslr-news-side-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fslr-news-side-gallery > figure {
    position: relative;
    min-height: 160px;
    margin: 0;
    overflow: hidden;
    border-radius: 14px;
}

.fslr-news-side-gallery > figure > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fslr-news-side-gallery figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 30px 11px 10px;
    background: linear-gradient(transparent, rgb(12 16 30 / 84%));
    color: #fff;
    font-size: 10px;
    font-weight: 750;
}

.fslr-news-enquiry-card {
    display: grid;
    gap: 8px;
    padding: 26px;
    border: 1px solid var(--fslr-border);
    border-radius: 19px;
    background: #fff;
}

.fslr-news-enquiry-card > span {
    color: var(--fslr-red-dark);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.fslr-news-enquiry-card > h3,
#top .fslr-news-page .fslr-news-enquiry-card > h3 {
    margin: 1px 0 !important;
    color: var(--fslr-ink) !important;
    font-size: 23px !important;
    line-height: 1.17 !important;
}

.fslr-news-enquiry-card > p {
    margin: 0;
    color: var(--fslr-muted);
    font-size: 13px;
    line-height: 1.7;
}

.fslr-news-enquiry-card > a {
    color: var(--fslr-red-dark) !important;
    font-size: 12px;
    font-weight: 820;
    text-decoration: none !important;
}

.fslr-news-enquiry-card > a:last-child {
    color: var(--fslr-ink) !important;
}

@media (max-width: 1080px) {
    .fslr-hero-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-block: 96px;
    }

    .fslr-hero-card {
        display: none;
    }

    .fslr-logo-item {
        width: 154px;
    }

    .fslr-logo-item img {
        max-width: 148px;
        max-height: 82px;
    }

    .fslr-testimonial-carousel {
        --fslr-testimonials-visible: 2 !important;
    }

    .fslr-video-grid {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .fslr-fairground-tv {
        width: min(710px, 100%);
        margin: 72px auto 21px;
    }

    .fslr-footer-container {
        width: calc(100% - 56px);
    }

    .fslr-footer-intro-grid {
        min-height: auto;
        grid-template-columns: 1fr auto;
        gap: 18px 26px;
        padding-block: 25px;
    }

    .fslr-footer-intro-copy {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .fslr-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 43px 35px;
    }

    .fslr-footer-safety {
        grid-column: 1 / -1;
    }

    .fslr-footer-grid-no-social .fslr-footer-safety {
        grid-column: auto;
    }

    .fslr-service-grid,
    .fslr-event-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fslr-attraction-grid,
    .fslr-location-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fslr-split,
    .fslr-coverage-head,
    .fslr-enquiry-layout,
    .fslr-area-finder {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .fslr-enquiry-copy {
        position: static;
        padding-top: 0;
    }

    .fslr-image-stack img {
        height: 360px;
    }

    .fslr-branded-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr);
        gap: 45px;
        padding-block: 92px 110px;
    }

    .fslr-branded-hero-visual > figure > img {
        height: 315px;
    }

    .fslr-origin-grid,
    .fslr-quote-intro-head,
    .fslr-review-wall-heading {
        grid-template-columns: 1fr;
        gap: 29px;
    }

    .fslr-origin-images {
        width: min(600px, 100%);
        margin-inline: auto;
    }

    .fslr-quote-contact-grid,
    .fslr-review-wall-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fslr-quote-contact-grid > a:last-child {
        grid-column: 1 / -1;
    }

    .fslr-news-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.78fr);
        gap: 43px;
    }

    .fslr-news-hero-photo > img {
        height: 300px;
    }

    .fslr-news-feed-heading {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fslr-news-feed-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
        gap: 29px;
    }
}

@media (max-width: 760px) {
    .fslr-container {
        width: calc(100% - 34px);
    }

    .fslr-breadcrumb .fslr-container {
        min-height: 46px;
    }

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

    .fslr-hero-grid {
        padding-block: 79px 92px;
    }

    .fslr-hero-copy h1 {
        font-size: clamp(42px, 11vw, 62px);
    }

    .fslr-hero-copy > p {
        font-size: 16px;
    }

    .fslr-actions {
        display: grid;
    }

    .fslr-button {
        width: 100%;
    }

    .fslr-trust-strip {
        width: calc(100% - 34px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -33px;
    }

    .fslr-trust-strip > div {
        padding: 15px 10px;
        border-bottom: 1px solid var(--fslr-border);
    }

    .fslr-trust-strip strong {
        font-size: 13px;
    }

    .fslr-trust-strip span {
        font-size: 10px;
    }

    .fslr-section {
        padding: 72px 0;
    }

    .fslr-section h2 {
        font-size: 39px;
    }

    .fslr-logo-group {
        gap: 18px;
        padding-right: 18px;
    }

    .fslr-logo-item {
        width: 132px;
        min-height: 91px;
    }

    .fslr-logo-item img {
        max-width: 126px;
        max-height: 74px;
    }

    .fslr-testimonial-heading {
        display: block;
    }

    .fslr-testimonial-source {
        display: inline-block;
        margin-top: 16px;
    }

    .fslr-testimonial-carousel {
        --fslr-testimonials-visible: 1 !important;
    }

    .fslr-testimonial-card {
        min-height: 284px;
    }

    .fslr-video-grid {
        gap: 8px;
    }

    .fslr-video-actions,
    .fslr-cinema-actions {
        display: grid;
        justify-items: start;
    }

    .fslr-fairground-tv {
        padding: 16px 12px 12px;
    }

    .fslr-tv-cabinet {
        grid-template-columns: minmax(0, 1fr) 43px;
        gap: 8px;
        padding: 8px;
    }

    .fslr-tv-screen {
        border-width: 3px;
        border-radius: 11px;
    }

    .fslr-tv-speaker {
        width: 31px;
        height: 47px;
    }

    .fslr-tv-knob {
        width: 28px;
        height: 28px;
    }

    .fslr-tv-knob-small {
        width: 21px;
        height: 21px;
    }

    .fslr-tv-controls {
        gap: 9px;
    }

    .fslr-tv-play > span:first-child {
        width: 56px;
        height: 56px;
        font-size: 19px;
    }

    .fslr-fairground-tv figcaption {
        display: grid;
        gap: 5px;
        padding-top: 11px;
    }

    .fslr-cinema {
        min-height: 405px;
    }

    .fslr-cinema-content {
        padding-block: 76px;
    }

    .fslr-cinema-content h2 {
        font-size: clamp(40px, 10vw, 57px);
    }

    .fslr-cinema-media iframe {
        transform: translate(-50%, -50%);
    }

    .fslr-footer-container {
        width: calc(100% - 34px);
    }

    .fslr-footer-intro-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-block: 23px;
    }

    .fslr-footer-brand-lockup > img {
        width: 110px;
        height: 76px;
    }

    .fslr-footer-intro-copy {
        grid-column: auto;
        grid-row: auto;
    }

    .fslr-footer-intro-actions {
        justify-items: start;
    }

    .fslr-footer-main {
        padding: 49px 0 30px;
    }

    .fslr-footer-grid,
    .fslr-footer-grid-no-social {
        grid-template-columns: 1fr;
        gap: 37px;
    }

    .fslr-footer-safety,
    .fslr-footer-grid-no-social .fslr-footer-safety {
        grid-column: auto;
        order: -1;
    }

    .fslr-footer-safety {
        padding: 25px 21px 22px;
    }

    .fslr-footer-safety > h2,
    #top .fslr-footer-safety > h2 {
        font-size: 36px !important;
    }

    .fslr-footer-cover-amount > strong,
    #top .fslr-site-footer .fslr-footer-cover-amount > strong,
    #top #wrap_all .fslr-site-footer .fslr-footer-cover-amount > strong {
        font-size: 39px !important;
    }

    .fslr-footer-cover-suffix,
    #top .fslr-site-footer .fslr-footer-cover-amount > .fslr-footer-cover-suffix {
        font-size: 25px !important;
    }

    .fslr-facebook-frame {
        width: min(390px, 100%);
    }

    .fslr-footer-coverage {
        display: grid;
        gap: 13px;
        margin-top: 39px;
    }

    .fslr-footer-socket > .fslr-footer-container {
        display: grid;
        justify-content: start;
        gap: 6px;
    }

    .fslr-service-grid,
    .fslr-event-grid,
    .fslr-process-grid,
    .fslr-attraction-grid,
    .fslr-location-grid,
    .fslr-form-grid,
    .fslr-finder-fields {
        grid-template-columns: 1fr;
    }

    .fslr-service-card p,
    .fslr-event-grid p {
        min-height: auto;
    }

    .fslr-attraction-grid {
        gap: 14px;
    }

    .fslr-attraction-card img {
        height: 205px;
    }

    .fslr-form-card {
        padding: 23px 19px;
    }

    .fslr-form-card h3 {
        font-size: 27px;
    }

    .fslr-branded-hero {
        min-height: auto;
    }

    .fslr-branded-hero-grid {
        grid-template-columns: 1fr;
        gap: 46px;
        padding-block: 69px 91px;
    }

    .fslr-branded-title {
        width: min(475px, 100%);
    }

    .fslr-branded-headline,
    #top .fslr-page .fslr-branded-headline {
        font-size: clamp(27px, 8vw, 36px) !important;
    }

    .fslr-branded-description,
    #top .fslr-page .fslr-branded-description {
        font-size: 15px !important;
    }

    .fslr-branded-hero-visual {
        width: min(470px, calc(100% - 13px));
        margin-inline: auto;
    }

    .fslr-branded-hero-visual > figure > img {
        height: 255px;
    }

    .fslr-branded-hero-visual figcaption {
        padding: 18px 17px;
    }

    .fslr-branded-hero-visual figcaption > strong {
        font-size: 17px;
    }

    .fslr-origin-story,
    .fslr-quote-introduction {
        padding-block: 85px 72px;
    }

    .fslr-origin-facts {
        gap: 10px;
    }

    .fslr-origin-facts strong {
        font-size: 18px;
    }

    .fslr-origin-facts span {
        font-size: 10px;
    }

    .fslr-origin-images {
        min-height: 408px;
    }

    .fslr-origin-photo-main > img {
        height: 287px;
    }

    .fslr-origin-photo-small > img {
        height: 151px;
    }

    .fslr-origin-since {
        width: 77px;
        height: 77px;
    }

    .fslr-origin-since > strong {
        font-size: 19px;
    }

    .fslr-division-grid,
    .fslr-quote-contact-grid,
    .fslr-review-wall-grid {
        grid-template-columns: 1fr;
    }

    .fslr-division-image > img {
        height: 224px;
    }

    .fslr-division-content {
        padding: 22px;
    }

    .fslr-division-content > p {
        min-height: auto;
    }

    .fslr-fairground-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .fslr-fairground-gallery-grid > figure {
        min-height: 164px;
    }

    .fslr-fairground-gallery-grid > figure:first-child,
    .fslr-fairground-gallery-grid > figure:last-child {
        grid-column: span 2;
        grid-row: auto;
    }

    .fslr-fairground-gallery-grid > figure:first-child {
        min-height: 240px;
    }

    .fslr-quote-contact-grid > a:last-child,
    .fslr-review-card-featured {
        grid-column: auto;
    }

    .fslr-quote-contact-grid > a {
        min-height: 129px;
    }

    .fslr-quote-contact-grid > a > strong {
        font-size: 16px;
    }

    .fslr-review-card-featured {
        padding: 25px;
    }

    .fslr-review-card-featured blockquote {
        font-size: 16px;
    }

    .fslr-news-hero {
        min-height: auto;
    }

    .fslr-news-hero-grid {
        grid-template-columns: 1fr;
        gap: 37px;
        padding-block: 75px 78px;
    }

    .fslr-news-hero h1,
    #top .fslr-news-page .fslr-news-hero h1 {
        font-size: clamp(53px, 14vw, 73px) !important;
    }

    .fslr-news-hero-grid > div > p {
        font-size: 15px;
    }

    .fslr-news-hero-actions {
        display: grid;
        justify-items: start;
    }

    .fslr-news-hero-photo {
        width: min(470px, 100%);
        margin-inline: auto;
    }

    .fslr-news-hero-photo > img {
        height: 260px;
    }

    .fslr-news-feed-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .fslr-news-timeline-column {
        margin-inline: auto;
        padding: 12px;
    }

    .fslr-news-timeline-heading {
        gap: 8px;
    }

    .fslr-news-platform-icon {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .fslr-news-timeline-heading > div > strong {
        font-size: 11px;
    }

    .fslr-news-timeline-heading > a {
        font-size: 9px;
    }

    .fslr-news-side-column {
        position: static;
    }

    .fslr-mobile-bar {
        display: flex;
    }

    body.fslr-mobile-bar-active {
        padding-bottom: 82px !important;
    }
}

/* Fairground-led 1.1.0 visual system and genuine-photo catalogue. */
.fslr-homepage .fslr-section {
    padding-block: 80px;
}

.fslr-homepage .fslr-logo-section {
    padding-block: 57px 37px;
}

.fslr-homepage .fslr-section h2 {
    max-width: 805px;
    font-size: clamp(38px, 4.2vw, 57px);
}

.fslr-homepage .fslr-section-kicker,
.fslr-homepage .fslr-logo-section .fslr-container > span {
    color: #a87824;
}

.fslr-homepage .fslr-logo-section .fslr-container > span {
    font-size: 11px;
    letter-spacing: 0.085em;
}

.fslr-homepage .fslr-logo-item {
    width: 181px;
    min-height: 102px;
}

.fslr-homepage .fslr-logo-item img {
    max-width: 171px;
    max-height: 86px;
}

.fslr-homepage .fslr-attractions {
    padding-top: 52px;
}

.fslr-homepage .fslr-section-tint,
.fslr-process {
    background: #f2ecdf;
}

.fslr-video-feature {
    background:
        radial-gradient(circle at 83% 78%, rgb(215 164 65 / 15%), transparent 33%),
        radial-gradient(circle at 5% 7%, rgb(182 40 48 / 7%), transparent 28%),
        var(--fslr-cream);
}

.fslr-testimonial-section,
.fslr-review-wall {
    background:
        radial-gradient(circle at 91% 8%, rgb(215 164 65 / 13%), transparent 26%),
        linear-gradient(135deg, #f3ede2 0%, #fbf7ef 74%);
}

.fslr-divisions,
.fslr-news-feed-section {
    background: linear-gradient(180deg, #f1eadc 0%, #fbf7ef 100%);
}

.fslr-testimonial-card,
.fslr-review-wall-card,
.fslr-process-grid article,
.fslr-division-card {
    border-color: var(--fslr-border);
    background: var(--fslr-ivory);
}

.fslr-service-card {
    border-radius: 15px;
}

.fslr-service-card > a > img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
}

.fslr-homepage .fslr-service-card > a > div {
    padding: 19px 19px 20px;
}

.fslr-homepage .fslr-service-card h3 {
    font-size: 21px;
}

.fslr-homepage .fslr-service-card p {
    min-height: 72px;
    font-size: 13px;
    line-height: 1.6;
}

.fslr-attraction-card {
    border-radius: 15px;
}

.fslr-attraction-card > a > .fslr-attraction-media,
.fslr-attraction-feature > .fslr-attraction-media {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    padding: 0;
}

.fslr-attraction-card .fslr-attraction-media > img,
.fslr-attraction-feature > .fslr-attraction-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fslr-attraction-card > a > .fslr-attraction-placeholder,
.fslr-attraction-feature > .fslr-attraction-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    padding: 15px;
    background:
        radial-gradient(circle at 18% 19%, rgb(215 164 65 / 18%) 0 2px, transparent 3px),
        radial-gradient(circle at 83% 79%, rgb(215 164 65 / 18%) 0 2px, transparent 3px),
        repeating-linear-gradient(132deg, #142942 0 16px, #1b334d 16px 32px);
    text-align: center;
}

.fslr-attraction-placeholder::before {
    position: absolute;
    inset: 11px;
    border: 1px solid rgb(215 164 65 / 45%);
    border-radius: 6px;
    content: "";
    pointer-events: none;
}

.fslr-attraction-card .fslr-attraction-placeholder > .fslr-placeholder-lights,
.fslr-attraction-feature .fslr-attraction-placeholder > .fslr-placeholder-lights {
    position: relative;
    color: #e5bd6d;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.fslr-attraction-card .fslr-attraction-placeholder > .fslr-placeholder-name,
.fslr-attraction-feature .fslr-attraction-placeholder > .fslr-placeholder-name {
    position: relative;
    max-width: 90%;
    color: #fff8e8;
    font-size: 18px;
    font-weight: 780;
    line-height: 1.15;
    text-transform: none;
}

.fslr-attraction-card .fslr-attraction-placeholder > .fslr-placeholder-brand,
.fslr-attraction-feature .fslr-attraction-placeholder > .fslr-placeholder-brand {
    position: relative;
    color: rgb(255 248 232 / 77%);
    font-size: 9px;
    letter-spacing: 0.035em;
    text-transform: none;
}

.fslr-attraction-feature .fslr-placeholder-name {
    font-size: clamp(24px, 4vw, 36px) !important;
}

.fslr-attraction-feature .fslr-placeholder-brand {
    font-size: 12px !important;
}

.fslr-attraction-card > a > .fslr-attraction-card-copy {
    padding: 17px 17px 19px;
}

.fslr-attraction-empty {
    grid-column: 1 / -1;
    display: grid;
    gap: 8px;
    padding: 27px;
    border: 1px dashed var(--fslr-border);
    border-radius: 14px;
    color: var(--fslr-muted);
}

.fslr-attraction-empty > strong {
    color: var(--fslr-ink);
}

.fslr-hero-no-image {
    background:
        radial-gradient(circle at 82% 22%, rgb(215 164 65 / 19%), transparent 23%),
        repeating-linear-gradient(132deg, #142942 0 22px, #19304a 22px 44px);
}

.fslr-attraction-specifications {
    display: grid;
    gap: 0;
    margin: 23px 0 0;
    padding: 0;
    border-top: 1px solid var(--fslr-border);
}

.fslr-attraction-specifications > div {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 13px;
    padding: 11px 0;
    border-bottom: 1px solid var(--fslr-border);
}

.fslr-attraction-specifications dt {
    color: var(--fslr-muted);
    font-size: 13px;
}

.fslr-attraction-specifications dd {
    margin: 0;
    color: var(--fslr-ink);
    font-size: 13px;
    font-weight: 730;
}

.fslr-attraction-gallery-section {
    padding-top: 0;
}

.fslr-attraction-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 17px;
    margin-top: 30px;
}

.fslr-attraction-gallery > figure {
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
}

.fslr-attraction-gallery > figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fslr-event-types-compact {
    padding-block: 66px !important;
    background:
        radial-gradient(circle at 89% 18%, rgb(215 164 65 / 10%), transparent 29%),
        #102238;
}

.fslr-event-types-compact .fslr-event-grid {
    gap: 13px;
    margin-top: 25px;
}

.fslr-event-types-compact .fslr-event-grid > a {
    display: flex;
    min-height: 82px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
    border-radius: 11px;
}

.fslr-event-types-compact .fslr-event-grid h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
}

.fslr-event-types-compact .fslr-event-grid strong {
    flex: 0 0 auto;
    font-size: 11px;
}

.fslr-enquiry-section {
    background:
        radial-gradient(circle at 84% 16%, rgb(215 164 65 / 9%), transparent 31%),
        linear-gradient(125deg, #102238 0%, #1a3148 100%);
}

.fslr-branded-hero-copy,
.fslr-news-hero-grid > div:first-child {
    padding: 30px 29px;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 18px;
    background: rgb(11 24 37 / 47%);
    backdrop-filter: blur(4px);
}

.fslr-footer-main {
    background:
        radial-gradient(circle at 90% 27%, rgb(215 164 65 / 8%), transparent 30%),
        radial-gradient(circle at 4% 85%, rgb(182 40 48 / 6%), transparent 28%),
        #0d1928;
}

@media (max-width: 1080px) {
    .fslr-attraction-gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .fslr-homepage .fslr-section {
        padding-block: 65px;
    }

    .fslr-homepage .fslr-attractions {
        padding-top: 40px;
    }

    .fslr-hero-copy,
    .fslr-branded-hero-copy,
    .fslr-news-hero-grid > div:first-child {
        padding: 22px 19px;
    }

    .fslr-branded-title,
    #top .fslr-page .fslr-branded-title {
        font-size: clamp(43px, 11vw, 61px) !important;
    }

    .fslr-homepage .fslr-section h2 {
        font-size: 37px;
    }

    .fslr-homepage .fslr-logo-item {
        width: 143px;
        min-height: 84px;
    }

    .fslr-homepage .fslr-logo-item img {
        max-width: 135px;
        max-height: 73px;
    }

    .fslr-attraction-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .fslr-event-types-compact .fslr-event-grid > a {
        min-height: 68px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fslr-page *,
    .fslr-mobile-bar * {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .fslr-logo-track {
        animation: none !important;
    }
}
