/*!/wp-content/themes/kadence/assets/css/global.min.css*/
/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block;
    min-width: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --global-gray-400: #CBD5E0;
    --global-gray-500: #A0AEC0;
    --global-xs-spacing: 1em;
    --global-sm-spacing: 1.5rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 5rem;
    --global-edge-spacing: 1.5rem;
    --global-boxed-spacing: 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote,
q {
    quotes: '“''”'
}

blockquote {
    padding-left: 1em;
    border-left: 4px solid var(--global-palette4)
}

.entry-content blockquote {
    margin: 0 0 var(--global-md-spacing)
}

blockquote cite,
blockquote .wp-block-pullquote__citation {
    color: var(--global-palette5);
    font-size: 13px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    display: block
}

address {
    margin: 0 0 1.5em
}

pre {
    background: var(--global-palette7);
    font-family: "courier 10 pitch", Courier, monospace;
    font-size: .9375rem;
    line-height: 1.6;
    max-width: 100%;
    overflow: auto;
    padding: 1.5em;
    white-space: pre-wrap
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
    font-size: .8rem
}

abbr,
acronym {
    border-bottom: 1px dotted var(--global-palette4);
    cursor: help
}

mark,
ins {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

hr {
    height: 0;
    border: 0;
    border-bottom: 2px solid var(--global-gray-400)
}

ul,
ol {
    margin: 0 0 1.5em 1.5em;
    padding: 0
}

ul.aligncenter,
ol.aligncenter {
    list-style: none
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

figure {
    margin: .5em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

a {
    color: var(--global-palette-highlight);
    transition: all .1s linear
}

a:hover,
a:focus,
a:active {
    color: var(--global-palette-highlight-alt)
}

a:hover,
a:active {
    outline: 0
}

.inner-link-style-plain a:not(.button),
.widget-area.inner-link-style-plain a:not(.button) {
    text-decoration: none
}

.inner-link-style-normal a:not(.button),
.widget-area.inner-link-style-normal a:not(.button) {
    text-decoration: underline
}

.link-style-no-underline .entry-content p>a,
.link-style-no-underline .entry-content strong>a,
.link-style-no-underline .entry-content em>a,
.link-style-no-underline .entry-content>ul a,
.link-style-no-underline .entry-content a {
    text-decoration: none
}

.link-style-no-underline .entry-content p>a:hover,
.link-style-no-underline .entry-content strong>a:hover,
.link-style-no-underline .entry-content em>a:hover,
.link-style-no-underline .entry-content>ul a:hover,
.link-style-no-underline .entry-content a:hover {
    text-decoration: none
}

.link-style-color-underline .entry-content p a,
.link-style-color-underline .entry-content strong>a,
.link-style-color-underline .entry-content em>a,
.link-style-color-underline .entry-content>ul a,
.link-style-color-underline .entry-content>ol a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--global-palette-highlight);
    text-decoration-color: var(--global-palette-highlight)
}

.link-style-color-underline .entry-content p a:hover,
.link-style-color-underline .entry-content strong>a:hover,
.link-style-color-underline .entry-content em>a:hover,
.link-style-color-underline .entry-content>ul a:hover,
.link-style-color-underline .entry-content>ol a:hover {
    color: var(--global-palette-highlight)
}

.link-style-hover-background .entry-content p a,
.link-style-hover-background .entry-content strong>a,
.link-style-hover-background .entry-content em>a,
.link-style-hover-background .entry-content>ul a,
.link-style-hover-background .entry-content>ol a {
    color: var(--global-palette-highlight);
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight), var(--global-palette-highlight));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px
}

.link-style-hover-background .entry-content p a:hover,
.link-style-hover-background .entry-content strong>a:hover,
.link-style-hover-background .entry-content em>a:hover,
.link-style-hover-background .entry-content>ul a:hover,
.link-style-hover-background .entry-content>ol a:hover {
    color: var(--global-palette-highlight-alt2);
    text-decoration: none;
    background-size: 100% 100%
}

.link-style-offset-background .entry-content p a,
.link-style-offset-background .entry-content strong>a,
.link-style-offset-background .entry-content em>a,
.link-style-offset-background .entry-content>ul a,
.link-style-offset-background .entry-content>ol a {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight));
    background-repeat: no-repeat;
    background-position: 4px bottom;
    background-size: 100% 10px
}

.link-style-offset-background .entry-content p a:hover,
.link-style-offset-background .entry-content strong>a:hover,
.link-style-offset-background .entry-content em>a:hover,
.link-style-offset-background .entry-content>ul a:hover,
.link-style-offset-background .entry-content>ol a:hover {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--global-palette-highlight-alt2), var(--global-palette-highlight-alt))
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.hide-focus-outline *:focus {
    outline: 0
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

textarea {
    width: 100%
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    -webkit-appearance: none;
    color: var(--global-palette5);
    border: 1px solid var(--global-gray-400);
    border-radius: 3px;
    padding: .4em .5em;
    max-width: 100%;
    background: var(--global-palette9);
    box-shadow: 0 0 0 -7px transparent
}

::-webkit-input-placeholder {
    color: var(--global-palette6)
}

::-moz-placeholder {
    color: var(--global-palette6);
    opacity: 1
}

:-ms-input-placeholder {
    color: var(--global-palette6)
}

::placeholder {
    color: var(--global-palette6)
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
    color: var(--global-palette3);
    border-color: var(--global-palette6);
    outline: 0;
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, .1)
}

select {
    border: 1px solid var(--global-gray-400);
    background-size: 16px 100%;
    padding: .2em 35px .2em .5em;
    background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 98% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    box-shadow: 0 0 0 -7px transparent
}

select::-ms-expand {
    display: none
}

select:focus {
    color: var(--global-palette3);
    border-color: var(--global-palette6);
    background-color: var(--global-palette9);
    box-shadow: 0 5px 15px -7px rgba(0, 0, 0, .1);
    outline: 0
}

select:focus option {
    color: #333
}

.elementor-select-wrapper select {
    background-image: none
}

.search-form {
    position: relative
}

.search-form input[type=search],
.search-form input.search-field {
    padding-right: 60px;
    width: 100%
}

.search-form .search-submit[type=submit] {
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: transparent;
    background: 0 0;
    z-index: 2;
    width: 50px;
    border: 0;
    padding: 8px 12px 7px;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden
}

