.site-branding {
    max-height: inherit
}

.site-branding a.brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    max-height: inherit
}

.site-branding a.brand img {
    display: block
}

.site-branding .site-title {
    margin: 0
}

.site-branding .site-description {
    margin: .4375em 0 0;
    word-wrap: break-word
}

.site-branding.branding-layout-standard:not(.site-brand-logo-only) a.brand img {
    margin-right: 1em
}

.site-branding.branding-layout-standard-reverse a.brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.site-branding.branding-layout-standard-reverse a.brand img {
    margin-left: 1em
}

.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.site-branding.branding-layout-vertical.site-title-top a.brand img {
    margin-top: 1em;
    margin-bottom: 1em
}

.site-branding.branding-layout-vertical a.brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-branding.branding-layout-vertical a.brand img {
    margin-bottom: 1em
}

.site-branding.branding-layout-vertical-reverse a.brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.site-branding.branding-layout-vertical-reverse a.brand img {
    margin-top: 1em
}

.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand,
.site-header-section-center .site-branding.branding-layout-vertical a.brand {
    text-align: center
}

.site-header-section-center .site-branding.branding-layout-vertical-reverse a.brand img,
.site-header-section-center .site-branding.branding-layout-vertical a.brand img {
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1024px) {
    .site-branding.branding-tablet-layout-standard:not(.site-brand-logo-only) a.brand img {
        margin-right: 1em
    }

    .site-branding.branding-tablet-layout-standard-reverse a.brand {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .site-branding.branding-tablet-layout-standard-reverse a.brand img {
        margin-right: 1em;
        margin-bottom: 0;
        margin-top: 0
    }

    .site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .site-branding.branding-tablet-layout-vertical.site-title-top a.brand img {
        margin: 1em 0
    }

    .site-branding.branding-tablet-layout-vertical a.brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .site-branding.branding-tablet-layout-vertical a.brand img {
        margin-bottom: 1em;
        margin-right: 0;
        margin-left: 0
    }

    .site-branding.branding-tablet-layout-vertical-reverse a.brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .site-branding.branding-tablet-layout-vertical-reverse a.brand img {
        margin-top: 1em;
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (max-width:719px) {
    .site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .site-branding.branding-mobile-layout-standard:not(.site-brand-logo-only) a.brand img {
        margin-right: 1em;
        margin-bottom: 0;
        margin-top: 0
    }

    .site-branding.branding-mobile-layout-standard-reverse a.brand {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .site-branding.branding-mobile-layout-standard-reverse a.brand img {
        margin-left: 1em;
        margin-bottom: 0;
        margin-top: 0
    }

    .site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .site-branding.branding-mobile-layout-vertical.site-title-top a.brand img {
        margin: 1em 0
    }

    .site-branding.branding-mobile-layout-vertical a.brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .site-branding.branding-mobile-layout-vertical a.brand img {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 1em
    }

    .site-branding.branding-mobile-layout-vertical-reverse a.brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .site-branding.branding-mobile-layout-vertical-reverse a.brand img {
        margin-right: 0;
        margin-left: 0;
        margin-top: 1em
    }
}

.site-header-row-center-column .brand:not(.has-logo-image) .site-title-wrap {
    text-align: center
}

.logo-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-icon .base-svg-iconset svg {
    width: 100%;
    height: auto
}

.header-navigation ul ul.sub-menu,
.header-navigation ul ul.submenu {
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    margin-left: 0;
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 13px rgba(0, 0, 0, .1);
    z-index: 1000
}

.header-navigation ul ul.quadmenu-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

body:not(.hide-focus-outline) .header-navigation li.menu-item--has-toggle>a:focus .dropdown-nav-toggle {
    opacity: .2
}

.header-navigation ul ul.sub-menu>li:last-child,
.header-navigation ul ul.submenu>li:last-child {
    border-bottom: 0
}

.header-navigation ul ul.sub-menu.sub-menu-edge {
    left: auto;
    right: 0
}

.header-navigation ul ul ul.sub-menu.sub-menu-edge {
    left: auto;
    right: 100%
}

.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.sub-menu,
.header-navigation[class*=header-navigation-dropdown-animation-fade] ul ul.submenu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden
}

.header-navigation[class*=header-navigation-dropdown-animation-fade] ul li.menu-item--toggled-on>ul,
.header-navigation[class*=header-navigation-dropdown-animation-fade] ul li:hover>ul,
.header-navigation[class*=header-navigation-dropdown-animation-fade] ul li:not(.menu-item--has-toggle):focus>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    clip: auto;
    height: auto;
    overflow: visible
}

.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.sub-menu,
.header-navigation.header-navigation-dropdown-animation-fade-up ul ul.submenu {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.sub-menu,
.header-navigation.header-navigation-dropdown-animation-fade-down ul ul.submenu {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.wp-site-blocks .nav--toggle-sub .dropdown-nav-special-toggle {
    position: absolute !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 -.1em 0 0 !important;
    border: 0 !important;
    width: .9em;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    display: block;
    left: auto;
    right: .7em;
    pointer-events: none
}

.wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
    width: 2.6em;
    margin: 0 !important;
    right: 0
}

.nav--toggle-sub .dropdown-nav-special-toggle:focus {
    z-index: 10
}

.nav--toggle-sub .dropdown-nav-toggle {
    display: block;
    background: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    width: .7em;
    height: .7em;
    font-size: inherit;
    width: .9em;
    height: .9em;
    font-size: .9em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: visible;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.nav--toggle-sub ul ul .dropdown-nav-toggle {
    right: .2em
}

.nav--toggle-sub ul ul .dropdown-nav-toggle .base-svg-iconset {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav--toggle-sub li.menu-item-has-children {
    position: relative
}

.nav-drop-title-wrap {
    position: relative;
    padding-right: 1em;
    display: block
}

.nav--toggle-sub li.menu-item--toggled-on>ul,
.nav--toggle-sub li:hover>ul,
.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul {
    display: block
}

.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul {
    display: block
}

@media (hover:none) {
    .wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on) .dropdown-nav-special-toggle {
        left: 0;
        right: 0 !important;
        margin-right: 0 !important;
        width: 100%;
        pointer-events: all
    }

    .wp-site-blocks .nav--toggle-sub .menu-item--has-toggle:not(.menu-item--toggled-on)>a {
        pointer-events: none
    }
}

.rtl .nav--toggle-sub .dropdown-nav-toggle {
    right: auto;
    left: 0
}

.rtl .primary-menu-container>ul>li.menu-item .dropdown-nav-special-toggle {
    right: auto;
    left: .7em
}

.rtl .wp-site-blocks .nav--toggle-sub .sub-menu .dropdown-nav-special-toggle {
    left: 0;
    right: auto
}

.rtl .nav--toggle-sub ul ul .dropdown-nav-toggle .base-svg-iconset {
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.rtl .header-navigation ul ul ul.sub-menu,
.rtl .header-navigation ul ul ul.submenu {
    right: 100%;
    left: auto
}

.rtl .nav-drop-title-wrap {
    padding-left: 1em;
    padding-right: 0
}

.wp-site-blocks .nav--toggle-sub .base-menu-mega-enabled .sub-menu .dropdown-nav-special-toggle {
    display: none
}

.header-navigation-style-fullheight,
.header-navigation-style-fullheight .header-menu-container,
.header-navigation-style-fullheight .header-menu-container>ul,
.header-navigation-style-underline-fullheight,
.header-navigation-style-underline-fullheight .header-menu-container,
.header-navigation-style-underline-fullheight .header-menu-container>ul {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation-style-fullheight .header-menu-container>ul>li,
.header-navigation-style-fullheight .header-menu-container>ul>li>a,
.header-navigation-style-underline-fullheight .header-menu-container>ul>li,
.header-navigation-style-underline-fullheight .header-menu-container>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a {
    position: relative
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    right: 50%;
    background: currentColor;
    -webkit-transform: scale(0) translate(-50%);
    transform: scale(0) translate(-50%);
    -webkit-transition: color 0s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: color 0s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, color 0s ease-in-out;
    transition: transform .2s ease-in-out, color 0s ease-in-out, -webkit-transform .2s ease-in-out
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-menu-item>a:after,
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-page-item>a:after,
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after {
    -webkit-transform: scale(1) translate(50%);
    transform: scale(1) translate(50%)
}

.header-menu-container,
.header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-navigation li.menu-item>a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--global-palette4);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.header-navigation li.menu-item>a:focus,
.header-navigation li.menu-item>a:hover {
    color: var(--global-palette-highlight)
}

.header-navigation ul.sub-menu,
.header-navigation ul.submenu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-navigation ul li.menu-item>a {
    padding: .6em .5em
}

.header-navigation ul ul li.menu-item>a {
    padding: .5em;
    width: 200px
}

.header-navigation ul ul ul.sub-menu,
.header-navigation ul ul ul.submenu {
    top: 0;
    left: 100%;
    right: auto;
    min-height: 100%
}

.header-navigation .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.header-navigation .menu,
.menu-toggle-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.menu-toggle-open {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-toggle-open .menu-toggle-label {
    padding-right: 5px
}

.menu-toggle-open .menu-toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-toggle-open .menu-toggle-label:empty {
    padding-right: 0
}

.menu-toggle-open:focus,
.menu-toggle-open:hover {
    border-color: currentColor;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-toggle-open.menu-toggle-style-default {
    border: 0
}

.wp-site-blocks .menu-toggle-open {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

.mobile-navigation {
    width: 100%
}

.mobile-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding: .6em .5em
}

.mobile-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.drawer-content .site-header-item-mobile-navigation.site-header-item {
    margin-bottom: 0
}

.drawer-nav-drop-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.drawer-nav-drop-wrap a {
    color: inherit
}

.drawer-nav-drop-wrap .drawer-sub-toggle {
    background: transparent;
    color: inherit;
    padding: .5em .7em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: normal
}

.drawer-nav-drop-wrap .drawer-sub-toggle[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap .drawer-sub-toggle {
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

.mobile-navigation ul ul {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.mobile-navigation ul.has-collapse-sub-nav ul.sub-menu {
    display: none
}

body[class*=amp-mode-] .mobile-navigation ul ul {
    display: block
}

.mobile-navigation ul ul ul ul ul ul {
    padding-left: 0
}

.mobile-navigation ul.has-collapse-sub-nav .sub-menu.show-drawer {
    display: block
}

.popup-drawer {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    -webkit-transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
    transition: opacity .25s ease-in, left 0s .25s, right 0s .25s;
    z-index: 100000
}

.popup-drawer .drawer-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.popup-drawer .drawer-inner {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    max-width: 90%;
    right: 0;
    top: 0;
    overflow: auto;
    background: #090c10;
    color: #fff;
    bottom: 0;
    opacity: 0;
    position: fixed;
    -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .25s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: opacity .25s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .25s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1)
}

.popup-drawer .drawer-header {
    padding: 0 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px)
}

.popup-drawer .drawer-header .drawer-toggle {
    background: transparent;
    border: 0;
    line-height: 1;
    padding: .6em .15em;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.popup-drawer .drawer-header .drawer-toggle:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.popup-drawer .drawer-content {
    padding: 0 1.5em 1.5em
}

@media screen and (max-width:540px) {
    .popup-drawer .drawer-content {
        padding: 0 .5em .5em
    }
}

.popup-drawer-layout-sidepanel.popup-drawer-side-left .drawer-inner {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    right: auto;
    left: 0
}

@media screen and (max-width:1024px) {

    .showing-popup-drawer-from-right.animate-body-popup #colophon,
    .showing-popup-drawer-from-right.animate-body-popup #inner-wrap,
    .showing-popup-drawer-from-right.animate-body-popup .site-header-row {
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }

    .showing-popup-drawer-from-left.animate-body-popup #colophon,
    .showing-popup-drawer-from-left.animate-body-popup #inner-wrap,
    .showing-popup-drawer-from-left.animate-body-popup .site-header-row {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }

    .animate-body-popup #colophon,
    .animate-body-popup #inner-wrap,
    .animate-body-popup .site-header-row {
        -webkit-transform: none;
        transform: none;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
        transition: -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
        transition: transform .3s cubic-bezier(.77, .2, .05, 1);
        transition: transform .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1)
    }
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth .drawer-inner {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: opacity .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: opacity .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1)
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.popup-drawer-side-left .drawer-inner {
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.popup-drawer-animation-scale.popup-drawer-layout-fullwidth.active .drawer-inner {
    -webkit-transform: scale(1);
    transform: scale(1)
}

#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-inner,
#mobile-drawer.popup-drawer-animation-slice.popup-drawer-layout-fullwidth .drawer-overlay {
    background: transparent
}

.popup-drawer .drawer-header .drawer-toggle {
    width: 1em;
    position: relative;
    height: 1em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 24px
}

.drawer-toggle .toggle-close-bar {
    width: .75em;
    height: .08em;
    background: currentColor;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    margin-top: -.04em;
    opacity: 0;
    border-radius: .08em;
    left: 50%;
    margin-left: -.375em;
    top: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    -webkit-transition: opacity .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: opacity .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), opacity .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.drawer-toggle .toggle-close-bar:last-child {
    -webkit-transform: rotate(-45deg) translateX(50%);
    transform: rotate(-45deg) translateX(50%)
}

.popup-drawer.active .drawer-toggle .toggle-close-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1
}

.popup-drawer.active .drawer-toggle .toggle-close-bar:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 1
}

.popup-drawer .drawer-content.content-valign-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-drawer .drawer-content.content-valign-bottom,
.popup-drawer .drawer-content.content-valign-middle {
    min-height: calc(100% - 1.2em - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    max-height: calc(100% - 1.2em - 24px);
    overflow: auto
}

.popup-drawer .drawer-content.content-valign-bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.popup-drawer .drawer-content.content-valign-bottom .site-header-item-mobile-navigation {
    display: block;
    overflow: auto;
    max-height: calc(100% - 1.2em - 24px)
}

.popup-drawer .drawer-content.content-align-center {
    text-align: center
}

.popup-drawer .drawer-content.content-align-center .site-header-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-drawer .drawer-content.content-align-right {
    text-align: right
}

.popup-drawer .drawer-content.content-align-right .site-header-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-inner {
    -webkit-transform: none;
    transform: none
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-slice-background {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    background: rgba(9, 12, 16, .97);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: -webkit-transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1);
    transition: transform .3s cubic-bezier(.77, .2, .05, 1), -webkit-transform .3s cubic-bezier(.77, .2, .05, 1)
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .pop-portion-bg:nth-child(odd) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice .drawer-content {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .pop-portion-bg {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.active .drawer-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

@media screen and (max-width:1024px) {
    .popup-drawer-layout-sidepanel.popup-mobile-drawer-side-right .drawer-inner {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        right: 0;
        left: auto
    }

    .popup-drawer-layout-sidepanel.popup-mobile-drawer-side-left .drawer-inner {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        right: auto;
        left: 0
    }
}

body.admin-bar .popup-drawer,
body.admin-bar .popup-drawer .drawer-inner {
    top: 46px
}

@media screen and (min-width:783px) {

    body.admin-bar .popup-drawer,
    body.admin-bar .popup-drawer .drawer-inner {
        top: 32px
    }
}

.popup-drawer.show-drawer {
    display: block
}

.popup-drawer.active {
    left: 0;
    opacity: 1;
    right: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out
}

.popup-drawer.active .drawer-inner {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.popup-drawer.active .drawer-overlay {
    opacity: 1;
    cursor: url(../images/icons/cursor-close.png), pointer;
    -webkit-transition: .6s cubic-bezier(.7, 0, .2, 1);
    transition: .6s cubic-bezier(.7, 0, .2, 1);
    -webkit-transition-property: opacity, visibility, background-color;
    transition-property: opacity, visibility, background-color
}

body[class*=showing-popup-drawer-] {
    overflow: hidden
}

#main-header {
    display: none
}

#masthead {
    position: relative;
    z-index: 11
}

@media screen and (min-width:1025px) {
    #main-header {
        display: block
    }

    #mobile-header {
        display: none
    }
}

.header-html-inner img.alignnone {
    display: inline-block
}

.drawer-content .mobile-html,
.drawer-content .mobile-html2 {
    width: 100%
}

.site-header-row {
    display: grid;
    grid-template-columns: auto auto
}

.site-header-row.site-header-row-center-column {
    grid-template-columns: 1fr auto 155px;
}

.site-header-row.site-header-row-only-center-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header-row.site-header-row-only-center-column .site-header-section-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.site-header-upper-inner-wrap.child-is-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.site-header-upper-inner-wrap.child-is-fixed .site-main-header-wrap {
    width: 100%
}

.site-header-row-layout-fullwidth>.site-header-row-container-inner>.site-container {
    max-width: none
}

.site-header-row-tablet-layout-contained {
    padding: 0 1.5rem
}

.site-header .header-search-advanced,
.widget-toggle-open-container .widget-toggle-open {
    border: 1px solid;
    border-radius: 5px;
}

.address-content {
    display: flex;
    flex-direction: column;
    width: 180px;
}

.address-content .address-title {
    font-family: 'Poppins';
    font-weight: 400;
}

.address-content .address-label {
    font-size: 13px;
    font-family: 'Poppins';
    color: #000;
    font-weight: 600;
    word-wrap: break-word;
    padding: 0 20px 0 0;
}

.element-contact-inner-wrap a {
    display: grid !important;
    grid-template-columns: 1fr 135px;
}

.site-header-row-container-inner {
    background-color: #fff !important;
    border-bottom: 1px solid #000 !important;
}

.site-header-row-container-inner .current-menu-item a {
    font-weight: 600 !important;
}

.site-header-row-container-inner a {
    border-radius: 5px;
}

.main-navigation .primary-menu-container>ul>li.menu-item {
    margin: 0 3px;
}

.menu a {
    text-transform: uppercase;
}

.site-header-main-section-left-center.site-header-section.site-header-section-left-center {
    display: none !important;
}

.header-contact-item .contact-content {
    width: 180px !important;
}

@media screen and (min-width:1024px) {
.regina-store {
        margin: 0 0 0 -50px;
    }

    /* Mega menu dropdown */
    .menu-item-has-children .sub-menu {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(200px, 1fr));
        /* 3 equal columns */
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        list-style: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 550px;
        /* adjust width as per your design */
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}

@media screen and (max-width:719px) {
    .site-header-focus-item.site-header-row-mobile-layout-contained {
        padding: 0 1.5rem
    }

    .site-header-focus-item.site-header-row-mobile-layout-fullwidth,
    .site-header-focus-item.site-header-row-mobile-layout-standard {
        padding: 0
    }

    .site-header-row {
        display: flex !important;
        flex-direction: column !important;
    }

    .site-header-main-section-center.site-header-section.site-header-section-center {
        flex-direction: column !important;
    }

    .site-header-main-section-center.site-header-section.site-header-section-center {
        width: 100% !important;
        text-align: center !important;
    }

    .element-contact-inner-wrap .header-contact-item {
        text-align: start;
        margin: 0;
        padding: 20px 10px 10px 10px;
    }

    .header-html-inner {
        padding: 0 10px;
        text-align: start;
    }

    .site-header-section-left {
        flex-direction: column;
        gap: 20px;
    }

    .header-search-advanced {
        width: 100%;
    }

    .site-header-main-section-center.site-header-section.site-header-section-center .site-header-item.site-header-focus-item {
        justify-content: flex-start;
    }

}

.site-header-item,
.site-header-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: inherit
}

.site-header-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px
}

.rtl .site-header-item {
    margin-left: 20px;
    margin-right: 0
}

.site-header-section>.site-header-item:last-child {
    margin-right: 0
}

.rtl .site-header-section>.site-header-item:last-child {
    margin-left: 0
}

.drawer-content .site-header-item {
    margin-right: 0;
    margin-bottom: 10px
}

.drawer-content .site-header-item:last-child {
    margin-bottom: 0
}

.site-header-section-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-header-section-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site-header-section-left-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-header-section-right-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header-navigation-layout-stretch-true,
.header-navigation-layout-stretch-true .header-navigation,
.header-navigation-layout-stretch-true .header-navigation .header-menu-container,
.site-header-section-right-center {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container .menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr))
}

.header-navigation-layout-stretch-true.header-navigation-layout-fill-stretch-true .header-navigation .header-menu-container .menu>li {
    text-align: center
}

.header-html-inner p:first-child {
    margin-top: 0
}

.header-html-inner p:last-child {
    margin-bottom: 0
}

#main-header .header-button.button-style-outline {
    background: transparent !important
}

.element-social-inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: .3em;
    gap: .3em
}

.element-social-inner-wrap,
a.social-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

a.social-button {
    width: 2em;
    text-decoration: none;
    height: 2em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    color: var(--global-palette4);
    background: var(--global-palette7);
    border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a.social-button:after {
    display: none
}

a.social-button:hover {
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg)
}

a.social-button .social-label {
    padding-left: 6px
}

.social-show-label-true a.social-button {
    width: auto;
    padding: 0 .4em
}

a.social-button.has-custom-image {
    width: auto;
    height: auto
}

.social-style-outline .social-button {
    background: transparent !important;
    border: 2px solid var(--global-palette7)
}

.social-style-outline .social-button:hover {
    color: var(--global-palette-highlight);
    border-color: currentColor
}

.social-icon-custom-svg {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center
}

.social-icon-custom-svg svg {
    fill: currentcolor;
    width: 1em;
    height: 1em
}

.social-icon-custom-svg svg * {
    fill: currentColor
}

.search-toggle-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-toggle-open .search-toggle-label {
    padding-right: 5px
}

.search-toggle-open .search-toggle-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-toggle-open .search-toggle-icon svg.base-svg-icon {
    position: relative
}

.search-toggle-open .search-toggle-label:empty {
    padding-right: 0
}

.search-toggle-open:focus,
.search-toggle-open:hover {
    border-color: currentColor;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-toggle-open.search-toggle-style-default {
    border: 0
}

.popup-drawer-layout-fullwidth .drawer-inner {
    max-width: none;
    background: rgba(9, 12, 16, .97);
    -webkit-transition: opacity .2s ease-in, -webkit-transform 0s ease-in;
    transition: opacity .2s ease-in, -webkit-transform 0s ease-in;
    transition: transform 0s ease-in, opacity .2s ease-in;
    transition: transform 0s ease-in, opacity .2s ease-in, -webkit-transform 0s ease-in
}

.popup-drawer-layout-fullwidth .drawer-inner .drawer-overlay {
    background-color: transparent
}

#mobile-drawer.popup-drawer-layout-fullwidth.popup-drawer-animation-slice.pop-animated .drawer-inner {
    background: rgba(9, 12, 16, .97)
}

#search-drawer .drawer-inner {
    color: var(--global-palette3);
    background-color: var(--global-palette9);
    bottom: auto;
    padding: 1em 0 2.5em
}

#search-drawer .drawer-inner .drawer-header {
    position: relative;
    z-index: 100
}

#search-drawer .drawer-inner .drawer-header .drawer-toggle {
    padding: 0
}

