:root {
    --landing-section-pt: 24px;
    --landing-section-pb: 24px;
    --landing-section-title-size: 33px;
    --landing-section-title-size-md: 29px;
}

.max_width{
    max-width:100px;
}

.child-pages .gallery-img {
    width: 200px;
    height: 200px;
}

.child-pages img{
    max-width: 100%;
    max-height: 100%;
}

.centered-button {
    position: absolute;
    top: 95%;
    left: 49%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #e05d0e !important;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    max-width: 240px;
}

.hero-banner-image {
    width:100%;
    height:auto;
}

.panorama-controls {
    display:none;
}

#panorama {
    width: 100%;
    height: 500px;
}

.landing-testimonial-white .appie-title,
.landing-testimonial-white p {
    color: #fff;
}

.faq-accordionww .faq-accrodion .accrodion .accrodion-content .inner {
    padding: 0
}

.faq-accordionww .faq-accrodion .accrodion+.accrodion {
    margin-top: 0px;
}

.faq-accordionww .faq-accrodion .accrodion.active {
    box-shadow: 0px 0 0 0;
}

.faq-accordionww .faq-accrodion .accrodion .accrodion-title {
    padding: 0
}

.faq-accordionww .faq-accrodion .accrodion {
    border-radius: 0
}

.faq-accordionww .faq-accrodion .accrodion .accrodion-inner {
    border: 0px;
    border-top: 1px solid #dfdfdf;
    padding: 0
}

.faq-accordionww .faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #0e1133;
    font-size: 16px;
    font-weight: 500;
}

.landing-page-readmore {
    border:0;
    background:none;
    padding:0;
    color:inherit;
    text-decoration:underline;
    cursor:pointer;
}

.landing-page-root .hide {
    display: none;
}

.landing-section {
    padding-top: var(--landing-section-pt);
    padding-bottom: var(--landing-section-pb);
    position: relative;
}

.landing-section + .landing-section {
    margin-top: 0;
}

.landing-section .appie-title {
    margin-top: 0;
    line-height: 1.25;
}

.landing-section-title,
.landing-section .landing-section-title,
.landing-section .appie-section-title .appie-title {
    margin-bottom: 16px;
}

.landing-page-root .appie-title {
    font-size: var(--landing-section-title-size-md);
}

@media (min-width: 1200px) {
    .landing-page-root .appie-title {
        font-size: var(--landing-section-title-size);
    }
}

.landing-page-faq-grid {
    margin-top: 20px;
}

.landing-page-faq-item {
    padding-bottom: 16px;
}

.landing-photo-gallery .gallery-item {
    margin-bottom: 16px;
}

.child-pages .child-pages-footer {
    line-height: 40px;
}

.hero-banner-image {
    width: 100%;
    height: auto;
}

.location-map-frame {
    border: 0;
    width: 100%;
}

.address-link-inline {
    display: contents;
}

.header-goback-btn {
    float: right;
}

.landing-compare-clear {
    clear: both;
}

.landing-footer-text {
    line-height: 40px;
}

iframe[src*="merchantverse"],
iframe[src*="google.com/shopping"] {
    min-height: 180px !important;
    display: block;
}

.location p {
    line-height: 40px;
}

.landing-enquiry-submit {
    background: #2b70fa !important;
    color: #fff;
    border: 0;
    padding: 8px 24px;
}

.landing-enquiry-submit:hover,
.landing-enquiry-submit:focus {
    background: #2058c6 !important;
}

.landing-section .landing-page-cta,
.landing-section .landing-compare-cta {
    margin-top: 10px;
}

.landing-page-root .comparebtn {
    border-radius: 2px;
}

