body {
    background-color: var(--base-2);
    color: var(--contrast);
}

a {
    color: var(--accent);
}

a {
    text-decoration: underline;
}

.entry-title a,
.site-branding a,
a.button,
.wp-block-button__link,
.main-navigation a {
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: var(--contrast);
}

.wp-block-group__inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.site-header .header-image {
    width: 270px;
}

:root {
    --contrast: #222222;
    --contrast-2: #575760;
    --contrast-3: #b2b2be;
    --base: #f0f0f0;
    --base-2: #f7f8f9;
    --base-3: #ffffff;
    --accent: #1e73be;
}

:root .has-contrast-color {
    color: var(--contrast);
}

:root .has-contrast-background-color {
    background-color: var(--contrast);
}

:root .has-contrast-2-color {
    color: var(--contrast-2);
}

:root .has-contrast-2-background-color {
    background-color: var(--contrast-2);
}

:root .has-contrast-3-color {
    color: var(--contrast-3);
}

:root .has-contrast-3-background-color {
    background-color: var(--contrast-3);
}

:root .has-base-color {
    color: var(--base);
}

:root .has-base-background-color {
    background-color: var(--base);
}

:root .has-base-2-color {
    color: var(--base-2);
}

:root .has-base-2-background-color {
    background-color: var(--base-2);
}

:root .has-base-3-color {
    color: var(--base-3);
}

:root .has-base-3-background-color {
    background-color: var(--base-3);
}

:root .has-accent-color {
    color: var(--accent);
}

:root .has-accent-background-color {
    background-color: var(--accent);
}

.top-bar {
    background-color: #636363;
    color: #ffffff;
}

.top-bar a {
    color: #ffffff;
}

.top-bar a:hover {
    color: #303030;
}

.site-header {
    background-color: transparent;
}

.main-title a,
.main-title a:hover {
    color: var(--contrast);
}

.site-description {
    color: var(--contrast-2);
}

.mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: rgba(0, 0, 0, 0.02);
}

.main-navigation,
.main-navigation ul ul {
    background-color: transparent;
}

.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items {
    color: var(--contrast);
}

.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover>a,
.main-navigation .main-nav ul li:not([class*="current-menu-"]):focus>a,
.main-navigation .main-nav ul li.sfHover:not([class*="current-menu-"])>a,
.main-navigation .menu-bar-item:hover>a,
.main-navigation .menu-bar-item.sfHover>a {
    color: var(--accent);
}

button.menu-toggle:hover,
button.menu-toggle:focus {
    color: var(--contrast);
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a {
    color: var(--accent);
}

.navigation-search input[type="search"],
.navigation-search input[type="search"]:active,
.navigation-search input[type="search"]:focus,
.main-navigation .main-nav ul li.search-item.active>a,
.main-navigation .menu-bar-items .search-item.active>a {
    color: var(--accent);
}

.main-navigation ul ul {
    background-color: var(--base);
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.one-container .container,
.separate-containers .paging-navigation,
.inside-page-header {
    background-color: var(--base-3);
}

.entry-title a {
    color: var(--contrast);
}

.entry-title a:hover {
    color: var(--contrast-2);
}

.entry-meta {
    color: var(--contrast-2);
}

.sidebar .widget {
    background-color: var(--base-3);
}

.footer-widgets {
    background-color: var(--base-3);
}

.site-info {
    background-color: var(--base-3);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--base);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--contrast-3);
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #55555e;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
a.button:focus,
a.wp-block-button__link:not(.has-background):active,
a.wp-block-button__link:not(.has-background):focus,
a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: #3f4047;
}

a.generate-back-to-top {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

a.generate-back-to-top:hover,
a.generate-back-to-top:focus {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

:root {
    --gp-search-modal-bg-color: var(--base-3);
    --gp-search-modal-text-color: var(--contrast);
    --gp-search-modal-overlay-bg-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .elementor-element.elementor-absolute {
        display: none !important;
    }
}

.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.1);
}

.menu-bar-item.sfHover>a {
    background: none;
    color: var(--contrast);
}


.nav-below-header .main-navigation .inside-navigation.grid-container,
.nav-above-header .main-navigation .inside-navigation.grid-container {
    padding: 0px 20px 0px 20px;
}

