/*****************************
**
** GENERAL
**
******************************/

:root {
    /***** General */
    --element-radius: 0px;
    --element-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
    --element-shadow-hover: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
}


/*****************************
**
** HELPER CLASSES
**
******************************/

.d-none {
    display: none !important;
}

.m-0,
.wpb_wrapper .g-cols>.m-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.mb-0,
.wpb_wrapper .g-cols>.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0,
.wpb_wrapper .g-cols>.mt-0 {
    margin-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.width-100 {
    width: 100%;
}

.height-100 {
    height: 100%;
}

.grayscale img {
    filter: grayscale(100%);
}

.overflow_hidden {
    overflow: hidden;
}

.overflow_visible {
    overflow: visible;
}

@media only screen and (min-width: 800px) {
    .two_columns ul {
        columns: 2;
    }
}

.no-touch .show_only_on_touch_devices {
    display: none !important;
}

.position_relative {
    position: relative;
}

.no_shrink {
    flex-shrink: 0;
}


/*****************************
**
** GENERAL CUSTOMIZATIONS
**
******************************/

.mfp-bottom-bar {
    display: none;
}

.mfp-container:after,
.mfp-arrow:before {
    font-size: 1.5rem;
}

.w-gallery-item-meta:empty,
.w-html:empty {
    display: none;
}

.w-btn,
img,
label,
.g-breadcrumbs,
::placeholder {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-post-elm.type_image,
img {
    line-height: 0;
}

.round img {
    border-radius: var(--element-radius, 0px);
}

.w-image.push_to_left img {
    display: block;
    margin-right: auto;
}

.w-image.push_to_right img {
    display: block;
    margin-left: auto;
}


/*****************************
**
** COLORS
**
******************************/


/***** GENERAL */

:root {
    --success-color: #31572C;
    --warning-color: #feb95f;
    --error-color: #ef233c;
    --success-color-faded: #9fcc99;
    --warning-color-faded: #fec880;
    --error-color-faded: #fab8c0;
    --color-content-bold: var(--color-content-heading);
    --color-alt-content-bold: var(--color-alt-content-heading);
    --color-footer-bold: var(--color-footer-heading);
    --color-footer-faded: var(--color-alt-content-faded);
    --color-faded: var(--color-content-faded);
    --color-white: #FFFFFF;
    --color-black: #000000;
}

.color_white {
    color: var(--color-white);
}

.background_white {
    background: var(--color-white);
}

.color_black {
    color: var(--color-black);
}

.color_faded {
    color: var(--color-faded);
}

.color_alternate {
    --color-faded: var(--color-alt-content-faded);
}

.color_footer-bottom {
    --color-faded: var(--color-footer-faded, var(--color-alt-content-faded));
}


/***** COLOR DEFAULT */

.color_default {
    color: var(--color-content-text) !important;
}

.color_default h1,
.color_default h2,
.color_default h3,
.color_default h4,
.color_default h5,
.color_default h6 {
    color: var(--color-content-heading) !important;
}

.color_default b,
.color_default strong {
    color: var(--color-content-bold) !important;
}

.color_default td,
.color_default th {
    border-color: var(--color-content-border) !important;
}

.color_default a {
    color: var(--color-content-link) !important;
}

.no-touch .color_default a:hover {
    color: var(--color-content-link-hover) !important;
}

.color_default .g-preloader {
    color: var(--color-content-primary) !important;
}


/***** COLOR ALT */

.color_alt {
    color: var(--color-alt-content-text);
}

.color_alt h1,
.color_alt h2,
.color_alt h3,
.color_alt h4,
.color_alt h5,
.color_alt h6 {
    color: var(--color-alt-content-heading);
}

.color_alt b,
.color_alt strong {
    color: var(--color-alt-content-bold);
}

.color_alt td,
.color_alt th {
    border-color: var(--color-alt-content-border);
}

.color_alt a:not(.w-btn) {
    color: var(--color-alt-content-link);
}

.no-touch .color_alt a:not(.w-btn):hover {
    color: var(--color-alt-content-link-hover);
}

.color_alt .g-preloader {
    color: var(--color-alt-content-primary);
}


/***** PLACEHOLDER COLORS */

::placeholder {
    color: var(--color-content-faded);
    opacity: 1;
}


/* .l-section.color_alternate ::placeholder,
.l-section.color_footer-bottom ::placeholder {
    color: var(--color-footer-faded);
} */


/***** HIGHLIGHT COLORS */

::selection {
    background: var(--color-content-secondary);
    color: var(--color-content-bg);
}

::-moz-selection {
    background: var(--color-content-secondary);
    color: var(--color-content-bg);
}


/* .l-section.color_alternate *::selection {
    background: #FFFFFF;
    color: var(--color-content-secondary);
}


.l-section.color_alternate *::-moz-selection {
    background: #FFFFFF;
    color: var(--color-content-primary);
} */


/*****************************
**
** PAGE LAYOUT
**
******************************/


/***** GENERAL */

:root {
    /***** Layout */
    --page-layout-gutter: 0.8333rem;
    --page-layout-site-width: 1830px;
}

@media (max-width: 820px) {
    .hide_after_stacking {
        display: none !important;
    }
}


/***** PAGE LAYOUT - OUTHER CONTAINER */


/* #page-content .l-section,
#page-footer .l-section {
    max-width: var(--page-layout-site-width);
}

@media only screen and (min-width: 1840px) {
    #page-content .w-separator.width_screen {
        margin-right: calc( var(--site-content-width) / 2 + 0px / 2 - calc(var(--page-layout-site-width) / 2));
        margin-left: calc( var(--site-content-width) / 2 + 0px / 2 - calc(var(--page-layout-site-width) / 2));
    }
} */


/***** PAGE LAYOUT - GUTTERS */

.g-cols.type_default>div>.vc_column-inner,
.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: var(--page-layout-gutter);
    padding-right: var(--page-layout-gutter);
}

.g-cols.type_default,
.g-cols.via_flex.type_default {
    margin-left: calc(-1 * var(--page-layout-gutter));
    margin-right: calc(-1 * var(--page-layout-gutter));
}


/***** PAGE LAYOUT - CONTAINER PADDINGS */

:root {
    --page-layout-container-padding: 20px;
}

@media (min-width: 768px) {
     :root {
        --page-layout-container-padding: 30px;
    }
}

@media (min-width: 1024px) {
     :root {
        --page-layout-container-padding: 40px;
    }
}

@media (min-width: 1280px) {
     :root {
        --page-layout-container-padding: 50px;
    }
}

.l-subheader,
.l-section:not(.width_full) {
    padding-left: var(--page-layout-container-padding) !important;
    padding-right: var(--page-layout-container-padding) !important;
}

.l-content>div>.l-section {
    --page-layout-container-padding: 0;
}


/***** CUSTOM LAYOUT */

@media (max-width: 1024px) {
    .cols_reversed_from-tablet {
        flex-direction: column-reverse;
    }
    .cols_reversed_from-tablet>* {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}


/* experimental */

:root {
    --cols-stacking-spacing: var(--separator_height_size_medium);
}

@media (max-width: 820px) {
    body .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]) {
        margin: 0 0 var(--cols-stacking-spacing);
    }
}


/*****************************
**
** SECTION SPACINGS
**
******************************/


/***** GENERAL */

:root {
    /* small */
    --section-height-small-top-padding: 25px;
    --section-height-small-bottom-padding: 25px;
    /* medium */
    --section-height-medium-top-padding: 40px;
    --section-height-medium-bottom-padding: 40px;
    /* large */
    --section-height-large-top-padding: 50px;
    --section-height-large-bottom-padding: 50px;
    /* huge */
    --section-height-huge-top-padding: 75px;
    --section-height-huge-bottom-padding: 75px;
}

@media (min-width: 768px) {
     :root {
        /* small */
        --section-height-small-top-padding: 40px;
        --section-height-small-bottom-padding: 40px;
        /* medium */
        --section-height-medium-top-padding: 60px;
        --section-height-medium-bottom-padding: 60px;
        /* large */
        --section-height-large-top-padding: 80px;
        --section-height-large-bottom-padding: 80px;
        /* huge */
        --section-height-huge-top-padding: 100px;
        --section-height-huge-bottom-padding: 100px;
    }
}

@media (min-width: 1025px) {
     :root {
        /* small */
        --section-height-small-top-padding: 50px;
        --section-height-small-bottom-padding: 50px;
        /* medium */
        --section-height-medium-top-padding: 80px;
        --section-height-medium-bottom-padding: 80px;
        /* large */
        --section-height-large-top-padding: 100px;
        --section-height-large-bottom-padding: 100px;
        /* huge */
        --section-height-huge-top-padding: 125px;
        --section-height-huge-bottom-padding: 125px;
    }
}

@media (min-width: 1280px) {
     :root {
        /* small */
        --section-height-small-top-padding: 75px;
        --section-height-small-bottom-padding: 75px;
        /* medium */
        --section-height-medium-top-padding: 100px;
        --section-height-medium-bottom-padding: 100px;
        /* large */
        --section-height-large-top-padding: 150px;
        --section-height-large-bottom-padding: 150px;
        /* huge */
        --section-height-huge-top-padding: 200px;
        --section-height-huge-bottom-padding: 200px;
    }
}


/***** HEIGHT SMALL */

.l-section.height_small {
    padding-top: var(--section-height-small-top-padding);
    padding-bottom: var(--section-height-small-bottom-padding);
}


/***** HEIGHT MEDIUM */

.l-section.height_medium {
    padding-top: var(--section-height-medium-top-padding);
    padding-bottom: var(--section-height-medium-bottom-padding);
}


/***** HEIGHT LARGE */

.l-section.height_large {
    padding-top: var(--section-height-large-top-padding);
    padding-bottom: var(--section-height-large-bottom-padding);
}


/***** HEIGHT HUGE */

.l-section.height_huge {
    padding-top: var(--section-height-huge-top-padding);
    padding-bottom: var(--section-height-huge-bottom-padding);
}


/***** CUSTOM HEIGHTS */

#page-content>section.section_padding_top-huge,
#page-footer>section.section_padding_top-huge {
    padding-top: var(--section-height-huge-top-padding);
}

#page-content>section.section_padding_bottom-huge,
#page-footer>section.section_padding_bottom-huge {
    padding-bottom: var(--section-height-huge-bottom-padding);
}

#page-content>section.section_padding_top-large,
#page-footer>section.section_padding_top-large {
    padding-top: var(--section-height-large-top-padding);
}

#page-content>section.section_padding_bottom-large,
#page-footer>section.section_padding_bottom-large {
    padding-bottom: var(--section-height-large-bottom-padding);
}

#page-content>section.section_padding_top-medium,
#page-footer>section.section_padding_top-medium {
    padding-top: var(--section-height-medium-top-padding);
}

#page-content>section.section_padding_bottom-medium,
#page-footer>section.section_padding_bottom-medium {
    padding-bottom: var(--section-height-medium-bottom-padding);
}

#page-content>section.section_padding_top-small,
#page-footer>section.section_padding_top-small {
    padding-top: var(--section-height-small-top-padding);
}

#page-content>section.section_padding_bottom-small,
#page-footer>section.section_padding_bottom-small {
    padding-bottom: var(--section-height-small-bottom-padding);
}


/***** TABS - FULL WIDTH **/

.l-section.width_full>div>.g-cols.cols_1>div>div>.w-tabs.layout_hor .w-tabs-section-content,
.l-section.width_full>div>div>.vc_col-sm-12>div>div>.w-tabs.layout_hor .w-tabs-section-content {
    padding: var(--section-height-medium-top-padding) var(--page-layout-container-padding) var(--section-height-medium-bottom-padding);
}


/*****************************
**
** SEPARATOR SPACINGS
**
******************************/


/***** GENERAL */

:root {
    --separator_height_size_small: 30px;
    --separator_height_size_medium: 50px;
    --separator_height_size_large: 80px;
    --separator_height_size_huge: 100px;
}

@media (min-width: 768px) {
     :root {
        --separator_height_size_small: 40px;
        --separator_height_size_medium: 80px;
        --separator_height_size_large: 100px;
        --separator_height_size_huge: 150px;
    }
}

@media (min-width: 1025px) {
     :root {
        --separator_height_size_small: 50px;
        --separator_height_size_medium: 100px;
        --separator_height_size_large: 150px;
        --separator_height_size_huge: 200px;
    }
}

@media (min-width: 1280px) {
     :root {
        --separator_height_size_small: 50px;
        --separator_height_size_medium: 100px;
        --separator_height_size_large: 150px;
        --separator_height_size_huge: 200px;
    }
}


/***** WITHOUT LINE */

.l-section .w-separator.size_huge {
    height: var(--separator_height_size_huge);
}

.l-section .w-separator.size_large {
    height: var(--separator_height_size_large);
}

.l-section .w-separator.size_medium {
    height: var(--separator_height_size_medium);
}

.l-section .w-separator.size_small {
    height: var(--separator_height_size_small);
}


/***** WITH LINE */

.l-section .w-separator.size_huge.with_line {
    height: calc(2 * var(--separator_height_size_huge));
}

.l-section .w-separator.size_large.with_line {
    height: calc(2 * var(--separator_height_size_large));
}

.l-section .w-separator.size_medium.with_line {
    height: calc(2 * var(--separator_height_size_medium));
}

.l-section .w-separator.size_small.with_line {
    height: calc(2 * var(--separator_height_size_small));
}


/*****************************
**
** CUSTOM OFFSETS
**
******************************/

:root {
    --offset-column: calc((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter)));
    --offset-column-sm: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) / 2);
    --offset-column-xs: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) / 4);
    --offset-column-lg: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) * 2);
    --offset-column-xl: calc(((1 / 12) * (var(--site-content-width) - 22 * var(--page-layout-gutter))) * 3);
    --offset-element: calc(var(--offset-column) + var(--page-layout-gutter) * 2);
    --offset-element-sm: calc((var(--offset-column) + var(--page-layout-gutter) * 2) / 2);
    --offset-element-xs: calc((var(--offset-column) + var(--page-layout-gutter) * 2) / 4);
    --offset-element-lg: calc((var(--offset-column) + var(--page-layout-gutter) * 2) * 2);
    --offset-element-xl: calc((var(--offset-column) + var(--page-layout-gutter) * 2) * 3);
}

@media only screen and (min-width: 1280px) {
    /** for columns */
    .offset_left.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column);
    }
    .offset_right.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column);
    }
    .offset_left-sm.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-sm);
    }
    .offset_right-sm.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-sm);
    }
    .offset_left-xs.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-xs);
    }
    .offset_right-xs.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-xs);
    }
    .offset_left-lg.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-lg);
    }
    .offset_right-lg.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-lg);
    }
    .offset_left-xl.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-left: var(--offset-column-xl);
    }
    .offset_right-xl.vc_column_container>.vc_column-inner>.wpb_wrapper {
        margin-right: var(--offset-column-xl);
    }
    /** for elements */
    .offset_left:not(.vc_column_container) {
        margin-left: var(--offset-element);
    }
    .offset_right:not(.vc_column_container) {
        margin-right: var(--offset-element);
    }
    .offset_left-sm:not(.vc_column_container) {
        margin-left: var(--offset-element-sm);
    }
    .offset_right-sm:not(.vc_column_container) {
        margin-right: var(--offset-element-sm);
    }
    .offset_left-xs:not(.vc_column_container) {
        margin-left: var(--offset-element-xs);
    }
    .offset_right-xs:not(.vc_column_container) {
        margin-right: var(--offset-element-xs);
    }
    .offset_left-lg:not(.vc_column_container) {
        margin-left: var(--offset-element-lg);
    }
    .offset_right-lg:not(.vc_column_container) {
        margin-right: var(--offset-element-lg);
    }
    .offset_left-xl:not(.vc_column_container) {
        margin-left: var(--offset-element-xl);
    }
    .offset_right-xl:not(.vc_column_container) {
        margin-right: var(--offset-element-xl);
    }
}


/*****************************
**
** DEFAULT TYPOGRAPHY
**
******************************/


/***** GENERAL */

