@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');:root {
    --swiper-theme-color: #007aff
}


*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol[class],
ul[class] {
    list-style: none;
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
	font-size: 21px;
    font-weight: 300;
    line-height: 1.34;
    font-family: 'Almarai', arial, sans-serif;
}

body {
    font-family: 'Akkurat Light', 'ABCDiatypeLight', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed
}

@media (min-width:992px) {
    body {
        font-size: 18px
    }
}

a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

img {
    display: block;
    width: 100%;
    object-fit: cover;
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

svg {
    height: 100%;
}



@media (prefers-reduced-motion:reduce) {
    * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}

.grid--full {
    width: 100%
}

.grid--third {
    padding: 30px
}

.grid--fourth {
    padding: 30px;
    border-bottom: 1px solid #eee;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.grid--fourth:last-child {
    border-bottom: none
}

.grid--half,
.grid--two-third {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 30px
}

.grid--mobile-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

@media only (min-width:992px) {
    .grid--third {
        padding: 30px
    }
    .grid--fourth {
        padding: 60px
    }
    .grid--half,
    .grid--two-third {
        padding: 30px
    }
    .grid--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

@media only (min-width:1024px) {
    .grid--third {
        -ms-flex-order: initial;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .grid--fourth,
    .grid--third {
        -webkit-box-ordinal-group: initial;
        order: 0;
        padding: 30px;
        border-left: 0
    }
    .grid--fourth {
        -ms-flex-order: initial;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        border-bottom: none
    }
    .grid--two-third {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
        padding: 30px
    }
    .grid--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 30px
    }
    .grid--lead {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-left: 0
    }
    .grid--last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-right: 0
    }
}

.column--half,
.column--third,
.column--two-third {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.column--half {
    max-width: 100%
}

@media only (min-width:1024px) {
    .column--third {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: column;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
    .column--two-third {
        flex-basis: 66.66667%;
        max-width: 66.66667%
    }
    .column--half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

.col-1-4 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0 30px
}

@media (min-width:1024px) {
    .col-1-4 {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width:1200px) {
    .col-1-4 {
        grid-template-columns: repeat(3, 1fr)
    }
}

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

.col-2 {
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:1024px) {
    .col-2 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 0 100px
    }
}



.container {
    width: 95%;
    margin: 0 auto
}

@media (min-width:1024px) {
    .container {
        width: 75%
    }
}

.container-single {
    width: 100%;
    margin: 0 auto;
    padding: 4em 25px;
    font-size: 20px;
    line-height: 1.3;
}

@media (min-width:1024px) {
    .container-single {
        width: 90%
    }
}
.container-single h2 {
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.container-single h3 {
	font-size: 28px;
	
}
.container-single h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 23px;
	}

.escrow-insider-template-default .container-single h3 {
	font-weight: 600;
	text-transform: capitalize;
	margin: 20px 0;
	}

	
	
	
	
	
	
body,
button,
input,
select,
textarea {
    color: #000;
    font-size: 18px;
    line-height: 1.4
}

@font-face {
    font-family: 'Akkurat Light';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Akkurat-Light.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Akkurat-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/Akkurat-Light.woff2') format('woff2'), url'(/wp-content/themes/ravello-escrow/public/assets/fonts/Akkurat-Light.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/Akkurat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sang';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Sang.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Sang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant Garamond Regular';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/CormorantGaramond-Regular.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Cormorant Garamond Light';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/CormorantGaramond-Light.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/CormorantGaramond-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'NeueMono';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/MaisonNeue-Mono.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/MaisonNeue-Mono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'ABCDiatypeMedium';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Medium.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Medium.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Medium.woff2') format('woff2'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Medium.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ABCDiatypeLight';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Light.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Light.woff2') format('woff2'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Light.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/ABCDiatype-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Almarai';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Almarai-Regular.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Almarai-Regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/Almarai-Regular.woff2') format('woff2'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/Almarai-Regular.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/Almarai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueHaasGroteskDisplayPro';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Roman.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Roman.woff2') format('woff2'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Roman.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NeueHaasDisplayLight';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Light.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Light.woff2') format('woff2'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Light.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/NeueHaasDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SFProRegular';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Regular.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Regular.woff') format('woff'),
    url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'SFProMedium';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Medium.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Medium.woff') format('woff'),
    url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFProSemiBold';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Semibold.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Semibold.woff2') format('woff2'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Semibold.woff') format('woff'), url('/wp-content/themes/ravello-escrow/public/assets/fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-display: swap;
    font-family: "Expressway";
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswayRg-Regular.eot);
    src: url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswayRg-Regular.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswayRg-Regular.woff2) format("woff2"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswayRg-Regular.woff) format("woff"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswayRg-Regular.ttf) format("truetype"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswayRg-Regular.svg#ExpresswayRg-Regular) format("svg")
}

@font-face {
    font-display: swap;
    font-family: "Expressway Semi Bold";
    font-style: normal;
    font-weight: 600;
    src: url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswaySb.eot);
    src: url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswaySb.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswaySb.woff2) format("woff2"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswaySb.woff) format("woff"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswaySb.ttf) format("truetype"), url(/wp-content/themes/ravello-escrow/public/assets/fonts/ExpresswaySb.svg#ExpresswaySb) format("svg")
}



h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    font-weight: 300;
    font-family: 'Akkurat Light', 'ABCDiatypeLight', arial, sans-serif
}

.h1,
h1 {
    font-size: 1.28em;
    line-height: 1.333em
}

@media (min-width:992px) {
    .h1,
    h1 {
        font-size: 2.25em
    }
}

.h2,
h2 {
    font-size: 2em;
    line-height: 1.2em
}

@media (min-width:992px) {
    .h2,
    h2 {
        font-size: 1.875em
    }
}

.h3,
h3 {
    font-size: 1em;
    line-height: 1.16666666667em
}

@media (min-width:992px) {
    .h3,
    h3 {
        font-size: 1.5em
    }
}

h2.header__title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:992px) {
    h2.header__title {
        margin-bottom: 15px;
        margin-top: 15px
    }
}

p {
    margin-top: 0;
    margin-bottom: 20px;
	font-size: 21px;
    font-weight: 300;
    line-height: 1.34;
    font-family: 'Public Sans', arial, sans-serif;
}

p:empty {
    display: none
}

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

blockquote {
    margin: 0 1.5em;
	font-size: 21px;
    font-weight: 300;
    line-height: 1.34;
    font-family: 'Public Sans', arial, sans-serif;
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: Courier\ 10 Pitch, courier monospace;
    line-height: 1.5;
    margin-bottom: 1.6em;
    max-width: 100%;
    padding: 1.6em;
    font-size: 1rem
}