.site-main .wp-block-group__inner-container {
    padding: 40px;
}

.separate-containers .paging-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
}

.entry-content .alignwide,
body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -40px;
    width: calc(100% + 80px);
    max-width: calc(100% + 80px);
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 20px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px;
}

@media (max-width:768px) {

    .separate-containers .inside-article,
    .separate-containers .comments-area,
    .separate-containers .page-header,
    .separate-containers .paging-navigation,
    .one-container .site-content,
    .inside-page-header {
        padding: 30px;
    }

    .site-main .wp-block-group__inner-container {
        padding: 30px;
    }

    .inside-top-bar {
        padding-right: 30px;
        padding-left: 30px;
    }

    .inside-header {
        padding-right: 30px;
        padding-left: 30px;
    }

    .widget-area .widget {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .footer-widgets-container {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .inside-site-info {
        padding-right: 30px;
        padding-left: 30px;
    }

    .entry-content .alignwide,
    body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
    }

    .one-container .site-main .paging-navigation {
        margin-bottom: 20px;
    }
}

/* End cached CSS */
.is-right-sidebar {
    width: 30%;
}

.is-left-sidebar {
    width: 30%;
}

.site-content .content-area {
    width: 70%;
}

@media (max-width:768px) {

    .main-navigation .menu-toggle,
    .sidebar-nav-mobile:not(#sticky-placeholder) {
        display: block;
    }

    .main-navigation ul,
    .gen-sidebar-nav,
    .main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,
    .has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
        display: none;
    }

    .nav-align-right .inside-navigation,
    .nav-align-center .inside-navigation {
        justify-content: space-between;
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap;
    }

    .has-inline-mobile-toggle .header-widget,
    .has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%;
    }

    .nav-float-left .has-inline-mobile-toggle #site-navigation {
        order: 10;
    }
}

.elementor-template-full-width .site-content {
    display: block;
}

