/* Start of footer pages  */

.footer_content {
    position: relative;
    padding-bottom: 80px;
}

.entry-content .headerText {
    font-size: 32px;
    line-height: 64px;
    margin: 0 0 20px;
    font-weight: 700;
}

.entry-content .subHeaderText {
    font-size: 1.75vw;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: normal;
}

.entry-content h4.subHeaderText {
    font-size: 1.35vw;
}

.entry-content .entry-summary p {
    text-align: left;
    margin-bottom: 12px;
}

.entry-content .entry-summary p:last-child {
    margin: 0px;
}

.entry-content .entry-summary p b {
    font-weight: 400;
}

.entry-content .blog-post>.inner-post p:first-child {
    margin-top: 0px;
}

.entry-content .unstyle {
    padding-left: 30px;
    list-style: none;
    margin-bottom: 12px;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    margin-bottom: 0;
}

.s-design .ot-icon-list-item span {
    position: relative;
    align-self: baseline;
    text-align: left;
    line-height: 28px;
}

.s-design .ot-icon-list-item span b {
    font-weight: bold;
}

.ot-icon-list-wrapper .ot-icon-list-icon {
    margin-right: 5px;
    font-size: 13px;
}

.unstyle.ot-icon-list-items .ot-icon-list-item:last-child .ot-icon-list-icon {
    margin-bottom: 0px;
}

.s-design .ot-icon-list-icon i {
    color: #847968;
}

.ot-icon-list-wrapper .ot-icon-list-item {
    display: flex;
    align-items: center;
    word-break: normal;
}

.ot-icon-list-wrapper .ot-icon-list-icon i {
    display: block;
    width: 1em;
    height: 1em;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.ot-icon-list-icon .fa-circle:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border: 2px solid #6645eb;
    border-radius: 10px;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 45%;
    transform: translateY(-30%);
    transition: .4s all;
}

/* ================================== */

.pt-0 {
    padding-top: 0px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.innerpage_banner {
    padding: 100px 0 80px;
}

.container-default {
    max-width: var(--global--container--default);
    padding-right: var(--global--padding--small);
    padding-left: var(--global--padding--small);
    margin-left: auto;
    margin-right: auto;
}

.display-4 {
    font-size: var(--core--fonts--displays--display-4);
    line-height: var(--core--fonts--line-height--regular);
    font-weight: var(--core--fonts--weight--medium);
    letter-spacing: var(--global--letter-spacing--default);
}

.mg-bottom-small {
    margin-bottom: var(--core--sizes--margins--sm);
}

.text-light {
    color: var(--core--colors--neutrals--100);
}

/* =================================== */

.section.content-section-v2 {
    border-radius: var(--core--sizes--borders-radius--md);
    background-color: var(--core--colors--neutrals--100);
    padding-top: 80px;
    padding-bottom: 80px;
}

.section.content-section-v2.border-radius-bottom-none {
    border-bottom-left-radius: var(--core--sizes--borders-radius--none);
    border-bottom-right-radius: var(--core--sizes--borders-radius--none);
}

.section.content-section-v2.border-radius-top-none {
    border-top-left-radius: var(--core--sizes--borders-radius--none);
    border-top-right-radius: var(--core--sizes--borders-radius--none);
}

.testimonial-tab-wrapper {
    grid-column-gap: var(--core--sizes--rg);
    grid-row-gap: var(--core--sizes--rg);
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.tabs-content {
    text-align: center;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.w-tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
}

.w--tab-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.tab-text-content {
    opacity: 0;
    filter: blur(4px);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    position: relative;
    transition: all .5s ease-in;
}

.w--tab-active .tab-text-content {
    opacity: 1;
    filter: blur(0px);
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transition: all .5s ease-in;
}

.tabs-content {
    text-align: center;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
}

.display-7 {
    font-size: var(--core--fonts--displays--display-7);
    line-height: var(--core--fonts--line-height--regular);
    letter-spacing: var(--global--letter-spacing--default);
}

.mg-bottom-2x-extra-small {
    margin-bottom: var(--core--sizes--margins--2xsm);
}

.display-2 {
    font-size: var(--core--fonts--displays--display-2);
    line-height: var(--core--fonts--line-height--regular);
    font-weight: var(--core--fonts--weight--medium);
    letter-spacing: var(--global--letter-spacing--default);
}

.testimonial-tab-menu {
    grid-column-gap: var(--core--sizes--2xsm);
    grid-row-gap: var(--core--sizes--2xsm);
    justify-content: center;
    align-items: center;
    display: flex;
}

.w-tab-menu {
    position: relative;
}

.testimonial-tab-link {
    background-color: var(--core--colors--neutrals--200);
    transform-style: preserve-3d;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 0 10px;
    transition: transform .3s cubic-bezier(.322, 1.972, .778, 1.58), background-color .3s;
    display: flex;
}

.testimonial-tab-link:hover {
    transform: translate(0, -3px);
}

.testimonial-tab-link.w--current {
    background-color: var(--core--colors--secondary--600);
    padding-left: 4px;
    padding-right: 4px;
    transform: scale3d(1.2, 1.2, 1.01);
}

.testimonial-tab-link.alternative-color.w--current {
    background-color: var(--core--colors--secondary--200);
}

#w-node-a22673c0-cb58-84e2-c0ab-acb18518a67e-c5d4f307 {
    order: -9999;
    grid-area: 1 / 1 / 2 / 2;
}

/* ============================================= */

.section-the-numbers {
    background-color: #1e1d1e;
    height: 100vh;
    margin-bottom: -1px;
    position: relative
}

.statistics-sticky {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 80px;
    overflow: hidden
}

.statistics-color-background {
    background-color: #9bea9b;
    opacity: 0;
    position: absolute;
    inset: 0%
}

.wrap-statistics-01-02 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    overflow: hidden
}