.search-form .search-submit[type=submit]:hover,
.search-form .search-submit[type=submit]:focus {
    color: transparent;
    background: 0 0;
    box-shadow: none
}

.search-form .kadence-search-icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding: 0;
    text-align: center;
    background: 0 0;
    z-index: 3;
    cursor: pointer;
    pointer-events: none;
    color: var(--global-palette6);
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-form .search-submit[type=submit]:hover~.kadence-search-icon-wrap {
    color: var(--global-palette4)
}

body.rtl .search-form .button[type=submit],
body.rtl .search-form .kadence-search-icon-wrap {
    left: 0;
    right: auto
}

body.rtl .search-form input[type=search],
body.rtl .search-form input.search-field {
    padding-right: .5em;
    padding-left: 60px
}

fieldset {
    padding: .625em 1.425em;
    border: 1px solid var(--global-gray-500);
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.affwp-form fieldset {
    padding: 0
}

legend {
    font-weight: 700
}

button,
.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit] {
    border-radius: 3px;
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn);
    padding: .4em 1em;
    border: 0;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease;
    box-shadow: 0 0 0 -7px transparent
}

button:visited,
.button:visited,
.wp-block-button__link:visited,
input[type=button]:visited,
input[type=reset]:visited,
input[type=submit]:visited {
    background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
    color: var(--global-palette-btn-hover);
    background: var(--global-palette-btn-bg-hover);
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .1)
}

button:disabled,
button.disabled,
.button:disabled,
.button.disabled,
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
input[type=button]:disabled,
input[type=button].disabled,
input[type=reset]:disabled,
input[type=reset].disabled,
input[type=submit]:disabled,
input[type=submit].disabled {
    cursor: not-allowed;
    opacity: .5
}

.elementor-button-wrapper .elementor-button {
    background-color: var(--global-palette-btn-bg);
    color: var(--global-palette-btn)
}

.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active {
    color: var(--global-palette-btn-hover);
    background-color: var(--global-palette-btn-bg-hover);
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .1)
}

.button.button-size-small {
    font-size: 80%;
    padding: .3em .7em
}

.button.button-size-large {
    font-size: 110%;
    padding: .6em 1.2em
}

.wp-block-button.is-style-outline .wp-block-button__link {
    padding: .4em 1em
}

.button.button-style-outline,
.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid currentColor;
    background: 0 0
}

.button.button-style-outline:hover,
.button.button-style-outline:focus,
.button.button-style-outline:active,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
    background: 0 0;
    border: 2px solid currentColor;
    box-shadow: 0 0 0 -7px transparent
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.button.button-style-outline:not(.has-text-color) {
    color: var(--global-palette-btn-bg)
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,
.button.button-style-outline:not(.has-text-color):hover,
.button.button-style-outline:not(.has-text-color):focus,
.button.button-style-outline:not(.has-text-color):active {
    color: var(--global-palette-btn-bg-hover)
}

.kadence-svg-iconset {
    display: inline-flex;
    align-self: center
}

.kadence-svg-iconset svg {
    height: 1em;
    width: 1em
}
.kadence-svg-iconset svg path {
    fill: #FFF;
}

.kadence-svg-iconset.svg-baseline svg {
    top: .125em;
    position: relative
}

body.social-brand-colors .social-show-brand-until .social-button:not(:hover):not(.skip):not(.ignore),
body.social-brand-colors .social-show-brand-hover .social-button:not(.ignore-brand):not(.skip):not(.ignore):hover,
body.social-brand-colors .social-show-brand-always .social-button:not(.ignore-brand):not(.skip):not(.ignore) {
    color: #fff
}

.kt-clear {
    *zoom: 1
}

.kt-clear::before,
.kt-clear::after {
    content: ' ';
    display: table
}

.kt-clear::after {
    clear: both
}

#wpadminbar {
    position: fixed !important
}

.content-area {
    margin: var(--global-xxl-spacing) 0
}

.entry-content {
    word-break: break-word
}

.entry-content table {
    word-break: normal
}

.body {
    overflow-x: hidden
}

.scroll a *,
a.scroll * {
    pointer-events: none
}

.content-width-fullwidth .content-container.site-container {
    max-width: none;
    padding: 0
}

.content-width-fullwidth .content-area,
.content-vertical-padding-hide .content-area {
    margin-top: 0;
    margin-bottom: 0
}

.content-vertical-padding-top .content-area {
    margin-bottom: 0
}

.content-vertical-padding-bottom .content-area {
    margin-top: 0
}

.site-container,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.alignfull>.wp-block-cover__inner-container,
.alignwide>.wp-block-cover__inner-container {
    margin: 0 auto;
    padding: 0 var(--global-content-edge-padding)
}

.kt-row-layout-inner>.kb-theme-content-width,
.kt-row-layout-inner.kt-row-has-bg>.kb-theme-content-width {
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding)
}

.content-bg {
    background: #fff
}

.content-style-unboxed .entry:not(.loop-entry)>.entry-content-wrap {
    padding: 0
}

.content-style-unboxed .content-bg:not(.loop-entry) {
    background: 0 0
}

.content-style-unboxed .entry:not(.loop-entry) {
    box-shadow: none;
    border-radius: 0
}

@media screen and (min-width:1025px) {
    .has-sidebar .content-container {
        display: grid;
        grid-template-columns: 5fr 2fr;
        grid-gap: var(--global-xl-spacing);
        justify-content: center
    }

    #secondary {
        grid-column: 2;
        grid-row: 1
    }

    .has-left-sidebar .content-container {
        grid-template-columns: 2fr 5fr
    }

    .has-left-sidebar #main {
        grid-column: 2;
        grid-row: 1
    }

    .has-left-sidebar #secondary {
        grid-column: 1;
        grid-row: 1
    }

    .has-sidebar .site .content-container .alignwide,
    .has-sidebar .site .content-container .alignfull {
        width: unset;
        max-width: unset;
        margin-left: 0;
        margin-right: 0
    }

    .has-sidebar .content-container .kadence-thumbnail-position-behind.alignwide {
        margin-left: -10px;
        margin-right: -10px
    }
}

#kt-scroll-up-reader,
#kt-scroll-up {
    position: fixed;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: all .2s ease;
    opacity: 0;
    z-index: 1000;
    display: flex;
    cursor: pointer
}