:root {
    /***** Typography */
    --font-body: var(--font-family);
    --default-font-weight: var(--font-weight, 400);
    --light-font-weight: 300;
    --heading-font-weight: var(--h1-font-weight, 700);
    /***** Font Awesome */
    /* --fa-font-family: 'Font Awesome 6 Pro';
    --fa-font-family-brands: 'Font Awesome 6 Brands';
    --fa-font-weight: 400; */
}


/***** SPACINGS */

p,
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset,
.wp-caption {
    margin-bottom: 1.667rem;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child,
.wp-caption:last-child {
    margin-bottom: 0;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    padding-top: 0;
}


/* h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    text-wrap: balance;
} */


/***** STYLES */

em {
    font-style: italic;
}

strong,
b {
    color: var(--color-content-bold);
    font-weight: var(--bold-font-weight);
}

h1>b {
    font-weight: var(--h1-bold-font-weight, bold);
}

h2>b {
    font-weight: var(--h2-bold-font-weight, bold);
}

h3>b {
    font-weight: var(--h3-bold-font-weight, bold);
}

h4>b {
    font-weight: var(--h4-bold-font-weight, bold);
}

h5>b {
    font-weight: var(--h5-bold-font-weight, bold);
}

h6>b {
    font-weight: var(--h6-bold-font-weight, bold);
}

.l-section.color_footer-bottom strong,
.l-section.color_footer-bottom b {
    color: var(--color-footer-bold);
}

.l-section.color_alternate strong,
.l-section.color_alternate b {
    color: var(--color-alt-content-bold);
}

span[style*="color:"]>strong,
span[style*="color:"]>b,
.l-section.color_alternate span[style*="color:"]>strong,
.l-section.color_alternate span[style*="color:"]>b {
    color: inherit;
}


/***** LINKS */

.w-text a,
.post_content a:not(.button):not(.w-btn),
p a:not(.button):not(.w-btn),
.wpb_text_column a:not(.button):not(.w-btn) {
    text-decoration: underline;
}

.no-touch .w-text a:hover,
.no-touch .post_content a:not(.button):not(.w-btn):hover,
.no-touch p a:not(.button):not(.w-btn):hover,
.no-touch .wpb_text_column a:not(.button):not(.w-btn):hover {
    text-decoration: none;
}


/***** CUSTOMIZATIONS - FONT AWESOME */

.w-toplink span:not(.ripple-container):after,
.w-popup-closer::before,
.w-dropdown-current .w-dropdown-item:after,
.mfp-arrow:before,
.mfp-container:after,
header#page-header .w-search-close:before,
header#page-header .w-nav-close::before,
.w-filter-list-closer:before,
.pagination .page-numbers.next:after,
.pagination .page-numbers.prev:after {
    font-weight: var(--fa-font-weight, 400);
    font-family: var(--fa-font-family, "fontawesome");
}


/*****************************
**
** CUSTOM TYPOGRAPHY
**
******************************/


/***** GENERAL */


/** font sizes */

.font_size-h1 {
    font-size: var(--h1-font-size);
}

.font_size-h2 {
    font-size: var(--h2-font-size);
}

.font_size-h3 {
    font-size: var(--h3-font-size);
}

.font_size-h4 {
    font-size: var(--h4-font-size);
}

.font_size-h5 {
    font-size: var(--h5-font-size);
}

.font_size-h6 {
    font-size: var(--h6-font-size);
}


/** offsets */

@media (min-width: 821px) {
    .offset_h1-before-stacking {
        margin-top: calc(var(--h1-font-size) * var(--h1-line-height) + var(--h1-margin-bottom));
    }
    .offset_h2-before-stacking {
        margin-top: calc(var(--h2-font-size) * var(--h2-line-height) + var(--h2-margin-bottom));
    }
    .offset_h3-before-stacking {
        margin-top: calc(var(--h3-font-size) * var(--h3-line-height) + var(--h3-margin-bottom));
    }
    .offset_h4-before-stacking {
        margin-top: calc(var(--h4-font-size) * var(--h4-line-height) + var(--h4-margin-bottom));
    }
    .offset_h5-before-stacking {
        margin-top: calc(var(--h5-font-size) * var(--h5-line-height) + var(--h5-margin-bottom));
    }
    .offset_h6-before-stacking {
        margin-top: calc(var(--h6-font-size) * var(--h6-line-height) + var(--h6-margin-bottom));
    }
}


/***** CUSTOM FONT SIZES */


/* @media (min-width: 1280px) {
    body h1 {
        font-size: 80px;
    }
    body h2 {
        font-size: 72px;
    }
} */


/*** CUSTOM FONT STYLES */

html,
.l-header,
.widget,
.menu-item-object-us_page_block {
    font-feature-settings: 'pnum' on, 'lnum' on;
}

@media (max-width: 820px) {
    .mobile_center {
        text-align: center;
    }
    .w-image.mobile_center {
        margin-left: auto;
        margin-right: auto;
    }
    .w-hwrapper.mobile_center {
        justify-content: center !important;
    }
}


/***** SECTION HEADING */


/* .section_heading h2:last-child,
h2.section_heading:not(:last-child) {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .section_heading h2:last-child,
    h2.section_heading:not(:last-child) {
        margin-bottom: 70px;
    }
} */


/*****************************
**
** EDITOR STYLES - styles for new TinyMCE types
**
******************************/

.no-wrap {
    white-space: nowrap;
}


/** Large Text */

.text_large {
    font-size: 20px;
}

@media (min-width: 768px) {
    .text_large {
        font-size: 24px;
    }
}


/* .text_large:not(:last-child) {
    margin-bottom: 2.778rem;
} */


/** Medium Text */

.text_medium {
    font-size: 18px;
}

@media (min-width: 768px) {
    .text_medium {
        font-size: 21px;
    }
}


/* .text_medium:not(:last-child) {
    margin-bottom: 2.778rem;
} */


/** Small Text */

.text_small {
    font-size: 14px;
}

@media (min-width: 768px) {
    .text_small {
        font-size: 16px;
    }
}


/* .text_small:not(:last-child) {
    margin-bottom: 2.778rem;
} */


/** tagline **/

:root {
    --tagline-font-size: 16px;
    --tagline-line-height: 1.5;
    --tagline-margin: 20px;
}

.tagline {
    font-family: var(--h1-font-family);
    font-weight: var(--heading-font-weight);
    font-size: var(--tagline-font-size);
    line-height: var(--tagline-line-height);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-content-heading);
}

.tagline:not(:last-child) {
    margin-bottom: var(--tagline-margin);
}

.color_default .tagline {
    color: var(--color-content-heading);
}

.color_alt .tagline,
.color_alternate .tagline {
    color: var(--color-alt-content-heading);
}

.color_footer-bottom .tagline {
    color: var(--color-footer-heading);
}

.offset_tagline {
    margin-top: calc(var(--tagline-font-size) * var(--tagline-line-height) + var(--tagline-margin));
}

@media (min-width: 821px) {
    .offset_tagline-before-stacking {
        margin-top: calc(var(--tagline-font-size) * var(--tagline-line-height) + var(--tagline-margin));
    }
}

.wpb_text_column .tagline+h1:not(:first-child),
.wpb_text_column .tagline+h2:not(:first-child),
.wpb_text_column .tagline+h3:not(:first-child),
.wpb_text_column .tagline+h4:not(:first-child),
.wpb_text_column .tagline+h5:not(:first-child),
.wpb_text_column .tagline+h6:not(:first-child) {
    padding-top: 0;
}


/*****************************
**
** BUTTONS
**
******************************/


/***** GENERAL */

.w-btn-wrapper {
    line-height: 1;
}

.w-vwrapper>.w-btn-wrapper:first-child {
    margin-top: 0;
}

.w-grid+.w-btn-wrapper {
    margin-top: 1.667rem;
    margin-bottom: 0;
}

.w-separator+.w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

.w-btn i {
    font-size: inherit;
    vertical-align: baseline;
}

.w-btn.icon_atleft i {
    margin-right: 0.556rem;
}

.w-btn.icon_atright i {
    margin-left: 0.556rem;
}


/***** CUSTOM TWEAKS */

.w-btn.as_block {
    display: block;
    width: 100%;
}

.remove_btn_margins .w-btn-wrapper {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 820px) {
    .w-btn.hide_label_on_mobile>.w-btn-label {
        display: none;
    }
    .w-btn.hide_label_on_mobile.icon_atright>i {
        margin-left: 0;
    }
    .w-btn.hide_label_on_mobile.icon_atleft>i {
        margin-right: 0;
    }
}


/**** Custom responsivity */

@media (max-width: 767px) {
    .menu-item.mobile_block>.w-btn,
    .w-btn.mobile_block {
        display: block;
        width: 100%;
    }
}


/**** Custom icon colors */

.w-grid .g-loadmore .w-btn.icon_color-primary::after,
.icon_color-primary i,
.w-text.icon_color-primary i,
.w-btn.icon_color-primary i {
    color: var(--color-content-primary);
    transition: color .3s ease;
}

.w-grid .g-loadmore .w-btn.icon_color-secondary::after,
.icon_color-secondary i,
.w-text.icon_color-secondary i,
.w-btn.icon_color-secondary i {
    color: var(--color-content-secondary);
    transition: color .3s ease;
}

.color_alternate .w-grid .g-loadmore .w-btn.icon_color-primary::after,
.color_alternate .icon_color-primary i,
.color_alternate .w-text.icon_color-primary i,
.color_alternate .w-btn.icon_color-primary i {
    color: var(--color-alt-content-primary);
}

.color_alternate .w-grid .g-loadmore .w-btn.icon_color-secondary::after,
.color_alternate .icon_color-secondary i,
.color_alternate .w-text.icon_color-secondary i,
.color_alternate .w-btn.icon_color-secondary i {
    color: var(--color-alt-content-secondary);
}


/***** Custom Icon Modifications */


/* i.fa-phone,
.w-contacts-item.for_phone::before,
.icon_transform-flip i {
    transform: scaleX(-1);
} */


/***** PRIMAY BTN */

.w-btn.btn_primary {}


/***** SIMPLE BTN */

.w-btn.btn_simple {
    text-decoration: underline;
    /* text-decoration-thickness: from-font;
    text-underline-offset: 2px; */
}

.no-touch .w-btn.btn_simple:hover {
    text-decoration: none;
}

.w-btn.btn_simple[href^="tel:"] {
    text-decoration: none;
}


/***** BADGE */

.w-btn.us-btn-style_badge {
    font-size: 14px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    padding: 0.25em 1em;
    border-radius: var(--element-radius, 0px);
    overflow: hidden;
    background: var(--color-content-bg-alt);
    color: var(--color-content-link) !important;
}

.no-touch .us-btn-style_badge:hover {
    color: var(--color-alt-content-heading) !important;
    background: var(--color-alt-content-bg);
}

@media (min-width: 768px) {
    .w-btn.us-btn-style_badge {
        font-size: 16px;
    }
}


/***** LINK OVER */

.link_over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


/**** Link over - hover effect on simple link */

.no-touch .link_over:hover+.wrapper_main .w-btn.btn_simple {
    text-decoration: none;
}

.no-touch .w-grid-item-anchor:hover+.wrapper_main .post_title>a,
.no-touch .w-grid-item-anchor:hover+.wrapper_main .w-btn.btn_simple {
    text-decoration: none;
}


/*****************************
**
** BLOG POST / DEFAULT TEXT PAGE
**
******************************/

.wpb_text_column h1:not(:first-child),
.wpb_text_column h2:not(:first-child),
.wpb_text_column h3:not(:first-child) {
    padding-top: calc(30px / 2);
}

.wpb_text_column h4:not(:first-child),
.wpb_text_column h5:not(:first-child),
.wpb_text_column h6:not(:first-child) {
    padding-top: calc(20px / 2);
}

.post_content h1:not(:first-child),
.post_content h2:not(:first-child),
.post_content h3:not(:first-child) {
    padding-top: calc(30px / 2);
}

.post_content h4:not(:first-child),
.post_content h5:not(:first-child),
.post_content h6:not(:first-child) {
    padding-top: calc(20px / 2);
}


/***** BLOCKQUOTE */

blockquote {
    font-size: 18px;
    line-height: 1.6;
}

blockquote:not(:first-child) {
    margin-top: 40px;
}

blockquote:not(:last-child) {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    blockquote {
        font-size: 21px;
    }
    blockquote:not(:first-child) {
        margin-top: 40px;
    }
    blockquote:not(:last-child) {
        margin-bottom: 40px;
    }
}


/** styling **/


/* blockquote {
    font-family: inherit;
    color: inherit;
    text-transform: initial;
    text-align: initial;
    font-weight: inherit;
    position: relative;
    padding: 0;
    font-style: inherit;
    background: none;
}

blockquote::before {
    content: var(--blockquote_ornament);
    line-height: 1;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    user-select: none;
    font-size: initial;
    font-family: inherit;
} */


/***** IMAGES AND GALLERY */


/**** FIX */

main img[class*="wp-image-"].aligncenter {
    max-width: 100%;
}


/**** Images */


/* main .w-image {
    border-radius: var(--element-radius);
    overflow: hidden;
} */

main .w-image .w-image-meta {
    font-size: 14px;
    line-height: 1.5;
}

main .w-image .w-image-meta .w-image-description {
    font-size: 16px;
    line-height: 1.5;
}


/* in post detail */