.landing-page-root .landing-photo-gallery .gallery-item,
.landing-page-root .landing-video-gallery .col-md-6,
.landing-page-root .landing-media .col-md-3 {
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .landing-page-root .comparediv3,
    .landing-page-root .comparediv0 {
        width: 100%;
    }

    .landing-page-root .comparediv3 .newcompare {
        gap: 10px;
    }

    .landing-page-root .landing-section.landing-media {
        margin-bottom: 24px;
    }

    .landing-section .comparebtn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .landing-page-root .comparebtn {
        margin-top: 8px;
    }

    .landing-page-root .locationmap {
        margin-bottom: 16px;
    }

    .landing-page-root .landing-page-testimonial-grid .appie-testimonial-item {
        margin-bottom: 14px;
    }

    .landing-page-root .appie-title {
        line-height: 1.35;
    }

    .landing-page-root .landing-page-faq-grid {
        row-gap: 16px;
        -webkit-column-gap: 0;
        column-gap: 0;
    }

    .landing-page-root #landing-media-gallery-colors .img-gallery-magnific {
        column-count: 2;
    }

    .landing-page-root .landing-photo-gallery .col-md-4,
    .landing-page-root .landing-photo-gallery .col-md-6,
    .landing-page-root .landing-video-gallery .col-md-6 {
        float: none;
        width: 100%;
    }
}

:root {
    --landing-section-pt: clamp(36px, 5vw, 72px);
    --landing-section-pb: clamp(36px, 5vw, 72px);
    --landing-section-title-size: clamp(2rem, 2.8vw, 2.9rem);
    --landing-section-title-size-md: clamp(1.7rem, 3.2vw, 2.3rem);
    --landing-shell-max-width: 1240px;
    --landing-shell-gutter: clamp(14px, 3vw, 30px);
    --landing-card-radius: 24px;
    --landing-card-border: 1px solid rgba(148, 163, 184, 0.24);
    --landing-card-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
    --landing-surface: #ffffff;
    --landing-surface-muted: #f4f7fb;
    --landing-text: #132033;
    --landing-text-muted: #5c697d;
    --landing-accent: #0f56cc;
    --landing-accent-strong: #0a3c92;
    --landing-cta: #e05d0e;
    --landing-cta-hover: #c44f08;
    --landing-focus-ring: 0 0 0 4px rgba(43, 112, 250, 0.2);
}

body[data-page-context="landing"] {
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%);
    color: var(--landing-text);
}

body[data-page-context="landing"] .container {
    width: min(calc(100% - (var(--landing-shell-gutter) * 2)), var(--landing-shell-max-width));
}

.landing-page-root {
    color: var(--landing-text);
    padding-bottom: clamp(24px, 5vw, 56px);
}

.landing-page-root p {
    color: var(--landing-text-muted);
    line-height: 1.72;
}

.landing-page-root img {
    display: block;
}

.landing-page-root a {
    text-underline-offset: 0.16em;
}

.landing-page-root a:focus-visible,
.landing-page-root button:focus-visible,
.landing-page-root input:focus-visible,
.landing-page-root select:focus-visible,
.landing-page-root textarea:focus-visible {
    outline: none;
    box-shadow: var(--landing-focus-ring);
}