#kt-scroll-up-reader *,
#kt-scroll-up * {
    pointer-events: none
}

#kt-scroll-up-reader.scroll-up-style-outline,
#kt-scroll-up.scroll-up-style-outline {
    background: 0 0
}

.scroll-up-style-filled {
    color: var(--global-palette9);
    background: var(--global-palette4)
}

.scroll-up-style-filled:hover {
    color: var(--global-palette9)
}

.scroll-up-style-outline,
.scroll-up-wrap.scroll-up-style-outline {
    border-width: 2px;
    border-style: solid;
    border-color: currentColor;
    color: var(--global-palette4)
}

.scroll-up-style-outline:hover {
    color: var(--global-palette5)
}

#kt-scroll-up.scroll-visible {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

#kt-scroll-up-reader {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0s ease
}

#kt-scroll-up-reader:not(:focus) {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important
}

#kt-scroll-up-reader:focus {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    box-shadow: none;
    z-index: 1001
}

@media screen and (max-width:719px) {
    .vs-sm-false {
        display: none !important
    }
}

@media screen and (min-width:720px) and (max-width:1024px) {
    .vs-md-false {
        display: none !important
    }
}

@media screen and (min-width:1025px) {
    .vs-lg-false {
        display: none !important
    }
}

body.logged-in .vs-logged-in-false {
    display: none !important
}

body:not(.logged-in) .vs-logged-out-false {
    display: none !important
}

.infinite-scroll .posts-navigation,
.infinite-scroll .pagination,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

#wrapper {
    overflow: hidden
}

.alignleft {
    float: left;
    margin-right: var(--global-md-spacing)
}

.alignright {
    float: right;
    margin-left: var(--global-md-spacing)
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

body.footer-on-bottom #wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

body.footer-on-bottom.admin-bar #wrapper {
    min-height: calc(100vh - 32px)
}

body.footer-on-bottom #inner-wrap {
    flex: 1 0 auto
}

.kadence-pro-fixed-item>.kadence-element-wrap>p:first-child:last-child,
.kadence-pro-fixed-item>p:first-child:last-child {
    margin: 0
}

:root {
    --global-palette1: #8d7a3d;
    --global-palette2: #8d7a3d;
    --global-palette3: #8d7a3d;
    --global-palette4: #8d7a3d;
    --global-palette5: #8d7a3d;
    --global-palette6: #8d7a3d;
    --global-palette7: #EDF2F7;
    --global-palette8: #F7FAFC;
    --global-palette9: #ffffff;
    --global-palette9rgb: 255, 255, 255;
    --global-palette-highlight: var(--global-palette1);
    --global-palette-highlight-alt: var(--global-palette2);
    --global-palette-highlight-alt2: var(--global-palette9);
    --global-palette-btn-bg: var(--global-palette1);
    --global-palette-btn-bg-hover: var(--global-palette2);
    --global-palette-btn: var(--global-palette9);
    --global-palette-btn-hover: var(--global-palette9);
    --global-body-font-family: Exo, var(--global-fallback-font);
    --global-heading-font-family: Exo, var(--global-fallback-font);
    --global-primary-nav-font-family: inherit;
    --global-fallback-font: sans-serif;
    --global-display-fallback-font: sans-serif;
    --global-content-width: 1290px;
    --global-content-edge-padding: 1.5rem
}

:root body.kadence-elementor-colors {
    --e-global-color-kadence1: var(--global-palette1);
    --e-global-color-kadence2: var(--global-palette2);
    --e-global-color-kadence3: var(--global-palette3);
    --e-global-color-kadence4: var(--global-palette4);
    --e-global-color-kadence5: var(--global-palette5);
    --e-global-color-kadence6: var(--global-palette6);
    --e-global-color-kadence7: var(--global-palette7);
    --e-global-color-kadence8: var(--global-palette8);
    --e-global-color-kadence9: var(--global-palette9)
}

:root .has-theme-palette-1-background-color {
    background-color: var(--global-palette1)
}

:root .has-theme-palette-1-color {
    color: var(--global-palette1)
}

:root .has-theme-palette-2-background-color {
    background-color: var(--global-palette2)
}

:root .has-theme-palette-2-color {
    color: var(--global-palette2)
}

:root .has-theme-palette-3-background-color {
    background-color: var(--global-palette3)
}

:root .has-theme-palette-3-color {
    color: var(--global-palette3)
}

:root .has-theme-palette-4-background-color {
    background-color: var(--global-palette4)
}

:root .has-theme-palette-4-color {
    color: var(--global-palette4)
}

:root .has-theme-palette-5-background-color {
    background-color: var(--global-palette5)
}

:root .has-theme-palette-5-color {
    color: var(--global-palette5)
}

:root .has-theme-palette-6-background-color {
    background-color: var(--global-palette6)
}

:root .has-theme-palette-6-color {
    color: var(--global-palette6)
}

:root .has-theme-palette-7-background-color {
    background-color: var(--global-palette7)
}

:root .has-theme-palette-7-color {
    color: var(--global-palette7)
}

:root .has-theme-palette-8-background-color {
    background-color: var(--global-palette8)
}

:root .has-theme-palette-8-color {
    color: var(--global-palette8)
}

:root .has-theme-palette-9-background-color {
    background-color: var(--global-palette9)
}

:root .has-theme-palette-9-color {
    color: var(--global-palette9)
}

:root .has-theme-palette1-background-color {
    background-color: var(--global-palette1)
}

:root .has-theme-palette1-color {
    color: var(--global-palette1)
}

:root .has-theme-palette2-background-color {
    background-color: var(--global-palette2)
}

:root .has-theme-palette2-color {
    color: var(--global-palette2)
}

:root .has-theme-palette3-background-color {
    background-color: var(--global-palette3)
}

:root .has-theme-palette3-color {
    color: var(--global-palette3)
}

:root .has-theme-palette4-background-color {
    background-color: var(--global-palette4)
}

:root .has-theme-palette4-color {
    color: var(--global-palette4)
}

:root .has-theme-palette5-background-color {
    background-color: var(--global-palette5)
}

:root .has-theme-palette5-color {
    color: var(--global-palette5)
}

:root .has-theme-palette6-background-color {
    background-color: var(--global-palette6)
}

:root .has-theme-palette6-color {
    color: var(--global-palette6)
}

