@media (prefers-reduced-motion:no-preference) {
    :root {
        --d: 0;
        --ani-speed: 100ms;
        --ani2-speed: 240ms;
    }

    .add_animation.active [scale-up] {
        opacity: 0;
        animation: scale-up var(--ani2-speed) ease-in-out forwards;
        animation-delay: calc(var(--order, 50ms) * var(--ani2-speed));
    }

    .add_animation.active [add-fade] {
        opacity: 0;
        animation: scale-up var(--ani-speed) ease-in-out forwards;
        animation-delay: calc(var(--order, 0ms) * var(--ani-speed));
    }

    .add_animation.active [add-fade] {
        opacity: 0;
        animation: add-fade .5s ease-in-out forwards;
    }

    .add_animation.active [slide-top] {
        animation: slide-top 1s ease-in-out forwards;
    }

    .add_animation.active [slide-left] {
        animation: slide-left 1s ease-in-out forwards;
    }

    .add_animation.active [slide-right] {
        animation: slide-right 1s ease-in-out forwards;
    }

}

@keyframes scale-up {
    0% {
        opacity: 0;
        transform: translateY(40px)
    }

    60% {
        opacity: .5;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes add-fade {
    0% {
        -webkit-filter: blur(6px);
        filter: blur(6px);
        opacity: 0
    }

    100% {
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1
    }
}

@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translatex(100px)
    }

    100% {
        opacity: 1;
        transform: translatex(0)
    }
}

@keyframes slide-left {
    0% {
        transform: translatex(-100px)
    }

    100% {
        opacity: 1;
        transform: translatex(0)
    }
}