code,
kbd,
tt,
var {
    font-family: monaco consolas, Andale Mono, DejaVu Sans Mono, monospace;
    font-size: 1rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,
mark {
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

body {
    background: #fff;

    display: flex;

    flex-direction: column;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden
}

blockquote,
q {
    quotes: "" ""
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ol,
ul {
    margin: 0 0 20px;
    padding: 20px 0 0 25px
}

p+ol,
p+ul {
    padding: 0 0 0 25px
}

ul {
    list-style: circle
}

ol {
    list-style: decimal
}

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

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

ol.numbered {
    list-style: none
}

ol.numbered li {
    counter-increment: bullets
}

ol.numbered li,
ol.numbered li:before {
    align-items: center;

    display: flex
}

ol.numbered li:before {
    content: counter(bullets);
    font-size: .75em;
    height: 2em;
    justify-content: center;
    width: 2em
}

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

svg:not(:root) {
    overflow: hidden
}

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

.modal {

    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee;
    top: 50px;
    bottom: 0;
    width: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: 10
}

@media (min-width:1024px) {
    .modal {
        height: calc(100% - 75px);
        top: 75px
    }
}

.modal.active {
    width: 100%;
    height: calc(100% - 50px);
    opacity: .99;
    top: 80px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    visibility: visible;
    z-index: 999
}

.modal--vendor-map svg {
    max-width: 80%
}

.pum-theme-682 .pum-container,
.pum-theme-lightbox .pum-container {
    border: 0 !important;
    border-radius: 0 !important;
    padding: 35px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.pum-theme-682 .pum-content,
.pum-theme-lightbox .pum-content {
    margin: 0 auto;
    text-align: center
}

.pum-content {
    text-align: center
}

.popup-container p {
    font-family: expressway, arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    max-width: 80%;
    margin: 0 auto 30px
}

.popup-container img {
    margin: 0 auto 30px
}

.pum-theme-682 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    font-family: expressway, arial, sans-serif;
    text-shadow: none !important;
    height: 32px !important;
    width: 32px !important
}

.btn-popup {
    font-size: 18px
}

.pum-theme-682,
.pum-theme-lightbox {
    background-color: rgba(0, 0, 0, .3) !important
}

.linkdk:after {
    background: transparent !important
}

.share-links {

    display: flex;
    align-items: center
}

.share-links .share-title {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

form[role=search] {

    display: flex;
    align-items: center;
    max-width: 50%;
    margin: 0 auto
}

form[role=search] input[type=search] {
    margin-right: 10px;
    margin-left: 25px
}

.button,
.button.wc-backward,
[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    padding: 10px 45px;

    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out;
    font-size: 13px;

    display: flex;
    justify-content: center;
    align-items: center
}

.button.wc-backward:focus,
.button:focus,
[type=reset]:focus,
[type=submit]:focus,
button:focus,
html [type=button]:focus {
    outline: 0 none
}

.button.wc-backward:hover,
.button:hover,
[type=reset]:hover,
[type=submit]:hover,
button:hover,
html [type=button]:hover {
    cursor: pointer
}

@media (min-width:992px) {
    .button,
    .button.wc-backward,
    [type=reset],
    [type=submit],
    button,
    html [type=button] {
        font-size: 15px
    }
}

.button.disabled,
.button.wc-backward.disabled,
.button.wc-backward:disabled,
.button:disabled,
[type=reset].disabled,
[type=reset]:disabled,
[type=submit].disabled,
[type=submit]:disabled,
button.disabled,
button:disabled,
html [type=button].disabled,
html [type=button]:disabled {
    cursor: not-allowed
}

.wp-block-button>a {
    border: 0;
    padding: 0;
    background-color: transparent
}

.wp-block-button:hover>a {
    color: inherit
}

button {
    background: none;
    border: none
}

.btn {
    font-size: 15px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer
}

@media (min-width:992px) {
    .btn {
        font-size: 15px
    }
}

.btn:hover {
    text-decoration: none;
    cursor: pointer
}

.btn>a,
.btn>a:hover {
    text-decoration: none;
    border-bottom: none
}

.btn--cta {
    width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    min-width: 170px;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

@media (min-width:992px) {
    .btn--cta {
        min-width: 150px
    }
}

.btn--cta:hover,
.btn--dark {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--dark {
    display: inline-block;
    padding: 18px 45px;
    min-width: 270px;
    font-family: expressway, arial, sans-serif
}

.btn--dark:hover {
    cursor: pointer;
    background: transparent;
    color: #000;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--share {

    display: flex;
    align-items: center;
    background-color: transparent;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    height: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal
}

@media (min-width:1024px) {
    .btn--share {
        margin-right: 10px
    }
}

.btn--share svg {
    width: 20px;
    height: 20px;
    vertical-align: middle
}

.btn--share.btn--small svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle
}

.btn--small {
    padding: 8px 10px;
    font-size: .75em;
    line-height: 1
}

.btn--more {
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 16px;
    font-size: 17px;
    color: #000;
    border: 1px solid grey;
    width: 85%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media (min-width:992px) {
    .btn--more {
        min-width: 150px
    }
}

.btn--more:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff !important;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}



.btn-primary-dark-arrow {
    justify-content: center;
	height: 65px;;
	border-radius: 5px;
    line-height: 1.5rem;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-family: arial;
    width: 100%;
    max-width: 400px;
    border: 0;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin: 0 10px 0 0;
    transition: right .5s, width .5s, background-size .5s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.btn-primary-dark-arrow .button__text {
    transition: all 300ms ease-in-out;
    letter-spacing: 1px;
    align-content: center;
    font-size: 15px;
    align-items: center;
    display: flex;
}

.btn-primary-dark-arrow .button__icon_arrow {
    margin-left: 24px;
    transition: all 300ms ease-in-out;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-primary-dark-arrow .button__icon_arrow:before {
    content: "";
    display: flex;
    border: 0;
    transition: all 500ms ease-in-out;
    right: 1px;
    width: 100%;
    -webkit-transform: 0;
    -o-transform: 0;
    transform: 0;
    border-color: inherit;
    border-top: 1px solid;
    position: absolute;
    top: 50%
}

.btn-primary-dark-arrow .button__icon_arrow:after {
    content: "";
    display: block;
    border: none;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    position: absolute;
    right: 2px;
    border-color: inherit
}

.btn-primary-dark-arrow:hover .button__icon_arrow {
    transition: all 300ms ease-in-out;
}


/* button on hover action */
.btn-primary-dark-arrow.button--lrg svg {
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

.btn-primary-dark-arrow.button--lrg:hover .button__icon_arrow {
    width: 2.8125rem;
    background-position: 0
}






/*   Button White background */


.btn-primary-white-arrow {
    justify-content: center;
	height: 65px;;
	border-radius: 5px;
    line-height: 1.5rem;
    color: #000;
    width: 100%;
    max-width: 400px;

    background: transparent;
    border: 1px solid #000;
    text-transform: uppercase;
    font-family: arial;
    cursor: pointer;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin: 0 10px 0 0;
    transition: right .5s, width .5s, background-size .5s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


.btn-primary-white-arrow .button__text {
    transition: all 500ms ease-in-out;
    letter-spacing: 1px;
    align-content: center;
    font-size: 15px;
    align-items: center;
    display: flex;
}

.btn-primary-white-arrow .button__icon_arrow {
    margin-left: 24px;
    transition: all 500ms ease-in-out;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.btn-primary-white-arrow .button__icon_arrow:before {
    content: "";
    display: flex;
    border: 0;
    transition: all 500ms ease-in-out;
    right: 1px;
    width: 100%;
    transform: 0;
    border-color: inherit;
    border-top: 1px solid;
    position: absolute;
    top: 50%
}

.btn-primary-white-arrow .button__icon_arrow:after {
    content: "";
    display: block;
    border: none;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    position: absolute;
    right: 2px;
    border-color: inherit
}

.btn-primary-white-arrow:hover .button__icon_arrow {
    transition: all 300ms ease-in-out;
}




.btn-medium-dark-arrow {
    justify-content: center;
	height: 65px;;
	border-radius: 5px;
    line-height: 1.5rem;
    color: #fff;
    background: #000;
    text-transform: uppercase;
    font-family: arial;
    width: 100%;
    max-width: 400px;
    border: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transform: translateY(0);
    margin: 0 10px 0 0;
    transition: right .5s, width .5s, background-size .5s ease-in-out;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
@media (min-width:992px) {
.btn-medium-dark-arrow {
	margin: 0;
    }
}


.btn-medium-dark-arrow .button__text {
    transition: all 300ms ease-in-out;
    letter-spacing: 1px;
    align-content: center;
    font-size: 15px;
    align-items: center;
    display: flex;
}

.btn-medium-dark-arrow .button__icon_arrow {
    margin-left: 24px;
    transition: all 300ms ease-in-out;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.btn-medium-dark-arrow .button__icon_arrow:before {
    content: "";
    display: flex;
    border: 0;
    transition: all 500ms ease-in-out;
    right: 1px;
    width: 100%;
    -webkit-transform: 0;
    -o-transform: 0;
    transform: 0;
    border-color: inherit;
    border-top: 1px solid;
    position: absolute;
    top: 50%
}

.btn-medium-dark-arrow .button__icon_arrow:after {
    content: "";
    display: block;
    border: none;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    position: absolute;
    right: 2px;
    border-color: inherit
}

.btn-medium-dark-arrow:hover .button__icon_arrow {
    transition: all 300ms ease-in-out;
}


/* button on hover action */
.btn-medium-dark-arrow.button--lrg svg {
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

.btn-medium-dark-arrow.button--lrg:hover .button__icon_arrow {
    width: 2.8125rem;
    background-position: 0
}








/* button on hover action */
.btn-primary-white-arrow.button--lrg svg {
    transform: scale(.7)
}

.btn-primary-white-arrow.button--lrg:hover .button__icon_arrow {
    width: 2.8125rem;
    background-position: 0
}

.flex-btn {
	display: flex;
	justify-content: start;
	gap: 20px;
	flex-direction: row
}


.btn--search {
    width: 17px;
    height: 17px;
    padding: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSI1LjYiIGN5PSI1LjYiIHI9IjUuNiIvPjxwYXRoIGQ9Ik05LjU2NyA5LjU2N2wzLjY3MiAzLjY3MiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuNSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGN4PSI1LjYiIGN5PSI1LjYiIHI9IjUuNiIvPjxwYXRoIGQ9Ik05LjU2NyA5LjU2N2wzLjY3MiAzLjY3MiIgc3Ryb2tlLWxpbmVjYXA9InNxdWFyZSIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain
}

.btn--footer {
    min-width: 150px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    display: inline-block
}

.btn--footer,
.btn--footer:hover {
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--footer:hover {
    background: transparent;
    color: #fff !important
}

.btn--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer
}

@media (min-width:992px) {
    .btn--close {
        position: absolute;
        top: 48px;
        right: 28px;
        line-height: 1
    }
}

.btn--form {
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 20px 65px
}

.btn--form,
.btn--form:hover {
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn--form:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000 !important
}

.btn-hero {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 20px 15px;
    width: 200px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1px;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out;
    margin: 0 auto
}

@media (min-width:992px) {
    .btn-hero {
        margin: 0
    }
}

.btn-hero:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

@media (min-width:992px) {
    .btn-hero:hover {
        border: 1px solid #000;
        background: #000
    }
}

.btn-feature {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    padding: 20px 60px;
    width: 300px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1px
}

.btn-feature,
.btn-feature:hover {
    -webkit-transition: all .68s ease-in-out;
    transition: all .68s ease-in-out
}

.btn-feature:hover {
    border: 1px solid #fff;
    background: transparent;
    color: #fff
}

.modal--search form {
    position: relative;
    padding: 0 40px;
    max-width: 1024px;
    width: calc(100% - 18px)
}

@media (min-width:992px) {
    .modal--search form {
        padding: 0 120px;
        width: calc(100% - 20px)
    }
}

@media (min-width:1024px) {
    .modal--search form {
        padding: 0;
        width: 100%
    }
}

.modal--search input[type=search] {
    padding: 2px 10px;
    width: 100%;
    font-size: 20px;
    font-family: expressway, arial, sans-serif;
    border: 0;
    border-bottom: 1px solid #989898;
    background-color: #eee
}

@media (min-width:992px) {
    .modal--search input[type=search] {
        font-size: 30px
    }
}

@media (min-width:1024px) {
    .modal--search input[type=search] {
        width: 100%
    }
}

.modal--search .btn--search {
    position: absolute;
    bottom: 8px;
    right: auto;
    width: 18px;
    height: 18px;
    border: 0;
    background-color: transparent
}

.modal--search .btn--search:hover {
    opacity: .4
}

@media (min-width:992px) {
    .modal--search .btn--search {
        bottom: 11px;
        width: 26px;
        height: 26px
    }
}

@media (min-width:1024px) {
    .modal--search .btn--search {
        bottom: 12px;
        right: -32px;
        width: 25px;
        height: 25px
    }
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    background: #fff;
    border: 1px solid #979797;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: expressway, arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 10px 15px;
    outline: none;
    -webkit-appearance: none;
    width: 100%
}

@media (min-width:1024px) {
    input:not([type]),
    input[type=color],
    input[type=date],
    input[type=datetime-local],
    input[type=datetime],
    input[type=email],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    select,
    textarea {
        font-size: 15px
    }
}

input:not([type])::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:not([type])::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:not([type]):-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

input:not([type])::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1
}

input:not([type])::placeholder,
input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
select::placeholder,
textarea::placeholder {
    opacity: 1
}

select:hover {
    cursor: pointer
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0
}

textarea {
    max-height: 150px
}

input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-inner-spin-button {
    display: none
}

input[type=date]::-webkit-calendar-picker-indicator {
    color: #2c3e50
}

input[type=date] {
    max-height: 49px;
    min-height: 49px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #95a5a6;
    display: inline-block !important;
    font-family: Helvetica, Arial, sans-serif;
    visibility: visible !important
}

input[type=date]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #95a5a6
}

label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 200
}

.wpcf7-recaptcha {
    background-color: #f7f7f7;

    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 20px 0
}

.required {
    color: red
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: none;
    background: transparent;
    border: 2px solid #e2e2e2;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 16px;
    margin-right: 10px;
    position: relative;
    width: 16px
}

input[type=checkbox]:hover,
input[type=radio]:hover {
    background: transparent;
    border: 2px solid #a9a9a9
}

@media (min-width:992px) {
    input[type=checkbox]:hover,
    input[type=radio]:hover {
        background: #000
    }
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background: #000;
    border: 2px solid #c1c1c1
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none
}

input[type=checkbox] {
    border-radius: 4px;
    height: 25px;
    width: 25px
}

input[type=checkbox]:before {
    color: #fff;
    content: "✓";
    display: none;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    font-weight: 900;
    left: 1px;
    position: absolute;
    text-rendering: auto;
    top: -4px
}

input[type=checkbox]:checked:before {
    display: inline-block
}

input[type=radio] {
    border-radius: 50px
}

input[type=search]::-webkit-search-cancel-button,
input[type=Search]::-webkit-search-cancel-button,
input[type=sEarch]::-webkit-search-cancel-button,
input[type=SEarch]::-webkit-search-cancel-button,
input[type=seArch]::-webkit-search-cancel-button,
input[type=SeArch]::-webkit-search-cancel-button,
input[type=sEArch]::-webkit-search-cancel-button,
input[type=SEArch]::-webkit-search-cancel-button,
input[type=seaRch]::-webkit-search-cancel-button,
input[type=SeaRch]::-webkit-search-cancel-button,
input[type=sEaRch]::-webkit-search-cancel-button,
input[type=SEaRch]::-webkit-search-cancel-button,
input[type=seARch]::-webkit-search-cancel-button,
input[type=SeARch]::-webkit-search-cancel-button,
input[type=sEARch]::-webkit-search-cancel-button,
input[type=SEARch]::-webkit-search-cancel-button,
input[type=searCh]::-webkit-search-cancel-button,
input[type=SearCh]::-webkit-search-cancel-button,
input[type=sEarCh]::-webkit-search-cancel-button,
input[type=SEarCh]::-webkit-search-cancel-button,
input[type=seArCh]::-webkit-search-cancel-button,
input[type=SeArCh]::-webkit-search-cancel-button,
input[type=sEArCh]::-webkit-search-cancel-button,
input[type=SEArCh]::-webkit-search-cancel-button,
input[type=seaRCh]::-webkit-search-cancel-button,
input[type=SeaRCh]::-webkit-search-cancel-button,
input[type=sEaRCh]::-webkit-search-cancel-button,
input[type=SEaRCh]::-webkit-search-cancel-button,
input[type=seARCh]::-webkit-search-cancel-button,
input[type=SeARCh]::-webkit-search-cancel-button,
input[type=sEARCh]::-webkit-search-cancel-button,
input[type=SEARCh]::-webkit-search-cancel-button,
input[type=searcH]::-webkit-search-cancel-button,
input[type=SearcH]::-webkit-search-cancel-button,
input[type=sEarcH]::-webkit-search-cancel-button,
input[type=SEarcH]::-webkit-search-cancel-button,
input[type=seArcH]::-webkit-search-cancel-button,
input[type=SeArcH]::-webkit-search-cancel-button,
input[type=sEArcH]::-webkit-search-cancel-button,
input[type=SEArcH]::-webkit-search-cancel-button,
input[type=seaRcH]::-webkit-search-cancel-button,
input[type=SeaRcH]::-webkit-search-cancel-button,
input[type=sEaRcH]::-webkit-search-cancel-button,
input[type=SEaRcH]::-webkit-search-cancel-button,
input[type=seARcH]::-webkit-search-cancel-button,
input[type=SeARcH]::-webkit-search-cancel-button,
input[type=sEARcH]::-webkit-search-cancel-button,
input[type=SEARcH]::-webkit-search-cancel-button,
input[type=searCH]::-webkit-search-cancel-button,
input[type=SearCH]::-webkit-search-cancel-button,
input[type=sEarCH]::-webkit-search-cancel-button,
input[type=SEarCH]::-webkit-search-cancel-button,
input[type=seArCH]::-webkit-search-cancel-button,
input[type=SeArCH]::-webkit-search-cancel-button,
input[type=sEArCH]::-webkit-search-cancel-button,
input[type=SEArCH]::-webkit-search-cancel-button,
input[type=seaRCH]::-webkit-search-cancel-button,
input[type=SeaRCH]::-webkit-search-cancel-button,
input[type=sEaRCH]::-webkit-search-cancel-button,
input[type=SEaRCH]::-webkit-search-cancel-button,
input[type=seARCH]::-webkit-search-cancel-button,
input[type=SeARCH]::-webkit-search-cancel-button,
input[type=sEARCH]::-webkit-search-cancel-button,
input[type=SEARCH]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlPi5zdDB7ZmlsbDpub25lO3N0cm9rZTojMDAwO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnNxdWFyZX08L3N0eWxlPjxnIGlkPSJkZXNrdG9wLS0tYmxvZy1saXN0aW5nIj48ZyBpZD0iZGVza3RvcC0tLWJsb2ctc2lnbi11cC0iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjA5IC0yMzYpIj48ZyBpZD0iR3JvdXAtMTgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzMCAxOTIpIj48ZyBpZD0iR3JvdXAtMTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDg4MCA0NikiPjxwYXRoIGlkPSJMaW5lLTYiIGNsYXNzPSJzdDAiIGQ9Ik0xNC43LjNMLjYgMTQuNCIvPjxwYXRoIGlkPSJMaW5lLTciIGNsYXNzPSJzdDAiIGQ9Ik0uNi4zbDE0LjEgMTQuMSIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none
}

input[type=search]:focus::-webkit-search-cancel-button,
input[type=Search]:focus::-webkit-search-cancel-button,
input[type=sEarch]:focus::-webkit-search-cancel-button,
input[type=SEarch]:focus::-webkit-search-cancel-button,
input[type=seArch]:focus::-webkit-search-cancel-button,
input[type=SeArch]:focus::-webkit-search-cancel-button,
input[type=sEArch]:focus::-webkit-search-cancel-button,
input[type=SEArch]:focus::-webkit-search-cancel-button,
input[type=seaRch]:focus::-webkit-search-cancel-button,
input[type=SeaRch]:focus::-webkit-search-cancel-button,
input[type=sEaRch]:focus::-webkit-search-cancel-button,
input[type=SEaRch]:focus::-webkit-search-cancel-button,
input[type=seARch]:focus::-webkit-search-cancel-button,
input[type=SeARch]:focus::-webkit-search-cancel-button,
input[type=sEARch]:focus::-webkit-search-cancel-button,
input[type=SEARch]:focus::-webkit-search-cancel-button,
input[type=searCh]:focus::-webkit-search-cancel-button,
input[type=SearCh]:focus::-webkit-search-cancel-button,
input[type=sEarCh]:focus::-webkit-search-cancel-button,
input[type=SEarCh]:focus::-webkit-search-cancel-button,
input[type=seArCh]:focus::-webkit-search-cancel-button,
input[type=SeArCh]:focus::-webkit-search-cancel-button,
input[type=sEArCh]:focus::-webkit-search-cancel-button,
input[type=SEArCh]:focus::-webkit-search-cancel-button,
input[type=seaRCh]:focus::-webkit-search-cancel-button,
input[type=SeaRCh]:focus::-webkit-search-cancel-button,
input[type=sEaRCh]:focus::-webkit-search-cancel-button,
input[type=SEaRCh]:focus::-webkit-search-cancel-button,
input[type=seARCh]:focus::-webkit-search-cancel-button,
input[type=SeARCh]:focus::-webkit-search-cancel-button,
input[type=sEARCh]:focus::-webkit-search-cancel-button,
input[type=SEARCh]:focus::-webkit-search-cancel-button,
input[type=searcH]:focus::-webkit-search-cancel-button,
input[type=SearcH]:focus::-webkit-search-cancel-button,
input[type=sEarcH]:focus::-webkit-search-cancel-button,
input[type=SEarcH]:focus::-webkit-search-cancel-button,
input[type=seArcH]:focus::-webkit-search-cancel-button,
input[type=SeArcH]:focus::-webkit-search-cancel-button,
input[type=sEArcH]:focus::-webkit-search-cancel-button,
input[type=SEArcH]:focus::-webkit-search-cancel-button,
input[type=seaRcH]:focus::-webkit-search-cancel-button,
input[type=SeaRcH]:focus::-webkit-search-cancel-button,
input[type=sEaRcH]:focus::-webkit-search-cancel-button,
input[type=SEaRcH]:focus::-webkit-search-cancel-button,
input[type=seARcH]:focus::-webkit-search-cancel-button,
input[type=SeARcH]:focus::-webkit-search-cancel-button,
input[type=sEARcH]:focus::-webkit-search-cancel-button,
input[type=SEARcH]:focus::-webkit-search-cancel-button,
input[type=searCH]:focus::-webkit-search-cancel-button,
input[type=SearCH]:focus::-webkit-search-cancel-button,
input[type=sEarCH]:focus::-webkit-search-cancel-button,
input[type=SEarCH]:focus::-webkit-search-cancel-button,
input[type=seArCH]:focus::-webkit-search-cancel-button,
input[type=SeArCH]:focus::-webkit-search-cancel-button,
input[type=sEArCH]:focus::-webkit-search-cancel-button,
input[type=SEArCH]:focus::-webkit-search-cancel-button,
input[type=seaRCH]:focus::-webkit-search-cancel-button,
input[type=SeaRCH]:focus::-webkit-search-cancel-button,
input[type=sEaRCH]:focus::-webkit-search-cancel-button,
input[type=SEaRCH]:focus::-webkit-search-cancel-button,
input[type=seARCH]:focus::-webkit-search-cancel-button,
input[type=SeARCH]:focus::-webkit-search-cancel-button,
input[type=sEARCH]:focus::-webkit-search-cancel-button,
input[type=SEARCH]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all
}

.footer-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px
}

@media (min-width:1024px) {
    .footer-form {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px 40px
    }
}

@media (min-width:1024px) {
    .footer-form .message {
        grid-column: span 2
    }
}

.footer-form input:not([type]),
.footer-form input[type=color],
.footer-form input[type=datetime],
.footer-form input[type=email],
.footer-form input[type=month],
.footer-form input[type=number],
.footer-form input[type=search],
.footer-form input[type=tel],
.footer-form input[type=text],
.footer-form input[type=time],
.footer-form input[type=url],
.footer-form input[type=week],
.footer-form select,
.footer-form textarea,
input[type=password] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    font-family: expressway, Sofia Pro, arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    padding: 17px 15px;
    outline: none;
    -webkit-appearance: none;
    width: 100%;
    margin-bottom: 20px
}

#wpcf7-f798-o1 {
    padding: 30px 30px 4em
}

:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .5s;
    transition: opacity .5s
}

:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

::-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .5s;
    transition: opacity .5s
}

::placeholder {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

:focus:-moz-placeholder {
    opacity: 0
}

:focus::-webkit-input-placeholder {
    opacity: 0
}

:focus::-moz-placeholder {
    opacity: 0
}

:focus:-ms-input-placeholder {
    opacity: 0
}

:focus::-ms-input-placeholder {
    opacity: 0
}

:focus::placeholder {
    opacity: 0
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: center;
    color: #17465e;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0;
    padding: 0;
    border: 0
}

.wpcf7 .ajax-loader {
    display: none
}

a {
    background-color: transparent;
    color: inherit
}

a,
a:visited {
    text-decoration: none;
}

a,
a:visited {
    color: currentColor
}

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

a:link,
a:visited:link {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

.link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.link:not(.no-hover):hover:after {
    -webkit-transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .1s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .1s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .1s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .1s, -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .1s
}

.link:after {
    position: absolute;
    bottom: 1px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    -webkit-transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .5s cubic-bezier(1, 0, 0, 1) .1s, -webkit-transform .5s cubic-bezier(1, 0, 0, 1) .1s;
    opacity: .75
}

.link--clear:hover:after {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.link--clear:after {
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0)
}

.link-u {
    border-bottom: 1px solid #000
}

#wpadminbar a {
    background-color: transparent;
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.linkdk {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

.linkdk:after {
    position: absolute;
    bottom: 1px;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
    -webkit-transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: background .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1);
    transition: background .8s cubic-bezier(.19, 1, .22, 1), transform .8s cubic-bezier(.19, 1, .22, 1), -webkit-transform .8s cubic-bezier(.19, 1, .22, 1)
}

.linkdk:not(.no-hover):hover:after {
    transform: translateZ(0);
    transition: background .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .05s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .05s;
    transition: background .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1) .05s, -webkit-transform .6s cubic-bezier(.19, 1, .22, 1) .05s
}

a#portfolio {
    color: #000;
    font-weight: 300;
    font-family: arial;
    font-size: 13px;
    text-decoration: none
}

a#portfolio:before {
    display: inline-block;
    content: "+";
    padding-right: .3rem
}

.site-header .menu .menu-item {
    justify-content: start;
    text-align: left;
    font-family: "NeueHaasGroteskDisplayPro", 'Akkurat Light', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    color: #fff;
    font-size: 13px;
        transition: all 500ms ease-in-out;
}

@media (min-width: 992px) {
.header--mobile .main-navigation .menu .menu-item
		text-transform: uppercase;
		letter-spacing: 0;
		font-size: 13px
		}
	
}


.header--mobile .main-navigation .menu .sub-menu,
.header--mobile .mobile-secondary-navigation .menu .sub-menu {
    padding: 0 28px;
    opacity: 0;
    max-height: 0;
    visibility: hidden;
    transition: opacity .5s, visibility 0s .5s, max-height .5s;
}

.nav-secondary-mobile {
	position: absolute;
	bottom: 0;
	width: 100%;
}

ul#mobile-secondary-menu { 
    border-top: 1px solid #fff;
    padding: 20px 30px;
    width: 100%;
	flex-wrap: wrap;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    gap: 0 30px;
}