:root .has-theme-palette7-background-color {
    background-color: var(--global-palette7)
}

:root .has-theme-palette7-color {
    color: var(--global-palette7)
}

:root .has-theme-palette8-background-color {
    background-color: var(--global-palette8)
}

:root .has-theme-palette8-color {
    color: var(--global-palette8)
}

:root .has-theme-palette9-background-color {
    background-color: var(--global-palette9)
}

:root .has-theme-palette9-color {
    color: var(--global-palette9)
}

body {
    background: var(--global-palette8)
}

body,
input,
select,
optgroup,
textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    font-family: var(--global-body-font-family);
    color: var(--global-palette4)
}

.content-bg,
body.content-style-unboxed .site {
    background: var(--global-palette9)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--global-heading-font-family)
}

h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: var(--global-palette3)
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.5;
    color: var(--global-palette3)
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    font-family: Exo, var(--global-fallback-font);
    color: var(--global-palette3)
}

h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5;
    color: var(--global-palette4)
}

h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--global-palette4)
}

h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: var(--global-palette5)
}

.site-container,
.site-header-row-layout-contained,
.site-footer-row-layout-contained,
.entry-hero-layout-contained,
.comments-area,
.alignfull>.wp-block-cover__inner-container,
.alignwide>.wp-block-cover__inner-container {
    max-width: 1290px
}

.content-width-narrow .content-container.site-container,
.content-width-narrow .hero-container.site-container {
    max-width: 842px
}

@media all and (min-width:1520px) {
    .site .content-container .alignwide {
        margin-left: -115px;
        margin-right: -115px;
        width: unset;
        max-width: unset
    }
}

@media all and (min-width:1102px) {
    .content-width-narrow .site .content-container .alignwide {
        margin-left: -130px;
        margin-right: -130px;
        width: unset;
        max-width: unset
    }
}

.content-style-boxed .site .entry-content .alignwide {
    margin-left: -2rem;
    margin-right: -2rem
}

@media all and (max-width:1024px) {
    .content-style-boxed .site .entry-content .alignwide {
        margin-left: -2rem;
        margin-right: -2rem
    }
}

@media all and (max-width:767px) {
    .content-style-boxed .site .entry-content .alignwide {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
}

.content-area {
    margin-top: 5rem;
    margin-bottom: 5rem
}

@media all and (max-width:1024px) {
    .content-area {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@media all and (max-width:767px) {
    .content-area {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.entry-content-wrap {
    padding: 2rem
}

@media all and (max-width:1024px) {
    .entry-content-wrap {
        padding: 2rem
    }
}

@media all and (max-width:767px) {
    .entry-content-wrap {
        padding: 1.5rem
    }
}

.entry.single-entry {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .05)
}

.entry.loop-entry {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .05)
}

.loop-entry .entry-content-wrap {
    padding: 2rem
}

@media all and (max-width:1024px) {
    .loop-entry .entry-content-wrap {
        padding: 2rem
    }
}

@media all and (max-width:767px) {
    .loop-entry .entry-content-wrap {
        padding: 1.5rem
    }
}

.primary-sidebar.widget-area .widget {
    margin-bottom: 1.5em;
    color: var(--global-palette4)
}

.primary-sidebar.widget-area .widget-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: var(--global-palette3)
}

button,
.button,
.wp-block-button__link,
input[type=button],
input[type=reset],
input[type=submit],
.fl-button,
.elementor-button-wrapper .elementor-button {
    box-shadow: 0 0 0 -7px transparent
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=reset]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper .elementor-button:active {
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .1)
}

@media all and (min-width:1025px) {
    .transparent-header .entry-hero .entry-hero-container-inner {
        padding-top: 70px
    }
}

@media all and (max-width:1024px) {
    .mobile-transparent-header .entry-hero .entry-hero-container-inner {
        padding-top: 70px
    }
}

@media all and (max-width:767px) {
    .mobile-transparent-header .entry-hero .entry-hero-container-inner {
        padding-top: 70px
    }
}

#colophon {
    background: #1b1a13
}

.site-middle-footer-wrap .site-footer-row-container-inner {
    background: transparent;
    font-style: normal;
    font-weight: 100;
    font-size: 15px;
    color: #fff;
    border-bottom: 0 solid rgba(255, 255, 255, .16)
}

.site-footer .site-middle-footer-wrap .site-footer-row-container-inner a:not(.button) {
    color: #f3f3f3
}

.site-footer .site-middle-footer-wrap .site-footer-row-container-inner a:not(.button):hover {
    color: #fff
}

.site-middle-footer-inner-wrap {
    padding-top: 150px;
    padding-bottom: 20px;
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.site-middle-footer-inner-wrap .widget {
    margin-bottom: 30px
}

.site-middle-footer-inner-wrap .widget-area .widget-title {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    color: #fff
}

.site-middle-footer-inner-wrap .site-footer-section:not(:last-child):after {
    border-right: 0 rgba(255, 255, 255, .26);
    right: calc(-30px/2)
}

.site-top-footer-inner-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.site-top-footer-inner-wrap .widget {
    margin-bottom: 30px
}

.site-top-footer-inner-wrap .site-footer-section:not(:last-child):after {
    border-right: 0 transparent;
    right: calc(-30px/2)
}

.site-bottom-footer-inner-wrap {
    padding-top: 30px;
    padding-bottom: 15px;
    grid-column-gap: 30px
}

.site-bottom-footer-inner-wrap .widget {
    margin-bottom: 30px
}

.site-bottom-footer-inner-wrap .site-footer-section:not(:last-child):after {
    right: calc(-30px/2)
}

.footer-social-inner-wrap {
    font-size: 1em;
    margin-top: -.3em;
    margin-left: calc(-0.3em/2);
    margin-right: calc(-0.3em/2)
}

.site-footer .site-footer-wrap .site-footer-section .footer-social-wrap .social-button {
    margin-top: .3em;
    margin-left: calc(0.3em/2);
    margin-right: calc(0.3em/2);
    border: 2px transparent;
    border-radius: 3px
}

#colophon .footer-html {
    font-style: normal;
    font-weight: 100;
    font-size: 13px;
    color: #e9e9e9
}

#colophon .site-footer-row-container .site-footer-row .footer-html a {
    color: #f0f0f0
}