.blog_post_image,
.single-post figure>img,
.post_content p>img[class*="wp-image-"] {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.post_content p>img[class*="wp-image-"] {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post figure:not(:first-child) {
    margin-top: calc(20px + 1.5rem);
}

.single-post figure:not(:last-child) {
    margin-bottom: calc(20px + 1.5rem);
}

.single-post figure .wp-caption-text {
    font-size: 14px;
    line-height: 1.5;
}

.single-post .mfp-container figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/**** Gallery */


/** gap */

.post_content .w-gallery .w-gallery-list {
    --items-gap: var(--page-layout-gutter) !important;
}

@media (min-width: 768px) {
    .post_content .w-gallery .w-gallery-list {
        --items-gap: calc(2 * var(--page-layout-gutter, 15px)) !important;
    }
}


/** general styling */

.w-gallery:not(.wp_gallery) .w-gallery-item {
    min-width: 0;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-gallery .w-gallery-item-img {
    opacity: 1;
    transition: box-shadow 0.3s ease;
}

.w-gallery.action_popup_image .w-gallery-item-img::after {
    content: '\2b';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, '400');
    font-size: 1.333rem;
    line-height: 1;
    color: var(--color-white, #FFFFFF);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.w-gallery.action_popup_image .w-gallery-item .w-gallery-item-img img {
    transition: opacity .3s ease;
}

.no-touch .w-gallery.action_popup_image .w-gallery-item:hover .w-gallery-item-img {
    background: var(--color-content-primary);
}

.no-touch .w-gallery.action_popup_image .w-gallery-item:hover .w-gallery-item-img::after {
    opacity: 1;
}

.no-touch .w-gallery.action_popup_image .w-gallery-item:hover .w-gallery-item-img img {
    opacity: 0.2;
}

.w-gallery .w-gallery-item-meta {
    font-size: 0.778rem;
}


/* wp_gallery - in posts */

.w-gallery.wp_gallery:not(:first-child) {
    margin-top: calc(20px + 1.5rem);
}

.w-gallery.wp_gallery:not(:last-child) {
    margin-bottom: calc(20px + 1.5rem);
}

.w-gallery.wp_gallery.type_grid .w-gallery-item {
    min-width: 0;
    aspect-ratio: 450 / 340;
}

.w-gallery.wp_gallery .w-gallery-item .w-gallery-item-img {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-gallery.wp_gallery .w-gallery-item-meta {
    padding: 10px 0 0 0;
    font-size: 0.778rem;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
}

.w-gallery.wp_gallery .w-gallery-item-description {
    font-size: 0.667rem;
    line-height: 1.5;
}


/*** page builder grid gallery - inside .single-post > .post_content ***/

.single-post .post_content .layout_gallery_default:not(:first-child) {
    margin-top: 30px;
}

.single-post .post_content .layout_gallery_default .w-grid-item-h {
    position: relative;
    transition: all 0.3s ease;
}

.single-post .post_content .layout_gallery_default .w-grid-item-h::after {
    content: '\f002';
    font-family: var(--fa-font-family, 'fontawesome');
    color: var(--color-white, #FFFFFF);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-post .post_content .layout_gallery_default .w-grid-item-h img {
    transition: opacity .3s ease;
}

.no-touch .single-post .post_content .layout_gallery_default .w-grid-item-h {
    background: var(--color-content-primary);
}

.no-touch .single-post .post_content .layout_gallery_default .w-grid-item-h:hover::after {
    opacity: 1;
}

.no-touch .single-post .post_content .layout_gallery_default .w-grid-item-h:hover img {
    opacity: 0.2;
}


/***** LISTS */


/**** Unorder Lists */

ul {
    --ul-left-offset: 0;
    --ul-font-size: 1rem;
    --ul-line-height: 1.5;
    --ul-letter-spacing: 0em;
    --ul-bullet-width: 8px;
    --ul-bullet-height: 8px;
    --ul-bullet-gap: 20px;
    --ul-bullet-border-radius: 50%;
    --ul-bullet-bg: var(--color-content-secondary);
    --ul-bullet-color: transparent;
    --ul-items-gap: 15px;
}

.post_content ul:not(:first-child) {
    margin-top: 2.222rem;
}

.post_content ul:not(:last-child) {
    margin-bottom: 2.222rem;
}

.post_content ul ul:not(:first-child),
.post_content ol ul:not(:first-child) {
    margin-top: var(--ul-items-gap);
}

.post_content ul ul:not(:last-child),
.post_content ol ul:not(:last-child) {
    margin-bottom: var(--ul-items-gap);
}

.w-iconbox ul,
.wpb_text_column ul,
.post_content ul {
    list-style: none;
    padding: 0;
    margin-left: var(--ul-left-offset, 0px);
}

.w-iconbox ul>li,
.wpb_text_column ul>li,
.post_content ul>li {
    padding-left: calc(var(--ul-bullet-width) + var(--ul-bullet-gap));
    font-size: var(--ul-font-size);
    line-height: var(--ul-line-height);
    letter-spacing: var(--ul-letter-spacing, 0px);
    margin-bottom: var(--ul-items-gap);
}

.w-iconbox ul>li:last-child,
.wpb_text_column ul>li:last-child,
.post_content ul>li:last-child {
    margin-bottom: 0;
}

.w-iconbox ul>li::before,
.wpb_text_column ul>li::before,
.post_content ul>li::before {
    content: '';
    display: inline-block;
    position: relative;
    margin-left: calc(-1 * calc(var(--ul-bullet-width) + var(--ul-bullet-gap)));
    margin-right: var(--ul-bullet-gap);
    line-height: 1;
    width: var(--ul-bullet-width);
    height: var(--ul-bullet-height);
    border-radius: var(--ul-bullet-border-radius);
    vertical-align: text-top;
    top: calc(((var(--ul-font-size) * var(--ul-line-height)) - var(--ul-bullet-height)) / 2);
    background: var(--ul-bullet-bg);
    color: var(--ul-bullet-color);
}


/* second level */


/*  .wpb_text_column ul>li>ul>li::before,
.post_content ul>li>ul>li::before {
    width: var(--ul-bullet-width);
    height: var(--ul-bullet-height);
    border-radius: 50%;
    background-color: var(--color-content-secondary);
} */


/**** Order Lists */

ol {
    --ol-left-offset: 0px;
    --ol-font-size: 1rem;
    --ol-line-height: 1.5;
    --ol-letter-spacing: 0em;
    --ol-number-width: 1.5em;
    --ol-number-gap: 10px;
    --ol-number-color: var(--color-content-secondary);
    --ol-number-font-family: var(--font-body);
    --ol-number-font-weight: var(--bold-font-weight);
    --ol-items-gap: 15px;
}

.post_content ol:not(:first-child) {
    margin-top: 2.222rem;
}

.post_content ol:not(:last-child) {
    margin-bottom: 2.222rem;
}

.post_content ol ol:not(:first-child),
.post_content ul ol:not(:first-child) {
    margin-top: var(--ol-items-gap);
}

.post_content ol ol:not(:last-child),
.post_content ul ol:not(:last-child) {
    margin-bottom: var(--ol-items-gap);
}

.w-iconbox ol,
.wpb_text_column ol,
.post_content ol {
    counter-reset: ol-counter;
    list-style: none;
    padding: 0;
    margin-left: var(--ol-left-offset, 0px);
}

.w-iconbox ol>li:last-child,
.wpb_text_column ol>li:last-child,
.post_content ol>li:last-child {
    margin-bottom: 0;
}

.w-iconbox ol>li,
.wpb_text_column ol>li,
.post_content ol>li {
    counter-increment: ol-counter;
    padding-left: calc(var(--ol-number-width) + var(--ol-number-gap));
    margin-bottom: 0.556rem;
    font-size: var(--ol-font-size);
    line-height: var(--ol-line-height);
    letter-spacing: var(--ol-letter-spacing, 0px);
}

.wpb_text_column ol>li::before,
.post_content ol>li::before {
    display: inline-block;
    content: counter(ol-counter) ".";
    /* set same width to numbers */
    min-width: var(--ol-number-width);
    margin-left: calc(-1 * (var(--ol-number-width) + var(--ol-number-gap)));
    margin-right: var(--ol-number-gap);
    color: var(--ol-number-color);
    font-family: var(--ol-number-font-family);
    font-weight: var(--ol-number-font-weight);
    font-size: inherit;
    line-height: inherit;
}


/* second level */


/*  .wpb_text_column ol>li>ol,
.post_content ol>li>ol {
    counter-reset: ol-latin-counter;
}

 .wpb_text_column ol>li>ol>li,
.post_content ol>li>ol>li {
    counter-increment: ol-latin-counter;
}

 .wpb_text_column ol>li>ol>li::before,
.post_content ol>li>ol>li::before {
    content: counter(ol-latin-counter, lower-latin) ".";
    color: var(--color-content-secondary);
} */


/***** CUSTOM LISTS */


/**** Check Lists */

.list_check ul {
    --ul-font-size: 1rem;
    --ul-line-height: 1.5;
    --ul-bullet-width: 24px;
    --ul-bullet-height: 24px;
    --ul-bullet-gap: 10px;
    --ul-bullet-bg: transparent;
    --ul-bullet-color: var(--color-content-primary);
}


/* .wpb_text_column.list_check ul {
    margin: -1.667rem 0;
}

.wpb_text_column.list_check ul>* {
    margin: 0;
    padding-top: 1.667rem;
    padding-bottom: 1.667rem;
    border-bottom: 1px solid var(--color-content-border);
}

.wpb_text_column.list_check ul>*:last-child {
    border-bottom: none;
} */

.wpb_text_column.list_check ul>li::before,
.post_content .list_check ul>li::before {
    content: '\f00c';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    font-size: var(--ul-bullet-width);
    line-height: 1;
}


/** horizontal */

.list_check.layout_horizontal {
    --list-check-gap: 10px;
}

.list_check.layout_horizontal ul {
    display: flex;
    flex-wrap: wrap;
    gap: var(--list-check-gap);
}

.list_check.layout_horizontal.align_center ul {
    justify-content: center;
}

.list_check.layout_horizontal ul>li {
    margin-bottom: 0;
}


/**** Pills list */

.list_pills ul {
    --ul-font-size: 16px;
    --ul-line-height: 1;
    --ul-letter-spacing: 0;
    --ul-left-offset: 0px;
    --list-pills-gap: 10px;
}

.wpb_text_column.list_pills ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--list-pills-gap);
}

.wpb_text_column.list_pills ul>* {
    margin: 0;
    padding: 10px 15px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid var(--color-content-border);
}

.wpb_text_column.list_pills ul>li::before {
    display: none;
}


/*****************************
**
** IMPREZA ELEMENTS
**
******************************/


/***** VIDEO */

.w-video {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-video.with_overlay .w-video-icon {
    font-size: 1rem;
    width: calc(50px - 0.2em);
    height: 50px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .w-video.with_overlay .w-video-icon {
        font-size: 30px;
        width: calc(70px - 0.2em);
        height: 70px;
        line-height: 70px;
    }
}

.w-video.with_overlay .w-video-icon:after {
    font-weight: var(--fa-font-weight, 400);
}


/***** ACTION BOX */

.w-actionbox:not(:first-child) {
    margin-top: 2.222rem;
}

.wpb_text_column+.w-actionbox:not(:first-child) {
    margin-top: 1.667rem;
}

.w-separator+.w-actionbox:not(:first-child) {
    margin-top: 0;
}

.w-actionbox .w-actionbox-text:not(:last-child) {
    margin-bottom: 1.667rem;
}


/***** POPUP */

html.usoverlay_fixed,
body {
    -webkit-overflow-scrolling: touch !important;
}

.w-popup-box-content h1,
.w-popup-box-content h2,
.w-popup-box-content h3,
.w-popup-box-content h4,
.w-popup-box-content h5,
.w-popup-box-content h6 {
    color: var(--title-color, var(--color-content-heading));
}

.no-touch .w-popup-wrap {
    pointer-events: none;
}

.no-touch .w-popup-wrap>.w-popup-box {
    pointer-events: all;
}

.w-popup-wrap .w-popup-closer {
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    margin: 20px;
    background: var(--color-content-primary);
}


/***** MENU */

.w-menu .menu {
    margin-top: -5px;
    margin-bottom: -5px;
}

.w-menu .menu li {
    padding-top: 5px;
    padding-bottom: 5px;
    transition: opacity .3s ease;
}


/* .no-touch .w-menu .menu:hover li {
    opacity: .5;
}

.no-touch .w-menu .menu li:hover {
    opacity: 1;
} */

.w-menu .menu a {
    text-decoration: underline;
}

.no-touch .w-menu .menu a:hover {
    text-decoration: none;
}


/*** style_blocks */

.w-menu.style_blocks .menu-item>a {
    border-radius: calc(var(--element-radius, 0px) / 2);
}


/***** BREADCRUMBS */

.g-breadcrumbs {
    --separator-gap: 10px;
    font-size: 14px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .g-breadcrumbs {
        font-size: 16px;
    }
}


/* .g-breadcrumbs::before {
    content: '\f015';
    font-family: var(--fa-font-family, 'fontawesome');
    display: inline-block;
    margin-right: 0;
    color: var(--color-content-link);
}

.g-breadcrumbs .g-breadcrumbs-item:first-child {
    margin-left: var(--separator-gap);
    display: none;
}

.g-breadcrumbs .g-breadcrumbs-separator {
    margin-right: var(--separator-gap);
    margin-left: var(--separator-gap);
    color: var(--color-faded);
}

.g-breadcrumbs .g-breadcrumbs-item a {
    text-decoration: underline;
}

.no-touch .g-breadcrumbs .g-breadcrumbs-item a:hover {
    text-decoration: none;
}

.g-breadcrumbs .g-breadcrumbs-item:last-child a {
    text-decoration: none;
    pointer-events: none;
    color: var(--color-content-text);
} 
    
.color_alternate .g-breadcrumbs::before {
    color: var(--color-alt-content-link);
}

.color_alternate .g-breadcrumbs .g-breadcrumbs-item:last-child a {
    color: var(--color-alt-content-text);
} */


/***** TEXT */


/* .w-text{} */


/***** ICONBOX */


/**** General */

.w-iconbox:not(:last-child) {
    margin-bottom: 1.5rem;
}

.w-iconbox .w-iconbox-icon:empty {
    display: none;
}

.w-iconbox.iconpos_top .w-iconbox-icon:empty+.w-iconbox-meta {
    margin-top: 0;
}

.w-iconbox .w-iconbox-icon i {
    vertical-align: middle;
}

.w-iconbox .w-iconbox-meta:empty {
    display: none;
}

.w-iconbox.iconpos_top .w-iconbox-meta:not(:empty) {
    margin-top: 20px;
}

.w-iconbox .w-iconbox-meta .w-iconbox-title {
    padding: 0;
}

.w-iconbox .w-iconbox-meta .w-iconbox-title:not(:last-child) {
    margin-bottom: 10px;
}

.w-iconbox .w-iconbox-meta a {
    text-decoration: underline;
}

.no-touch .w-iconbox .w-iconbox-meta a:hover {
    text-decoration: none;
}


/**** Custom Layout */

.w-iconbox.iconpos_right,
.w-iconbox.iconpos_left {
    gap: 10px;
}

.w-iconbox.iconpos_right .w-iconbox-icon {
    margin-left: 0;
}

.w-iconbox.iconpos_left .w-iconbox-icon {
    margin-right: 0;
}


/**** Custom Styling */


/* .w-iconbox.style_circle .w-iconbox-icon,
.w-iconbox.style_outlined .w-iconbox-icon {
    line-height: 3.889rem;
    height: 3.889rem;
    width: 3.889rem;
}

.w-iconbox.style_outlined.color_custom .w-iconbox-icon {
    box-shadow: inset 0 0 0 1px var(--icon-bg-color);
} */


/***** SOCIAL LINKS */

.w-socials .w-socials-list {
    display: inline-flex;
    flex-wrap: wrap;
}

.w-socials.shape_none .w-socials-list .w-socials-item-link {
    font-size: 24px;
}

.w-socials:not(.shape_none) .w-socials-list .w-socials-item-link {
    width: 2.778rem;
    height: 2.778rem;
    line-height: 2.778rem;
}


/****  Custom Layout Style 1 */


/* .w-socials .w-socials-list {
    margin: -15px;
}

.w-socials .w-socials-item .w-socials-item-link {
    padding: 15px;
} */


/****  Custom Layout Style 2 */


/* .w-socials .w-socials-list {
    justify-content: flex-end;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .w-socials .w-socials-list {
        justify-content: flex-start;
    }
} */


/****  Custom Layout Style 3 */


/* .w-socials .w-socials-list .w-socials-item-link .w-socials-item-link-hover {
    display: block;
    opacity: .1 !important;
}

.w-socials .w-socials-list .w-socials-item-link i {
    font-size: 1.333rem;
    transition: color .3s ease;
}

.no-touch .w-socials .w-socials-list .w-socials-item-link:hover i {
    color: var(--color-content-primary);
} */


/**** Custom Styling */


/***** SHARING ICONS */


/**** Custom Layout */

.w-sharing.type_simple .w-sharing-list {
    margin-left: -10px;
    margin-right: -10px;
}

.w-sharing.type_simple .w-sharing-item {
    border: none;
}

.w-sharing.type_simple .w-sharing-item {
    padding: 0 10px;
    min-width: initial;
}


/**** Custom Styling */

.w-sharing.type_simple .w-sharing-item i {
    font-size: 24px;
    color: var(--color-content-primary);
    min-width: initial;
    opacity: 1;
}

.no-touch .w-sharing.type_simple .w-sharing-item:hover i {
    color: var(--color-content-secondary) !important;
}


/**** Custom icons */

.w-sharing.type_simple .w-sharing-item i.fa-facebook:before {
    content: '\f39e';
}

.w-sharing.type_simple .w-sharing-item i.fa-linkedin:before {
    content: '\f0e1';
}


/***** ACCORDION */

.w-tabs.accordion {
    --tabs-section-padding: 15px 10px;
}

@media (min-width: 768px) {
    .w-tabs.accordion {
        --tabs-section-padding: 40px;
    }
}

.w-tabs.accordion>div>.w-tabs-section {
    border-color: var(--color-content-border);
    background: var(--color-content-bg);
    transition: all .3s ease;
}

.w-tabs.accordion .w-tabs-section:first-child {
    border-width: 0px;
}

.w-tabs.accordion .w-tabs-section:not(:last-child) {
    margin-bottom: 0;
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-header {
    color: var(--color-content-heading);
    background: var(--color-content-bg);
    align-items: baseline;
    padding: var(--tabs-section-padding, 10px);
    transition: all .3s ease;
}

.w-tabs.accordion .w-tabs-section.active {
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-content {
    padding: var(--tabs-section-padding, 10px);
    padding-top: 0;
}

.w-tabs.accordion .w-tabs-section .w-tabs-section-header.with_icon i {
    font-size: 21px;
    color: var(--color-content-primary);
}

@media (max-width: 767px) {
    .w-tabs.accordion .w-tabs-section .w-tabs-section-header.with_icon i {
        display: none;
    }
    .w-tabs.accordion .w-tabs-section .w-tabs-section-header.with_icon i+.w-tabs-section-title {
        margin-left: 0;
    }
}


/** Control Styles */


/** chevron */

.w-tabs-sections.icon_chevron>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control {
    color: var(--color-content-link);
}

.w-tabs-sections.icon_chevron>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
    color: var(--color-content-link-hover);
}


/** plus */

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control {
    width: 16px;
    height: 16px;
    color: var(--color-content-primary);
}

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control::before {
    width: 2px;
    left: 7px;
}

.w-tabs-sections.icon_plus>.w-tabs-section>.w-tabs-section-header .w-tabs-section-control::after {
    height: 2px;
    top: 7px;
}

.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control {
    transform: rotate(90deg);
    color: inherit;
}

.w-tabs-sections.icon_plus>.w-tabs-section.active>.w-tabs-section-header .w-tabs-section-control::after {
    display: none;
}


/***** TABS */

.w-tabs.boxed {
    padding: 20px 10px;
    background: var(--color-content-bg);
}

@media (min-width: 768px) {
    .w-tabs.boxed {
        padding: 30px;
    }
}

.w-tabs.style_default.color_default>.w-tabs-list>.w-tabs-list-h {
    gap: 10px;
}

.w-tabs.style_default.color_default>.w-tabs-list .w-tabs-item {
    font-size: 18px;
    color: var(--color-content-heading);
    padding: 10px;
    border-width: 0 0 2px 0;
    border-color: var(--color-content-text);
}

@media (min-width: 768px) {
    .w-tabs.style_default.color_default>.w-tabs-list .w-tabs-item {
        font-size: 21px;
    }
}

.w-tabs.style_default.color_default>.w-tabs-list .w-tabs-item.active {
    background: none;
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
    border-color: var(--color-content-secondary);
}


/* .w-tabs.style_default.color_default .w-tabs-section-content {
    padding-top: 30px;
} */


/***** VERTICAL TABS */


/*****************************
**
** FORMS - WPCF7
**
******************************/

.wpcf7 {
    --wpcf7-error-color: var(--error-color);
    --wpcf7-disabled-color: var(--color-faded);
    --wpcf7-disabled-border-color: #DDDDDD;
}


/***** GENERAL SETTINGS */

.wpcf7-form.submitting * {
    cursor: wait;
}

.wpcf7-form.submitting .wpcf7-submit {
    pointer-events: none !important;
    opacity: .5;
}

.wpcf7 .wpcf7-submit.inputs_height {
    min-height: calc(var(--inputs-height) + 2 * var(--inputs-border-width, 0px));
}


/***** LAYOUT */


/**** Boxed Form */

.form_boxed.wpcf7,
.form_boxed .wpcf7 {
    background: var(--color-content-bg);
    border-radius: var(--element-radius, 0px);
    overflow: hidden;
    padding: 40px 30px;
}

@media (min-width: 768px) {
    .form_boxed.wpcf7,
    .form_boxed .wpcf7 {
        padding: 40px;
    }
}

@media (min-width: 1280px) {
    .form_boxed.wpcf7,
    .form_boxed .wpcf7 {
        padding: 50px;
    }
}

.l-section.color_alternate .form_boxed.wpcf7,
.l-section.color_alternate .form_boxed .wpcf7 {
    background: var(--color-alt-content-bg);
}


/**** Groups, Rows and Cols */


/** group */

.wpcf7 .form_group:not(:last-child) {
    margin-bottom: calc(2.778rem - 1.667rem);
}


/* horizontal - fields / submit / terms */

.wpcf7 .form_group.layout_horizontal {
    display: flex;
    flex-direction: column;
    gap: 20px 10px;
}

.wpcf7 .form_group.layout_horizontal,
.wpcf7 .form_group.layout_horizontal .form_row.fields>.form_col:last-child,
.wpcf7 .form_group.layout_horizontal .form_row.submit>div.form_col:last-child,
.wpcf7 .form_group.layout_horizontal .form_row.terms>div.form_col:last-child {
    margin-bottom: 0;
}

.wpcf7 .form_group.layout_horizontal .form_row.submit {
    flex-shrink: 0;
    margin-top: 0;
}


/* .wpcf7 .form_group.layout_horizontal .form_row.submit button {
    width: 100%;
} */

@media (min-width: 821px) {
    .wpcf7 .form_group.layout_horizontal {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wpcf7 .form_group.layout_horizontal .form_row.terms {
        width: 100%;
        order: 999;
    }
}


/* absolute - fields / submit */

.wpcf7 .form_group.layout_absolute {
    --inputs-height: 50px;
    position: relative;
    margin-bottom: 0;
}

.wpcf7 .form_group.layout_absolute .form_row.submit button {
    width: 100%;
}

.wpcf7 .form_group.layout_absolute .form_row>div.form_col,
.wpcf7 .form_group.layout_absolute .form_row>div[class*="form_col-"] {
    margin-bottom: 15px;
}

.wpcf7 .form_group.layout_absolute .form_row.fields>div.form_col:last-child,
.wpcf7 .form_group.layout_absolute .form_row.submit>div.form_col {
    margin-bottom: 0;
}

@media (min-width: 821px) {
    .wpcf7 .form_group.layout_absolute {
        --inputs-height: 60px;
    }
    .wpcf7 .form_group.layout_absolute .form_row.fields input[type="email"] {
        padding-right: calc(154px + var(--inputs-padding, 15px));
    }
    .wpcf7 .form_group.layout_absolute .form_row.submit {
        margin-top: 0;
    }
    .wpcf7 .form_group.layout_absolute .form_row.submit>.form_col {
        position: static;
        margin-bottom: 0;
    }
    .wpcf7 .form_group.layout_absolute .form_row.submit button {
        width: auto;
        position: absolute;
        top: 6px;
        right: 5px;
    }
}


/** rows and cols */

.wpcf7 {
    --wpcf7-column-spacing-horizontal: 5px;
    --wpcf7-column-spacing-vertical: 20px;
}

@media (min-width: 768px) {
    .wpcf7 {
        --wpcf7-column-spacing-horizontal: 10px;
        --wpcf7-column-spacing-vertical: 30px;
    }
}

.wpcf7 .form_row {
    margin-left: calc(0px - var(--wpcf7-column-spacing-horizontal));
    margin-right: calc(0px - var(--wpcf7-column-spacing-horizontal));
    display: flex;
    flex-wrap: wrap;
}

.wpcf7 .form_row>div.form_col,
.wpcf7 .form_row>div[class*="form_col-"] {
    position: relative;
    padding-left: var(--wpcf7-column-spacing-horizontal);
    padding-right: var(--wpcf7-column-spacing-horizontal);
    margin-bottom: var(--wpcf7-column-spacing-vertical);
    width: 100%;
}

@media (min-width: 768px) {
    .wpcf7 .form_row>div.form_col-1\/2 {
        width: calc((1 / 2) * 100%)
    }
    .wpcf7 .form_row>div.form_col-1\/3 {
        width: calc((1 / 3) * 100%)
    }
    .wpcf7 .form_row>div.form_col-2\/3 {
        width: calc((2 / 3) * 100%)
    }
    .wpcf7 .form_row>div.form_col-1\/4 {
        width: calc((1 / 4) * 100%)
    }
    .wpcf7 .form_row>div.form_col-3\/4 {
        width: calc((3 / 4) * 100%)
    }
}


/** row with submit */

.wpcf7 .form_row.submit {
    margin-top: 1.111rem;
}

.wpcf7 .form_row.submit>div.form_col,
.wpcf7 .form_row.submit>div[class*="form_col-"] {
    margin-bottom: 0;
}


/** row with recaptcha policy */

.wpcf7 .form_row.recaptcha_policy {
    margin-top: 2.222rem;
}

.wpcf7 .form_row.recaptcha_policy>div.form_col,
.wpcf7 .form_row.recaptcha_policy>div[class*="form_col-"] {
    margin-bottom: 0;
}

.wpcf7 .form_row.recaptcha_policy small {
    font-size: 0.778rem;
    line-height: 1.2;
}


/** col via flex */

.wpcf7 .form_row>.form_col.via_flex>p {
    display: flex;
    flex-wrap: var(--new-line-wrap, wrap);
    justify-content: var(--horizontal-align, flex-start);
    align-items: var(--vertical-align, flex-start);
    gap: var(--gap-between, var(--wpcf7-column-spacing-horizontal, 1.111rem));
}

.wpcf7 .form_row>.form_col.via_flex.nowrap>p {
    --new-line-wrap: nowrap;
}

.wpcf7 .form_row>.form_col.via_flex>p>br {
    display: none;
}

.wpcf7 .form_row>.form_col.via_flex>p>* {
    margin: 0;
}

.wpcf7 .form_row>.form_col.via_flex .wpcf7-form-control-wrap {
    width: auto;
}


/** line separator */

.wpcf7 hr {
    margin-top: 0.556rem;
    margin-bottom: 1.667rem;
    border-color: var(--color-content-border);
}


/***** TYPOGRAPHY */

.wpcf7 form.wpcf7-form h1,
.wpcf7 form.wpcf7-form h2,
.wpcf7 form.wpcf7-form h3,
.wpcf7 form.wpcf7-form h4,
.wpcf7 form.wpcf7-form h5,
.wpcf7 form.wpcf7-form h6 {
    color: var(--color-content-heading);
}

.wpcf7 form.wpcf7-form h1:not(:last-child),
.wpcf7 form.wpcf7-form h2:not(:last-child),
.wpcf7 form.wpcf7-form h3:not(:last-child),
.wpcf7 form.wpcf7-form h4:not(:last-child),
.wpcf7 form.wpcf7-form h5:not(:last-child),
.wpcf7 form.wpcf7-form h6:not(:last-child) {
    margin-bottom: 1.111rem;
}

.wpcf7 form.wpcf7-form h1:not(:first-child),
.wpcf7 form.wpcf7-form h2:not(:first-child),
.wpcf7 form.wpcf7-form h3:not(:first-child),
.wpcf7 form.wpcf7-form h4:not(:first-child),
.wpcf7 form.wpcf7-form h5:not(:first-child),
.wpcf7 form.wpcf7-form h6:not(:first-child) {
    padding-top: 10px;
}


/***** GENERAL STYLING */

.wpcf7 {
    --wpcf7-label-font-size: inherit;
    --wpcf7-label-line-height: 1.2;
    --wpcf7-label-font-family: var(--font-body);
    --wpcf7-label-font-weight: var(--bold-font-weight);
    --wpcf7-label-offset: 10px;
    --wpcf7-label-color: var(--color-content-heading);
    --wpcf7-label-color-alt: var(--color-alt-content-heading);
    --wpcf7-textarea-height: 8rem;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
    display: block;
}

.wpcf7 .wpcf7-form-control-wrap:first-child {
    margin-top: 0;
}

.wpcf7 .wpcf7-form label>.wpcf7-form-control-wrap {
    margin-top: var(--wpcf7-label-offset, 10px);
}

.wpcf7 form.wpcf7-form label,
.wpcf7 form.wpcf7-form .radio-label,
.wpcf7 form.wpcf7-form p.label {
    display: block;
    text-align: left;
    opacity: 1;
    font-family: var(--wpcf7-label-font-family);
    font-weight: var(--wpcf7-label-font-weight);
    font-size: var(--wpcf7-label-font-size);
    line-height: var(--wpcf7-label-line-height);
    color: var(--wpcf7-label-color);
}

.l-section.color_alternate .wpcf7 form.wpcf7-form label,
.l-section.color_alternate .wpcf7 form.wpcf7-form .radio-label,
.l-section.color_alternate .wpcf7 form.wpcf7-form p.label {
    color: var(--wpcf7-label-color-alt);
}

.wpcf7 form.wpcf7-form label abbr,
.wpcf7 form.wpcf7-form .radio-label abbr,
.wpcf7 form.wpcf7-form p.label abbr {
    text-decoration: none;
    color: var(--color-content-secondary);
}


/* text_info */

.wpcf7 form.wpcf7-form label>.text_info {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--font-weight);
    color: var(--color-content-text);
    display: block;
    margin-top: 5px;
}


/* not valid */

.wpcf7 input:not([type="submit"]).wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    border-color: var(--wpcf7-error-color);
}

.wpcf7 form.wpcf7-form span.wpcf7-not-valid-tip {
    color: var(--wpcf7-error-color);
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: 0.667rem;
    line-height: 1.5;
    text-transform: initial;
    margin-top: 0.4444rem;
    display: inline-block;
}


/*** Inputs */

.wpcf7-form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
}

.wpcf7-form textarea,
.wpcf7-form select,
.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form input:not([type="radio"]) {
    margin-top: 0;
}

.wpcf7-form textarea {
    height: var(--wpcf7-textarea-height);
}

.wpcf7-form select:not([multiple="multiple"]),
.wpcf7-form select:not([multiple="multiple"]):focus {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    -o-appearance: none;
    /* Opera */
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23939597%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
}

.wpcf7-form select:not([multiple="multiple"]):disabled {
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23f9f9f9%22%2F%3E%3C%2Fsvg%3E) no-repeat right 20px top 55% !important;
}

.wpcf7-form input:not([type="submit"]):disabled,
.wpcf7-form select:disabled,
.wpcf7-form textarea:disabled {
    color: var(--wpcf7-disabled-color);
    border-color: var(--wpcf7-disabled-border-color);
}

.l-section.color_alternate input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.l-section.color_alternate textarea,
.l-section.color_alternate select {
    color: var(--color-alt-content-text);
}

.l-section.color_footer-bottom input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.l-section.color_footer-bottom textarea,
.l-section.color_footer-bottom select {
    color: var(--color-footer-text);
}


/*** Acceptance / Checkbox */

.wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form-control.checkbox {
    display: block;
    padding: 0;
    line-height: 1;
}

.wpcf7 .form_row .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}


/*** Required acceptance / Checkbox */


/* .wpcf7-acceptance input[type="checkbox"]+.wpcf7-list-item-label::after,
.wpcf7-checkbox.wpcf7-validates-as-required input[type="checkbox"]+.wpcf7-list-item-label::after {
    content: '*';
    display: inline-block;
    margin-left: 4px;
    color: var(--wpcf7-error-color);
} */


/***** CUTOM CHECKBOX STYLING **/

.wpcf7 {
    --wpcf7-checkbox-width: 1rem;
    --wpcf7-checkbox-height: 1rem;
    --wpcf7-checkbox-border-width: 1px;
    --wpcf7-checkbox-gap: 0.667rem;
    --wpcf7-checkbox-border-radius: 3px;
    --wpcf7-checkbox-border-color: var(--color-content-border);
    --wpcf7-checkbox-border-color-alt: var(--color-alt-content-border);
    --wpcf7-checkbox-border-color-focused: #000000;
    --wpcf7-checkbox-border-color-focused-alt: #FFFFFF;
    --wpcf7-checkbox-text-color: var(--color-content-text);
    --wpcf7-checkbox-text-color-alt: var(--color-alt-content-text);
    --wpcf7-checkbox-text-color-footer: var(--color-footer-text);
    --wpcf7-checkbox-background-color: #FFFFFF;
    --wpcf7-checkbox-background-color-alt: #FFFFFF;
    --wpcf7-checkbox-checked-color: #FFFFFF;
    --wpcf7-checkbox-checked-color-alt: #FFFFFF;
    --wpcf7-checkbox-checked-border-color: var(--color-content-secondary);
    --wpcf7-checkbox-checked-border-color-alt: var(--color-alt-content-secondary);
    --wpcf7-checkbox-checked-background-color: var(--color-content-secondary);
    --wpcf7-checkbox-checked-background-color-alt: var(--color-alt-content-secondary);
    --wpcf7-checkbox-font-size: 16px;
    --wpcf7-checkbox-line-height: 1.5;
}

.l-section.color_footer-top .wpcf7 {
    --wpcf7-checkbox-text-color: var(--color-subfooter-text);
}

.wpcf7 input[type="checkbox"] {
    width: 0;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}

.wpcf7 input[type="checkbox"]+span {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--wpcf7-checkbox-width, 18px) + (2 * var(--wpcf7-checkbox-border-width, 1px)) + var(--wpcf7-checkbox-gap, 12px));
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: var(--wpcf7-checkbox-font-size, 0.889rem);
    line-height: var(--wpcf7-checkbox-line-height, 1.5);
    text-transform: initial;
    color: var(--wpcf7-checkbox-text-color);
    opacity: 1;
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span {
    color: var(--wpcf7-checkbox-text-color-alt);
}