.mobile-secondary-navigation>ul.li {
    border: none;
}

.header--mobile .main-navigation .menu .menu-item,
.header--mobile .mobile-secondary-navigation .menu .menu-item {
    display: flex;
    justify-content: center;
    border: none;
    margin: 0 auto;
    align-content: center;
    font-size: 28px;
    align-items: center;
}

.header--mobile .mobile-secondary-navigation .menu .menu-item {
    display: flex;
    justify-content: center;
    font-size: 13px;
     padding: 0 0 13px;
    align-items: center;
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu {
    opacity: 1;
    max-height: 500px;
    visibility: visible;
    transition: opacity .5s, max-height .7s;
}
/*
.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item {
    font-size: 15px;
    opacity: 0
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-child,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-child {
    margin-top: 20px
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-of-type,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:first-of-type {
    opacity: 1;
    -webkit-transition: opacity .5s .1s, visibility 0s, max-height .7s;
    transition: opacity .5s .1s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(2),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity .5s .2s, visibility 0s, max-height .7s;
    transition: opacity .5s .2s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(3),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(3) {
    opacity: 1;
    -webkit-transition: opacity .5s .3s, visibility 0s, max-height .7s;
    transition: opacity .5s .3s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(4),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(4) {
    opacity: 1;
    -webkit-transition: opacity .5s .4s, visibility 0s, max-height .7s;
    transition: opacity .5s .4s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(5),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(5) {
    opacity: 1;
    -webkit-transition: opacity .5s .5s, visibility 0s, max-height .7s;
    transition: opacity .5s .5s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(6),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(6) {
    opacity: 1;
    -webkit-transition: opacity .5s .6s, visibility 0s, max-height .7s;
    transition: opacity .5s .6s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(7),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(7) {
    opacity: 1;
    -webkit-transition: opacity .5s .7s, visibility 0s, max-height .7s;
    transition: opacity .5s .7s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(8),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(8) {
    opacity: 1;
    -webkit-transition: opacity .5s .8s, visibility 0s, max-height .7s;
    transition: opacity .5s .8s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(9),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(9) {
    opacity: 1;
    -webkit-transition: opacity .5s .9s, visibility 0s, max-height .7s;
    transition: opacity .5s .9s, visibility 0s, max-height .7s
}

.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(10),
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item:nth-of-type(10) {
    opacity: 1;
    -webkit-transition: opacity .5s 1s, visibility 0s, max-height .7s;
    transition: opacity .5s 1s, visibility 0s, max-height .7s
}
*/



/* Sub-menu items base */
.header--mobile .main-navigation .menu .sub-menu .sub-menu-item,
.header--mobile .mobile-secondary-navigation .menu .sub-menu .sub-menu-item {
    font-size: 15px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease;
    transition-delay: calc(var(--i, 0) * 0.1s);
}

/* When parent is active */
.header--mobile .main-navigation .menu .menu-item.active .sub-menu .sub-menu-item,
.header--mobile .mobile-secondary-navigation .menu .menu-item.active .sub-menu .sub-menu-item {
    opacity: 1;
    transform: translateY(0);
}

.mobile-secondary-menu {
	margin-top: 4em;
}
/*
.site-header.header--mobile .main-navigation .menu {
	margin-top: 1em;
}
*/
.header--desktop .main-navigation {

    display: flex;
    justify-content: center;
    width: unset
}

.header--desktop .main-navigation .menu {
    display: flex;
    height: auto;
    margin: 0;
    gap: 20px;
    padding: 0
}
@media (min-width: 1100px) {
.header--desktop .main-navigation .menu {
    gap: 25px;
}
}



.header--desktop .main-navigation li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

@media (min-width:1024px) {
    .header--desktop .main-navigation li {
        padding:0
    }
}

.header--desktop .main-navigation li>.sub-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    padding: 8px 20px;
    background-color: #e8e8e8;
    box-shadow: 1px 3px 5px 0 hsla(0, 0%, 52.2%, .5)
}

.header--desktop .main-navigation li>.sub-menu .sub-menu-item {
    padding: 7.5px 0;
    white-space: nowrap
}

.header--desktop .main-navigation li:hover>.sub-menu,
.header--desktop .search-cart-social {

    display: flex
}

.header--desktop .search-cart-social {
    justify-content: center;
    align-items: center
}

.header--desktop .search-cart-social .search:hover {
    cursor: pointer
}

.header--desktop .search-cart-social .search #search-icon {
    height: 20px;
    width: 20px
}

.header--desktop .search-cart-social .menu {
    color: #000;

    display: flex;
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width:1024px) {
    .header--desktop .search-cart-social .menu {
        min-width: 65px
    }
}

.header--desktop .search-cart-social .menu li {
    padding: 0 25px 0 0
}

.header--desktop .search-cart-social .menu li:first-child {
    display: none
}

@media (min-width:1024px) {
    .header--desktop .search-cart-social .menu li:first-child {
        display: block
    }
}

.header--desktop .search-cart-social .menu li:last-child {
    padding: 0
}
.header--desktop .search-cart-social .menu li:last-child:hover {
	color: #f8f4ec;
}
.header--desktop .search-cart-social .menu li a {
    display: flex;
    position: relative;
    font-size: 15px;
}

.header--desktop .search-cart-social .menu li a:hover:after {
    display: none
}

.header--desktop .search-cart-social .menu li svg {
    height: 20px;
    width: 20px
}

@media (min-width:1024px) {
    .header--desktop {
        display: none
    }
}

.menu#cta-button-menu .btn>a {
    font-family: expressway, arial, sans-serif;
    justify-content: center;
    padding: 20px 25px;
    text-transform: none;
    font-weight: 300
}

.menu--active {
    height: 100vh;
    overflow: hidden
}

@media (min-width:1024px) {
    .menu--active {
        overflow: unset
    }
}

.menu--active #cart-count {
    left: 52%
}

.menu--active .main-navigation .mobile-nav-overlay {
    opacity: 1;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 9
}

@media (min-width:1024px) {
    .menu--active .main-navigation .mobile-nav-overlay {
        display: none;
        height: 1px;
        opacity: 0;
        position: relative;
        width: 1px;
        z-index: -1
    }
}

.menu--active .main-navigation .primary-menu-wrap {
    position: fixed;
    width: 60%
}

@media (min-width:992px) and (max-width:1024px) {
    .menu--active .main-navigation .primary-menu-wrap {
        width: 40%
    }
}

@media (min-width:1024px) {
    .menu--active .main-navigation .primary-menu-wrap {
        top: 0;
        width: unset
    }
}

@media (min-width:1024px) {
    .menu--active .main-navigation .primary-menu-wrap #primary-menu .content-width {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.account-and-cart-menu {
    padding-left: 25px
}

#cart-count {
    align-items: center;
    background: #23221e;
    border-radius: 50%;
    color: #fff;

    display: flex;
    font-size: 11px;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -4px;
    width: 16px
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
    margin: 0 0 1.5em;
    overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

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

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

.is-transitioning {
    display: block !important;
    visibility: visible !important
}

.scroll {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.noscroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes slideInFade {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInFade {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideOutFade {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-125px);
        transform: translateX(-125px)
    }
}

@keyframes slideOutFade {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        opacity: .4
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-125px);
        transform: translateX(-125px)
    }
}

@-webkit-keyframes pulse-black {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

@keyframes pulse-black {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
}

.animate--fade.-is-visible {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.55, .085, .68, .53);
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53)
}

.animate--fade-alt {
    opacity: 0
}

.animate--fade-alt.-is-visible {
    opacity: .45;
    transition: .5s cubic-bezier(.55, .085, .68, .53)
}

.animate--fade-text.-is-visible {
    opacity: 1;
    -webkit-transition: .8s cubic-bezier(.55, .085, .68, .53);
    transition: .8s cubic-bezier(.55, .085, .68, .53)
}

.animate--fade-slide {
    opacity: 0;

    transform: translate(-50%, 100px)
}

.animate--fade-slide.-is-visible {
    opacity: 1;
    transform: translate(-50%, -50%);

    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform .7s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform .7s cubic-bezier(.25, .46, .45, .94), -webkit-transform .7s cubic-bezier(.25, .46, .45, .94)
}

.animate--cover {
    opacity: 0;

    transform: scale(1.2)
}

.animate--cover.-is-visible {
    opacity: 1;
    transform: scale(1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), -webkit-transform 5s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform 5s cubic-bezier(.23, 1, .32, 1);
    transition: opacity 2s cubic-bezier(.23, 1, .32, 1), transform 5s cubic-bezier(.23, 1, .32, 1), -webkit-transform 5s cubic-bezier(.23, 1, .32, 1)
}

.animate--fade-slow {
    opacity: 0
}

.animate--fade-slow.-is-visible {
    opacity: 1;
    -webkit-transition: 1.75s ease-out;
    transition: 1.75s ease-out
}

.animate--fade-up {
    opacity: 0
}

.animate--fade-up.-is-visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, transform 1s cubic-bezier(.25, .46, .45, .94) 0s;
    transition: opacity 1s cubic-bezier(.55, .085, .68, .53) 0s, transform 1s cubic-bezier(.25, .46, .45, .94) 0s, -webkit-transform 1s cubic-bezier(.25, .46, .45, .94) 0s
}

.widget p>a {
    margin: 0 0 20px;
    display: flex;
    font-size: 17px;
}

.widget select {
    max-width: 100%
}

.infinite-scroll.neverending .site-footer,
.infinite-scroll .posts-navigation,
.widget_search .search-submit {
    display: none
}

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

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.wp-caption,
embed,
iframe,
object {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1.5em
}

.wp-caption img[class*=wp-image-] {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.slick-dots {
    position: absolute;
    width: auto;
    height: 10px;
    text-align: center;
    bottom: 24px;
    right: 32px;
    z-index: 0;
    margin: 0
}

.slick-dots li {
    display: inline-block;
    margin-right: 15px
}

.slick-dots li button {
    text-indent: -9999em;
    text-transform: uppercase;
    background: none;
    border: 0;
    padding: 0;
    min-width: 0;
    width: 6px;
    height: 6px;
    line-height: 20px;
    background-position: 50%, 50%;
    background-color: #979797;
    border-radius: 50%
}

.slick-dots li button:hover {
    background-color: #000
}

.slick-dots li button:active {
    top: 0
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li.slick-active button {
    background-color: #000
}

.arrow--next,
.arrow--prev {
    position: absolute;
    text-indent: -9999em;
    text-transform: uppercase;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0;
    min-width: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 20px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 999
}

.arrow--prev {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiBjeD0iMjUiIGN5PSIyNC42MzMiIHJ4PSIyNSIgcnk9IjI0LjYzMyIvPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjUuMTE2IDE2LjE4OGwtOC42ODcgOC43NDIgOC42ODcgOC43NDMiLz48cGF0aCBkPSJNMTYuNDI5IDI0LjkzaDE3LjYxNSIvPjwvZz48L2c+PC9zdmc+);
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiBjeD0iMjUiIGN5PSIyNC42MzMiIHJ4PSIyNSIgcnk9IjI0LjYzMyIvPjxnIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48cGF0aCBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjUuMTE2IDE2LjE4OGwtOC42ODcgOC43NDIgOC42ODcgOC43NDMiLz48cGF0aCBkPSJNMTYuNDI5IDI0LjkzaDE3LjYxNSIvPjwvZz48L2c+PC9zdmc+);
    left: 0
}

.arrow--next,
.arrow--prev {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.arrow--next {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDI1IDI0LjYzMykiIGN4PSIyNSIgY3k9IjI0LjYzMyIgcng9IjI1IiByeT0iMjQuNjMzIi8+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yNC44ODQgMzMuMDc5bDguNjg3LTguNzQzLTguNjg3LTguNzQzIi8+PHBhdGggZD0iTTMzLjU3MSAyNC4zMzZIMTUuOTU2Ii8+PC9nPjwvZz48L3N2Zz4=);
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuNzYpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxlbGxpcHNlIGZpbGwtb3BhY2l0eT0iLjkzIiBmaWxsPSIjRkZGIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTgwIDI1IDI0LjYzMykiIGN4PSIyNSIgY3k9IjI0LjYzMyIgcng9IjI1IiByeT0iMjQuNjMzIi8+PGcgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiPjxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGQ9Ik0yNC44ODQgMzMuMDc5bDguNjg3LTguNzQzLTguNjg3LTguNzQzIi8+PHBhdGggZD0iTTMzLjU3MSAyNC4zMzZIMTUuOTU2Ii8+PC9nPjwvZz48L3N2Zz4=);
    right: 0
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.flow {
    --flow-space: 1em
}

.flow>*+* {
    margin-top: var(1em)
}

.-hide-page-overflow {
    overflow: hidden
}

