
img:is([sizes=auto i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
/*# sourceURL=wp-emoji-styles-inline-css */

/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}
/*# sourceURL=/wp-includes/css/classic-themes.min.css */

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
    --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

    .is-layout-flex > :is(*, div) {
        margin: 0;
    }

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-term-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-term-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}
/*# sourceURL=global-styles-inline-css */

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}


:root {
    --rb-green-900: #1e4d2b;
    --rb-green-600: #2e7d43;
    --rb-green-100: #e6f4ea;
    --rb-gold: #d9a441;
    --rb-ink: #22302a;
    --rb-muted: #5c6b63;
    --rb-line: #dbe7de;
    --rb-white: #ffffff;
    --rb-radius: 14px;
}

.rb-faq-section {
    background: linear-gradient(180deg, var(--rb-green-100) 0%, #ffffff 55%);
    padding: 72px 20px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: var(--rb-ink);
}

    .rb-faq-section *, .rb-faq-section *::before, .rb-faq-section *::after {
        box-sizing: border-box;
    }

    .rb-faq-section .rb-container {
        max-width: 1180px;
        margin: 0 auto;
    }

    .rb-faq-section .rb-eyebrow {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: var(--rb-green-600);
        margin-bottom: 12px;
    }

        .rb-faq-section .rb-eyebrow::before {
            content: "";
            width: 26px;
            height: 2px;
            background: var(--rb-gold);
        }

    .rb-faq-section h2 {
        font-size: clamp(28px, 4vw, 40px);
        color: var(--rb-green-900);
        line-height: 1.15;
        margin-bottom: 12px;
        font-weight: 800;
    }

    .rb-faq-section .rb-sub {
        max-width: 640px;
        color: var(--rb-muted);
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 44px;
    }

    .rb-faq-section .rb-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 44px;
        align-items: start;
    }

.rb-faq details {
    background: var(--rb-white);
    border: 1px solid var(--rb-line);
    border-radius: var(--rb-radius);
    margin-bottom: 14px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}

    .rb-faq details[open] {
        border-color: var(--rb-green-600);
        box-shadow: 0 8px 24px rgba(30,77,43,.10);
    }

.rb-faq summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
}

    .rb-faq summary::-webkit-details-marker {
        display: none;
    }

.rb-faq h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--rb-green-900);
    line-height: 1.4;
    margin: 0;
}

.rb-chev {
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: var(--rb-green-100);
    color: var(--rb-green-600);
    display: grid;
    place-items: center;
    font-size: 14px;
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.rb-faq details[open] .rb-chev {
    transform: rotate(180deg);
    background: var(--rb-green-600);
    color: #fff;
}

.rb-answer {
    padding: 0 22px 20px;
    color: var(--rb-muted);
    font-size: 15px;
    line-height: 1.7;
}

    .rb-answer a {
        color: var(--rb-green-600);
        font-weight: 600;
    }

.rb-map-card {
    position: sticky;
    top: 24px;
    background: var(--rb-white);
    border: 1px solid var(--rb-line);
    border-radius: var(--rb-radius);
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(30,77,43,.10);
}

.rb-map-head {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--rb-line);
}

.rb-pin {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background: var(--rb-green-100);
    display: grid;
    place-items: center;
    font-size: 18px;
}

.rb-map-head strong {
    display: block;
    color: var(--rb-green-900);
    font-size: 16px;
}

.rb-map-head span {
    color: var(--rb-muted);
    font-size: 13.5px;
    line-height: 1.5;
}