/*# sourceURL=generate-style-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--color--contrast: var(--contrast);
    --wp--preset--color--contrast-2: var(--contrast-2);
    --wp--preset--color--contrast-3: var(--contrast-3);
    --wp--preset--color--base: var(--base);
    --wp--preset--color--base-2: var(--base-2);
    --wp--preset--color--base-3: var(--base-3);
    --wp--preset--color--accent: var(--accent);
    --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--font-family--albert-sans: 'Albert Sans', sans-serif;
    --wp--preset--font-family--alegreya: Alegreya, serif;
    --wp--preset--font-family--arvo: Arvo, serif;
    --wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;
    --wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;
    --wp--preset--font-family--cabin: Cabin, sans-serif;
    --wp--preset--font-family--chivo: Chivo, sans-serif;
    --wp--preset--font-family--commissioner: Commissioner, sans-serif;
    --wp--preset--font-family--cormorant: Cormorant, serif;
    --wp--preset--font-family--courier-prime: 'Courier Prime', monospace;
    --wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;
    --wp--preset--font-family--dm-mono: 'DM Mono', monospace;
    --wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;
    --wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;
    --wp--preset--font-family--domine: Domine, serif;
    --wp--preset--font-family--eb-garamond: 'EB Garamond', serif;
    --wp--preset--font-family--epilogue: Epilogue, sans-serif;
    --wp--preset--font-family--fahkwang: Fahkwang, sans-serif;
    --wp--preset--font-family--figtree: Figtree, sans-serif;
    --wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;
    --wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;
    --wp--preset--font-family--fraunces: Fraunces, serif;
    --wp--preset--font-family--gabarito: Gabarito, system-ui;
    --wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;
    --wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;
    --wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;
    --wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;
    --wp--preset--font-family--inter: Inter, sans-serif;
    --wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;
    --wp--preset--font-family--jost: Jost, sans-serif;
    --wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;
    --wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;
    --wp--preset--font-family--literata: Literata, serif;
    --wp--preset--font-family--lora: Lora, serif;
    --wp--preset--font-family--merriweather: Merriweather, serif;
    --wp--preset--font-family--montserrat: Montserrat, sans-serif;
    --wp--preset--font-family--newsreader: Newsreader, serif;
    --wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;
    --wp--preset--font-family--nunito: Nunito, sans-serif;
    --wp--preset--font-family--open-sans: 'Open Sans', sans-serif;
    --wp--preset--font-family--overpass: Overpass, sans-serif;
    --wp--preset--font-family--pt-serif: 'PT Serif', serif;
    --wp--preset--font-family--petrona: Petrona, serif;
    --wp--preset--font-family--piazzolla: Piazzolla, serif;
    --wp--preset--font-family--playfair-display: 'Playfair Display', serif;
    --wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
    --wp--preset--font-family--poppins: Poppins, sans-serif;
    --wp--preset--font-family--raleway: Raleway, sans-serif;
    --wp--preset--font-family--roboto: Roboto, sans-serif;
    --wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;
    --wp--preset--font-family--rubik: Rubik, sans-serif;
    --wp--preset--font-family--rufina: Rufina, serif;
    --wp--preset--font-family--sora: Sora, sans-serif;
    --wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;
    --wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;
    --wp--preset--font-family--space-mono: 'Space Mono', monospace;
    --wp--preset--font-family--syne: Syne, sans-serif;
    --wp--preset--font-family--texturina: Texturina, serif;
    --wp--preset--font-family--urbanist: Urbanist, sans-serif;
    --wp--preset--font-family--work-sans: 'Work Sans', sans-serif;
    --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;
}

.has-albert-sans-font-family {
    font-family: var(--wp--preset--font-family--albert-sans) !important;
}

.has-alegreya-font-family {
    font-family: var(--wp--preset--font-family--alegreya) !important;
}

.has-arvo-font-family {
    font-family: var(--wp--preset--font-family--arvo) !important;
}

.has-bodoni-moda-font-family {
    font-family: var(--wp--preset--font-family--bodoni-moda) !important;
}

.has-bricolage-grotesque-font-family {
    font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;
}

.has-cabin-font-family {
    font-family: var(--wp--preset--font-family--cabin) !important;
}

.has-chivo-font-family {
    font-family: var(--wp--preset--font-family--chivo) !important;
}

.has-commissioner-font-family {
    font-family: var(--wp--preset--font-family--commissioner) !important;
}

.has-cormorant-font-family {
    font-family: var(--wp--preset--font-family--cormorant) !important;
}

.has-courier-prime-font-family {
    font-family: var(--wp--preset--font-family--courier-prime) !important;
}

.has-crimson-pro-font-family {
    font-family: var(--wp--preset--font-family--crimson-pro) !important;
}

.has-dm-mono-font-family {
    font-family: var(--wp--preset--font-family--dm-mono) !important;
}

.has-dm-sans-font-family {
    font-family: var(--wp--preset--font-family--dm-sans) !important;
}

.has-dm-serif-display-font-family {
    font-family: var(--wp--preset--font-family--dm-serif-display) !important;
}

.has-domine-font-family {
    font-family: var(--wp--preset--font-family--domine) !important;
}

.has-eb-garamond-font-family {
    font-family: var(--wp--preset--font-family--eb-garamond) !important;
}

.has-epilogue-font-family {
    font-family: var(--wp--preset--font-family--epilogue) !important;
}

.has-fahkwang-font-family {
    font-family: var(--wp--preset--font-family--fahkwang) !important;
}

.has-figtree-font-family {
    font-family: var(--wp--preset--font-family--figtree) !important;
}

.has-fira-sans-font-family {
    font-family: var(--wp--preset--font-family--fira-sans) !important;
}

.has-fjalla-one-font-family {
    font-family: var(--wp--preset--font-family--fjalla-one) !important;
}

.has-fraunces-font-family {
    font-family: var(--wp--preset--font-family--fraunces) !important;
}

.has-gabarito-font-family {
    font-family: var(--wp--preset--font-family--gabarito) !important;
}

.has-ibm-plex-mono-font-family {
    font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;
}

.has-ibm-plex-sans-font-family {
    font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;
}

.has-ibarra-real-nova-font-family {
    font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;
}

.has-instrument-serif-font-family {
    font-family: var(--wp--preset--font-family--instrument-serif) !important;
}

.has-inter-font-family {
    font-family: var(--wp--preset--font-family--inter) !important;
}

.has-josefin-sans-font-family {
    font-family: var(--wp--preset--font-family--josefin-sans) !important;
}

.has-jost-font-family {
    font-family: var(--wp--preset--font-family--jost) !important;
}

.has-libre-baskerville-font-family {
    font-family: var(--wp--preset--font-family--libre-baskerville) !important;
}

.has-libre-franklin-font-family {
    font-family: var(--wp--preset--font-family--libre-franklin) !important;
}

.has-literata-font-family {
    font-family: var(--wp--preset--font-family--literata) !important;
}

.has-lora-font-family {
    font-family: var(--wp--preset--font-family--lora) !important;
}

.has-merriweather-font-family {
    font-family: var(--wp--preset--font-family--merriweather) !important;
}

.has-montserrat-font-family {
    font-family: var(--wp--preset--font-family--montserrat) !important;
}

.has-newsreader-font-family {
    font-family: var(--wp--preset--font-family--newsreader) !important;
}

.has-noto-sans-mono-font-family {
    font-family: var(--wp--preset--font-family--noto-sans-mono) !important;
}

.has-nunito-font-family {
    font-family: var(--wp--preset--font-family--nunito) !important;
}

.has-open-sans-font-family {
    font-family: var(--wp--preset--font-family--open-sans) !important;
}

.has-overpass-font-family {
    font-family: var(--wp--preset--font-family--overpass) !important;
}

.has-pt-serif-font-family {
    font-family: var(--wp--preset--font-family--pt-serif) !important;
}

.has-petrona-font-family {
    font-family: var(--wp--preset--font-family--petrona) !important;
}

.has-piazzolla-font-family {
    font-family: var(--wp--preset--font-family--piazzolla) !important;
}

.has-playfair-display-font-family {
    font-family: var(--wp--preset--font-family--playfair-display) !important;
}

.has-plus-jakarta-sans-font-family {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;
}

.has-poppins-font-family {
    font-family: var(--wp--preset--font-family--poppins) !important;
}

.has-raleway-font-family {
    font-family: var(--wp--preset--font-family--raleway) !important;
}

.has-roboto-font-family {
    font-family: var(--wp--preset--font-family--roboto) !important;
}

.has-roboto-slab-font-family {
    font-family: var(--wp--preset--font-family--roboto-slab) !important;
}

.has-rubik-font-family {
    font-family: var(--wp--preset--font-family--rubik) !important;
}

.has-rufina-font-family {
    font-family: var(--wp--preset--font-family--rufina) !important;
}

.has-sora-font-family {
    font-family: var(--wp--preset--font-family--sora) !important;
}

.has-source-sans-3-font-family {
    font-family: var(--wp--preset--font-family--source-sans-3) !important;
}

.has-source-serif-4-font-family {
    font-family: var(--wp--preset--font-family--source-serif-4) !important;
}

.has-space-mono-font-family {
    font-family: var(--wp--preset--font-family--space-mono) !important;
}

.has-syne-font-family {
    font-family: var(--wp--preset--font-family--syne) !important;
}

.has-texturina-font-family {
    font-family: var(--wp--preset--font-family--texturina) !important;
}

.has-urbanist-font-family {
    font-family: var(--wp--preset--font-family--urbanist) !important;
}

.has-work-sans-font-family {
    font-family: var(--wp--preset--font-family--work-sans) !important;
}

: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--color--contrast: var(--contrast);
    --wp--preset--color--contrast-2: var(--contrast-2);
    --wp--preset--color--contrast-3: var(--contrast-3);
    --wp--preset--color--base: var(--base);
    --wp--preset--color--base-2: var(--base-2);
    --wp--preset--color--base-3: var(--base-3);
    --wp--preset--color--accent: var(--accent);
    --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--font-family--albert-sans: 'Albert Sans', sans-serif;
    --wp--preset--font-family--alegreya: Alegreya, serif;
    --wp--preset--font-family--arvo: Arvo, serif;
    --wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;
    --wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;
    --wp--preset--font-family--cabin: Cabin, sans-serif;
    --wp--preset--font-family--chivo: Chivo, sans-serif;
    --wp--preset--font-family--commissioner: Commissioner, sans-serif;
    --wp--preset--font-family--cormorant: Cormorant, serif;
    --wp--preset--font-family--courier-prime: 'Courier Prime', monospace;
    --wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;
    --wp--preset--font-family--dm-mono: 'DM Mono', monospace;
    --wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;
    --wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;
    --wp--preset--font-family--domine: Domine, serif;
    --wp--preset--font-family--eb-garamond: 'EB Garamond', serif;
    --wp--preset--font-family--epilogue: Epilogue, sans-serif;
    --wp--preset--font-family--fahkwang: Fahkwang, sans-serif;
    --wp--preset--font-family--figtree: Figtree, sans-serif;
    --wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;
    --wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;
    --wp--preset--font-family--fraunces: Fraunces, serif;
    --wp--preset--font-family--gabarito: Gabarito, system-ui;
    --wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;
    --wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;
    --wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;
    --wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;
    --wp--preset--font-family--inter: Inter, sans-serif;
    --wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;
    --wp--preset--font-family--jost: Jost, sans-serif;
    --wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;
    --wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;
    --wp--preset--font-family--literata: Literata, serif;
    --wp--preset--font-family--lora: Lora, serif;
    --wp--preset--font-family--merriweather: Merriweather, serif;
    --wp--preset--font-family--montserrat: Montserrat, sans-serif;
    --wp--preset--font-family--newsreader: Newsreader, serif;
    --wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;
    --wp--preset--font-family--nunito: Nunito, sans-serif;
    --wp--preset--font-family--open-sans: 'Open Sans', sans-serif;
    --wp--preset--font-family--overpass: Overpass, sans-serif;
    --wp--preset--font-family--pt-serif: 'PT Serif', serif;
    --wp--preset--font-family--petrona: Petrona, serif;
    --wp--preset--font-family--piazzolla: Piazzolla, serif;
    --wp--preset--font-family--playfair-display: 'Playfair Display', serif;
    --wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
    --wp--preset--font-family--poppins: Poppins, sans-serif;
    --wp--preset--font-family--raleway: Raleway, sans-serif;
    --wp--preset--font-family--roboto: Roboto, sans-serif;
    --wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;
    --wp--preset--font-family--rubik: Rubik, sans-serif;
    --wp--preset--font-family--rufina: Rufina, sans-serif;
    --wp--preset--font-family--sora: Sora, sans-serif;
    --wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;
    --wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;
    --wp--preset--font-family--space-mono: 'Space Mono', monospace;
    --wp--preset--font-family--syne: Syne, sans-serif;
    --wp--preset--font-family--texturina: Texturina, serif;
    --wp--preset--font-family--urbanist: Urbanist, sans-serif;
    --wp--preset--font-family--work-sans: 'Work Sans', sans-serif;
    --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;
}

.has-albert-sans-font-family {
    font-family: var(--wp--preset--font-family--albert-sans) !important;
}

.has-alegreya-font-family {
    font-family: var(--wp--preset--font-family--alegreya) !important;
}

.has-arvo-font-family {
    font-family: var(--wp--preset--font-family--arvo) !important;
}

.has-bodoni-moda-font-family {
    font-family: var(--wp--preset--font-family--bodoni-moda) !important;
}

.has-bricolage-grotesque-font-family {
    font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;
}

.has-cabin-font-family {
    font-family: var(--wp--preset--font-family--cabin) !important;
}

.has-chivo-font-family {
    font-family: var(--wp--preset--font-family--chivo) !important;
}

.has-commissioner-font-family {
    font-family: var(--wp--preset--font-family--commissioner) !important;
}

.has-cormorant-font-family {
    font-family: var(--wp--preset--font-family--cormorant) !important;
}

.has-courier-prime-font-family {
    font-family: var(--wp--preset--font-family--courier-prime) !important;
}

.has-crimson-pro-font-family {
    font-family: var(--wp--preset--font-family--crimson-pro) !important;
}

.has-dm-mono-font-family {
    font-family: var(--wp--preset--font-family--dm-mono) !important;
}

.has-dm-sans-font-family {
    font-family: var(--wp--preset--font-family--dm-sans) !important;
}

.has-dm-serif-display-font-family {
    font-family: var(--wp--preset--font-family--dm-serif-display) !important;
}

.has-domine-font-family {
    font-family: var(--wp--preset--font-family--domine) !important;
}

.has-eb-garamond-font-family {
    font-family: var(--wp--preset--font-family--eb-garamond) !important;
}

.has-epilogue-font-family {
    font-family: var(--wp--preset--font-family--epilogue) !important;
}

.has-fahkwang-font-family {
    font-family: var(--wp--preset--font-family--fahkwang) !important;
}

.has-figtree-font-family {
    font-family: var(--wp--preset--font-family--figtree) !important;
}

.has-fira-sans-font-family {
    font-family: var(--wp--preset--font-family--fira-sans) !important;
}

.has-fjalla-one-font-family {
    font-family: var(--wp--preset--font-family--fjalla-one) !important;
}

.has-fraunces-font-family {
    font-family: var(--wp--preset--font-family--fraunces) !important;
}

.has-gabarito-font-family {
    font-family: var(--wp--preset--font-family--gabarito) !important;
}

.has-ibm-plex-mono-font-family {
    font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;
}

.has-ibm-plex-sans-font-family {
    font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;
}

.has-ibarra-real-nova-font-family {
    font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;
}

.has-instrument-serif-font-family {
    font-family: var(--wp--preset--font-family--instrument-serif) !important;
}

.has-inter-font-family {
    font-family: var(--wp--preset--font-family--inter) !important;
}

.has-josefin-sans-font-family {
    font-family: var(--wp--preset--font-family--josefin-sans) !important;
}

.has-jost-font-family {
    font-family: var(--wp--preset--font-family--jost) !important;
}

.has-libre-baskerville-font-family {
    font-family: var(--wp--preset--font-family--libre-baskerville) !important;
}

.has-libre-franklin-font-family {
    font-family: var(--wp--preset--font-family--libre-franklin) !important;
}

.has-literata-font-family {
    font-family: var(--wp--preset--font-family--literata) !important;
}

.has-lora-font-family {
    font-family: var(--wp--preset--font-family--lora) !important;
}

.has-merriweather-font-family {
    font-family: var(--wp--preset--font-family--merriweather) !important;
}

.has-montserrat-font-family {
    font-family: var(--wp--preset--font-family--montserrat) !important;
}

.has-newsreader-font-family {
    font-family: var(--wp--preset--font-family--newsreader) !important;
}

.has-noto-sans-mono-font-family {
    font-family: var(--wp--preset--font-family--noto-sans-mono) !important;
}

.has-nunito-font-family {
    font-family: var(--wp--preset--font-family--nunito) !important;
}

.has-open-sans-font-family {
    font-family: var(--wp--preset--font-family--open-sans) !important;
}

.has-overpass-font-family {
    font-family: var(--wp--preset--font-family--overpass) !important;
}

.has-pt-serif-font-family {
    font-family: var(--wp--preset--font-family--pt-serif) !important;
}

.has-petrona-font-family {
    font-family: var(--wp--preset--font-family--petrona) !important;
}

.has-piazzolla-font-family {
    font-family: var(--wp--preset--font-family--piazzolla) !important;
}

.has-playfair-display-font-family {
    font-family: var(--wp--preset--font-family--playfair-display) !important;
}

.has-plus-jakarta-sans-font-family {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;
}

.has-poppins-font-family {
    font-family: var(--wp--preset--font-family--poppins) !important;
}

.has-raleway-font-family {
    font-family: var(--wp--preset--font-family--raleway) !important;
}

.has-roboto-font-family {
    font-family: var(--wp--preset--font-family--roboto) !important;
}

.has-roboto-slab-font-family {
    font-family: var(--wp--preset--font-family--roboto-slab) !important;
}

.has-rubik-font-family {
    font-family: var(--wp--preset--font-family--rubik) !important;
}

.has-rufina-font-family {
    font-family: var(--wp--preset--font-family--rufina) !important;
}

.has-sora-font-family {
    font-family: var(--wp--preset--font-family--sora) !important;
}

.has-source-sans-3-font-family {
    font-family: var(--wp--preset--font-family--source-sans-3) !important;
}

.has-source-serif-4-font-family {
    font-family: var(--wp--preset--font-family--source-serif-4) !important;
}

.has-space-mono-font-family {
    font-family: var(--wp--preset--font-family--space-mono) !important;
}

.has-syne-font-family {
    font-family: var(--wp--preset--font-family--syne) !important;
}

.has-texturina-font-family {
    font-family: var(--wp--preset--font-family--texturina) !important;
}

.has-urbanist-font-family {
    font-family: var(--wp--preset--font-family--urbanist) !important;
}

.has-work-sans-font-family {
    font-family: var(--wp--preset--font-family--work-sans) !important;
}

: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;
}

: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;
}

/*# sourceURL=global-styles-inline-css */