.site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.content-width {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media (min-width:1024px) {
    .content-width {
        width: 100%;
    }
}

.container-width,{
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media (min-width:1024px) {
    .container-width {
        width: 90%
    }
}

.container-w {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

@media (min-width:1024px) {
    .container-w {
        width: 80%
    }
}

.container-single-post{
    margin: 4em auto;
    padding: 0 20px;
    width: 100%
}

@media (min-width:1024px) {
    .container-single-post{
        width: 92%
    }
}

.site-content .content-area,
.site-footer .content-area,
.site-header .content-area {

    display: flex;

    flex-direction: column;
    height: 100%;
    min-height: 100%
}

.site-content .content-width,
.site-footer .content-width,
.site-header .content-width {
    padding: 0 25px;
/*    margin-top: 1em;*/
}


@media (min-width:767px) {
.site-content .content-width,
.site-footer .content-width,
.site-header .content-width {
	    padding: 0 30px;
	}
}
@media (min-width:767px) {
	.site-footer .content-width {
	max-width: 95%;
}
}


@media (min-width:1200px) {
.site-content .content-width,
.site-footer .content-width,
.site-header .content-width {
	    padding: 0 30px;
	}
}



.wp-block-columns {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.error404 .widget-area {
    padding-top: 1em
}

@media (min-width:915px) {
    .error404 .widget-area {
        padding-top: 6em
    }
}

.relative {
    position: relative
}

.block {
    display: block
}

.col-12 {
    width: 100%
}

.zn1 {
    z-index: -1
}

.z3 {
    z-index: 3
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.bottom-0 {
    bottom: 0
}

.right-0 {
    right: 0
}

.big-bg {
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat
}

@media (min-width:1024px) {
    .md-sticky {
        position: sticky
    }
}

@media (min-width:1024px) {
    .md-hide {
        display: none !important
    }
}

.sm-show {
    display: none
}

@media (min-width:992px) {
    .sm-show {
        display: block
    }
}

.md-show {
    display: none
}

@media (min-width:1024px) {
    .md-show {
        display: block
    }
}

@media (min-width:1024px) {
    .md-absolute {
        position: absolute
    }
}

@media (min-width:1024px) {
    .md-h100 {
        height: 100vh
    }
}

.intro {
    padding: 90px 0;
    position: relative
}

@media (min-width:1024px) {
    .intro {
        padding: 7em 0
    }
}

.container-intro {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 30px
}

@media  (min-width:1024px) {
    .container-intro {
        max-width: 90%
    }
}

@media  (min-width:1920px) {
    .container-intro {
        max-width: 80%
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .container-intro {
        padding: 0 3%
    }
}

.container-intro-small {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 40px
}

@media (min-width:1024px) {
    .container-intro-small {
        max-width: 80%
    }
}

.site-header {
    background: transparent;
    justify-content: center;
    width: 100%
}

.site-header,
.site-header>.content-width {
    align-items: center;
    display: flex
}

.site-header>.content-width {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.site-header.header--mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease,
    max-height 0.6s ease,
    visibility 0s linear 0.6s;
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.site-header.header--mobile.-is-open {
  opacity: 1;
  max-height: 100vh;
  visibility: visible;
  transition:
    opacity 0.5s ease,
    max-height 0.6s ease;
}

.site-header.header--mobile.-is-open {
    background: #000;
    display: block;
    height: 100vh;
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100vw;
    z-index: 4;
}

.site-header.header--mobile .header--mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 300px;
	padding: 5px 25px;
}


@media (min-width:992px) {
    .site-header.header--mobile .header--mobile-top .site-branding {
        padding: 24px 30px
    }
}

.site-header.header--mobile .header--mobile-top .site-branding .logo {
    display: inline-block;;
    line-height: 1;
    color: #fff
}

.site-header.header--mobile .header--mobile-top .site-branding .logo svg {
    width: 100%;
	height: 100px;
	max-width: 200px;
}



@media (min-width:992px) {
    .site-header.header--mobile .header--mobile-top .site-branding .logo svg {
        width: 100%;
  	max-width: 200px;
    }
}

.site-header.header--mobile .header--mobile-top .btn--close {
    padding: 0;
    position: absolute;
    right: 45px;
    top: 20px;
}

.site-header.header--mobile .header--mobile-top .btn--close:after,
.site-header.header--mobile .header--mobile-top .btn--close:before {
    background-color: #fff;
    content: "";
    height: 30px;
    left: 25px;
    position: absolute;
    top: 16px;
    width: 2px
}

.site-header.header--mobile .header--mobile-top .btn--close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.site-header.header--mobile .header--mobile-top .btn--close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.site-header.header--mobile .main-navigation .menu,
.site-header.header--mobile .mobile-secondary-navigation .menu,
.site-header.header--mobile .social-navigation .menu {
    display: flex;  
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    }

.site-header.header--mobile .main-navigation .menu .btn,
.site-header.header--mobile .mobile-secondary-navigation .menu .btn,
.site-header.header--mobile .social-navigation .menu .btn {
    display: none
}

.site-header.header--mobile .social-navigation .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 25px 16px
}

.site-header.header--mobile .social-navigation .menu .menu-item {
    margin-right: 15px
}

.site-header.header--mobile .social-navigation .menu .menu-item svg {
    width: 20px;
    height: 20px
}


.site-header.header--desktop {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 2;
    height: 100px;
    /*max-height: 85px;*/
}
/*
@media (min-width:992px) {
    .site-header.header--desktop {
        max-height: 100px
    }
}*/


@media (min-width:992px) {
    .site-header.header--desktop .site-branding {
        padding: 0;
        padding-right: 22px;
    }
}

.site-header.header--desktop .site-branding .logo {
    width: 100%
}

@media (min-width:992px) {
    .site-header.header--desktop .site-branding .logo {
        width: 100%
    }
}

.site-header.header--desktop .site-branding .logo svg {
    width: 100%;
    max-width: 90%;
  
}

@media (min-width:992px) {
    .site-header.header--desktop .site-branding .logo svg {
    max-width: 250px;
    }
}


@media (min-width:1200px) {
    .site-header.header--desktop .site-branding .logo svg {
	width: 100%;
    max-width: 250px;
    }
}

.site-header.header--desktop .main-navigation {
    display: none
}

@media (min-width:1024px) {
    .site-header.header--desktop .main-navigation {
        display: block
    }
}

.site-header.header--desktop .search-cart-social {
    display: flex;
    align-items: center;
    background: transparent;
 
}
@media (max-width: 992px) {
	.main-navigation {
		display: flex;
		justify-content: center;
		text-align: center;
	    border-top: 1px solid #ffffff4f;
	    padding-top: 45px;
	}
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social {
        width: 100%;
        max-width: 185px;
		margin-left: 20px;
        background: #000;
        display: flex;
        justify-content: center;
        flex-direction: row;
        height: 60px;
        border-radius: 5px;
        transition: all 600ms ease-in-out;
    }

}
@media (min-width:1300px) {
    .site-header.header--desktop .search-cart-social {
        min-width: 255px;
    }
    .page-template-page-team-member-php .site-header.header--desktop .search-cart-social {
	    border: none;
	    background: transparent !important;
		transition: all 600ms ease-in-out;
    }
    

        .page-template-page-team-member-php .site-header.header--desktop .search-cart-social:hover {
	    border: none;
	    background: #fcfcfc;
	    color: #000 !important;
	   transition: all 600ms ease-in-out;
    }
    
    
}


.single-team .container-w {
	margin-top: 4em;
	}


.team-template-default .single .single-team .site-header.header--desktop {
	background: #000;
}

body.team-template-default .site-header.header--desktop {
    background-color: black;
}
.search-cart-social:hover {
	color: #000 !important;
}

.site-header.header--desktop .search-cart-social .order-online-btn {
    display: none;
    min-width: 130px;
    margin-right: 25px
}

@media (min-width:992px) {
    .site-header.header--desktop .search-cart-social .order-online-btn {
        display: inline-block
    }
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .order-online-btn {
        min-width: 160px
    }
}

.site-header.header--desktop .search-cart-social .search {
    display: none;
    padding: 0
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .search {
        display: flex
    }
}

.site-header.header--desktop .search-cart-social .search-divider {
    display: none;
    border-right: 1px solid #eee;
    content: "";
    height: 41px;
    margin-right: 20px;
    margin-left: 20px
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .search-divider {
        display: block
    }
}

.site-header.header--desktop .search-cart-social .social-menu {
    display: none
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .social-menu {
        display: flex
    }
}

.site-header.header--desktop .search-cart-social .hamburger {
    display: flex;
    justify-content: end;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    outline: none;
}

@media (min-width:992px) {
    .site-header.header--desktop .search-cart-social .hamburger {
        padding-left: 30px;
        padding-right: 20px
    }
}

@media (min-width:1024px) {
    .site-header.header--desktop .search-cart-social .hamburger {
        display: none
    }
}


.page-template-page-team .site-header, .site-header>.content-width {
	color: #fff;
	background: transparent;

}


@media(max-width:1024px) {
	.page-template-page-team-member .site-header .menu .menu-item a {
		color: #fff;
	}
}


.site-header.header--mobile .main-navigation .menu .menu-item {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition-delay: calc(var(--i, 0) * 0.1s); /* stagger via custom property */
}

.site-header.header--mobile.-is-open .main-navigation .menu .menu-item {
  opacity: 1;
  transform: translateY(0);
}


.no-results .content-width,
.not-found .content-width {
    align-items: center
}

.no-results .content-width,
.not-found .content-width,
.site-content {

    display: flex;

    flex-direction: column
}

.site-content {
    margin-top:0;
}

@media (min-width:992px) {
    .site-content {
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .site-content {
        margin-top: 0
    }
}

.no-results {
    padding: 4em 0
}

.admin-bar .site-content {
    margin-top: 68px
}

.section {

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.container-i {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1024px) {
    .container-i {
        width: 96%;
        max-width: 96%
    }
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.border-bottom {
    border-bottom: 1px solid #eee
}

.header--module {
    width: 100%;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 90px
}

.header--module h1 {
    font-size: 55px
}

@media (min-width:992px) {
    .header--module h1 {
        font-size: 62px
    }
}

.header--module h2 {
    font-size: 50px
}

.header--module .header__title {
    width: 100%;
    padding: 18px 15px 13px;
    line-height: 1;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: left
}

@media (min-width:992px) {
    .header--module .header__title {
        font-size: 50px;
        padding: 20px 30px 23px;
        line-height: 1;
        letter-spacing: 1px;
        margin: 0
    }
}

.header--module .header__description {
    display: none
}

@media (min-width:1024px) {
    .header--module .header__description {
        display: inline-block;
        margin-left: 30px;
        margin-bottom: 0;
        width: 45%;
        font-size: 18px;
        line-height: 1.33
    }
}

.header--module .subnav__aside {

    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 20px 0 0
}

@media (min-width:1024px) {
    .header--module .subnav__aside {
        padding: 0 30px 0 60px
    }
}

.header--module .subnav__aside .btn--search {
    width: 27px;
    height: 27px;
    margin-left: 0;
    margin-right: 20px
}

@media (min-width:1024px) {
    .header--module .subnav__aside .btn--search {
        width: 17px;
        height: 17px;
        margin-left: 30px;
        margin-right: 0
    }
}

.header--module .subnav__aside .btn--cta {
    min-width: 10px;
    white-space: nowrap
}

@media (min-width:1024px) {
    .header--module .subnav__aside .btn--cta {
        min-width: 170px
    }
}

.site-content .content-container {
    max-width: 85%;
    padding: 75px 0 50px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .site-content .content-container {
        max-width: 75%;
        padding: 75px 0
    }
}

.site-content .content-container p {
    font-size: 22px
}

.site-content .content-container h1 {
    font-size: 2.78em;
    line-height: 1.01em;
    text-transform: uppercase;
    padding: .5em 1em;
    max-width: 24em;
    margin: 0 auto
}

.site-content .img-large-bg-page .content-width {
    max-width: 90%;
    padding: 75px 0 50px;
}

.page-template-page-open-escrow .site-content .img-large-bg-page .content-width {
    max-width: 90%;
    padding: 25px 0 50px;
    }


.page-template-page-team .page_intro {
	margin: 0 0 3em;
}


.page-template-page-thank-you .page_intro {
	padding: 5em 0 7em;
}    
    
@media  (min-width:776px) {
    .site-content .img-large-bg-page .content-width {
        max-width: 85%;
        padding: 75px 0 30px;
    }
    .page-template-page-open-escrow .site-content .img-large-bg-page .content-width {
        max-width: 85%;
        padding: 75px 0 5em;
    }
}


@media (min-width:1024px) {
    .site-content .img-large-bg-page .content-width {
        max-width: 85%;
        padding: 75px 0 0px;
    }
    .page-template-page-open-escrow .site-content .img-large-bg-page .content-width {
        max-width: 85%;
        padding: 75px 0 6em;
    }
}

.site-content .img-large-bg-page .content-width p {
    font-size: 20px
}

.site-content .img-large-bg-page .content-width h1 {
    font-size: 2.7em;
    line-height: 1em;
    text-transform: uppercase;
    padding: .5em 0;
    margin: 0 auto;
    max-width: 90%
}

@media (min-width:1024px) {
    .site-content .img-large-bg-page .content-width h1 {
        max-width: 80%;
        padding: .5em 1em
    }
}

.img-large-bg-page .img-bg-page-header {
    height: 100%;
    min-height: 650px;
    max-height: 650px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-large-bg-page .img-bg-page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: -100px;
}

.img-large-bg-page .img-bg-page-header .bg-img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
    object-position: 50% 65%
}

.img-large-bg-page .img-bg-page-header .page-title {
    color: #fff;
    z-index: 2;
    font-size: 2em;
    text-transform: capitalize
}

@media (min-width:1024px) {
    .img-large-bg-page .img-bg-page-header .page-title {
        font-size:2.3em;
       
    }
}

.img-large-bg-page h3 {
    line-height: 1.4em;
    letter-spacing: 1px;
    font-size: 1.38em;
    padding-bottom: 10px;
    text-transform: uppercase
}

.img-large-bg-page p {
    letter-spacing: .01em;
    font-size: 19px
}

figure {
    margin: 0
}

/*
.page:before {
	  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;

	opacity: .6; 
}
*/
.page_intro {
    padding: 90px 0 0;
    position: relative
}
.page-template-page-open-escrow .page_intro {
	    padding: 60px 0 0;
}
@media  (min-width:1024px) {
    .page_intro {
        padding: 5em 0 0;
    }
    .page-template-page-open-escrow .page_intro {
	    padding: 3em 0 0;
}
    .page_intro .restraint {
        display: flex;
        justify-content: space-between
    }
}

.page_intro h1 {
    margin-bottom: 30px;
    font-size: 2em;
    line-height: 1em;
    z-index: 2
}

@media (min-width:1024px) {
    .page_intro h1 {
        flex: 1;
        text-align: left;
        flex: none;
        padding-right: 6%;
        line-height: 1.01em
    }
}

@media (min-width:1024px) {
    .page_intro .copy {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex: auto;
        flex: auto;
        font-size: 21px;
        font-size: 2.1rem;
        width: 65%;
        text-align: left;
    }
}

.page_intro .copy p {
    margin-bottom: 1.5rem;
    line-height: 1.29;
    font-size: 24px;
}

@media (min-width:1024px) {
    .page_intro .copy p {
        margin-bottom: 2rem
    }
}

.page_intro .copy p:last-of-type {
    margin-bottom: 0
}

.restraint {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center
}

@media (min-width:1024px) {
    .restraint {
        max-width: 90%;
        text-align: left;
    }
}

@media (min-width:1440px) {
    .restraint {
        max-width: 92%
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .restraint {
        padding: 0 3%
    }
}



.container-l {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

@media (min-width: 1024px) {
	.container-l {
		max-width: 90%
	}
	
}

@media (min-width: 1300px) {
	.container-l {
		max-width: 85%
	}
	
}
.site-footer {
    width: 100%;
    background: #000;
    animation: background 15s ease-in-out infinite;
    z-index: 3;
    padding: 1em 0 2em;
}

.site-footer .content-width {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.site-footer .footer-top {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 2.91em;
    gap: 40px;
}

@media (min-width: 1024px) {
	.site-footer .footer-top {
		display: grid;
		grid-template-columns:17% 1fr 9% 39%;
		gap: 56px;
	}
	
}
.site-footer .footer-top h1,
.site-footer .footer-top h2 {
    font-size: 22px;
    line-height: 1;
    text-align: center;
	text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 20px;
     
        padding-bottom: 5px;
        
}

.site-footer .footer-top h3 {
    padding: 0 0 5px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0px;
    text-align: center;
}

@media (min-width: 1024px) {
	.site-footer .footer-top h1, .site-footer .footer-top h3 {
    text-align: left;
	}
	.site-footer .footer-top h2 {
		text-align: left;
		display: inline-block;
		}

}

.site-footer .footer-top .column {
    width: 100%;
    color: #fff;
    position: relative
}

.site-footer .footer-top .column a {
	font-size: 15px;
}
.site-footer p.disclaimer {
	font-size: 15px;
    padding: 5px 0 0;
    letter-spacing: -.03px;
}

.site-footer .footer-top .column:first-of-type {
    padding: 0;
    display: flex;
    justify-content: center;
}
@media (max-width: 1024px) {
.site-footer .footer-top .column:nth-child(2) {
    margin-bottom: 20px;

    padding: 34px 0 20px;

        display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
	}
}

@media (min-width: 1024px) {
	
	.site-footer .footer-top .column:first-of-type {
    padding: 0;
    display: flex;
    justify-content: start;
}
	
	.site-footer .footer-top .column:nth-child(2) {
		border: 0;
	}
	.site-footer .footer-top .column:last-child {
		padding-top: 0;
		border: none;
	}
	
}
@media (max-width: 992px) {
.site-footer .footer-top .column:last-child {
    margin-bottom: 20px;
    margin-top: 20px;
}
}

@media (min-width:1024px) {
    .site-footer .footer-top .column {

        padding: 0
    }
}

.site-footer .footer-top .column p {
    font-size: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

@media (min-width:1024px) {
.site-footer .footer-top .column p {
    justify-content: start;
    text-align: left;
    }
}

.site-footer .footer-top .column img {
    max-width: 250px
}

.site-footer .footer-top .column .logo-social {
	display: block;
	}
.site-footer .footer-top .social-menu {
    margin-top: 30px;
    margin: 0 auto;
}

.site-footer .footer-top .social-menu .menu {
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.site-footer .footer-top .social-menu .menu .menu-item {
    padding: 0 10px 0 0
}

.site-footer .footer-top .social-menu .menu .menu-item svg {
    width: 25px;
    height: 25px
}

.site-footer .footer-top .footer-menu {
    margin-bottom: 0;
}

.site-footer .footer-top .footer-menu .menu {
    font-size: 18px;
    line-height: 1.5em;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2
}

@media (min-width:1024px) {
    .site-footer .footer-top .footer-menu .menu {
        line-height: 1.7em
    }
}

.site-footer .footer-top .footer-menu .menu .link-u {
    border-color: #fff
}

.site-footer .footer-top .footer-menu .menu .btn--footer {
    display: block;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%
}

@media (min-width:992px) {
    .site-footer .footer-top .footer-menu .menu .btn--footer {
        width: 300px
    }
}

@media (min-width:1024px) {
    .site-footer .footer-top .footer-menu .menu .btn--footer {
        bottom: -50px;
        left: 15px;
        width: 275px
    }
}

.site-footer svg.footer-logo {
    width: 220px;
}

.site-footer .footer-top .widget_mailchimpsf_widget {
    margin-bottom: 15px
}

.site-footer .footer-top .widget_mailchimpsf_widget h1 {
    margin: 0 0 10px
}

.site-footer .footer-top .widget_mailchimpsf_widget #mc_subheader {
    margin: 0 0 15px;
    font-size: 14px
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside {

    display: flex
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_merge_var,
.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit {
    display: inline-block
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_merge_var {
    width: 100%
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_merge_var input[type=text] {
    border: 1px solid #fff;
    height: 60px
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit {
    margin-left: 10px
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit input[type=submit] {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 10px 30px;
    height: 60px
}

@media (min-width:1024px) {
    .site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit input[type=submit] {
        padding: 10px 45px
    }
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside .mc_signup_submit input[type=submit]:hover {
    background: #fff;
    color: #000
}

.site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside #mc_message {
    position: absolute;
    top: 174px;
    font-size: 14px;
}

@media (min-width:1024px) {
    .site-footer .footer-top .widget_mailchimpsf_widget .mc_form_inside #mc_message {
        top: 200px
    }
}

.site-footer .footer-top .privacy-statement p {
    font-size: .89em;
    padding: 5px 0 20px;
    text-align: left;
}

@media (max-width: 1024px) {
.privacy-statement {
	padding: 19px 0 0;
    border-top: 1px solid #eeeeee75;
    margin: 30px 0;
	}
}



.site-footer .footer-bottom {
    border-top: 1px solid #fff;
    display: flex;
    flex-direction: column-reverse;
    padding: 35px 0;
}

@media (min-width:1024px) {
    .site-footer .footer-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 1.25rem 0 1.875rem
    }
}

.site-footer .footer-bottom .item_nav_menu .menu {
    line-height: 1;
    margin-bottom:30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media (min-width: 992px) {
    .site-footer .footer-bottom .item_nav_menu .menu {
        display: flex;
        margin-bottom: 0;
        justify-content: space-between;
    }
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item {
    margin: 0;
    padding: 0;
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item:first-child {
    padding-left: 0;
    margin-left: 0
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item:last-child {
    padding-right: 0;
    margin-right: 0;
    border: 0
}

.site-footer .footer-bottom .item_nav_menu .menu .menu-item a {
    font-weight: 300;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0
}

.site-footer .footer-bottom .footer-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    color: #fff
}

@media (min-width:1024px) {
    .site-footer .footer-bottom .footer-text {
    justify-content: start;
    }
}

.site-footer .footer-bottom .footer-text a,
.site-footer .footer-bottom .footer-text p {
    font-size: 1rem;
    letter-spacing: .0;
    line-height: 1;
    text-align: center;
}

@media (min-width:1024px) {
    .site-footer .footer-bottom .footer-text a,
    .site-footer .footer-bottom .footer-text p {
        line-height: 1em;
        text-align: right;
    }
}

.site-footer .footer-bottom .footer-text a {
    border-bottom: 1px solid #fff;
    padding-bottom: 2px
}

.main-hero {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    min-height: 635px
}

@media (min-width:915px) {
    .main-hero {
        min-height: 62vw;
        background-position: 50%
    }
}

@media (min-width:1200px) {
    .main-hero {
        min-height: 49vw
    }
}

.main-hero .hero-content {
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;

    flex-direction: column;
    padding: 4em 1.4em;
    margin-top: 5vw;
    max-width: 475px
}

@media (min-width:992px) {
    .main-hero .hero-content {
        padding: 4em 3em;
        max-width: 540px
    }
}

@media (min-width:1024px) {
    .main-hero .hero-content {
        padding: 3em 0 0 5.5em;
        margin-top: 6.5vw
    }
}

@media (min-width:1440px) {
    .main-hero .hero-content {
        max-width: 650px;
        padding: 3em 0 0 6.5em
    }
}

.main-hero .hero-content h1 {
    line-height: 1.04em;
    margin-bottom: 20px;
    font-size: 35px
}

@media (min-width:1200px) {
    .main-hero .hero-content h1 {
        font-size: 40px
    }
}

@media (min-width:1440px) {
    .main-hero .hero-content h1 {
        font-size: 47px
    }
}

.main-hero .hero-content p {
    margin-bottom: 30px;
    font-size: 21px
}

.main-content {
    width: 100%
}

@media (min-width:1200px) {
    .main-content {
        min-height: 49vw
    }
}

.main-content .hero-content {
    position: relative;

    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;

    flex-direction: column;
    padding: 4em 1.7em;
    background-color: #000
}

@media (min-width:992px) {
    .main-content .hero-content {
        padding: 3.5em 3em 0;
        max-width: 550px;
        position: absolute;
        top: 100px;
        background-color: transparent
    }
}

@media (min-width:1024px) {
    .main-content .hero-content {
        padding: 1em 0 0 5.5em;
        margin-top: 3.5vw
    }
}

@media (min-width:1440px) {
    .main-content .hero-content {
        max-width: 650px;
        padding: 3em 0 0 6.5em
    }
}

.main-content .hero-content h1 {
    line-height: 1.04em;
    margin-bottom: 20px;
    font-size: 35px;
    color: #fff;
    text-align: center
}

@media (min-width:992px) {
    .main-content .hero-content h1 {
        font-size: 40px;
        text-align: left;
        color: #000
    }
}

@media (min-width:1440px) {
    .main-content .hero-content h1 {
        font-size: 47px
    }
}

.main-content .hero-content p {
    margin-bottom: 30px;
    font-size: 21px;
    color: #fff;
    text-align: center
}

@media (min-width:992px) {
    .main-content .hero-content p {
        color: #000;
        text-align: left
    }
}

.main-content figure .hero {
    position: relative
}

.main-content figure img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    height: 320px;
    max-height: 600px;
    min-height: 49vw
}

@media (min-width:420px) {
    .main-content figure img {
        height: 500px
    }
}

.section-intro {
    display: block;
    margin-top: 3em;
    margin-bottom: 4em
}

@media (min-width:1024px) {
    .section-intro {
        margin-bottom: 3em
    }
}

.section-intro .section-header {

    display: flex;

    flex-direction: column;
    text-align: center;
    margin-top: 1em
}

.section-intro p {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto
}

@media (min-width:1024px) {
    .section-intro p {
        max-width: 78%;
        font-size: 20px;
        padding-right: 35px;
        padding-left: 35px
    }
}

@media (min-width:1440px) {
    .section-intro p {
        max-width: 60%
    }
}

.section-intro .grid-offering {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 85px;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 2em
}

@media (min-width:915px) {
    .section-intro .grid-offering {
        grid-template-columns: repeat(3, 1fr);
        margin: 3em auto 0;
        max-width: 90%;
        grid-gap: 15px
    }
}

@media (min-width:1024px) {
    .section-intro .grid-offering {
        margin: 3em auto 0;
        max-width: 90%;
        grid-gap: 30px
    }
}

@media (min-width:1200px) {
    .section-intro .grid-offering {
        max-width: 90%
    }
}

@media (min-width:1440px) {
    .section-intro .grid-offering {
        max-width: 85%
    }
}

.section-intro .grid-offering .item img {
    max-width: 38%;
    margin: 0 auto 1.5em
}

@media (min-width:420px) {
    .section-intro .grid-offering .item img {
        max-width: 38%
    }
}

@media (min-width:992px) {
    .section-intro .grid-offering .item img {
        max-width: 27%
    }
}

@media (min-width:915px) {
    .section-intro .grid-offering .item img {
        max-width: 65%
    }
}

@media (min-width:1440px) {
    .section-intro .grid-offering .item img {
        max-width: 60%
    }
}

@media (min-width:1920px) {
    .section-intro .grid-offering .item img {
        max-width: 50%
    }
}

.section-intro .grid-offering h3 {
    max-width: 55%;
    margin: 0 auto 10px;
    font-size: 27px;
    line-height: 1.15em
}

@media (min-width:915px) {
    .section-intro .grid-offering h3 {
        max-width: 67%
    }
}

@media (min-width:1024px) {
    .section-intro .grid-offering h3 {
        font-size: 25px;
        max-width: 61%
    }
}

.section-intro .grid-offering p {
    max-width: 100%;
    font-size: 18px
}

@media (min-width:992px) {
    .section-intro .grid-offering p {
        max-width: 65%
    }
}

@media (min-width:915px) {
    .section-intro .grid-offering p {
        max-width: 100%
    }
}

.curve-top {
    width: 100%;
    min-height: 50px
}

@media (min-width:1024px) {
    .curve-top {
        min-height: 120px
    }
}

.curve-bottom {
    width: 100%;
    min-height: 50px
}

@media (min-width:1024px) {
    .curve-bottom {
        min-height: 120px
    }
}

.background-innovation {
    background-color: #202020;
    min-height: 600px
}

@media (min-width:1024px) {
    .background-innovation {
        height: 46vw
    }
}

.about_eq {

    display: flex;

    flex-direction: column;
    padding: 50px 20px 30px
}

@media (min-width:915px) {
    .about_eq {
        padding: 0;

        flex-direction: inherit
    }
}

.about_eq .imagery {
    padding: 0;
    border: none;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media (min-width:915px) {
    .about_eq .imagery {
        border-right: 1px solid #c4c4c4;
        padding: 8% 0;
        width: 50%
    }
}

.about_eq .imagery .divider {
    display: none
}

@media (min-width:915px) {
    .about_eq .imagery .divider {
        background-color: #c4c4c4;
        height: 1px;
        left: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        z-index: 2
    }
}

.about_eq .imagery figure {
    max-width: none
}

@media (min-width:915px) {
    .about_eq .imagery figure {
        max-width: 66.66666667%;
        z-index: 2
    }
}

.imagery>figure img {
    max-width: 100%;
    z-index: 3
}

.about_eq .copy_module {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 40px 20px 20px;
    text-align: center
}

@media (min-width:915px) {
    .about_eq .copy_module {
        width: 50%;
        margin-bottom: 0;
        text-align: left
    }
}

.copy_module .container {
    max-width: none;
    width: 100%;
    z-index: 2
}

@media (min-width:915px) {
    .copy_module .container {
        max-width: 66.66666667%
    }
}

.copy_module .container h2 {
    color: #fff;
    font-size: 2em
}

.copy_module .container p {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 40px;
    margin-top: 20px
}

.approach-feature {
    background: #f9f8f7;
    position: relative
}

.grid-features {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 3em
}

@media (min-width:1024px) {
    .grid-features {
        grid-template-columns: repeat(2, 1fr);
        max-width: 90%
    }
}

@media (min-width:1200px) {
    .grid-features {
        grid-template-columns: repeat(3, 1fr)
    }
}

.grid-features .item {
    margin: 30px
}

.grid-features .item img {
    max-width: 170px;
    margin: 0 auto 13px;
    width: 100%
}

.grid-features .item h3 {
    font-size: 27px;
    line-height: 29px;
    text-transform: capitalize
}

.grid-features .item p {
    font-size: 18px;
    line-height: 20px
}

.approach-full {
    min-height: 700px;
    background-size: cover;
    background-position: 75% 50%;
    margin-top: -100px;
    width: 100%
}

@media (min-width:1024px) {
    .approach-full {
        height: 45vh
    }
}

@media (min-width:1440px) {
    .approach-full {
        height: 36vw
    }
}

.approach-full .statement-feature {
    position: relative
}

.approach-full .statement-feature h2 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em
}

@media (min-width:1024px) {
    .approach-full .statement-feature h2 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .approach-full .statement-feature h2 {
        padding: 6% 29 0
    }
}

.approach-full-footer {
    min-height: 600px;
    background-size: cover;
    background-position: 75% 50%;
    margin-top: -100px;
    width: 100%;
    position: relative
}

@media (min-width:1024px) {
    .approach-full-footer {
        height: 45vh
    }
}

@media (min-width:1440px) {
    .approach-full-footer {
        height: 36vw
    }
}

.approach-full-footer .statement-feature {
    position: relative
}

.approach-full-footer .statement-feature h2 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em;
    line-height: 1em
}

@media (min-width:1024px) {
    .approach-full-footer .statement-feature h2 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .approach-full-footer .statement-feature h2 {
        padding: 8% 29%
    }
}

.approach-full-footer .statement-feature-copy {
    position: relative
}

.approach-full-footer .statement-feature-copy h3 {
    overflow: auto;
    position: absolute;
    top: 200px;
    color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 8% 14%;
    font-size: 1.75em
}

@media (min-width:1024px) {
    .approach-full-footer .statement-feature-copy h3 {
        padding: 8% 20%
    }
}

@media (min-width:1440px) {
    .approach-full-footer .statement-feature-copy h3 {
        padding: 8% 29%
    }
}

.grid-spotlight {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 10em
}

@media (min-width:1024px) {
    .grid-spotlight {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 70px;
        margin-bottom: 9em
    }
}

.grid-spotlight .item {
    text-align: center
}

.grid-spotlight .item h3 {
    line-height: 1.4em;
    letter-spacing: .01em;
    font-size: 1.4em;
    padding-bottom: 0;
    text-transform: capitalize;
    margin-top: 20px
}

@media (min-width:1024px) {
    .grid-spotlight .item h3 {
        text-align: left
    }
}

.grid-spotlight p {
    font-size: 20px
}

@media (min-width:1024px) {
    .grid-spotlight p {
        text-align: left
    }
}

.statement-feature-footer {
    color: #fff;
    text-align: center;
    width: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 185px 50px 0
}

@media (min-width:420px) {
    .statement-feature-footer {
        max-width: 750px
    }
}

@media (min-width:1200px) {
    .statement-feature-footer {
        margin-top: 3em
    }
}

@media (min-width:1440px) {
    .statement-feature-footer {
        padding: 11em 0 0;
        max-width: 850px
    }
}

.statement-feature-footer h1 {
    font-size: 2.1em;
    line-height: 1em;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .statement-feature-footer h1 {
        font-size: 2.251em
    }
}

.statement-feature-footer p {
    font-size: 20px
}

@media (min-width:1200px) {
    .statement-feature-footer p {
        font-size: 24px
    }
}

.people_grid {
    margin-bottom: 2em
}

@media (min-width:1024px) {
    .people_grid {
        margin-bottom: 5.5em
    }
}

.people_grid .grid .row {
    position: relative
}

.people_grid .grid .row.three .container-content .person .container-content {
    height: 100%
}

.people_grid .grid .person {
    background-color: #a1a1a1;
    display: inline-block;
    height: 500px;
    margin-bottom: 40px;
    position: relative;
    width: 100%
}

.people_grid .grid .person .no_hover {
    cursor: default
}

.people_grid .grid .person .container {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%
}

.people_grid .grid .person .media {
    position: absolute;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1;
    background-size: cover;
    background-position: 50% 23%
}

.people_grid .grid .person .text {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    width: 100%;
    z-index: 2;
    mix-blend-mode: luminosity;
    text-shadow: 0 0 15px rgba(45, 45, 45, .2)
}

.people_grid .grid .person .text .name {
    display: block;
    font-size: 3rem;
    line-height: 1em;
    z-index: 6;
    margin-bottom: 10px;
	
}

@media (min-width:1024px) {
    .people_grid .grid .person .text .name {
        font-size: 2.5rem
    }
}

@media (min-width:1920px) {
    .people_grid .grid .person .text .name {
        font-size: 2.5rem
    }
}

.people_grid .grid .person .text .title {
    display: block;
    font-size: 10px;
    font-size: 1.6rem;
    font-weight: 300;
    z-index: 6;
    mix-blend-mode: difference;
}

.people_grid .grid .person .desc {
    background-color: #2d2d2d;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 40px 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.people_grid .grid .person .desc p,
.people_grid .grid .person .desc span {
    opacity: 0;
    -webkit-transition: opacity .2s ease-out .25s;
    transition: opacity .2s ease-out .25s
}

.people_grid .grid .person .desc .name {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px
}

.people_grid .grid .person .desc .title {
    color: #c9c9c9;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700
}

.people_grid .grid .person .desc span {
    display: block
}

.people_grid .grid .person .desc p {
    line-height: 1.7;
    margin-top: 20px
}

.people_grid .grid .person:hover:not(.no_hover) .media {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.people_grid .grid .person.active {
    z-index: 5
}

.people_grid .grid .person.active .desc {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out, width .3s ease-out;
    transition: opacity .3s ease-out, width .3s ease-out
}

.people_grid .grid .person.active .desc p,
.people_grid .grid .person.active .desc span {
    opacity: 1
}

@media (min-width:900px) {
    .people_grid .grid .row {
        margin-bottom: 50px
    }
    .people_grid .grid .person {
        margin-bottom: 0;
        width: calc(20% - 25px)
    }
    .people_grid .grid .person .name {
        font-size: 20px;
        font-size: 1rem;
        margin-bottom: 10px;

    }
    .people_grid .grid .person .title {
        font-size: 8px;
        font-size: .7rem;
        font-weight: 700
    }
    .people_grid .grid .person.double_wide {
        width: calc(40% - 25px)
    }
    .people_grid .grid .person .desc {
        padding: 40px
    }
    .people_grid .grid .person.active.lefty .desc {
        left: auto;
        right: 0;
        width: 200%
    }
    .people_grid .grid .person.active.righty .desc {
        width: 200%
    }
    .people_grid .grid .row.one {
        position: relative
    }
    .people_grid .grid .row.one:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 54.92537%
    }
    .people_grid .grid .row.one>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.one .person {
        height: calc(50% - 25px);
        position: absolute
    }
    .people_grid .grid .row.one .person.double_tall {
        height: 100%
    }
    .people_grid .grid .row.one .person.one {
        top: 0;
        left: 0
    }
    .people_grid .grid .row.one .person.two {
        top: 0;
        left: calc(40% + 25px);
        width: calc(40% - 50px)
    }
    .people_grid .grid .row.one .person.three {
        top: 0;
        right: 0
    }
    .people_grid .grid .row.one .person.four {
        bottom: 0;
        left: calc(40% + 25px)
    }
    .people_grid .grid .row.one .person.five {
        bottom: 0;
        right: 0;
        width: calc(40% - 50px)
    }
    .people_grid .grid .row.three .person,
    .people_grid .grid .row.two .person {
        display: block;
        float: left;
        height: 100%;
        position: relative;
        margin-right: 50px
    }
    .people_grid .grid .row.three .person:last-of-type,
    .people_grid .grid .row.two .person:last-of-type {
        margin-right: 0
    }
    .people_grid .grid .row.two {
        position: relative
    }
    .people_grid .grid .row.two:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 25.97015%
    }
    .people_grid .grid .row.two>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.two .person:last-of-type {
        width: calc(40% - 50px)
    }
    .people_grid .grid .row.three .container-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:1200px) {
    .people_grid .grid .row.one:before {
        padding-top: 57%
    }
    .people_grid .grid .row.three .container-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .people_grid .grid .row.three .person {
        height: 390px;
        width: calc(40% - 33.33333px);
        margin-right: 50px;
        margin-bottom: 50px
    }
    .people_grid .grid .row.three .person:nth-child(3n) {
        margin-right: 0;
        width: calc(20% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(3n).active .desc {
        left: auto;
        right: 0;
        width: 200%
    }
    .people_grid .grid .row.three .person:nth-child(3n+1):nth-child(2n) {
        margin-right: 50px;
        width: calc(20% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(3n+1):nth-child(2n).active .desc {
        width: 200%
    }
    .people_grid .grid .row.three .person:nth-child(6n) {
        width: calc(40% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(6n).active .desc {
        left: 0;
        right: auto;
        width: 100%
    }
    .people_grid .grid .row.three .person:first-child {
        border: none;
        margin-right: 50px;
        width: calc(40% - 33.33333px)
    }
}

@media (min-width:1400px) {
    .people_grid .grid .row.one .person.double_wide {
        width: calc(37% - 25px)
    }
    .people_grid .grid .row.one .person.two.double_wide {
        left: calc(37% + 25px);
        width: calc(35% - 25px)
    }
    .people_grid .grid .row.one .person.three {
        width: calc(26.5% - 25px)
    }
    .people_grid .grid .row.one .person.four {
        left: calc(37% + 25px);
        width: calc(26.5% - 25px)
    }
    .people_grid .grid .row.one .person.five {
        width: calc(35% - 25px)
    }
    .people_grid .grid .row.three .person {
        height: 500px;
        width: calc(37.5% - 33.33333px)
    }
    .people_grid .grid .row.three .person:nth-child(3n),
    .people_grid .grid .row.three .person:nth-child(3n+1):nth-child(2n) {
        width: calc(25% - 33.33333px)
    }
    .people_grid .grid .row.three .person:first-child,
    .people_grid .grid .row.three .person:nth-child(6n) {
        width: calc(37.5% - 33.33333px)
    }
}

@media (min-width:900px) and (max-width:1200px) {
    .people_grid .grid .person .text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
    .people_grid .grid .person.double_wide {
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row {
        margin-bottom: 20px
    }
    .people_grid .grid .row.one {
        position: relative
    }
    .people_grid .grid .row.one:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 54.92537%
    }
    .people_grid .grid .row.one>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.one .person {
        height: calc(50% - 10px)
    }
    .people_grid .grid .row.one .person.two {
        left: calc(33.33333% + 6.66667px);
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.three {
        top: 0;
        right: 0;
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.four {
        left: calc(33.33333% + 6.66667px);
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.five {
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.one .person.active:not(.one) .desc {
        left: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.one .person.active.five .desc,
    .people_grid .grid .row.one .person.active.three .desc {
        left: auto;
        right: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.three .person,
    .people_grid .grid .row.two .person {
        margin-right: 20px;
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.three .person:last-of-type,
    .people_grid .grid .row.two .person:last-of-type {
        margin-right: 0
    }
    .people_grid .grid .row.three .person.active .desc,
    .people_grid .grid .row.two .person.active .desc {
        left: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.three .person.active:nth-child(3n) .desc,
    .people_grid .grid .row.two .person.active:nth-child(3n) .desc {
        left: auto;
        right: 0;
        width: calc(200% + 20px)
    }
    .people_grid .grid .row.two {
        position: relative
    }
    .people_grid .grid .row.two:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 25.97015%
    }
    .people_grid .grid .row.two>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.two .person:last-of-type {
        width: calc(33.33333% - 13.33333px)
    }
    .people_grid .grid .row.three .container-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .people_grid .grid .row.three .person {
        position: relative;
        width: calc(33.33333% - 13.33333px);
        margin-right: 20px;
        margin-bottom: 20px
    }
    .people_grid .grid .row.three .person:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 81.23477%
    }
    .people_grid .grid .row.three .person>.container-content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .people_grid .grid .row.three .person:nth-child(3n) {
        margin-right: 0
    }
}



.team-main-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 10em
}

@media (min-width:992px) {
    .team-main-container {
        grid-template-columns: 1fr 36%;
        grid-gap: 85px
    }
}


.team-container {
	width: 100%;
	max-width: 99%;
	margin: 0 auto 5em;
	padding: 0 30px;
	
}
@media (min-width:992px) {
    .team-container {
	max-width: 75%;
    }
}

.team-content {
	width: 100%;
	margin: 0 auto;
}
.team-content p {
	font-size: 24px;
	font-family: "Inter Light", arial, sans-serif;
	letter-spacing: 0;
}
.wrapper-content-footer {
	width: 100%;
	margin: 0 auto 4em;
}
@media (min-width: 992px) {
	.wrapper-content-footer {
		max-width: 90%;

	}
}

.team-content .body-copy {
	max-width: 80%;
	margin: 2.3em auto 2em;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #999;
	
}

.team-content .body-copy p {
	font-size: 20px;
}


@media (min-width:992px) {
.team-content .body-copy {
	max-width: 90%;
    }
}


@media (min-width:1300px) {
.team-content .body-copy {
	max-width: 84%;
    }
}


.team-information {
	background: #000;
	padding: 35px 50px;
	color: #fff;
}


@media (min-width:992px) {
.team-information {
padding: 45px 100px;
    }
}




@media (min-width:1300px) {
.team-information {
padding: 45px 160px;
    }
}



.team-information h2 {
	font-family: "Inter";
	text-transform: uppercase;
	font-size: 31px;
}

@media (min-width:992px) {
.team-information h2 {
	font-size: 33px;
}

}

.team-information h3 {
	font-family: "NeueHaasDisplayLight";
	text-transform: capitalize;
	font-size: 23px;
	letter-spacing: 1px;
}


.page-template-page-team-member .site-header.header--desktop .site-branding {
filter: invert(1);	
}


.page-template-page-team-member .site-header .menu .menu-item a {
	color: #000;
	
}

.page-template-page-team-member .site-header>.content-width .container-intro {
	padding: 0;
	width: 100%;
	max-width: 100%;
}

.grid-team-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 5em
}

@media (min-width:992px) {
    .grid-team-content {
        grid-template-columns: 30% 1fr;
        grid-gap: 85px
    }
}

.grid-team-content .col-left img {
    width: 100%
}

.grid-team-content .col-left h2 {
    margin-top: 20px
}

.grid-team-content .col-left .stat {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px
}

.grid-team-content .col-left .stat h4 {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    border-bottom: 1px solid #969696
}

.grid-team-content .col-left .sidebar-specs {
    margin-top: 15px
}

@media (min-width:992px) {
    .grid-team-content .col-left .desktop-none {
        display: none
    }
}

.grid-team-content .col-right .body-copy p {
    line-height: 1.53em
}

.grid-team-content .col-right .nomobile {
    display: none
}

@media (min-width:992px) {
    .grid-team-content .col-right .nomobile {
        display: block
    }
}

.grid-team-content .col-right h2 {
    font-size: 35px;
    line-height: 1em;
    letter-spacing: 0;
}

.grid-team-content .col-right h4 {
    font-weight: 400;
    font-size: 20px;
    padding-bottom: 10px
}

.grid-team-content .col-right .link-u-b {
    border-bottom: 1px solid #c9c9c9;
    padding-top: 2px
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin 7em 50px;
    padding-bottom: 0;
}

@media (min-width:1125px) {
    .team-grid {
        grid-template-columns: 49% 1fr;
        grid-gap: 50px
    }
}

@media (min-width:1400px) {
    .team-grid {
        grid-template-columns: 48% 1fr;
    }
}

.team-grid-container {
	padding: 20px;
}

@media (min-width:1200px) {
.team-grid-container {
	padding: 5em 8em;
	}
}

.team-grid-container .container-content img.full-width {
	height: 100%;
	min-height:43vw;
	object-position: top;
	
}

@media (min-width:1200px) {
.team-grid-container .container-content img.full-width {
	max-height: 850px;
		
	}
}


.team-grid-container .c-team-content {
	width: 100%;
	padding: 0;
	min-width: 
	
}

.team-grid-container .container-content .col-right {
	display: flex;
    flex-direction: column;
    justify-content: end;
       padding: 30px;
}

@media (min-width: 1024px) {
.team-grid-container .container-content .col-right {
padding: 10px 1em;
	}
}


.team-grid .col-left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 400px;
	object-position: 50%;
}

@media (min-width: 1024px) {
	.team-grid .col-left img {  
	    height: 600px;

	}
}
@media (min-width: 1324px) {
	.team-grid .col-left img {
	    height: 650px;
	    object-position: 55%;

	}
}
	
.team-grid .col-left h2 {
    margin-top: 20px
}

.team-grid .col-left .stat {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 22px
}

.team-grid .col-left .stat h4 {
    font-size: 23px;
    letter-spacing: 2px;
    margin-bottom: 7px;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    border-bottom: 1px solid #969696
}

.team-grid .col-left .sidebar-specs {
    margin-top: 15px
}

@media (min-width:992px) {
    .team-grid .col-left .desktop-none {
        display: none
    }
}

.team-grid .col-right .body-copy p {
    line-height: 1.453em;
    font-size: 21px;
}


@media (min-width:992px) {
    .team-grid .col-right .nomobile {
        display: block
    }
}

.team-grid .col-right h2 {
    font-size: 35px;
    line-height: 1em;
	font-family: 'SFProSemiBold';
    letter-spacing: -.4px;
}

.team-grid .col-right h4 {
    font-weight:400;
    font-family: "SFProRegular";
    line-height: 1.2;
    font-size: 23px;
    padding-bottom: 10px
}

.team-grid .col-right .link-u-b {
    border-bottom: 1px solid #c9c9c9;
    padding-top: 2px
}

.portfolio {
    border-top: 1px solid #fff
}

.portfolio .header-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 7em;
    padding-bottom: 7em
}

@media (min-width:1024px) {
    .portfolio .header-grid {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 7em;
        padding-bottom: 9em
    }
}

.portfolio .header-grid .column-left {
    color: #fff
}

.portfolio .header-grid .column-left h1 {
    font-size: 2.2em
}

.portfolio .header-grid .column-left p {
    max-width: 740px;
    font-size: 27px
}

.portfolio .column-right img {
    max-width: 300px;
    float: right;
    position: absolute;
    top: 75px;
    right: -79px
}

@media (min-width:1024px) {
    .portfolio .column-right img {
        position: relative;
        top: -40px;
        right: 0
    }
}

.abstract-graphic {
    position: relative
}

.dark-background-header {
    background: #2a2c2c
}

.circular-icon {
    max-width: 360px;
    position: absolute;
    top: -150px;
    left: -125px
}

@media (min-width:1024px) {
    .circular-icon {
        max-width: 500px;
        top: -230px;
        left: -124px
    }
}

#beige-bg {
    background: #f0efec
}

.feature-right {

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 20px 30px
}

@media (min-width:915px) {
    .feature-right {
        border-right: 1px solid #c4c4c4;
        padding: 0;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit
    }
}

.feature-right .image {
    padding: 0;
    border: none;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media (min-width:915px) {
    .feature-right .image {
        border-right: 1px solid #c4c4c4;
        padding: 4% 0;
        width: 60%
    }
}

.feature-right .image .divide {
    display: none
}

@media (min-width:915px) {
    .feature-right .image .divide {
        background-color: #c4c4c4;
        height: 1px;
        left: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        z-index: 2
    }
}

.feature-right .image figure {
    max-width: none
}

@media (min-width:915px) {
    .feature-right .image figure {
        max-width: 66.66666667%;
        z-index: 2
    }
}

.image>figure img {
    max-width: 100%;
    z-index: 3
}

.feature-right .module {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 40px 20px 20px;
    text-align: center
}

@media (min-width:915px) {
    .feature-right .module {
        width: 50%;
        margin-bottom: 0;
        text-align: left
    }
}

.border-top,
.feature-left {
    border-top: 1px solid #c4c4c4
}

.feature-left {

    display: flex;

    flex-direction: column;
    padding: 50px 20px 30px;
    border-bottom: 1px solid #c4c4c4
}

@media (min-width:915px) {
    .feature-left {
        border-right: 1px solid #c4c4c4;
        padding: 0;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit
    }
}

.feature-left .image-left {
    padding: 0;
    border: none;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media (min-width:915px) {
    .feature-left .image-left {
        border-right: 1px solid #c4c4c4;
        padding: 4% 0;
        width: 60%
    }
}

.feature-left .image-left .divide {
    display: none
}

@media (min-width:915px) {
    .feature-left .image-left .divide {
        background-color: #c4c4c4;
        height: 1px;
        left: 0;
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        width: 100%;
        z-index: 2
    }
}

.feature-left .image-left figure {
    max-width: none
}

@media (min-width:915px) {
    .feature-left .image-left figure {
        max-width: 66.66666667%;
        z-index: 2
    }
}

.image-left>figure img {
    max-width: 100%;
    z-index: 3
}

.feature-left .module {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: none;
    padding: 40px 20px 20px;
    text-align: center
}

@media (min-width:915px) {
    .feature-left .module {
        width: 50%;
        margin-bottom: 0;
        text-align: left
    }
}

.module .container {
    max-width: none;
    width: 100%;
    z-index: 2;
    text-align: left
}

@media (min-width:915px) {
    .module .container {
        max-width: 66.66666667%
    }
}

.module .container img {
    max-width: 230px;
    margin-bottom: 15px
}

.module .container h3 {
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 30px
}

.module .container h4 {
    color: #115270;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: 1px solid #646464
}

.module .container p {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    letter-spacing: .4px
}

.module .container p.large {
    font-size: 22px;
    line-height: 1.1em;
    margin-bottom: 30px
}

.module .container p.attribute {
    font-weight: 600;
    font-size: 18px;
    margin: 0
}

.portfolio-companies {
    margin-top: 1em;
    margin-bottom: 2em
}

.quote {
    position: relative
}

.quote img {
    position: absolute;
    top: -23px;
    left: -24px;
    z-index: -1;
    width: 80px;
    opacity: .1
}

.grid-portfolio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 3.5em;
    margin-bottom: 3em;
    padding: 0 20px
}

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

.grid-portfolio .item img {
    margin-bottom: 13px
}

.grid-portfolio .item h3 {
    font-size: 20px;
    margin-left: 5px
}

.content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-clip-path: border-box;
    clip-path: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.block {
    position: relative;
    height: 100vh
}

[class*=item-parallax] {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    will-change: transform
}

.item-parallax-media {
    z-index: 1
}

.item-parallax-media img {
    will-change: transform
}

.item-parallax-content {
    z-index: 2
}

.block:first-child .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-1)*0.5px));
    transform: translateY(calc(var(--yBlock-1)*0.5px))
}

.block:first-child .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-1)*0.1px));
    transform: translateY(calc(var(--yBlock-1)*0.1px))
}

.block:nth-child(2) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-2)*0.5px));
    transform: translateY(calc(var(--yBlock-2)*0.5px))
}

.block:nth-child(2) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-2)*0.1px));
    transform: translateY(calc(var(--yBlock-2)*0.1px))
}

.block:nth-child(3) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-3)*0.5px));
    transform: translateY(calc(var(--yBlock-3)*0.5px))
}

.block:nth-child(3) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-3)*0.1px));
    transform: translateY(calc(var(--yBlock-3)*0.1px))
}

