    @import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);
    @import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900);
    @import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);
     :root {
        --color-white: #FFF;
        --color-black: #000;
        --color-gray: #777;
        --color-text: #3a3939;
        --color-text-light: #64646a;
        --color-headings: #000;
        --color-light-gray: #e4e4e5;
        --color-gray: #4f4f4f;
        --color-link: #000000;
        --color-link-hover: #f6a93d;
        --color-navicon: #FFF;
        --color-border-light: #c3c3ce;
        --color-border-light-2: #e7e7e7;
        --color-error-text: #C90001;
        --color-error-bg: rgba(187, 17, 85, 0.1);
        --color-required-text: #C90001;
        --color-success-text: #20730b;
        --color-success-bg: rgba(32, 115, 11, 0.1);
        --color-button-bg: #000;
        --color-button-bg-hover: #28B5FC;
        --color-bg: #FFF;
        --color-bg-alt: #F9F8F9;
        --color-bg-alt-2: #F0F0F1;
        --color-input-border: rgba(0, 0, 0, 0.1);
        --color-input-border-hover: #989bff;
        --color-accent: #FFBC2D;
        --color-accent-2: #7D3424;
        --color-accent-lite: #fff3dd;
        --filter-white: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7500%) hue-rotate(193deg) brightness(102%) contrast(105%);
        --filter-accent: brightness(0) saturate(100%) invert(79%) sepia(50%) saturate(998%) hue-rotate(333deg) brightness(104%) contrast(101%);
        --filter-bw: grayscale(1);
        --default-transition: all .25s ease-out 0s;
        --color-green: #08b06a;
        --color-blue: #4c5fb1;
        --ff-default: 'Roboto', sans-serif;
        --ff-alt: 'Poppins', sans-serif;
        --bdrs-default: 10px;
        --bdrs-small: 6px;
        --box-shadow-1: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        --col-gap: calc(1rem + 2vw);
        --col-1c-width: 100%;
        --col-2c-width: calc(100% / 2 - calc(var(--col-gap)/2));
        --col-3c-width: calc(100% / 3 - calc(var(--col-gap)/3*2));
        --col-4c-width: calc(100% / 4 - calc(var(--col-gap)/4*3));
        --col-5c-width: calc(100% / 5 - calc(var(--col-gap)/5*4));
        --col-2-by-3-width: calc(var(--col-3c-width) * 2 + var(--col-gap));
        --h1-font-size: clamp(1.75rem, 1.6298rem + 0.3846vw, 2.0625rem);
        --h2-font-size: clamp(1.625rem, 1.5529rem + 0.2308vw, 1.8125rem);
        --h3-font-size: clamp(1.3125rem, 1.1923rem + 0.3846vw, 1.625rem);
        --h4-font-size: clamp(1.0625rem, 0.9423rem + 0.3846vw, 1.375rem);
        --h5-font-size: clamp(0.9375rem, 0.9135rem + 0.0769vw, 1rem);
        --h6-font-size: clamp(0.875rem, 0.851rem + 0.0769vw, 0.9375rem);
        --default-font-size: clamp(0.875rem, 0.863rem + 0.0385vw, 0.90625rem);
        --text-large: clamp(0.9375rem, 0.9255rem + 0.0385vw, 0.96875rem);
        --text-xlarge: clamp(1.0625rem, 1.0144rem + 0.1538vw, 1.1875rem);
        --color-navicon: #000;
    }
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent
    }
    /* ::selection {
color: var(--color-black);
background: var(--color-yellow-2);
} */
    
    abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: 0 0;
    }
    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block
    }
    blockquote, q {
        quotes: none
    }
    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }
    code, pre {
        font-family: Monaco, "Courier New", Courier, monospace;
        font-size: 14px
    }
    body, html {
        height: 100%;
        width: 100%
    }
    body {
        font-family: var(--ff-default);
        font-size: var(--default-font-size);
        font-weight: 400;
        color: var(--color-text);
        background-color: var(--color-bg);
        position: relative;
        margin: 0;
        padding: 0;
        min-height: 100vh;
        height: auto;
        display: flex;
        flex-direction: column;
    }
    body * {
        line-height: 1.4em;
    }
    input, select, textarea {
        margin: 0;
        padding: 0;
        color: var(--color-black);
        box-sizing: border-box
    }
    body ::after, body ::before, body::after, body::before, input::after, input::before, select::after, select::before, textarea::after, textarea::before {
        box-sizing: border-box
    }
    body a {
        color: var(--color-link);
        transition: all .15s ease-in 0s;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        text-decoration: underline;
    }
    body a:hover {
        color: var(--color-link-hover)
    }
    body a img {
        border-width: 0;
        border-style: none
    }
    body p {
        text-align: left;
        line-height: 1.5em;
    }
    body p:not(:last-child) {
        padding: 0 0 20px 0;
    }
    strong {
        font-weight: 600
    }
    em, i {
        font-style: italic
    }
    .asd {
        font-size: var(--color-accent);
    }
    .jusified {
        text-align: justify
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: var(--ff-default);
        line-height: 1.1em;
        font-weight: 600;
        font-style: normal;
        margin: 10px 0;
        padding: 0 0 15px 0;
        color: var(--color-headings);
        position: relative;
        text-wrap: balance;
    }
    h1 {
        font-size: var(--h1-font-size);
    }
    h2 {
        font-size: var(--h2-font-size);
    }
    h3 {
        font-size: var(--h3-font-size);
    }
    h4 {
        font-size: var(--h4-font-size);
    }
    h5 {
        font-size: var(--h5-font-size)
    }
    h6 {
        font-size: var(--h6-font-size)
    }
    sup {
        font-style: inherit;
        color: inherit;
        vertical-align: super;
        font-size: smaller
    }
    sub {
        font-style: inherit;
        color: inherit;
        vertical-align: sub;
        font-size: smaller
    }
    h1 a, h2 a, h3 a, h4 a {
        font-family: inherit;
        font-size: inherit;
        color: inherit
    }
    a:active, a:focus {
        outline: 0;
        outline-style: none
    }
    .text-large {
        font-size: var(--text-large);
    }
    .text-xlarge {
        font-size: var(--text-xlarge);
    }
    .clear:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    * html .clear {
        zoom: 1
    }
    .left {
        float: left
    }
    .right {
        float: right
    }
    .center, .center::after, .center * {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }
    .align-center {
        margin-left: auto;
        margin-right: auto;
    }
    .hide {
        display: none !important
    }
    ol {
        display: block;
        list-style-type: decimal;
        margin: 20px 0 20px 1.2em;
        list-style-position: outside;
    }
    ul {
        display: block;
        list-style-type: disc;
        margin: 20px 0 20px 1.2em;
        list-style-position: outside;
    }
    ul.lower-roman, ol.lower-roman {
        list-style-type: lower-roman;
    }
    ul.upper-roman, ol.upper-roman {
        list-style-type: upper-roman;
    }
    ul.lower-alpha, ol.lower-alpha {
        list-style-type: lower-alpha;
    }
    ul.upper-alpha, ol.upper-alpha {
        list-style-type: upper-alpha;
    }
    ul.ls-none, ol.ls-none {
        list-style-type: none;
        margin-left: 0;
    }
    ol li, ul li {
        padding: 6px 0;
    }
    p+ol, p+ul {
        margin-top: 0;
    }
    button:focus, checkbox:focus, input:focus, radio:focus, select:focus, textarea:focus {
        outline: 0
    }
    .wrapper {
        width: 100%;
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25px;
        padding-right: 25px
    }
    .wrapper:after {
        content: '';
        display: block;
        clear: both
    }
    .table-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        position: relative;
        z-index: 1;
    }
    .el-table {
        width: 100%;
        padding: 0;
        margin: 30px 0;
        border-collapse: collapse;
        background-color: var(--color-white);
        /* border-style: hidden; */
        & tr.hd {
            background-color: var(--color-accent-2);
            color: var(--color-white);
            font-weight: 600;
        }
        & td {
            padding: 15px;
            border: 1px solid var(--color-border-light);
        }
        & caption {
            padding: 15px;
            font-weight: 600;
        }
    }
    .el-table.stripes {
        & tr:nth-child(odd):not(tr.hd) {
            background-color: var(--color-light-gray)
        }
    }
    .el-table.dark {
        border-style: hidden;
        & tr:nth-child(odd):not(tr.hd), & tr:not(tr.hd) {
            background-color: var(--color-dark-gray);
        }
        & tr.hd, & caption {
            background-color: var(--color-accent-2);
            color: var(--color-white);
        }
        & td {
            color: var(--color-white);
        }
    }
    .responsive-image {
        max-width: 100%
    }
    .full-width-image {
        width: 100%;
        object-fit: cover;
        display: block;
    }
    .full-height-image {
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .full-width-height-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    .image-left {
        float: left;
        margin-right: 20px;
    }
    .image-right {
        float: right;
        margin-left: 20px;
    }
    .flex {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 30px;
        &>* {
            flex: 1;
        }
    }
    .fd-columns {
        flex-direction: column;
        align-items: flex-start;
    }
    #body-main {
        flex: 1;
    }
    .col {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        position: relative;
        gap: var(--col-gap);
        &>div {
            padding: 30px;
        }
    }
    .col.no-pad>div {
        padding: 0;
    }
    .col.no-gap {
        --col-gap: 0;
    }
    .no-padding, .col>div.no-padding {
        padding: 0;
    }
    .col-auto>div {
        flex: 1;
        min-width: min(320px, 100%);
    }
    .col-1>div {
        width: var(--col-1c-width);
    }
    .col-2>div {
        width: var(--col-2c-width);
    }
    .col-3>div {
        width: var(--col-3c-width);
    }
    .col-4>div {
        width: var(--col-4c-width);
    }
    .col-5>div {
        width: var(--col-5c-width);
    }
    .col-2-70-30 {
        &>div:first-child {
            flex: 1;
        }
        &>div:last-child {
            flex-basis: min(30%, 400px);
        }
    }
    .col-2-30-70 {
        &>div:first-child {
            flex-basis: min(30%, 400px);
        }
        &>div:last-child {
            flex: 1;
        }
    }
    .col-2-60-40 {
        &>div:first-child {
            flex: 1;
        }
        &>div:last-child {
            flex-basis: min(40%, 500px);
        }
    }
    .col-2-40-60 {
        &>div:first-child {
            flex-basis: min(40%, 600px);
        }
        &>div:last-child {
            flex: 1;
        }
    }
    .content-center {
        align-items: center;
    }
    .position-center {
        margin: 0 auto;
        width: fit-content;
        justify-content: center;
    }
    .overflow-clip {
        overflow: clip;
    }
    .w-90 {
        width: min(90%, 1400px);
    }
    .w-80 {
        width: min(80%, 1200px);
    }
    .w-70 {
        width: min(70%, 1000px);
    }
    .padding-normal {
        padding: 30px;
    }
    .padding-large {
        padding: 70px !important;
    }
    img {
        line-height: 0
    }
    .white-bg {
        background-color: var(--color-white)
    }
    .alt-bg {
        background-color: var(--color-bg-alt)
    }
    .alt-bg-2 {
        background-color: var(--color-bg-alt-2)
    }
    .accent-bg {
        background-color: var(--color-accent)
    }
    .accent-2-bg {
        background-color: var(--color-accent-2)
    }
    .color-accent-1 {
        color: var(--color-accent);
    }
    .color-accent-2 {
        color: var(--color-accent-2);
    }
    .text-white, .text-white * {
        color: var(--color-white);
    }
    .text-black {
        color: var(--color-black);
    }
    .filter-bw {
        filter: var(--filter-bw);
    }
    .box-shadow-1 {
        box-shadow: var(--box-shadow-1);
    }
    .box-border {
        border: 1px solid var(--color-border-light-2);
        padding: 25px;
        margin-bottom: 25px
    }
    .list {
        padding: 25px;
        padding-top: 0;
        margin: 0
    }
    .list li {
        list-style: none;
        text-indent: -25px;
        padding: 7px 0;
        margin: 0;
        & a {
            color: var(--color-black);
            &:hover {
                color: var(--color-accent-2);
            }
        }
    }
    .list li:before {
        font-family: 'icons';
        content: "\ea54";
        margin-right: 10px;
        vertical-align: middle;
        color: var(--color-yellow)
    }
    .list.accent li::before {
        color: var(--color-accent-2);
    }
    .list.tick-1 li:before {
        content: "\f00e"
    }
    .list.no-bulls li:before {
        display: none;
    }
    .list.pdf li::before {
        content: "\e90e";
        font-weight: 300;
        color: var(--color-required-text);
        font-size: 32px;
    }
    .list.tick-2 {
        padding: 0;
        & li {
            text-indent: 0;
        }
        & li::before {
            display: none;
        }
        & span {
            display: block;
            background-color: var(--color-accent);
            width: fit-content;
            padding: 5px 25px 5px 10px;
            border-radius: var(--bdrs-small);
            margin-bottom: 10px;
            color: var(--color-black);
            &::before {
                font-family: 'icons';
                content: "\f00e";
                margin-right: 10px;
                color: var(--color-white);
                vertical-align: middle;
            }
        }
    }
    .list.w-icons {
        img {
            width: 15px;
            margin-right: 10px;
        }
    }
    .uppercase {
        text-transform: uppercase;
    }
    .content-block {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .content-block:last-of-type {
        margin-bottom: 50px;
    }
    .content-block.page-header-block {
        padding-top: 0;
        padding-bottom: 0;
    }
    .no-pad-tb {
        padding-top: 0;
        padding-bottom: 0;
    }
    .no-pad-top {
        padding-top: 0;
    }
    .no-pad-bottom {
        padding-bottom: 0;
    }
    .bdrs-small {
        border-radius: var(--bdrs-small);
    }
    /* Default CSS Ends */
    
    .page-header {
        min-height: inherit;
    }
    #header {
        border-bottom: none;
        background-color: transparent;
        position: absolute;
        padding: 0;
        top: 20px;
        &>.wrapper {
            /* max-width: 1550px; */
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: var(--color-bg-alt-2);
            border: 1px solid var(--color-border-light-2);
            border-radius: var(--bdrs-small);
            padding: 0 25px;
            &:after {
                display: none;
            }
        }
        & .logo {
            margin: 20px;
            margin-left: 0px;
            width: fit-content;
            a {
                display: flex;
                align-items: center;
                flex: 1;
                & img {
                    max-height: none;
                }
                &>span {
                    margin-left: 10px;
                    text-transform: uppercase;
                    font-size: var(--h4-font-size);
                    &>span {
                        display: block;
                        color: var(--color-text-light);
                        font-weight: 400;
                        font-size: var(--h5-font-size);
                        /* text-align: right; */
                    }
                }
            }
        }
    }
    #header.fixed {
        background-color: var(--color-bg-alt-2);
        padding: 0;
        box-shadow: none;
        border-bottom: 1px solid var(--color-border-light-2);
        /* margin-top: 10px; */
        &>.wrapper {
            margin: 0 auto;
            border: none;
            /* padding: 0 25px; */
        }
        & .logo {
            transform: scale(0.8);
            transform-origin: left;
            margin: 0;
        }
    }
    #header.fixed.header-down {
        transition: all .35s ease-out;
        transform: translateY(calc(100% + 40px));
    }
    .main-navigation-holder {
        flex: initial;
    }
    .main-navigation {
        background-color: var(--color-white);
        flex: initial;
        padding: 0 20px;
        overflow: clip;
        &>li {
            /* margin: 0 0.7vw; */
            /* cursor: pointer; */
            &>a {
                font-size: 15px;
                padding: 15px;
                position: relative;
                z-index: 2;
                &:hover {
                    color: var(--color-white);
                }
            }
        }
    }
    .main-navigation>li a:before {
        content: "";
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background: var(--color-accent);
        transition: 0.25s all ease;
        /* transform: scale3d(0, 1, 1) skew(-45deg); */
        /* transform-origin: 50% 50%; */
        transform: skew(-45deg);
        z-index: -1;
    }
    .main-navigation>li a:hover:before {
        /* transform: scale3d(1, 1, 1) skew(-45deg); */
        width: 100%;
    }
    .main-navigation-holder .logo {
        display: none;
    }
    .hd-image {
        transform-origin: top right;
    }
    /* .intro {
height: 2000px;
} */
    
    .es_obj.bn-hd {
        max-width: 1600px;
        margin: 0 auto;
        padding: 25px !important;
    }
    .hd-1 {
        font-size: calc(var(--h1-font-size) + 0.6vw) !important;
        font-weight: 600;
    }
    .hd-2 {
        font-size: calc(var(--h3-font-size) + 0.6vw) !important;
        font-weight: 400;
    }
    .hd-3 {
        font-size: calc(var(--h1-font-size) + 0.6vw) !important;
        font-weight: 800;
        text-transform: uppercase;
        color: var(--color-accent) !important;
    }
    .bn-p {
        & P {
            /* padding-right: 100px; */
            font-size: var(--h5-font-size) !important;
            /* padding-right: 100px; */
            max-width: 80ch;
            color: var(--color-text-light);
            padding-bottom: 20px;
        }
    }
    .es_obj.bn-bu {
        & a {
            display: block;
            width: fit-content;
            font-size: var(--h5-font-size) !important;
            background-color: var(--color-black);
            color: var(--color-white) !important;
            padding: 12px 40px;
            border-radius: 4px;
            margin: 20px 0 30px 0;
            &:hover {
                background-color: var(--color-accent);
                color: var(--color-black) !important;
            }
        }
    }
    .int {
        display: flex;
        width: fit-content;
        gap: 8px;
        margin-bottom: 20px;
        align-items: center;
        & img {
            display: block;
            line-height: 0;
        }
        &:before, &::after {
            content: '- - - - - - - ';
            font-weight: 300;
        }
    }
    .services-home img {
        margin: 0 auto;
        display: block;
    }
    .services-overview {
        display: block;
        &>div {
            background-color: var(--color-bg-alt);
            padding: 30px;
            margin-bottom: 50px;
            &:before {
                content: '';
                display: block;
                width: 80px;
                height: 80px;
                background-color: var(--color-white);
                border-radius: 50%;
                line-height: 0;
                border: 1px dashed var(--color-border-light);
                background-repeat: no-repeat;
                background-position: center center;
                margin-left: -70px;
                margin-top: -70px;
            }
            &:nth-child(1):before {
                background-image: url(../../../media/website_images/icon_01.webp);
            }
            &:nth-child(2):before {
                background-image: url(../../../media/website_images/icon_02.webp);
            }
            &:nth-child(3):before {
                background-image: url(../../../media/website_images/icon_03.webp);
            }
            &:nth-child(4):before {
                background-image: url(../../../media/website_images/icon_04.webp);
            }
        }
        & h2 {
            font-weight: 400;
            font-size: var(--h4-font-size);
            margin-bottom: 0;
        }
    }
    .stats-wrapper {
        background: linear-gradient(0deg, var(--color-bg-alt) 0%, var(--color-bg-alt) 50%, var(--color-white) 50%, var(--color-white) 100%);
    }
    .stats {
        padding: 40px 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        position: relative;
        background-color: var(--color-accent);
        border-radius: var(--bdrs-small);
        background-color: #FFBC2D;
        opacity: 1;
        background: repeating-linear-gradient(-45deg, #FFD06C 25%, #FFD06C 50%, #FFBC2D 50%, #FFBC2D 75%);
    }
    .stats li {
        padding: 10px 0;
        /* margin: 0 0 20px 0; */
        text-align: center;
        font-size: calc(var(--h1-font-size) + 0.6vw);
        font-weight: 800;
        line-height: 1.5em;
        white-space: nowrap;
        color: var(--color-black);
        position: relative;
        z-index: 2;
        /*  &:nth-child(1):before, &:nth-child(3):before {
content: '';
display: block;
width: 150%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: -1;
transform: skew(-45deg);
background-color: rgba(255, 255, 255, 0.3);
} */
    }
    .stats li .hd {
        font-size: calc(var(--h3-font-size) + 0vw);
        font-weight: 400;
        color: var(--color-black);
        display: block;
        margin: 10px 10px;
        margin-top: 0;
        font-family: var(--ff-alt);
        text-align: center;
        white-space: nowrap;
    }
    .stats li b {
        display: inline-block;
        transform: translateY(7px);
    }
    .stats li img {
        display: block;
        margin: 0 auto 20px auto;
    }
    .ft-heading {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
        text-transform: uppercase;
        align-items: center;
        margin-bottom: 50px;
        &>div:nth-child(1) {
            text-align: right;
        }
        & h2, & h3 {
            padding: 0;
            margin: 0;
        }
        & h2 span, & h3 span {
            display: block;
        }
        & h2 span {
            font-size: var(--h1-font-size);
            color: var(--color-accent);
        }
        &>div:nth-child(2) {
            display: flex;
            flex-direction: column;
            align-items: center;
            flex: 1;
            background-color: var(--color-black);
            padding: 20px;
            & h3 {
                color: var(--color-white);
                font-size: calc(var(--h1-font-size) + 0.5vw);
                & span {
                    font-size: var(--h4-font-size);
                    font-weight: 300;
                    color: var(--color-accent);
                    letter-spacing: 0.18em;
                }
            }
        }
    }
    .ft-blocks {
        display: flex;
        flex-wrap: wrap;
        gap: var(--col-gap);
        &>div {
            width: var(--col-2c-width);
            background-color: var(--color-white);
            border: 1px dashed var(--color-border-light);
            text-align: center;
            padding: 0 30px;
            aspect-ratio: 13 / 9;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        & h3 {
            font-size: var(--h4-font-size);
            font-weight: 400;
            padding: 0;
            margin: 0;
        }
        & img {
            max-width: 100%;
            margin-bottom: 20px;
        }
    }
    .eliteCarousel .ec-slide {
        border-style: dashed;
    }
    #footer {
        background-color: var(--color-bg-alt-2);
        /* margin-top: 50px; */
    }
    .cta-block {
        width: 100%;
        background: linear-gradient(0deg, rgba(240, 240, 241, 1) 0%, rgba(240, 240, 241, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        margin-bottom: 50px;
        position: relative;
        overflow: clip;
        z-index: 1;
        &:before {
            content: '';
            width: 100vw;
            height: 0;
            border-top: 1px dashed var(--color-border-light);
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: -1;
        }
        &>div {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            background-color: var(--color-white);
            border: 1px dashed var(--color-border-light);
            margin: 0 auto;
            padding: 10px 30px;
            width: fit-content;
        }
        & p {
            padding: 0 !important;
            font-size: var(--h5-font-size);
            text-align: center;
        }
        & a {
            display: inline-flex;
            align-items: center;
            width: fit-content;
            background-color: var(--color-black);
            text-decoration: none;
            color: var(--color-white);
            padding: 10px 30px;
            border-radius: 4px;
            margin: 5px;
            &:hover {
                background-color: var(--color-accent);
                color: var(--color-black);
            }
        }
    }
    .footer-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        background-color: var(--color-white);
        &>div {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 10px 0;
            &:first-child {
                & h5 {
                    font-weight: 500;
                    padding: 0;
                    margin: 0;
                    & span {
                        display: block;
                        text-align: right;
                        font-weight: 400;
                        color: var(--color-text-light);
                        font-size: var(--h6-font-size);
                    }
                }
                &>div:first-child {
                    position: relative;
                    &:before {
                        content: '';
                        display: block;
                        background-color: var(--color-bg-alt-2);
                        height: calc(100% + 20px);
                        width: 20px;
                        position: absolute;
                        top: -10px;
                        left: 0;
                        z-index: 1;
                    }
                }
                img {
                    display: block;
                    margin: -20px 20px -20px 0;
                    position: relative;
                    z-index: 2;
                }
            }
            &:last-child>div {
                display: flex;
                align-items: center;
            }
        }
        & .icon {
            font-size: 18px;
            vertical-align: middle;
        }
    }
    .footer-bottom {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 5px;
        margin-bottom: 20px;
    }
    ul.social-media-menu {
        display: flex;
        margin-right: 20px;
    }
    ul.social-media-menu li:last-child {
        margin-right: 0;
    }
    ul.social-media-menu li {
        margin: 0;
    }
    ul.social-media-menu li a {
        line-height: 0;
        text-indent: -99999px;
    }
    ul.social-media-menu li a:before {
        text-indent: 0px;
        background-color: transparent;
        height: auto;
        font-size: 18px;
        color: var(--color-black);
    }
    ul.social-media-menu li a:hover:before {
        background-color: transparent !important;
        color: var(--color-accent);
    }
    ul.social-media-menu li a:after {
        display: none;
    }
    .social-media-menu li a[href*="tel"]:before {
        content: "\efbb";
    }
    /* .appr-block {
display: flex;
flex-wrap: wrap;
gap: var(--col-gap);
counter-reset: section;
&>div {
width: var(--col-2c-width);
background-color: #FFEDCC;
border-radius: var(--bdrs-small);
text-align: center;
padding: 20px;
aspect-ratio: 18 / 9;
background: linear-gradient( -45deg, #FFD06C 25%, #FFD06C 50%, #FFBC2D 50%, #FFBC2D 75%);
&::before {
counter-increment: section;
content: counter(section);
font-size: calc(var(--h1-font-size) + 1vw);
display: block;
font-weight: 800;
padding: 20px;
color: var(--color-white);
background-color: var(--color-accent-2);
width: fit-content;
margin: 0 auto;
margin-bottom: 20px;
border-radius: 50%;
aspect-ratio: 1 / 1;
align-content: center;
}
& h3 {
padding: 0;
margin: 0;
font-weight: 400;
font-size: var(--h5-font-size);
}
}
} */
    
    .content-block.appr-holder {
        padding-top: 50px;
        padding-bottom: 50px;
        background-color: var(--color-accent-lite);
    }
    .appr-block {
        display: flex;
        flex-wrap: wrap;
        gap: var(--col-gap);
        counter-reset: section;
        /* margin: 40px auto; */
        &>div {
            width: var(--col-2c-width);
            border-radius: var(--bdrs-small);
            text-align: center;
            padding: 20px;
            background-color: var(--color-accent-lite);
            /* background: linear-gradient( -45deg, #FFD06C 25%, #FFD06C 50%, #FFBC2D 50%, #FFBC2D 75%); */
            border: 1px solid var(--color-accent);
            &::before {
                counter-increment: section;
                content: counter(section);
                font-size: calc(var(--h1-font-size) + 1vw);
                display: block;
                font-weight: 500;
                padding: 20px;
                color: var(--color-white);
                background-color: var(--color-accent-2);
                width: fit-content;
                margin: 0 auto;
                margin-bottom: 20px;
                border-radius: 50%;
                aspect-ratio: 1 / 1;
                align-content: center;
            }
            & h3 {
                padding: 0;
                margin: 0;
                font-weight: 400;
                font-size: var(--h5-font-size);
            }
        }
    }
    .str-block {
        background-color: var(--color-white);
        border-radius: var(--bdrs-small);
        gap: 0;
        position: relative;
        overflow: clip;
        justify-content: center;
        &>div {
            text-align: center;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: -1px;
            &:before {
                content: '';
                display: block;
                background-color: var(--color-accent);
                height: 70%;
                width: 1px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
                right: 100%;
            }
            &:after {
                content: '';
                display: block;
                background-color: var(--color-accent);
                height: 1px;
                width: 80%;
                position: absolute;
                bottom: 0;
                z-index: 1;
            }
            &:nth-child(1):before, &:nth-child(4):before {
                display: none;
            }
        }
        & h4 {
            padding: 0;
            margin: 0;
            font-size: var(--h5-font-size);
            font-weight: 400;
            color: var(--color-text-light);
        }
        & img {
            display: block;
            margin-bottom: 10px;
            max-width: 100%;
        }
    }
    .str-block.b2 {
        background-color: transparent;
        gap: var(--col-gap);
        overflow: visible;
        &>div {
            background-color: var(--color-white);
            margin: 0;
            border: 1px solid var(--color-border-light-2);
            /* box-shadow: var(--box-shadow-1); */
            border-radius: var(--bdrs-small);
            & img {
                filter: var(--filter-accent);
            }
            &::before, &::after {
                display: none;
            }
        }
        & h4 {
            color: var(--color-text);
        }
    }
    .mv-block {
        background-color: var(--color-white);
        display: flex;
        justify-content: space-between;
        position: relative;
        border-radius: var(--bdrs-small);
        border: 1px dashed var(--color-border-light);
        margin-top: 20px;
        &::before {
            content: '';
            display: block;
            width: 1px;
            height: 70%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translateY(-50%);
            border-right: 1px dashed var(--color-border-light);
        }
        &>div {
            width: var(--col-2c-width);
            padding: 30px;
            position: relative;
        }
        & h2 {
            font-size: var(--h4-font-size);
            margin-bottom: 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            & img {
                width: 32px;
                filter: var(--filter-accent);
            }
        }
    }
    .intro-block {
        border-radius: var(--bdrs-small);
    }
    .team-holder {
        width: 100%;
        display: flex;
        position: relative;
        margin: 40px auto;
        gap: var(--col-gap);
    }
    .team-holder .ss-slide {
        width: var(--col-4c-width);
        background-color: var(--color-white);
        /* box-shadow: var(--box-shadow-1); */
        border-radius: var(--bdrs-small);
        position: relative;
        border: 1px solid var(--color-accent);
    }
    .team-holder .ss-slide>div {
        width: 80%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .team-holder .ss-slide .image img {
        display: block;
        width: 70%;
        border-radius: 50%;
        margin: 0 auto;
    }
    .team-holder .ss-slide .image {
        width: 100%;
        padding: 5% 0;
        background: linear-gradient(180deg, var(--color-accent-lite) 50%, transparent 50%);
        border-radius: 6px 6px 0 0;
    }
    .team-holder .ss-slide .name {
        text-align: center;
        font-size: var(--h5-font-size);
        & b {
            font-weight: 500;
        }
    }
    .team-holder .ss-slide .text p {
        text-align: center;
    }
    .team-holder .ss-slide .text p {
        padding: 20px 0;
    }
    .team-holder .ss-slide .des {
        color: var(--color-accent-2);
        text-align: center;
        padding: 10px 0;
    }
    .associates {
        margin: 30px auto;
        &>div {
            background-color: var(--color-white);
            border-radius: var(--bdrs-small);
            & h2 {
                font-size: var(--h4-font-size);
                text-transform: uppercase;
            }
        }
    }
    .logo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
        &>div {
            background-color: var(--color-white);
            gap: 20px;
            width: var(--col-3c-width);
            display: flex;
            flex-direction: column;
            border: 1px solid var(--color-accent);
            padding-top: 10px;
            border-radius: var(--bdrs-small);
            /* flex: 1; */
            & img {
                max-width: 100%;
            }
            & span {
                margin-top: auto;
                display: block;
                background-color: var(--color-accent-lite);
                padding: 10px;
                width: 100%;
                border-radius: 0 0 var(--bdrs-small) var(--bdrs-small);
            }
        }
    }
    .services-page {
        overflow-x: clip;
    }
    .s-box {
        display: flex;
        flex-direction: column;
        gap: 50px;
        &>div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            /* gap: 10px; */
            background-color: var(--color-bg-alt);
            border-radius: var(--bdrs-small);
            position: relative;
            z-index: 1;
            /* overflow-x: clip; */
            &:after {
                content: '';
                display: block;
                background-color: var(--color-bg-alt);
                position: absolute;
                top: 0;
                right: -50%;
                bottom: 0;
                left: -50%;
                z-index: -1;
            }
            &:nth-child(even) {
                flex-direction: row-reverse;
                background-color: var(--color-white);
                &::after {
                    display: none;
                }
                & .ab-services {
                    background-color: var(--color-bg-alt);
                    /* border: 1px solid var(--color-accent); */
                    & .icon-image {
                        background-color: #292a31;
                        & span {
                            color: var(--color-white);
                        }
                        & img {
                            filter: var(--filter-white);
                        }
                        &:before, &:after {
                            background-color: var(--color-black);
                        }
                    }
                }
                & h3 {
                    color: var(--color-black);
                }
            }
            &>div {
                padding: 30px;
                /* border: 1px solid #000; */
                &:nth-child(2) {
                    flex: 1;
                }
                &:nth-child(3) {
                    width: var(--col-1c-width);
                }
                &:nth-child(1) img {
                    display: block;
                    margin: 0 auto;
                    max-width: 100%;
                }
            }
        }
    }
    .ab-services {
        background-color: var(--color-white);
        border: 1px solid var(--color-border-light-2);
        border-radius: var(--bdrs-small);
        gap: 0;
        justify-content: center;
        padding: 30px;
        /* width: 100%; */
        position: relative;
        overflow: clip;
        & * {
            text-align: center;
        }
        & h3 {
            font-size: calc(var(--h4-font-size) - 0.1vw);
            font-weight: 500;
            color: var(--color-accent-2);
        }
        & p {
            text-align: center;
            padding: 0 30px;
        }
        & .icon-image {
            background-color: var(--color-accent);
            width: 160px;
            height: 100px;
            align-content: center;
            border-radius: var(--bdrs-small);
            margin: 15px auto 30px auto;
            position: relative;
            z-index: 2;
            & span {
                color: var(--color-black);
                font-size: var(--h5-font-size);
                font-family: var(--ff-default);
                font-weight: 500;
            }
            & img {
                /* filter: var(--filter-white); */
                max-height: 42px;
                display: block;
                margin: 0 auto;
                margin-bottom: 5px;
            }
            &:before, &:after {
                content: '';
                display: block;
                background-color: var(--color-accent);
                height: 1px;
                width: 100%;
                position: absolute;
                top: 50%;
                z-index: -1;
            }
            &:before {
                left: -100%;
            }
            &:after {
                left: 100%;
            }
        }
        &>div:last-child {
            & .icon-image::after {
                width: 100%;
            }
        }
    }
    .s-image.flip {
        transform: scaleX(-1);
    }
    .arr-list {
        padding: 0;
        margin: 0;
        &>li {
            list-style: none;
            display: inline-block;
            &:after {
                font-family: 'icons';
                content: "\ea94";
                vertical-align: middle;
                margin: 0 5px;
            }
            &:last-child::after {
                display: none;
            }
        }
    }
    .ab-services-2 {
        display: flex;
        justify-content: center;
        background-color: var(--color-white);
        border: 1px solid var(--color-border-light-2);
        border-radius: var(--bdrs-small);
        gap: 10px;
        margin: 20px auto;
        padding: 50px;
        flex-wrap: wrap;
        &>div {
            padding: 20px;
            /* border: 1px solid #000; */
            position: relative;
            z-index: 2;
            padding: 30px;
            /* flex: 1; */
            width: fit-content;
            &::after {
                content: '';
                display: block;
                background-color: var(--color-accent);
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: -1;
                transform: skew(-45deg);
            }
        }
        & P {
            padding: 0;
            font-size: var(--h5-font-size);
            color: var(--color-black);
        }
    }
    .grid-2c {
        display: flex;
        flex-wrap: wrap;
        &>div:first-child {
            width: 100%;
        }
        &>div {
            background-color: var(--color-white);
            padding: 30px;
            color: var(--color-text-light);
            width: 48%;
            margin: 1%;
            border-radius: var(--bdrs-small);
            & h2 {
                font-weight: 500;
                text-transform: uppercase;
                font-size: 18px;
            }
            & .icon {
                font-size: 24px;
                color: var(--color-accent);
            }
            & a {
                color: var(--color-text-light);
                text-decoration: none;
            }
        }
    }
    .gmap {
        padding: 0 !important;
        & iframe {
            width: 100%;
            min-height: 100%;
            border-radius: var(--bdrs-small);
        }
    }
    form[name='contact_form'] {
        max-width: initial;
        border: none;
        background-color: var(--color-bg-alt);
        border-radius: var(--bdrs-small);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        &>div {
            width: var(--col-2c-width);
            &.full-width {
                width: var(--col-1c-width);
            }
            & label {
                display: none;
            }
            &.buttons-wrapper {
                width: var(--col-1c-width);
                &>button {
                    padding: 10px 40px;
                    border-radius: var(--bdrs-small);
                    font-size: var(--h5-font-size);
                    &:hover {
                        background-color: var(--color-accent);
                    }
                }
            }
        }
        & input, & textarea {
            border-radius: var(--bdrs-small);
            padding: 1em;
            width: 100%;
            &::placeholder {
                font-size: var(--default-font-size);
                color: var(--color-text);
            }
        }
    }
    .grid-item img {
        border-radius: var(--bdrs-small);
    }
    @media screen and (max-width:1150px) {
        .contact-block {
            & .col {
                background-color: var(--color-bg-alt);
            }
        }
        .w-80 {
            width: 100%;
        }
        .footer-info {
            &>div:nth-child(2) {
                display: none;
            }
        }
        .content-block:nth-of-type(2):not(.keep-padding) {
            padding-top: 0;
            padding-bottom: 0;
        }
        .mv-block {
            margin-top: 0;
            margin-bottom: 30px;
        }
        .services-home {
            gap: 0;
            &>div {
                width: var(--col-1c-width);
            }
        }
        .services-overview {
            display: flex;
            flex-wrap: wrap;
            gap: var(--col-gap);
            &>div {
                width: var(--col-2c-width);
            }
        }
        #header {
            position: relative;
            top: 0;
        }
        #header.header-down {
            margin-top: 0px;
        }
        #header:after {
            display: none;
        }
        .header-down .header-bottom {
            box-shadow: none;
        }
        #header .main-navigation-holder .logo {
            display: block !important;
            margin: 0 auto;
            width: fit-content;
            float: none;
        }
        /* Navigation */
        .navicon-holder {
            display: block;
            margin-right: 0px;
        }
        nav.main-navigation-holder {
            display: block;
            float: none;
            margin: 0;
            padding: 0;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            overflow: hidden;
            pointer-events: none;
        }
        nav.main-navigation-holder.active {
            z-index: 100;
            pointer-events: inherit;
        }
        #body-main.blur {
            filter: blur(3px);
        }
        body.fixed {
            position: absolute;
            overflow: hidden;
        }
        .main-navigation-holder.active:before {
            content: '';
            display: block;
            position: absolute;
            top: 0%;
            left: 0%;
            right: 0;
            bottom: 0;
            background-color: #1E1E1E;
            opacity: 0.9;
        }
        nav.main-navigation-holder.active:before {
            content: '';
            display: block;
            position: absolute;
            top: 0%;
            left: 0%;
            right: 0;
            bottom: 0;
        }
        nav.main-navigation-holder .mn-inner {
            transition: all .45s;
            animation-timing-function: cubic-bezier(.37, 0, .32, .84);
            background-color: var(--color-white);
            transform: translateY(0) translateX(-100%);
            width: 100vw;
            height: 100vh;
            padding: 5em 2em 5em 2em;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            border-radius: 0;
        }
        nav.main-navigation-holder.active .mn-inner {
            transform: translateY(0px) translateX(0);
        }
        .main-navigation *, .main-navigation ul, .main-navigation ul ul {
            position: inherit;
            display: inherit;
            margin: 0;
            padding: 0;
            opacity: 1;
            visibility: visible;
            transition: none;
            transform: none;
            all: unset;
            z-index: 1;
            cursor: pointer;
            border: none;
        }
        .main-navigation {
            flex-direction: column;
            padding: 0 20px;
            width: 100%;
            max-width: 600px;
            margin: 0 auto;
        }
        .main-navigation {
            border-radius: 10px;
            padding: 30px;
            margin: 30px auto;
        }
        .main-navigation>li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        }
        .main-navigation>li:nth-last-child(1) {
            border-bottom: none;
            margin: 40px auto 0 auto;
        }
        .main-navigation>li:nth-last-child(2) {
            border-bottom: none;
        }
        .main-navigation>li:nth-last-child(1) a {
            border-radius: 4px;
            padding: 12px 40px !important;
            background-color: var(--color-accent);
            &:hover {
                color: var(--color-white);
            }
        }
        .main-navigation li a, .header-down .main-navigation li a {
            color: var(--color-black);
            padding: 12px 0;
        }
        .main-navigation li a:hover, .header-down .main-navigation li a:hover {
            color: var(--color-accent);
        }
        .main-navigation li::before {
            display: none;
        }
        .main-navigation>li a:before {
            display: none;
        }
        .main-navigation li.open {
            border-bottom: none;
        }
        .main-navigation .subnav>a {
            margin-bottom: 0;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
        }
        .main-navigation .subnav>a:before {
            content: '+';
            transform: translateX(-10px);
        }
        .main-navigation .subnav.open>a:before {
            content: '-';
        }
        .main-navigation .subnav li>a {
            color: var(--color-black);
            padding: 8px 8px;
            &:hover {
                /* color: var(--color-accent-2); */
                background-color: transparent;
            }
        }
        .main-navigation .subnav ul, .main-navigation .subnav:hover ul {
            display: block;
            border: 1px solid transparent;
            transition: all .15s ease;
            height: 0;
            visibility: hidden;
            opacity: 0;
            background-color: var(--color-bg-alt);
        }
        .main-navigation .subnav.open>ul {
            height: auto;
            visibility: visible;
            opacity: 1;
            padding: 10px 0;
        }
        .main-navigation .subnav.open>ul ul {
            padding: 0;
            background-color: rgba(0, 0, 0, .1);
        }
        .features-block {
            margin: 20px auto;
            /* gap: 0; */
            &>div {
                width: var(--col-1c-width);
                padding-left: 0;
                padding-right: 0;
            }
        }
        .ft-blocks {
            &>div {
                width: var(--col-4c-width);
                padding: 30px;
            }
        }
        .ft-heading {
            &>div:nth-child(1) {
                text-align: left;
            }
        }
    }
    @media screen and (max-width:1024px) {
        .logo-grid {
            &>div {
                width: var(--col-2c-width);
            }
        }
        .ab-services {
            gap: 20px;
            &>div {
                position: relative;
                overflow: clip;
                width: var(--col-2c-width);
            }
        }
    }
    @media screen and (max-width:980px) {
        .contact-block {
            & .col {
                gap: 0;
                &>div {
                    width: var(--col-1c-width);
                }
            }
        }
        .gmap {
            min-height: 400px;
        }
        .why-us-appr {
            &>div {
                width: var(--col-1c-width);
            }
        }
        .team-holder {
            flex-wrap: wrap;
        }
        .team-holder .ss-slide {
            width: var(--col-2c-width);
        }
        .intro-block {
            &>div {
                width: var(--col-1c-width);
                padding: 0;
            }
        }
        #footer {
            text-align: center;
        }
        #footer .copyright, #footer .social-media-menu {
            float: none;
        }
        /* #footer .social-media-menu {
margin-top: 15px;
} */
        .developer {
            padding-left: 0;
            margin-left: 0;
            border-left: none;
        }
    }
    @media screen and (max-width:880px) {
        /* .eg-slider {
display: flex !important;
flex-direction: column;
width: 100% !important;
} */
        .eg-slider>.slide {
            position: relative;
            background-color: var(--color-bg-alt) !important;
        }
        .es-wrap {
            height: auto !important;
        }
        .es_obj.bn-hd, .es_obj.hd-image, .es_obj.bn-bu {
            position: inherit !important;
            padding: 0 25px !important;
            /* height: auto !important; */
        }
        .es_obj.hd-image {
            padding: 0 !important;
            max-width: 100% !important;
            width: 100% !important;
            display: block;
            margin-bottom: -50px;
        }
        .es_obj.bn-bu a {
            margin-top: 0px;
        }
    }
    @media screen and (max-width:768px) {
        .s-box-holder {
            padding: 0;
        }
        .s-box {
            &>div {
                padding-bottom: 25px;
                &>div {
                    padding: 0 25px;
                    width: var(--col-1c-width);
                }
            }
        }
        .ab-services {
            padding: 25px 0;
            &>div {
                width: var(--col-1c-width);
                padding: 0;
                margin: 0 40px;
            }
        }
        .associates {
            margin: 10px auto;
            &>div {
                width: var(--col-1c-width);
                padding: 0;
            }
        }
        .logo-grid {
            gap: 20px;
            &>div {
                width: var(--col-3c-width);
            }
        }
        .ft-blocks {
            padding-bottom: 30px;
            &>div {
                width: var(--col-2c-width);
            }
        }
        .features-block {
            &>div {
                padding: 0;
            }
        }
        .cta-block {
            margin-bottom: 10px;
        }
        .footer-info {
            padding: 20px;
            flex-direction: column;
            &>div {
                flex-direction: column;
                &>div {
                    /* margin-right: auto; */
                }
                &:nth-child(2) {
                    display: inherit;
                }
                &:first-child {
                    & h5 {
                        & span {
                            text-align: center;
                        }
                    }
                    &>div {
                        /* margin-left: auto; */
                    }
                    &>div:first-child {
                        position: relative;
                        &:before {
                            display: none;
                        }
                    }
                    img {
                        margin: 0;
                        margin-bottom: 10px;
                    }
                }
            }
            & .icon {
                font-size: 18px;
                vertical-align: middle;
            }
        }
        .appr-block {
            &>div {
                width: var(--col-2c-width);
            }
        }
    }
    @media screen and (max-width:640px) {
        .grid-2c>div {
            width: 100%;
        }
        form[name='contact_form'] {
            &>div {
                width: var(--col-1c-width);
            }
        }
        #footer .wrapper {
            padding: 0;
        }
        .cta-block {
            margin-bottom: 0;
        }
        .cta-block>div {
            border-right: none;
            border-left: none;
            /* border-top: 1px dashed var(--color-border-light); */
        }
        .services-overview {
            gap: 0;
            &>div {
                width: var(--col-1c-width);
            }
        }
        .ft-blocks {
            padding-top: 0;
            &>div {
                /* width: var(--col-1c-width); */
                aspect-ratio: inherit;
                /* padding: 30px; */
            }
        }
        .str-block {
            &>div {
                width: var(--col-2c-width);
                &:nth-child(odd):before {
                    display: none;
                }
                &:nth-child(4)::before {
                    display: block;
                }
            }
        }
        .str-block.b2>div:nth-child(4):before {
            display: none;
        }
    }
    @media screen and (max-width:580px) {
        .logo-grid {
            &>div {
                width: var(--col-2c-width);
            }
        }
        .team-holder .ss-slide {
            width: var(--col-1c-width);
        }
        .mv-block {
            flex-wrap: wrap;
            &::before {
                display: none;
            }
            &>div {
                width: var(--col-1c-width);
                /* padding: 10px 20px; */
                &:nth-child(2) {
                    border-top: 1px dashed var(--color-border-light);
                }
            }
        }
    }