.wrap-text-huge-left {
    font-size: var(--zoom-txt-size-02);
    position: absolute;
    top: 15%;
    right: 62%
}

.text-huge-numbers {
    color: #f2f2f2;
    text-align: right;
    padding-bottom: .05em;
    font-size: 3em;
    font-weight: 300;
    line-height: .67em
}

.wrap-exploring-the-numbers {
    font-size: var(--zoom-txt-size-02);
    max-width: 20%;
    padding-left: .3em;
    padding-right: .25em;
    top: 20%;
    position: absolute
}

.zoom-01 {
    justify-content: center;
    align-items: center;
    display: flex
}

.text-exploring-the-numbers {
    color: #f2f2f2;
    white-space: nowrap;
    margin-bottom: 0;
    font-size: .3em;
    font-weight: 400;
    line-height: 1.3em
}

.wrap-text-huge-right {
    font-size: var(--zoom-txt-size-02);
    position: absolute;
    top: 15%;
    left: 70%;
}

.wrap-statistics-03 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: 60vh;
    display: flex;
    position: absolute;
    top: 100vh
}

.zoom-03 {
    font-size: var(--zoom-txt-size-03);
    margin-top: 6em;
    margin-right: 8em;
    position: absolute
}

.text-number-statistics {
    color: #323232;
    margin-bottom: .22em;
    padding-bottom: .05em;
    font-family: Satoshi, sans-serif;
    font-size: 2em;
    font-weight: 300;
    line-height: .67em;
    position: relative
}

.line-statistics {
    border-bottom: .04em solid #323232;
    width: 100%;
    height: .04em;
    margin-bottom: .15em;
    position: relative
}

.wrap-content {
    position: relative
}

.text-signature-statistics {
    color: #323232;
    letter-spacing: .31em;
    text-transform: uppercase;
    padding-top: .02em;
    font-size: 18px;
    line-height: 1.3em;
    position: absolute
}

.wrap-statistics-04 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: 60vh;
    display: flex;
    position: absolute;
    top: 160vh
}

.zoom-04 {
    font-size: var(--zoom-txt-size-04);
    margin-bottom: 6em;
    margin-left: 8em;
    position: absolute
}

.wrap-statistics-05 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: 60vh;
    display: flex;
    position: absolute;
    top: 220vh
}

.zoom-05 {
    font-size: var(--zoom-txt-size-05);
    margin-top: 6em;
    position: relative
}

.wrap-statistics-06 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: 60vh;
    display: flex;
    position: absolute;
    top: 280vh
}

.zoom-06 {
    font-size: var(--zoom-txt-size-06);
    margin-bottom: .5em;
    margin-right: 8em;
    position: relative
}

.wrap-statistics-07 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 200%;
    height: 60vh;
    display: flex;
    position: absolute;
    top: 340vh
}

.zoom-07 {
    font-size: var(--zoom-txt-size-07);
    margin-bottom: 1em;
    margin-left: 8em
}

/* ===================================== */

.accordion .accordion-body {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 500ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding-right: 60px;
}