.block:nth-child(4) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-4)*0.5px));
    transform: translateY(calc(var(--yBlock-4)*0.5px))
}

.block:nth-child(4) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-4)*0.1px));
    transform: translateY(calc(var(--yBlock-4)*0.1px))
}

.block:nth-child(5) .item-parallax-content {
    -webkit-transform: translateY(calc(var(--yBlock-5)*0.5px));
    transform: translateY(calc(var(--yBlock-5)*0.5px))
}

.block:nth-child(5) .item-parallax-media img {
    -webkit-transform: translateY(calc(var(--yBlock-5)*0.1px));
    transform: translateY(calc(var(--yBlock-5)*0.1px))
}

.flex-container {

    display: flex
}

.centered-content {
    margin: auto
}

.head-large {
    margin-bottom: 5vw;
    font-size: 50px
}

.head-large,
.head-small {
    line-height: 1.2em;
    color: #fff
}

.head-small {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.feature-copy,
.head-centered {
    text-align: center
}

.feature-copy {
    display: block;
    max-width: 500px;
    margin-right: auto;
    margin-bottom: 1.5rem;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.8em
}

.copy-white {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.item-parallax-media {
    overflow: hidden
}

.item-parallax-media img {
    position: absolute;
    top: -10%;
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover
}

.section-landing:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

@media (min-width:1024px) {
    .section-landing:after {
        width: 65%;
        background: rgba(0, 0, 0, .7)
    }
}

.landing-content {
    padding: 10%;
    color: #fff
}

@media (min-width:1024px) {
    .landing-content {
        padding: 0 13% 0 40%
    }
}

.img-grid {

    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.img-gridItem {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto
}

.img-gridItem img {
    display: block;
    width: 50%;
    height: 40vh;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transform;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.img-gridItem.type-left img {
    margin-right: auto
}

.img-gridItem.type-right img {
    margin-left: auto
}

.img-gridItem:first-child img {
    -webkit-transform: translateX(calc(var(--yBlock-4)*-0.03%));
    transform: translateX(calc(var(--yBlock-4)*-0.03%))
}

.img-gridItem:nth-child(2) img {
    -webkit-transform: translateX(calc(var(--yBlock-4)*0.03%));
    transform: translateX(calc(var(--yBlock-4)*0.03%))
}

.img-caption {
    position: absolute;
    top: 50%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.img-caption * {
    text-align: left;
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.type-left .img-caption {
    right: 0
}

.type-right .img-caption {
    left: 0
}

.custom-properties-ftw {
    padding: 2.5rem 1.5rem
}

.custom-properties-ftw .head-small {
    margin-bottom: 0
}

@media (min-width: 1400px){
.page-template-page-home .video-home h1 {
    position: absolute;
    bottom: 1.9em;
    left: 5%;
    font-size: 50px;
    max-width: 370px;
    letter-spacing: -2px;
    color: #fff;
    line-height: 1.1;
}
}

.page-template-page-inquiries .content-area {
    padding-bottom: 4em
}

.page-template-page-inquiries .content-area .entry-content {
    display: grid;
    grid-template-columns: 1fr
}

@media (min-width:1024px) {
    .page-template-page-inquiries .content-area .entry-content {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.page-template-page-inquiries .wpcf7 {
    grid-column: 1/-1;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 4em
}

@media (min-width:1024px) {
    .page-template-page-inquiries .wpcf7 {
        grid-column: 1/3;
        border-right: 1px solid #eee;
        margin-right: 60px;
        padding-right: 60px
    }
}

.page-template-page-inquiries .wpcf7 .wpcf7-form label {
    display: none
}

.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=date],
.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=email],
.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=num],
.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap input[type=text],
.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap select {
    height: 58px
}

.page-template-page-inquiries .wpcf7 .wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 205px
}

.page-template-page-inquiries .wpcf7 .wpcf7-form .apartment-type:after,
.page-template-page-inquiries .wpcf7 .wpcf7-form .how-heard:after {
    content: "";
    display: block;
    width: 12px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS41IDEuMDIyTDEuMDA1LjVsMTAuNDc0IDkuOTk2TDIxLjk1My41bC41NDcuNTIyTDExLjQ3OSAxMS41eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS41IDEuMDIyTDEuMDA1LjVsMTAuNDc0IDkuOTk2TDIxLjk1My41bC41NDcuNTIyTDExLjQ3OSAxMS41eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.page-template-page-inquiries .contact-page-aside {
    grid-column: 1/-1;
    font-size: 18px;
    line-height: 1.33
}

@media (min-width:1024px) {
    .page-template-page-inquiries .contact-page-aside {
        grid-column: 3/4
    }
}

.page-template-page-inquiries .contact-page-aside h2 {
    border-bottom: none;
    padding-bottom: 0
}

.page-template-page-inquiries .contact-page-aside p {
    margin-bottom: 20px
}

.page-template-page-inquiries .contact-page-aside a {
    display: inline-block;
    margin-bottom: 10px
}

.page-template-page-contact .footer-form {
    margin-top: 4em
}

.container-slider {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    margin-bottom: 3em
}

@media (min-width:1024px) {
    .container-slider {
        width: 80%;
        margin-bottom: 4.5em
    }
}

@media (min-width:1440px) {
    .container-slider {
        width: 70%
    }
}

.row-slider {
    margin-right: -15px;
    margin-left: -15px
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1024px) {
    .col-sm-5 {
        float: left;
        width: 41.66666667%
    }
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1024px) {
    .col-sm-7 {
        float: left;
        width: 58.33333333%
    }
}

.slide-detail {
    text-align: left
}

#customers-testimonials .item {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (min-width:1024px) {
    #customers-testimonials .item {
        padding: 50px
    }
}

.big-title {
    font-size: 21px
}

.complication {
    display: none
}

@media (min-width:1024px) {
    .complication {
        display: block;
        position: absolute;
        width: 200px;
        height: 200px;
        top: 0;
        left: 0;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(0deg) translate(-15px, -25px);
        transform: rotate(0deg) translate(-15px, -25px);
        z-index: 0;
        -webkit-transition: all .5s;
        transition: all .5s;
        will-change: transform
    }
}

.complication span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #e0dedc;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px
}

.portfolio-logo {
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 10px
}

#border-bottom,
#border-top {
    border-top: 1px solid #d0cfcf
}

.owl-carousel .owl-nav [class*=owl-] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    color: #fff
}