.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]+span {
    color: var(--wpcf7-checkbox-text-color-footer);
}

.wpcf7 input[type="checkbox"]+span a {
    text-decoration: underline;
}

.no-touch .wpcf7 input[type="checkbox"]+span a:hover {
    text-decoration: none;
}

.wpcf7 input[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    top: calc(((var(--wpcf7-checkbox-font-size, 0.889rem) * var(--wpcf7-checkbox-line-height, 1.5)) - var(--wpcf7-checkbox-height, 18px) - (2 * var(--wpcf7-checkbox-border-width, 1px))) / 2);
    left: 0;
    display: block;
    height: var(--wpcf7-checkbox-height, 18px);
    width: var(--wpcf7-checkbox-width, 18px);
    line-height: var(--wpcf7-checkbox-height, 18px);
    border-radius: var(--wpcf7-checkbox-border-radius, 0px);
    border-width: var(--wpcf7-checkbox-border-width, 1px);
    border-style: solid;
    border-color: var(--wpcf7-checkbox-border-color);
    background: var(--wpcf7-checkbox-background-color);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]+span::before,
.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]+span::before {
    border-color: var(--wpcf7-checkbox-border-color-alt);
    background: var(--wpcf7-checkbox-background-color-alt);
}

.wpcf7 input[type="checkbox"]:checked+span:before {
    content: "\f00c";
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-regular, '400');
    text-align: center;
    font-size: 0.667rem;
    color: var(--wpcf7-checkbox-checked-color);
    border-color: var(--wpcf7-checkbox-checked-border-color);
    background: var(--wpcf7-checkbox-checked-background-color);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]:checked+span:before,