.landing-page-root .landing-section-title,
.landing-page-root .landing-section .appie-section-title .appie-title,
.landing-page-root .appie-title {
    color: var(--landing-text);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.landing-page-root .landing-page-cta,
.landing-page-root .comparebtn,
.landing-page-root .inqubtn,
.landing-page-root .landing-enquiry-submit,
.landing-page-root #contactSubmitBtn,
.landing-page-root #broSubmitBtn,
.landing-page-root .downloadbroserbutton,
.landing-page-root .theme-btn.btn-style-three,
.header .comparebtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(224, 93, 14, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.landing-page-root .landing-page-cta:hover,
.landing-page-root .landing-page-cta:focus,
.landing-page-root .comparebtn:hover,
.landing-page-root .comparebtn:focus,
.landing-page-root .inqubtn:hover,
.landing-page-root .inqubtn:focus,
.landing-page-root .landing-enquiry-submit:hover,
.landing-page-root .landing-enquiry-submit:focus,
.landing-page-root #contactSubmitBtn:hover,
.landing-page-root #contactSubmitBtn:focus,
.landing-page-root #broSubmitBtn:hover,
.landing-page-root #broSubmitBtn:focus,
.landing-page-root .downloadbroserbutton:hover,
.landing-page-root .downloadbroserbutton:focus,
.landing-page-root .theme-btn.btn-style-three:hover,
.landing-page-root .theme-btn.btn-style-three:focus,
.header .comparebtn:hover,
.header .comparebtn:focus {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(224, 93, 14, 0.22);
}

.landing-page-root .cardinfobox,
.landing-page-root .contact-form.variantmoreformm,
.landing-page-root .downloadbroserbuttonbox,
.landing-page-root .locationmap,
.landing-page-root .compairetableres,
.landing-page-root .productslider-right {
    background: var(--landing-surface);
    border: var(--landing-card-border);
    border-radius: var(--landing-card-radius);
    box-shadow: var(--landing-card-shadow);
}

.landing-page-root .cardinfobox,
.landing-page-root .contact-form.variantmoreformm,
.landing-page-root .downloadbroserbuttonbox,
.landing-page-root .locationmap {
    padding: clamp(20px, 3vw, 28px);
}

.landing-page-root .productslider-right {
    padding: 14px;
    overflow: hidden;
}

.landing-page-root .contact-form input:not([type="submit"]):not([type="checkbox"]),
.landing-page-root .contact-form input.select-dropdown,
.landing-page-root .contact-form select,
.landing-page-root .contact-form textarea,
.landing-page-root #landing-model-switch,
.landing-page-root #compare-models,
.landing-page-root #compare-model-variant,
.landing-page-root .comparesection select,
.landing-page-root .onroadprices select {
    width: 100%;
    min-height: 48px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 16px;
    background: #fff;
    color: var(--landing-text);
    padding: 10px 14px;
}

.landing-page-root .contact-form textarea {
    min-height: 120px;
    height: auto;
    resize: vertical;
}

body[data-page-context="landing"] .header {
    position: relative;
    z-index: 3;
    padding: 18px 0 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.95) 100%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

body[data-page-context="landing"] .header > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 18px;
    margin-left: 0;
    margin-right: 0;
}

body[data-page-context="landing"] .header > .row > .landing-header-brand,
body[data-page-context="landing"] .header > .row > .landing-header-featured,
body[data-page-context="landing"] .header > .row > .landing-header-contact,
body[data-page-context="landing"] .header > .row > .landing-header-actions {
    float: none;
}

.landing-header-brand {
    flex: 0 0 16%;
    max-width: 16%;
}

.landing-header-featured {
    flex: 1 1 34%;
    max-width: 34%;
}

.landing-header-contact {
    flex: 1 1 25%;
    max-width: 25%;
}

.landing-header-actions {
    flex: 1 1 100%;
    max-width: 100%;
}

body[data-page-context="landing"] .header .logo {
    display: inline-flex;
    align-items: center;
}

body[data-page-context="landing"] .header .logo img {
    max-height: 58px;
    width: auto;
}

.headerfeature {
    text-align: center;
}

.headerfeature ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.headerfeature ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    max-width: 68px;
    flex: 0 0 68px;
    min-height: 64px;
    padding: 10px;
    border: var(--landing-card-border);
    border-radius: 18px;
    background: var(--landing-surface);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.05);
}

.headerfeature .featured-logo,
.headerfeature .featured-logo img {
    width: 100%;
}

.headerfeature .featured-logo img {
    height: 34px;
    object-fit: contain;
}

.headerrightwrap,
.headerright {
    height: 100%;
}

.headerright {
    padding: 18px 20px;
    border: var(--landing-card-border);
    border-radius: 20px;
    background: var(--landing-surface);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.05);
}

.headerright p {
    margin: 0 0 10px;
    color: var(--landing-text-muted);
    line-height: 1.6;
}

.headerright p:last-child {
    margin-bottom: 0;
}