.owl-carousel .owl-prev {
    left: 10px
}

.owl-carousel .owl-next {
    right: 10px
}

.owl-nav {
    position: absolute !important;
    bottom: 35px !important;
    right: 75px !important
}

@media (min-width:1024px) {
    .owl-nav {
        top: 70px !important
    }
}

.owl-nav .owl-next svg path,
.owl-nav .owl-prev svg path {
    fill: #000 !important
}

.svg-inline--fa.fa-w-8 {
    width: .3em !important
}

.owl-next {
    position: absolute !important;
    top: 0 !important;
    left: 35px !important
}

.circular-icon-team {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7
}

@media (min-width:1024px) {
    .circular-icon-team {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}

.circular-icon-capabilities {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7;
    z-index: -1
}

@media (min-width:1024px) {
    .circular-icon-capabilities {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}

.circular-icon-approach {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: .7
}

@media (min-width:1024px) {
    .circular-icon-approach {
        top: 0;
        left: -10px;
        max-width: 255px
    }
}

.arrow-icon {
    position: absolute;
    right: 0;
    max-width: 150px;
    bottom: 23px;
    opacity: .5;
    z-index: -1
}

@media (min-width:1024px) {
    .arrow-icon {
        max-width: 300px;
        bottom: -43px
    }
}

.arrow-ds {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: 1;
    z-index: -1
}

@media (min-width:1024px) {
    .arrow-ds {
        max-width: 300px
    }
}

.map-marker {
    position: absolute;
    top: 0;
    left: -71px;
    max-width: 200px;
    opacity: 1;
    z-index: -1
}

@media (min-width:1024px) {
    .map-marker {
        max-width: 300px
    }
}

.arrow-left {
    position: absolute;
    top: 150px;
    right: -7px;
    max-width: 200px;
    opacity: 1;
    z-index: -1
}

@media (min-width:1024px) {
    .arrow-left {
        max-width: 300px
    }
}

.error404 .content-area .error-404 {
    overflow: hidden
}

.error404 .content-area .error-404 .page-header {

    display: flex;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
    text-align: center;
 
    position: relative
}

.error404 .content-area .error-404 .page-header h1,
.error404 .content-area .error-404 .page-header h2,
.error404 .content-area .error-404 .page-header h3 {
    color: #fff
}

.error404 .content-area .error-404 .page-header h1 {
    font-size: 40px
}

@media (min-width:1024px) {
    .error404 .content-area .error-404 .page-header h1 {
        font-size: 50px
    }
}

.error404 .content-area .error-404 .page-header h3 {
    font-family: expressway, arial, sans-serif
}

.error404 .content-area .error-404 .page-header .bg-img {
    position: absolute;
    top: -160px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    min-height: 80vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.sticky-bg-wrap {
    height: 100%;
    width: 100%;
    position: relative
}

.sticky-bg-wrap .page-content {
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    background-color: #fff
}

@media (min-width:1024px) {
    .sticky-bg-wrap .page-content {
        margin-top: 27rem;
        max-width: 1300px
    }
}

@media (min-width:1200px) {
    .sticky-bg-wrap .page-content {
        max-width: 1190px
    }
}

@media (min-width:1440px) {
    .sticky-bg-wrap .page-content {
        max-width: 1440px
    }
}

@media (min-width:1600px) {
    .sticky-bg-wrap .page-content {
        max-width: 1600px
    }
    
}

.sticky-bg-wrap .page-content .page {
    padding: 4rem 0 0
}

@media (min-width:1024px) {
    .sticky-bg-wrap .page-content .page {
        padding-right: 0;
        padding-left: 0
    }
}

.sticky-bg-wrap .page-content .page .content-width {
    padding-right: 2rem;
    padding-left: 2rem
}

@media (min-width:1024px) {
    .sticky-bg-wrap .page-content .page .content-width {
        padding-right: 0;
        padding-left: 0
    }
}

.sticky-bg-wrap .page-content .page h2 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: .5px;
    margin-bottom: 30px
}

@media (min-width:992px) {
    .sticky-bg-wrap .page-content .page h2 {
        font-size: 45px
    }
}

.sticky-bg-wrap .page-content .page p {
    font-size: 20px;
    margin-bottom: 20px
}

html {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    visibility: visible
}

.mc_form_inside {
    display: none !important
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 1px
}

.col-newsletter-one input[type=email] {
    height: 60px !important
}

.col-newsletter-two input[type=submit] {
    height: 60px !important;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    transition: all 500ms ease-in-out
}

.col-newsletter-two input[type=submit]:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    transition: all 500ms ease-in-out
}

.wpcf7-f2183-o1 .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    text-align: left;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding: 0
}