.rb-map-frame {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

.rb-map-cta {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    background: #fafdf9;
}

.rb-btn {
    flex: 1;
    text-align: center;
    text-decoration: none;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    transition: opacity .2s ease;
}

    .rb-btn:hover {
        opacity: .88;
    }

.rb-btn-solid {
    background: var(--rb-green-600);
    color: #fff;
}

.rb-btn-ghost {
    border: 1.5px solid var(--rb-green-600);
    color: var(--rb-green-600);
}

@media (max-width: 900px) {
    .rb-faq-section .rb-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .rb-map-card {
        position: static;
        order: -1;
    }

    .rb-map-frame {
        height: 320px;
    }
}


.same-video-size video {
    /*     width:100% !important;
            aspect-ratio:16/9 !important;
            object-fit:contain !important;
            background:#000 !important; */

    width: 100%;
    height: 300px;
    object-fit: contain;
    background: #000;
}


.blog-info .col-sm-4 > div {
    height: auto !important;
}

/* ==========================
           MAP + FAQ SECTION
        ========================== */

.map-faq {
    padding: 70px 0;
    background: #f3f5f7;
}

    .map-faq .section-title {
        text-align: center;
        margin-bottom: 35px;
    }

        .map-faq .section-title h2 {
            font-size: 38px;
            font-weight: 700;
            color: #222;
            margin-bottom: 10px;
        }

        .map-faq .section-title p {
            max-width: 700px;
            margin: 0 auto;
            color: #777;
            font-size: 15px;
            line-height: 1.7;
        }

/* FAQ */

/* .faq-box{
            background:#fff;
            padding:20px;
            border-radius:12px;
            box-shadow:0 5px 20px rgba(0,0,0,.06);
            height:100%;
        }
         */
/* MAP */

.map-box {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .map-box iframe {
        width: 100%;
        height: 420px;
        border: 0;
        display: block;
    }

/* FAQ ACCORDION */
/*
        .custom-faq .e-n-accordion-item{
            margin-bottom:10px;
            border:none !important;
            border-radius:8px;
            overflow:hidden;
            background:#fff;
            box-shadow:none;
        }

        .custom-faq .e-n-accordion-item-title{
            padding:16px 18px !important;
            font-size:15px;
            font-weight:600;
            color:#222 !important;
            background:#fff !important;
            border:1px solid #e5e5e5;
            border-radius:8px;
        }

        .custom-faq .e-n-accordion-item[open] .e-n-accordion-item-title{
            background:#198754 !important;
            color:#fff !important;
            border-color:#198754;
        }

        .custom-faq .e-n-accordion-item-content{
            padding:15px 18px !important;
            font-size:14px;
            line-height:1.7;
            color:#666;
            border:1px solid #e5e5e5;
            border-top:none;
        }
         */
/* ICON */

/* .custom-faq .e-n-accordion-item-title svg{
            transition:.3s;
        }

        .custom-faq .e-n-accordion-item[open] svg{
            color:#fff !important;
        } */

/* MOBILE */
/*
        @@media(max-width:991px){

            .faq-box{
                margin-bottom:25px;
            }

            .map-box iframe{
                height:350px;
            }
        }

        @@media(max-width:768px){

            .map-faq{
                padding:50px 0;
            }

            .map-faq .section-title h2{
                font-size:30px;
            }

            .map-box iframe{
                height:300px;
            }

            .faq-box{
                padding:15px;
            }
        }

        .map-faq .row{
            display:flex;
            align-items:stretch;
        }

        .faq-box{
            height:100%;
        } */


.wa-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 58px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0,0,0,.30);
    z-index: 99999;
    animation: wa-pulse 2s infinite;
    transition: transform .2s ease;
    text-decoration: none;
}

.wa-float:hover {
    transform: scale(1.1);
}

@keyframes wa-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37,211,102,.55), 0 6px 20px rgba(0,0,0,.30);
    }

    70% {
        box-shadow: 0 0 0 16px rgba(37,211,102,0), 0 6px 20px rgba(0,0,0,.30);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37,211,102,0), 0 6px 20px rgba(0,0,0,.30);
    }
}

.wa-float .wa-tip {
    position: absolute;
    right: 70px;
    background: #20301f;
    color: #fff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: opacity .25s ease, transform .25s ease;
}

.wa-float:hover .wa-tip {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 600px) {
    .wa-float {
        bottom: 18px;
        right: 18px;
        width: 54px;
        height: 54px;
    }

        .wa-float .wa-tip {
            display: none;
        }
}