#colophon .site-footer-row-container .site-footer-row .footer-html a:hover {
    color: #fff
}

#colophon .footer-navigation .footer-menu-container>ul>li>a {
    padding-left: calc(1.2em/2);
    padding-right: calc(1.2em/2);
    color: var(--global-palette5)
}

#colophon .footer-navigation .footer-menu-container>ul li a:hover {
    color: var(--global-palette-highlight)
}

#colophon .footer-navigation .footer-menu-container>ul li.current-menu-item>a {
    color: var(--global-palette3)
}

.entry-hero.page-hero-section .entry-header {
    min-height: 200px
}

.comment-metadata a:not(.comment-edit-link),
.comment-body .edit-link:before {
    display: none
}

.site-branding a.brand img {
    max-width: 150px
}

.site-branding a.brand img.svg-logo-image {
    width: 150px
}

@media all and (max-width:1024px) {
    .site-branding a.brand img {
        max-width: 150px
    }

    .site-branding a.brand img.svg-logo-image {
        width: 150px
    }
}

@media all and (max-width:767px) {
    .site-branding a.brand img {
        max-width: 80px
    }

    .site-branding a.brand img.svg-logo-image {
        width: 80px
    }
}

.site-branding {
    padding: 0
}

.site-branding .site-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    color: var(--global-palette3)
}

#masthead,
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start)>.site-header-row-container-inner {
    background: #000
}

.site-main-header-inner-wrap {
    min-height: 70px
}

.site-top-header-inner-wrap {
    min-height: 0
}

.site-bottom-header-inner-wrap {
    min-height: 0
}

#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.site-header-row-container):not(.item-hidden-above),
#masthead .kadence-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above)>.site-header-row-container-inner {
    background: #000
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container.primary-menu-container>ul>li>a:after {
    width: calc(100% - 1.2em)
}

.main-navigation .primary-menu-container>ul>li.menu-item>a {
    padding-left: calc(1.2em/2);
    padding-right: calc(1.2em/2);
    padding-top: .6em;
    padding-bottom: .6em;
    color: #fff;
    font-weight: 500;
}

.main-navigation .primary-menu-container>ul>li.menu-item>.dropdown-nav-special-toggle {
    right: calc(1.2em/2)
}

.main-navigation .primary-menu-container>ul>li.menu-item>a:hover {
    color: var(--global-palette-highlight)
}

.main-navigation .primary-menu-container>ul>li.menu-item.current-menu-item>a {
    /* color: var(--global-palette3) */
    color: #FFF;
}

.header-navigation[class*=header-navigation-style-underline] .header-menu-container.secondary-menu-container>ul>li>a:after {
    width: calc(100% - 1.2em)
}

.secondary-navigation .secondary-menu-container>ul>li.menu-item>a {
    padding-left: calc(1.2em/2);
    padding-right: calc(1.2em/2);
    padding-top: .6em;
    padding-bottom: .6em;
    color: var(--global-palette5)
}

.secondary-navigation .primary-menu-container>ul>li.menu-item>.dropdown-nav-special-toggle {
    right: calc(1.2em/2)
}

.secondary-navigation .secondary-menu-container>ul>li.menu-item>a:hover {
    color: var(--global-palette-highlight)
}

.secondary-navigation .secondary-menu-container>ul>li.menu-item.current-menu-item>a {
    color: var(--global-palette3)
}

.header-navigation .header-menu-container ul ul.sub-menu,
.header-navigation .header-menu-container ul ul.submenu {
    background: var(--global-palette3);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .1)
}

.header-navigation .header-menu-container ul ul li.menu-item,
.header-menu-container ul.menu>li.kadence-menu-mega-enabled>ul>li.menu-item>a {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-navigation .header-menu-container ul ul li.menu-item>a {
    width: 200px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: var(--global-palette8);
    font-size: 12px
}

.header-navigation .header-menu-container ul ul li.menu-item>a:hover {
    color: var(--global-palette9);
    background: var(--global-palette4)
}

.header-navigation .header-menu-container ul ul li.menu-item.current-menu-item>a {
    color: var(--global-palette9);
    background: var(--global-palette4)
}

.mobile-toggle-open-container .menu-toggle-open {
    color: var(--global-palette5);
    padding: .4em .6em;
    font-size: 14px
}

.mobile-toggle-open-container .menu-toggle-open.menu-toggle-style-bordered {
    border: 1px solid currentColor
}

.mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
    font-size: 20px
}

.mobile-toggle-open-container .menu-toggle-open:hover,
.mobile-toggle-open-container .menu-toggle-open:focus {
    color: var(--global-palette-highlight)
}

.mobile-navigation ul li {
    font-size: 14px
}

.mobile-navigation ul li a {
    padding-top: 15px;
    padding-bottom: 15px
}

.mobile-navigation ul li>a,
.mobile-navigation ul li.menu-item-has-children>.drawer-nav-drop-wrap {
    background: #090c10;
    color: var(--global-palette7)
}

.mobile-navigation ul li>a:hover,
.mobile-navigation ul li.menu-item-has-children>.drawer-nav-drop-wrap:hover {
    color: var(--global-palette9)
}

.mobile-navigation ul li.current-menu-item>a,
.mobile-navigation ul li.current-menu-item.menu-item-has-children>.drawer-nav-drop-wrap {
    background: transparent;
    color: var(--global-palette9)
}

.mobile-navigation ul li.menu-item-has-children .drawer-nav-drop-wrap,
.mobile-navigation ul li:not(.menu-item-has-children) a {
    border-bottom: 0 solid rgba(255, 255, 255, .1)
}

.mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
    border-left: 0 solid rgba(255, 255, 255, .1)
}

#mobile-drawer .drawer-header .drawer-toggle {
    padding: .6em .15em;
    font-size: 24px
}

#main-header .header-button {
    border: 2px transparent;
    box-shadow: 0 0 0 -7px transparent
}

#main-header .header-button:hover {
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .1)
}

.header-social-inner-wrap {
    font-size: 1em;
    margin-top: -.3em;
    margin-left: calc(-0.3em/2);
    margin-right: calc(-0.3em/2)
}

.header-social-wrap .header-social-inner-wrap .social-button {
    margin-top: .3em;
    margin-left: calc(0.3em/2);
    margin-right: calc(0.3em/2);
    border: 2px transparent;
    border-radius: 3px
}