.wpcf7-spinner {
    display: none !important
}

.video-home {
    position: relative;
    height: 98vh; 
    
}

video.main {
    width: 100%;
    height: 100%;   /* Ensures video takes up the full height of the parent */
    object-fit: cover;
}
.video-home h1 {
    position: absolute;
    bottom: 1.9em;
    left: 5%;
    font-size: 35px;
    max-width: 80%;
    letter-spacing: -2px;
    color: #fff;
    line-height: 1;
}

@media (min-width: 1400px){
.page-template-page-home .video-home h1 {
    position: absolute;
    bottom: 1.9em;
    left: 5%;
    font-size: 50px;
    max-width: 370px;
    letter-spacing: -2px;
    color: #fff;
    line-height: 1.1;
}
}

.global .swiper-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}


.global .swiper-container::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4) 0%, 
    rgba(0, 0, 0, 0) 60%);
    z-index: 2;
    
    }


.global .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
    z-index: 1;
}

.global .swiper-slide-active img {
    transform: scale(1);
    opacity: 1;
}

.heading {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}


.page-id-7745 .heading {
	bottom: 5em;
}

.heading h1 {
    position: absolute;
    bottom: 2em;
    left: 5%;
    font-size: 2em;
    line-height: 1.125;
    color: #fff;
    width: 100%;
    margin: 0;
    max-width: 82%;
    z-index: 4;
    letter-spacing: -1.02px;
    pointer-events: all;
}

@media (min-width: 992px) {
    .heading h1 {
        max-width: 75%;
        font-size: 2em;
    }
}

@media (min-width: 1024px) {
    .global .heading h1 {
        max-width: 66%;
		font-size: 2.256869em;
		       letter-spacing: 0;
    }
}
@media (min-width: 1400px) {
    .global .heading h1 {
        max-width: 43%;
		font-size: 2.256869em;
        letter-spacing: -1.4px;
    }
}

@media (min-width: 1500px) {
    .global .heading h1 {
        max-width: 43%;
        line-height: 1.09
        
    }
}


.heading a {
    position: absolute;
    bottom: calc(2.7em - 25px);
    /* Adds 25px space between <h1> and <a> */
    left: 5%;
    font-size: 27px;
    line-height: 1.1;
    color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 3;
    bottom: 0;
}

@media (min-width: 1024px) {
    .heading a {
        max-width: 65%;
    }
}

/* Adjust the h1 position if the <a> tag is present */

.heading a:empty~h1 {
    bottom: 2.7em;
    /* Position it lower when <a> is not there */
}

.heading a:not(:empty)~h1 {
    bottom: 4.7em;
    /* Adjust h1 position when <a> is present */
}

.global .swiper-slide video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mobile-main-menu {
	font-size: 20px;
}

.mobile-main-menu .mobile-secondary-navigation {
    border: 1px solid #fff;
    padding: 30px;
}


.btn-nav-mobilecta {
	display: flex;
	width: 300px;
	height: 55px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	text-align: center;
	align-content: center;
	transition: all 500ms ease-in-out;
}

#menu-item-8313 .btn-nav-mobilecta {
	margin-top: 1em;
	border: 1px solid #fff;
}

.btn-nav-mobilecta:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	transition: all 500ms ease-in-out;
}

	li.btn-nav-mobilecta a {
		color: #fff;
		align-content: center;
		display: flex;
	}
	
	li.btn-nav-mobilecta a:hover {
		color: #fff;
	}

div.wpforms-container-full input[type=text] {
    height: 55px !important;
   
}

.wpforms-container .wpforms-form .wpforms-field-label
.wpforms-container .wpforms-form textarea,
.wpforms-container .wpforms-form li,
.wpforms-container .wpforms-form th {
    font-size: 20px !important;
    margin: 0 0 10px;
    font-family: 'ABCDiatypeLight';
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 0px !important;
    font-size: 21px !important;
}

.wpforms-container .wpforms-form .wpforms-field-label {
	font-size: 20px !important;
}

.wpforms-container .wpforms-form .wpforms-field-sublabel {
    text-transform: capitalize;
    font-size: 17px;
    letter-spacing: 0;
    font-weight: 600;
    padding: 10px 0;
    font-family: "ABCDiatypeLight", "Akkurat", arial, sans-serif;
}

div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea,
.wp-core-ui div.wpforms-container-full input[type=date],
.wp-core-ui div.wpforms-container-full input[type=datetime],
.wp-core-ui div.wpforms-container-full input[type=datetime-local],
.wp-core-ui div.wpforms-container-full input[type=email],
.wp-core-ui div.wpforms-container-full input[type=month],
.wp-core-ui div.wpforms-container-full input[type=number],
.wp-core-ui div.wpforms-container-full input[type=password],
.wp-core-ui div.wpforms-container-full input[type=range],
.wp-core-ui div.wpforms-container-full input[type=search],
.wp-core-ui div.wpforms-container-full input[type=tel],
.wp-core-ui div.wpforms-container-full input[type=text],
.wp-core-ui div.wpforms-container-full input[type=time],
.wp-core-ui div.wpforms-container-full input[type=url],
.wp-core-ui div.wpforms-container-full input[type=week],
.wp-core-ui div.wpforms-container-full select,
.wp-core-ui div.wpforms-container-full textarea {
    border-color: #a2a2a2 !important;
}

.wpforms-field.wpforms-field-content .wpforms-field-row h4:first-child {
	margin-bottom: 0 !important;
	font-weight: 300;
	font-family: "Expressway" !important;
	letter-spacing: 1px !important;
	}

.wpforms-container input[type=date]:read-only, .wpforms-container input[type=datetime]:read-only, .wpforms-container input[type=datetime-local]:read-only, .wpforms-container input[type=email]:read-only, .wpforms-container input[type=month]:read-only, .wpforms-container input[type=number]:read-only, .wpforms-container input[type=password]:read-only, .wpforms-container input[type=range]:read-only, .wpforms-container input[type=search]:read-only, .wpforms-container input[type=tel]:read-only, .wpforms-container input[type=text]:read-only, .wpforms-container input[type=time]:read-only, .wpforms-container input[type=url]:read-only, .wpforms-container input[type=week]:read-only, .wpforms-container select:read-only, .wpforms-container textarea:read-only, .wp-core-ui div.wpforms-container input[type=date]:read-only, .wp-core-ui div.wpforms-container input[type=datetime]:read-only, .wp-core-ui div.wpforms-container input[type=datetime-local]:read-only, .wp-core-ui div.wpforms-container input[type=email]:read-only, .wp-core-ui div.wpforms-container input[type=month]:read-only, .wp-core-ui div.wpforms-container input[type=number]:read-only, .wp-core-ui div.wpforms-container input[type=password]:read-only, .wp-core-ui div.wpforms-container input[type=range]:read-only, .wp-core-ui div.wpforms-container input[type=search]:read-only, .wp-core-ui div.wpforms-container input[type=tel]:read-only, .wp-core-ui div.wpforms-container input[type=text]:read-only, .wp-core-ui div.wpforms-container input[type=time]:read-only, .wp-core-ui div.wpforms-container input[type=url]:read-only, .wp-core-ui div.wpforms-container input[type=week]:read-only, .wp-core-ui div.wpforms-container select:read-only, .wp-core-ui div.wpforms-container textarea:read-only {
    height: 55px !important;
}