.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]:checked+span:before {
    color: var(--wpcf7-checkbox-checked-color-alt);
    border-color: var(--wpcf7-checkbox-checked-border-color-alt);
    background: var(--wpcf7-checkbox-checked-background-color-alt);
}

.wpcf7 input[type="checkbox"]:focus+span::before {
    border-color: var(--wpcf7-checkbox-border-color-focused);
}

.l-section.color_alternate .wpcf7 input[type="checkbox"]:focus+span::before,
.l-section.color_footer-bottom .wpcf7 input[type="checkbox"]:focus+span::before {
    border-color: var(--wpcf7-checkbox-border-color-focused-alt);
}


/* error state*/


/* .wpcf7 .wpcf7-not-valid input[type="checkbox"]+span {
    color: var(--wpcf7-error-color);
} */

.wpcf7 .wpcf7-not-valid input[type="checkbox"]+span:before {
    border-color: var(--wpcf7-error-color);
}

.wpcf7 .wpcf7-not-valid input[type="checkbox"]:checked+span:before {
    border-color: var(--wpcf7-error-color);
    background: var(--wpcf7-error-color);
}


/* disabled state */

.wpcf7 input[type="checkbox"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="checkbox"]:disabled+span:before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 input[type="checkbox"]:checked:disabled+span {
    border-color: var(--wpcf7-disabled-border-color);
    background: var(--wpcf7-disabled-border-color);
    color: var(--wpcf7-disabled-color);
}


/***** CUTOM RADIO STYLING **/

.wpcf7 {
    --wpcf7-radio-width: 1rem;
    --wpcf7-radio-height: 1rem;
    --wpcf7-radio-border-width: 1px;
    --wpcf7-radio-gap: 0.667rem;
    --wpcf7-radio-border-radius: 50%;
    --wpcf7-radio-border-color: var(--color-content-border);
    --wpcf7-radio-border-color-alt: var(--color-alt-content-border);
    --wpcf7-radio-text-color: var(--color-content-text);
    --wpcf7-radio-text-color-alt: var(--color-alt-content-text);
    --wpcf7-radio-background-color: transparent;
    --wpcf7-radio-background-color-alt: transparent;
    --wpcf7-radio-checked-border-color: var(--color-content-secondary);
    --wpcf7-radio-checked-border-color-alt: var(--color-alt-content-secondary);
    --wpcf7-radio-checked-background-color: var(--color-content-bg);
    --wpcf7-radio-checked-background-color-alt: var(--color-alt-content-bg-alt);
    --wpcf7-radio-font-size: 16px;
    --wpcf7-radio-line-height: 1.5;
}

.wpcf7 .form_row.vertical:not(.radio_toggle) .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    gap: 1.111rem;
}

.wpcf7 .form_row:not(.radio_toggle) .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]+span {
    position: relative;
    display: inline-block;
    padding-left: calc(var(--wpcf7-radio-width, 18px) + (2 * var(--wpcf7-radio-border-width, 1px)) + var(--wpcf7-radio-gap, 12px));
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: var(--wpcf7-radio-font-size, 0.889rem);
    line-height: var(--wpcf7-radio-line-height, 1.5);
    text-transform: initial;
    color: var(--wpcf7-radio-text-color);
    opacity: 1;
}

.l-section.color_alternate .wpcf7 input[type="radio"]+span {
    color: var(--wpcf7-radio-text-color-alt);
}

.wpcf7 input[type="radio"]+span a {
    text-decoration: underline;
}

.no-touch .wpcf7 input[type="radio"]+span a:hover {
    text-decoration: none;
}

.wpcf7 input[type="radio"]+span::before {
    content: '';
    position: absolute;
    top: calc(((var(--wpcf7-radio-font-size, 0.889rem) * var(--wpcf7-radio-line-height, 1.5)) - var(--wpcf7-radio-height, 18px) - (2 * var(--wpcf7-radio-border-width, 1px))) / 2);
    left: 0;
    display: block;
    height: var(--wpcf7-radio-height, 18px);
    width: var(--wpcf7-radio-width, 18px);
    line-height: var(--wpcf7-radio-height, 18px);
    border-radius: var(--wpcf7-radio-border-radius, 50%);
    border-width: var(--wpcf7-radio-border-width, 1px);
    border-style: solid;
    border-color: var(--wpcf7-radio-border-color);
    background: var(--wpcf7-radio-background-color);
}

.l-section.color_alternate .wpcf7 input[type="radio"]+span::before {
    border-color: var(--wpcf7-radio-border-color-alt);
    background: var(--wpcf7-radio-background-color-alt);
}

.wpcf7 input[type="radio"]:checked+span:before {
    content: "";
    text-align: center;
    width: 8px;
    height: 8px;
    border: calc((var(--wpcf7-radio-width, 18px) + (2 * var(--wpcf7-radio-border-width, 1px)) - 8px) / 2) solid var(--wpcf7-radio-checked-border-color);
    background: var(--wpcf7-radio-checked-background-color);
}

.l-section.color_alternate .wpcf7 input[type="radio"]+span:before {
    border-color: var(--wpcf7-radio-checked-border-color-alt);
    background: var(--wpcf7-radio-checked-background-color-alt);
}


/* error state */


/* .wpcf7 .form_row:not(.radio_toggle) .wpcf7-not-valid input[type="radio"]+span {
    color: var(--wpcf7-error-color);
} */

.wpcf7 .form_row:not(.radio_toggle) .wpcf7-not-valid input[type="radio"]+span::before,
.wpcf7 .form_row:not(.radio_toggle) .wpcf7-not-valid input[type="radio"]:checked+span::before {
    border-color: var(--wpcf7-error-color);
}


/* disabled state */

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]:disabled+span {
    color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]:disabled+span::before {
    border-color: var(--wpcf7-disabled-border-color);
}

.wpcf7 .form_row:not(.radio_toggle) input[type="radio"]:checked:disabled+span::before {
    border-color: var(--wpcf7-disabled-color);
    background: var(--wpcf7-disabled-border-color);
}


/***** RESPONSE OUTPUT */

.wpcf7 {
    --wpcf7-response-color-default: var(--color-content-heading);
    --wpcf7-response-background-default: var(--color-content-primary);
    --wpcf7-response-color-sent: #FFFFFF;
    --wpcf7-response-background-sent: var(--success-color);
    --wpcf7-response-color-unaccepted: var(--wpcf7-response-color-default);
    --wpcf7-response-background-unaccepted: var(--error-color);
    --wpcf7-response-color-invalid: var(--wpcf7-response-color-default);
    --wpcf7-response-background-invalid: var(--warning-color);
    --wpcf7-border-color: var(--color-content-border);
    --wpcf7-response-radius: var(--element-radius);
    --wpcf7-resonse-offset: 2.778rem;
}

.wpcf7 form[data-status="invalid"] .wpcf7-response-output,
.wpcf7 form[data-status="unaccepted"] .wpcf7-response-output,
.wpcf7 form[data-status="sent"] .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
    border: none;
    display: flex;
    align-items: flex-start;
    padding: 0.833rem;
    margin: var(--wpcf7-resonse-offset, 2.778rem) 0 0 0;
    font-size: 0.889rem;
    line-height: 1.5;
    border-radius: var(--wpcf7-response-radius);
    color: var(--wpcf7-response-color-default);
    background-color: var(--wpcf7-response-background-default);
}

.wpcf7 form[data-status="invalid"] .wpcf7-response-output {
    color: var(--wpcf7-response-color-invalid);
    background-color: var(--wpcf7-response-background-invalid);
}

.wpcf7 form[data-status="sent"] .wpcf7-response-output {
    color: var(--wpcf7-response-color-sent);
    background-color: var(--wpcf7-response-background-sent);
}

.wpcf7 form[data-status="unaccepted"] .wpcf7-response-output {
    color: var(--wpcf7-response-color-unaccepted);
    background-color: var(--wpcf7-response-background-unaccepted);
}

.wpcf7 form[data-status="invalid"] .wpcf7-response-output:before,
.wpcf7 form[data-status="sent"] .wpcf7-response-output:before,
.wpcf7 form[data-status="unaccepted"] .wpcf7-response-output:before {
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, '400');
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.556rem;
    font-size: 0.889rem;
    line-height: inherit;
    flex-shrink: 0;
}

.wpcf7 form[data-status="invalid"] .wpcf7-response-output:before {
    content: '\f057';
}

.wpcf7 form[data-status="sent"] .wpcf7-response-output:before {
    content: '\f058';
}

.wpcf7 form[data-status="unaccepted"] .wpcf7-response-output:before {
    content: '\f06a';
}


/***** Custom */

.wpcf7 .form_hidden {
    display: none !important;
}

.wpcf7 form.sent .form_hidden+.wpcf7-response-output {
    margin-top: 0;
}


/***** WPCF7 CUSTOMIZATIONS */


/**** WPCF7 - Material Design Style (label for, label class, input id, input class) */


/* .wpcf7 form.wpcf7-form .md-input {
    border-top: none;
    border-right: none;
    border-left: none;
    position: relative;
}

.wpcf7 form.wpcf7-form label.md-label {
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    font-size: 0.889rem;
    top: calc((50px - 20px) / 2);
    left: calc(30px - 5px);
    color: var(--color-faded);
    position: absolute;
    padding: 0 5px;
    line-height: 20px;
    z-index: 10;
    background: none;
    transition: all 0.3s ease-in-out;
}

.wpcf7 form.wpcf7-form label.md-label.active {
    top: calc(-1 * (20px / 2));
    transform: translateY(0);
    font-size: 0.667rem;
    background: var(--color-content-bg);
    color: var(--color-content-primary);
    text-transform: initial;
    transition: all 0.3s ease-in-out;
} */


/**** Input type FILE */