.header-mobile-social-inner-wrap {
    font-size: 1em;
    margin-top: -.3em;
    margin-left: calc(-0.3em/2);
    margin-right: calc(-0.3em/2)
}

.header-mobile-social-wrap .header-mobile-social-inner-wrap .social-button {
    margin-top: .3em;
    margin-left: calc(0.3em/2);
    margin-right: calc(0.3em/2);
    border: 2px transparent;
    border-radius: 3px
}

.search-toggle-open-container .search-toggle-open {
    color: var(--global-palette5)
}

.search-toggle-open-container .search-toggle-open.search-toggle-style-bordered {
    border: 1px solid currentColor
}

.search-toggle-open-container .search-toggle-open .search-toggle-icon {
    font-size: 1em
}

.search-toggle-open-container .search-toggle-open:hover,
.search-toggle-open-container .search-toggle-open:focus {
    color: var(--global-palette-highlight)
}

#search-drawer .drawer-inner {
    background: rgba(9, 12, 16, .97)
}

.mobile-header-button-wrap .mobile-header-button-inner-wrap .mobile-header-button {
    border: 2px transparent;
    box-shadow: 0 0 0 -7px transparent
}

.mobile-header-button-wrap .mobile-header-button:hover {
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, .1)
}

/*!/wp-content/themes/kadence/assets/css/header.min.css*/
.site-branding {
    max-height: inherit
}

.site-branding a.brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: inherit;
    max-height: inherit
}

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

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

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

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

.site-branding.branding-layout-standard-reverse a.brand {
    flex-direction: row-reverse
}

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

.site-branding.branding-layout-vertical.site-title-top a.brand .site-title-wrap {
    order: -1
}

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

.site-branding.branding-layout-vertical a.brand {
    flex-direction: column
}

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

.site-branding.branding-layout-vertical-reverse a.brand {
    flex-direction: column-reverse
}

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

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

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

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

    .site-branding.branding-tablet-layout-standard-reverse a.brand {
        flex-direction: row-reverse
    }

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

    .site-branding.branding-tablet-layout-vertical.site-title-top a.brand .site-title-wrap {
        order: -1
    }

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

    .site-branding.branding-tablet-layout-vertical a.brand {
        flex-direction: column
    }

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

    .site-branding.branding-tablet-layout-vertical-reverse a.brand {
        flex-direction: column-reverse
    }

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

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

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

    .site-branding.branding-mobile-layout-standard-reverse a.brand {
        flex-direction: row-reverse
    }

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

    .site-branding.branding-mobile-layout-vertical.site-title-top a.brand .site-title-wrap {
        order: -1
    }

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

    .site-branding.branding-mobile-layout-vertical a.brand {
        flex-direction: column
    }

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

    .site-branding.branding-mobile-layout-vertical-reverse a.brand {
        flex-direction: column-reverse
    }

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

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

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

.header-navigation ul ul.quadmenu-row {
    flex-direction: row
}

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

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

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

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

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

.site .nav--toggle-sub .dropdown-nav-special-toggle {
    position: absolute !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: -.1em !important;
    border: 0 !important;
    width: .9em;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 0;
    box-shadow: none !important;
    background: 0 0 !important;
    display: block;
    left: auto;
    right: calc(1.4em/2);
    pointer-events: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.rtl .primary-menu-container>ul>li.menu-item>.dropdown-nav-special-toggle {
    right: auto;
    left: calc(1.4em/2)
}

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

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

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

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

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

.header-navigation-style-underline-fullheight,
.header-navigation-style-fullheight {
    height: 100%;
    align-items: center
}

.header-navigation-style-underline-fullheight .header-menu-container,
.header-navigation-style-fullheight .header-menu-container {
    height: 100%;
    align-items: center
}

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

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

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

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

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

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

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

.header-navigation,
.header-menu-container {
    display: flex
}

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

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

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

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

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

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

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

.header-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.menu-toggle-open {
    display: flex;
    background: 0 0;
    align-items: center;
    box-shadow: none
}

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

.menu-toggle-open .menu-toggle-icon {
    display: flex
}

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

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

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

.site .menu-toggle-open {
    box-shadow: none
}

.mobile-navigation {
    width: 100%
}

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

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

.drawer-nav-drop-wrap {
    display: flex;
    position: relative
}

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

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

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

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

.mobile-navigation ul ul {
    padding-left: 1em;
    transition: all .2s ease-in-out
}

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

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

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

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

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

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

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

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

.popup-drawer .drawer-header .drawer-toggle {
    background: 0 0;
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: .6em .15em;
    color: inherit;
    display: flex;
    box-shadow: none;
    border-radius: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popup-drawer .drawer-content.content-valign-middle {
    min-height: calc(100% - (1.2em + 24px));
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    max-height: calc(100% - (1.2em + 24px));
    overflow: auto
}

.popup-drawer .drawer-content.content-valign-bottom {
    min-height: calc(100% - (1.2em + 24px));
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: calc(1.2em + 24px);
    max-height: calc(100% - (1.2em + 24px));
    overflow: auto
}

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

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

.popup-drawer .drawer-content.content-align-center .site-header-item {
    justify-content: center
}

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

.popup-drawer .drawer-content.content-align-right .site-header-item {
    justify-content: flex-end
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:783px) {
    body.admin-bar .popup-drawer {
        top: 32px
    }

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

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

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

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

.popup-drawer.active .drawer-overlay {
    opacity: 1;
    cursor: pointer
}

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

#main-header {
    display: none
}

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

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

    #mobile-header {
        display: none
    }
}

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

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

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

.site-header-row.site-header-row-only-center-column {
    display: flex;
    justify-content: center
}

.site-header-row.site-header-row-only-center-column .site-header-section-center {
    flex-grow: 1
}

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

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

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

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

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

    .site-header-row-tablet-layout-fullwidth,
    .site-header-row-tablet-layout-standard {
        padding: 0
    }
}

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

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

.site-header-section {
    display: flex;
    max-height: inherit
}

.site-header-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    max-height: inherit
}

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

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

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

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

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

.site-header-section-right {
    justify-content: flex-end
}

.site-header-section-center {
    justify-content: center
}

.site-header-section-left-center {
    flex-grow: 1;
    justify-content: flex-end
}