/* Navigation Improvements */
.main-navigation ul li {
    position: relative;
    transition: all 0.3s ease;
}

/* Top-level menu hover effect */
.main-navigation .main-nav ul li>a {
    transition: color 0.3s ease;
}

.main-navigation .main-nav ul li:hover>a {
    color: var(--accent);
}

/* Fix hero image overlap on Events and Memberships pages */
.elementor-element-5409c3b2 {
    top: -40px !important;
}

/* --- Lingo Card Design --- */
.lingo-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-content: center;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .lingo-cards-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lingo-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.lingo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.lingo-card-header {
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.lingo-card-header h3 {
    color: #ffffff !important;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.lingo-card-header .price {
    font-size: 2rem;
    font-weight: 800;
    margin-top: 10px;
}

.lingo-card-header .price span {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.9;
}

.lingo-card-header .icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

/* Color Variants */
.card-blue .lingo-card-header {
    background-color: #89CFF0;
    /* Baby Blue */
}

.card-blue .price {
    color: #fff;
}

.card-yellow .lingo-card-header {
    background-color: #F8DE7E;
    /* Pastel Yellow */
}

.card-yellow .price {
    color: #fff;
}

.card-pink .lingo-card-header {
    background-color: #FFB7B2;
    /* Pastel Pink */
}

.card-pink .price {
    color: #fff;
}

/* Birthday Variants */
.card-bronze .lingo-card-header {
    background-color: #CD7F32;
}

.card-bronze .price {
    color: #fff;
}

.card-bronze .price-text {
    color: #CD7F32;
}

.card-silver .lingo-card-header {
    background-color: #C0C0C0;
}

.card-silver .price {
    color: #fff;
}

.card-silver .price-text {
    color: #C0C0C0;
}

.card-gold .lingo-card-header {
    background-color: #FFD700;
}

.card-gold .price {
    color: #fff;
}

.card-gold .price-text {
    color: #FFD700;
}

.card-platinum .lingo-card-header {
    background-color: #00CED1;
    /* Dark Turquoise/Cyan */
}

.card-platinum .price {
    color: #fff;
}

.card-platinum .price-text {
    color: #00CED1;
}

.lingo-card-body {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lingo-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    width: 100%;
    text-align: left;
}

.lingo-card-body ul li {
    margin-bottom: 12px;
    color: #555;
    position: relative;
    padding-left: 25px;
}

.lingo-card-body ul li:before {
    content: '✔';
    color: #2ecc71;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.lingo-date-pill {
    background-color: #F8DE7E;
    color: #333;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 15px;
    display: inline-block;
}

.lingo-btn {
    background-color: #FFA07A;
    /* Light Salmon/Coral */
    color: #fff !important;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    margin-top: auto;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(255, 160, 122, 0.4);
}

.lingo-btn:hover {
    background-color: #ff8c5a;
    transform: scale(1.05);
}

.lingo-card h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.4rem;
}