.headerright b {
    color: var(--landing-text);
}

.headerright a {
    color: var(--landing-accent-strong);
    overflow-wrap: anywhere;
}

.landing-page-root .address-link-inline {
    display: inline;
}

.landing-hero {
    padding-top: 0;
    padding-bottom: clamp(24px, 4vw, 40px);
}

.landing-hero .herobanner {
    position: relative;
    overflow: hidden;
    background: #dbe7f4;
}

.landing-hero .herobanner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 16, 34, 0.14) 0%, rgba(7, 16, 34, 0.08) 28%, rgba(7, 16, 34, 0.62) 100%);
    pointer-events: none;
}

.landing-hero .hero-banner-title {
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: clamp(70px, 11vw, 124px);
    width: min(86%, 18ch);
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
    z-index: 1;
    font-size: clamp(2.35rem, 5.2vw, 4.6rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
    text-wrap: balance;
}

.landing-hero .centered-button {
    top: auto;
    left: 50%;
    bottom: clamp(18px, 4vw, 36px);
    transform: translateX(-50%);
    width: min(320px, calc(100% - 32px));
    min-width: 0;
    max-width: calc(100% - 32px);
    padding: 14px 28px;
    z-index: 2;
    background-color: var(--landing-cta) !important;
}

@media (min-width: 768px) {
    .landing-hero-model .herobanner {
        height: clamp(440px, 72vh, 620px);
        min-height: clamp(440px, 72vh, 620px);
        max-height: clamp(440px, 72vh, 620px);
        border-radius: 28px;
    }

    .landing-hero-model .hero-banner-image {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .landing-hero-model .hero-banner-title {
        bottom: clamp(118px, 19vh, 184px);
        width: min(84%, 15ch);
    }

    .landing-hero-model .centered-button {
        bottom: clamp(34px, 7vh, 62px);
    }
}

.landing-page-intro {
    padding-top: clamp(18px, 3vw, 34px);
    padding-bottom: clamp(18px, 3vw, 34px);
}

.landing-intro-shell,
.landing-related-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.9fr);
    gap: 20px;
    align-items: center;
    padding: clamp(20px, 3vw, 30px);
    background: var(--landing-surface);
    border: var(--landing-card-border);
    border-radius: var(--landing-card-radius);
    box-shadow: var(--landing-card-shadow);
}

.landing-related-shell {
    grid-template-columns: 1fr;
}