.site-header-section-right-center {
    flex-grow: 1;
    justify-content: flex-start
}

.header-navigation-layout-stretch-true {
    flex-grow: 1
}

.header-navigation-layout-stretch-true .header-navigation {
    flex-grow: 1
}

.header-navigation-layout-stretch-true .header-navigation .header-menu-container {
    flex-grow: 1
}

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

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

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

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

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

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

.element-social-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

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

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

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

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

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

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

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

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

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

.search-toggle-open .search-toggle-icon {
    display: flex
}

.search-toggle-open .search-toggle-icon svg.kadence-svg-icon {
    top: -.05em;
    position: relative
}

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

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

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

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

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

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

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

#search-drawer .drawer-inner .drawer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2em
}

#search-drawer .drawer-inner form {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: flex
}

#search-drawer .drawer-inner form label {
    flex-grow: 2
}

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

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

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

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

#search-drawer .drawer-inner input.search-field {
    width: 100%;
    background: 0 0;
    color: var(--global-palette6);
    padding: .8em 80px .8em .8em;
    font-size: 20px;
    border: 1px solid currentColor
}

#search-drawer .drawer-inner input.search-field:focus {
    color: #fff;
    box-shadow: 5px 5px 0 0 currentColor
}

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

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

#search-drawer .drawer-inner .search-submit[type=submit]:hover~.kadence-search-icon-wrap {
    color: #fff
}

#search-drawer .drawer-inner button[type=submit]:hover~.kadence-search-icon-wrap {
    color: #fff
}

@media screen and (max-width:1024px) {
    .mobile-transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100
    }

    .mobile-transparent-header #masthead,
    .mobile-transparent-header .site-top-header-wrap .site-header-row-container-inner,
    .mobile-transparent-header .site-main-header-wrap .site-header-row-container-inner,
    .mobile-transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
        background: 0 0
    }
}

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

    body.elementor-editor-active.transparent-header #masthead,
    body.fl-builder-edit.transparent-header #masthead,
    body.vc_editor.transparent-header #masthead,
    body.brz-ed.transparent-header #masthead {
        z-index: 0
    }

    .transparent-header #masthead {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 100
    }

    .transparent-header #masthead,
    .transparent-header .site-top-header-wrap .site-header-row-container-inner,
    .transparent-header .site-main-header-wrap .site-header-row-container-inner,
    .transparent-header .site-bottom-header-wrap .site-header-row-container-inner {
        background: 0 0
    }
}

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

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

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

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

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

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

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

#mobile-drawer {
    z-index: 99999
}

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

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

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

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

/*!/wp-content/themes/kadence/assets/css/footer.min.css*/
.site-footer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-right-golden {
    grid-template-columns: 1fr 2fr
}

.site-footer-row.site-footer-row-columns-2.site-footer-row-column-layout-left-golden {
    grid-template-columns: 2fr 1fr
}