.accordion .accordion-header[aria-expanded='true']+.accordion-body {
    opacity: 1;
    max-height: 9em;
    transition: all 500ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-header[aria-expanded='true'] .accordion-button {
    background-color: #000;
}

.accordion .accordion-header[aria-expanded='true'] .accordion-arrow {
    transform: rotate(90deg);
    color: #fff;
}

/* ========================================= */

.testimonial-section {
    padding: 0px 0px 80px;
}

.footer-contact-details {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    border-right: 1px #2c2c2c;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    display: flex
}

.footer-contact-details .footer-page {
    display: grid;
    grid-template-columns: 0.1fr 1fr;
    align-items: baseline;
    gap: 20px;
}

.footer-contact-details .footer-text {
    color: #dfdfdf;
}

.footer-contact-details a .footer-text:hover {
    color: #fff;
}

.web-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navbar-menu-button-wrap-dark.w--open {
    background-color: #3898ec00 !important;
}

@media (min-width:1500px) and (max-width:1600px) {

    h1 {
        font-size: 12vw;
    }

    .sticky-wrap-nav {
        height: 12vh;
    }

    .w-nav-brand img {
        max-width: 160px;
    }

    .nav-link .small-text {
        font-size: 20px;
    }

    .project-card-inner {
        padding-top: 15vw;
    }
}

@media (min-width:992px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb71676984"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb71676987"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb7167698b"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="0cde54da-fe86-720f-a42f-be6f7288ad4e"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb7167698f"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="438582fe-9cc4-0cf1-7453-01cca42ef2fa"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="e99f890e-46e6-d1d0-b981-9ae7a615a935"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="de8898c9-d965-078d-e7d6-7adcfac5b566"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="8e11c56b-e3f4-ff65-65d0-4f02d77fd2c6"] {
        -webkit-transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="aeadade5-e6d7-d60d-f874-4e556f2ddcf8"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        color: rgb(255, 255, 255);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="50340bfa-5868-b077-5006-0dc57e3fb4d6"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        color: rgb(255, 255, 255);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="83d5e1e3-fbd3-9a00-65bf-3d958e0811eb"] {
        background-color: rgb(0, 0, 0);
    }
}