.wpcf7 form.wpcf7-form .file_upload {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.111rem;
    width: 100%;
    padding: 1.111rem;
    border: 1px dashed var(--color-content-border);
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info {
    display: flex;
    gap: 1.111rem;
    align-items: center;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .heading {
    font-size: 0.889rem;
    line-height: 1.5;
    color: var(--color-content-heading);
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .heading small {
    color: var(---color-faded);
    font-size: 0.667rem;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .image {
    flex-shrink: 0;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_info .heading small {
    display: block;
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_field {
    width: 100%;
}

@media (min-width: 768px) {
    .wpcf7 form.wpcf7-form .file_upload .wrapper_field {
        width: auto;
    }
}

.wpcf7 form.wpcf7-form .file_upload .wrapper_field label {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin: 0;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.778rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0.928em 1.429em;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: var(--color-content-bg-alt);
    color: var(--color-content-heading);
    transition: all 0.3s ease;
}

.no-touch .wpcf7 form.wpcf7-form .file_upload .wrapper_field label:hover {
    background: var(--color-alt-content-bg);
    color: var(--color-alt-content-heading);
}

.wpcf7 form.wpcf7-form .file_upload input[type="file"] {
    width: 0 !important;
    height: 0;
    margin: 0;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
}


/***** PLUGINS */


/**** WPCF7 Plugin: CONDITIONAL FIELDS FOR CF7 */


/* .wpcf7 [data-class="wpcf7cf_group"]:not(:last-child) {
    margin-bottom: calc(2.778rem - 1.667rem);
}

.wpcf7 [data-class="wpcf7cf_group"]:not(:first-child) {
    padding-top: 2.778rem;
    border-top: 1px solid var(--color-content-border);
} */


/**** WPCF7 Plugin: DRAG AND DROP MULTIPLE FILE UPLOAD - CONTACT FORM 7 */


/* .codedropz-upload-wrapper .codedropz-upload-handler {
    border: 2px dashed var(--color-faded);
    border-radius: 0;
}

.codedropz-upload-wrapper .codedropz-upload-handler .dnd-upload-counter {
    display: none;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container {
    padding: 2.222rem;
    background: var(--color-content-bg-alt);
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner h4 {
    margin-bottom: 1.111rem;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner>span {
    display: block;
    font-size: 0.889rem;
    margin-bottom: 1.111rem;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
    font-family: var(--h1-font-family);
    font-weight: var(--heading-font-weight);
    font-size: 0.778rem;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 1em 1.2em 0.86em;
    background: transparent;
    border: none;
    color: #FFFFFF;
    background: var(--color-content-primary);
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}

@media (min-width: 768px) {
    .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn {
        padding: 1em 1.43em 0.86em;
    }
}

.no-touch .codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn:hover {
    background: #008f79;
}

.codedropz-upload-wrapper .codedropz-upload-handler .codedropz-upload-container .codedropz-upload-inner .codedropz-btn-wrap .cd-upload-btn::before {
    content: '\f093';
    font-family: var(--fa-font-family);
    font-weight: var(--fa-font-weight, 400);
    display: inline-block;
    margin-right: 0.556rem;
}

.codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-image {
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
}

.codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-image span.file {
    background: none;
    width: auto;
    height: auto;
}

.codedropz-upload-wrapper .dnd-upload-status.complete .dnd-upload-image span.file::after {
    content: '\f00c';
    font-family: var(--fa-font-family);
    font-weight: var(--fa-font-weight, 400);
    color: #FFFFFF;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name>span {
    font-family: var(--h1-font-family);
    font-weight: var(--heading-font-weight);
    color: var(--color-content-heading);
    font-size: 0.889rem;
    line-height: 1.2;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .name>em {
    font-size: 0.778rem;
    line-height: 1.2;
    font-weight: var(--default-font-weight);
    color: var(--color-faded);
    font-style: normal;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 0.556rem;
    background: var(--color-content-bg-alt);
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: var(--color-content-primary);
    font-size: 0.4444rem;
    line-height: 0.556rem;
}

.codedropz-upload-wrapper .dnd-upload-status .dnd-upload-details .has-error {
    color: var(--wpcf7-error-color);
    font-size: 0.667rem;
    line-height: 1.5;
    margin-top: 0.4444rem;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    text-transform: initial;
}

.codedropz-upload-wrapper span.has-error-msg {
    font-style: normal;
    color: var(--wpcf7-error-color);
    font-size: 0.667rem;
    line-height: 1.5;
    margin-top: 0.4444rem;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    text-transform: initial;
    padding: 0.556rem 0 0 0;
} */


/*****************************
**
** HEADER
**
******************************/


/**** Helpers ****/


/** Hide element by Device Type **/

.state_default .w-nav .hide_on_desktop>a {
    display: none !important;
}

.state_laptops .w-nav .hide_on_laptops>a {
    display: none !important;
}

.state_tablets .w-nav .hide_on_tablets>a {
    display: none !important;
}

.state_mobiles .w-nav .hide_on_mobiles>a {
    display: none !important;
}


/** Hide element by Nav Type **/

.w-nav.type_desktop .hide_in_desktop_menu,
.w-nav.type_desktop+.hide_in_desktop_menu {
    display: none !important;
    pointer-events: none;
    user-select: none;
}

.w-nav.type_mobile .hide_in_mobile_menu,
.w-nav.type_mobile+.hide_in_mobile_menu {
    display: none !important;
    pointer-events: none;
    user-select: none;
}


/***** Layout *****/


/*** NOT WORKING ON ALL NAVBARS ex. long dropdowns */


/* header#page-header .l-subheader-h {
    max-width: var(--page-layout-site-width);
}

.w-nav.type_desktop .menu-item.level_1.menu-item-object-us_page_block {
    display: none;
} */

header#page-header .l-subheader-cell.at_right>*:not(:first-child) {
    margin-left: 30px;
}

.state_mobiles header#page-header .l-subheader-cell.at_right>*:not(:first-child) {
    margin-left: 20px;
}

.header_hor .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
    left: calc(-1 * var(--page-layout-container-padding));
    right: calc(-1 * var(--page-layout-container-padding));
    padding: 0;
}


/***** Main (middle) Header *****/


/**** Custom styling ****/


/*** Shadow ***/

.l-header.shadow_none.sticky .l-subheader.at_middle,
.l-header.shadow_none.sticky .l-subheader.at_bottom {
    box-shadow: 0 1px 2px rgb(0, 0, 0, .15) !important;
}


/** custom **/


/*** Menu items styling ***/

header#page-header .w-nav.type_mobile .menu-item.level_1:not(.wrapper_mega_menu) .wrapper_header_menu-buttons {
    margin: 0;
    margin-top: 30px;
    font-size: 1rem;
}

.state_mobiles .w-nav.type_mobile .menu-item.level_1:not(.wrapper_mega_menu) .wrapper_header_menu-buttons {
    margin-top: 20px;
}


/* mobile */

.w-nav.type_mobile .menu-item.level_1>a:not(.w-btn) {
    font-size: 1.75rem;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    /* color: var(--color-content-heading); */
    text-transform: initial;
}

.state_mobiles .w-nav.type_mobile .menu-item.level_1>a:not(.w-btn) {
    font-size: 1.4rem;
}


/** custom **/


/* .w-nav.type_mobile .menu-item.level_1.current-menu-item>a:not(.w-btn),
.w-nav.type_mobile .menu-item.level_1.current-menu-ancestor>a:not(.w-btn),
.w-nav.type_mobile .menu-item.level_1.current-page-ancestor>a:not(.w-btn) {
    color: var(--color-content-heading);
}

.w-nav.type_mobile .menu-item.level_1>a:not(.w-btn):focus,
.no-touch .w-nav.type_mobile .menu-item.level_1.opened>a:not(.w-btn),
.no-touch .w-nav.type_mobile .menu-item.level_1:hover>a:not(.w-btn) {
    color: var(--color-content-heading);
} */


/* mobile subitems */

.w-nav.type_mobile .menu-item:not(.level_1)>a:not(.w-btn) {
    font-size: 1.4rem;
    font-family: var(--font-body);
    font-weight: var(--default-font-weight);
    /* color: var(--color-content-heading); */
}

.state_mobiles .w-nav.type_mobile .menu-item:not(.level_1)>a:not(.w-btn) {
    font-size: 1.125rem;
}


/* desktop */

.w-nav.type_desktop .menu-item.level_1>a:not(.w-btn) {
    font-size: 1rem;
    text-transform: initial;
    font-family: var(--font-body);
    font-weight: var(--bold-font-weight);
    /* color: var(--color-content-heading); */
}


/* Nav Control */

header#page-header .w-nav-control {
    padding: 0 0.8rem;
    margin-right: -0.8rem;
}

header#page-header .w-nav-control>.w-nav-icon>div,
header#page-header .w-nav-control>.w-nav-icon>div::before,
header#page-header .w-nav-control>.w-nav-icon>div::after {
    border-radius: 5px;
    /* border-bottom-color: var(--color-content-heading); */
}


/* header#page-header .w-nav-control:not(.active)>.w-nav-icon>div {
    margin-left: 2px;
}

header#page-header .w-nav-control:not(.active)>.w-nav-icon>div::before,
header#page-header .w-nav-control:not(.active)>.w-nav-icon>div::after {
    left: -2px;
} */


/* Custom underline effect */


/* .no-touch header#page-header .w-nav.type_desktop .menu-item:hover .w-nav-anchor.level_1::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    display: block;
    background: var(--color-content-primary);
    left: 20px;
    right: 20px;
} */


/**** Nav Arrow */

header#page-header .w-nav .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    color: var(--color-faded);
}


/** desktop */


/* header#page-header .w-nav.type_desktop .menu-item .w-nav-arrow {
     display: none;
} */

header#page-header .w-nav.type_desktop .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 16px;
    margin-left: 5px;
}


/** mobile */

header#page-header .w-nav.type_mobile .menu-item .w-nav-arrow {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
}

header#page-header .w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 18px;
    /* color: var(--color-content-primary); */
}

.state_mobiles header#page-header .w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 16px;
}


/* experimental */

.w-nav.type_mobile.m_align_center .menu-item-has-children>.w-nav-anchor .w-nav-title {
    padding-left: 30px;
}


/**** Dropdowns ****/

header#page-header .w-nav.type_desktop .w-nav-list.level_2 {
    padding: 10px;
}

header#page-header .w-nav.type_desktop .w-nav-list:not(.level_1) {
    min-width: 260px;
    border-radius: var(--element-radius, 0px);
    box-shadow: var(--element-shadow, var(--box-shadow));
}

header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1) {
    font-size: inherit;
    line-height: 1.2;
    padding: 8px 10px;
    white-space: initial;
    /* font-weight: var(--default-font-weight); */
}


/* header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-item>a,
header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-ancestor>a,
header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-page-ancestor>a {
    color: var(--color-content-primary);
} */

.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-item>a:hover,
.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-menu-ancestor>a:hover,
.no-touch header#page-header .w-nav.type_desktop .menu-item:not(.level_1).current-page-ancestor>a:hover {
    text-decoration: none;
}

.no-touch header#page-header .w-nav.type_desktop .menu-item .w-nav-anchor:not(.level_1):hover {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}


/* header#page-header .w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before {
    content: '\f061';
} */

header#page-header .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-title {
    display: block;
    padding-right: 20px;
}

header#page-header .w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-arrow {
    width: initial;
    padding-right: 15px;
    line-height: 1;
    top: 50%;
    transform: translateY(-50%);
}


/**** Sticky Header ****/


/* header#page-header.sticky .w-image.with_transparent img:first-of-type {
    display: none;
}

header#page-header.sticky .w-image.with_transparent img:last-of-type {
    display: block;
} */


/***** Top Header *****/


/**** Text ****/


/* #page-header .l-subheader.at_top .w-text {
    font-size: 16px;
}

.state_mobiles #page-header .l-subheader.at_top .w-text {
    font-size: 14px;
} */

#page-header .l-subheader.at_top .w-text a:not([href^="tel:"]) .w-text-value {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
}

.no-touch #page-header .l-subheader.at_top .w-text a:not([href^="tel:"]):hover .w-text-value {
    text-decoration: none;
}


/***** Bottom Header *****/


/**** Mobile Menu ****/


/* header#page-header .l-subheader.at_middle .type_mobile .w-nav-list.level_1,
header#page-header .l-subheader.at_middle .type_mobile .w-nav-list:not(.level_1) {
    background-color: var(--color-content-bg-alt);
} */


/** Dorpdowns */


/* .state_mobiles .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_2 {
    border-radius: 15px 0;
} */


/** Mobile Nav Close **/

header#page-header .w-nav-close {
    /* color: var(--color-content-heading); */
    opacity: 1;
    font-size: 2rem;
    line-height: 3.5rem;
    width: 3.5rem;
}


/*** Fullscreen menu customizations */


/** set default left an right padding for fullscreen menu */

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
    padding-left: calc(var(--page-layout-container-padding) - 0.7rem) !important;
    padding-right: calc(var(--page-layout-container-padding) - 0.7rem) !important;
}


/** disable center position on fullscreen menu */


/* .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
    margin-top: 60px !important;
}


@media (min-width: 768px) {
    .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
        margin-top: 120px !important;
    }
} */


/*** FIXES */

@supports(min-height: 100dvh) {
    .w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
        min-height: 100dvh !important;
    }
}

.w-nav .w-search:not(.active) .w-search-form {
    opacity: 0;
    transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}

html.w-nav-open,
html.w-nav-open body {
    overflow: hidden;
}


/***** Custom Header Elements *****/


/*****************************
**
** FOOTER
**
******************************/


/*** Custom Typography */

footer#page-footer {
    font-size: 14px;
    line-height: 1.75;
    --h6-margin-bottom: 15px;
}

@media (min-width: 768px) {
    footer#page-footer {
        font-size: 16px;
        --h6-margin-bottom: 20px;
    }
}


/*****************************
**
** SECTIONS
**
******************************/


/***** GENERAL */

section.section_border-top {
    border-top: 1px solid var(--color-content-border);
}

section.section_border-bottom {
    border-bottom: 1px solid var(--color-content-border);
}

section.color_alternate.section_border-top {
    border-top: 1px solid var(--color-alt-content-border);
}

section.color_alternate.section_border-bottom {
    border-bottom: 1px solid var(--color-alt-content-border);
}


/***** CUSTOM */


/***** section_hero */

.section_hero {
    overflow: hidden;
}

.section_hero::after {
    content: url('./imgs/hero_ornament.svg');
    position: absolute;
    bottom: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
    line-height: 0;
    transform: scale(0.5);
    transform-origin: right bottom;
}

@media (min-width: 821px) {
    .section_hero::after {
        transform: scale(1);
    }
}

.section_hero.with_img>.l-section-img {
    top: var(--header-height);
    left: 50%;
}

@media (max-width: 820px) {
    .section_hero.with_img {
        padding-bottom: 400px;
    }
    .section_hero.with_img>.l-section-img {
        top: calc(100% - 340px);
        left: 0;
    }
}


/*****************************
**
** ROWS
**
******************************/


/***** FullWidth Rows */

.row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
    margin-left: calc(-1 * var(--page-layout-container-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-padding)) !important;
}

.row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
    margin-left: calc(-1 * var(--page-layout-container-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-padding)) !important;
}


/** for site content width 1410px */

@media (min-width: 1500px) {
    .row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:last-of-type {
        margin-right: calc( var(--site-content-width) / 2 + 0px / 2 + (var(--page-layout-gutter, 15px) / 2) - 50vw) !important;
    }
    .row_fullwidth.g-cols.via_flex.type_default>.wpb_column.stretched:first-of-type {
        margin-left: calc( var(--site-content-width) / 2 + 0px / 2 + (var(--page-layout-gutter, 15px) / 2) - 50vw) !important;
    }
}


/***** Same Height Cols in Row */

.row_same_height_cols.g-cols.via_flex.type_default>.wpb_column>.vc_column-inner,
.row_same_height_cols.g-cols.via_flex.type_default>.wpb_column>.vc_column-inner>.wpb_wrapper {
    height: 100%;
}


/***** row_cards */

.row_cards.type_boxes {
    margin: calc(-1 * var(--page-layout-gutter, 15px)) !important;
}

.row_cards.type_boxes>div {
    margin: 0 !important;
}

.row_cards.type_boxes>div>.vc_column-inner {
    padding: var(--page-layout-gutter, 15px) !important;
}

.row_cards .w-ibanner {
    background: var(--color-content-bg);
    color: var(--color-content-heading);
}

.row_cards .w-ibanner.animation_phorcys:hover .w-ibanner-image {
    opacity: 0;
}

.row_cards .w-ibanner.animation_phorcys:hover .w-ibanner-desc {
    opacity: 1;
}


/*****************************
**
** TITLEBARS
**
******************************/


/***** titlebar */

section.titlebar {
    position: relative;
    overflow: hidden;
}

section.titlebar:not(.section_hero).with_img>.l-section-img {
    top: var(--header-height);
    display: none;
}

@media (min-width: 1280px) {
    section.titlebar:not(.section_hero).with_img {
        min-height: calc(390px + var(--header-height));
    }
    section.titlebar:not(.section_hero).with_img>.l-section-img {
        display: block;
    }
    section.titlebar::before {
        content: url('./imgs/titlebar_ornament.svg');
        position: absolute;
        bottom: 0;
        left: 0;
        user-select: none;
        pointer-events: none;
        line-height: 0;
    }
    section.titlebar.ornament_big::before {
        content: url('./imgs/titlebar_ornament-big.svg');
    }
}


/*****************************
**
** WRAPPERS
**
******************************/


/***** GENERAL */

.w-vwrapper.use_gap {
    gap: var(--vwrapper-gap);
}

.w-hwrapper.use_gap {
    gap: var(--hwrapper-gap);
}

.w-vwrapper.use_gap>*,
.w-hwrapper.use_gap>* {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .w-vwrapper.mobile_flow-horizontal {
        flex-direction: row;
        align-items: center;
    }
}


/***** wrapper_cta */

@media (min-width: 768px) {
    .wrapper_cta {
        gap: 50px !important;
    }
}


/***** wrapper_footer-copyright */

@media (max-width: 820px) {
    .wrapper_footer-copyright {
        flex-direction: column-reverse;
    }
}


/***** wrapper_card */

.wrapper_card {
    height: 100%;
    padding: 30px;
    background: var(--color-content-bg);
}

@media (max-width: 767px) {
    .wrapper_card {
        flex-direction: column;
    }
}

.wrapper_card .w-image {
    flex-shrink: 0;
}

.wrapper_card .w-image img {
    width: 64px;
    height: auto;
}

.wrapper_card .h4:not(:last-child),
.wrapper_card p:not(:last-child) {
    margin-bottom: 10px;
}

.wrapper_card ul {
    --ul-font-size: 16px;
    --ul-bullet-gap: 15px;
    --ul-items-gap: 5px;
}


/*****************************
**
** CUSTOM ELEMENTS
**
******************************/


/**** cards */