@keyframes slide-top {
    0% {
        opacity: 0;
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}


.add_animation {
    overflow: hidden;
}

b,
strong {
    font-weight: 600;
}



@font-face {
    font-family: 'Cardo';
    src: url('../fonts/Cardo-Bold.woff2') format('woff2'), url('../fonts/Cardo-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cardo-italic';
    src: url('../fonts/Cardo-Italic.woff2') format('woff2'), url('../fonts/Cardo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cardo';
    src: url('../fonts/Cardo-Regular.woff2') format('woff2'), url('../fonts/Cardo-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Flex';
    src: url('../fonts/RobotoFlex-Regular.woff2') format('woff2'), url('../fonts/RobotoFlex-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Light.woff2') format('woff2'), url('../fonts/WorkSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2'), url('../fonts/WorkSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Thin.woff2') format('woff2'), url('../fonts/WorkSans-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'), url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-ExtraBold.woff2') format('woff2'), url('../fonts/WorkSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Bold.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Light.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Medium.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-Regular.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cormorant Garamond';
    src: url('../fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
        url('../fonts/CormorantGaramond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



:root {
    /* Base Colors */
    --black: #000000;
    --white: #FFFFFF;
    --dark: #2B3036;
    --yellow: #B3A48C;
    --font-102: 102px;
    --font-81: 81px;
    --font-72: 72px;
    --font-69: 69px;
    --font-60: 60px;
    --font-53: 53px;
    --font-48: 48px;
    --font-42: 42px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;
    --font-21: 21px;
}

@media (max-width:1360px) {
    :root {
        --font-81: 60px;
        --font-72: 60px;
    }
}

@media (max-width:1199px) {
    :root {
        --font-102: 86px;
        --font-81: 56px;
        --font-60: 42px;
        --font-69: 42px;
        --font-42: 36px;
        --font-36: 26px;
        --font-30: 26px;
    }
}

@media (max-width:991px) {
    :root {
        --font-102: 72px;
        --font-72: 42px;
        --font-81: 42px;
        --font-60: 36px;
        --font-69: 36px;
        --font-53: 36px;
        --font-48: 36px;
        --font-42: 36px;
        --font-36: 26px;
        --font-30: 24px;
        --font-24: 20px;
        --font-21: 18px;
    }
}

@media (max-width:767px) {
    :root {
        --font-102: 60px;
        --font-72: 36px;
        --font-81: 36px;
        --font-60: 36px;
        --font-53: 36px;
        --font-48: 36px;
        --font-36: 26px;
        --font-24: 20px;
        --font-21: 18px;
    }
}

@media (max-width:575px) {
    :root {
        --font-102: 42px;
    }
}

/* General Styles */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Work Sans';
    color: #2B3036;
}

body .is-layout-flex {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

body .is-layout-flex ul {
    padding: 0 5px;
    list-style: disc;
}




h2 {
    font-size: var(--font-60);
    line-height: 1;
    font-family: 'Cardo';

}

h3 {
    font-size: var(--font-30);
    line-height: 1.30;
}

h6 {
    font-size: var(--font-21);
    line-height: 1.30;
    font-weight: 500;
}

h1,
h2,
h3 {
    font-family: 'Cardo';
    color: #2B3036;
    margin-bottom: 25px;
}


h4,
h5,
h6,
p {
    margin-bottom: 20px;
}

h1 *,
h2 * {
    color: #998A73;
    font-family: 'Cardo-italic';
    font-style: italic;
}

.home:not(.dark-header) header .primary-btn.outline-btn {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.home:not(.dark-header) header .primary-btn.outline-btn:hover {
    background: #fff;
    color: #998A73;
}

.home:not(.dark-header) header .primary-btn:hover {
    background: #fff;
    color: #998A73;
}

.home:not(.dark-header) header .primary-btn {
    background: #B3A48C;
    border-color: #B3A48C;
}

.home:not(.dark-header) header .header_link ul a {
    color: #fff;
}

.home:not(.dark-header) header .left_col a svg .cls-2 {
    fill: #fff;
}

body:not(.home) .header-space {
    width: 100%;
    height: 125px;
    display: block;
}




p {
    font-family: 'Work Sans';
    color: #2B3036;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}

p:nth-last-child(1) {
    margin-bottom: 0;
}

body {
    margin: 0;
    line-height: 1.6;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:is(.brand-highlight .content strong) {
    font-size: 21px;
}

:is(.content strong),
:is(.wp-block-paragraph strong) {
    font-weight: 500;
}



:is(.dark-two-col .left_col .content > *):not(.sub-head) {
    color: #fff;
}


:is(.splite-block.add-border) {
    background: #F5F4F1;
}



:is(.splite-block,
    .faq,
    .team-section,
    .services-listing,
    .brand-highlight,
    .team-single) {
    padding: 80px 0;
}

:is(.two-column-block .left_col,
    .dark-two-col .left_col,
    .service-block,
    .insight-block .step-items) {
    padding: 100px 20px 100px 0;
}


.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -o-linear-gradient(170deg, rgba(0, 0, 0, 0.20) 60%, rgba(0, 0, 0, 0.60) 100%);
    background: linear-gradient(280deg, rgba(0, 0, 0, 0.20) 60%, rgba(0, 0, 0, 0.60) 100%);
}

.primary-btn {
    border-radius: 8px;
    background: #2B3036;
    color: #fff;
    border: 1px solid #2B3036;
    padding: 9px 20px;
    font-family: 'Work Sans';
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 28px;

}

.primary-btn:hover {
    background: #fff;
    color: #2B3036;
}

.primary-btn.outline-btn {
    background: transparent;
    border-color: #2B3036;
    color: #2B3036;
    margin-right: 20px;
}


.primary-btn.outline-btn:hover {
    background: #2B3036;
    color: #fff;
}


.learn-more {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    font-weight: 500;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
}

.learn-more:before {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    display: block;
    content: "";
    background: transparent;
    position: absolute;
    right: 45px;
    left: 0;
    top: 0;
    border: 1px solid #B3A48C;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.learn-more:hover:before {
    width: calc(100% + 22px);
}


.learn-more.dark-link {
    color: #2B3036;
    letter-spacing: 0px;
}

.learn-more.black-border .icon {
    border-color: #2B3036;
}

.learn-more.grey-border .icon {
    border-color: rgba(128, 131, 134, 0.5);
}

.learn-more.dark-link .icon * {
    -webkit-filter: brightness(0) contrast(0.5);
    filter: brightness(0) contrast(0.5);
}

.learn-more span.icon svg {
    width: 12px;
    height: 13px;
}

.learn-more span.icon {
    width: 45px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0px solid #B3A48C;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.learn-more:hover {
    color: #B3A48C;
}



body.dark-header header {
    background: #fff;
    padding: 15px 0 15px;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 30px 0 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
}

header .header-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .left_col a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 218px;
    height: 68px;
}

header .left_col a * {
    width: 100%;
}

header .right_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

header .header_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
}

header .header_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header_link ul a {
    color: #2B3036;
    font-weight: 400;
    font-family: 'Work Sans';
    font-size: 16px;
    letter-spacing: 0.7px;
    padding: 0 10px;
}

header .header_link ul .current_page_item a,
header .header_link ul a:hover {
    color: #998A73;
}

header .left_col a svg .cls-2 {
    fill: #000;
}

.home header {
    position: fixed;
}

.admin-bar header {
    top: 32px;
}


.banner-block .bg-img * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 39% 0%;
    object-position: 39% 0%;
}

.banner-block .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: scale(1.05);
}

.banner-block {
    position: relative;
    aspect-ratio: 4/2.22;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 140px;
    max-height: 100vh;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: transparent;
    min-height: 720px;
}

.banner-block h1 {
    font-size: var(--font-102);
    line-height: 1;
    font-family: 'Cardo';
    font-weight: 400;
    color: #fff;
}

.banner-block .wrapper {
    position: relative;
    z-index: 1;
    padding: 60px 0;
}

.banner-block .wrapper p {
    font-size: var(--font-21);
    color: #fff;
    line-height: 1.4;
}

.banner-block .left_col {
    max-width: 717px;
}

.banner-block h1 * {
    color: #B3A48C;
}

.banner-block h1 em {
    font-family: 'Cormorant Garamond';
    font-style: normal;
}

.banner-block .vertical-text {
    position: absolute;
    font-size: var(--font-21);
    color: #fff;
    line-height: 0px;
    bottom: 30px;
    right: 15px;
    letter-spacing: 5px;
    display: flex;
    z-index: 6;
    background: transparent;
    outline: 0;
    border: 0;
    flex-direction: column;
    align-items: end;
    width: 40px;
}

.banner-block .vertical-text p {
    color: #fff;
    line-height: 0px;
    letter-spacing: 6px;
    font-weight: 300;
    transform: rotate(90deg);
    transform-origin: right;
    margin: 0 6px 25px;
}

.banner-block .vertical-text img {
    max-width: 100%;
    width: 15px;
}

.banner-block .wrapper .right_col {
    width: 426px;
    height: 306px;
    -webkit-mask-image: url(../images/V-symbol-white.png);
    mask-image: url(../images/V-symbol-white.png);
    -webkit-mask-size: 426px;
    mask-size: 426px;
    max-width: 426px;
    position: unset;
    margin-left: 61.8%;
    display: block;
    margin-top: -27.1%;
    z-index: 2;
    padding: 0;
}

.banner-block .bg-img img.mask-img {
    -webkit-mask: url(../images/V-symbol-white.png) no-repeat top 60% right 0% / 46% 70%;
    mask: url(../images/V-symbol-white.png) no-repeat top 60% right 0% / 46% 70%;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: 0;
    z-index: 1;
    height: 100%;
}

/* .banner-block .layer:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: inherit;
} */

.sub-head {
    font-size: 18px;
    color: #998A73;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonial-block {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #2b3036), to(rgba(0, 0, 0)));
    background: -o-linear-gradient(top, #2b3036 30%, rgba(0, 0, 0) 100%);
    background: linear-gradient(180deg, #2b3036 30%, rgba(0, 0, 0) 100%);
    padding: 80px 0 80px;
}

.testimonial-block .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    position: relative;
}

.testimonial-block .top-logo img {
    width: 60px;
    margin: 0 auto;
    background: #2b3036;
    position: relative;
    z-index: 1;
    padding: 0 5px;
}

.testimonial-block h2 {
    font-size: var(--font-36);
    color: #fff;
    line-height: 1.38;
    font-weight: 400;
}

.testimonial-block h2 * {
    font-size: var(--font-53);
    line-height: 1;
    margin-bottom: 10px;
    display: inline-block;
}

.testimonial-block .wrapper {
    text-align: center;
    max-width: 935px;
    margin: 0 auto;
}

.testimonial-block .top-logo:before {
    content: "";
    /* background: #998a73; */
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(rgba(43, 48, 54, 1)),
            color-stop(30%, rgba(153, 138, 115, 1)),
            color-stop(50%, rgba(153, 138, 115, 1)),
            color-stop(70%, rgba(153, 138, 115, 0.75)),
            to(rgba(43, 48, 54, 1)));

    background: -o-linear-gradient(left,
            rgba(43, 48, 54, 1) 0%,
            rgba(153, 138, 115, 1) 30%,
            rgba(153, 138, 115, 1) 50%,
            rgba(153, 138, 115, 0.75) 70%,
            rgba(43, 48, 54, 1) 100%);

    background: linear-gradient(90deg,
            rgba(43, 48, 54, 1) 0%,
            rgba(153, 138, 115, 1) 30%,
            rgba(153, 138, 115, 1) 50%,
            rgba(153, 138, 115, 0.75) 70%,
            rgba(43, 48, 54, 1) 100%);
}

.testimonial-block .author h5,
.testimonial-block .author h5 * {
    font-size: var(--font-24);
    color: #B3A48C;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 7px;
    /* letter-spacing: 2px; */

}

.testimonial-block .author h5 * {
    font-size: 15px;
}

.testimonial-block .author p {
    font-size: 18px;
    color: #B3A48C;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 35px;
    display: inline-block;
    /* letter-spacing: 2px; */
}

.testimonial-block .author {
    margin-top: 45px;
    display: block;
}

.testimonial-block p.sub-head {
    color: #fff;
    margin: 0 0 30px;
    font-weight: 500;
    letter-spacing: 3px;
}

.two-column-block .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.two-column-block .right_col * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}



.two-column-block .content {
    max-width: 535px;
    position: relative;
    z-index: 1;
}

.two-column-block.image-right-side.light-two-col .content {
    max-width: 520px;
}

.two-column-block {
    position: relative;
    height: auto;
    overflow: hidden;
}

.two-column-block.dark-two-col:before {
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(170deg, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(280deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
}

.two-column-block.dark-two-col.image-left-side:before {
    right: 0;
    left: auto;
}


.two-column-block .right_col .img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden;
    padding-left: 0;
}

.service-block .head {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-block .head>div {
    width: calc(50% - 20px);
    margin: 0;
}

.service-block .right_col p {
    font-weight: 500;
}

.service-block .service-list .item>h4 {
    font-weight: 600;
}

.two-column-block h2,
.service-block h2 {
    font-size: var(--font-81);
}


.service-block .right_col {
    max-width: 550px;
    padding-top: 53px;
}

.service-block {
    background: #f1eeea;
}


.service-list .item {
    padding: 60px 36px;
    border-left: 1px solid #2B3036;
    position: relative;
    background: #CCC2B3;
    flex-grow: 1;
    width: 33.33%;
    border-top: 1px solid #2B3036;
}

.service-list .item:nth-child(3n-1) {
    background: rgba(204, 194, 179, 0.7);
}

.service-list .item:nth-child(3n+1) {
    border-left: 0;
}

.service-list .item:nth-child(3n) {
    background: #ECE8E3;
}

.service-list .item p {
    max-width: 280px;
}

.service-list .wrap {
    flex-wrap: wrap;
    display: flex;
    border-left: 1px solid #2B3036;
    border-right: 1px solid #2B3036;
    border-bottom: 1px solid #2B3036;
}

.service-list .top-head {
    border: 1px solid #2B3036;
    border-bottom: 0;
    padding: 25px 36px;
}


.service-list .top-head p {
    font-family: 'Cardo';
    font-size: var(--font-36);
    line-height: 1;
}

.service-list .item>img {
    width: 41px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.dark-two-col .wrapper .right_col .img {
    width: 100%;
    padding: 0;
}

.dark-two-col .left_col {
    z-index: 2;
    max-width: 560px;
}


.dark-two-col .left_col:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    opacity: 0.8;
    left: 0;
}

.dark-two-col .learn-more {
    margin-top: 30px;
}

footer .right_col p {
    font-size: 14px;
}

footer .top_head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 214px 30px 914px;
    grid-template-columns: 214px 914px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*footer .right_col {
    padding-left: 30px;
}*/


footer .bottom-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 214px 30px 914px;
    grid-template-columns: 214px 914px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #2B3036;
    padding-top: 30px;
    margin-top: 40px;
}

footer .bottom-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .bottom-content * {
    margin-bottom: 0;
    color: #2B3036;
    font-size: 14px;
    line-height: 20px;
}

footer .bottom-content li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 20px;
}

footer .bottom-content li:nth-last-child(1) a {
    padding-right: 0;
    margin-left: 0;
    border: 0;

}

footer .disclaimer {
    font-size: 14px;
    line-height: 28px;
    max-width: 1080px;
}

footer .bottom-content a {
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 20px;
    font-weight: 400;
}

footer .bottom-content a:hover {
    color: #998A73;
}

footer .address {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 15px;
}

footer .address * {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}

footer .address a {
    color: #B3A48C;
}

footer h2,
footer h2 * {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 8px;
    display: inline-block;
}

footer {
    padding: 60px 0 30px;
    background: #fff;
}

footer .social h4 {
    font-family: 'Work Sans';
    color: #2B3036;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .learn-more.dark-link {
    margin: 10px 0 40px;
}

footer h6 {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Cardo-italic';
    font-style: italic;
    color: #000;
}

footer .logo img {
    width: 214px;
    margin-bottom: 30px;
}

.social ul li a {
    width: 45px;
    height: 45px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social ul li a svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.social ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.splite-block .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.splite-block .wrapper .right_col {
    padding-left: 15px;
}

.splite-block .wrapper .left_col {
    padding-right: 15px;
}


.splite-block.image-right-side .right_col {
    padding-right: 15px;
    padding-left: 0px;
}

.splite-block.image-right-side .left_col {
    padding-left: 15px;
    padding-right: 0px;
    order: 2;
}


.splite-block .wrapper .img * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.splite-block .content {
    max-width: 580px;

}

.splite-block.image-left-side .content {
    margin-left: auto;
}



.splite-block .head {
    margin-bottom: 60px;
}

.splite-block .img {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3.4;
}

.splite-block.add-border .head {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding-bottom: 0px;
}

.splite-block.add-border .img {
    aspect-ratio: 4/4;
}

.splite-block.add-border .content {
    max-width: 550px;
}

.splite-block h5 {
    /* margin-bottom: 20px;
    font-size: var(--font-21);
    line-height: 30px; */
}

.splite-block.add-border .content {
    max-width: 550px;
    padding-top: 20px;
}


.insight-block .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.insight-block h2 {
    /* font-size: var(--font-60); */
    margin-bottom: 0;
}

.insight-block .right_col h3>*,
.insight-block .right_col h3 {
    font-size: var(--font-36);
    font-family: 'Cardo';
    line-height: 1.30;
}

.insight-block .step-items:nth-child(3n) h3,
.insight-block .step-items:nth-child(3n) h3 * {
    font-size: 30px;
    max-width: 480px;
}

.insight-block .right_col {
    background: #D9D1C6;
    padding: 160px 60px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.insight-block .head {
    border-bottom: 1px solid #000;
    margin-bottom: 0;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}

.insight-block .left_col {
    padding: 40px 0;
}

.insight-block .content {
    max-width: 600px;
}

.insight-block .bg-letter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 30px;
}

.insight-block .bg-letter>* {
    width: 112px;
    margin-bottom: auto;
}

.insight-block .bg-letter svg * {
    fill: #fff;
}

.insight-block .badge {
    width: 85px;
    height: 85px;
    min-width: 85px;
    background: #C2B9AB;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Cardo-italic';
    font-style: italic;
    line-height: normal;
    font-weight: 500;
    padding: 10px 0 0;
}

.insight-block .step-items:nth-child(3n-2) {
    background: #ECE8E3;
}

.insight-block .step-items:nth-child(3n) {
    background: #F5F4F1;
}

.insight-block .step-items:nth-child(3n) .right_col,
.insight-block .step-items:nth-child(3n-1) .right_col {
    background: #E7E2DB;
}


.page-id-139 .insight-block .step-items:nth-child(3n-2) {
    padding: 80px 0;
}

.service-block .right_col .learn-more {
    margin-top: 20px;
}

.services-listing .item {
    background: #2B3036;
    padding: 20px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 33%;
    border: 0.5px solid #ECE8E3;
    min-height: 143px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.services-listing .item * {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 310px;
    margin: 0 auto;
    text-align: center;
}

.services-listing .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0.5px solid #ECE8E3;
}

.services-listing {
    background: #2b3036 url(../images/V-pattern.png)repeat center / 100%;

}


.services-listing .head h2 {
    color: #B3A48C;
    margin-bottom: 30px;
    font-size: var(--font-69);
}

.services-listing .head * {
    color: #fff;
    font-family: 'Cardo';
    font-weight: 400;
}

.services-listing .head {
    margin-bottom: 35px;
}

.services-listing .item:nth-child(even) {
    background: #14171A;
}

.services-listing .item:nth-child(even) * {
    color: #cfc6b8;
}

.insight-listing .img * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.insight-listing .top-post {
    border-bottom: 1px solid #000;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.insight-listing .top-post h2 {
    font-size: 42px;
    line-height: 1.25;
}

.insight-listing .top-post p {
    font-size: 18px;
}

.insight-listing .top-post .item {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
}

.insight_list .item.resource-item p,
.insight-listing .item .date,
.insight-listing .item h6 {
    color: #2B3036;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.insight-listing .top-post .img {
    height: auto;
    aspect-ratio: 4 / 2.5;
    width: 100%;
    max-width: 570px;
    padding-right: 30px;
}

.insight-listing .top-post .content {
    max-width: 550px;
}

.insight-listing .item .date {
    position: absolute;
    left: 30px;
    bottom: 18px;
}

.insight-listing {
    background: #F1EEEA;
    padding: 50px 0;
}

.insight-listing .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.insight-listing .wrapper .item {
    width: calc(33.33% - 15px);
    padding: 0 0px;
    position: relative;
    margin-bottom: 20px;
}

.insight-listing .wrapper .item h2 {
    font-size: var(--font-21);
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 600;
}

.insight-listing .wrapper .item a {
    background: #fff;
    display: block;
    height: 100%;
    padding-bottom: 50px;
}

.insight-listing .wrapper .item a .content {
    padding: 20px 30px 0;
    display: block;
}

.insight-listing .wrapper .item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.2;
}

.insight-listing .head {
    position: relative;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
}

.insight-listing .head:before {
    position: absolute;
    left: 0;
    height: 0px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-bottom: 1px solid #000;
}

.insight-listing .head h2 {
    margin-bottom: -10px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    background: #f1eeea;
    padding-right: 5px;
    font-weight: 400;
    font-family: 'Cardo-italic';
    font-style: italic;
    font-size: var(--font-36);
}

.team-section {
    background: #F5F4F1;
}


.team-section .head {
    margin-bottom: 50px;
    max-width: 1060px;
}

.team-section .image-box {
    border: 1px solid #2B3036;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    max-width: 350px;
    aspect-ratio: 4 / 3.75;
    height: auto;
    width: 100%;
}

.team-section .image-box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-section .team-card h5 {
    font-size: var(--font-21);
    font-weight: 600;
    margin: 10px 0 5px;
    color: #2B3036;
    line-height: 24px;
    text-transform: uppercase;
}

.team-section .team-card {
    display: block;
    width: 33.33%;
    margin-bottom: 50px;
    padding: 0 20px;
}

.team-section .team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.team-section .head h2 {
    font-size: var(--font-72);
    font-weight: 500;
    margin-bottom: 10px;
}

.block-trusted-resources {
    background: #ECE8E3;
    padding: 80px 20px;
    font-family: "Georgia", serif;
    color: #1a1a1a;
}

.block-trusted-resources .item img {
    max-width: 420px;
}

.block-trusted-resources .link {
    font-size: 16px;
    text-decoration: underline;
    color: #1a1a1a;
    font-weight: 500;
}

.block-trusted-resources .link:hover {
    color: #998A73;
}

.block-trusted-resources .item {
    border-top: 1px solid #000;
    padding-top: 30px;
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 460px 1fr;
    grid-template-columns: 460px 1fr;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.block-trusted-resources .item .right_col {
    max-width: 576px;
    margin-left: auto;
    width: 100%;
}

.block-trusted-resources .item .left_col {
    padding-right: 30px;
}


.block-trusted-resources h3 {
    margin-bottom: 0;
}

.block-trusted-resources h2 {
    font-size: var(--font-72);
    font-weight: 500;
}

.block-trusted-resources .head {
    max-width: 990px;
    margin-bottom: 20px;
}

.block-trusted-resources .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.faq .accordion-item .accordion-body {
    font-family: 'Work Sans';
    color: #2B3036;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    padding: 30px 0 0px;
}

.faq .accordion-item .accordion-body p a {
    color: #000;
}

.faq .accordion-item button.accordion-button {
    padding: 25px 0;
    all: unset;
    font-family: 'Cardo';
    font-size: var(--font-36);
    line-height: 1.15;
    margin-bottom: 0;
    color: #2B3036;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    cursor: pointer;
    -webkit-box-align: anchor-center;
    -ms-flex-align: anchor-center;
    align-items: anchor-center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.faq .accordion-item {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 30px 0 30px;
    background: transparent;
}

.faq .accordion-item {
    border-radius: 0 !important;
}

.faq .accordion-item .accordion-collapse {
    max-width: 840px;
}

.faq {
    background: #ECE8E3;
}



.faq .accordion-header {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}

.faq .wrapper {
    border-top: 1px solid #000;
}

.faq .head {
    margin-bottom: 50px;
}

.faq .accordion-button::after {
    background: url(../images/dark-arrow.svg) no-repeat center / 15px;
    width: 50px;
    height: 50px;
    border: 1.5px solid #2B3036;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 20px;
}

.faq .accordion-button:not(.collapsed)::after {
    background: url(../images/dark-arrow.svg) no-repeat center / 15px;
}

.team-single {
    background: #f5f4f2;
}



.team-single .head h1 {
    margin: 0;
    color: #2B3036;
    font-size: var(--font-30);
    line-height: 1.4;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'Cardo';
}

.team-single .wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-grid-columns: 380px 80px 1fr;
    grid-template-columns: 380px 1fr;
    padding: 0 40px;
}

.team-single .wrapper .image {
    max-width: 380px;
    aspect-ratio: 4 / 4;
    height: auto;
    border: 1px solid #000;
    background: #fff;
    width: 100%;
}

.team-single .wrapper .left_col .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team-single .wrapper .left_col .profile-bottom-link {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.team-single .wrapper .left_col .profile-bottom-link>* {
    margin: 12px 0;
}

.team-single .wrapper .left_col .learn-more span.icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.team-single .wrapper .left_col .social a {
    width: 50px;
    height: 50px;
    background: #c2b59b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}

.team-single .wrapper .right-col .top-head {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
}



.team-single .wrapper .right-col {
    max-width: 630px;
    margin: 0 auto;
    padding-left: 30px;
}

.brand-highlight {
    background: #2b3036 url(../images/V-pattern.png) repeat center / 100%;

}


.brand-highlight .right_col img {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.brand-highlight.active .right_col img {
    visibility: visible;
    opacity: 1;
    transition-delay: 2.1s;
}

.brand-highlight .content * {
    color: #fff;
}

.splite-block.brand-highlight .head h2 {
    color: #fff;
    /* font-size: var(--font-60); */
}

.brand-highlight .wrapper .img * {
    -o-object-fit: contain;
    object-fit: contain;
}

.brand-highlight .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    aspect-ratio: auto;
}

.brand-highlight .head:after {
    content: "";
    background: #B3A48C;
    position: relative;
    transition: all 2s ease;
    left: 0%;
    right: 0%;
    display: block;
    height: 2px;
    width: 0%;
    bottom: -2px;
}

.brand-highlight.active .head:after {
    left: 0%;
    width: 100%;
}

.brand-highlight .splite-block .content {
    max-width: 520px;
}

.splite-block h1 {
    font-size: var(--font-72);
}

.social a g#Layer_2-2-2 rect,
.social a g#Layer_2-2-2 path {
    fill: transparent;
}


.navbar-toggler {
    display: none;
}



.insight_list .item.resource-item h3 {
    font-size: 24px;
    margin-bottom: 0;
}


.insight_single {
    background: #F1EEEA;
    padding: 40px 0;
}

.insight_single .text_editor_content img {
    max-width: 100%;
}

.insight_single .bottom_link a {
    color: #998A73;
    text-decoration: none;
    display: flex;
    align-items: center;

}

.insight_single .bottom_link a svg {
    width: 18px;
    height: 18px;
}

.insight_single .bottom_link a svg * {
    fill: #998A73;
}


.insight_single .left_col {
    padding: 45px;
    background: #fff;
}

.insight_single .right_col {
    padding: 45px;
    background: #fff;
}

.insight_single .wrapper {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 1fr 30px 430px;
    grid-template-columns: 1fr 430px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.insight_single .insight_list .item.resource-item .img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.5;
    margin-bottom: 12px;
}

.insight_single .insight_list .item.resource-item .img * {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.insight_single .wrapper .insight_list .item {
    margin-bottom: 30px;
}

.insight_single h4.sub_title {
    color: #2B3036;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.insight_single .text_editor_content.title h1 {
    margin-bottom: -45px;
    width: 610px;
    max-width: calc(100% - 150px);
}

.team-single .wrapper .right-col .top-head h1 {
    font-size: 30px;
}

.team-single .wrapper .right-col .top-head p {
    font-size: 21px;
}

.text_editor_content h1 {
    font-size: 42px;
}

.accordion-body h2,
.text_editor_content h2 {
    font-size: 36px;
}

.accordion-body h3,
.text_editor_content h3 {
    font-size: 32px;
}

.accordion-body h4,
.text_editor_content h4 {
    font-size: 24px;
}

.accordion-body h5,
.text_editor_content h5 {
    font-size: 22px;
}

.accordion-body h6,
.text_editor_content h6 {
    font-size: 20px;
}

.accordion-body ul,
.text_editor_content ul.wp-block-list {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.accordion-body li,
.text_editor_content li {
    font-size: 18px;
    font-weight: 400;
}

.accordion-body p a,
.text_editor_content a {
    text-decoration: underline;
    color: #998A73;
}

.accordion-body p a:hover,
.text_editor_content a:hover {
    text-decoration: none;
}


.accordion-body ol,
.text_editor_content ol.wp-block-list {
    padding-left: 22px;
    margin-bottom: 22px;
}

@supports (-webkit-text-size-adjust:none) and (font: -apple-system-body) {

    .accordion-body ol,
    .text_editor_content ol.wp-block-list {
        padding-left: 28px;

    }

}

.insight_single .text_editor_content span {
    color: #2B3036;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
}

.insight_single .social {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.social li a {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.social li:nth-last-child(1) a {
    margin-right: 0px;
}

.social li.resource-link-copy {
    outline: 0;
    border: 0;
}

.insight_single .text_editor_content .img {
    margin-bottom: 30px;
}



/* Contact-page */
.contact_block textarea::-webkit-input-placeholder,
.contact_block input::-webkit-input-placeholder {
    color: #2B3036;
}

.contact_block textarea::-moz-placeholder,
.contact_block input::-moz-placeholder {
    color: #2B3036;
}

.contact_block textarea:-ms-input-placeholder,
.contact_block input:-ms-input-placeholder {
    color: #2B3036;
}

.contact_block textarea::-ms-input-placeholder,
.contact_block input::-ms-input-placeholder {
    color: #2B3036;
}

.contact_block textarea::placeholder,
.contact_block input::placeholder {
    color: #2B3036;
}

.contact_block input {
    border: 0px solid rgba(128, 128, 128, 0.50);
    width: 100% !important;
    min-height: 60px !important;
    display: block;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 20px !important;
    color: #000;
    border-radius: 0 !important;
}

.contact_block textarea {
    height: 250px !important;
    border: 0px solid rgba(128, 128, 128, 0.50);
    resize: none;
    display: block;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 20px 20px !important;
    border-radius: 0 !important;
}

.contact_block .gform_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_block .gform_wrapper form {
    width: 100%;
}

.contact_block .gform_wrapper.gravity-theme .gform_validation_errors * {
    margin: 0;
}

.contact_block .gform-footer.gform_footer input[type="submit"] {
    outline: 0 !important;
    width: 50% !important;
    text-transform: uppercase;
    min-width: 170px;
    margin: 0;
    letter-spacing: 0.2px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 0 !important;
    background: #2B3036;
    color: #fff;
    border: 1px solid #2B3036;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 28px;
}

.contact_block .gform-footer.gform_footer input[type="submit"]:hover {
    background: transparent;
    color: #2B3036;
}

.contact_block .required-field {
    position: relative;
    bottom: 30px;
    right: 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    margin-top: -45px;
    pointer-events: none;
}


.contact_block .right_title h2 {
    font-size: 37px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}

.contact_block .contact_info {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact_block .contact_info a,
.contact_block .contact_info a * {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: #998A73;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact_block .contact-phone-email a:hover {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

.contact_block .contact-linkedin a span {
    width: 30px !important;
    height: 30px !important;
}

.contact_block .contact-linkedin a:hover span rect {
    fill: #000;
}


.contact_block .contact_info p {
    margin-bottom: 7px;
}

.contact_block .contact_info a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-right: 10px;
}

.contact_block .contact_info a span svg {

    width: 100%;
    height: 100%;
}


section.contact_block {
    background: #F1EEEA;
    padding: 80px 0;
}

section.contact_block h1 {
    font-size: var(--font-60);
    line-height: 1;
}

section.contact_block .title {
    text-align: center;
    margin-bottom: 50px;
}

.contact_block .left_col .wrap {
    padding: 25px 35px;
}

.contact_block .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 0;

}

.contact_block .gform_wrapper.gravity-theme .ginput_complex span {
    padding: 0 !important;
}

.contact_block .gform_wrapper.gravity-theme .ginput_complex span {
    padding: 0 !important;
    max-width: calc(50% - 5px);
    width: calc(50% - 5px);
    margin: 0;
}

.contact_block .gform_wrapper.gravity-theme .ginput_counter {
    display: none;
}

.contact_block .gform-footer.gform_footer {
    padding-top: 0 !important;
}

.contact_block .map * {
    width: 100%;
    height: 100%;
}

.contact_block .map {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 2.02;
    border-radius: 6px;
    overflow: hidden;
}

.contact_block .map {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 2.3;
    border-radius: 6px;
    overflow: hidden;
    height: 220px;
}

.contact_block .contact-linkedin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.contact_block .contact-linkedin h4 {
    font-size: 18px;
    color: #998A73;
    font-weight: 400;
    margin-right: 15px;
    margin-bottom: 0;
}

.copy-url-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #b3a48c;
    color: #fff;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

.copy-url-toast.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}


/* modal */
.modal .modal-body {
    background: var(--white);
    border-radius: 6px;
    overflow: auto;
    scrollbar-width: none
}

.modal .modal-header .btn-close {
    background: #ffffff url(../images/close.svg) no-repeat 50% / 25px !important;
    cursor: pointer;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    padding: 10px;
    width: 17px;
    height: 17px;
    min-width: 17px;
}

.modal .modal-header .btn-close:hover {
    background: #000 url(../images/close.svg) no-repeat 50% / 16px;
    border-color: #000;
}

.modal .modal-dialog .modal-header {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    padding: 0;
    border: 0
}

.modal .modal-dialog .modal-content {
    background: 0 0;
    border: 0
}

.modal .modal-body .row .view_row {
    text-align: center;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.modal .modal-dialog {
    max-width: calc(100% - 20px);
    margin: 0 auto;
    width: 850px
}

.modal .modal-dialog .img {
    width: 190px;
    margin: 0 auto 0;
    max-width: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal .modal-body .row {
    padding: 50px 0 40px
}

.modal .modal-body .row .view_row:after {
    border-right: 1px solid #b09f8e;
    content: "";
    top: 0;
    bottom: 0;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 1px;
    right: 0
}

.modal .modal-body .row .view_row:nth-child(3n):after {
    display: none
}

.modal .modal-body .row .view_row:nth-last-child(1):after {
    display: none
}

.modal .modal-body .row .view_row a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    position: relative;
    z-index: 2
}

.modal .modal-body .row .view_row:nth-child(3n):after {
    display: none
}

.modal .modal-body .row .view_row:nth-last-child(1):after {
    display: none
}

.modal .modal-dialog .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.modal .modal-body .row .view_row {
    margin: 15px 0
}

.modal .primary-btn {
    min-width: 140px;
}

.contact-phone-email {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact-card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

footer .icon-black-linkedin .cls-1 {
    fill: #CFC6B8;
    transition: fill 0.3s ease;
}

footer .icon-black-linkedin:hover .cls-1 {
    fill: #b5a68f;
}



.gform_validation_errors {
    margin: 0 !important;
    background: transparent !important;
    border: 0 !important;
    padding: 10px 50px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.gfield_validation_message {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: #c02b0a !important;
}

.gform_validation_errors h2 {
    color: #c02b0a !important;
}

.gfield_error input {
    border: 0px solid #c02b0a !important;
}

.gform-icon--circle-error:before {
    color: #c02b0a;
}

.gform_confirmation_message {
    background: #b3a48c;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    width: calc(50% - 5px);
}

.gform_wrapper.gravity-theme .ginput_complex {
    justify-content: space-between;
}

.gform_wrapper.gravity-theme .gfield {
    width: 100%;
    margin-bottom: 10px;
}



.page-id-143 .splite-block.add-border .left_col img {
    object-position: 70%;

}

.page-id-139 .splite-block h1 {
    font-size: var(--font-81);
}

.splite-block h1 {
    font-size: var(--font-72);
}

.splite-block h2 {
    font-size: var(--font-69);
}



/* rellax */

.banner-block .rellax:before {
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(170deg, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(280deg, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.banner-block .rellax .mask-img {
    -webkit-mask: url(../images/V-symbol-white.png) no-repeat top 60% right 15% / 40vw;
    mask: url(../images/V-symbol-white.png) no-repeat top 60% right 15% / 40vw;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.banner-block .bg-img * {
    object-position: 50% 0%;

}

.banner-block .parallax.parallax-window {
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    margin-top: -110px;
}






.two-column-block .parallax {

    transform-origin: center;
    transform: scale(1.25);
}
@supports (-webkit-text-size-adjust:none) and (font: -apple-system-body) { 


    body:not(.home) .two-column-block .parallax {
        transform-origin: center;
        transform: scale(1.80);
        width: 105%;
        height: 105%;
        margin-top: -10%;
    }


}





.two-column-block.image-left-side .left_col::before {
    width: 50%;
    left: auto;
    right: 0;
}

.two-column-block.dark-two-col.image-right-side:before {
    left: 0;
    right: auto;
}


.two-column-block.image-left-side .right_col .img {
    left: 0;
    right: auto;
    padding-left: 0;
}

.two-column-block.image-left-side .left_col {
    order: 2;
    padding-left: 40px;
}


/* rellax */



@media (max-width:1300px) {

    .insight_single .right_col {
        padding: 35px;
    }

    .insight_single .left_col {
        padding: 35px;
    }

    .insight_single .wrapper {
        -ms-grid-columns: 1fr 360px;
        grid-template-columns: 1fr 360px;
    }

    .insight_list .item.resource-item h3 {
        font-size: 20px;
    }

    .splite-block .head {
        margin-bottom: 40px;
    }

    footer .logo img {
        width: 200px;
    }

}

@media (max-width:1199px) {
    .container {
        max-width: 960px;
    }

    .team-single .wrapper {
        padding: 0 0px;
        -ms-grid-columns: 380px 40px 1fr;
        grid-template-columns: 380px 1fr;
    }

    .team-single .left_col {
        width: 100%;
    }

    footer .logo img {
        width: 200px;
    }

    footer h2,
    footer h2 * {
        font-size: 42px;
    }

    footer .learn-more.dark-link {
        margin: 10px 0 30px;
    }

    .insight-block .step-items {
        padding: 70px 0;
    }

    .insight-block .right_col {
        padding: 130px 40px 20px;
    }

    .insight-block .bg-letter>* {
        width: 90px;
    }

    .insight-block .badge {
        width: 65px;
        height: 65px;
        min-width: 65px;
        font-size: 30px;
    }

    footer .bottom-content,
    footer .top_head {
        -ms-grid-columns: 214px 680px;
        grid-template-columns: 214px 680px;
    }

    .service-block {
        padding: 80px 0;
    }

    .dark-two-col .left_col {
        padding: 80px 20px 80px 0;
    }

    .splite-block {
        padding: 80px 0;
    }

    .two-column-block .left_col {
        padding: 80px 20px 80px 0;
    }

    .services-listing {
        padding: 80px 0;
    }

    .team-section {
        padding: 80px 0;
    }

    .block-trusted-resources {
        padding: 80px 0px;
    }

    .splite-block .wrapper .img {
        height: 100%;
        aspect-ratio: auto;
    }

    .splite-block .left_col {
        height: 100%;
    }

    .insight-listing .top-post h2 {
        font-size: 36px;
        line-height: 1.15;
    }

    .insight-listing .wrapper .item a .content {
        padding: 20px 20px 0;
    }

    .insight-listing .item .date {
        left: 20px;
    }


    header .primary-btn {
        padding: 9px 15px;
    }

    header .container,
    .insight_single .container {
        width: 100%;
        max-width: 100%;
    }

    .insight_single .wrapper {
        gap: 20px;
        -ms-grid-columns: 1fr 20px 260px;
        grid-template-columns: 1fr 260px;
    }

    .insight_single .right_col {
        padding: 25px;
    }

    .insight_single .left_col {
        padding: 25px;
    }

    .block-trusted-resources .item {
        -ms-grid-columns: 310px 30px 585px;
        grid-template-columns: 310px 585px;
    }

    .contact_block .left_col .wrap {
        padding: 25px 15px;
    }


    .banner-block .rellax .mask-img {
        -webkit-mask: url(../images/V-symbol-white.png) no-repeat top 55% right 15% / 35vw;
        mask: url(../images/V-symbol-white.png) no-repeat top 55% right 15% / 35vw;
    }

    header .header_link ul {
        margin-right: 20px;
    }

    .banner-block .parallax.parallax-window {
        margin-top: -160px;
    }

    .banner-block .bg-img * {
        object-position: 60% 0%;
    }

    .content br {
        display: none;
    }

}

@media (max-width:991px) {

    br {
        display: none;
    }


    header button.navbar-toggler {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: transparent;
        outline: 0 !important;
        border: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        margin: 0;
        padding: 0;
    }

    body.show_menu span.navbar-toggler-icon:nth-child(1) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 5px;
    }

    .home:not(.dark-header) header .left_col a svg .cls-2 {
        fill: #000;
    }

    header button.navbar-toggler span.navbar-toggler-icon {
        background: #b09f8e;
        height: 2px;
        margin: 3px 0;
        width: 32px;
        position: relative;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-transform: translate3d(0, 0px, 0) rotate(0deg);
        transform: translate3d(0, 0px, 0) rotate(0deg);
    }

    body.show_menu span.navbar-toggler-icon:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -4px;
    }

    body.show_menu span.navbar-toggler-icon:nth-child(3) {
        opacity: 0;
    }

    header .header-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }

    header .right_col {
        position: fixed;
        left: 0;
        right: 0;
        background: #fff;
        padding: 20px 20px;
        top: 103px;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .header-space {
        width: 100%;
        height: 103px;
    }

    .show_menu header .right_col {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }




    .container {
        max-width: 100%;
    }

    .team-single .wrapper {
        padding: 0 0px;
        -ms-grid-columns: 280px 40px 1fr;
        grid-template-columns: 280px 1fr;
    }

    .team-single .left_col {
        width: 100%;
        max-width: 100%;
    }

    .team-single .wrapper .left_col .social a {
        width: 40px;
        height: 40px;
    }

    .insight-listing .wrapper .item {
        width: calc(50% - 10px);
    }

    footer h2,
    footer h2 * {
        font-size: 32px;
    }

    footer .bottom-content a {
        padding-right: 10px;
        margin-right: 10px;
    }


    footer .bottom-content li:nth-last-child(1) a {
        border-right: 0;
    }

    /* .splite-block .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    } */

    .splite-block .content {
        max-width: 100%;
    }

    .splite-block .img {
        /* max-width: 50%; */
    }

    .insight-block .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .insight-block .content {
        max-width: 100%;
    }

    .insight-block .bg-letter>* {
        width: 50px;
    }

    .insight-block .bg-letter {
        right: 10px;
        top: 20px;
    }

    .insight-block .right_col {
        padding: 60px 20px 20px;
    }

    .insight-block .step-items {
        padding: 50px 0;
    }

    .service-block {
        padding: 60px 0;
    }

    .dark-two-col .left_col {
        padding: 60px 20px 60px 0;
    }

    .splite-block {
        padding: 60px 0;
    }

    .two-column-block .left_col {
        padding: 60px 20px 60px 0;
    }

    .services-listing {
        padding: 60px 0;
    }

    .team-section {
        padding: 60px 0;
    }

    .block-trusted-resources {
        padding: 60px 0px;
    }

    .block-trusted-resources .item {
        -ms-grid-columns: 280px 30px 1fr;
        grid-template-columns: 280px 1fr;
        padding-right: 0;
    }

    header .header_link ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .header_link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        max-height: calc(100vh - 170px);
        overflow: auto;
        width: 100%;
    }

    header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        padding: 15px 0 15px;
    }

    .splite-block .wrapper .img {
        height: auto;
        aspect-ratio: 4 / 4;
    }

    .insight-listing .wrapper .item a .content {
        padding: 20px 20px 0;
    }

    .insight-listing .item .date {
        left: 20px;
    }

    .insight-listing .top-post h2 {
        font-size: 28px;
        line-height: 1.15;
    }

    footer .container {
        max-width: 100%;
    }

    header .container {
        max-width: 100%;
    }

    .banner-block .left_col {
        max-width: 520px;
    }


    .testimonial-block .wrapper {
        max-width: 675px;
    }

    .insight_single .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .insight_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .insight_single .wrapper .insight_list .item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .block-trusted-resources .item {
        -ms-grid-columns: 280px 30px 1fr;
        grid-template-columns: 280px 1fr;

    }



    .splite-block.add-border .content {
        max-width: 100%;
    }

    .home:not(.dark-header) header .header_link ul a {
        color: #2B3036;
    }

    .home:not(.dark-header) header .primary-btn.outline-btn {
        border-color: #2B3036;
        color: #2B3036;
    }

    :is(.splite-block, .faq, .team-section, .services-listing, .brand-highlight, .team-single) {
        padding: 60px 0;
    }

    .faq .accordion-item button.accordion-button {
        font-size: 24px;
    }

    .faq .accordion-button::after {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    :is(.two-column-block .left_col, .dark-two-col .left_col, .service-block, .insight-block .step-items) {
        padding: 60px 20px 60px 0;
    }


    .service-block .right_col {
        padding-top: 0;
        max-width: 100%;
    }

    .insight-block .badge {
        width: 45px;
        height: 45px;
        min-width: 45px;
        font-size: 30px;
    }

    .contact-card-info {
        flex-direction: column;
        align-items: flex-start;

    }

    .contact-phone-email {
        margin-bottom: 20px;
    }

    section.contact_block .left_col,
    section.contact_block .right_col {
        width: 100%;
    }

    section.contact_block .left_col {
        margin-bottom: 20px;
    }

    section.contact_block {
        padding: 60px 0;
    }

    header .header_btn {
        margin-top: 20px;
    }

    .modal .modal-body .row .view_row {
        min-height: 190px;
        margin: 0;
    }

    body.show_menu {
        overflow: hidden;
    }

    header .header_link ul a {
        padding: 10px 0;
        display: inline-flex;
    }

    .service-block .head>div {
        width: 100%;
    }

    .learn-more:hover:before {
        width: 45px !important;
        background: #9b8f7a;
    }

    .learn-more:hover span.icon {
        filter: brightness(10);
    }

    .banner-block .parallax.parallax-window {
        width: calc(100% + 50px);
        height: calc(100% + 50px);
        margin-top: -50px;
    }

    .banner-block .rellax .mask-img {
        -webkit-mask: url(../images/V-symbol-white.png) no-repeat top 25% right 5% / 50vw;
        mask: url(../images/V-symbol-white.png) no-repeat top 25% right 5% / 50vw;
    }

    footer .bottom-content ul,
    footer .top_head .right_col {
        padding-left: 30px;
    }

    footer .bottom-content,
    footer .top_head {
        -ms-grid-columns: 214px 1fr;
        grid-template-columns: 214px 1fr;
    }

    .services-listing .item {
        padding: 20px 12px;
    }

    .services-listing .item * {
        font-size: 16px;
    }

    body:not(.home) .header-space {
        height: 104px;
    }

    .admin-bar header {
        top: 48px;
    }
    .insight-block .step-items:nth-child(3n) h3, .insight-block .step-items:nth-child(3n) h3 * {
        max-width: 100%;
    }
    .two-column-block .content {
        max-width: 100%;
    }


}

@media (max-width:767px) {
    body:not(.home) .header-space {
        height: 82px;
    }

    .team-single .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .team-single .wrapper .img {
        width: 100%;
        max-width: 380px;
    }

    .insight-listing .top-post a {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .insight-listing .wrapper {
        gap: 15px;
    }

    .insight-listing .wrapper .item h2 br {
        display: none;
    }

    .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    h2 {
        margin-bottom: 20px;
        line-height: 1.3;
    }

    .splite-block .img {
        max-width: 100%;
    }

    footer .top_head {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .service-list .wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .service-list .item {
        border-top: 1px solid #2B3036;
        border-left: 0;
        padding: 20px 20px 20px;
        width: 100%;
    }

    .service-list .item p {
        max-width: 100%;
    }

    .service-list .item>img {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 20px;
    }

    .service-list .top-head {
        padding: 20px 20px;
    }

    .service-block {
        padding: 40px 0;
    }

    .dark-two-col .left_col {
        padding: 40px 0;
    }

    .splite-block {
        padding: 40px 0;
    }

    .two-column-block .left_col {
        padding: 40px 0px;
        max-width: 100%;
        position: relative;
    }

    .two-column-block.image-left-side .left_col {
        order: 2;
        padding-left: 0;
    }


    .two-column-block.image-left-side .left_col::before,
    .dark-two-col .left_col:before {
        width: auto;
        left: -20px;
        right: -20px;
    }

    /* .two-column-block .parallax
     {
    transform-origin: center;
    transform: scale(1.25);
    aspect-ratio: 4 / 5;
    height: auto;
    } */

    .two-column-block .right_col {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .services-listing {
        padding: 40px 0;
    }

    .team-section {
        padding: 40px 0;
    }

    .block-trusted-resources {
        padding: 40px 0px;
    }

    .splite-block .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .service-block .head {
        margin-bottom: 40px;

    }

    .two-column-block .right_col .img {
        position: relative;
        width: 100%;
        position: relative;
        aspect-ratio: 4 / 5;

    }


    .two-column-block .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .sub-head {
        font-size: 16px;
    }

    .service-block .right_col {
        padding-top: 0;
    }

    .dark-two-col .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .dark-two-col:before {
        width: 100%;
        left: 0;
        opacity: 0.6;
    }

    .splite-block .head {
        margin-bottom: 30px;
    }

    .testimonial-block .author p {
        font-size: 16px;
    }

    .insight-block .wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .insight-block .right_col {
        padding: 70px 20px 20px;
    }

    .insight-block .bg-letter>* {
        width: 50px;
    }

    .insight-block .bg-letter {
        right: 20px;
        top: 20px;
    }

    .services-listing .item {
        width: 50%;
    }

    .block-trusted-resources .item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        padding-right: 0;
    }

    footer .bottom-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    footer .bottom-content a {
        padding-right: 8px;
    }

    header .left_col a {
        width: 140px;
        height: 46px;
    }

    header {
        padding: 15px 0 15px;
    }

    .insight-listing .wrapper .item {
        width: calc(50% - 10px);
    }

    .insight-listing .wrapper .item a .content {
        padding: 15px 15px 0;
    }

    .insight-listing .item .date {
        left: 15px;
        bottom: 18px;
    }

    .insight-listing .top-post .item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .insight-listing .top-post .img {
        padding: 0;
        margin-bottom: 30px;
        max-width: 100%;
    }


    .insight-listing .top-post h2 {
        font-size: 24px;
        line-height: 1.15;
    }

    .banner-block .left_col {
        max-width: 500px;
        padding-right: 40px;
    }

    .insight_single .right_col {
        width: 100%;
    }

    .insight_single .right_col {
        padding: 20px;
    }

    .insight_single .text_editor_content.title h1 {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .insight_single .social {
        margin-bottom: 15px;
    }

    .block-trusted-resources .item img {
        max-width: 300px;
    }

    .team-section .team-card {
        display: block;
        width: calc(50% - 0px);
    }

    .header-space {
        width: 100%;
        height: 83px;
    }


    header .right_col {
        top: 81px;
    }

    .contact_block .right_title h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    section.contact_block {
        padding: 40px 0;
    }

    section.contact_block .title {
        margin-bottom: 30px;
    }

    .modal .modal-body .row {
        padding: 30px 0 20px;
    }

    .modal .modal-body {
        max-height: calc(100vh - 60px);
        overflow: auto;
    }

    .modal .modal-body .row .view_row:nth-child(3n):after {
        display: block
    }

    .modal .modal-body .row .view_row:nth-last-child(1):after {
        display: none
    }

    .modal .modal-body .row .view_row:nth-child(even):after {
        border: 0
    }

    .gform_wrapper.gravity-theme .ginput_complex {
        flex-wrap: wrap;
    }

    .gform_wrapper.gravity-theme .gfield.gfield--width-half {
        width: 100%;
    }

    .contact_block .gform_wrapper.gravity-theme .ginput_complex span {
        max-width: 100%;
        width: 100%;
        margin-top: 10px;
        flex: auto
    }

    .text_editor_content h1 {
        font-size: 36px;
    }

    .text_editor_content h3 {
        font-size: 30px;
    }

    .block-trusted-resources .item .left_col {
        padding-right: 0;
        margin-bottom: 30px;
    }

    footer .top_head .left_col {
        margin-bottom: 30px;
    }

    footer .right_col {
        padding-left: 0;
    }

    footer .bottom-content ul {
        padding-left: 0;
    }

    footer h2,
    footer h2 * {
        font-size: 7vw;
    }

    .banner-block .bg-img .mask-img {
        -webkit-mask: url(../images/V-symbol-white.png) no-repeat top 120px right 50% / 36vw;
        mask: url(../images/V-symbol-white.png) no-repeat top 120px right 50% / 70vw;
    }

    .banner-block .bg-img * {
        object-position: 70% 0%;
    }

    .two-column-block.dark-two-col:before {
        display: none;
    }

    .insight-block .step-items {
        padding: 40px 0;
    }

    .page-id-139 .insight-block .step-items:nth-child(3n-2) {
        padding: 40px 0;
    }

    .insight-block h2 {
        font-size: 26px;
        margin-bottom: 0;
    }

    .two-column-block h2,
    .service-block h2 {
        font-size: 42px;
    }

    section.brand-highlight.splite-block .img {
        aspect-ratio: auto;
        padding: 40px 0;
        max-width: 300px;
        margin: 0 auto;
    }

    footer .bottom-content ul,
    footer .top_head .right_col {
        padding-left: 0;
    }

    footer .bottom-content {
        padding-top: 20px;
        margin-top: 20px;
    }

    .splite-block .wrapper .right_col {
        padding-left: 0px;
        margin-top: 30px;
    }

    .splite-block .wrapper .left_col {
        padding-right: 0px;
        padding-left: 0px;
    }

    .splite-block.image-right-side .wrapper .right_col {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .team-single .wrapper .right-col {
        margin: 0;
        padding: 0;
        margin-top: 30px;
        max-width: 100%;
    }

    footer .bottom-content>* {
        margin: 5px 0;
    }

    .team-single .wrapper .left_col .social a {
        width: 35px;
        height: 35px;
    }

    header .header_link ul a {
        padding: 6px 0;
    }
    :is(.two-column-block .left_col, .dark-two-col .left_col, .service-block, .insight-block .step-items) {
        padding: 60px 0px 60px 0;
    }



    html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}


}

@media (max-width:575px) {
    .insight-listing .wrapper .item {
        width: 100%;
        margin: 0 auto;
    }

    .services-listing .item {
        width: 100%;
    }

    .insight-listing .top-post .item {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .insight_single .wrapper .insight_list .item {
        width: 100%;
    }

    .team-section .team-card {
        width: 100%;
    }

    .team-section .image-box {
        max-width: 100%;
    }

    .modal .modal-body .row .view_row:after {
        left: 0;
        right: 0;
        width: 100%;
        border-bottom: 1px solid #b09f8e !important;
        border-right: 0;
    }

    footer .top_head .right_col {
        padding-left: 0px;
    }


}


/* AJAX Load More for Insights Listing */
.insight-listing .load-more-container {
    text-align: center;
    margin-top: 40px;
    width: 100%;
}

.insight-listing .load-more-container .primary-btn {
    margin-right: 0;
    cursor: pointer;
    min-width: 160px;
    transition: all 0.3s ease-in-out;
}

.insight-listing .load-more-container .primary-btn.loading {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}

/* AJAX Loaded posts animation */
.insight-listing .wrapper .item.ajax-loaded {
    animation: ajaxFadeIn 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(20px);
}

@keyframes ajaxFadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Live */



section.default-main-content {
    padding: 80px 0;
}