.lingo-card p {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: center;
}

.lingo-card .price-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #89CFF0;
    /* Match blue card */
    margin-bottom: 20px;
    text-align: center;
}

.discount-badge {
    width: 100%;
    background-color: #b7c6bf;
    color: white;
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* --- New Footer Design --- */
:root {
    --primary-color: #e0af60;
    /* Yellow */
    --secondary-color: #87CEEB;
    /* Sky Blue - Restored for Footer */
    --accent-color: #e87286;
    /* Pink */
    --text-color-on-primary: #ffffff;
    --footer-heading-color: #87CEEB;
    /* Sky Blue */
    --footer-text-color: #87CEEB;
}

footer {
    background-color: #ffffff;
    padding: 4rem 5%;
    margin-top: 4rem;
    border-top: 5px solid var(--secondary-color);
    color: var(--footer-text-color);
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-col h4 {
    color: var(--footer-heading-color);
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-col ul li a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-col ul li a:hover {
    color: var(--secondary-color);
    /* Green on hover */
    padding-left: 5px;
}

.footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: #f0f0f0;
    /* Light grey background */
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: var(--secondary-color);
    /* Blue icon */
    transition: all 0.3s ease;
}

.footer-col .social-links a:hover {
    color: #fff;
    background-color: var(--secondary-color);
}

.footer-col ul li {
    margin-bottom: 0.8rem;
    list-style: none;
}

.footer-col ul li a {
    color: var(--footer-text-color);
    text-decoration: none;
}

.footer-col ul li a:hover {
    color: var(--secondary-color);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    color: var(--secondary-color);
    border-radius: 50%;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-links a:hover {
    background-color: var(--secondary-color);
    color: white;
    transform: translateY(-3px);
}

/* --- Home Page Cards --- */
.home-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 4rem 5%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .home-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.home-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.home-card:hover {
    transform: translateY(-10px);
}

.home-card-img {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
}

.home-card-content {
    padding: 2rem;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-card h3 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1.5rem;
}

.home-card p {
    color: #777;
    margin-bottom: 1.5rem;
}

.btn-accent {
    background-color: #87CEEB;
    color: white !important;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: transform 0.3s;
    white-space: nowrap;
}

.btn-accent:hover {
    transform: translateY(-3px);
    color: white;
}

/* Fix for Elementor animations */
.elementor-invisible {
    visibility: hidden;
}

/* Homepage Card Buttons */
.home-card:nth-of-type(1) .btn {
    background-color: #FFB6C1 !important;
    color: white !important;
}

.home-card:nth-of-type(2) .btn {
    background-color: #87CEEB !important;
    color: white !important;
}

.home-card:nth-of-type(3) .btn {
    background-color: #FFD700 !important;
    color: white !important;
}

.home-card:nth-of-type(4) .btn {
    background-color: #9370DB !important;
    color: white !important;
}

/* Remove unwanted borders on hero images for non-home pages */
body:not(.home) .elementor-widget-image img {
    border: none !important;
    box-shadow: none !important;
}

/* Fix for Birthday page hero image border */
.page-id-87 .elementor-element-5409c3b2 img,
.page-id-87 .elementor-element-5409c3b2 .elementor-widget-container {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Ensure logo is visible */
.liquid-glass-header .site-logo img {
    height: 80px !important;
    width: auto !important;
}

/* Mobile menu fixes */
@media (max-width: 768px) {
    .main-navigation.toggled .main-nav>ul {
        display: block !important;
    }
}

/* Colorful Hero Section Styles */
.hero-section-colorful {
    background-color: #87CEEB !important;
}

.hero-section-colorful .elementor-shape-bottom .elementor-shape-fill:nth-child(1) {
    fill: #e0af60 !important;
    opacity: 1 !important;
}

.hero-section-colorful .elementor-shape-bottom .elementor-shape-fill:nth-child(2) {
    fill: #ffffff !important;
    opacity: 0.5 !important;
}

.hero-section-colorful .elementor-shape-bottom .elementor-shape-fill:nth-child(3) {
    fill: #ffffff !important;
    opacity: 1 !important;
}

/* Legal Pages Styling */
.legal-content {
    max-width: 800px;
    margin: 0 auto;
    font-family: var(--wp--preset--font-family--inter), sans-serif;
    color: var(--contrast);
    line-height: 1.8;
    font-size: 1.1rem;
}

.legal-content h1 {
    text-align: center;
    margin-bottom: 1rem;
    color: var(--accent);
    font-size: 2.5rem;
}

.legal-content .legal-meta {
    text-align: center;
    font-weight: bold;
    margin-bottom: 3rem;
    color: var(--contrast-2);
}

.legal-content hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 2rem 0;
}

.legal-content h2 {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: var(--contrast);
    border-bottom: 2px solid var(--base-2);
    padding-bottom: 0.5rem;
}

.legal-content h3 {
    margin-top: 2rem;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    color: var(--contrast);
}

.legal-content p {
    margin-bottom: 1.5rem;
}

.legal-content ul {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

.legal-content strong {
    color: var(--contrast);
    font-weight: 700;
}

/* Fix for background color regression */
html,
body {
    background-color: var(--base-2) !important;
}

/* Ensure pale pink background class doesn't override body if applied globally */
body.has-pale-pink-background-color {
    background-color: var(--base-2) !important;
}