.cards>.grid_list {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.cards>.grid_list>* {
    padding: 10px;
    width: calc(12 / 12 * 100%);
}

.cards .card>.wrapper_inner {
    height: 100%;
}

.cards .card:nth-child(4n+1)>.wrapper_inner {
    background: var(--color-accent-bg-1);
}

.cards .card:nth-child(4n+2)>.wrapper_inner {
    background: var(--color-accent-bg-2);
}

.cards .card:nth-child(4n+3)>.wrapper_inner {
    background: var(--color-accent-bg-3);
}

.cards .card:nth-child(4n+4)>.wrapper_inner {
    background: var(--color-accent-bg-4);
}

@media (min-width: 768px) {
    .cards {
        margin-bottom: 50px;
    }
    .cards>.grid_list {
        margin: -15px;
    }
    .cards>.grid_list>* {
        padding: 15px;
        width: calc(6 / 12 * 100%);
    }
    .cards .card:nth-child(2n)>.wrapper_inner {
        transform: translateY(50px);
    }
}

@media (min-width: 1280px) {
    .cards {
        margin-bottom: 100px;
    }
    .cards .card:nth-child(2n)>.wrapper_inner {
        transform: translateY(100px);
    }
}

.cards .card .wrapper_image {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.cards .card .wrapper_image>.placeholder {
    padding-bottom: calc(330 / 530 * 100%);
}

.cards .card .wrapper_image>.placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cards .card .wrapper_content {
    padding: 30px;
}

@media (min-width: 768px) {
    .cards .card .wrapper_content {
        padding: 50px;
    }
}


/*****************************
**
** GRID LAYOUTS
**
******************************/


/***** Load More */

.w-grid .g-loadmore {
    margin-top: var(--separator_height_size_medium);
}

.w-grid .g-loadmore .w-btn.btn_simple {
    color: var(--color-content-link);
}

.no-touch .w-grid .g-loadmore .w-btn.btn_simple:hover {
    color: var(--color-content-link-hover);
}

.w-grid .g-loadmore .w-btn::after {
    content: '\f063';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    display: inline-block;
    margin-left: 10px;
    color: inherit;
}

@media (min-width: 768px) {
    .w-grid .g-loadmore.width_full .w-btn {
        width: auto;
    }
}


/***** Scrollable Grid *****/

:root {
    --scrollable-grid-margin: 5px;
    --scrollable-grid-item-width: 85vw;
}

@media (min-width: 768px) and (max-width: 1024px) {
     :root {
        --scrollable-grid-margin: 10px;
        --scrollable-grid-item-width: 420px;
    }
}

@media (max-width: 1024px) {
    .w-grid.with_scroll {
        margin-right: calc(-1 * ( var(--page-layout-container-padding)));
        margin-left: calc(-1 * ( var(--page-layout-container-padding)));
    }
    .w-grid.with_scroll .w-grid-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-color: var(--color-content-primary) var(--color-white);
        /* scroll-padding: 50%; */
        margin: calc(-1 * var(--scrollable-grid-margin)) !important;
        padding-bottom: 20px;
    }
    .w-grid.with_scroll .w-grid-list>* {
        scroll-margin: 10px;
        scroll-snap-align: start;
        scroll-snap-stop: normal;
        padding: var(--scrollable-grid-margin) !important;
    }
    .w-grid.with_scroll .w-grid-item {
        flex-shrink: 0;
        width: var(--scrollable-grid-item-width) !important;
    }
    .w-grid.with_scroll .w-grid-item:first-child,
    .w-grid.with_scroll .w-grid-item:last-child {
        width: calc(var(--scrollable-grid-item-width) + var(--page-layout-container-padding)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:first-child {
        padding-left: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:last-child {
        padding-right: calc(var(--page-layout-container-padding) + var(--scrollable-grid-margin)) !important;
    }
    .w-grid.with_scroll .w-grid-list .w-grid-item:first-child:last-child {
        width: calc(var(--scrollable-grid-item-width) + var(--page-layout-container-padding) + var(--page-layout-container-padding)) !important;
    }
    .w-grid.type_grid.with_scroll .w-grid-list {
        display: flex !important;
        gap: 0 !important;
    }
}


/***** GRID CUSTOM GALLERY */


/* .w-grid.grid_custom_gallery {
    --grid-gap: 10px;
}

@media (min-width: 768px) {
    .w-grid.grid_custom_gallery {
        --grid-gap: 20px;
    }
}

@media (min-width: 1024px) {
    .w-grid.grid_custom_gallery {
        --grid-gap: 30px;
    }
}

.w-grid.grid_custom_gallery .w-grid-list {
    display: grid;
    gap: var(--grid-gap);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: dense;
    margin: 0;
}

.w-grid.grid_custom_gallery .w-grid-item {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    position: relative;
    aspect-ratio: 210 / 150;
}

.w-grid.grid_custom_gallery .w-grid-item .post_image {
    line-height: 0;
    height: 100%;
    border-radius: var(--element-radius);
    overflow: hidden;
}

.w-grid.grid_custom_gallery .w-grid-item img {
    display: block;
    height: inherit;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+4) {
        grid-row: span 2;
        grid-column: span 3;
        aspect-ratio: 930 / 450;
    }
}

@media (min-width: 768px) {
    .w-grid.grid_custom_gallery .w-grid-list {
        grid-template-columns: repeat(4, 1fr);
    }
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+1) {
        grid-row: span 2;
        grid-column: span 4;
        aspect-ratio: 930 / 450;
    }
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+2),
    .w-grid.grid_custom_gallery .w-grid-item:nth-child(7n+3) {
        grid-row: span 2;
        grid-column: span 2;
        aspect-ratio: 450 / 320;
    }
} */


/***** grid_project_engagements */

.w-grid.grid_project_engagements .w-grid-item>.w-grid-item-h {
    background-color: var(--color-content-bg);
    position: relative;
    padding: 40px;
    height: 100%;
    color: var(--color-content-heading);
}

.w-grid.grid_project_engagements .w-grid-item:nth-child(6n+1)>.w-grid-item-h {
    background-color: rgba(214, 228, 52, 0.75);
}

.w-grid.grid_project_engagements .w-grid-item:nth-child(6n+2)>.w-grid-item-h {
    background-color: var(--color-content-bg);
}

.w-grid.grid_project_engagements .w-grid-item:nth-child(6n+3)>.w-grid-item-h {
    background-color: var(--color-content-secondary);
}

.w-grid.grid_project_engagements .w-grid-item:nth-child(6n+4)>.w-grid-item-h {
    color: #FFFFFF;
    background-color: var(--color-alt-content-bg);
}

.w-grid.grid_project_engagements .w-grid-item:nth-child(6n+5)>.w-grid-item-h {
    background-color: var(--color-content-bg);
}

.w-grid.grid_project_engagements .w-grid-item:nth-child(6n+6)>.w-grid-item-h {
    background-color: rgba(214, 228, 52, 0.75);
}

.w-grid.grid_project_engagements .w-grid-item>.w-grid-item-h>*:not(:last-child) {
    margin-bottom: 20px;
}

.w-grid.grid_project_engagements .w-grid-item>.w-grid-item-h .post_date {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-heading);
    background: var(--color-content-bg-alt);
}

.w-grid.grid_project_engagements .w-grid-item>.w-grid-item-h .author {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
}

.w-grid.grid_project_engagements .w-grid-item>.w-grid-item-h .author:not(:last-child) {
    margin-bottom: 30px;
}

.w-grid.grid_project_engagements .w-grid-item>.w-grid-item-h .author>.w-post-elm-before {
    margin-right: 8px;
}


/*** photo */

.w-grid.grid_project_engagements .w-grid-item.engagement_type-photo>.w-grid-item-h .post_date {
    background: var(--color-content-secondary);
}


/*** comment */

.w-grid.grid_project_engagements .w-grid-item.engagement_type-comment>.w-grid-item-h .post_content {
    font-size: 24px;
    font-style: italic;
}

.w-grid.grid_project_engagements .w-grid-item.engagement_type-comment>.w-grid-item-h .post_content:not(:last-child) {
    margin-bottom: 20px;
}


/*** story */

.w-grid.grid_project_engagements .w-grid-item.engagement_type-story>.w-grid-item-h {
    background-color: var(--color-content-secondary);
}

.w-grid.grid_project_engagements .w-grid-item.engagement_type-story>.w-grid-item-h .post_content:not(:last-child) {
    margin-bottom: 15px;
}


/**** modal_story_wrapper */

.modal_story_wrapper>*:not(:last-child) {
    margin-bottom: 15px;
}

.modal_story_wrapper .story_date {
    padding: 8px 15px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-heading);
    background: var(--color-content-bg-alt);
    width: fit-content;
}

.modal_story_wrapper .story_author {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}


/*****************************
**
** SLIDERS
**
******************************/


/***** general */


/*** slider_overflow-visible */

.slider_overflow-visible .owl-carousel .owl-stage-outer {
    overflow: visible;
}


/*** navigation */

.owl-carousel.navstyle_circle .owl-nav button {
    --arrows-size: 21px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    color: var(--color-content-primary) !important;
    text-shadow: none !important;
    border: 1px solid var(--color-content-primary);
    margin-top: -80px;
}


/*** bottom */

.navigation_bottom .owl-carousel .owl-nav:not(.disabled) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: var(--separator_height_size_small);
}

.navigation_bottom .owl-carousel .owl-nav button {
    position: relative;
    top: 0;
    transform: initial;
    margin-top: 0;
}


/** custom icons */

.owl-carousel .owl-prev:after {
    content: '\f060';
}

.owl-carousel .owl-next:after {
    content: '\f061';
}


/*** pagination */

.owl-carousel.dotstyle_circle .owl-dots {
    padding-top: var(--separator_height_size_small);
}

.owl-carousel.dotstyle_circle .owl-dots .owl-dot span {
    background: var(--color-content-secondary) !important;
    opacity: 0.25;
}

.owl-carousel.dotstyle_circle .owl-dots .owl-dot.active span {
    box-shadow: none;
    opacity: 1;
    background: var(--color-content-primary) !important;
}


/*****************************
**
** SWIPER SLIDERS
**
******************************/


/***** Slider Pagination */


/**** General */

.slider_container .swiper-pagination {
    --swiper-pagination-color: var(--color-content-primary);
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: #3F3F3F;
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bullet-width: 10px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-border-radius: 8px;
    --swiper-pagination-bullet-inactive-color: var(--color-content-primary);
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 5px;
    --swiper-pagination-bullet-vertical-gap: 5px;
}

.slider_container .swiper-scrollbar {
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
}


/**** Custom - pagination_relative */

.slider_container.pagination_relative {
    --relative-swiper-pagination-offset-top: 30px;
}

@media (min-width: 768px) {
    .slider_container.pagination_relative {
        --relative-swiper-pagination-offset-top: 50px;
    }
}

.slider_container.pagination_relative .swiper-pagination {
    position: relative;
    --swiper-pagination-left: 0;
    --swiper-pagination-right: 0;
    --swiper-pagination-bottom: 0;
    --swiper-pagination-top: 0;
    margin: var(--relative-swiper-pagination-offset-top, 40px) 0 0 0;
}


/**** type bullets */

.slider_container .swiper-pagination.swiper-pagination-bullets {
    line-height: 1;
}

.slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
    margin-right: 0;
}


/*** custom */


/* .slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border: none;
    transition: all .3s ease;
}

.slider_container .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
} */


/**** type progressbar */

.slider_container .swiper-pagination.swiper-pagination-progressbar {
    --relative-swiper-pagination-offset-top: 0;
}


/***** Slider Navigation */

.slider_container .swiper-navigation {
    --swiper-navigation-size: 50px;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: -50px;
    --swiper-navigation-color: var(--color-content-primary);
}

.slider_container .swiper-navigation .swiper-button-next,
.slider_container .swiper-navigation .swiper-button-prev {
    width: var(--swiper-navigation-size);
    border-radius: 50%;
    overflow: hidden;
    background: var(--color-alt-content-bg-alt);
    transition: background .3s ease;
}

.no-touch .slider_container .swiper-navigation .swiper-button-next:hover,
.no-touch .slider_container .swiper-navigation .swiper-button-prev:hover {
    background: var(--color-content-primary);
    color: var(--color-white);
}

.slider_container .swiper-navigation .swiper-button-next:after,
.slider_container .swiper-navigation .swiper-button-prev:after {
    font-size: 16px;
}

.slider_container .swiper-navigation .swiper-button-next:after,
.slider_container .swiper-navigation .swiper-rtl .swiper-button-prev:after {
    content: '\f054';
    font-family: var(--fa-font-family, 'fontawesome');
}

.slider_container .swiper-navigation .swiper-button-prev:after,
.slider_container .swiper-navigation .swiper-rtl .swiper-button-next:after {
    content: '\f053';
    font-family: var(--fa-font-family, 'fontawesome');
}


/**** navigation_relative */

.slider_container.navigation_relative .swiper-navigation {
    position: relative;
    display: flex;
    gap: 10px;
}

.slider_container.navigation_relative .swiper-button-next,
.slider_container.navigation_relative .swiper-button-prev {
    position: static;
    margin: 0;
}


/*****************************
**
** UACF7
**
******************************/


/***** Conditional */

.wpcf7 .uacf7_conditional:not(:last-child) {
    margin-bottom: var(--wpcf7-column-spacing-vertical);
}


/***** File Upload */

.wpcf7 .uacf7-dropzone-wrapper:not(:first-child) {
    margin-top: var(--wpcf7-label-offset, 10px);
}

.wpcf7 .uacf7-dropzone-wrapper .dropzone {
    background-color: rgba(245, 168, 0, 0.10) !important;
    width: 100%;
}

.wpcf7 .uacf7-dropzone-wrapper .dropzone h3 {
    font-size: 1rem;
}

.wpcf7 .uacf7-dropzone-wrapper .dropzone span {
    font-size: 16px;
    line-height: 1.5;
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    color: var(--color-content-text);
}


/***** Multistep Progressbar */

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form+div {
    margin-top: 30px;
}

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step {
    border: none !important;
}

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step .steps-info {
    border-bottom: 2px solid var(--color-content-text);
}

@media (min-width: 768px) {
    .wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step .steps-info {
        padding: 10px;
    }
}

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step.step-complete .steps-info {
    border-color: #000000;
}

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step.step-complete .uacf7-btn-active+.steps-info {
    border-color: var(--color-content-secondary);
}

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step .steps-info>p {
    font-size: 21px;
    font-weight: var(--font-weight);
    color: var(--color-content-text);
    margin-bottom: 0;
}

.wpcf7 .progressbar-style-5 .uacf7-steps.steps-form .steps-row .steps-step.step-complete .steps-info>p {
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    margin-bottom: 0;
}

.wpcf7 .uacf7-step.step-content .uacf7-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.wpcf7 .uacf7-step.step-content .uacf7-buttons .wpcf7-spinner {
    display: none;
}

.wpcf7 .uacf7-step.step-content .uacf7-buttons button {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    float: none !important;
    transition: all .3s ease;
}

.wpcf7 .uacf7-step.step-content .uacf7-buttons button.uacf7-prev {
    background: var(--color-content-text);
    color: #FFFFFF;
}

.no-touch .wpcf7 .uacf7-step.step-content .uacf7-buttons button.uacf7-prev:hover {
    background: var(--color-content-heading);
}

.wpcf7 .uacf7-step.step-content.step-end .uacf7-buttons button.uacf7-prev {
    margin-top: 40px;
}

.wpcf7 .uacf7-step.step-content .uacf7-buttons button.uacf7-next::after {
    content: '\f178';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    font-size: inherit;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.wpcf7 .uacf7-step.step-content .uacf7-buttons button.uacf7-prev::before {
    content: '\f177';
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    font-size: inherit;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}


/***** project_content */

.project_content:last-child {
    border-bottom: 1px solid var(--color-content-border);
}

.project_content .w-separator:last-child {
    display: none;
}


/***** leaf_project_meta */

.leaf_project_meta {
    padding: 30px;
    background: var(--color-accent-bg-3);
}

.leaf_project_meta h6:not(:last-child) {
    margin-bottom: 10px;
}

.leaf_project_meta .wrapper_icon:not(:last-child) {
    margin-bottom: 20px;
}

.leaf_project_meta .wrapper_icon img {
    width: 56px;
    height: auto;
}

.leaf_project_meta .wrapper_date:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(118, 188, 33, .3);
}


/***** leaf_project_attachments */

.leaf_project_attachments_wrapper:not(:first-child) {
    margin-top: var(--separator_height_size_small);
}

.leaf_project_attachments.pdf>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

.leaf_project_attachments.pdf .file.pdf a {
    text-decoration: underline;
}

.no-touch .leaf_project_attachments.pdf .file.pdf a:hover {
    text-decoration: none;
}

.leaf_project_attachments.pdf .file.pdf a>i {
    margin-right: 10px;
    font-size: 21px;
    color: var(--color-content-secondary);
}

.leaf_project_attachments.image>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