@media (max-width:991px) and (min-width:768px) {
    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb71676984"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb71676987"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb7167698b"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="0cde54da-fe86-720f-a42f-be6f7288ad4e"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="d2cbc0df-e302-3a69-273f-6afb7167698f"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="438582fe-9cc4-0cf1-7453-01cca42ef2fa"] {
        -webkit-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 0%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="e99f890e-46e6-d1d0-b981-9ae7a615a935"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="de8898c9-d965-078d-e7d6-7adcfac5b566"] {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 40%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="8e11c56b-e3f4-ff65-65d0-4f02d77fd2c6"] {
        -webkit-transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 15vw, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="aeadade5-e6d7-d60d-f874-4e556f2ddcf8"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        color: rgb(255, 255, 255);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="50340bfa-5868-b077-5006-0dc57e3fb4d6"] {
        -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0, 100%, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        color: rgb(255, 255, 255);
        opacity: 0;
    }

    html.w-mod-js:not(.w-mod-ix) [data-w-id="83d5e1e3-fbd3-9a00-65bf-3d958e0811eb"] {
        background-color: rgb(0, 0, 0);
    }
}

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

    .why-us-content {
        padding-top: 10vw;
    }

    .hero-accent-wrap {
        margin-top: 0px
    }

    .single-big-testimonial {
        min-height: 75vh;
    }

    .testimonial-sticky-wrap {
        height: 300vh;
    }

    .sticky-wrap-nav {
        height: 7vh;
    }

    .header-section.var-1 {
        padding: 1.5vh 0vh;
    }

    .hero-title-wrap {
        color: #000;
        flex-direction: column;
        gap: 20px;
    }

    .hero-desc-wrap {
        width: auto;
        position: relative;
        inset: 0px;
        opacity: 1 !important;
    }

    .home-banner.sticky-wrap {
        height: 100%;
        margin-top: 0px;
    }

    .hero-title-shade {
        display: none;
    }

    .hero-wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        padding: 80px 0px;
        min-height: auto;
    }

    .hero-moving-title {
        margin-left: 0px;
        transform: none !important;
    }

    .about-image.var-1,
    .about-image.var-2,
    .about-image.var-3 {
        transform: none !important;
    }

    .wrap-text-huge-left,
    .wrap-text-huge-right {
        top: 10%;
    }

    .wrap-exploring-the-numbers {
        top: 12%;
    }

    .section-the-numbers {
        height: 220vh !important;
    }

    .project-card-block {
        height: 50vh;
    }

    .project-card-inner {
        width: 50vw;
        padding-top: 0vw;
    }

    .project-desc-wrap {
        height: 42vh;
    }

    .why-title {
        top: 10vh;
    }

    .footer-menu-wrap-2 {
        grid-template-columns: 1.2fr auto;
    }

    .footer-menu-wrapper {
        display: grid;
        grid-template-columns: 0.3fr 0.7fr 1fr;
    }
}

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

    .section-the-numbers {
        height: 180vh !important;
    }

    .single-big-testimonial {
        min-height: 60vh;
    }

    .statistics-sticky {
        top: 70px;
    }

    .testimonial-section {
        padding-bottom: 60px;
    }

    .main-section.testimonial {
        padding-bottom: 0px;
    }

    .testimonial-title-wrap {
        padding-top: 60px;
    }

    .testimonial-sticky-wrap {
        height: 190vh;
    }

    .testimonial-camera {
        height: 60vh;
    }

    .why-us-section .about-wrap {
        padding: 60px 0px;
    }

    .main-section.why-us {
        padding-top: 60px;
    }

    .why-us-title,
    .why-us-content {
        padding-bottom: 60px;
    }

    .about-scroll-trigger {
        height: 100%;
    }

    .project-card-block {
        flex-direction: column-reverse;
        gap: 30px;
        overflow: auto;
        height: 100%;
        padding: 60px 30px;
    }

    .project-card-wrapper {
        width: 100%;
    }

    .project-desc-wrap {
        position: relative;
        inset: 0px;
        height: 100%;
        flex-direction: row;
    }

    .project-card-inner {
        width: 100%;
        height: 100%;
        position: relative;
        inset: 0px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .project-card {
        width: 43vw;
        height: 47vw;
        position: relative;
        inset: 0px;
        transform: none !important;
    }

    .text-exploring-the-numbers {
        font-size: 2.4vw;
    }

    .wrap-text-huge-left,
    .wrap-text-huge-right {
        top: 8%;
    }

    .wrap-exploring-the-numbers {
        top: 10%;
    }

    .about-us .main-section.about {
        padding: 60px 0px;
    }

    .hero-wrap {
        padding: 60px 0px;
    }

    .w-nav-brand img {
        max-width: 140px;
    }

    .nav-link .small-text {
        font-size: 18px;
    }

    .main-section.footer {
        padding-top: 60px;
    }

    .footer-menu-wrap-2 {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-menu-wrapper {
        grid-template-columns: auto auto auto;
    }

    .footer-logo-wrap.logo {
        justify-content: center;
        text-align: center;
    }

    .footer_content {
        padding-bottom: 60px;
    }
}

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

    .project-card-wrapper {
        padding-top: 0px;
        height: 100%;
    }

    .project-card {
        width: 100vw;
        height: 100vw;
        opacity: 1 !important;
    }

    .project-card-block {
        padding: 40px 20px;
    }

    .project-desc-wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    #cta.main-section {
        padding-top: 0px;
    }

    .testimonial-section {
        padding-bottom: 40px;
    }

    .tab-text-content .display-7 {
        font-size: 22px;
    }

    .testimonial-sticky-wrap {
        height: 300vh;
    }

    .testimonial-camera {
        height: 90vh;
        top: 75px;
    }

    .testimonial-rotate {
        height: 90vh;
    }

    .testimonial-title-wrap {
        padding-top: 40px;
        padding-bottom: 30px;
        width: 100%;
    }

    .why-us-section .about-wrap {
        padding: 40px 0px;
    }

    .why-us-title {
        padding-bottom: 40px;
    }

    .why-title,
    .why-us-card {
        text-align: center;
    }

    .achievement-card {
        align-items: center;
        gap: 15px;
    }

    .main-section.why-us {
        padding: 40px 0px;
    }

    .why-us-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .section-the-numbers {
        height: 240vh !important;
    }

    .text-exploring-the-numbers {
        font-size: 1.4rem;
    }

    .wrap-statistics-03,
    .wrap-statistics-04,
    .wrap-statistics-05,
    .wrap-statistics-06,
    .wrap-statistics-07 {
        position: relative;
        inset: 0px;
        transform: none !important;
    }

    .wrap-statistics-03,
    .wrap-statistics-04 {
        height: 0px;
    }

    .zoom-03 {
        position: relative;
        inset: 0px;
        margin-top: 0px;
    }

    .zoom-04 {
        position: relative;
    }

    .wrap-statistics-01-02 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 30px;
        padding-top: 40px;
    }

    .wrap-text-huge-left,
    .wrap-text-huge-right,
    .wrap-exploring-the-numbers {
        position: relative;
        inset: 0px;
        transform: none !important;
    }

    .about-us .main-section.about {
        padding: 40px 0px;
    }

    .hero-desc-wrap {
        text-align: center;
    }

    .hero-wrap {
        padding: 40px 0px;
    }

    .testimonial-tab-link {
        width: 50px;
        height: 50px;
    }

    .footer-menu-wrapper {
        grid-template-columns: auto;
    }

    .footer-contact-details {
        justify-content: center;
        text-align: center;
    }

    .footer-contact-details .footer-page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-contact-details .footer-page img {
        max-width: 40px;
    }

    .w-nav-brand img {
        max-width: 100%;
        width: 100%;
    }
}