.landing-intro-eyebrow {
    margin-bottom: 8px;
    color: var(--landing-accent-strong);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.landing-primary-heading {
    margin-bottom: 14px;
    color: var(--landing-text);
    font-size: clamp(2rem, 4.2vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.landing-intro-summary {
    max-width: 64ch;
    margin-bottom: 0;
}

.landing-intro-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

.landing-primary-action,
.landing-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.landing-primary-action {
    color: #fff;
    background: linear-gradient(135deg, #0f56cc 0%, #2b70fa 100%);
    box-shadow: 0 14px 28px rgba(15, 86, 204, 0.22);
}

.landing-secondary-action {
    color: var(--landing-accent-strong);
    background: rgba(15, 86, 204, 0.08);
    border: 1px solid rgba(15, 86, 204, 0.18);
    box-shadow: none;
}

.landing-primary-action:hover,
.landing-primary-action:focus,
.landing-secondary-action:hover,
.landing-secondary-action:focus {
    transform: translateY(-1px);
}

.landing-about .kiaaboutus {
    margin-bottom: 22px;
}

.landing-about .productslider {
    display: grid;
    grid-template-columns: minmax(100px, 112px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.landing-about .productslider-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    float: none;
    margin-right: 0;
    gap: 12px;
}

.landing-about .ps-left-ico {
    margin: 0;
    width: 100%;
}

.landing-about .ps-left-ico a {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 88px;
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--landing-surface);
    border: var(--landing-card-border);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.05);
}

.landing-about .ps-left-ico-text p {
    margin: 0;
}

.landing-about .productslider-right .appie-testimonial-item,
.landing-about .productslider-right img {
    border-radius: 18px;
}

.landing-about .productslider-right {
    width: 100%;
    float: none;
}

.landing-about .productslider-right img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.landing-about .col-md-7 > .landing-section-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.landing-about #landing-model-switch {
    display: inline-flex;
    width: auto;
    min-width: 220px;
    margin-left: 0;
    vertical-align: middle;
    font-size: clamp(1rem, 1.35vw, 1.15rem);
    font-weight: 700;
    line-height: 1.2;
}

.landing-about .review ul {
    display: flex;
    gap: 6px;
    margin: 12px 0;
    padding: 0;
    list-style: none;
    color: #f59e0b;
}

.landing-about .model-price-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 14px 0 8px;
    font-size: 1.05rem;
}

.landing-about .model-price-summary a {
    margin-left: 0;
}

.landing-about .exprice {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.landing-about .exprice span {
    min-width: min(240px, 100%);
}

.landing-about .productnote {
    margin-top: 14px;
}

.landing-page-root .landing-photo-gallery .gallery-box,
.landing-page-root .child-pages .gallery-box {
    border: var(--landing-card-border);
    border-radius: 22px;
    overflow: hidden;
    background: var(--landing-surface);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.landing-page-root .gallery-img {
    aspect-ratio: 4 / 3;
    background: var(--landing-surface-muted);
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page-root .gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-page-root .img-gallery-magnific {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    align-items: start;
}

.landing-page-root .magnific-img {
    margin: 0;
    width: auto;
    float: none;
    min-width: 0;
}

.landing-page-root .magnific-img a {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
    width: 100%;
    padding: 14px;
    border: var(--landing-card-border);
    border-radius: 22px;
    background: var(--landing-surface);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
    text-decoration: none;
    overflow: hidden;
}

.landing-page-root .magnific-img img {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 16px;
    background: var(--landing-surface-muted);
}

.landing-page-root .gallery-card-title,
.landing-page-root .blog-card-title,
.landing-page-root .child-page-title {
    display: block;
    margin-bottom: 0;
    color: var(--landing-text);
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 700;
}

.landing-page-root .landing-video-gallery .vid-area,
.landing-page-root .landing-media .videboxs {
    overflow: hidden;
    border-radius: 22px;
    background: var(--landing-surface);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

.landing-page-root .variantmoretable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.landing-page-root .variantmoretable table {
    min-width: 760px;
}

.landing-page-root .onroadprices,
.landing-page-root .comparetable {
    overflow: hidden;
}

.landing-page-root .variantmoretable table,
.landing-page-root .compairetable,
.landing-page-root .compairecolum {
    width: 100%;
    background: transparent;
}

.landing-page-root .variantmoretable table th,
.landing-page-root .variantmoretable table td,
.landing-page-root .compairetable td,
.landing-page-root .compairetable th {
    vertical-align: top;
}

.landing-page-root .variantmoretable table th {
    color: var(--landing-text);
}

.landing-compare .comparedives,
.landing-compare .comparecars {
    overflow: visible;
}

.landing-compare .newcompare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 12px;
    align-items: stretch;
}

.landing-compare #variant-div {
    min-width: 0;
}

.landing-compare .compairetableres {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0;
}

.landing-compare .compairetable td {
    padding: 16px;
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.landing-compare .compairehead {
    color: var(--landing-text);
}

.landing-related-pages .landing-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
}

.landing-related-pages .landing-related-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 18px;
    border: var(--landing-card-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(244, 247, 251, 0.92) 100%);
    color: var(--landing-text);
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.landing-related-pages .landing-related-card:hover,
.landing-related-pages .landing-related-card:focus {
    transform: translateY(-1px);
}

.landing-related-pages .landing-related-label {
    font-weight: 700;
    line-height: 1.5;
}

.landing-related-pages .landing-related-arrow {
    color: var(--landing-accent-strong);
    font-size: 1.25rem;
}

.landing-page-root .locationmap {
    height: 100%;
}

.landing-page-root #landing-location.appie-testimonial-area {
    background-image: none;
    background-color: transparent;
}

.landing-page-root .location-map-frame {
    min-height: 260px;
    margin-bottom: 18px;
    border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.landing-page-root .locationmap p {
    margin-bottom: 10px;
    line-height: 1.7;
}

.landing-page-root .locationmap p:last-child {
    margin-bottom: 0;
}

.landing-page-root .locationmap b {
    color: var(--landing-text);
}

.landing-other .herobanner {
    max-width: min(100%, 860px);
    margin: 0 auto 24px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: var(--landing-card-shadow);
}

.landing-other .herobanner img {
    width: 100%;
    height: auto;
}

.landing-page-root .downloadbroserbuttonbox {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.landing-page-root .downloadbroserbutton {
    width: 100%;
    max-width: 320px;
}

.landing-page-root .back-to-top a {
    box-shadow: none;
}

@media (max-width: 1199px) {
    .landing-header-brand {
        flex-basis: 18%;
        max-width: 18%;
    }

    .landing-header-featured {
        flex-basis: 38%;
        max-width: 38%;
    }

    .landing-header-contact {
        flex-basis: 22%;
        max-width: 22%;
    }

    .landing-hero .hero-banner-title {
        width: min(90%, 16ch);
    }
}

@media (max-width: 991px) {
    .landing-intro-shell {
        grid-template-columns: 1fr;
    }

    .landing-intro-actions {
        justify-content: flex-start;
    }

    .landing-header-brand,
    .landing-header-featured {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
    }

    .landing-header-contact {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    .landing-about .productslider {
        grid-template-columns: 1fr;
    }

    .landing-about .productslider-left {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .landing-about #landing-model-switch {
        display: block;
        width: 100%;
        min-width: 0;
        margin: 14px 0 0;
    }

    .landing-compare .newcompare {
        grid-template-columns: 1fr;
    }

    .landing-page-root .downloadbroserbuttonbox {
        min-height: 0;
        margin-bottom: 18px;
    }
}

@media (max-width: 767px) {
    .landing-primary-action,
    .landing-secondary-action {
        width: 100%;
    }

    body[data-page-context="landing"] .header {
        padding: 16px 0 18px;
    }

    .landing-header-contact {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .headerright {
        padding: 16px 18px;
    }

    .headerfeature ul {
        gap: 6px;
    }

    .headerfeature ul li {
        width: 56px;
        max-width: 56px;
        flex-basis: 56px;
        min-height: 56px;
        padding: 8px;
    }

    .headerfeature .featured-logo img {
        height: 28px;
    }

    .landing-hero .hero-banner-title {
        bottom: 82px;
        width: min(92%, 14ch);
        font-size: clamp(2rem, 9vw, 3.35rem);
        line-height: 0.98;
    }

    .landing-hero .centered-button {
        width: min(320px, calc(100% - 24px));
        max-width: calc(100% - 24px);
        bottom: 16px;
    }

    .landing-about .productslider-left {
        flex-direction: column;
    }

    .landing-about .model-price-summary,
    .landing-about .exprice {
        display: block;
    }

    .landing-about .exprice span {
        display: block;
        margin-top: 8px;
    }

    .landing-page-root .img-gallery-magnific {
        grid-template-columns: 1fr;
    }

    .landing-page-root .cardinfobox,
    .landing-page-root .contact-form.variantmoreformm,
    .landing-page-root .downloadbroserbuttonbox,
    .landing-page-root .locationmap {
        padding: 18px;
    }
}

@media (max-width: 480px) {
    .landing-hero .hero-banner-title {
        bottom: 104px;
        width: min(92%, 15ch);
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        line-height: 1.02;
    }

    .landing-hero .centered-button {
        bottom: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-page-root *,
    .landing-page-root *::before,
    .landing-page-root *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