.site-footer-row.site-footer-row-columns-3 {
    grid-template-columns: 1fr 1fr 1fr
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-left-half {
    grid-template-columns: 2fr 1fr 1fr
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-right-half {
    grid-template-columns: 1fr 1fr 2fr
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-half {
    grid-template-columns: 1fr 2fr 1fr
}

.site-footer-row.site-footer-row-columns-3.site-footer-row-column-layout-center-wide {
    grid-template-columns: 2fr 6fr 2fr
}

.site-footer-row.site-footer-row-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr
}

.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-left-forty {
    grid-template-columns: 2fr 1fr 1fr 1fr
}

.site-footer-row.site-footer-row-columns-4.site-footer-row-column-layout-right-forty {
    grid-template-columns: 1fr 1fr 1fr 2fr
}

.site-footer-row.site-footer-row-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.site-footer-row.site-footer-row-columns-1 {
    display: flex;
    justify-content: center
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section-center {
    flex-grow: 1
}

.site-footer-row.site-footer-row-columns-1 .site-footer-section {
    flex: 1;
    text-align: center;
    min-width: 0
}

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

@media screen and (min-width:720px) and (max-width:1024px) {
    .site-footer-row-tablet-layout-contained {
        padding: 0 1.5rem
    }

    .site-footer-row-tablet-layout-fullwidth,
    .site-footer-row-tablet-layout-standard {
        padding: 0
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default,
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
        grid-template-columns: minmax(0, 1fr)
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1) {
        order: 6
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2) {
        order: 5
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3) {
        order: 4
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4) {
        order: 3
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5) {
        order: 2
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6) {
        order: 1
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-right-golden {
        grid-template-columns: 1fr 2fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-tablet-column-layout-left-golden {
        grid-template-columns: 2fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-left-half {
        grid-template-columns: 2fr 1fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-right-half {
        grid-template-columns: 1fr 1fr 2fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-half {
        grid-template-columns: 1fr 2fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-center-wide {
        grid-template-columns: 2fr 6fr 2fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row {
        grid-template-columns: 1fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-first-row>*:first-child {
        grid-column: 1/-1
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row {
        grid-template-columns: 1fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-tablet-column-layout-last-row>*:last-child {
        grid-column: 1/-1
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-tablet-column-layout-two-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-tablet-column-layout-equal {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

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

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default,
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row {
        grid-template-columns: minmax(0, 1fr)
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(1),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(1) {
        order: 6
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(2),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(2) {
        order: 5
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(3),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(3) {
        order: 4
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(4),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(4) {
        order: 3
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(5),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(5) {
        order: 2
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-default.ft-ro-collapse-rtl .site-footer-section:nth-child(6),
    .site-footer-row-container-inner .site-footer-row.site-footer-row-mobile-column-layout-row.ft-ro-collapse-rtl .site-footer-section:nth-child(6) {
        order: 1
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-right-golden {
        grid-template-columns: 1fr 2fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-2.site-footer-row-mobile-column-layout-left-golden {
        grid-template-columns: 2fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-left-half {
        grid-template-columns: 2fr 1fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-right-half {
        grid-template-columns: 1fr 1fr 2fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-half {
        grid-template-columns: 1fr 2fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-center-wide {
        grid-template-columns: 2fr 6fr 2fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-first-row>*:first-child {
        grid-column: 1/-1
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-3.site-footer-row-mobile-column-layout-last-row>*:last-child {
        grid-column: 1/-1
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-4.site-footer-row-mobile-column-layout-two-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .site-footer-row-container-inner .site-footer-row.site-footer-row-columns-5.site-footer-row-mobile-column-layout-equal {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }

    .site-footer-row-mobile-layout-fullwidth,
    .site-footer-row-mobile-layout-standard {
        padding: 0
    }
}

.site-footer-section {
    display: flex;
    max-height: inherit
}

.site-footer-item {
    display: flex;
    align-items: center;
    margin-right: 10px;
    max-height: inherit
}

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

.footer-widget-area {
    flex: 1;
    min-width: 0;
    display: flex
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area {
    flex: unset;
    margin-left: 30px
}

.ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area:first-child {
    margin-left: 0
}

.footer-widget-area>* {
    flex: 1;
    min-width: 0
}

.footer-widget-area.content-valign-middle {
    align-items: center
}

.footer-widget-area.content-valign-top {
    align-items: flex-start
}

.footer-widget-area.content-valign-bottom {
    align-items: flex-end
}

.footer-widget-area.content-align-center {
    text-align: center
}

.footer-widget-area.content-align-center .footer-navigation {
    justify-content: center
}

.footer-widget-area.content-align-center .widget_media_image img {
    margin: 0 auto
}

.footer-widget-area.content-align-right {
    text-align: right
}

.footer-widget-area.content-align-right .footer-navigation {
    justify-content: flex-end
}

.footer-widget-area.content-align-right .footer-navigation .menu {
    justify-content: flex-end
}

.footer-widget-area.content-align-right .widget_media_image img {
    margin: 0 0 0 auto
}

.footer-widget-area.content-align-left {
    text-align: left
}

.footer-widget-area.content-align-left .footer-navigation {
    justify-content: flex-start
}

.footer-widget-area.content-align-left .footer-navigation .menu {
    justify-content: flex-start
}

@media screen and (max-width:1024px) {
    .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child {
        margin-left: auto
    }

    .ft-ro-dir-row .footer-section-inner-items-2 .footer-widget-area.content-tablet-align-center:first-child~.footer-widget-area:last-child {
        margin-right: auto
    }

    .footer-widget-area.content-tablet-align-center {
        text-align: center
    }

    .footer-widget-area.content-tablet-align-center .footer-navigation {
        justify-content: center
    }

    .footer-widget-area.content-tablet-align-center .footer-navigation .menu {
        justify-content: center
    }

    .footer-widget-area.content-tablet-align-center .widget_media_image img {
        margin: 0 auto
    }

    .footer-widget-area.content-tablet-align-right {
        text-align: right
    }

    .footer-widget-area.content-tablet-align-right .footer-navigation {
        justify-content: flex-end
    }

    .footer-widget-area.content-tablet-align-right .footer-navigation .menu {
        justify-content: flex-end
    }

    .footer-widget-area.content-tablet-align-right .widget_media_image img {
        margin: 0 0 0 auto
    }

    .footer-widget-area.content-tablet-align-left {
        text-align: left
    }

    .footer-widget-area.content-tablet-align-left .footer-navigation {
        justify-content: flex-start
    }

    .footer-widget-area.content-tablet-align-left .footer-navigation .menu {
        justify-content: flex-start
    }
}

@media screen and (max-width:719px) {
    .ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child {
        margin-left: auto
    }

    .ft-ro-m-dir-row .footer-section-inner-items-2 .footer-widget-area.content-mobile-align-center:first-child~.footer-widget-area:last-child {
        margin-right: auto
    }

    .footer-widget-area.content-mobile-align-center {
        text-align: center
    }

    .footer-widget-area.content-mobile-align-center .footer-navigation {
        justify-content: center
    }

    .footer-widget-area.content-mobile-align-center .footer-navigation .menu {
        justify-content: center
    }

    .footer-widget-area.content-mobile-align-center .widget_media_image img {
        margin: 0 auto
    }

    .footer-widget-area.content-mobile-align-right {
        text-align: right
    }

    .footer-widget-area.content-mobile-align-right .footer-navigation {
        justify-content: flex-end
    }

    .footer-widget-area.content-mobile-align-right .footer-navigation .menu {
        justify-content: flex-end
    }

    .footer-widget-area.content-mobile-align-right .widget_media_image img {
        margin: 0 0 0 auto
    }

    .footer-widget-area.content-mobile-align-left {
        text-align: left
    }

    .footer-widget-area.content-mobile-align-left .footer-navigation {
        justify-content: flex-start
    }

    .footer-widget-area.content-mobile-align-left .footer-navigation .menu {
        justify-content: flex-start
    }
}

.ft-ro-dir-column .site-footer-section {
    flex-direction: column
}

@media screen and (max-width:1024px) {
    .ft-ro-t-dir-column .site-footer-section {
        flex-direction: column
    }

    .ft-ro-t-dir-row .site-footer-section {
        flex-direction: row
    }
}

@media screen and (max-width:719px) {
    .ft-ro-m-dir-column .site-footer-section {
        flex-direction: column
    }

    .ft-ro-m-dir-row .site-footer-section {
        flex-direction: row
    }
}

.footer-navigation,
.footer-menu-container {
    display: flex
}

.footer-navigation a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: var(--global-palette4);
    transition: all .2s ease-in-out
}

.footer-navigation a:hover,
.footer-navigation a:focus {
    color: var(--global-palette-highlight)
}

.footer-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-navigation ul li a {
    padding: .6em .5em
}

.footer-navigation .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer-widget-area.footer-navigation-layout-stretch-true .footer-menu-container {
    width: 100%
}

.footer-widget-area.footer-navigation-layout-stretch-true .footer-navigation .menu {
    width: 100%;
    justify-content: space-around
}

.site-footer-wrap .footer-navigation .footer-menu-container>ul li a:hover {
    text-decoration: none
}

.site-footer-wrap .footer-social-wrap .social-button {
    color: var(--global-palette4);
    background: var(--global-palette7)
}

.site-footer-wrap .footer-social-wrap .social-button:hover {
    text-decoration: none;
    color: var(--global-palette-btn);
    background: var(--global-palette-btn-bg)
}

.ft-ro-lstyle-normal a:not(.button) {
    text-decoration: underline
}

.site-footer-section {
    position: relative
}

.site-footer-section:not(:last-child):after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: auto;
    width: 0;
    right: -15px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.footer-html {
    margin: 1em 0
}

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

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