    :root {
       --color-header-middle-bg: #fff;
       --color-header-middle-bg-grad: #fff;
       --color-header-middle-text: #636363;
       --color-header-middle-text-hover: #1a56db;
       --color-header-transparent-bg: transparent;
       --color-header-transparent-bg-grad: transparent;
       --color-header-transparent-text: #fff;
       --color-header-transparent-text-hover: #fff;
       --color-chrome-toolbar: #f2f3f5;
       --color-header-top-bg: #f2f3f5;
       --color-header-top-bg-grad: #f2f3f5;
       --color-header-top-text: #7c8491;
       --color-header-top-text-hover: #1a56db;
       --color-header-top-transparent-bg: rgba(0, 0, 0, 0.2);
       --color-header-top-transparent-bg-grad: rgba(0, 0, 0, 0.2);
       --color-header-top-transparent-text: rgba(255, 255, 255, 0.66);
       --color-header-top-transparent-text-hover: #fff;
       --color-content-bg: #fff;
       --color-content-bg-grad: #fff;
       --color-content-bg-alt: #f2f3f5;
       --color-content-bg-alt-grad: #f2f3f5;
       --color-content-border: #e1e5e8;
       --color-content-heading: #303640;
       --color-content-heading-grad: #303640;
       --color-content-text: #858585;
       --color-content-link: #1a56db;
       --color-content-link-hover: #f59e0b;
       --color-content-primary: #1a56db;
       --color-content-primary-grad: #1a56db;
       --color-content-secondary: #f59e0b;
       --color-content-secondary-grad: #f59e0b;
       --color-content-faded: #7c8491;
       --color-content-overlay: rgba(0, 0, 0, 0.75);
       --color-content-overlay-grad: rgba(0, 0, 0, 0.75);
       --color-alt-content-bg: #f2f3f5;
       --color-alt-content-bg-grad: #f2f3f5;
       --color-alt-content-bg-alt: #fff;
       --color-alt-content-bg-alt-grad: #fff;
       --color-alt-content-border: #d7dde0;
       --color-alt-content-heading: #303640;
       --color-alt-content-heading-grad: #303640;
       --color-alt-content-text: #303640;
       --color-alt-content-link: #1a56db;
       --color-alt-content-link-hover: #f59e0b;
       --color-alt-content-primary: #1a56db;
       --color-alt-content-primary-grad: #1a56db;
       --color-alt-content-secondary: #f59e0b;
       --color-alt-content-secondary-grad: #f59e0b;
       --color-alt-content-faded: #7c8491;
       --color-alt-content-overlay: rgba(26, 86, 219, 0.85);
       --color-alt-content-overlay-grad: rgba(26, 86, 219, 0.85);
       --color-footer-bg: #545a66;
       --color-footer-bg-grad: #545a66;
       --color-footer-bg-alt: #434955;
       --color-footer-bg-alt-grad: #434955;
       --color-footer-border: #676f7c;
       --color-footer-heading: #d7dde0;
       --color-footer-heading-grad: #d7dde0;
       --color-footer-text: #d7dde0;
       --color-footer-link: #fff;
       --color-footer-link-hover: #f59e0b;
       --color-subfooter-bg: #434955;
       --color-subfooter-bg-grad: #434955;
       --color-subfooter-bg-alt: #303640;
       --color-subfooter-bg-alt-grad: #303640;
       --color-subfooter-border: #545a66;
       --color-subfooter-heading: #aab2bd;
       --color-subfooter-heading-grad: #aab2bd;
       --color-subfooter-text: #aab2bd;
       --color-subfooter-link: #d7dde0;
       --color-subfooter-link-hover: #f59e0b;
       --color-content-primary-faded: rgba(26, 86, 219, 0.15);
       --box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
       --box-shadow-up: 0 -5px 15px rgba(0, 0, 0, .15);
       --site-border-radius: 0.3rem;
       --site-canvas-width: 1300px;
       --site-content-width: 1140px;
       --text-block-margin-bottom: 0rem;
       --focus-outline-width: 2px
   }
   
    :root {
       --font-family: Lexend, sans-serif;
       --font-size: 15px;
       --line-height: 24px;
       --font-weight: 400;
       --bold-font-weight: 700;
       --text-transform: none;
       --font-style: normal;
       --letter-spacing: 0em;
       --h1-font-family: Lexend, sans-serif;
       --h1-font-size: calc(32px + 2vw);
       --h1-line-height: 1.2;
       --h1-font-weight: 700;
       --h1-bold-font-weight: 700;
       --h1-text-transform: none;
       --h1-font-style: normal;
       --h1-letter-spacing: -0.02em;
       --h1-margin-bottom: 1.5rem;
       --h2-font-family: var(--h1-font-family);
       --h2-font-size: 36px;
       --h2-line-height: 42px;
       --h2-font-weight: 500;
       --h2-bold-font-weight: var(--h1-bold-font-weight);
       --h2-text-transform: var(--h1-text-transform);
       --h2-font-style: var(--h1-font-style);
       --h2-letter-spacing: 0em;
       --h2-margin-bottom: 1.5rem;
       --h3-font-family: var(--h1-font-family);
       --h3-font-size: calc(19px + 1vw);
       --h3-line-height: 1.2;
       --h3-font-weight: var(--h1-font-weight);
       --h3-bold-font-weight: var(--h1-bold-font-weight);
       --h3-text-transform: var(--h1-text-transform);
       --h3-font-style: var(--h1-font-style);
       --h3-letter-spacing: 0em;
       --h3-margin-bottom: 1.5rem;
       --h4-font-family: var(--h1-font-family);
       --h4-font-size: calc(17px + 0.9vw);
       --h4-line-height: 1.2;
       --h4-font-weight: var(--h1-font-weight);
       --h4-bold-font-weight: var(--h1-bold-font-weight);
       --h4-text-transform: var(--h1-text-transform);
       --h4-font-style: var(--h1-font-style);
       --h4-letter-spacing: 0em;
       --h4-margin-bottom: 1.5rem;
       --h5-font-family: var(--h1-font-family);
       --h5-font-size: calc(16px + 0.8vw);
       --h5-line-height: 1.2;
       --h5-font-weight: var(--h1-font-weight);
       --h5-bold-font-weight: var(--h1-bold-font-weight);
       --h5-text-transform: var(--h1-text-transform);
       --h5-font-style: var(--h1-font-style);
       --h5-letter-spacing: 0em;
       --h5-margin-bottom: 1.5rem;
       --h6-font-family: var(--h1-font-family);
       --h6-font-size: calc(15px + 0.8vw);
       --h6-line-height: 1.2;
       --h6-font-weight: var(--h1-font-weight);
       --h6-bold-font-weight: var(--h1-bold-font-weight);
       --h6-text-transform: var(--h1-text-transform);
       --h6-font-style: var(--h1-font-style);
       --h6-letter-spacing: 0em;
       --h6-margin-bottom: 1.5rem
   }
   
   h1 {
       font-family: var(--h1-font-family, inherit);
       font-weight: var(--h1-font-weight, inherit);
       font-size: var(--h1-font-size, inherit);
       font-style: var(--h1-font-style, inherit);
       line-height: var(--h1-line-height, 1.4);
       letter-spacing: var(--h1-letter-spacing, inherit);
       text-transform: var(--h1-text-transform, inherit);
       margin-bottom: var(--h1-margin-bottom, 1.5rem)
   }
   
   h1>strong {
       font-weight: var(--h1-bold-font-weight, bold)
   }
   
   h2 {
       font-family: var(--h2-font-family, inherit);
       font-weight: var(--h2-font-weight, inherit);
       font-size: var(--h2-font-size, inherit);
       font-style: var(--h2-font-style, inherit);
       line-height: var(--h2-line-height, 1.4);
       letter-spacing: var(--h2-letter-spacing, inherit);
       text-transform: var(--h2-text-transform, inherit);
       margin-bottom: var(--h2-margin-bottom, 1.5rem)
   }
   
   h2>strong {
       font-weight: var(--h2-bold-font-weight, bold)
   }
   
   h3 {
       font-family: var(--h3-font-family, inherit);
       font-weight: var(--h3-font-weight, inherit);
       font-size: var(--h3-font-size, inherit);
       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)
   }
   
   h3>strong {
       font-weight: var(--h3-bold-font-weight, bold)
   }
   
   h4 {
       font-family: var(--h4-font-family, inherit);
       font-weight: var(--h4-font-weight, inherit);
       font-size: var(--h4-font-size, inherit);
       font-style: var(--h4-font-style, inherit);
       line-height: var(--h4-line-height, 1.4);
       letter-spacing: var(--h4-letter-spacing, inherit);
       text-transform: var(--h4-text-transform, inherit);
       margin-bottom: var(--h4-margin-bottom, 1.5rem)
   }
   
   h4>strong {
       font-weight: var(--h4-bold-font-weight, bold)
   }
   
   h5 {
       font-family: var(--h5-font-family, inherit);
       font-weight: var(--h5-font-weight, inherit);
       font-size: var(--h5-font-size, inherit);
       font-style: var(--h5-font-style, inherit);
       line-height: var(--h5-line-height, 1.4);
       letter-spacing: var(--h5-letter-spacing, inherit);
       text-transform: var(--h5-text-transform, inherit);
       margin-bottom: var(--h5-margin-bottom, 1.5rem)
   }
   
   h5>strong {
       font-weight: var(--h5-bold-font-weight, bold)
   }
   
   h6 {
       font-family: var(--h6-font-family, inherit);
       font-weight: var(--h6-font-weight, inherit);
       font-size: var(--h6-font-size, inherit);
       font-style: var(--h6-font-style, inherit);
       line-height: var(--h6-line-height, 1.4);
       letter-spacing: var(--h6-letter-spacing, inherit);
       text-transform: var(--h6-text-transform, inherit);
       margin-bottom: var(--h6-margin-bottom, 1.5rem)
   }
   
   h6>strong {
       font-weight: var(--h6-bold-font-weight, bold)
   }
   
   body {
       background: var(--color-content-bg-alt)
   }
   
   @media (max-width:1215px) {
       .l-main .aligncenter {
           max-width: calc(100vw - 5rem)
       }
   }
   
   @media (min-width:1381px) {
       .l-subheader {
           --padding-inline: 2.5rem
       }
       .l-section {
           --padding-inline: 2.5rem
       }
       body.usb_preview .hide_on_default {
           opacity: 0.25!important
       }
       .vc_hidden-lg,
       body:not(.usb_preview) .hide_on_default {
           display: none!important
       }
       .default_align_left {
           text-align: left;
           justify-content: flex-start
       }
       .default_align_right {
           text-align: right;
           justify-content: flex-end
       }
       .default_align_center {
           text-align: center;
           justify-content: center
       }
       .w-hwrapper.default_align_center>* {
           margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
           margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
       }
       .default_align_justify {
           justify-content: space-between
       }
       .w-hwrapper>.default_align_justify,
       .default_align_justify>.w-btn {
           width: 100%
       }
       *:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="default_align_none"]):not(.align_none) {
           display: block;
           margin-inline-end: 0
       }
   }
   
   @media (min-width:1025px) and (max-width:1380px) {
       .l-subheader {
           --padding-inline: 2.5rem
       }
       .l-section {
           --padding-inline: 2.5rem
       }
       body.usb_preview .hide_on_laptops {
           opacity: 0.25!important
       }
       .vc_hidden-md,
       body:not(.usb_preview) .hide_on_laptops {
           display: none!important
       }
       .laptops_align_left {
           text-align: left;
           justify-content: flex-start
       }
       .laptops_align_right {
           text-align: right;
           justify-content: flex-end
       }
       .laptops_align_center {
           text-align: center;
           justify-content: center
       }
       .w-hwrapper.laptops_align_center>* {
           margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
           margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
       }
       .laptops_align_justify {
           justify-content: space-between
       }
       .w-hwrapper>.laptops_align_justify,
       .laptops_align_justify>.w-btn {
           width: 100%
       }
       *:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="laptops_align_none"]):not(.align_none) {
           display: block;
           margin-inline-end: 0
       }
       .g-cols.via_grid[style*="--laptops-columns-gap"] {
           gap: var(--laptops-columns-gap, 3rem)
       }
   }
   
   @media (min-width:601px) and (max-width:1024px) {
       .l-subheader {
           --padding-inline: 1rem
       }
       .l-section {
           --padding-inline: 2.5rem
       }
       body.usb_preview .hide_on_tablets {
           opacity: 0.25!important
       }
       .vc_hidden-sm,
       body:not(.usb_preview) .hide_on_tablets {
           display: none!important
       }
       .tablets_align_left {
           text-align: left;
           justify-content: flex-start
       }
       .tablets_align_right {
           text-align: right;
           justify-content: flex-end
       }
       .tablets_align_center {
           text-align: center;
           justify-content: center
       }
       .w-hwrapper.tablets_align_center>* {
           margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
           margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
       }
       .tablets_align_justify {
           justify-content: space-between
       }
       .w-hwrapper>.tablets_align_justify,
       .tablets_align_justify>.w-btn {
           width: 100%
       }
       *:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="tablets_align_none"]):not(.align_none) {
           display: block;
           margin-inline-end: 0
       }
       .g-cols.via_grid[style*="--tablets-columns-gap"] {
           gap: var(--tablets-columns-gap, 3rem)
       }
   }
   
   @media (max-width:600px) {
       .l-subheader {
           --padding-inline: 1rem
       }
       .l-section {
           --padding-inline: 1.5rem
       }
       body.usb_preview .hide_on_mobiles {
           opacity: 0.25!important
       }
       .vc_hidden-xs,
       body:not(.usb_preview) .hide_on_mobiles {
           display: none!important
       }
       .mobiles_align_left {
           text-align: left;
           justify-content: flex-start
       }
       .mobiles_align_right {
           text-align: right;
           justify-content: flex-end
       }
       .mobiles_align_center {
           text-align: center;
           justify-content: center
       }
       .w-hwrapper.mobiles_align_center>* {
           margin-left: calc( var(--hwrapper-gap, 1.2rem) / 2);
           margin-right: calc( var(--hwrapper-gap, 1.2rem) / 2)
       }
       .mobiles_align_justify {
           justify-content: space-between
       }
       .w-hwrapper>.mobiles_align_justify,
       .mobiles_align_justify>.w-btn {
           width: 100%
       }
       .w-hwrapper.stack_on_mobiles {
           display: block
       }
       .w-hwrapper.stack_on_mobiles>:not(script) {
           display: block;
           margin: 0 0 var(--hwrapper-gap, 1.2rem)
       }
       .w-hwrapper.stack_on_mobiles>:last-child {
           margin-bottom: 0
       }
       *:not(.w-hwrapper:not(.wrap))>.w-btn-wrapper:not([class*="mobiles_align_none"]):not(.align_none) {
           display: block;
           margin-inline-end: 0
       }
       .g-cols.via_grid[style*="--mobiles-columns-gap"] {
           gap: var(--mobiles-columns-gap, 1.5rem)
       }
   }
   
   @media (max-width:1380px) {
       .g-cols.laptops-cols_1 {
           grid-template-columns: 100%
       }
       .g-cols.laptops-cols_1.reversed>div:last-of-type {
           order: -1
       }
       .g-cols.laptops-cols_1.via_grid>.wpb_column.stretched,
       .g-cols.laptops-cols_1.via_flex.type_boxes>.wpb_column.stretched {
           margin-left: var(--margin-inline-stretch);
           margin-right: var(--margin-inline-stretch)
       }
       .g-cols.laptops-cols_2 {
           grid-template-columns: repeat(2, 1fr)
       }
       .g-cols.laptops-cols_3 {
           grid-template-columns: repeat(3, 1fr)
       }
       .g-cols.laptops-cols_4 {
           grid-template-columns: repeat(4, 1fr)
       }
       .g-cols.laptops-cols_5 {
           grid-template-columns: repeat(5, 1fr)
       }
       .g-cols.laptops-cols_6 {
           grid-template-columns: repeat(6, 1fr)
       }
       .g-cols.laptops-cols_1-2 {
           grid-template-columns: 1fr 2fr
       }
       .g-cols.laptops-cols_2-1 {
           grid-template-columns: 2fr 1fr
       }
       .g-cols.laptops-cols_2-3 {
           grid-template-columns: 2fr 3fr
       }
       .g-cols.laptops-cols_3-2 {
           grid-template-columns: 3fr 2fr
       }
       .g-cols.laptops-cols_1-3 {
           grid-template-columns: 1fr 3fr
       }
       .g-cols.laptops-cols_3-1 {
           grid-template-columns: 3fr 1fr
       }
       .g-cols.laptops-cols_1-4 {
           grid-template-columns: 1fr 4fr
       }
       .g-cols.laptops-cols_4-1 {
           grid-template-columns: 4fr 1fr
       }
       .g-cols.laptops-cols_1-5 {
           grid-template-columns: 1fr 5fr
       }
       .g-cols.laptops-cols_5-1 {
           grid-template-columns: 5fr 1fr
       }
       .g-cols.laptops-cols_1-2-1 {
           grid-template-columns: 1fr 2fr 1fr
       }
       .g-cols.laptops-cols_1-3-1 {
           grid-template-columns: 1fr 3fr 1fr
       }
       .g-cols.laptops-cols_1-4-1 {
           grid-template-columns: 1fr 4fr 1fr
       }
   }
   
   @media (max-width:1024px) {
       .g-cols.tablets-cols_1 {
           grid-template-columns: 100%
       }
       .g-cols.tablets-cols_1.reversed>div:last-of-type {
           order: -1
       }
       .g-cols.tablets-cols_1.via_grid>.wpb_column.stretched,
       .g-cols.tablets-cols_1.via_flex.type_boxes>.wpb_column.stretched {
           margin-left: var(--margin-inline-stretch);
           margin-right: var(--margin-inline-stretch)
       }
       .g-cols.tablets-cols_2 {
           grid-template-columns: repeat(2, 1fr)
       }
       .g-cols.tablets-cols_3 {
           grid-template-columns: repeat(3, 1fr)
       }
       .g-cols.tablets-cols_4 {
           grid-template-columns: repeat(4, 1fr)
       }
       .g-cols.tablets-cols_5 {
           grid-template-columns: repeat(5, 1fr)
       }
       .g-cols.tablets-cols_6 {
           grid-template-columns: repeat(6, 1fr)
       }
       .g-cols.tablets-cols_1-2 {
           grid-template-columns: 1fr 2fr
       }
       .g-cols.tablets-cols_2-1 {
           grid-template-columns: 2fr 1fr
       }
       .g-cols.tablets-cols_2-3 {
           grid-template-columns: 2fr 3fr
       }
       .g-cols.tablets-cols_3-2 {
           grid-template-columns: 3fr 2fr
       }
       .g-cols.tablets-cols_1-3 {
           grid-template-columns: 1fr 3fr
       }
       .g-cols.tablets-cols_3-1 {
           grid-template-columns: 3fr 1fr
       }
       .g-cols.tablets-cols_1-4 {
           grid-template-columns: 1fr 4fr
       }
       .g-cols.tablets-cols_4-1 {
           grid-template-columns: 4fr 1fr
       }
       .g-cols.tablets-cols_1-5 {
           grid-template-columns: 1fr 5fr
       }
       .g-cols.tablets-cols_5-1 {
           grid-template-columns: 5fr 1fr
       }
       .g-cols.tablets-cols_1-2-1 {
           grid-template-columns: 1fr 2fr 1fr
       }
       .g-cols.tablets-cols_1-3-1 {
           grid-template-columns: 1fr 3fr 1fr
       }
       .g-cols.tablets-cols_1-4-1 {
           grid-template-columns: 1fr 4fr 1fr
       }
   }
   
   @media (max-width:600px) {
       .g-cols.mobiles-cols_1 {
           grid-template-columns: 100%
       }
       .g-cols.mobiles-cols_1.reversed>div:last-of-type {
           order: -1
       }
       .g-cols.mobiles-cols_1.via_grid>.wpb_column.stretched,
       .g-cols.mobiles-cols_1.via_flex.type_boxes>.wpb_column.stretched {
           margin-left: var(--margin-inline-stretch);
           margin-right: var(--margin-inline-stretch)
       }
       .g-cols.mobiles-cols_2 {
           grid-template-columns: repeat(2, 1fr)
       }
       .g-cols.mobiles-cols_3 {
           grid-template-columns: repeat(3, 1fr)
       }
       .g-cols.mobiles-cols_4 {
           grid-template-columns: repeat(4, 1fr)
       }
       .g-cols.mobiles-cols_5 {
           grid-template-columns: repeat(5, 1fr)
       }
       .g-cols.mobiles-cols_6 {
           grid-template-columns: repeat(6, 1fr)
       }
       .g-cols.mobiles-cols_1-2 {
           grid-template-columns: 1fr 2fr
       }
       .g-cols.mobiles-cols_2-1 {
           grid-template-columns: 2fr 1fr
       }
       .g-cols.mobiles-cols_2-3 {
           grid-template-columns: 2fr 3fr
       }
       .g-cols.mobiles-cols_3-2 {
           grid-template-columns: 3fr 2fr
       }
       .g-cols.mobiles-cols_1-3 {
           grid-template-columns: 1fr 3fr
       }
       .g-cols.mobiles-cols_3-1 {
           grid-template-columns: 3fr 1fr
       }
       .g-cols.mobiles-cols_1-4 {
           grid-template-columns: 1fr 4fr
       }
       .g-cols.mobiles-cols_4-1 {
           grid-template-columns: 4fr 1fr
       }
       .g-cols.mobiles-cols_1-5 {
           grid-template-columns: 1fr 5fr
       }
       .g-cols.mobiles-cols_5-1 {
           grid-template-columns: 5fr 1fr
       }
       .g-cols.mobiles-cols_1-2-1 {
           grid-template-columns: 1fr 2fr 1fr
       }
       .g-cols.mobiles-cols_1-3-1 {
           grid-template-columns: 1fr 3fr 1fr
       }
       .g-cols.mobiles-cols_1-4-1 {
           grid-template-columns: 1fr 4fr 1fr
       }
       .g-cols:not([style*="--columns-gap"]) {
           gap: 1.5rem
       }
   }
   
   @media (max-width:599px) {
       .l-canvas {
           overflow: hidden
       }
       .g-cols.stacking_default.reversed>div:last-of-type {
           order: -1
       }
       .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]) {
           width: 100%;
           margin: 0 0 1.5rem
       }
       .g-cols.stacking_default.via_grid.mobiles-cols_1 {
           grid-template-columns: 100%
       }
       .g-cols.stacking_default.via_flex.type_boxes>div,
       .g-cols.stacking_default.via_flex.reversed>div:first-child,
       .g-cols.stacking_default.via_flex:not(.reversed)>div:last-child,
       .g-cols.stacking_default.via_flex>div.has_bg_color {
           margin-bottom: 0
       }
       .g-cols.stacking_default.via_flex.type_default>.wpb_column.stretched {
           margin-left: -1rem;
           margin-right: -1rem
       }
       .g-cols.stacking_default.via_grid.mobiles-cols_1>.wpb_column.stretched,
       .g-cols.stacking_default.via_flex.type_boxes>.wpb_column.stretched {
           margin-left: var(--margin-inline-stretch);
           margin-right: var(--margin-inline-stretch)
       }
       .vc_column-inner.type_sticky>.wpb_wrapper,
       .vc_column_container.type_sticky>.vc_column-inner {
           top: 0!important
       }
   }
   
   @media (min-width:600px) {
       body:not(.rtl) .l-section.for_sidebar.at_left>div>.l-sidebar,
       .rtl .l-section.for_sidebar.at_right>div>.l-sidebar {
           order: -1
       }
       .vc_column_container.type_sticky>.vc_column-inner,
       .vc_column-inner.type_sticky>.wpb_wrapper {
           position: -webkit-sticky;
           position: sticky
       }
       .l-section.type_sticky {
           position: -webkit-sticky;
           position: sticky;
           top: 0;
           z-index: 21;
           transition: top 0.3s cubic-bezier(.78, .13, .15, .86) 0.1s
       }
       .header_hor .l-header.post_fixed.sticky_auto_hide {
           z-index: 22
       }
       .admin-bar .l-section.type_sticky {
           top: 32px
       }
       .l-section.type_sticky>.l-section-h {
           transition: padding-top 0.3s
       }
       .header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type) {
           top: var(--header-sticky-height)
       }
       .admin-bar.header_hor .l-header.pos_fixed:not(.down)~.l-main .l-section.type_sticky:not(:first-of-type) {
           top: calc( var(--header-sticky-height) + 32px)
       }
       .header_hor .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h {
           padding-top: var(--header-sticky-height)
       }
       .header_hor.headerinpos_bottom .l-header.pos_fixed.sticky:not(.down)~.l-main .l-section.type_sticky:first-of-type>.l-section-h {
           padding-bottom: var(--header-sticky-height)!important
       }
   }
   
   @media (max-width:600px) {
       .w-form-row.for_submit[style*=btn-size-mobiles] .w-btn {
           font-size: var(--btn-size-mobiles)!important
       }
   }
   
    :focus-visible,
   input[type=checkbox]:focus-visible+i,
   input[type=checkbox]:focus-visible~.w-color-switch-box,
   .w-nav-arrow:focus-visible::before,
   .woocommerce-mini-cart-item:has(:focus-visible),
   .w-filter-item-value.w-btn:has(:focus-visible) {
       outline-width: var(--focus-outline-width, 2px);
       outline-style: solid;
       outline-offset: 2px;
       outline-color: var(--color-content-primary)
   }
   
   .w-toplink,
   .w-header-show {
       background: rgba(0, 0, 0, 0.3)
   }
   
   .no-touch .w-toplink.active:hover,
   .no-touch .w-header-show:hover {
       background: var(--color-content-primary-grad)
   }
   
   button[type=submit]:not(.w-btn),
   input[type=submit]:not(.w-btn),
   .us-nav-style_1>*,
   .navstyle_1>.owl-nav button,
   .us-btn-style_1 {
       font-style: normal;
       text-transform: none;
       font-size: 16px;
       line-height: 1.2!important;
       font-weight: 700;
       letter-spacing: 0em;
       padding: 1.0em 2.0em;
       transition-duration: 0.3s;
       border-radius: 0.3em;
       transition-timing-function: ease;
       --btn-height: calc(1.2em + 2 * 1.0em);
       background: var(--color-content-primary);
       border-color: transparent;
       border-image: none;
       color: #fff!important
   }
   
   button[type=submit]:not(.w-btn):before,
   input[type=submit]:not(.w-btn),
   .us-nav-style_1>*:before,
   .navstyle_1>.owl-nav button:before,
   .us-btn-style_1:before {
       border-width: 0px
   }
   
   .no-touch button[type=submit]:not(.w-btn):hover,
   .no-touch input[type=submit]:not(.w-btn):hover,
   .w-filter-item-value.us-btn-style_1:has(input:checked),
   .us-nav-style_1>span.current,
   .no-touch .us-nav-style_1>a:hover,
   .no-touch .navstyle_1>.owl-nav button:hover,
   .no-touch .us-btn-style_1:hover {
       background: var(--color-content-secondary);
       border-color: transparent;
       border-image: none;
       color: #fff!important
   }
   
   .us-nav-style_2>*,
   .navstyle_2>.owl-nav button,
   .us-btn-style_2 {
       font-style: normal;
       text-transform: none;
       font-size: 16px;
       line-height: 1.2!important;
       font-weight: 700;
       letter-spacing: 0em;
       padding: 1.0em 2.0em;
       transition-duration: 0.3s;
       border-radius: 0.3em;
       transition-timing-function: ease;
       --btn-height: calc(1.2em + 2 * 1.0em);
       background: #000000;
       border-color: transparent;
       border-image: none;
       color: var(--color-header-middle-bg)!important
   }
   
   .us-nav-style_2>*:before,
   .navstyle_2>.owl-nav button:before,
   .us-btn-style_2:before {
       border-width: 0px
   }
   
   .w-filter-item-value.us-btn-style_2:has(input:checked),
   .us-nav-style_2>span.current,
   .no-touch .us-nav-style_2>a:hover,
   .no-touch .navstyle_2>.owl-nav button:hover,
   .no-touch .us-btn-style_2:hover {
       background: var(--color-header-middle-text-hover);
       border-color: transparent;
       border-image: none;
       color: var(--color-content-bg)!important
   }
   
   .us-nav-style_3>*,
   .navstyle_3>.owl-nav button,
   .us-btn-style_3 {
       font-style: normal;
       text-transform: none;
       font-size: 16px;
       line-height: 1.2!important;
       font-weight: 700;
       letter-spacing: 0em;
       padding: 1.0em 2.0em;
       transition-duration: 0.3s;
       border-radius: 0.3em;
       transition-timing-function: ease;
       --btn-height: calc(1.2em + 2 * 1.0em);
       background: #000000;
       border-color: transparent;
       border-image: none;
       color: var(--color-header-middle-bg)!important
   }
   
   .us-nav-style_3>*:before,
   .navstyle_3>.owl-nav button:before,
   .us-btn-style_3:before {
       border-width: 0px
   }
   
   .w-filter-item-value.us-btn-style_3:has(input:checked),
   .us-nav-style_3>span.current,
   .no-touch .us-nav-style_3>a:hover,
   .no-touch .navstyle_3>.owl-nav button:hover,
   .no-touch .us-btn-style_3:hover {
       background: #ffffff;
       border-color: transparent;
       border-image: none;
       color: #000000!important
   }
   
    :root {
       --inputs-font-family: inherit;
       --inputs-font-size: 1em;
       --inputs-font-weight: 400;
       --inputs-letter-spacing: 0em;
       --inputs-text-transform: none;
       --inputs-height: 3em;
       --inputs-padding: 1em;
       --inputs-checkbox-size: 1.5em;
       --inputs-border-width: 1px;
       --inputs-border-radius: 0.3em;
       --inputs-background: var(--color-header-transparent-text-hover);
       --inputs-border-color: var(--color-content-border);
       --inputs-text-color: var(--color-content-text);
       --inputs-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.08) inset;
       --inputs-focus-background: var(--color-content-bg-alt);
       --inputs-focus-border-color: var(--color-content-border);
       --inputs-focus-text-color: var(--color-content-text);
       --inputs-focus-box-shadow: 0px 0px 0px 2px var(--color-content-primary)
   }
   
   .color_alternate input:not([type=submit]),
   .color_alternate textarea,
   .color_alternate select {
       border-color: var(--color-alt-content-border)
   }
   
   .color_footer-top input:not([type=submit]),
   .color_footer-top textarea,
   .color_footer-top select {
       border-color: var(--color-subfooter-border)
   }
   
   .color_footer-bottom input:not([type=submit]),
   .color_footer-bottom textarea,
   .color_footer-bottom select {
       border-color: var(--color-footer-border)
   }
   
   .color_alternate input:not([type=submit]),
   .color_alternate textarea,
   .color_alternate select,
   .color_alternate .w-form-row-field>i,
   .color_alternate .w-form-row-field:after,
   .color_alternate .widget_search form:after,
   .color_footer-top input:not([type=submit]),
   .color_footer-top textarea,
   .color_footer-top select,
   .color_footer-top .w-form-row-field>i,
   .color_footer-top .w-form-row-field:after,
   .color_footer-top .widget_search form:after,
   .color_footer-bottom input:not([type=submit]),
   .color_footer-bottom textarea,
   .color_footer-bottom select,
   .color_footer-bottom .w-form-row-field>i,
   .color_footer-bottom .w-form-row-field:after,
   .color_footer-bottom .widget_search form:after {
       color: inherit
   }
   
   .leaflet-default-icon-path {
       background-image: url(https://elevatewealth.co.uk/wp-content/themes/Impreza/common/css/vendor/images/marker-icon.png)
   }
   
   @media (max-width:1380px) {
       .owl-carousel.arrows-hor-pos_on_sides_outside .owl-nav button {
           transform: none
       }
   }