

html, body{ box-sizing: border-box; }
body{ font-family: "Jetbrains", sans-serif; }

h1{ font-size: 4em; line-height: 1em; }
h2.title1{ font-size: 7em; line-height: 0.9em; letter-spacing: -6px; font-weight: 500; }
.greenText{ color:#27D883; font-size: inherit; }

.blackSection{ background: #231F20; color: #fff; }
.Section{ width: calc(100% - 0px) !important; margin: 0px 0px; position: relative; }

header { width: calc(100% - 70px); height: 100px; padding: 0px 35px; background: #fff !important; }
    header .container{ max-width: initial !important; }
    header .container .logo img{ margin-left: 0px; }
    header.headerScroll { box-shadow: none; }


.ContainerThird{ display: flex; flex-direction: row; width:100%; }
    .SingleThird{ width: calc(33.333% - 140px); position: relative; z-index: 1; }
    .DoubleThird{ width: calc(66.666% - 140px); position: relative; z-index: 1; }
    .TripleThird{ width: calc(100% - 140px); position: relative; z-index: 1; }


.fullHeight{ height: 80vh; }
.halfHeight{ height:50vh; }
.thirdHeight{ height: 33.333vh; }

.centerContent{ display: flex; flex-direction: column; justify-content: center; padding: 40px 70px; }
.topContent{ display: flex; flex-direction: column; justify-content:baseline; padding: 0px 70px; }


.lineLayout{ flex-direction: row; }
.lineLayout h3 { max-width: 100%; padding-right: 50px; width: 33.333%; }
.lineLayout p { max-width: initial; width: 33.333%; }

h3{
    margin-bottom: 11px;
    font-weight: 400;
}

.Section .topContent p {
    padding: 0px 0px 70px 0px;
}

h3 + p{
    max-width: 500px;
    line-height: 1.7em;
    margin-top: 12px;
    font-weight: 200;
    line-height: 1.8em;
}

.Hero + .TechieZ + .Introduction{
    border-radius:0px;
}

.growing-element {
    animation: growLoop 5s ease-in-out infinite;
}


@keyframes growLoop {
    0% { height:100%; filter:blur(50px) }     /* 100% */
    50% { height:135%; filter:blur(100px) }  /* 110% */
    100% { height:100%; filter:blur(50px) }   /* Back to 100% */
}

.Hero + .TechieZ > div:last-child{
    border-radius:0px 0px 0px 0px;
}

footer {
    min-height: 300px;
    margin: 0px;
    border-radius: 0px 0px 0px 0px;
    padding:24px 0px;
    background: #231F20 !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.Section.Partners > div p{
    padding-bottom:0;
}

.ContPartners img{
    filter: invert(1);
    opacity: 0.35 !important;
}

section.Logos .ContPartners{
    min-height: 30vh !important;
    display: flex;
}

footer .topContent,
footer .TripleThird{
    padding: 0px 35px;
    width: calc(100% - 70px);
} 

footer .logo{
    margin-bottom: 0px;
    height: auto;
    width: 101%;
    z-index: 1;
    position: relative;
}

.shadeBehind{
    position: absolute;
    bottom: 0;
    height: 100%;
    width: auto;
    z-index: 0;
    left: 0;
}

h2{
    line-height: 1.15;
    font-size: 4em;
}

footer h2,
footer h3{
    max-width: 1000px;
    margin: 0 auto;
}

footer h2{
    font-size: 4em;
    font-weight: 300;
}

footer h3{
    font-weight: 300;
    line-height: 1.5em;
}

footer .lineLayout{
    justify-content: space-between;
}

footer .lineLayout p {
    text-align: center;
    font-weight: 200;
    line-height: 1.8em;
    width: 100%;
}

.barScrolly {
    position: absolute;
    width: 4px;
    left: calc(33.3% - 1px);
    height: 100px;
    background: #1bbd6f;
    border-radius: 9px;
    top: 0px;
    z-index: 3;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ScrollLine{
    position:relative;
    overflow:hidden;
}

footer .lineLayout ul li{
    margin-left: 30px;
    font-weight: 100;
    display: flex;
    align-items: flex-end;
}

footer .CTAfooter{
    color: #fff;
    border: solid 4px #fff;
    padding: 35px 60px;
    max-width: 580px;
    width: 100%;
    height: 60px;
    font-size: 2em;
    display: inline-flex;
    border-radius: 99px;
    align-items: center;
    justify-content: space-between;
}

footer .CTAfooter img{
    width: 60px;
    filter: invert(1) contrast(5);
}


.Section.Stories .ListItem h3{
    max-width: 750px;
    margin-bottom: 75px;
}


/* TOP AND BOTTOM TECHIE SUPPORT */

    .TechieZ{ height: 40px; background: none; }
    .TechieZ .SingleThird{ background: #231F20; width: calc(33.333% - 0px); }
    .TechieZ .DoubleThird{ background: #fff; width: calc(66.666% - 0px); }


    .TechieZ > div:last-child{ border-radius: 0px; }
    .TechieZ + div{ border-radius: 0px; }
    .TechieZ > div:first-child{ border-radius: 0px; }

    .TechieZ > div.SP1{  background-image: url(../img/SP1.svg); background-repeat: no-repeat; background-position: right; }
    .TechieZ > div.SP1G{  background-image: url(../img/SP1G.svg); background-repeat: no-repeat; background-position: right; }
    .TechieZ > div.SP2{  background: url(../img/SP2.svg) !important; background-repeat: no-repeat !important; background-position: right !important; }


    .TechieZ.InvE > div:first-child{ border-radius: 0px; }
    .TechieZ.InvE > div:last-child{ border-radius: 0px; }
    .TechieZ.InvE + div{ border-radius: 0px; }

    .TechieZ.InvE > div.SP1{  background-image: url(../img/SP2bb.svg);background-repeat: no-repeat; background-position: right; }
    .TechieZ.InvE > div.SP1G{  background-image: url(../img/SP2G.svg);background-repeat: no-repeat; background-position: right; }
    .TechieZ.InvE > div.SP2{  background: url(../img/SP2b.svg) !important; background-repeat: no-repeat !important; background-position: left !important; }



/*SECTIONS*/

    .Section.Hero .bookaCall{
        background:linear-gradient(0deg, #00BC64, #1BFF95); width: 353px; height: 133px; display: flex;
        align-items: center; justify-content: center; border-radius: 200px; position: relative; overflow: hidden;}

    .Section.Hero .bookaCall .borderButton{
        position: absolute;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        background: linear-gradient(0deg, #00EA79, #26C478);
        border-radius: 99px;
        z-index: 0;
    }

    .Section.Hero .subimgCTA{
        position: absolute;
        bottom: -20vh;
        z-index: -1;
        left: -15px;
        width: calc(100% + 15px);
    }

    .Section.Hero .bookaCall .labelOpen{
        position: absolute;
        width: calc(70% - 60px);
        height: calc(100% - 50px);
        border-bottom: solid 0px #00EE7B;
        border-right: solid 0px #00EE7B;
        border-left: solid 3px #06d873;
        right: 6px;
        display: flex;
        z-index: 1;
        padding: 20px 40px;
        align-items: center;
        justify-content: space-between;
        background: linear-gradient(0deg, #04B25E, #07F280);
        border-radius: 99px;
        color: #fff;
        box-shadow: -14px -6px 20px #07ca6b;
        transition: all 0.2s ease-in-out;
    }

    .Section.Hero .bookaCall:hover .labelOpen {
        width: calc(77% - 60px);
    }

    .Section.Hero .bookaCall .labelOpen .Text + img{
        right: 0;
        position: relative;
        transition: all 0.15s ease-in-out;
    }

    .Section.Hero .bookaCall:hover .labelOpen .Text + img{
        right: -15px;
    }

    .Section.Hero .bookaCall .labelOpen img{
        width: 27px;
        filter: invert(1) contrast(5);
    }


    .Section.Hero p{
        font-size: 2em;
        font-weight: 300;
    }

    .Section.Services{ }

    .Section.Stories{
        margin-top: 0px;
        margin-bottom: 0px;
        border-top: solid 1px #d6d6d6;
    }

    .Section.Process{ }
    
    .Section.Process h2{ 
        font-size: 4em;
        line-height: 1.1em;
        letter-spacing: -4px;
        font-weight: 200;
    }

    .Section.Introduction{ }
    .Section.Introduction h2{ 
        font-size: 4em;
        line-height: 1.15em;
        letter-spacing: -3px;
    }



.TechieZ + div + .TechieZ{
    margin-top:-40px;
}

.Section .DoubleThird h2{
        padding: 80px 0px 90px 0px;
}

.Section > .SingleThird.numbers  > p{
    font-weight: 100;
    line-height: 0.85em;
    margin-top: 10px;
    font-size: 3em;
}

.TechieZ + div + .TechieZ .SingleThird{
    background-color: none;
}

.TechieZ + div + .TechieZ .DoubleThird{
    border-radius: 0px !important;
}

footer .shadeBehind {
    position: absolute;
    bottom: 0;
    height: 40%;
    width: auto;
    z-index: 0;
    left: 0;
    opacity: 0.7;
}

.Section.Stories .numbers p{
    text-align: end;
    font-size: 6em;
    margin-top: 0;
    font-weight: 300;
    color: #26ca7b;
}

.Section.Stories .numbers{
    border-right:solid 1px #d6d6d6;
}

.Section.Stories > div{
    padding-top: 90px;
    padding-bottom: 150px;
}

.Section.Stories .ListItem{
    border-bottom: solid 1px #ccc;
}

.Section.Process .topContent p {
    margin-top:0;
}

.Section.Process .numbers p {
    text-align: end;
    font-size: 25px;
    margin-top: -7px;
    font-weight: 300;
    color: #000;
}

.Section.Process .SingleThird.numbers {
    width: calc(33.333% - 70px);
    position: relative;
    z-index: 1;
    padding-right: 0px !important;
}

.Section.Process .numbers p span{
    font-size: inherit;
    background: #ffffff;
    height: 67px;
    display: inline-flex;
    width: 67px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #dbdbdb;
    border: solid 5px #dbdbdb;
    margin-top: -8px;
    font-weight: 500;
}


.Section.Process.ShowingViewportMap .numbers p span{
    transition: all 0.3s ease-in-out;
}

.Section.Process.ShowingViewportMap .numbers p img{
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 30px;
    opacity: 0;
    z-index: 2;
    opacity: 0;
    position: absolute;
    right: 22px;
    top: 9px;
}

.Section.Process.ShowingViewportMap.in-view .numbers p span {
    background: #27d883;
    color: #27d883;
    border: solid 5px #27d883;
    margin-top: -8px;
    font-weight: 500;
}

.Section.Process.ShowingViewportMap.in-view h3 {
    color: #27d883;
}

.Section.Process.ShowingViewportMap.in-view .numbers p img{
    opacity: 1;
}

.Section.Process.ShowingViewportMap .numbers .lineSOver{
    height: 0px;
    width: 5px;
    background: #dbdbdb;
    position: absolute;
    right: 36px;
    z-index: 0;
    top: 62px;
    transition: all 0.3s ease-in-out;
}

.Section.Process.ShowingViewportMap.in-view .numbers .lineSOver{
    background: #27d883;
    height: 163px;
}


.Section.Process.Steps .topContent{
    height: 240px;
}

.Section.TechieZ.MarkersStats,
.Section.TechieZ.MarkersStats .SingleThird{
    background: #EEEEEE;
}

.Section.Statistics{
    background: #FFF;
    justify-content: center;
}

.Section.Statistics h2{
    font-weight: 500;
    font-size: 7em;
}

.Section.Statistics h2 > span{
    color: #26cb7c;
    font-size: inherit;
    display: inline-block;
    margin-left: -50px;
}

.Section.Statistics > div p{
    position: absolute;
    bottom: 35px;
    padding: 0;
}

.Section.Process.Steps .lineS{
    height: 240px;
    width: 5px;
    background: #dbdbdb;
    position: absolute;
    right: 36px;
    z-index: -1;
}

.Section.Statistics > div{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33.3% - 50px);
    height: 400px;
    background: #FFF;
    margin: 0px 0px 80px -1px;
    border-radius: 0;
    color: #000;
    border: solid 1px #dadada;
}

.noBorderBottom{
    border-bottom: solid 0px #ccc !important;
}

.noBorderBottom h3{
    font-size: 4em;
    line-height: 1.1em;
    letter-spacing: -2px;
    padding-bottom: 90px;
    max-width: 840px;
}

.Section.Stories > div.DoubleThird.topContent {
    padding-bottom: 0;
}

.Section.Hero .bookaCall .labelOpen {
    animation: Pius 0.85s ease-out forwards;
}

.Section.Hero .bookaCall .labelOpen .Text, .Section.Hero .bookaCall .labelOpen .Text + img {
    animation: Opic 0.85s ease-out forwards;
}

.Section.Hero .bookaCall .labelOpen .Text{
    line-height: 20px;
}

@keyframes Opic {
    0% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes Pius {
    0% {
        right: 90px;
        opacity: 0;
    }
    80% {
        right: 80px;
        opacity: 1;
    }
    100% {
        right: 6px;
    }
}

body{
    animation: BVack 0.8s ease-out forwards;
}


@keyframes BVack {
    0% {
        background: #02be64;
    }
    85% {
        background: #1dfa8f;
    }
    100% {
        background: #fff;
    }
}


@keyframes slideInBookCall {
    0% {
        left: -270%;
        opacity: 0;
        width: 463px;
    }
    50% {
        left: 20%;
        opacity: 1;
        width: 463px;
    }
    80% {
        left: 20%;
        opacity: 1;
        width: 353px;
    }
    100% {
        left: 0%;
        opacity: 1;
        width: 353px;
    }
}

@keyframes showContent {
    to { opacity: 1; }
}

.bookaCall {
    animation: slideInBookCall 0.85s ease-out forwards;
}

.Section.Hero .DoubleThird.centerContent, .Section.Introduction, .Hero + .TechieZ > div:last-child, .TechieZ > div.SP1, .HeadSection, .Section.Hero .subimgCTA  {
    opacity:0;
    animation: showContent 0.5s ease forwards;
    animation-delay: 0.8s; /* Show after .bookCall animation */
}


.Section.Services{
    padding: 0px 0px 0px 0px;
    border-bottom: solid 0px #d4d4d4;
    height: 280px;
    display: flex;
    align-items: center;
}


.Section.Services .topContent p{
    padding: 0px 0px 0px 0px;
    margin: 0;
}

.Section.Services .numbers p{
    font-size: 4em;
}

.Section.Services .topContent p,
.Section.Services .topContent h3{
    margin: 0;
}

.Section.Services.ShowingViewport.in-view .numbers p{
    color: #29D984;
}


.ShowingViewport{
    transition: all 0.2s ease-in-out;
}


.Section.Services.ShowingViewport.in-view{
    background: #231F20;
    color: #fff;
    transition: all 0.1s ease-in-out;
}


.Logos.Partners .ContPartners img{
    filter: invert(0) !important;
}

.ContPartners{
    background: none !important;
}


section.Logos .ContPartners{
    min-height: 20vh !important;
    padding: 0 !important;
}

.ContPartners .Partners2 img{
    height: 66px !important;
}

section.Logos {
    z-index: 1;
}

@media (max-width: 768px) {

    .fullHeight {
        height: initial;
    }
    .DoubleThird {
        width: 100%;
    }
    .centerContent {
        padding: 0;
    }

    .ContainerThird {
        flex-direction: column;
        padding: 25px 0px;
    }
    .topContent {
        padding: 0px 30px;
        width: calc(100% - 60px);
    }
    .TechieZ {
        flex-direction: row;
        padding: 0;
    }
    h1 {
        font-size: 3em;
    }
    .Section.Hero p {
        font-size: 2em;
        width: 100% !important;
        text-align: left !important;
    }
    .Section.Introduction h2 {
        font-size: 2em;
        line-height: 1.3em;
        letter-spacing: 1px;
        text-align: left !important;
        width: 100% !important;
        margin-top: 0px;
    }
    .Section.Process h2 {
        font-size: 2em;
        line-height: 1.2em;
        letter-spacing: 0px;
        width: 100% !important;
        font-weight: 200;
        text-align: left !important;
        margin-top: 0;
    }
    h2.title1 {
        font-size: 3em;
        line-height: 1em;
        letter-spacing: -3px;
        font-weight: 500;
        margin: 0px !important;
        padding: 0px !important;
    }
    .lineLayout {
        flex-direction: column;
    }
    .lineLayout h3 {
        max-width: 100%;
        padding-right: 0;
        width: 100%;
    }
    .TripleThird {
        width: calc(100% - 0px);
    }
    footer h2 {
        font-size: 2em;
        text-align: center !important;
        line-height: 1.4em !important;
    }
    footer h3 {
        font-weight: 300;
        line-height: 1.5em;
        font-size: 1em;
        padding: 0px 50px;
    }
    footer .CTAfooter {
        color: #fff;
        border: solid 4px #fff;
        padding: 20px 40px;
        max-width: initial;
        width: calc(100% - 149px);
        margin: 30px;
        height: 60px;
        font-size: 1.5em;
        display: inline-flex;
        border-radius: 99px;
        align-items: center;
        justify-content: space-between;
    }
    footer .CTAfooter img {
        width: 42px;
    }

    footer .lineLayout p {
        text-align: left;
        font-weight: 200;
        line-height: 1.8em;
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 60px;
    }

    footer ul{
        flex-direction: column;
        align-items: center;
    }
    footer .lineLayout ul li {
        margin-left: 0;
        margin-bottom: 30px;
    }
    header {
        width: 100%;
        padding: 0;
    }

    header .container .logo img {
        width: auto;
    }
    header .container .logo {
        padding: 15px;
    }

    .Section.Statistics > div {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 50px);
        height: 400px;
        background: #FFF;
        margin: 0px 0px 25px 25px;
        border-radius: 0;
        color: #000;
        border: solid 1px #dadada;
    }

    .Section.Stories > div {
        padding-top: 40px;
        padding-bottom: 0px;
    }

    .ContainerThird.fullHeight.Hero{
        padding: 20px 30px 0px 30px;
        width: calc(100% - 60px) !important;
    }

    .Section.Hero p {
        margin-bottom: 40px;
        font-size: 1.4em;
    }

    .Section.Hero p br{
        display: none;
    }

    .ContainerThird.Section.Process.Steps{
        flex-direction: row;
        height: 330px;
    }

    .Section.Process.Steps .lineS {
        height: 367px;
    }
    .Section.Process.ShowingViewportMap.in-view .numbers .lineSOver {
        height: 306px;
    }
    
    .Section.Process .topContent p {
        text-align: left !important;
    }

    .ContainerThird {
        justify-content: center;
    }

    .Section.Services .topContent p {
        padding: 20px 0px 20px 0px;
    }

    .Section.Services{
        padding: 40px 0px 40px 0px;
        height: initial;
    }

    .Section.Stories .ListItem h3 {
        font-size: 3em;
        margin-bottom:0px;
        padding-bottom: 0px;
    }

    h1 {
        font-size: 2.5em;
    }

    section.Logos .ContPartners {
        min-height: initial !important;
    }

    .ContPartners .Partners2 img{
        height: 60px !important;
    }

    .shadeBehind{
        display: none;
    }

    .TechieZ > div.SingleThird{
        opacity: 0;
        animation: showContent 0.5s ease forwards;
        animation-delay: 0.8s;
    }

    .Section.Statistics > div p {
        text-align: center !important;
    }

    .Section.Statistics h2 {
        text-align: center !important;
    }

    header.headerScroll .menu_btn_black {
        top: initial;
    }

    .menuMobile .socials li a{
        display: none !important;
    }

    .menuMobile.Visibl > div a {
        font-size: 1.6rem;
    }

}