@media (min-width: 768px) {
    .leaf_project_attachments.image>.grid_list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

.leaf_project_attachments.image .file.image>.wrapper_image {
    position: relative;
    line-height: 0;
}

.leaf_project_attachments.image .file.image>.wrapper_image .placeholder {
    padding-bottom: 100%;
}

.leaf_project_attachments.image .file.image>.wrapper_image .placeholder+img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/***** leaf_winners */

.leaf_winners>.grid_list {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
}

.leaf_winners .item>.wrapper_inner {
    position: relative;
    padding: 15px 10px;
    overflow: hidden;
    background: var(--color-content-bg-alt);
}

@media (min-width: 768px) {
    .leaf_winners .item>.wrapper_inner {
        padding: 20px 30px;
    }
}

.leaf_winners .item .wrapper_main {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (min-width: 768px) {
    .leaf_winners .item .wrapper_main::before {
        content: '';
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        background-image: url('./imgs/icon_leaf_winners_transparent.svg');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: hidden;
        flex-shrink: 0;
    }
    .leaf_winners .item:nth-child(6n+1) .wrapper_main::before {
        background-color: var(--color-content-secondary);
    }
    .leaf_winners .item:nth-child(6n+2) .wrapper_main::before {
        background-color: var(--color-accent-1);
    }
    .leaf_winners .item:nth-child(6n+3) .wrapper_main::before {
        background-color: var(--color-accent-2);
    }
    .leaf_winners .item:nth-child(6n+4) .wrapper_main::before {
        background-color: var(--color-accent-3);
    }
    .leaf_winners .item:nth-child(6n+5) .wrapper_main::before {
        background-color: var(--color-accent-4);
    }
    .leaf_winners .item:nth-child(6n+6) .wrapper_main::before {
        background-color: var(--color-accent-5);
    }
}

.leaf_winners .item .wrapper_main>.wrapper_content {
    font-size: 14px;
    flex-grow: 1;
}

.leaf_winners .item .wrapper_main>.wrapper_content h3 {
    font-size: 16px;
}

@media (min-width: 768px) {
    .leaf_winners .item .wrapper_main>.wrapper_content {
        font-size: 16px;
    }
    .leaf_winners .item .wrapper_main>.wrapper_content h3 {
        font-size: 18px;
    }
}

.leaf_winners .item .wrapper_main>.wrapper_content h3:not(:last-child) {
    margin-bottom: 5px;
}

.leaf_winners .item .wrapper_main>.wrapper_icon {
    flex-shrink: 0;
}


/***** floating button */

.floating_button {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 32px;
    z-index: 99;
    width: 100%;
    max-width: 230px;
    cursor: pointer;
}

@media (min-width: 821px) {
    .floating_button {
        display: block;
    }
}

@media (min-width: 1280px) {
    .floating_button {
        bottom: 10%;
    }
}

.floating_button>.wrapper_inner {
    position: relative;
    background: var(--color-content-primary);
    box-shadow: 0px 16px 16px 0px rgba(59, 59, 59, 0.12);
    border-radius: var(--element-radius);
    overflow: hidden;
    padding: 10px 15px;
}

.floating_button .wrapper_title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.floating_button .wrapper_title::before {
    content: '';
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-image: url('./imgs/icon_leaf_project_support.svg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
    flex-shrink: 0;
}

.floating_button .wrapper_title>h4 {
    font-size: 16px;
}


/*****************************
**
** WPSL
**
******************************/

#wpsl-wrap button.w-btn:disabled {
    background: none;
    border-width: 1px;
    border-color: var(--color-content-faded);
    color: var(--color-content-text);
    user-select: none;
    pointer-events: none;
}

#wpsl-wrap button.w-btn:disabled::before {
    border-width: 1px;
}


/**** wpsl-search */

#wpsl-wrap>.wpsl-search {
    margin-bottom: 0;
    padding: 30px 20px;
    background: var(--color-content-bg-alt);
}

@media (min-width: 768px) {
    #wpsl-wrap>.wpsl-search {
        padding: 30px;
    }
}

#wpsl-wrap #wpsl-search-wrap,
#wpsl-wrap #wpsl-search-wrap div {
    float: none;
}

#wpsl-wrap #wpsl-search-wrap form {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    #wpsl-wrap #wpsl-search-wrap form {
        flex-wrap: nowrap;
    }
}

#wpsl-wrap #wpsl-search-wrap form>* {
    margin: 0;
}

#wpsl-wrap #wpsl-search-wrap div label {
    width: initial;
    float: none;
    font-size: 1rem;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    white-space: nowrap;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input,
#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap {
    display: block;
    float: none;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-input {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media (min-width: 571px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-input {
        flex-direction: row;
        align-items: center;
    }
}

@media (min-width: 1280px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-input {
        max-width: 540px;
    }
}

#wpsl-wrap #wpsl-search-wrap input:not([type="submit"]) {
    font-size: var(--inputs-font-size, inherit);
    border: 1px solid var(--color-content-bg-alt);
    border-radius: var(--inputs-border-radius, 0px);
    padding: 0 var(--inputs-padding, .6em);
    width: 100%;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

@media (min-width: 571px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap {
        flex-wrap: nowrap;
    }
}

@media (min-width: 821px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap {
        width: 100%;
    }
}

#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius,
#wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap #wpsl-results {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    width: calc(50% - 10px);
}

@media (min-width: 571px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap #wpsl-radius,
    #wpsl-wrap #wpsl-search-wrap .wpsl-select-wrap #wpsl-results {
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
}

#wpsl-wrap #wpsl-search-wrap .wpsl-dropdown {
    /* width: 100%;
    max-width: 150px; */
    width: 100% !important;
    border-radius: 0;
    border: 1px solid var(--color-content-border);
}

#wpsl-wrap #wpsl-search-wrap select.wpsl-dropdown:not([multiple="multiple"]),
#wpsl-wrap #wpsl-search-wrap select.wpsl-dropdown:not([multiple="multiple"]):focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    cursor: pointer;
    background: #FFFFFF url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%2374AF0D%22%2F%3E%3C%2Fsvg%3E) no-repeat right 10px top 55% !important;
}

@media (min-width: 1280px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-dropdown {
        width: 100% !important;
        max-width: 150px;
    }
}

#wpsl-wrap #wpsl-search-wrap .wpsl-dropdown:hover {
    box-shadow: var(--inputs-focus-box-shadow, none);
}

#wpsl-wrap #wpsl-search-wrap .wpsl-dropdown div {
    border: 1px solid var(--color-content-border);
    font-size: 16px;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item {
    font-family: var(--inputs-font-family, inherit);
    font-size: var(--inputs-font-size, inherit);
    font-weight: var(--inputs-font-weight, inherit);
    letter-spacing: var(--inputs-letter-spacing, inherit);
    text-transform: var(--inputs-text-transform, inherit);
    border-radius: var(--inputs-border-radius, 0px);
    background: var(--inputs-background, transparent);
    border: none;
    color: var(--inputs-text-color, inherit);
    box-shadow: var(--inputs-box-shadow, none);
    width: 100%;
    min-height: var(--inputs-height, 2em);
    line-height: var(--inputs-height, 2em);
    padding: 0 35px 0 var(--inputs-padding, .6em) !important;
    transition: all 0.2s;
    position: relative;
    display: block;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-dropdown .wpsl-selected-item::after {
    content: '\f078';
    display: inline-block;
    margin-left: 10px;
    font-family: var(--fa-font-family, 'fontawesome');
    font-weight: var(--fa-font-weight, 400);
    border: none;
    color: var(--color-content-primary);
    margin-top: 0;
    transform: translateY(-50%);
}

#wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap {
    width: 100%;
    flex-shrink: 0;
}

#wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0px;
    padding: 0.8125em 1.875em;
    background: var(--color-content-primary);
    border: none;
    color: var(--color-content-heading);
    margin-right: 0;
    float: none;
    width: 100%;
    transition: all .3s ease;
}

.no-touch #wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn:hover {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1280px) {
    #wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap {
        margin-left: auto;
        width: initial;
    }
    #wpsl-wrap #wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn {
        width: initial;
    }
}


/**** wpsl-gmap */


/*** infowindow */

#wpsl-gmap .wpsl-infobox {
    width: initial !important;
    max-width: 360px !important;
    padding: 30px;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.75;
    font-weight: var(--font-weight);
    border: none;
    filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.25));
}

#wpsl-gmap .wpsl-infobox>img {
    top: -15px;
    right: -15px;
}

@media (min-width: 1280px) {
    #wpsl-gmap .wpsl-infobox {
        padding: 30px 60px 30px 30px;
    }
    #wpsl-gmap .wpsl-infobox>img {
        top: -15px;
        right: -45px;
    }
}

#wpsl-gmap .wpsl-info-window p {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
    font-size: 16px;
    color: var(--color-content-text);
}

#wpsl-gmap .wpsl-info-window p:not(:last-child) {
    margin-bottom: 20px;
}

#wpsl-gmap .wpsl-info-window p>strong:first-child {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

#wpsl-gmap .wpsl-info-window .w-btn {
    display: inline-flex;
}

#wpsl-gmap .wpsl-info-window .wpsl-info-actions {
    display: none;
}


/**** wpsl-search-header */

#wpsl-wrap.wpsl-store-below #wpsl-search-header:not(:first-child) {
    margin-top: 50px;
}

#wpsl-wrap.wpsl-store-below #wpsl-search-header>.wpsl-search-label {
    font-size: 24px;
}


/**** results styling */

#wpsl-wrap.wpsl-store-below li>* {
    width: 100%;
}

#wpsl-wrap.wpsl-store-below li>.wpsl-store-name {
    font-size: 18px;
}

#wpsl-wrap.wpsl-store-below li>.wpsl-store-location {
    font-size: 16px;
}

#wpsl-wrap.wpsl-store-below li>.wpsl-store-location p {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-name {
        margin-bottom: 5px;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-location {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    #wpsl-wrap.wpsl-store-below li {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-items: center;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-name {
        width: 30%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-location {
        width: 40%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions {
        width: 30%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions>.w-btn>.w-btn-label>span {
        display: none;
    }
}

@media (min-width: 992px) {
    #wpsl-wrap.wpsl-store-below li {
        gap: 15px 30px;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-name {
        width: 25%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-location {
        width: 35%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions {
        width: 40%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions>.w-btn>.w-btn-label>span {
        display: inline;
    }
}

@media (min-width: 1280px) {
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-name {
        width: 25%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-location {
        width: 45%;
    }
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions {
        width: 30%;
    }
}


/**** wpsl-result-header */

@media (max-width: 991px) {
    #wpsl-wrap.wpsl-store-below #wpsl-result-header {
        display: none;
    }
}

#wpsl-wrap.wpsl-store-below #wpsl-result-header {
    margin-top: 30px;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-header li {
    padding: 15px 30px;
    margin-bottom: 0;
    background: var(--color-content-bg-alt);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: var(--bold-font-weight);
    text-transform: uppercase;
    color: var(--color-content-heading);
}


/**** wpsl-result-list */

#wpsl-wrap.wpsl-store-below #wpsl-result-list {
    margin-top: 0;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li *::before,
#wpsl-wrap.wpsl-store-below #wpsl-result-list li *::after {
    box-sizing: border-box;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li {
    padding: 20px 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--color-content-border);
    font-size: 16px;
}

@media (min-width: 768px) {
    #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
        padding: 20px 30px;
    }
}

@media (min-width: 992px) {
    #wpsl-wrap.wpsl-store-below #wpsl-result-list li {
        font-size: 18px;
    }
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li:last-child {
    border-bottom: none;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li p:last-child {
    margin-bottom: 0;
}

#wpsl-wrap.wpsl-store-below #wpsl-result-list li .wpsl-country,
#wpsl-wrap.wpsl-store-below #wpsl-result-list li .wpsl-street {
    display: inline;
}

@media (min-width: 768px) {
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions {
        display: flex;
        justify-content: flex-end;
    }
}

#wpsl-wrap.wpsl-store-below li>.wpsl-store-actions button.w-btn:disabled {
    width: 100%;
    max-width: 268px;
}

@media (min-width: 768px) and (max-width: 991px) {
    #wpsl-wrap.wpsl-store-below li>.wpsl-store-actions button.w-btn:disabled {
        max-width: 148px;
    }
}


/*** Disable Start Location Marker */

#wpsl-gmap div[title="Start location"],
#wpsl-gmap div[title="Start location"]>img {
    display: none !important;
    user-select: none !important;
    pointer-events: none !important;
}


/***** ACTON FORM */

.wrapper_form-acton form.ao-form {
    border-top: 3px solid var(--color-content-secondary);
    background: var(--color-content-bg) !important;
    padding: 30px 10px !important;
}

@media (min-width: 768px) {
    .wrapper_form-acton form.ao-form {
        border-width: 5px;
        padding: 50px 30px !important;
    }
}

.wrapper_form-acton form.ao-form>* {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
}

.wrapper_form-acton form.ao-form>.ao-row:first-child {
    margin-bottom: 15px;
    padding: 0 20px !important
}

@media (min-width: 1280px) {
    .wrapper_form-acton form.ao-form>.ao-row:first-child {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
}

.wrapper_form-acton form.ao-form>.ao-row:first-child>.ao-column>.ao-column-inner>.ao-block-wrapper:first-child p>span {
    font-family: var(--h3-font-family, inherit);
    font-weight: var(--h3-font-weight, inherit);
    font-size: var(--h3-font-size, inherit) !important;
    font-style: var(--h3-font-style, inherit);
    line-height: var(--h3-line-height, 1.4);
    letter-spacing: var(--h3-letter-spacing, inherit);
    text-transform: var(--h3-text-transform, inherit);
    margin-bottom: var(--h3-margin-bottom, 1.5rem);
    color: var(--color-content-heading);
}

.wrapper_form-acton form.ao-form>.ao-row:first-child>.ao-column>.ao-column-inner>.ao-block-wrapper:not(:last-child) {
    margin-bottom: 20px;
}

.wrapper_form-acton form.ao-form>.ao-row:not(:first-child)>.ao-column>.ao-column-inner {
    padding: 5px 10px !important;
}

.wrapper_form-acton form.ao-form>.ao-row:first-child>.ao-column>.ao-column-inner>.ao-block-wrapper:not(:first-child) p>span {
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, 400);
    font-size: var(--font-size, 16px) !important;
    font-style: var(--font-style, normal);
    text-transform: var(--text-transform, none);
    line-height: var(--line-height, 28px);
    letter-spacing: var(--letter-spacing, 0);
    color: var(--color-content-text);
}

.wrapper_form-acton form.ao-form input:not([type="radio"]):not([type="checkbox"]) {
    font-size: 16px !important;
    padding: 0 var(--inputs-padding) !important;
}

.wrapper_form-acton form.ao-form input:not([type="radio"]):not([type="checkbox"]):focus {
    border-color: var(--color-content-primary) !important;
}

.wrapper_form-acton form.ao-form #form-submit {
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: var(--bold-font-weight) !important;
    font-style: normal !important;
    text-transform: none !important;
    letter-spacing: 0em !important;
    border-radius: 0px !important;
    padding: 0.8125em 1.875em !important;
    background-color: var(--color-content-primary) !important;
    border: none !important;
    color: var(--color-content-heading) !important;
    transition: all .3s ease;
}

.no-touch .wrapper_form-acton form.ao-form #form-submit:hover {
    color: var(--color-content-heading) !important;
}


/***** DATEPICKER */

.ui-datepicker .ui-datepicker-header {
    color: var(--color-alt-content-heading);
    background: var(--color-alt-content-bg);
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    background: none !important;
}

.no-touch .ui-datepicker a:not(.ui-state-active):hover {
    background: none !important;
}

.ui-datepicker .ui-datepicker-next>.ui-icon,
.ui-datepicker .ui-datepicker-prev>.ui-icon {
    background: none !important;
}

.ui-datepicker .ui-datepicker-calendar tbody td>a {
    text-align: center;
    color: var(--color-content-heading) !important;
}

.ui-datepicker tbody td.ui-state-disabled>span {
    text-align: center;
}

.no-touch .ui-datepicker .ui-datepicker-calendar a:not(.ui-state-active):hover {
    background: var(--color-content-secondary) !important;
    color: var(--color-white) !important;
}

.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
    color: var(--color-content-heading) !important;
    background: var(--color-content-primary) !important;
    font-weight: var(--bold-font-weight) !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    box-shadow: none !important;
    background: var(--color-content-bg-alt) !important;
}

@media (max-width: 600px) {
    .ui-datepicker {
        width: calc(100% - 6rem) !important;
    }
}