div.wpforms-container-full input[type=email] {
	height: 55px !important;
}
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
    margin-bottom: 20px;
    background: #f8f8f8 !important;
}
.wpforms-form .wpforms-field-description {
	letter-spacing: 0 !important;
	line-height: 1.1 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider {
	  background: #000;
    color: #fff;
	border-top: none !important;
     display: flex;
    margin-bottom: 1em;
    height: 70px;
    font-size: 26px;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 15px !important;
    border-radius: 3px !important;
    line-height: 1;
    font-family: 'Akkurat Light' !important;
    font-weight: 300 !important;
    text-transform: capitalize !important;
    letter-spacing: -.31px;
}

@media (min-width: 992px) {
	div.wpforms-container-full .wpforms-form .wpforms-field-divider {
	    height: 76px !important;
}}


.divider-wpfmain {
	 background: #000 !important;
	 border-top: none !important
	 
}


.divider-wpfsecondary {
	 background: #7e7e7e !important;
	 border-top: none !important
}

.divider-wpfmainchild {
	background: #4b575f !important;
	border-top: none !important
}

div.wpforms-container-full .wpforms-form .wpforms-field-divider h3 {
	color: #fff !important;
	font-size: 19px !important;
	letter-spacing: 0px !important;
	text-transform: capitalize !important;
	font-weight: 300 !important;
	margin: 0;
	padding-top: 0  !important;
}

@media (min-width: 992px) {
	div.wpforms-container-full .wpforms-form .wpforms-field-divider h3 {
		font-size: 23.5px !important;
	}
}


h4.upload-description {
    margin-bottom: 0 !important;
    font-weight: 300;
    font-family: 'Expressway', arial, sans-serif !important;
    letter-spacing: 0 !important;
    padding-bottom: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
	height: 190px !important;
}


.wp-block-list {
	padding-bottom: 30px !important;
}

.wp-block-list>ul li{
	
	list-style: circle !important;
	padding: 0 25px 5px !important;
}


#mc_embed_signup_scroll {display: flex; gap: 4px;}

#mc_embed_signup_scroll  input[type=submit] {
	background: #000;
	height: 66px;
	align-content: center;
	border: 1px solid #fff;
	font-size: 19px;
	letter-spacing: -.40px;
	text-align: center;
	color: #fff;
	transition: all 500ms ease-in-out;
}
#mc_embed_signup_scroll  input[type=submit]:hover {
	background: transparent;
	border: 1px solid #fff;
	transition: all 500ms ease-in-out;
	color: #fff;
}

#mc_embed_signup {
	padding-bottom: 10px;
}
.mc-field-group {
	width: 100%;
}
.mc-field-group>label {
	
}


#mc_embed_signup_scroll  input[type=submit]:hover {
	background: #fff;
	border: 1px solid #fff;
	height: 55px;
	align-content: center;
	text-align: center;
	color: #000;
}
.mc-field-group input[type=email] {
	height: 65px;
	font-size: 16px;
}

.mc4wp-form ::-webkit-input-placeholder { /* WebKit browsers */
	color: #888;
}

.mc4wp-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #888;
	opacity: 1;
}

.mc4wp-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #888;
	opacity: 1;
}

.mc4wp-form :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #888;
}
 div.wpforms-container-full button[type=submit] {
	 background: #000 !important;
    width: 300px !important;
    height: 65px !important;
    font-size: 22px !important;
        border: 1px solid #000 !important;
	 
 }
 
  div.wpforms-container-full button[type=submit]:hover {
	 background: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
	 
 }
 
 
 div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background: #000 !important;
    width: 300px !important;
    height: 65px !important;
    font-size: 22px !important;
        border: 1px solid #000 !important;

}

.disclaimer-notification p {
	 font-family: 'Akkurat Light', arial, sans-serif !important;
    letter-spacing: 0 !important;
    border-bottom: 1px solid #eee !important;
    padding: 5px 0 1em !important;
    margin-bottom: 2em !important;
    color: #000 !important;
   
}

div.wpforms-container-full .wpforms-field-description {
    font-size: 19px !important;
    color: #000 !important;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: .35px !important;
	
}
.disclaimer-notification h4 {
	color: red !important;
	margin: 0 !important;
	padding: 10px 0 0 !important;
	}
@media (min-width: 992px) {
.wpforms-container .wpforms-field {
	padding:5px 0 !important;
}
}

.mc4wp-form-basic input[type=submit]  {
    min-height: 60px;
    width: 100%;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    margin: 0;
    padding: 0 25px;
    font-size: 19px;
    letter-spacing: 0;
    font-weight: 300;

}

.mc4wp-form-fields .wrapper-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mc4wp-form-fields .wrapper-form>label {
    width: 100%;
}

.mc4wp-form-basic input[type=email] {
    min-height: 60px;
    border: 1px solid #fff;
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
.mc4wp-form-basic input[type=email] { 

	}	
	
}

.page-template-page-team-member ul.cta-button-menu a {
	color: #fff;
}

.mc4wp-form-fields {
	 width: 100%;
    display: flex;
    flex-direction: column;
}
.mc4wp-form-basic label {
	margin-bottom: 0 !important;
}

.header-content img {
	width: 100%;
	object-fit: cover;
	height: 500px;
	min-height: 600px;
}




.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}


@font-face {
    font-family: 'GothamLight';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Light.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Light.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Light.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GothamBook';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Book.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Book.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Book.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




@font-face {
    font-family: 'HelveticaNeue35';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/HelveticaNeueLT-Thin.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/HelveticaNeueLT-Thin.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/themes/ravello-escrow/public/assets/fonts/HelveticaNeueLT-Thin.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/HelveticaNeueLT-Thin.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/HelveticaNeueLT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Regular.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Regular.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Regular.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterMedium';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Medium.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Medium.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Medium.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterLight';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Light.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Light.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Light.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterThin';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Thin.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Thin.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Thin.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Thin.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InterSemiBold';
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-SemiBold.eot');
    src: url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-SemiBold.woff') format('woff'),
        url('/wp-content/themes/ravello-escrow/public/assets/fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



  .leaders-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    width: 100%;
    margin: 4em auto 6em;
    padding: 0 20px;
  }
  @media (min-width: 992px) {
    .leaders-grid {
      grid-template-columns: repeat(2, 1fr);
      max-width: 80%;
    }
  }
  .leader-card { position: relative; overflow: hidden; }
  .leader-card img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    transition: transform 0.6s ease;
    display: block;
    object-fit: cover;
  }
  @media (min-width: 992px) {
    .leader-card img { 
	    height: 600px; 
    }
  }
  
  
  .leader-card:hover img { transform: scale(1.05); }
  
  .leader-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding:1.62em 30px;
    display: flex;
    flex-direction: column-reverse;
  }
  .leader-subheader {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "GothamBook", arial, sans-serif;
    padding: 10px 0;
    opacity: 1;
  }
  .leader-title {
    font-size:30px;
    font-weight: 300;
    line-height: 1.3;
    font-family: "Almarai", "ABCDiatypeMedium", arial, sans-serif;
  }
  .container-global {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 4em auto 4em;
    width: 100%;
  }
  @media (min-width: 992px) {
    .container-global {
      grid-template-columns: 40% 1fr;
      grid-gap: 65px;
      
      max-width: 80%;
    }
  }
  .container-global h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .container-global p {
    font-size: 20px;
    font-weight: 300;
  }




/* Fade in Up Sequential Team Page */
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
}


.fade-in-up.visible {
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: calc(var(--i) * 0.15s);
}


@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 300;
    font-style: normal
}

/* HEADER FOR PAGES */

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  animation: fadeIn 1s ease-out forwards;
  opacity: 0;
}

.delay-1 {
  animation-delay: 0.5s;
}

.head-immersive-container {
  position: relative;
  width: 100%;
  height: 760px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  font-weight: 300;
  margin-top: -75px;
  overflow: hidden;
}

.head-immersive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  animation: fadeIn 1.2s ease-out forwards;
}

.head-immersive-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 26%), rgba(0, 0, 0, 0));
  z-index: 1;
}

.head-immersive-content {
  position: relative;
  z-index: 2;
  margin: 68px;
  width: 100%;
  max-width: 1274.66px;
  box-sizing: border-box;
  flex-grow: 1;
}

@media (min-width: 992px){
.head-immersive-title {
  max-width:66%;
  text-transform: capitalize;
}
}
@media (max-width: 1200px) {
  .head-immersive-content {
    margin: 40px;
  }
  .head-immersive-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .head-immersive-container {
    height: 700px;
  }
  .head-immersive-content {
    margin: 20px;
  }
  .head-immersive-title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .head-immersive-container {
    height: 700px;
  }
  .head-immersive-content {
    margin: 15px;
  }
  .head-immersive-title {
    font-size: 24px;
    line-height: 1.4;
  }
}


/*header short */

.header-immersive-container {
  position: relative;
  width: 100%;
  height: 310px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  font-weight: 300;
  overflow: hidden;
}

.header-immersive-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
  animation: fadeIn 1.2s ease-out forwards;
}

.header-immersive-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 26%), rgba(0, 0, 0, 0));
  z-index: 1;
}

.header-immersive-content {
  position: relative;
  z-index: 2;
  margin: 68px;
  width: 100%;
  max-width: 1274.66px;
  box-sizing: border-box;
  flex-grow: 1;
}

.header-immersive-title {
  font-size: 33px;
  font-weight: 300;
  line-height: 1.25;
  max-width:76%;
  text-transform: capitalize;
  margin: 0;
  word-wrap: break-word;
}

@media (max-width: 1200px) {
  .header-immersive-content {
    margin: 40px;
  }
  .header-immersive-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .header-immersive-container {
    height: 400px;
  }
  .header-immersive-content {
    margin: 20px;
  }
  .header-immersive-title {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media (max-width: 480px) {
  .header-immersive-container {
    height: 300px;
  }
  .header-immersive-content {
    margin: 15px;
  }
  .header-immersive-title {
    font-size: 24px;
    line-height: 1.4;
  }
}




.container-related {
	width: 100%;
	margin-top: 4em;
	background: #eee;

}

.related_content {
	padding: 3em 3em 6em;
}
.related_content h2 {
	text-transform: uppercase;
    letter-spacing: 2px;
    font-size:19px;
    font-weight: 300;
}



/* HGCC Posts Grid for Post Pages */

  .content-features {
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    max-width: 95%;
    margin: 0 auto;
  }

  .article {
    background-color: #000;
    border-radius: 2px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
  }

  .article:nth-child(1) { animation-delay: 0.3s; }
  .article:nth-child(2) { animation-delay: 0.5s; }
  .article:nth-child(3) { animation-delay: 0.7s; }
  .article:nth-child(4) { animation-delay: 0.9s; }
  .article:nth-child(5) { animation-delay: 1.1s; }

  .article-large {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }

  .article-image {
    width: 100%;
    height: 395px;
    object-fit: cover;
  }

  .article-large .article-image { height: 100%; }

  .article-content {
    padding: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    color: #fff;
  }

  .article-regular .article-content {
    position: static;
    background: #000;
    color: #fff;
  }

  .article-title {
    font-size: 25px;
    font-weight: 400;
    line-height: 1.24;
    margin: 0;
    font-family: "NeueHaasGroteskDisplayPro";

  }

  .article-large .article-title { font-size: 28px; }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @media (max-width: 992px) {
    .content-features { padding: 20px; grid-gap: 20px; grid-template-columns: 1fr; }
    .article-large { grid-column: auto; grid-row: auto; }
    .article-large .article-image { height: 300px; }
  }
  
  
  
  /* POST FEED*/
  
  
  

.content-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
 
    margin-bottom: 20px;
}

.insider-description {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 600px;
   
    margin-bottom: 40px;
}



.insider-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.insider-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
}

.insider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.insider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 20px;
    transition: all 500ms ease-in-out;
}

.insider-item:hover .insider-overlay {
    background: #4c4c4c;
    color: #fff;
    transition: all 500ms ease-in-out;
}

.insider-item:hover img {
    transform: scale(1.05);
}

.insider-category {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.insider-item:hover .insider-category {
    color: rgba(255, 255, 255, 0.7);
}

.insider-name {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .insider-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .insider-description {
        font-size: 24px;
    }

    .insider-grid {
        grid-template-columns: 1fr;
    }

 
}

@media (max-width: 480px) {
    .insider-description {
        font-size: 20px;
    }

    .insider-overlay {
        padding: 15px;
    }

    .insider-name {
        font-size: 16px;
    }
}




.content-header {
    margin-bottom: 40px;
}

.section-title {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #999;
    margin-bottom: 20px;
}

.description {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
    max-width: 600px;
    color: #333;
    margin-bottom: 40px;
}


.perspective-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

.perspective-item {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
}

.perspective-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.perspective-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    transition: all 0.3s ease;
}

.perspective-item:hover .perspective-overlay {
    background: #6d7876;
    color: white;
}

.perspective-item:hover img {
    transform: scale(1.05);
}

.perspective-category {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.perspective-item:hover .perspective-category {
    color: rgba(255, 255, 255, 0.7);
}

.perspective-name {
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }



    .description {
        font-size: 24px;
    }

  
    .perspective-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 480px) {
    .description {
        font-size: 20px;
    }

    .perspective-overlay {
        padding: 15px;
    }

    .perspective-name {
        font-size: 16px;
    }
}




.grid-cards {
    height: auto;
    margin-top: 0;
    width: 100%;
}

.grid-cards,
.grid-cards__link-wrapper {
    display: flex;
    flex-flow: column nowrap;
}

.grid-cards__link-wrapper {
    height: 100%;
    touch-action: manipulation;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-cards__link-wrapper:hover {
    transform: translateY(-2px);
}

.grid-cards__link-wrapper:focus-visible {
    box-shadow: var(--c-accent) 0 0 3px 3px;
    outline-color: var(--c-black);
    outline-offset: 3px;
    outline-style: solid;
    outline-width: 3px;
}

/* Thumbnail */
.grid-cards__thumbnail {
    background-color: #000;
    height: 0;
    overflow: hidden;
    padding-top: 58.8451345%;
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-cards__thumbnail img {
    border: 0;
    display: block;
    height: 100%;
    left: 0;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.8s ease;
}

.grid-cards__link-wrapper:hover .grid-cards__thumbnail img {
    transform: scale(1.03);
    opacity: 0.9;
}

/* Card header – start black background, white text */
.grid-cards__header {
    background-color: #000;
    color: #fff;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    overflow: hidden;
    padding: 14px;
    position: relative;
    transition: background-color 0.6s cubic-bezier(0.4, 0, 0.2, 1),
                color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 36.25em) {
    .grid-cards__header {
        justify-content: flex-start;
    }
}

@media (min-width: 64.0625em) {
    .grid-cards__header {
        padding: 25px;
		height: 94px;
        display: flex;
        justify-content: center;
    }
}

/* Smooth color transition for text */
.grid-cards__header > * {
    position: relative;
    transition: color 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

/* Hover / focus transition */
.grid-cards__link-wrapper:hover .grid-cards__header,
.grid-cards__link-wrapper:focus-visible .grid-cards__header {
    background-color: #fff;
    color: #000;
}

/* Text styles */
.grid-cards__name {

    text-transform: uppercase;
    line-height: 1.1;
}

.grid-cards__title {
    font-size: 21px;
    color: inherit;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0 1em 0 0;
    
}

@media (min-width: 992px) {
    .grid-cards__title {
        font-size: 18px;

    }
}

/* ------------------------------
   ARCHIVE BUTTON
------------------------------ */

.return {
	width: 100%;
    border-top: 1px solid #c8c8c8;
    margin-top: 3em;
    padding-top: 3em;
	
	}

.return-container a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 3px;

}
.btn-archive {
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 50px;
  color: #fff;
  height: 65px;
  border-radius: 1px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid #000;
  box-sizing: border-box;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}



/* Text */
.btn-archive__text {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: arial;

  transition: color 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

/* SVG Icon */
.btn-archive__icon {
  height: 16px;
  width: 16px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-archive:hover .btn-archive__icon {
  transform: translateX(4px);
}

/* Path fill transition */
.btn-archive__path {
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-archive:hover .btn-archive__path {
  fill: #000;
}

.btn_post_sginle {
        background: #000;
    border-radius: 4px;
    max-width: 250px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    height: 60px;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 700;
}
.single-insights .container-single h1.wp-block-heading {
    letter-spacing: 0;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-size: 27px;
     font-family: 'ABCDiatypeMedium';
    font-family: ;
    font-weight: 400;
    border-bottom: 1px solid #999;
    padding-bottom: 7px;
}

h2.wp-block-heading {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 37px;
	font-family: "Cormorant Garamond Light";
	letter-spacing: 0;
	}

a.main-nav-link{
    color: #fff;
}


/* Sidebar Posts */
.grid--sidebar {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0;
	}

@media (min-width: 992px) {
.grid--sidebar {

	grid-template-columns: 1fr 25%;
	grid-gap: 25px;
	}

}

	
.col--sidebar {
    width: 100%;
    background: #1d2035;
    color: #fff;
    padding: 1.9em 30px
}

.sidebar--wrapper {
    border: 1px solid rgba(255,255,255,.32);
    padding: 25px;
    text-align: center
}

.sidebar--wrapper p {
    color:#fff;
}

.sidebar--wrapper div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label,.wpforms-container .wpforms-form .wpforms-field-label {
    color: #fff;
    font-family:'Akkurat Light';
    text-align: left
}

.sidebar--wrapper h2 {
    padding-bottom: 5px;
    margin-bottom: 10px;
    	font-family: "Cormorant Garamond Light";
}


/* Targets all posts using the Escrow Insider template */
.escrow-insider-template-default div.wpforms-container-full button[type=submit] {
    background: #2a3a53 !important;
    width: 300px !important;
    height: 55px !important;
    font-size: 12px !important;
    color: #fff !important;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    transition: all 0.3s ease; /* Added for a smoother hover effect */
}

.escrow-insider-template-default div.wpforms-container-full button[type=submit]:hover {
    background: transparent !important;
    color: #000 !important; 
    border: 1px solid #000 !important;
}

/* Resetting the default state to ensure consistency across all posts */
.escrow-insider-template-default div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background: #2a3a53 !important;
    width: 100% !important; /* Kept at 300px to match your primary style */
    height: 55px !important;
    color: #fff !important;
    font-size: 12px !important;
    border: 1px solid #000 !important;
}