#search-drawer .drawer-inner .drawer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1em 1em
}

#search-drawer .drawer-inner form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 200
}

#search-drawer .drawer-inner form label {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

#search-drawer .drawer-inner form ::-webkit-input-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner form ::-moz-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner form :-ms-input-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner form :-moz-placeholder {
    color: currentColor;
    opacity: .5
}

#search-drawer .drawer-inner input.search-field {
    width: 100%;
    background: transparent;
    color: var(--global-palette6);
    padding: .5em 80px .5em 1em
}

@media screen and (max-width:767px) {
    #search-drawer .drawer-inner input.search-field {
        padding: .5em 50px .5em 1em;
        font-size: 15px
    }
}

#search-drawer .drawer-inner .search-submit[type=submit] {
    width: 55px
}

#search-drawer .drawer-inner .base-search-icon-wrap {
    color: var(--global-palette6);
    width: 55px
}

.site-header-upper-inner-wrap.child-is-fixed .site-top-header-wrap:not(.item-is-fixed) {
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.base-sticky-header {
    position: relative;
    z-index: 1
}

.item-is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1200
}

.site-branding a.brand img.base-sticky-logo {
    display: none
}

.base-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img.base-sticky-logo {
    display: block
}

.base-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand.has-sticky-logo img {
    display: none
}

.base-sticky-header.item-is-fixed:not(.item-at-start) .site-branding a.brand img:not(.svg-logo-image) {
    width: auto
}

.base-sticky-header.item-is-fixed:not(.item-at-start)[data-shrink=true] .site-branding a.brand picture img {
    max-height: inherit
}

#mobile-drawer {
    z-index: 99999
}

#mobile-header .mobile-navigation>.mobile-menu-container.drawer-menu-container>ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#mobile-header .mobile-navigation.drawer-navigation-parent-toggle-true .drawer-nav-drop-wrap>a {
    padding-right: 2em
}

#mobile-header .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button,
#mobile-header .mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
#mobile-header .mobile-navigation ul li:not(.menu-item-has-children) a {
    border: 0
}

#mobile-header .site-header-item:has(input, select, textarea) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    justify-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

#mobile-header .site-header-item:has(input, select, textarea)>* {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#mobile-header .site-header-item input,
#mobile-header .site-header-item select,
#mobile-header .site-header-item textarea {
    width: 100%
}