
a__reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform,opacity
}

*,*:before,*:after {
    margin: 0;
    padding: 0;
    box-sizing: inherit
}

:root {
    --clip-size-sm-mob: 50px;
    --clip-size-sm-tab: 100px;
    --clip-size-md-tab: 150px;
    --clip-size-lg-mob: 100px;
    --clip-size-lg-tab: 200px;
    --game-bkg-color: rgb(255, 84, 44)
}

html {
    font-size: 62.5%;
    -ms-overflow-style: none;
    scrollbar-width: none
}

html ::-webkit-scrollbar {
    display: none
}

@supports(scroll-behavior: smooth) {
    html {
        scroll-behavior:smooth
    }
}

body {
    box-sizing: border-box;
    overscroll-behavior-y: none;
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

body a {
    color: inherit;
    text-decoration: inherit
}

h1,h2,h3,h4,h5,h6,p,ol,ul {
    font-weight: normal
}

.outer {
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 87.5em) {
    .outer--team {
        margin:0 auto
    }
}

.inner {
    padding: 0 2rem;
    height: 100%
}

@media only screen and (min-width: 75em) {
    .inner {
        padding:0 4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .inner {
        padding:0 6rem;
        margin: 0 auto
    }
}

.mt-site-content {
    position: relative
}

.image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.image {
    width: var(--imgwidth);
    padding-bottom: -webkit-calc(var(--imgwidth) / var(--aspect-ratio));
    padding-bottom: calc(var(--imgwidth) / var(--aspect-ratio));
    --imgwidth: 100%;
    --aspect-ratio: 1/1;
    position: relative
}

.image-row-2 {
    --aspect-ratio: 1/1.2
}

.image-team {
    --aspect-ratio: 1.4
}

.image-carousel {
    --aspect-ratio: 1/1.6
}

.image-carousel-lg {
    --aspect-ratio: 1/1.8
}

.image-contact {
    --aspect-ratio: 1/1.4
}

@media only screen and (min-width: 48em) {
    .image-contact {
           aspect-ratio: 16 / 9;      /* widescreen look */

    }

    .image-contact .image-inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
}

.image-insight {
    --aspect-ratio: 1/1.9
}

.image-insight-inner {
    --aspect-ratio: 1/2.1
}

@media only screen and (min-width: 75em) {
    .image-insight-inner {
        --aspect-ratio: 1/2.3
    }
}

@media only screen and (min-width: 87.5em) {
    .image-insight-inner {
        --aspect-ratio: 1/2.5
    }
}

.box {
    width: 100%;
    position: relative;
    overflow: hidden
}

.anim-image {
    background-color: #ff542c
}

.mt-curve-down {
    height: 2.5rem;
    width: 2.5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mt-curve-down--white {
    fill: #fff
}

.mt-body__curve-arrow {
    height: 2.5rem;
    width: 2.5rem
}

@media only screen and (min-width: 62em) {
    .mt-body__curve-arrow {
        height:4rem;
        width: 4rem
    }
}

.mt-body__curve-arrow--down {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mt-body__curve-arrow--white {
    fill: #fff
}

.mt-body__curve-arrow--red {
    fill: #ff542c
}

body {
    color: #000
}

@supports(text-rendering: geometricPrecision) {
    body {
        text-rendering:geometricPrecision
    }
}

@supports(-webkit-font-smoothing: antialiased) {
    body {
        -webkit-font-smoothing: antialiased
    }
}

@supports(-moz-osx-font-smoothing: grayscale) {
    body {
        -moz-osx-font-smoothing: grayscale
    }
}

.heading-xl {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: bold;
}

@media only screen and (min-width: 23.4375em) {
    .heading-xl {
        font-size:4.25rem;
        line-height: 4.25rem
    }
}

@media only screen and (min-width: 36em) {
    .heading-xl {
        font-size:5.5rem;
        line-height: 5.5rem
    }
}

@media only screen and (min-width: 48em) {
    .heading-xl {
        font-size:8rem;
        line-height: 8rem
    }
}

.heading-xl--white {
    color: #fff;
        -webkit-text-fill-color: #fff !important;
    text-fill-color: #fff !important;
    
}

.heading-service {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    line-height: 3.5rem
}

@media only screen and (min-width: 23.4375em) {
    .heading-service {
        font-size:4.5rem;
        line-height: 4.5rem
    }
}

@media only screen and (min-width: 36em) {
    .heading-service {
        font-size:5.5rem;
        line-height: 5.5rem
    }
}

@media only screen and (min-width: 48em) {
    .heading-service {
        font-size:8rem;
        line-height: 8rem
    }
}

@media only screen and (min-width: 62em) {
    .heading-service {
        font-size:10rem;
        line-height: 10rem
    }
}

@media only screen and (min-width: 75em) {
    .heading-service {
        font-size:14rem;
        line-height: 14rem
    }
}

.heading-service--white {
    color: #fff
}

.heading-lg {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase
}

@media only screen and (min-width: 23.4375em) {
    .heading-lg {
        font-size:3rem
    }
}

@media only screen and (min-width: 75em) {
    .heading-lg {
        font-size:4rem
    }
}

.heading-lg--white {
    color: #fff
}

.heading-md {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;

}

@media only screen and (min-width: 23.4375em) {
    .heading-md {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 75em) {
    .heading-md {
        font-size:3rem
    }
}

.heading-md--white {
    color: #fff
}

.text-lg {
    font-size: 2.25rem
}

@media only screen and (min-width: 48em) {
    .text-lg {
        font-size:1.8rem
    }
}

@media only screen and (min-width: 62em) {
    .text-lg {
        font-size:2rem
    }
}

@media only screen and (min-width: 75em) {
    .text-lg {
        font-size:2rem
    }
}

@media only screen and (min-width: 100em) {
    .text-lg {
        font-size:2.5rem
    }
}

.text-lg--white {
    color: #fff
}

.text-md {
    font-size: 2rem
}

@media only screen and (min-width: 62em) {
    .text-md {
        font-size:2.25rem
    }
}

@media only screen and (min-width: 75em) {
    .text-md {
        font-size:2.5rem
    }
}

.text-md--white {
    color: #fff
}

.text-md--bold {
    font-weight: 700
}

.text {
    font-size: 1.8rem
}

@media only screen and (min-width: 62em) {
    .text {
        font-size:2rem
    }
}

@media only screen and (min-width: 75em) {
    .text {
        font-size:2.25rem
    }
}

.text--white {
    color: #fff
}

.text--bold {
    font-weight: 700
}



.u-m-t-xs {
    margin-top: 1rem
}

@media only screen and (min-width: 48em) {
    .u-m-t-xs {
        margin-top:2rem
    }
}

.u-m-t-sm {
    margin-top: 2rem
}

@media only screen and (min-width: 48em) {
    .u-m-t-sm {
        margin-top:3rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-t-sm {
        margin-top:4rem
    }
}

.u-m-t-md {
    margin-top: 3rem
}

@media only screen and (min-width: 48em) {
    .u-m-t-md {
        margin-top:4rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-t-md {
        margin-top:5rem
    }
}

.u-m-t-lg {
    margin-top: 4rem
}

@media only screen and (min-width: 48em) {
    .u-m-t-lg {
        margin-top:5rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-t-lg {
        margin-top:6rem
    }
}

.u-m-t-xl {
    margin-top: 6rem
}

@media only screen and (min-width: 48em) {
    .u-m-t-xl {
        margin-top:8rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-t-xl {
        margin-top:12rem
    }
}

.u-m-b-xs {
    margin-bottom: 1rem
}

@media only screen and (min-width: 48em) {
    .u-m-b-xs {
        margin-bottom:2rem
    }
}

.u-m-b-sm {
    margin-bottom: 2rem
}

@media only screen and (min-width: 48em) {
    .u-m-b-sm {
        margin-bottom:3rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-b-sm {
        margin-bottom:4rem
    }
}

.u-m-b-md {
    margin-bottom: 3rem
}

@media only screen and (min-width: 48em) {
    .u-m-b-md {
        margin-bottom:4rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-b-md {
        margin-bottom:5rem
    }
}

.u-m-b-lg {
    margin-bottom: 4rem
}

@media only screen and (min-width: 48em) {
    .u-m-b-lg {
        margin-bottom:5rem
    }
}

@media only screen and (min-width: 62em) {
    .u-m-b-lg {
        margin-bottom:6rem
    }
}

.u-p-tb-xs {
    padding: 1rem 0
}

@media only screen and (min-width: 48em) {
    .u-p-tb-xs {
        padding:2rem 0
    }
}

@media only screen and (min-width: 62em) {
    .u-p-tb-xs {
        padding:3rem 0
    }
}

.u-p-tb-lg {
    padding: 5rem 0
}

@media only screen and (min-width: 48em) {
    .u-p-tb-lg {
        padding:7rem 0
    }
}

@media only screen and (min-width: 62em) {
    .u-p-tb-lg {
        padding:10rem 0
    }
}

.clip-t-l {
    border-top-left-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 62em) {
    .clip-t-l {
        border-top-left-radius:var(--clip-size-lg-tab)
    }
}

.clip-t-r {
    border-top-right-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 62em) {
    .clip-t-r {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.clip-b-l {
    border-bottom-left-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 62em) {
    .clip-b-l {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.clip-b-r {
    border-bottom-right-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 62em) {
    .clip-b-r {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.clip-sm-t-l {
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .clip-sm-t-l {
        border-top-left-radius:var(--clip-size-sm-tab)
    }
}

.clip-sm-t-r {
    border-top-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .clip-sm-t-r {
        border-top-right-radius:var(--clip-size-sm-tab)
    }
}

.clip-sm-b-l {
    border-bottom-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .clip-sm-b-l {
        border-bottom-left-radius:var(--clip-size-sm-tab)
    }
}

.clip-sm-b-r {
    border-bottom-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .clip-sm-b-r {
        border-bottom-right-radius:var(--clip-size-sm-tab)
    }
}

.u-footer-line-break {
    display: block
}

@media only screen and (min-width: 62em) {
    .u-footer-line-break {
        display:none
    }
}

.u-no-mob {
    display: none
}

@media only screen and (min-width: 62em) {
    .u-no-mob {
        display:block
    }
}

.mt-link {
    font-size: 1.4rem;
    text-transform: uppercase;
    display: inline-grid;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.mt-link:hover .mt-link__icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (min-width: 36em) {
    .mt-link {
        font-size:1.6rem
    }
}

@media only screen and (min-width: 62em) {
    .mt-link {
        font-size:1.9rem
    }
}

.mt-link__icon {
    height: 1.25rem;
    width: 1.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (min-width: 62em) {
    .mt-link__icon {
        height:1.75rem;
        width: 1.75rem
    }
}

.mt-link__icon--black {
    fill: #000
}

.mt-link__icon--white {
    fill: #fff
}

.mt-link__icon--close {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mt-link__title {
    margin-left: .5rem
}

.mt-link--black {
    color: #000
}

.mt-link--white {
    color: #fff
}

.c-hero {
    grid-column: full-start/full-end;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100)
}

.c-hero--home {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    background-color: transparent;
    z-index: 1
}

.c-hero--about {
    background-color: #43caff;
}

.c-hero--development {
background-color: #43caff;
    
}

.c-hero--places {
    background-color: transparent
}

.c-hero--services {
    background-color: transparent;
    color: #fff
}

.c-hero--development .c-hero__text {
    -webkit-align-self: center;
    align-self: center;
    font-size: 1.75rem
}

@media only screen and (min-width: 48em) {
    .c-hero--development .c-hero__text {
        -webkit-align-self:flex-end;
        align-self: flex-end;
        font-size: 1.8rem
    }
}

@media only screen and (min-width: 62em) {
    .c-hero--development .c-hero__text {
        font-size:2.7rem
    }
}

@media only screen and (min-width: 100em) {
    .c-hero--development .c-hero__text {
        font-size:3rem
    }
}

.c-hero--clients {
    background-color: #fff
}

.c-hero--principles {
    background-color: transparent;
    height: 70vh
}

.c-hero--contact {
    background-color: rgb(14, 143, 255);
}

.c-hero__grid {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    justify-items: center;
    text-align: center;
    position: relative;
    row-gap: 2rem;
    height: 100%
}

@media only screen and (min-width: 62em) {
    .c-hero__grid {
        grid-template-rows:repeat(3, 1fr)
    }
}

.c-hero__grid--404 {
    width: 100%;
    justify-items: normal;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.c-hero__title {
    grid-row: 2/span 1;
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 95%
}

.c-hero__title--home {
    text-transform: uppercase
}

.c-hero__text {
    grid-row: 3/span 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    align-self: flex-end;
    padding-bottom: 2rem;
    font-size: 2.25rem
}

@media only screen and (min-width: 48em) {
    .c-hero__text {
        font-size:1.8rem
    }
}

@media only screen and (min-width: 62em) {
    .c-hero__text {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 75em) {
    .c-hero__text {
        font-size:3rem
    }
}

@media only screen and (min-width: 100em) {
    .c-hero__text {
        font-size:3.5rem
    }
}

@media only screen and (min-width: 62em) {
    .c-hero__text {
        width:60%
    }
}

@media only screen and (min-width: 75em) {
    .c-hero__text {
        width:50%;
        padding-bottom: 3.5rem
    }
}

.c-hero__text--home {
    width: 70%
}

.c-hero__text--services,.c-hero__text--development {
    width: 70%
}

@media only screen and (min-width: 100em) {
    .c-hero__text--development {
        width:80%
    }
}

.c-hero__scroll {
    display: none
}

@media only screen and (min-width: 48em) {
    .c-hero__scroll {
        display:block;
        position: absolute;
        bottom: 2rem;
        left: 2rem
    }
}

@media only screen and (min-width: 75em) {
    .c-hero__scroll {
        bottom:3rem;
        left: 4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .c-hero__scroll {
        bottom:3rem;
        left: 5.5rem
    }
}

.c-hero__label {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.c-hero__label--white {
    color: #fff
}

.c-hero__icon--white {
    fill: #fff
}

.c-hero__video-wrapper {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    overflow: hidden;
    position: relative;
   // background-color: #337031;
    background-color: rgb(51, 107, 184);
}

.c-hero__video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    top: 0;
    left: 0
}

.c-hero-about__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 7fr 3fr
}

.c-hero-about__squares .square {
    background-color: rgb(14, 143, 255, 0.7);
}

.c-hero-about__squares .square--left {
    display: none
}

.c-hero-about__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1;
       transform: scale(0);
    animation-duration: 1.25s;
    animation-timing-function: 
ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: top right;
    animation-name: growFromTopRight;
    animation-delay: 1s;

}

@media only screen and (min-width: 75em) {
    .c-hero-about__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab);
           transform: scale(0);
    animation-duration: 1.25s;
    animation-timing-function: 
ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: top right;
    animation-name: growFromTopRight;
    animation-delay: 1s;

    }
}

.c-hero-places__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 5fr 5fr
}

.c-hero-places__squares .square {
    background-color: rgba(60, 63, 241, 0.7)
}

.c-hero-places__squares .square--left {
    border-bottom-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .c-hero-places__squares .square--left {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.c-hero-places__squares .square--right {
    display: none
}

.c-hero-services__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50% 50%
}

.c-hero-services__squares .square {
    background-color: rgba(255,255,255,.2)
}

.c-hero-services__squares .square--left {
    display: none
}

.c-hero-services__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .c-hero-services__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.c-hero-development__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50% 50%
}

.c-hero-development__squares .square {
    background-color: rgba(81, 70, 243, 0.4)
}

.c-hero-development__squares .square--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1;
        transform: scale(0);
    animation-duration: 1.25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: bottom left;
    animation-name: growFromBottomLeft;
    animation-delay: 1s;
    
}

@media only screen and (min-width: 75em) {
    .c-hero-development__squares .square--left {
        border-top-right-radius:var(--clip-size-lg-tab);
              transform: scale(0);
    animation-duration: 1.25s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: bottom left;
    animation-name: growFromBottomLeft;
    animation-delay: 1s;
    
    }
}

.c-hero-development__squares .square--right {
    display: none
}

.c-hero-contact__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 70% 30%
}

.c-hero-contact__squares .square {
    background-color: rgba(255,255,255,.5)
}

.c-hero-contact__squares .square--left {
    display: none
}

.c-hero-contact__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1;
       border-bottom-left-radius:var(--clip-size-lg-tab);
   transform: scale(0);
    animation-duration: 1.25s;
    animation-timing-function: 
ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: top right;
    animation-name: growFromTopRight;
    animation-delay: 1s;
}

@media only screen and (min-width: 75em) {
    .c-hero-contact__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab);
       transform: scale(0);
    animation-duration: 1.25s;
    animation-timing-function: 
ease-in-out;
    animation-fill-mode: forwards;
    transform-origin: top right;
    animation-name: growFromTopRight;
    animation-delay: 1s;
    }
}

.i-slider-carousel {
    height: 100%
}

.i-slider-carousel__cell {
    width: 100%
}

.i-slider-carousel .flickity-button {
    background-color: transparent;
    color: #fff;
    height: 2rem;
    width: 2rem
}

.i-slider-carousel .flickity-button:hover {
    background: transparent
}

@media only screen and (min-width: 62em) {
    .i-slider-carousel .flickity-button {
        height:4rem;
        width: 4rem
    }
}

@media only screen and (min-width: 75em) {
    .i-slider-carousel .flickity-button {
        height:5rem;
        width: 5rem
    }
}

.mt-carousel {
    height: 100%;
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    grid-template-rows: 9fr 1fr;
    grid-template-columns: 1fr
}

@media only screen and (min-width: 62em) {
    .mt-carousel {
        grid-template-columns:15rem 1fr;
        grid-template-rows: repeat(3, 1fr)
    }
}

.mt-carousel--home .flickity-viewport {
    grid-row: 1/span 3
}

.mt-carousel__cell {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    width: 100%;
    min-height: 50vh;
    padding: 0 2rem;
    row-gap: 1.5rem
}

@media only screen and (min-width: 48em) {
    .mt-carousel__cell {
        width:50%;
        min-height: 40vh
    }
}

@media only screen and (min-width: 62em) {
    .mt-carousel__cell {
        padding:0;
        min-height: 50vh;
        margin-right: 10rem;
        width: 40%
    }
}

@media only screen and (min-width: 75em) {
    .mt-carousel__cell {
        margin-right:15rem
    }
}

.mt-carousel .flickity-button {
    background-color: transparent;
    color: #000;
    height: 4rem;
    width: 4rem
}

.mt-carousel .flickity-button:hover {
    background: transparent
}

@media only screen and (min-width: 75em) {
    .mt-carousel .flickity-button {
        height:5rem;
        width: 5rem
    }
}

@media only screen and (min-width: 48em) {
    .mt-carousel .flickity-viewport {
        grid-column:1/span 2
    }
}

@media only screen and (min-width: 62em) {
    .mt-carousel .flickity-viewport {
        grid-row:1/span 3;
        grid-column: 2/span 1
    }
}
.flickity-prev-next-button
{
   // margin-bottom: -100px;
    bottom : 13% !important;
}

@media screen and (max-width : 1700px)
{
    .flickity-prev-next-button
    {
        bottom : 14% !important;
    }
}

@media screen and (max-width : 1500px)
{
    .flickity-prev-next-button
    {
        bottom : 16% !important;
    }
}

@media screen and (max-width : 1200px)
{
    .flickity-prev-next-button
    {
        bottom : 17% !important;
    }
}

@media screen and (max-width : 992px)
{
    .flickity-prev-next-button
    {
        bottom : 4% !important;
    }
    
    .nav__item--white.active {
        color: #000
    }
    
    .header__nav.open
    {
        top: 0px;
    position: fixed;
    height: 100vh;
    max-width: 100vh;
    transform: none !important;
    }
    
    .flickity-prev-next-button.previous
    {
        left: 30% !important;
    }
    
    .flickity-prev-next-button.next{
        right : 30% !important;
    }
}


@media screen and (max-width : 768px)
{
    .flickity-prev-next-button
    {
        bottom : 2% !important;
    }
    
    
}

@media screen and (max-width : 500px)
{
    .flickity-prev-next-button
    {
        bottom : 2% !important;
    }
    
    
}


.mt-carousel .flickity-prev-next-button.previous {
    grid-row: 2/span 1;
    grid-column: 1/span 1;
    margin-top: 1.5rem
}

@media only screen and (min-width: 62em) {
    .mt-carousel .flickity-prev-next-button.previous {
        grid-row:1/span 3;
        grid-column: 1/span 1;
        top: 55%;
        left: 50% !important;
        -webkit-transform: translate(-45%, -50%);
        transform: translate(-45%, -50%);
        margin-top: 0
    }
}

.mt-carousel .flickity-prev-next-button.next {
    grid-row: 2/span 1;
    grid-column: 1/span 1;
    margin-top: 1.5rem
}

@media only screen and (min-width: 48em) {
    .mt-carousel .flickity-prev-next-button.next {
        grid-column:2/span 1
    }
}

@media only screen and (min-width: 62em) {
    .mt-carousel .flickity-prev-next-button.next {
        grid-row:1/span 3;
        grid-column: 1/span 1;
        top: 45%;
        right: 47.5% !important;
        -webkit-transform: translate(50%, -55%);
        transform: translate(50%, -55%);
        margin-top: 0
    }
}

.insights-carousel__title--home {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-top: 1rem
}

@media only screen and (min-width: 62em) {
    .insights-carousel__title--home {
        font-size:2.5rem
    }
}

.page-intro-block--about {
    //background-color: #fff
}

.page-intro-block__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%
}

@media only screen and (min-width: 62em) {
    .page-intro-block__wrapper {
        grid-template-columns:repeat(2, 1fr);
        min-height: 90vh
    }
}

.page-intro-block__media {
    border-bottom-right-radius: var(--clip-size-lg-mob);
    overflow: hidden
}

@media only screen and (min-width: 75em) {
    .page-intro-block__media {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.page-intro-block__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-intro-block__content {
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: center;
    align-content: center;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .page-intro-block__content {
        max-width:80%
    }
}

@media only screen and (min-width: 48em) {
    .page-intro-block__content {
        max-width:60%
    }
}

@media only screen and (min-width: 62em) {
    .page-intro-block__content {
        max-width:100%;
        padding: 0 5rem
    }
}

@media only screen and (min-width: 100em) {
    .page-intro-block__content {
        padding:0 10rem
    }
}

.page-intro-block__text {
    font-family: 'Poppins', sans-serif;
    font-size: 2.25rem;
    line-height: 1.3
}

.page-intro-block__text strong {
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 62em) {
    .page-intro-block__text {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 100em) {
    .page-intro-block__text {
        font-size:3rem
    }
}

.places-carousel__wrapper {
    max-width: 80vw;
    margin: 0 auto;
    padding: 5rem 0 0 0
}

@media only screen and (min-width: 100em) {
    .places-carousel__wrapper {
        max-width:60vw
    }
}

.places-carousel__wrapper .outer .inner {
    padding: 0
}

.places-carousel__cell {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.places-carousel__image-wrapper {
    grid-column: 1/span 1;
    grid-row: 1/span 1
}

.places-carousel__image-wrapper .image .image-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    border-top-right-radius: var(--clip-size-sm-mob);
    mix-blend-mode: multiply;
    opacity: 1
}

@media only screen and (min-width: 62em) {
    .places-carousel__image-wrapper .image .image-inner::before {
        border-top-right-radius:var(--clip-size-sm-tab)
    }
}

.places-carousel__detail {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr -webkit-min-content 1fr;
    grid-template-rows: 1fr min-content 1fr;
    height: 100%;
    width: 100%
}

.places-carousel__title {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    grid-row: 2/span 1
}

@media only screen and (min-width: 48em) {
    .places-carousel__title {
        width:80%;
        font-size: 4rem;
        line-height: 4rem
    }
}

@media only screen and (min-width: 75em) {
    .places-carousel__title {
        width:70%;
        font-size: 5rem;
        line-height: 5rem
    }
}

.places-carousel__title--white {
    color: #fff
}

.places-carousel__link {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    margin: 0 auto;
    grid-row: 3/span 1;
    align-self: flex-start;
    margin-top: 1rem
}

@media only screen and (min-width: 36em) {
    .places-carousel__link {
        font-size:1.6rem
    }
}

.places-carousel .flickity-button {
    background-color: transparent;
    color: #fff;
    height: 2rem;
    width: 2rem
}

.places-carousel .flickity-button:hover {
    background: transparent
}

@media only screen and (min-width: 62em) {
    .places-carousel .flickity-button {
        height:4rem;
        width: 4rem
    }
}

@media only screen and (min-width: 75em) {
    .places-carousel .flickity-button {
        height:5rem;
        width: 5rem
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    z-index: 999999;
    background-color: #ff542c;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    text-align: center
}

.preloader.display-none {
    opacity: 0;
    z-index: -10;
    -webkit-transition: all .5s;
    transition: all .5s
}

.preloader__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
    background-color: rgba(255,255,255,.1)
}

.preloader__squares--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1
}

@media only screen and (min-width: 75em) {
    .preloader__squares--left {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.preloader__squares--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .preloader__squares--right {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.preloader__content {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    justify-items: center;
    row-gap: 2rem
}

.preloader__text {
    font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    width: 90%;
    margin: 0 auto
}

@media only screen and (min-width: 62em) {
    .preloader__text {
        font-size:5rem
    }
}

@media only screen and (min-width: 75em) {
    .preloader__text {
        font-size:6rem
    }
}

@media only screen and (min-width: 87.5em) {
    .preloader__text {
        font-size:8rem
    }
}

.preloader__button {
    cursor: pointer
}

.mt-ticker--one {
    width: 100vw;
    height: 100%;
    display: grid;
    -webkit-align-content: center;
    align-content: center
}

.mt-ticker__cell {
    white-space: nowrap;
    margin-right: 3rem
}

@media only screen and (min-width: 48em) {
    .mt-ticker__cell {
        margin-right:4.5rem
    }
}

@media only screen and (min-width: 62em) {
    .mt-ticker__cell {
        margin-right:6rem
    }
}

.mt-ticker__cell:nth-child(1) {
    padding-left: 5rem
}

.mt-ticker__item {
    display: grid;
    grid-template-columns: repeat(2, -webkit-min-content);
    grid-template-columns: repeat(2, min-content);
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

@media only screen and (min-width: 48em) {
    .mt-ticker__item {
        -webkit-column-gap:5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media only screen and (min-width: 62em) {
    .mt-ticker__item {
        -webkit-column-gap:7rem;
        -moz-column-gap: 7rem;
        column-gap: 7rem
    }
}

.mt-ticker__item h4 {
    font-size: 7rem;
    font-family: 'Poppins', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

@media only screen and (min-width: 48em) {
    .mt-ticker__item h4 {
        font-size:12rem
    }
}

.mt-ticker__icon {
    height: 5rem;
    width: 5rem
}

@media only screen and (min-width: 48em) {
    .mt-ticker__icon {
        height:10rem;
        width: 10rem
    }
}

.footer {
    background-color: #000;
    width: 100%
}

.footer__wrapper {
    padding: 0 2rem;
    height: 100%
}

@media only screen and (min-width: 75em) {
    .footer__wrapper {
        padding:0 4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .footer__wrapper {
        padding:0 6rem;
        margin: 0 auto
    }
}

.footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 1rem;
    -webkit-align-content: center;
    align-content: center;
    padding-bottom: 5rem
}

@media only screen and (min-width: 62em) {
    .footer__top {
        grid-template-columns:1fr 1.6fr 1fr;
        padding-bottom: 0rem;
    }
}

.footer__logo {
    justify-self: flex-start;
    -webkit-align-self: center;
    align-self: center;
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

@media only screen and (min-width: 62em) {
    .footer__logo {
        margin:0
    }
}

.footer__logo-svg {
    height: 2.5rem;
    width: 15.625rem;
    fill: #fff
}

@media only screen and (min-width: 62em) {
    .footer__logo-svg {
        height:3rem;
        width: 18.75rem
    }
}

@media only screen and (min-width: 75em) {
    .footer__logo-svg {
        height:4rem;
        width: 25rem
    }
}

.footer__tag-line {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    padding: 3rem 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3;
    grid-column: 1/span 2
}

@media only screen and (min-width: 62em) {
    .footer__tag-line {
        grid-column:auto;
        justify-self: center;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

.footer__socials {
    justify-self: flex-start;
    align-self: center;
    display: grid;
    grid-template-columns: repeat(3, -webkit-min-content);
    grid-template-columns: repeat(3, min-content);
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    justify-self: flex-end;
    align-self: center
}

@media only screen and (min-width: 62em) {
    .footer__socials {
        justify-self:flex-end;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
}

.footer__bottom {
    padding: 2rem 0
}

.footer__credit {
    color: #fff;
    font-size: 1.4rem
}

.footer__credit p {
    margin-bottom: .25rem
}

.social__link:not(:first-child) {
    margin-left: 1rem
}

.social__icon {
    fill: #fff;
    height: 2rem;
    width: 2rem
}

@media only screen and (min-width: 36em) {
    .social__icon {
        height:3rem;
        width: 3rem
    }
}

.social__icon--twitter {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.social__icon--linkedin {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.wrapper {
    display: grid;
    grid-template-columns: [full-start] 1fr [full-end]
}

.wrapper__home {
    grid-template-rows: -webkit-min-content auto repeat(2, -webkit-min-content) auto auto;
  
        grid-template-rows: min-content auto repeat(2, min-content) auto auto;
}

@media only screen and (min-width: 48em) {
    .wrapper__home {
        grid-template-rows:-webkit-min-content 60vh repeat(3, -webkit-min-content) auto;
        grid-template-rows: min-content 60vh repeat(3, min-content) auto
    }
}

@media only screen and (min-width: 62em) {
    .wrapper__home {
        grid-template-rows:-webkit-min-content 75vh repeat(3, -webkit-min-content) auto;
        grid-template-rows: min-content 75vh repeat(3, min-content) auto
    }
}

@media only screen and (min-width: 75em) {
    .wrapper__home {
        grid-template-rows:-webkit-min-content 80vh repeat(3, -webkit-min-content) auto;
        grid-template-rows: min-content 80vh repeat(3, min-content) auto
    }
}

@media only screen and (min-width: 100em) {
    .wrapper__home {
        grid-template-rows:-webkit-min-content 85vh repeat(3, -webkit-min-content) auto;
        grid-template-rows: min-content 85vh repeat(3, min-content) auto
    }
}

.wrapper__about {
    grid-template-rows: repeat(4, -webkit-min-content);
    grid-template-rows: repeat(4, min-content)
}

.wrapper__our-places {
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content)
}

.wrapper__clients {
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content)
}

.wrapper__principles {
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content)
}

.wrapper__services {
    grid-template-rows: repeat(5, -webkit-min-content);
    grid-template-rows: repeat(5, min-content)
}

.wrapper__insight {
    grid-template-rows: minmax(50vh, -webkit-min-content);
    grid-template-rows: minmax(50vh, min-content)
}

@media only screen and (min-width: 62em) {
    .wrapper__insight {
        grid-template-rows:minmax(100vh, -webkit-min-content);
        grid-template-rows: minmax(100vh, min-content)
    }
}

.wrapper__contact {
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content)
}

.wrapper__place-game {
    grid-template-rows: minmax(100vh, -webkit-min-content);
    grid-template-rows: minmax(100vh, min-content)
}

.wrapper__privacy {
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content)
}

.grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

@media only screen and (min-width: 62em) {
    .grid {
        grid-template-columns:repeat(12, 1fr)
    }
}

.header {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: transparent;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

.header.active {
    background-color: #fff
}

@media only screen and (min-width: 48em) {
    .header {
        height:100px
    }
}

@media only screen and (min-width: 75em) {
    .header {
        height:80px
    }
}

@media only screen and (min-width: 112.5em) {
    .header {
        height:100px
    }
}

.header.hidden {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.header__wrapper {
    height: 100%
}

.header__inner {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    z-index: 10;
    margin-top: 1rem;
    padding-left: 2rem
}

.header__logo img
{
    max-width: 100px;
    padding-top: 5px;
}

@media only screen and (min-width: 62em) {
    .header__logo {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-top: 0
    }
}

@media only screen and (min-width: 75em) {
    .header__logo {
        padding-left:4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .header__logo {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 52%;
        flex: 0 0 52%;
        padding-left: 6rem
    }
}

.header__logo-svg {
    height: 2.5rem;
    width: 15.625rem
}

@media only screen and (min-width: 62em) {
    .header__logo-svg {
        height:3rem;
        width: 18.75rem
    }
}

@media only screen and (min-width: 75em) {
    .header__logo-svg {
        height:4rem;
        width: 25rem
    }
}

.header__logo-svg--white {
    fill: #fff
}

.header__logo-svg--white.active {
    fill: #000
}

.header__logo-svg--black {
    fill: #000
}

.header__logo-svg.open {
    fill: #fff
}

.header__nav {
    height: 100vh;
    min-height: 100%;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    list-style: none;
    padding: 15rem 0 10rem 0;
    -webkit-transform: translateY(-9%);
    transform: translateY(-9%);
    opacity: 0;
    display: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.footer__logo img
{
    max-width: 100px;
}

@media only screen and (min-width: 23.4375em) {
    .header__nav {
        -webkit-transform:translateY(-7.5%);
        transform: translateY(-7.5%)
    }
}

@media only screen and (min-width: 48em) {
    .header__nav {
        -webkit-transform:translateY(-6%);
        transform: translateY(-6%)
    }
}

@media only screen and (min-width: 48em) {
    .header__nav {
        padding:20rem 0 10rem 0;
        height: -webkit-calc(var(--vh, 1vh) * 101);
        height: calc(var(--vh, 1vh) * 101)
    }
}

@media only screen and (min-width: 62em) {
    .header__nav {
        display:-webkit-box;
        display: -webkit-flex;
        display: flex;
        opacity: 1;
        height: 100%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 0;
        padding-right: 2rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

@media only screen and (min-width: 75em) {
    .header__nav {
        padding-right:4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .header__nav {
        -webkit-box-flex:0;
        -webkit-flex: 0 0 48%;
        flex: 0 0 48%;
        padding-right: 6rem
    }
}

.header__nav.open {
    -webkit-transform: translateY(-9%);
    transform: translateY(-9%);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    opacity: 1;
    background-color: #000
}

@media only screen and (min-width: 23.4375em) {
    .header__nav.open {
        -webkit-transform:translateY(-7.5%);
        transform: translateY(-7.5%);
        opacity: 1
    }
}

@media only screen and (min-width: 48em) {
    .header__nav.open {
        -webkit-transform:translateY(-6%);
        transform: translateY(-6%);
        opacity: 1
    }
}

.header__btn {
    height: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    z-index: 10;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-right: 2rem
}

@media only screen and (min-width: 62em) {
    .header__btn {
        display:none
    }
}

.header__btn span {
    display: block;
    visibility: visible;
    width: 40px;
    height: 2px;
    position: relative;
    top: 0;
    -webkit-transition: top ease-in-out .4s,-webkit-transform ease-in-out .4s;
    transition: top ease-in-out .4s,-webkit-transform ease-in-out .4s;
    transition: transform ease-in-out .4s,top ease-in-out .4s;
    transition: transform ease-in-out .4s,top ease-in-out .4s,-webkit-transform ease-in-out .4s
}

.header__btn span:not(:last-child) {
    margin-bottom: 7px
}

.header__btn.open span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    top: 15px
}

.header__btn.open span:nth-child(2) {
    visibility: hidden
}

.header__btn.open span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: -3px
}

.header__btn-color--white {
    background: #fff
}

.header__btn-color--black {
    background: #000
}

.header__btn-color.active {
    background: #000
}

.nav__inner {
    width: 100%;
        margin-top: -20px;
}

.nav__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 23.4375em) {
    .nav__items {
        font-size:3.5rem
    }
}

@media only screen and (min-width: 48em) {
    .nav__items {
        font-size:5em
    }
}

@media only screen and (min-width: 62em) {
    .nav__items {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        font-size: 2rem;
        font-family: 'Poppins', sans-serif;
    }
}

.nav__items.open {
    color: #fff;
    padding-bottom: 4rem
}

@media only screen and (min-width: 23.4375em) {
    .nav__items.open {
        padding-bottom:5rem
    }
}

.nav__item {
    position: relative
}

.nav__item:not(:last-child) {
    margin-bottom: 1rem
}

@media only screen and (min-width: 48em) {
    .nav__item:not(:last-child) {
        margin-bottom:2rem
    }
}

@media only screen and (min-width: 62em) {
    .nav__item:not(:last-child) {
        margin-bottom:0;
        margin-right: 2rem
    }
}

.nav__item--white {
    position: relative;
    color: #fff
}

.nav__item--white:not(:last-child) {
    margin-bottom: 1.5rem
}

@media only screen and (min-width: 48em) {
    .nav__item--white:not(:last-child) {
        margin-bottom:2rem
    }
}

@media only screen and (min-width: 62em) {
    .nav__item--white:not(:last-child) {
        margin-bottom:0;
        margin-right: 2rem
    }
}

.nav__item--white.current-menu-item::before {
  //  content: "";
  //  position: absolute;
  //  width: 100%;
   // height: 1px;
  //  bottom: 0px;
  //  left: 0;
   // background-color: #fff
}

@media only screen and (min-width: 62em) {
    .nav__item--white.current-menu-item::before {
        bottom:-3px
    }
}

/*.nav__item--white:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #fff
}*/

.nav__item--white.active {
    color: #000
}

.nav__item--white.active:hover::before {
   /* content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #000*/
}

.nav__item.current-menu-item::before {
    /*content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0;
    background-color: #000*/
}

@media only screen and (min-width: 62em) {
    .nav__item.current-menu-item::before {
        bottom:-3px
    }
}

/*.nav__item:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #000
}*/

.section__hero--about {
    grid-column: full-start/full-end;
    background-color: #d8cec8
}

.section__team--about {
    background-color: transparent;
    grid-column: full-start/full-end;
    padding: 7rem 0 8rem 0
}

@media only screen and (min-width: 62em) {
    .section__team--about {
        padding:15rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .section__team--about {
        padding:20rem 0
    }
}

.section__what-we-believe-in {
    grid-column: full-start/full-end;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    background-color: transparent;
    min-height: 100vh
}

@media only screen and (min-width: 87.5em) {
    .section__what-we-believe-in {
        min-height:120vh
    }
}

.team__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem
}

@media only screen and (min-width: 48em) {
    .team__grid {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        row-gap: 10rem
    }
}

@media only screen and (min-width: 75em) {
    .team__grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

.team__cell {
    position: relative;
    display: grid;
    grid-template-rows: repeat(5, -webkit-min-content);
    grid-template-rows: repeat(5, min-content)
}

@media only screen and (min-width: 48em) {
    .team__cell--intro {
        grid-column:1/span 2
    }
}

@media only screen and (min-width: 75em) {
    .team__cell--intro {
        grid-column:auto
    }
}

.team__image--1 {
    border-bottom-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--1 {
        border-bottom-right-radius:var(--clip-size-sm-tab)
    }
}

.team__image--2 {
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--2 {
        border-top-left-radius:var(--clip-size-sm-tab)
    }
}

.team__image--3 {
    border-top-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--3 {
        border-top-right-radius:var(--clip-size-sm-tab)
    }
}

.team__image--4 {
    border-bottom-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--4 {
        border-bottom-left-radius:var(--clip-size-sm-tab)
    }
}

.team__image--5 {
    border-top-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--5 {
        border-top-right-radius:var(--clip-size-sm-tab)
    }
}

.team__image--6 {
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--6 {
        border-top-left-radius:var(--clip-size-sm-tab)
    }
}

.team__image--7 {
    border-bottom-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--7 {
        border-bottom-right-radius:var(--clip-size-sm-tab)
    }
}

.team__image--8 {
    border-top-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 75em) {
    .team__image--8 {
        border-top-right-radius:var(--clip-size-sm-tab)
    }
}

.team__position {
    font-size: 1.8rem
}

@media only screen and (min-width: 48em) {
    .team__position {
        font-size:2rem
    }
}

.team__bio-wrapper {
    display: grid;
    grid-template-columns: -webkit-min-content -webkit-max-content;
    grid-template-columns: min-content max-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    cursor: pointer
}

.team__bio-label--open {
    font-size: 1.4rem;
    display: block
}

@media only screen and (min-width: 62em) {
    .team__bio-label--open {
        font-size:1.6rem
    }
}

.team__bio-label--open.active {
    display: none;
       
}

.team__bio-label--close.btn-flip {
    display: none;
    
}

.team__bio-label--close.btn-flip:before,
.team__bio-label--open.btn-flip:before
{
    min-width: 150px;
}

.team__bio-label--close.active {
    font-size: 1.4rem;
    display: block
}

@media only screen and (min-width: 62em) {
    .team__bio-label--close.active {
        font-size:1.6rem
    }
}

.team__bio {
    display: none;
    padding-top: 2rem
}

@media only screen and (min-width: 75em) {
    .team__bio {
        line-height:1.5;
        padding-top: 2.5rem
    }
}

.team__bio.active {
    display: block
}

.team__bio p {
    font-size: 1.6rem
}

@media only screen and (min-width: 48em) {
    .team__bio p {
        font-size:1.8rem
    }
}

.team__bio p:not(:last-child) {
    margin-bottom: 1rem
}

.team__link {
    position: relative
}

.team__icon-wrapper {
    cursor: pointer;
    justify-self: flex-start;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.team__icon-wrapper:hover,.team__icon-wrapper.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.team__icon {
    height: 1.5rem;
    width: 1.5rem
}

@media only screen and (min-width: 62em) {
    .team__icon {
        height:2rem;
        width: 2rem
    }
}

.team__email-wrapper {
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-right: auto;
    overflow: hidden
}

@media only screen and (min-width: 48em) {
    .team__email-wrapper {
        font-size:1.8rem
    }
}

.team__email {
    position: relative;
    margin-bottom: 3px
}

.team__email:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 1px;
    left: 0;
    background-color: #000
}

.wwbi__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60% 40%
}

.wwbi__squares .square {
    background-color: rgba(255,255,255,.2)
}

.wwbi__squares .square--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1;
       transform: scale(0);
    transform-origin: bottom left;
}

@media only screen and (min-width: 75em) {
    .wwbi__squares .square--left {
        border-top-right-radius:var(--clip-size-lg-tab);
           transform: scale(0);
    transform-origin: bottom left;
    }
}

.wwbi__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1;
        transform-origin: top right;

}

@media only screen and (min-width: 75em) {
    .wwbi__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab);
            transform-origin: top right;

    }
}

.wwbi__grid {
    color: #fff;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    padding: 5rem 2rem 10rem 2rem
}

@media only screen and (min-width: 62em) {
    .wwbi__grid {
        padding:10rem 2rem 20rem 2rem
    }
}

@media only screen and (min-width: 75em) {
    .wwbi__grid {
        padding:10rem 4rem 20rem 4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .wwbi__grid {
        padding:10rem 6rem 20rem 6rem
    }
}

@media only screen and (min-width: 62em) {
    .wwbi__header {
        text-align:center;
        width: 70%;
        margin: 0 auto
    }
}

.wwbi__title {
    padding: 5rem 0
}

@media only screen and (min-width: 75em) {
    .wwbi__subtitle {
        width:60%;
        margin: 0 auto
    }
}

.wwbi__points-grid {
    display: grid;
    row-gap: 1rem;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    padding-top: 5rem
}

@media only screen and (min-width: 62em) {
    .wwbi__points-grid {
        grid-template-columns:repeat(3, 1fr);
        row-gap: 5rem;
        padding-top: 10rem
    }
}

@media only screen and (min-width: 75em) {
    .wwbi__points-grid {
        -webkit-column-gap:5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        row-gap: 10rem;
        padding-top: 12.5rem
    }
}

.wwbi__points-item {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem
}

@media only screen and (min-width: 75em) {
    .wwbi__points-item {
        -webkit-column-gap:2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.wwbi__points-item .mt-link {
    -webkit-align-content: flex-start;
    align-content: flex-start;
    margin-top: .5rem
}

.wwbi__points-item .mt-link .mt-link__icon {
    height: 1.5rem;
    width: 1.5rem
}

@media only screen and (min-width: 62em) {
    .wwbi__points-item .mt-link .mt-link__icon {
        height:2.5rem;
        width: 2.5rem
    }
}

.wwbi__number {
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 62em) {
    .wwbi__number {
        font-size:2rem
    }
}

@media only screen and (min-width: 75em) {
    .wwbi__number {
        font-size:2.25rem
    }
}

.wwbi__point {
    font-size: 1.8rem
}

@media only screen and (min-width: 62em) {
    .wwbi__point {
        font-size:2rem
    }
}

@media only screen and (min-width: 75em) {
    .wwbi__point {
        font-size:2.25rem
    }
}

.section__enquiries {
    background-color: #5ed6ff;
    padding: 10rem 0
}

@media only screen and (min-width: 62em) {
    .section__enquiries {
        padding:15rem 0
    }
}

.offices__header {
    padding: 10rem 0 0 0;
    text-align: center
}

@media only screen and (min-width: 62em) {
    .offices__header {
        width:60%;
        margin: 0 auto;
        padding: 15rem 0 5rem 0
    }
}

.locations__grid {
   display: grid;
    grid-template-columns: 1fr;
    row-gap: 2rem;
    padding: 6rem 0;
}

@media only screen and (min-width: 36em) {
    .locations__grid {
    grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
        row-gap: 2rem;
    }
}

@media only screen and (min-width: 48em) {
    .locations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__grid {
        max-width:90%;
        margin: 0 auto
    }
}

.locations__cell {
    display: grid;
    grid-template-columns: 5% 90% 5%;
    grid-template-rows: 40% 10% 10% 40%;
}

.locations__cell:nth-child(1) .locations__image .image .image-inner {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-bottom-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .locations__cell:nth-child(1) .locations__image .image .image-inner {
        border-bottom-right-radius:var(--clip-size-md-tab)
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__cell:nth-child(1) .locations__image .image .image-inner {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.locations__cell:nth-child(1) .locations__image .image .image-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    mix-blend-mode: multiply;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-bottom-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .locations__cell:nth-child(1) .locations__image .image .image-inner::before {
        border-bottom-right-radius:var(--clip-size-md-tab)
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__cell:nth-child(1) .locations__image .image .image-inner::before {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.locations__cell:nth-child(2) .locations__image .image .image-inner {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .locations__cell:nth-child(2) .locations__image .image .image-inner {
        border-top-left-radius:var(--clip-size-md-tab)
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__cell:nth-child(2) .locations__image .image .image-inner {
        border-top-left-radius:var(--clip-size-lg-tab)
    }
}

.locations__cell:nth-child(2) .locations__image .image .image-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    mix-blend-mode: multiply;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .locations__cell:nth-child(2) .locations__image .image .image-inner::before {
        border-top-left-radius:var(--clip-size-md-tab)
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__cell:nth-child(2) .locations__image .image .image-inner::before {
        border-top-left-radius:var(--clip-size-lg-tab)
    }
}

.locations__cell:nth-child(3) .locations__image .image .image-inner {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-bottom-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .locations__cell:nth-child(3) .locations__image .image .image-inner {
        border-bottom-left-radius:var(--clip-size-md-tab)
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__cell:nth-child(3) .locations__image .image .image-inner {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.locations__cell:nth-child(3) .locations__image .image .image-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    mix-blend-mode: multiply;
    opacity: 1;
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-bottom-left-radius: var(--clip-size-sm-mob)
}

section.section__our-technologies.a__reveal.a__from-top {
    padding-left: 5%;
    padding-right: 5%;
}

@media only screen and (min-width: 62em) {
    .locations__cell:nth-child(3) .locations__image .image .image-inner::before {
        border-bottom-left-radius:var(--clip-size-md-tab)
    }
}

@media only screen and (min-width: 87.5em) {
    .locations__cell:nth-child(3) .locations__image .image .image-inner::before {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.locations__title-wrapper {
    grid-row: 2 / span 1;
    grid-column: 2 / span 1;
    display: flex;                  /* FIX: Use flex instead of grid */
    align-items: center;            /* Center vertically */
    column-gap: 1rem;
    white-space: nowrap;            /* 🔥 FORCE single-line title */
    z-index: 1;
}

.locations__icon-wrapper {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.locations__icon {
    height: 2rem;
    width: 2rem;
    fill: #fff
}

@media only screen and (min-width: 23.4375em) {
    .locations__icon {
        height:2.5rem;
        width: 2.5rem
    }
}

@media only screen and (min-width: 62em) {
    .locations__icon {
        height:3rem;
        width: 3rem
    }
}

.locations__title {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff
}

@media only screen and (min-width: 23.4375em) {
    .locations__title {
        font-size:3rem
    }
}

@media only screen and (min-width: 48em) {
    .locations__title {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 62em) {
    .locations__title {
        font-size:3rem
    }
}

@media only screen and (min-width: 75em) {
    .locations__title {
        font-size:4rem
    }
}

.locations__email-wrapper {
    grid-row: 3/span 1;
    grid-column: 2/span 1;
    display: grid;
    grid-template-columns: 2rem -webkit-min-content;
    grid-template-columns: 2rem min-content;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    z-index: 1
}

@media only screen and (min-width: 62em) {
    .locations__email-wrapper {
        grid-template-columns:3rem -webkit-min-content;
        grid-template-columns: 3rem min-content
    }
}

.locations__email {
 
    font-size: 1.4rem;
    color: #fff
}

@media only screen and (min-width: 23.4375em) {
    .locations__email {
        font-size:2rem
    }
}

@media only screen and (min-width: 36em) {
    .locations__email {
        font-size:1.4rem
    }
}

@media only screen and (min-width: 62em) {
    .locations__email {
        font-size:1.6rem
    }
}

.locations__image {
    grid-row: 1/span 4;
    grid-column: 1/span 3
}

.enquiries__wrapper {
    display: grid;
    row-gap: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.enquiries__title-wrapper {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-align-content: center;
    align-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    z-index: 1
}

.enquiries__icon-wrapper {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.enquiries__icon {
    height: 2rem;
    width: 2rem;
    fill: #000
}

@media only screen and (min-width: 23.4375em) {
    .enquiries__icon {
        height:2.5rem;
        width: 2.5rem
    }
}

@media only screen and (min-width: 62em) {
    .enquiries__icon {
        height:3rem;
        width: 3rem
    }
}

.enquiries__heading {
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
}

@media only screen and (min-width: 23.4375em) {
    .enquiries__heading {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 48em) {
    .enquiries__heading {
        font-size:3.5rem
    }
}

@media only screen and (min-width: 62em) {
    .enquiries__heading {
        font-size:4rem
    }
}

@media only screen and (min-width: 75em) {
    .enquiries__heading {
        font-size:5rem
    }
}

.enquiries__email {
    font-size: 1.6rem
}

.section__press {
    background-color: transparent;
}

.wrapper__development .our-services__wrapper {
    color: #fff
}

.wrapper__development .our-services__content {
    padding: 7.5rem 2rem;
    padding-bottom: 0px;
}

@media only screen and (min-width: 75em) {
    .wrapper__development .our-services__content {
        padding:10rem 4rem;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 87.5em) {
    .wrapper__development .our-services__content {
<<<<<<< Updated upstream
<<<<<<< Updated upstream
        padding: 12.5rem 0rem;
        padding-bottom: 0px;
=======
        padding: 6rem;
>>>>>>> Stashed changes
=======
        padding: 6rem;
>>>>>>> Stashed changes
    }
}

.wrapper__development .our-services__header {
    row-gap: 0
}

.development-intro-block--about {
    background-color: #fff
}

.development-intro-block__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%
}

@media only screen and (min-width: 62em) {
    .development-intro-block__wrapper {
        grid-template-columns:repeat(2, 1fr);
        min-height: 90vh
    }
}

.development-intro-block__media {
    border-bottom-right-radius: var(--clip-size-lg-mob);
    overflow: hidden
}

@media only screen and (min-width: 75em) {
    .development-intro-block__media {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.development-intro-block__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.development-intro-block__content {
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: center;
    align-content: center;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .development-intro-block__content {
        max-width:80%
    }
}

@media only screen and (min-width: 48em) {
    .development-intro-block__content {
        max-width:60%
    }
}

@media only screen and (min-width: 62em) {
    .development-intro-block__content {
        max-width:100%;
        padding: 0 5rem
    }
}

@media only screen and (min-width: 100em) {
    .development-intro-block__content {
        padding:0 10rem
    }
}

.development-intro-block__text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.75rem;
    line-height: 1.3
}

.development-intro-block__text strong {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

@media only screen and (min-width: 62em) {
    .development-intro-block__text {
        font-size:2.25rem
    }
}

@media only screen and (min-width: 100em) {
    .development-intro-block__text {
        font-size:3rem
    }
}

.our-expertise__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%
}

@media only screen and (min-width: 62em) {
    .our-expertise__wrapper {
        grid-template-columns:repeat(2, 1fr)
    }
}

.our-expertise__main {
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: start;
    align-content: start;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .our-expertise__main {
        max-width:80%
    }
}

@media only screen and (min-width: 48em) {
    .our-expertise__main {
        max-width:60%
    }
}

@media only screen and (min-width: 62em) {
    .our-expertise__main {
        max-width:100%;
        padding: 10rem 5rem
    }
}

@media only screen and (min-width: 100em) {
    .our-expertise__main {
        padding:10rem 10rem
    }
}

.our-expertise__secondary {
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: start;
    align-content: start;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .our-expertise__secondary {
        max-width:80%
    }
}

@media only screen and (min-width: 48em) {
    .our-expertise__secondary {
        max-width:60%
    }
}

@media only screen and (min-width: 62em) {
    .our-expertise__secondary {
        max-width:100%;
        padding: 10rem 5rem
    }
}

@media only screen and (min-width: 100em) {
    .our-expertise__secondary {
        padding:10rem 10rem
    }
}

.our-expertise__secondary__list {
    list-style: none
}

.press__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%
}

@media only screen and (min-width: 62em) {
    .press__wrapper {
        grid-template-columns:repeat(2, 1fr);
        min-height: 90vh
    }
}

.press__media {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    border-top-left-radius: var(--clip-size-lg-mob);
    overflow: hidden
}

@media only screen and (min-width: 75em) {
    .press__media {
        border-top-left-radius:var(--clip-size-lg-tab)
    }
}

.press__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.press__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: center;
    align-content: center;
    padding: 5rem 2rem
}

@media only screen and (min-width: 36em) {
    .press__content {
        max-width:80%
    }
}

@media only screen and (min-width: 48em) {
    .press__content {
        max-width:60%
    }
}

@media only screen and (min-width: 62em) {
    .press__content {
        max-width:100%;
        padding: 0 5rem
    }
}

@media only screen and (min-width: 100em) {
    .press__content {
        padding:0 10rem
    }
}

.press__title {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 1
    font-weight: bold;
}

@media only screen and (min-width: 62em) {
    .press__title {
        font-size:4.5rem
    }
}

@media only screen and (min-width: 75em) {
    .press__title {
        font-size:5.25rem
    }
}

@media only screen and (min-width: 87.5em) {
    .press__title {
        font-size:6rem
    }
}

.press__subtitle {
    font-size: 1.6rem
}

@media only screen and (min-width: 62em) {
    .press__subtitle {
        font-size:2.25rem
    }
}

@media only screen and (min-width: 75em) {
    .press__subtitle {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 87.5em) {
    .press__subtitle {
        font-size:3rem
    }
}

.press__body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem
}

@media only screen and (min-width: 62em) {
    .press__body {
        font-size:1.75rem
    }
}

@media only screen and (min-width: 75em) {
    .press__body {
        font-size:2.25rem
    }
}

.press__download-wrapper {
    display: grid;
    row-gap: 2rem;
    max-width: 100%
}

.press__download-wrapper span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.press__download {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.press__download__link {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "svg title" ". body";
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    grid-column-gap: 1rem;
    row-gap: 1rem;
    grid-row-gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.press__download__link:hover svg {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.press__download svg {
    grid-area: svg;
    height: 1.25rem;
    width: 1.25rem;
    fill: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: -0.1rem
}

@media only screen and (min-width: 62em) {
    .press__download svg {
        height:1.75rem;
        width: 1.75rem
    }
}

.press__download__name {
    grid-area: title;
    display: block;
    word-wrap: break-word;
    font-size: 1.4rem;
    text-transform: uppercase
}

@media only screen and (min-width: 36em) {
    .press__download__name {
        font-size:1.6rem
    }
}

@media only screen and (min-width: 62em) {
    .press__download__name {
        font-size:1.9rem
    }
}

.press__download__excerpt {
    grid-area: body;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

@media only screen and (min-width: 36em) {
    .press__download__excerpt {
        font-size:1.6rem
    }
}

.our-work__download .mt-link__wrapper .mt-link {
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr
}

.section__hero--home {
    grid-column: full-start/full-end;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.section__about--home {
    grid-column: full-start/full-end;
    background-color: transparent
}

.section__places--home {
    grid-column: full-start/full-end;
    background-color: transparent
}

.section__insights--home {
     background-color: transparent;
}

.section__team--home {
    grid-column: full-start/full-end;
    background-color: transparent
}

.section__services--home {
   
    background-color: #B3E9FA;
    margin-top:60px;
}

.section__place-game--home {
    background-color: #0e8fff;
}

section {
    max-width: 100vw
}

.home-about__grid {
    display: grid;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    height: 100%;
    -webkit-align-content: center;
    align-content: center;
    text-align: left;
    margin: 0 0 10rem
}


    
  /* curtain */
  .curtain-wrapper {
  position: relative;
  width: 100%;
 // max-width: 1200px;
  overflow: hidden;
  user-select: none;
//  margin : 0 auto;
}
.curtain-bg img,
.curtain-fg img {
  width: 100%;
  display: block;
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: none;
}

/* Foreground layer */
.curtain-fg {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  clip-path: inset(0 0 0 50%); /* Start half open */
}

/* Center handle bar */
.curtain-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: rgba(255,255,255,0.9);
  cursor: ew-resize;
  z-index: 3;
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.curtain-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(255,255,255,0.6);
}


/* curtain */


@media only screen and (min-width: 48em) {
    .home-about__grid {
        width:80%;
        margin: 0
    }
}

@media only screen and (min-width: 62em) {
    .home-about__grid {
        width:60%
    }
}

.home-about__subtitle {
    padding-bottom: 3rem
}

.home-about__text p {
    font-size: 2.25rem
}

@media only screen and (min-width: 48em) {
    .home-about__text p {
        font-size:1.8rem
    }
}

@media only screen and (min-width: 62em) {
    .home-about__text p {
        font-size:2rem
    }
}

@media only screen and (min-width: 75em) {
    .home-about__text p {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 100em) {
    .home-about__text p {
        font-size:3rem
    }
}

.home-places__grid {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    row-gap: 5rem
}

@media only screen and (min-width: 48em) {
    .home-places__grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

.home-places__grid .grid-item {
    display: grid;
    -webkit-align-content: center;
    align-content: center
}

.home-places__grid .grid-item:not(:last-child) {
    padding-top: 5rem
}

@media only screen and (min-width: 48em) {
    .home-places__grid .grid-item:not(:last-child) {
        padding-top:0
    }
}

@media only screen and (min-width: 48em) {
    .home-places__text {
        padding-right:5rem
    }
}

@media only screen and (min-width: 62em) {
    .home-places__text {
        padding-right:10rem
    }
}

.home-places__clip {
    border-top-left-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 75em) {
    .home-places__clip {
        border-top-left-radius:var(--clip-size-lg-tab)
    }
}

.home-insights__grid {
   // display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 5fr 1fr;
    height: 100%
}

.insight-item-1,.insight-item-2,.insight-item-3 {
    grid-column: 1/span 2;
    text-align: center
}

.insight-item-2 {
    text-align: left;
    padding: 5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-item-2 {
        padding:5rem 0
    }
}

.home-team__grid {
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    row-gap: 5rem
}

@media only screen and (min-width: 48em) {
    .home-team__grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

.home-team__grid .grid-item {
    display: grid;
    -webkit-align-content: center;
    align-content: center
}

@media only screen and (min-width: 48em) {
    .home-team__text {
        padding-right:2.5rem
    }
}

@media only screen and (min-width: 62em) {
    .home-team__text {
        padding-right:5rem
    }
}

.home-team__link {
    padding-bottom: 7rem
}

@media only screen and (min-width: 48em) {
    .home-team__link {
        padding-bottom:2rem
    }
}

@media only screen and (min-width: 62em) {
    .home-team__link {
        padding-bottom:4rem
    }
}

@media only screen and (min-width: 75em) {
    .home-team__link {
        padding-bottom:7rem
    }
}

.home-team__clip {
    border-bottom-right-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 48em) {
    .home-team__clip {
        border-bottom-right-radius:0;
        border-bottom-right-radius: var(--clip-size-lg-mob)
    }
}

@media only screen and (min-width: 75em) {
    .home-team__clip {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.home-services__grid {
    display: grid;
  //  grid-template-columns: 1fr;
   // grid-template-rows: 1fr 5fr 1fr;
    justify-items: center;
    height: 100%
}

.home-services__subtitle {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    font-weight: bold;
    padding-bottom : 30px;
}

.place-game__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    min-height: 50vh
}

@media only screen and (min-width: 62em) {
    .place-game__wrapper {
        min-height:60vh
    }
}

@media only screen and (min-width: 75em) {
    .place-game__wrapper {
        min-height:70vh
    }
}

.place-game__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr)
}

.place-game__squares .square {
    background-color: rgba(255,255,255,.1)
}

.place-game__squares .square--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1
}

@media only screen and (min-width: 75em) {
    .place-game__squares .square--left {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.place-game__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .place-game__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.place-game__content {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    row-gap: 3rem;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

@media only screen and (min-width: 75em) {
    .place-game__content {
        row-gap:5rem
    }
}

@media only screen and (min-width: 23.4375em) {
    .place-game__subtitle {
        width:70%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 48em) {
    .place-game__subtitle {
        width:60%
    }
}

.insight-inner__image-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%;
    width: 100%
}

.insight-inner__image {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    position: relative;
    height: 100%;
    width: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.insight-inner__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    mix-blend-mode: multiply;
    opacity: 1
}

.insight-inner__title-outer {
    height: 80%;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    z-index: 1;
    align-self: center
}

.insight-inner__title-inner {
    padding: 0 2rem;
    height: 100%;
    display: grid;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media only screen and (min-width: 75em) {
    .insight-inner__title-inner {
        padding:0 4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__title-inner {
        padding:0 6rem;
        margin: 0 auto
    }
}

.insight-inner__title {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 4.25rem;
    line-height: 4.25rem
}

@media only screen and (min-width: 36em) {
    .insight-inner__title {
        width:80%;
        margin-right: auto;
        font-size: 5.5rem;
        line-height: 5.5rem
    }
}

@media only screen and (min-width: 62em) {
    .insight-inner__title {
        font-size:8rem;
        line-height: 8rem;
        width: 70%
    }
}

@media only screen and (min-width: 100em) {
    .insight-inner__title {
        font-size:9rem;
        line-height: 9rem
    }
}

.insight-inner__body-wrapper {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-inner__body-wrapper {
        padding:5rem 0
    }
}

@media only screen and (min-width: 75em) {
    .insight-inner__body-wrapper {
        padding:10rem 0
    }
}

.insight-inner__body-quote-w {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-inner__body-quote-w {
        padding:5rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__body-quote-w {
        padding:7.5rem 0
    }
}

.insight-inner__body-w {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-inner__body-w {
        padding:5rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__body-w {
        padding:7.5rem 0
    }
}

.insight-inner__heading-w {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-inner__heading-w {
        padding:5rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__heading-w {
        padding:7.5rem 0
    }
}

.insight-inner__banner-w {
    margin: 2.5rem 0;
    background-color: #5ed6ff
}

@media only screen and (min-width: 62em) {
    .insight-inner__banner-w {
        margin:5rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__banner-w {
        margin:7.5rem 0
    }
}

.insight-inner__banner-image-w {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-inner__banner-image-w {
        padding:5rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__banner-image-w {
        padding:7.5rem 0
    }
}

.insight-inner__slider-w {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .insight-inner__slider-w {
        padding:5rem 0
    }
}

@media only screen and (min-width: 87.5em) {
    .insight-inner__slider-w {
        padding:7.5rem 0
    }
}

.insight-inner__icon-wrapper {
    width: 100%;
    height: 100%
}

.insight-inner__icon {
    height: 2rem;
    width: 2rem;
    fill: #000
}

.i-body-quote__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

@media only screen and (min-width: 62em) {
    .i-body-quote__grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (min-width: 87.5em) {
    .i-body-quote__grid {
        -webkit-column-gap:4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
}

.i-body-quote--quote {
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
    line-height: 3rem;
    padding: 0 2rem;
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    text-align: center
}

@media only screen and (min-width: 48em) {
    .i-body-quote--quote {
        text-align:left;
        width: 80%;
        margin-right: auto
    }
}

@media only screen and (min-width: 75em) {
    .i-body-quote--quote {
        font-size:4rem;
        line-height: 5rem;
        width: 100%;
        padding-right: 10rem
    }
}

.i-body-quote--body {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    grid-template-rows: repeat(2, -webkit-min-content);
    grid-template-rows: repeat(2, min-content);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding-right: 2rem
}

.i-body-quote--body .grid-item__socials {
    grid-column: 2/span 2;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(3, -webkit-min-content);
    grid-template-columns: repeat(3, min-content);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ff542c;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.i-body-quote--body .grid-item__socials a {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.i-body-quote--body .grid-item__socials a:nth-child(3) svg {
    margin-bottom: .1rem
}

.i-body-quote--body .grid-item__icon-wrapper {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    margin-top: 5.5rem
}

@media only screen and (min-width: 62em) {
    .i-body-quote--body .grid-item__icon-wrapper {
        margin-top:.5rem
    }
}

@media only screen and (min-width: 75em) {
    .i-body-quote--body .grid-item__icon-wrapper {
        margin-top:.75rem
    }
}

.i-body-quote--body .grid-item__body {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    font-size: 1.8rem;
    line-height: 1.75;
    margin-top: 5rem
}

@media only screen and (min-width: 62em) {
    .i-body-quote--body .grid-item__body {
        margin-top:0
    }
}

@media only screen and (min-width: 75em) {
    .i-body-quote--body .grid-item__body {
        font-size:2rem
    }
}

.i-body-quote--body .grid-item__body p:not(:last-child) {
    margin-bottom: 1.5rem
}

.i-body-quote--body .grid-item__body ul {
    list-style: none;
    width: 100%;
    text-indent: -2.5rem;
    margin-left: 0;
    padding: 1rem 0;
    margin-bottom: 1.5rem
}

.i-body-quote--body .grid-item__body ul li:not(:last-child) {
    margin-bottom: 1rem
}

.i-body-quote--body .grid-item__body ul li b {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.i-body-quote--body .grid-item__body ul li strong {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.i-body-quote--body .grid-item__body ul li::before {
    content: "";
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    background-image: url("../img/MT-icon-black.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 1rem
}

.i-body-quote__icon {
    fill: #ff542c;
    height: 1.5rem;
    width: 1.5rem
}

.i-body-quote__icon--twitter {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}

.i-body-quote__icon--linkedin {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.i-heading__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem
}

@media only screen and (min-width: 62em) {
    .i-heading__grid {
        grid-template-columns:repeat(3, 1fr)
    }
}

.i-heading--heading {
    grid-column: 1/span 1
}

@media only screen and (min-width: 62em) {
    .i-heading--heading {
        grid-column:1/span 2
    }
}

.i-heading__heading {
    font-size: 3rem;
    line-height: 3.5rem;
    font-family: 'Poppins', sans-serif;
}

@media only screen and (min-width: 62em) {
    .i-heading__heading {
        font-size:3.5rem;
        line-height: 4rem
    }
}

@media only screen and (min-width: 75em) {
    .i-heading__heading {
        font-size:5rem;
        line-height: 6rem
    }
}

.i-banner__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    padding: 5rem 0
}

@media only screen and (min-width: 62em) {
    .i-banner__grid {
        grid-template-columns:repeat(2, 1fr);
        padding: 8rem 0
    }
}

@media only screen and (min-width: 75em) {
    .i-banner__grid {
        padding:10rem 0
    }
}

.i-banner__body {
    font-size: 1.8rem;
    line-height: 1.75
}

.i-banner__body p:not(:last-child) {
    margin-bottom: 1.5rem
}

.i-banner__body p b {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.i-banner__body p strong {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.i-body__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

@media only screen and (min-width: 62em) {
    .i-body__grid {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media only screen and (min-width: 87.5em) {
    .i-body__grid {
        -webkit-column-gap:4rem;
        -moz-column-gap: 4rem;
        column-gap: 4rem
    }
}

.i-body--body {
    display: grid;
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding-right: 2rem
}

@media only screen and (min-width: 48em) {
    .i-body--body {
        padding-right:5rem
    }
}

.i-body--body .grid-item__socials {
    grid-column: 2/span 2;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(3, -webkit-min-content);
    grid-template-columns: repeat(3, min-content);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ff542c;
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.i-body--body .grid-item__socials a {
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.i-body--body .grid-item__socials a:nth-child(3) svg {
    margin-bottom: .1rem
}

.i-body--body .grid-item__body {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
    font-size: 1.8rem;
    line-height: 1.75
}

@media only screen and (min-width: 75em) {
    .i-body--body .grid-item__body {
        font-size:2rem
    }
}

.i-body--body .grid-item__body p:not(:last-child) {
    margin-bottom: 1.5rem
}

.i-body--body .grid-item__body p a {
    text-decoration: underline
}

.i-body--body .grid-item__body ul {
    list-style: none;
    width: 100%;
    text-indent: -2.5rem;
    margin-left: 0;
    padding: 1rem 0;
    margin-bottom: 1.5rem
}

.i-body--body .grid-item__body ul li:not(:last-child) {
    margin-bottom: 1rem
}

.i-body--body .grid-item__body ul li b {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.i-body--body .grid-item__body ul li strong {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.i-body--body .grid-item__body ul li::before {
    content: "";
    display: inline-block;
    height: 1.6rem;
    width: 1.6rem;
    background-image: url("../img/MT-icon-black.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 1rem
}

.i-body--body .grid-item__icon-wrapper {
    grid-column: 1/span 1;
    grid-row: 2/span 1;
    margin-top: .5rem
}

@media only screen and (min-width: 75em) {
    .i-body--body .grid-item__icon-wrapper {
        margin-top:.75rem
    }
}

.i-slider-carousel__inner {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 2.5rem
}

.i-slider-carousel__wrapper {
    grid-column: 1/span 12
}

@media only screen and (min-width: 48em) {
    .i-slider-carousel__wrapper {
        grid-column:1/span 9
    }
}

.i-slider-carousel__caption {
    grid-column: 1/span 12;
    font-size: 1.8rem
}

@media only screen and (min-width: 48em) {
    .i-slider-carousel__caption {
        grid-column:1/span 9
    }
}

.i-slider-carousel__image-wrapper {
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .i-slider-carousel__image-wrapper {
        border-top-left-radius:var(--clip-size-sm-tab)
    }
}

.i-i-footer__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 10rem
}

.i-i-footer__image-wrapper {
    grid-column: 1/span 1;
    grid-row: 1/span 1
}

.i-i-footer__image-wrapper .box .image .image-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    mix-blend-mode: multiply;
    opacity: 1
}

.i-i-footer__detail {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    z-index: 1
}

.i-i-footer__title {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase
}

@media only screen and (min-width: 36em) {
    .i-i-footer__title {
        width:80%;
        margin-right: auto
    }
}

@media only screen and (min-width: 48em) {
    .i-i-footer__title {
        font-size:3rem
    }
}

@media only screen and (min-width: 62em) {
    .i-i-footer__title {
        font-size:4rem;
        width: 70%
    }
}

@media only screen and (min-width: 75em) {
    .i-i-footer__title {
        font-size:5rem
    }
}

.section__hero--our-places {
    grid-column: full-start/full-end;
    background-color: transparent;
    padding: 10rem 0
}

.section__places--our-places {
    grid-column: full-start/full-end;
    background-color: transparent;
    padding-top: 5rem;
    padding-bottom: 10rem
}

.section__clients {
    grid-column: full-start/full-end;
    background-color: #1f1c2f;
    margin-top: 10rem
}

.places-filter {
    margin-bottom: 5rem;
    position: relative;
    z-index: 100
}

.places-filter__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 3rem;
    margin-bottom: 2rem
}

@media only screen and (min-width: 48em) {
    .places-filter__wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        gap: 4rem
    }
}

.places-filter__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 10
}

.places-filter__group:first-child {
    z-index: 20
}

.places-filter__reset {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.places-filter__reset-btn {
    background-color: transparent;
    border: 2px solid #1f1c2f;
    color: #1f1c2f;
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: .8rem
}

.places-filter__reset-btn:hover {
    background-color: #1f1c2f;
    color: #fff
}

.places-filter__reset-btn:hover .places-filter__reset-icon {
    fill: #fff
}

@media only screen and (min-width: 62em) {
    .places-filter__reset-btn {
        font-size:1.6rem;
        padding: 1.4rem 2.4rem
    }
}

.places-filter__reset-icon {
    width: 1.2rem;
    height: 1.2rem;
    fill: #1f1c2f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media only screen and (min-width: 62em) {
    .places-filter__reset-icon {
        width:1.4rem;
        height: 1.4rem
    }
}

.places-filter__label {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #1f1c2f;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (min-width: 62em) {
    .places-filter__label {
        font-size:2.2rem
    }
}

.places-filter__dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px
}

.places-filter__dropdown-btn {
    width: 100%;
    background-color: transparent;
    border: 2px solid #1f1c2f;
    color: #1f1c2f;
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1.2rem 2rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left
}

.places-filter__dropdown-btn:hover {
    background-color: #1f1c2f;
    color: #fff
}

.places-filter__dropdown-btn:hover .places-filter__dropdown-arrow {
    fill: #fff
}

.places-filter__dropdown-btn.active {
    background-color: #1f1c2f;
    color: #fff
}

.places-filter__dropdown-btn.active .places-filter__dropdown-arrow {
    fill: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media only screen and (min-width: 62em) {
    .places-filter__dropdown-btn {
        font-size:1.6rem;
        padding: 1.4rem 2.4rem
    }
}

.places-filter__dropdown-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.places-filter__dropdown-arrow {
    width: 1.2rem;
    height: 1.2rem;
    fill: #1f1c2f;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (min-width: 62em) {
    .places-filter__dropdown-arrow {
        width:1.4rem;
        height: 1.4rem
    }
}

.places-filter__dropdown-btn.active .places-filter__dropdown-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.places-filter__dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 2px solid #1f1c2f;
    border-top: none;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-height: 300px;
    overflow-y: auto
}

.places-filter__dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.places-filter__dropdown-item {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #1f1c2f;
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
    border-bottom: 1px solid rgba(31,28,47,.1)
}

.places-filter__dropdown-item:last-child {
    border-bottom: none
}

.places-filter__dropdown-item:hover {
    background-color: rgba(31,28,47,.1)
}

.places-filter__dropdown-item.active {
    background-color: #1f1c2f;
    color: #fff
}

@media only screen and (min-width: 62em) {
    .places-filter__dropdown-item {
        font-size:1.6rem;
        padding: 1.2rem 2.4rem
    }
}

.places-filter__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem
}

.places-filter__btn {
    background-color: transparent;
    border: 2px solid #1f1c2f;
    color: #1f1c2f;
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0
}

.places-filter__btn:hover {
    background-color: #1f1c2f;
    color: #fff
}

.places-filter__btn.active {
    background-color: #1f1c2f;
    color: #fff
}

@media only screen and (min-width: 62em) {
    .places-filter__btn {
        font-size:1.6rem;
        padding: 1.2rem 2.4rem
    }
}

.places-filter__results {
    text-align: center;
    margin-top: 3rem
}

@media only screen and (min-width: 62em) {
    .places-filter__results {
        margin-top:5rem
    }
}

.places-filter__count {
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    color: #1f1c2f;
    text-transform: uppercase
}

@media only screen and (min-width: 62em) {
    .places-filter__count {
        font-size:1.8rem
    }
}

#places-container.loading {
    opacity: .6;
    pointer-events: none
}

.op-places__no-results {
    grid-column: 1/-1;
    text-align: center;
    padding: 4rem 2rem
}

.op-places__no-results p {
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #1f1c2f;
    text-transform: uppercase
}

@media only screen and (min-width: 62em) {
    .op-places__no-results p {
        font-size:2.2rem
    }
}

.op-places__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100%;
    row-gap: 4rem
}

@media only screen and (min-width: 48em) {
    .op-places__grid {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

@media only screen and (min-width: 62em) {
    .op-places__grid {
        grid-template-columns:repeat(3, 1fr);
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

.op-places__cell {
    text-transform: uppercase
}

.op-places__cell:nth-child(3n+1) .grid-item .box .image .op-places__image {
    background-color: #5ed6ff
}

.op-places__cell:nth-child(3n+1) .grid-item .box .image .op-places__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    mix-blend-mode: multiply;
    opacity: 1;
    border-bottom-right-radius: 75px
}

.op-places__cell:nth-child(3n+2) .grid-item .box .image .op-places__image {
    background-color: #5ed6ff
}

.op-places__cell:nth-child(3n+2) .grid-item .box .image .op-places__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    mix-blend-mode: multiply;
    opacity: 1;
    border-top-left-radius: 75px
}

.op-places__cell:nth-child(3n+3) .grid-item .box .image .op-places__image {
    background-color: #5ed6ff
}

.op-places__cell:nth-child(3n+3) .grid-item .box .image .op-places__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    mix-blend-mode: multiply;
    opacity: 1;
    border-bottom-left-radius: 75px
}

.op-places__detail {
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    justify-items: flex-start;
    height: 100%
}

.op-places__detail .grid-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.op-places__title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    margin-left: 1rem;
    padding-right: 2rem;
    z-index: 1
}

@media only screen and (min-width: 36em) {
    .op-places__title {
        font-size:3rem;
        line-height: 3rem
    }
}

@media only screen and (min-width: 48em) {
    .op-places__title {
        font-size:2.5rem;
        line-height: 2.5rem
    }
}

@media only screen and (min-width: 100em) {
    .op-places__title {
        font-size:4rem;
        line-height: 4rem
    }
}

.op-places__icon-wrapper {
    margin-left: 2rem;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 1
}

.op-places__icon {
    fill: #fff;
    height: 2rem;
    width: 2rem
}

@media only screen and (min-width: 62em) {
    .op-places__icon {
        height:3rem;
        width: 3rem
    }
}

.op-places__city {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 1.5rem
}

@media only screen and (min-width: 62em) {
    .op-places__city {
        font-size:2rem
    }
}

.op-places__text {
    font-size: 1.6rem;
    margin-top: 1rem;
    text-transform: none
}

@media only screen and (min-width: 48em) {
    .op-places__text {
        font-size:1.8rem
    }
}

@media only screen and (min-width: 62em) {
    .op-places__text {
        font-size:2rem
    }
}

.op-places__client {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    text-transform: uppercase
}

.op-places__client-name {
    font-family: 'Poppins', sans-serif;
}

.op-places__cell:nth-child(3n+1) .grid-item .box .image .op-places__image {
    border-bottom-right-radius: 75px
}

.op-places__cell:nth-child(3n+2) .grid-item .box .image .op-places__image {
    border-top-left-radius: 75px
}

.op-places__cell:nth-child(3n+3) .grid-item .box .image .op-places__image {
    border-bottom-left-radius: 75px
}
/*.portfolio-item
{
   // gap : 90px 30px;
   margin : 30px 10px;
}*/

.portfolio-item:nth-child(3n+1)
{
    border-bottom-right-radius: 75px
}

.portfolio-item:nth-child(3n+2)
{
    border-top-left-radius: 75px
}

.portfolio-item:nth-child(3n+3)
{
    border-bottom-left-radius: 75px
}



.clients__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.clients__grid {
    color: #fff;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    padding: 5rem 2rem
}

@media only screen and (min-width: 62em) {
    .clients__grid {
        padding:10rem 2rem
    }
}

@media only screen and (min-width: 75em) {
    .clients__grid {
        padding:15rem 4rem
    }
}

@media only screen and (min-width: 87.5em) {
    .clients__grid {
        padding:15rem 6rem
    }
}

.clients__header {
    text-align: center
}

.clients__title {
    padding: 5rem 0
}

.clients__subtitle {
    padding-bottom: 2rem
}

@media only screen and (min-width: 23.4375em) {
    .clients__subtitle {
        width:70%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 48em) {
    .clients__subtitle {
        width:50%
    }
}

.clients__points-grid {
    display: grid;
    padding-top: 5rem
}

@media only screen and (min-width: 48em) {
    .clients__points-grid {
        -webkit-column-gap:5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media only screen and (min-width: 62em) {
    .clients__points-grid {
        grid-template-columns:repeat(2, 1fr);
        padding-top: 10rem
    }
}

.clients__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-row: repeat(2, 1fr)
}

.clients__squares .square {
    background-color: rgba(255,255,255,.1)
}

.clients__squares .square--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1
}

@media only screen and (min-width: 75em) {
    .clients__squares .square--left {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.clients__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .clients__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.client__grid,.collaborator__grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.client__grid:not(:last-child),.collaborator__grid:not(:last-child) {
    padding-bottom: 5rem
}

@media only screen and (min-width: 36em) {
    .client__grid,.collaborator__grid {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 2.5rem;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
}

@media only screen and (min-width: 62em) {
    .client__grid,.collaborator__grid {
        -webkit-column-gap:5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem
    }
}

@media only screen and (min-width: 36em) {
    .client__heading,.client__description,.collaborator__heading,.collaborator__description {
        grid-column:1/span 2
    }
}

.client__description,.collaborator__description {
    font-size: 2rem
}

@media only screen and (min-width: 23.4375em) {
    .client__description,.collaborator__description {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 62em) {
    .client__description,.collaborator__description {
        font-size:2rem
    }
}

@media only screen and (min-width: 87.5em) {
    .client__description,.collaborator__description {
        font-size:2.5rem
    }
}

.client__block,.collaborator__block {
    font-size: 1.6rem
}

@media only screen and (min-width: 23.4375em) {
    .client__block,.collaborator__block {
        font-size:2rem
    }
}

@media only screen and (min-width: 62em) {
    .client__block,.collaborator__block {
        font-size:1.8rem
    }
}

@media only screen and (min-width: 87.5em) {
    .client__block,.collaborator__block {
        font-size:2.25rem
    }
}

.client__block p,.collaborator__block p {
    margin-bottom: .5rem;
    font-weight: 600
}

.section__our-process {
    background-color: transparent
}

.section__our-services {
    background-color: transparent
}

.section__our-approach {
    padding: 10rem 0 25rem 0;
    background-color: transparent
}

.section__our-work {
    background-color: transparent;
}

.our-process__wrapper,.our-services__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.our-process__squares,.our-services__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 50% 50%
}

.our-process__squares .square,.our-services__squares .square {
    background-color: rgba(255,255,255,.1)
}

.our-process__squares .square--left,.our-services__squares .square--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1
}

@media only screen and (min-width: 75em) {
    .our-process__squares .square--left,.our-services__squares .square--left {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.our-process__squares .square--right,.our-services__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .our-process__squares .square--right,.our-services__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.our-process__content,.our-services__content {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-rows: repeat(2, -webkit-min-content);
<<<<<<< Updated upstream
<<<<<<< Updated upstream
    grid-template-rows: auto;
=======
    /* grid-template-rows: repeat(2, min-content); */
>>>>>>> Stashed changes
=======
    /* grid-template-rows: repeat(2, min-content); */
>>>>>>> Stashed changes
    row-gap: 10rem;
    padding: 10rem 2rem
}

@media only screen and (min-width: 75em) {
    .our-process__content,.our-services__content {
        padding:15rem 4rem;
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 87.5em) {
    .our-process__content,.our-services__content {
        padding:20rem 6rem;
        padding-bottom: 0px;
    }
}

.our-process__header,.our-services__header {
    display: grid;
    grid-template-rows: repeat(3, -webkit-min-content);
    grid-template-rows: repeat(3, min-content);
    row-gap: 5rem;
    text-align: center;
    width: 90%;
    margin: 0 auto
}

@media only screen and (min-width: 75em) {
    .our-process__header,.our-services__header {
        width:80%
    }
}

@media only screen and (min-width: 87.5em) {
    .our-process__header,.our-services__header {
        width:70%
    }
}

.our-process__subtitle,.our-services__subtitle {
    display: grid;
    font-size: 2.25rem
}

@media only screen and (min-width: 62em) {
    .our-process__subtitle,.our-services__subtitle {
        width:80%;
        margin: 0 auto;
        font-size: 2.5rem
    }
}

@media only screen and (min-width: 75em) {
    .our-process__subtitle,.our-services__subtitle {
        font-size:2.75rem
    }
}

.our-process__block,.our-services__block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem
}

@media only screen and (min-width: 62em) {
    .our-process__block,.our-services__block {
        grid-template-columns:repeat(3, 1fr);
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        row-gap: 0
    }
}

@media only screen and (min-width: 87.5em) {
    .our-process__block,.our-services__block {
        -webkit-column-gap:7.5rem;
        -moz-column-gap: 7.5rem;
        column-gap: 7.5rem
    }
}

@media only screen and (min-width: 100em) {
    .our-process__block,.our-services__block {
        -webkit-column-gap:10rem;
        -moz-column-gap: 10rem;
        column-gap: 10rem
    }
}

.our-process__cell--services,.our-process__cell--process,.our-services__cell--services,.our-services__cell--process {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    row-gap: 1rem;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.our-services__cell--services:nth-child(3n + 1) .services-block__media {
    border-bottom-right-radius: 75px
}

.our-services__cell--services:nth-child(3n + 2) .services-block__media {
    border-top-left-radius: 75px
}

.our-services__cell--services:nth-child(3n) .services-block__media {
    border-bottom-right-radius: 75px
}

.our-services__cell--services .services-block__media .services-block__title {
    color: #fff;
    padding: 0 2rem;
    z-index: 10
}

.our-process__cell--process .services-block__subtitle {
    padding-top: 3rem
}

.services-block__media {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 20rem;
    background: #000;
    overflow: hidden
}

@media only screen and (min-width: 23.4375em) {
    .services-block__media {
        grid-template-rows:30rem
    }
}

@media only screen and (min-width: 28.125em) {
    .services-block__media {
        grid-template-rows:40rem
    }
}

@media only screen and (min-width: 62em) {
    .services-block__media {
        grid-template-rows:25rem
    }
}

@media only screen and (min-width: 75em) {
    .services-block__media {
        grid-template-rows:30rem
    }
}

@media only screen and (min-width: 87.5em) {
    .services-block__media {
        grid-template-rows:35rem
    }
}

.services-block__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    opacity: .8
}

.services-block__symbol {
    grid-column: 1/span 1;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center
}

.services-block__icon {
    height: 2rem;
    width: 2rem
}

.services-block__title {
    align-self: center;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    line-height: 1
}

@media only screen and (min-width: 62em) {
    .services-block__title {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 75em) {
    .services-block__title {
        font-size:3rem
    }
}

@media only screen and (min-width: 87.5em) {
    .services-block__title {
        font-size:4rem
    }
}

.services-block__subtitle {
    grid-column: 1/span 1;
    padding-top: 1rem;
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.services-block__info {
    grid-column: 1/span 1
}

.services-block__info a {
    text-decoration: underline
}

.services-block__info ul {
    font-size: 1.6rem;
    padding-top: 2.5rem;
    padding-left: .25rem;
    margin-left: 1.5rem
}

.services-block__info ul li:not(:last-child) {
    margin-bottom: 1rem
}

.our-work__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 100%
}

@media only screen and (min-width: 62em) {
    .our-work__wrapper {
        grid-template-columns:repeat(2, 1fr);
        min-height: 90vh
    }
}

.our-work__media {
    border-bottom-right-radius: var(--clip-size-lg-mob);
    overflow: hidden
}

@media only screen and (min-width: 75em) {
    .our-work__media {
        border-bottom-right-radius:var(--clip-size-lg-tab)
    }
}

.our-work__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.our-work__content {
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: center;
    align-content: center;
    padding: 5rem 2rem
}

.our-service__content{
    display: grid;
    row-gap: 4rem;
    -webkit-align-content: center;
    align-content: center;
    padding: 0rem 2rem;
    align-self: center;
}

@media only screen and (min-width: 36em) {
    .our-work__content {
        max-width:80%
    }
}

@media only screen and (min-width: 48em) {
    .our-work__content {
        max-width:60%
    }
}

@media only screen and (min-width: 62em) {
    .our-work__content {
        max-width:100%;
        padding: 0 5rem
    }
}

@media only screen and (min-width: 100em) {
    .our-work__content {
        padding:0 10rem
    }
}

.our-work__title {
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1
}

@media only screen and (min-width: 62em) {
    .our-work__title {
        font-size:4.5rem
    }
}

@media only screen and (min-width: 75em) {
    .our-work__title {
        font-size:5.25rem
    }
}

@media only screen and (min-width: 87.5em) {
    .our-work__title {
        font-size:6rem
    }
}

.our-work__subtitle {
    font-size: 1.6rem
}

@media only screen and (min-width: 62em) {
    .our-work__subtitle {
        font-size:2.25rem
    }
}

@media only screen and (min-width: 75em) {
    .our-work__subtitle {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 87.5em) {
    .our-work__subtitle {
        font-size:3rem
    }
}

.our-work__body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem
}

@media only screen and (min-width: 62em) {
    .our-work__body {
        font-size:1.75rem
    }
}

@media only screen and (min-width: 75em) {
    .our-work__body {
        font-size:2.25rem
    }
}

.our-work__download-wrapper {
    display: grid;
    row-gap: 2rem;
    max-width: 100%
}

.our-work__download-wrapper span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.our-work__download {
     font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.our-work__download__name {
    display: block;
    word-wrap: break-word
}

.our-work__download .mt-link__wrapper .mt-link {
    grid-template-columns: -webkit-min-content 1fr;
    grid-template-columns: min-content 1fr
}

.block__wrapper {
    background-color: transparent
}

.block__header {
    padding: 5rem 0;
    text-align: center
}

@media only screen and (min-width: 48em) {
    .block__header {
        padding:10rem 0
    }
}

.block__body {
    display: grid
}

@media only screen and (min-width: 62em) {
    .block__body {
        margin:0 auto
    }
}

.block__subheading {
    line-height: 3rem
}

@media only screen and (min-width: 62em) {
    .block__subheading {
        grid-column:1/span 2;
        line-height: 4rem
    }
}

@media only screen and (min-width: 62em) {
    .block__text {
        grid-column:1/span 2;
        width: 70%;
        margin: 0 auto
    }
}

.block__cell-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 3rem;
    margin-top: 3rem
}

@media only screen and (min-width: 62em) {
    .block__cell-wrapper {
        justify-items:center;
        margin: 0 auto
    }
}

.block__cell {
    position: relative;
    justify-self: flex-start
}

@media only screen and (min-width: 62em) {
    .block__cell {
        cursor:pointer
    }
}

.block__number {
    font-family: 'Poppins', sans-serif;
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    background-color: #000;
    color: #fff
}

@media only screen and (min-width: 62em) {
    .block__number.active {
        background-color:transparent;
        border: 1px solid #fff;
        color: #fff
    }
}

.block__icon {
    height: 2rem;
    width: 2rem;
    justify-self: flex-end
}

.block__title {
    text-transform: uppercase
}

.block__item {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem
}

@media only screen and (min-width: 62em) {
    .block__item {
        font-size:1.8rem
    }
}

.block__label {
    display: grid;
    grid-template-columns: repeat(2, -webkit-min-content) 1fr;
    grid-template-columns: repeat(2, min-content) 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    text-transform: uppercase
}

@media only screen and (min-width: 62em) {
    .block__label {
        grid-template-columns:30rem -webkit-min-content 30rem;
        grid-template-columns: 30rem min-content 30rem
    }
}

.block__modal {
    display: none
}

.block__modal.active {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content -webkit-min-content;
    grid-template-rows: min-content min-content;
    border-top-right-radius: 50px;
    position: absolute;
    top: -13px;
    background-color: #fff;
    width: 26.5rem;
    z-index: 1000
}

@media only screen and (min-width: 20.3125em) {
    .block__modal.active {
        width:29rem
    }
}

@media only screen and (min-width: 23.4375em) {
    .block__modal.active {
        width:35rem
    }
}

@media only screen and (min-width: 62em) {
    .block__modal.active {
        width:40rem;
        left: -18px
    }
}

.modal__image-wrapper {
    width: var(--imgwidth);
    padding-bottom: -webkit-calc(var(--imgwidth) / var(--aspect-ratio));
    padding-bottom: calc(var(--imgwidth) / var(--aspect-ratio));
    --imgwidth: 100%;
    --aspect-ratio: 1/1.7;
    position: relative
}

.modal__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-right-radius: 35px
}

.modal__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    border-top-right-radius: 35px;
    mix-blend-mode: multiply;
    opacity: 1
}

.modal__content-wrapper {
    padding: 2rem;
    font-size: 1.6rem
}

.modal__number-wrapper {
    display: none
}

@media only screen and (min-width: 62em) {
    .modal__number-wrapper {
        position:absolute;
        top: 12.5px;
        left: 12.5px;
        right: auto;
        height: 5rem;
        width: 5rem;
        border-radius: 50%;
        background-color: #fff;
        z-index: 1;
        display: grid;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        align-content: center;
        left: auto;
        right: 12.5px
    }
}

.modal__number {
    color: #000;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (min-width: 62em) {
    .modal__number {
        font-size:2.25rem
    }
}

.modal__title {
    color: #fff;
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    bottom: 0;
    padding: 2rem;
    z-index: 1;
    text-transform: uppercase
}

@media only screen and (min-width: 75em) {
    .modal__title {
        font-size:3rem
    }
}

.modal__city {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase
}

.modal__close-btn {
    display: block;
    position: absolute;
    top: 12.5px;
    right: 12.5px;
    height: 5rem;
    width: 5rem;
    border: 1px solid #fff;
    border-radius: 50%;
    z-index: 1000
}

@media only screen and (min-width: 62em) {
    .modal__close-btn {
        display:none
    }
}

.modal__close-btn__symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px
}

.modal__close-btn__symbol::before,.modal__close-btn__symbol::after {
    position: absolute;
    left: 15px;
    content: "";
    height: 33px;
    width: 2px;
    background-color: #fff
}

.modal__close-btn__symbol::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.modal__close-btn__symbol::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.section__place-game {
    min-height: 100vh;
    display: grid;
    background-color: var(--game-bkg-color)
}

.game__squares {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 60% 40%
}

.game__squares .square {
    background-color: rgba(255,255,255,.1)
}

.game__squares .square--left {
    border-top-right-radius: var(--clip-size-lg-mob);
    grid-column: 1/span 1;
    grid-row: 2/span 1
}

@media only screen and (min-width: 75em) {
    .game__squares .square--left {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.game__squares .square--right {
    border-bottom-left-radius: var(--clip-size-lg-mob);
    grid-column: 2/span 1;
    grid-row: 1/span 1
}

@media only screen and (min-width: 75em) {
    .game__squares .square--right {
        border-bottom-left-radius:var(--clip-size-lg-tab)
    }
}

.game__wrapper {
    position: relative;
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    color: #000;
    max-width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2.5rem;
    -webkit-align-content: center;
    align-content: center
}

@media only screen and (min-width: 48em) {
    .game__wrapper {
        width:80%
    }
}

@media only screen and (min-width: 62em) {
    .game__wrapper {
        width:60%
    }
}

.game__wrapper.hidden {
    display: none
}

.game__question-wrapper {
    padding: 2.5rem 0
}

@media only screen and (min-width: 62em) {
    .game__question-wrapper {
        padding:2.5rem 2.5rem
    }
}

.game__active {
    font-size: 2rem;
    font-family: 'Poppins', sans-serif;
    text-align: center
}

@media only screen and (min-width: 23.4375em) {
    .game__active {
        font-size:3rem
    }
}

@media only screen and (min-width: 62em) {
    .game__active {
        font-size:4rem
    }
}

@media only screen and (min-width: 75em) {
    .game__active {
        font-size:6rem
    }
}

.game__question {
    display: none
}

.game__buttons {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 2.5rem;
    text-transform: uppercase
}

@media only screen and (min-width: 36em) {
    .game__buttons {
        grid-template-columns:repeat(2, 1fr);
        width: 80%;
        margin: 0 auto
    }
}

.game__next {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    padding: 1rem 2rem;
    cursor: pointer
}

@media only screen and (min-width: 75em) {
    .game__next {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 87.5em) {
    .game__next {
        font-size:2.5rem;
        padding: 1.5rem 2rem
    }
}

.game__link {
    justify-self: center;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    padding: 1rem;
    cursor: pointer
}

@media only screen and (min-width: 75em) {
    .game__link {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 87.5em) {
    .game__link {
        font-size:2.5rem;
        padding: 1.5rem 2rem
    }
}

.game__how-to-btn-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center
}

.game__how-to-open {
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    background-color: transparent;
    color: #000;
    padding: 1rem 1.25rem;
    cursor: pointer
}

@media only screen and (min-width: 75em) {
    .game__how-to-open {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 87.5em) {
    .game__how-to-open {
        font-size:2.5rem;
        padding: 1.5rem 2rem
    }
}

.game__modal {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
    display: none
}

.game__modal.active {
    display: grid;
    -webkit-align-content: center;
    align-content: center;
    background-color: #5ed6ff;
    padding: 5rem 2rem;
    border: 1px solid #000;
    border-bottom-right-radius: 75px;
    max-width: 1024px;
    margin: auto
}

.modal__header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    justify-items: center;
    row-gap: 1rem
}

.modal__how-to-close {
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    background-color: transparent;
    color: #000;
    padding: 1rem 1.25rem;
    cursor: pointer
}

@media only screen and (min-width: 62em) {
    .modal__how-to-close {
        position:absolute;
        top: 0;
        right: 2rem;
        padding: 0
    }
}

@media only screen and (min-width: 75em) {
    .modal__how-to-close {
        font-size:2.5rem
    }
}

@media only screen and (min-width: 87.5em) {
    .modal__how-to-close {
        font-size:2.5rem
    }
}

.modal__heading {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    padding: 1rem 0
}

@media only screen and (min-width: 23.4375em) {
    .modal__heading {
        font-size:4rem;
        line-height: 4rem
    }
}

@media only screen and (min-width: 36em) {
    .modal__heading {
        font-size:4.5rem;
        line-height: 4.5rem
    }
}

@media only screen and (min-width: 48em) {
    .modal__heading {
        font-size:6rem;
        line-height: 6rem;
        padding: 2rem 0 3rem 0
    }
}

.modal__heading--how-to,.modal__heading--learn-more {
    font-family: 'Poppins', sans-serif;
    font-size: 2rem;
    text-transform: uppercase
}

@media only screen and (min-width: 62em) {
    .modal__heading--how-to,.modal__heading--learn-more {
        font-size:2.5rem
    }
}

.modal__subheading {
    font-size: 1.6rem;
    text-align: center
}

@media only screen and (min-width: 75em) {
    .modal__subheading {
        font-size:2.5rem
    }
}

.modal__instructions {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    row-gap: 2rem;
    padding: 2.5rem 0 0 0
}

@media only screen and (min-width: 48em) {
    .modal__instructions {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        width: 90%;
        margin: 0 auto
    }
}

@media only screen and (min-width: 48em) {
    .modal__how-to {
        padding:5rem 0
    }
}

@media only screen and (min-width: 48em) {
    .modal__learn-more {
        padding:5rem 0
    }
}

.modal__divider {
    border: .5px solid #000;
    margin: 1rem 0
}

.modal__body {
    margin-top: 2rem;
    font-size: 1.6rem
}

@media only screen and (min-width: 48em) {
    .modal__body {
        padding-left:1.6rem
    }
}

@media only screen and (min-width: 62em) {
    .modal__body {
        padding-left:2.25rem
    }
}

@media only screen and (min-width: 75em) {
    .modal__body {
        font-size:1.8rem
    }
}

.modal__body p:not(:last-child) {
    margin-bottom: 1rem
}

.modal__body p a {
    font-family: 'Poppins', sans-serif;
    font-weight: normal
}

.game__about-link {
    position: absolute;
    display: grid;
    bottom: 2.5rem;
    width: 100%
}

.plain-text__wrapper {
    padding: 10rem 0
}

.plain-text__content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    margin-bottom: 2rem
}

@media only screen and (min-width: 62em) {
    .plain-text__content h1 {
        font-size:4rem;
        margin-bottom: 3rem
    }
}

.plain-text__content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.25rem;
    margin-bottom: 2rem
}

@media only screen and (min-width: 62em) {
    .plain-text__content h2 {
        font-size:3rem;
        margin-bottom: 3rem
    }
}

.plain-text__content h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 2rem
}

@media only screen and (min-width: 62em) {
    .plain-text__content h3 {
        font-size:2.25rem;
        margin-bottom: 3rem
    }
}

.plain-text__content p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 3rem
}

.section__insights--principles {
    grid-column: full-start/full-end;
    background-color: transparent;
    padding: 0 0 10rem 0
}

.insights__grid {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 100%;
    row-gap: 4rem
}

@media only screen and (min-width: 48em) {
    .insights__grid {
        grid-template-columns:repeat(2, 1fr);
        -webkit-column-gap: 2rem;
        -moz-column-gap: 2rem;
        column-gap: 2rem;
        row-gap: 8rem
    }
}

@media only screen and (min-width: 62em) {
    .insights__grid {
        -webkit-column-gap:5rem;
        -moz-column-gap: 5rem;
        column-gap: 5rem;
        row-gap: 10rem
    }
}

.insights__post {
    display: grid;
    grid-template-rows: -webkit-min-content repeat(2, minmax(3rem, -webkit-min-content));
    grid-template-rows: min-content repeat(2, minmax(3rem, min-content));
    row-gap: 1rem
}

@media only screen and (min-width: 48em) {
    .insights__post {
        grid-template-rows:repeat(3, -webkit-min-content);
        grid-template-rows: repeat(3, min-content)
    }
}

@media only screen and (min-width: 48em) {
    .insights__post:nth-child(1),.insights__post:nth-child(6n) {
        grid-column:1/span 2
    }
}

@media only screen and (min-width: 48em) {
    .insights__post:nth-child(1) .insights__title,.insights__post:nth-child(6n) .insights__title {
        width:50%;
        margin-right: auto
    }
}

@media only screen and (min-width: 48em) {
    .insights__post:nth-child(1) .grid-item .box .image,.insights__post:nth-child(6n) .grid-item .box .image {
        --aspect-ratio: 1/2.1
    }
}

.insights__post:nth-child(1) .grid-item .box .image .insight__image::before,.insights__post:nth-child(6n) .grid-item .box .image .insight__image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    mix-blend-mode: multiply;
    opacity: 1;
    overflow: hidden;
    border-top-right-radius: var(--clip-size-lg-mob)
}

@media only screen and (min-width: 62em) {
    .insights__post:nth-child(1) .grid-item .box .image .insight__image::before,.insights__post:nth-child(6n) .grid-item .box .image .insight__image::before {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.insights__title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-top: 1rem
}

@media only screen and (min-width: 62em) {
    .insights__title {
        font-size:2.5rem
    }
}

.insights__post:nth-child(1) .grid-item .box .image .insight__image,.insights__post:nth-child(6) .grid-item .box .image .insight__image {
    border-top-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .insights__post:nth-child(1) .grid-item .box .image .insight__image,.insights__post:nth-child(6) .grid-item .box .image .insight__image {
        border-top-right-radius:var(--clip-size-lg-tab)
    }
}

.insights__post:nth-child(3n) .grid-item .box .image .insight__image,.insights__post:nth-child(8n) .grid-item .box .image .insight__image {
    border-top-left-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .insights__post:nth-child(3n) .grid-item .box .image .insight__image,.insights__post:nth-child(8n) .grid-item .box .image .insight__image {
        border-top-left-radius:var(--clip-size-sm-tab)
    }
}

.insights__post:nth-child(4n) .grid-item .box .image .insight__image,.insights__post:nth-child(9n) .grid-item .box .image .insight__image {
    border-bottom-right-radius: var(--clip-size-sm-mob)
}

@media only screen and (min-width: 62em) {
    .insights__post:nth-child(4n) .grid-item .box .image .insight__image,.insights__post:nth-child(9n) .grid-item .box .image .insight__image {
        border-bottom-right-radius:var(--clip-size-sm-tab)
    }
}

.insight__image-title {
    position: absolute;
    top: 50%;
    left: 2%;
    -webkit-transform: translate(2%, -50%);
    transform: translate(2%, -50%);
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase
}

@media only screen and (min-width: 23.4375em) {
    .insight__image-title {
        width:90%;
        margin-right: auto
    }
}

@media only screen and (min-width: 28.125em) {
    .insight__image-title {
        font-size:3.5rem;
        line-height: 3.5rem;
        width: 90%;
        margin-right: auto
    }
}

@media only screen and (min-width: 48em) {
    .insight__image-title {
        font-size:5.5rem;
        line-height: 5.5rem
    }
}

@media only screen and (min-width: 62em) {
    .insight__image-title {
        font-size:6.5rem;
        line-height: 6.5rem
    }
}

@media only screen and (min-width: 75em) {
    .insight__image-title {
        font-size:8rem;
        line-height: 8rem
    }
}


.font-bold {
  font-weight: bold;
}

/* New styles 8*/

 
h3.team__subtitle.heading-lg {
    font-weight: bold;
}



@keyframes growFromTopRight {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 0.4; transform: scale(1); }
}
@keyframes growFromBottomLeft {
  0% { opacity: 0; transform: scale(0); }
  100% { opacity: 0.4; transform: scale(1); }
}


  @keyframes moveFromRight {
  0% { opacity: 0; transform: translateX(100px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes moveFromLeft {
  0% { opacity: 0; transform: translateX(-100px); }
  100% { opacity: 1; transform: translateX(0); }
}

@keyframes moveFromBottom {
  0% { opacity: 0; transform: translateY(60px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* start hidden */
.c-hero__title span,
.c-hero__text { opacity: 0; }

/* make spans transformable */
.c-hero__title span,
.c-hero__title  {
  display: inline-block;           /* or block */
  will-change: transform, opacity; /* smoother */
}

/* H1 parts: left/right with stagger */
.c-hero__title .span_1 {
  animation: fadeIn 1.1s ease-out forwards;
  animation-delay: 0.4s;
}

.c-hero__title .span_2 {
  animation: fadeIn 1.1s ease-out forwards;
  animation-delay: 0.8s; /* starts after span_1 */
  color: black;
  -webkit-text-fill-color: black;
  -text-fill-color: black;
}

.c-hero__title .span_3 {
  animation: fadeIn 1.1s ease-out forwards;
  animation-delay: 1.2s; /* starts after span_1 */
  color: black;
  -webkit-text-fill-color: black;
  -text-fill-color: black;
}

.c-hero__title .span_4 {
  animation: fadeIn 1.1s ease-out forwards;
  animation-delay: 1.6s; /* starts after span_1 */
}

/* H2: bottom → top */
.c-hero__text {
  animation: moveFromBottom 1.1s ease-out forwards;
  animation-delay: 2s;
}



/*# sourceMappingURL=style.css.map */





.logo_text
{
    text-align: center;
    max-width: 100px;
    color: white;
    font-weight: bold;
}

.icon_logo{
    height : 2rem;
    display: inline-block;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* smooth curve */
  transform-origin: center center;
}

.icon_logo:hover {
  transform: rotate(90deg);
}

.insight-item-2{
    padding-bottom: 0px;
}


.mobile-video
{
    display: none;
}

.home-insights__link
{
        padding-top: 25px;
    padding-bottom: 25px;
}

.wrapper__portfolio
{
    padding-bottom : 150px;
}


.btn-flip {
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Open Sans';
    text-transform: uppercase;
    outline: none;
    border: none;
    background-color: transparent;
        font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

/* BEFORE element (front text) */
.btn-flip:before {
    content: attr(data-front);
    position: relative;
    display: block;
    top: 0;
    left: 0;
    padding: 0 30px;
    line-height: 40px;
    background: #5ed6ff;
    color: black;
    opacity: 1;
    transform: translateY(0) rotateX(0);
    transition: 0.5s;
        border-bottom-right-radius: 75px;
}

/* AFTER element (back text) */
.btn-flip:after {
    content: attr(data-back);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    background: #0F8BBF;
    color: white;
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
    transition: 0.5s;
        border-bottom-right-radius: 75px;
}

/* Hover effects */
.btn-flip:hover:after {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}

.btn-flip:hover:before {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
}


.portfolio_button
{
    font-size:14px;
    margin-bottom :15px;
}

.header_black_logo
{
    display: none;
}

#site-header.active  .header_black_logo
{
    display: block;
}

#site-header.active  .header_white_logo
{
    display: none;
}

#site-header.active  .header__logo a h1
{
    color: black !important;
    -webkit-text-fill-color: black !important;
}




@media screen and (max-width : 768px)
{
    .desktop-video
    {
        display: none;
    }
    
    .mobile-video
    {
        display: block;
    }
    .header__logo h1
    {
        font-size: 20px;
    }
    
    .portfolio-item:nth-child(3n+1)
    {
        border-bottom-right-radius: 50px
    }
    
    .portfolio-item:nth-child(3n+2)
    {
        border-top-left-radius: 50px
    }
    
    .portfolio-item:nth-child(3n+3)
    {
        border-bottom-left-radius: 50px
    }
    
    .home-places__clip {
        border-top-left-radius: 50px;
        margin-left: 2rem;
        margin-right : 2rem;
                max-width: calc(100% - 4rem);
                
       
    }
     .home-team__clip {
    border-bottom-right-radius: 50px;
    margin-left: 2rem;
        margin-right : 2rem;
                max-width: calc(100% - 4rem);
     }
     
     .section__team--home
     {
         margin-top : 2rem;
     }
}



.contact-wrapper {
      
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 20px;
      margin-top: 35px;
    }

    .contact-form {
      background: #ffffff; /* white BG requested */
      padding: 24px;
      max-width: 600px;
      width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.08);
      border-bottom-right-radius: 75px;
    }

    .contact-form h2 {
      margin-top: 0;
      margin-bottom: 16px;
      font-size: 24px;
    }

    .contact-form .form-group {
      margin-bottom: 14px;
    }

    .contact-form label {
      display: block;
      font-size: 14px;
      margin-bottom: 6px;
    }

    .contact-form input[type="text"],
    .contact-form input[type="email"],
    .contact-form textarea {
      width: 100%;
      padding: 10px 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 14px;
      box-sizing: border-box;
    }

    .contact-form textarea {
      resize: vertical;
      min-height: 120px;
    }
    
    
    .slick-slide .image
    {
        padding-bottom: 25px;
    }

.our-expertise__main__body .text p {

    color: black !important;
}

.desktop-hidden
{
    display: none;
}

.desktop-show
{
    display: block;
}

.hcenter
{
    text-align: center;
}

.view-all_projects_container
{
    margin-bottom : 15px;
    margin-top: 45px;
    text-align: center;
}

@media screen and (max-width: 992px)
{
    .mobile-hidden
    {
        display: none;
    }

    .mobile-show
    {
        display: block;
    }
}