 ::-webkit-scrollbar {
     width: 10px;
     transition: 1s;
 }

 ::-webkit-scrollbar-track {
     background: #1a1a1a;
     border-radius: 10px;
     transition: 1s;
 }

 ::-webkit-scrollbar-thumb {
     background: rgb(35 207 112 / 40%);
     border-radius: 10px;
     transition: 1s;
 }

 ::-webkit-scrollbar-thumb:hover {
     background: rgb(35 207 112/ 100%);
     transition: 1s;
 }

 body,
 html,
 ol,
 p,
 ul {
     margin: 0
 }

 .bg-black,
 .bg-dark,
 .text-white,
 .u-textWhite {
     color: #fff
 }

 .section.achievements,
 .section.optimization {
     background-size: 100%;
     background-repeat: no-repeat;
     background-position: center top
 }

 html {
     font-size: 62.5%;
     box-sizing: border-box
 }

 body,
 html {
     width: 100vw;
     overflow-x: hidden;
     font-family: HelveticaNeue, sans-serif;
     font-weight: 400;
     color: #82878d
 }

 body {
     font-size: 1.6rem;
     background-color: #060f1b;
     font-weight: 400
 }

 *,
 :after,
 :before {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     box-sizing: inherit
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #000;
     margin: 0;
     text-transform: uppercase;
     line-height: .85;
     font-weight: 400
 }

 p {
     letter-spacing: .3px;
     line-height: 1.3
 }

 img {
     display: block;
     width: 100%
 }

 ol,
 ul {
     padding: 0;
     list-style: none
 }

 a {
     text-decoration: none
 }

 .font-style-1 {
     text-transform: uppercase;
     font-family: din_condensedbold, sans-serif
 }

 .font-style-2 {
     font-family: circular_stdbook
 }

 .v-application--wrap {
     min-height: 100% !important
 }

 @-webkit-keyframes floating {
     0%,
     to {
         transform: translate(0)
     }
     65% {
         transform: translateY(15px)
     }
 }

 @keyframes floating {
     0%,
     to {
         transform: translate(0)
     }
     65% {
         transform: translateY(15px)
     }
 }

 @-webkit-keyframes bounceAbove {
     0%,
     to {
         transform: scale(1)
     }
     35% {
         transform: scale(.9)
     }
     65% {
         transform: scale(1.05)
     }
 }

 @keyframes bounceAbove {
     0%,
     to {
         transform: scale(1)
     }
     35% {
         transform: scale(.9)
     }
     65% {
         transform: scale(1.05)
     }
 }

 @-webkit-keyframes loading {
     0% {
         transform: rotate(0)
     }
     50% {
         transform: rotate(180deg);
         opacity: .35
     }
     to {
         transform: rotate(1turn)
     }
 }

 @keyframes loading {
     0% {
         transform: rotate(0)
     }
     50% {
         transform: rotate(180deg);
         opacity: .35
     }
     to {
         transform: rotate(1turn)
     }
 }

 body.isBlocked,
 html.isBlocked {
     overflow: hidden
 }

 .display-xs {
     display: none
 }

 @media (max-width:990px) {
     .d-xs-none {
         display: none
     }
     .display-xs {
         display: initial
     }
 }

 .content-sapace-t-1 {
     padding-top: 5rem
 }

 .content-sapace-t-2 {
     padding-top: 8rem
 }

 .bg-Green {
     background-color: #23cf70
 }

 .bg-dark {
     background-color: #060f1b
 }

 .bg-black {
     background-color: #0a0d0b
 }

 .bg-light-grey {
     background-color: #2a2c2e;
     color: #fff
 }

 .bg-white {
     background-color: #fff;
     color: #18191a
 }




 .flex-md-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    gap: 15px;
}
.justify-between {
    justify-content: space-between;
}
.gap-9 {
    gap: 90px;
}

 @media only screen and (max-width:959px) { 
     .flex-md-row {
        flex-direction: column;
    }

    .d-lg {
        display: none;
    }
 }




.flex-col-15 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 15%;
}
.flex-col-25 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 25%;
}
.flex-col-3 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 33.333%;
}
.flex-col-7 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 70%;
}
.flex-col-75 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 75%;
}
.flex-col-8 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 80%;
}
.flex-col-85 {
    flex-shrink: 1;
    flex-basis: auto;
    width: 85%;
}
.mb-5 {
    margin-bottom: 5rem;
}
 @media only screen and (max-width:959px) {
    .flex-col-3,
    .flex-col-25,
    .flex-col-75 {
        width: 100%;
    }
    .mb-5 {
        margin-bottom: 4rem;
    }
    .mb-sm-5 {
        margin-bottom: 5rem;
    }
    .mb-sm-10 {
        margin-bottom: 10rem;
    }
}

 .section.hero {
     height: 100vh
 }

 .hero .hero-container {
     flex: 1;
     display: flex;
     flex-direction: column;
     justify-content: center;
     width: 100vw
 }

 .hero .hero-innerWrapper {
     display: flex;
     height: 100%;
     position: relative
 }

 .hero-background {
     background-image: url(../../assets/images/enterprise/bg-hero.png);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-color: #18191a
 }

 .hero .hero-mainText {
     font-size: 13rem;
     color: #fff;
     margin-top: 0;
     margin-bottom: 0
 }

 @media only screen and (max-width:1903px) {
     .hero .hero-mainText {
         font-size: 11rem
     }
 }

  @media only screen and (max-width: 1024px) {
    .section.hero {
        padding: 125px 20px 60px;
        height: auto;
    }
 }
 @media only screen and (max-width: 1022px) {
    .section.hero {
        padding: 90px 20px 75px;
        height: auto;
    }
 }

 @media only screen and (max-width:1903px) {
     .hero .hero-mainText {
         font-size: 11rem
     }
 }
 @media only screen and (max-width:1024px) {
     .hero .hero-mainText {
         font-size: 6rem
     }
    .hero .hero-mainText br.hide-mb{
        display: none;
    }
 }

 @media only screen and (max-width:959px) {
     .hero .hero-mainText {
         font-size: 7rem
     }
 }
 @media only screen and (max-width:767px) {
     .hero .hero-mainText {
         font-size: 4.814rem
     }
 }


 .section.hero.hero-row2 {
     height: auto;
     padding-top: 100px;
     padding-bottom: 130px
 }

 .hero-row2 .hero-column-1 {
     width: 35%
 }

 .hero-row2 .hero-column-2 {
     width: 65%
 }

 .hero-row2 .hero-mainSubtitle {
     color: #fff;
     font-size: 2.314rem;
     display: inline-block;
     padding-right: 3vw
 }

 .hero-row2 .hero-mainSubtitle p {
     margin-bottom: 0
 }

 @media only screen and (max-width:1024px) {
    .section.hero.hero-row2 {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .hero-row2 .hero-mainSubtitle p {
        font-size: 1.514rem;
    }
}

 @media only screen and (max-width:959px) {
     .section.hero.hero-row2 {
         padding-top: 50px;
         padding-bottom: 90px
     }
     .section.hero-row2 .hero-innerWrapper {
         display: block
     }
     .hero-row2 .hero-column-1 {
         width: 100%
     }
     .hero-row2 .hero-column-2 {
         width: 100%;
         margin-top: 3rem
     }
     .hero-row2 .hero-mainSubtitle {
         max-width: 100vw;
         font-size: 17px
     }
 }

 @media only screen and (max-width:360px) {
     .hero-row2 .hero-mainSubtitle {
         max-width: 100vw;
         font-size: 16px
     }
 }

 .header-case {
     display: flex;
     align-items: center;
     justify-content: space-between;
     width: 100%;
     margin-bottom: 50px;
     margin-top: 0
 }

 .logo-case {
     width: 235px
 }

 .btn-border {
     border-radius: 50px;
     padding: 15px 40px;
     display: inline-block;
     border: 1px solid;
     text-align: center;
     font-family: circular_stdbook
 }

 .btn-border span {
     font-size: 23px
 }

 .border-green {
     border-color: #23cf70;
     color: #23cf70
 }

 .border-white {
     border-color: #fff;
     color: #fff
 }




/*First Section*/
.dataRowTop {
    padding: 10rem 0;
}
.blockImage {
    height: 95px;
    width: 95px;
    margin-bottom: 3rem;
}
.dataRowTop h1 {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}
.dataRowTop p {
    color: #FFF;
    font-size: 1.5rem;
}
.dataRowTop .flex-md-row {
    gap: 90px;
    display: flex;
}
.dataRowTop .flex-md-row {
    gap: 90px;
}

 @media only screen and (max-width:959px) {
    .section.dataRowTop {
        padding-top: 120px;
    }
    .dataRowTop .flex-md-row {
        gap: 0;
    }
}




 .section.optimization {
     background-image: url(../../assets/images/enterprise/bg-optimization.png);
     background-color: #fff;
     height: 100%;
     overflow: initial;
     position: relative;
     padding: 90px 50px 0
 }

 .optimization .optimization-innerWrapper {
     position: relative;
     display: flex;
     justify-content: space-between;
     gap: 9rem
 }

 @media only screen and (max-width:1263px) {
     .optimization .optimization-innerWrapper {
         gap: 0
     }
 }

 .solutions-column,
 .achievements-column,
 .achievements-column-md,
 .optimization .optimization-column {
     width: 50%
 }

 .optimization .optimization-titleHighlight {
     display: inline-block;
     font-size: 2.814rem;
     font-family: circular_stdbook
 }


.optimization-column .text-block {
    padding-right: 3rem;
}
.optimization-column .text-block:nth-of-type(1){
    padding-bottom: 9rem;
}
.optimization-column .text-block:nth-of-type(2){
    padding-bottom: 5rem;
}
.optimization-column .text-block h1 {
    display: inline-block;
    font-size: 5rem;
    line-height: 4rem;
    padding-bottom: 4rem;
}
.optimization-column .text-block p {
    font-size: 3.214rem;
    line-height: 3.5rem;
    font-family: circular_stdbold;
}


 @media only screen and (max-width:768px) {
    .optimization-column .text-block {
        padding-right: 0;
    }
    .optimization-column .text-block h1 {
        display: inline-block;
        font-size: 3.514rem;
        line-height: 5rem;
        padding-bottom: 1rem;
    }
    .optimization-column .text-block p {
        font-size: 2.214rem;
        line-height: 2.5rem;
    }
}


.salesRow-titleHighlight {
    font-size: 4rem;
    margin-bottom: 7rem;
}









 .section.solutions {
     height: 100%;
     overflow: initial;
     position: relative;
     padding-top: 18rem;
     padding-bottom: 8rem;
 }

.solutions-row1 {
    padding: 0 0 10rem 0;
}

 .solutions-column-1 {
     width: 70%
 }
 .solutions-column-2,
 .achievements-column-3 {
     width: 30%
 }

.solutions-column-2 .block-text {
    margin: 3.5rem 0 6rem 0;
}

.section.solutions .solutions-innerWrapper {
     position: relative;
     display: flex;
     justify-content: space-between;
     gap: 0
}

.solutions-titleHighlight {
    font-size: 4.9rem;
    line-height: 4.7rem;
    margin-bottom: 1.314rem;
}

.solutions-subtitle {
    font-size: 2rem;
    display: inline-block;
    font-family: circular_stdbook;
    margin-top: 0;
    line-height: 2rem;
    padding-right: 0;
}

 @media only screen and (min-width:769px) and (max-width:1263px) {
     .optimization .optimization-subtitleHighlight br {
         display: none
     }
    .optimization .optimization-subtitleHighlight {
        font-size: 3.5rem;
        line-height: 3rem;
        padding-top: 5rem;
    }
     .solutions-titleHighlight {
         margin-bottom: 0;
         font-size: 3.5rem;
         line-height: 3.5rem
     }
     .solutions-subtitle {
         font-size: 2rem;
         line-height: 2.614rem;
         padding-right: 0
     }
 }

 .margin-nzLeft {
     margin-left: -27rem
 }

 .section.optimization-row2 {
     padding-top: 20rem;
     padding-bottom: 10rem;
     position: relative
 }

 .section.optimization-row2 .optimization-titleHighlight {
     font-size: 5.3rem;
     line-height: 5.3rem
 }

 @media only screen and (max-width:959px) {
     .header-case {
         margin-top: 35px;
         margin-bottom: 55px;
         width: 100%
     }
     .logo-case {
         width: 145px
     }
     .header-case .btn-border {
         width: 150px;
         height: 46px
     }
     .btn-border {
         padding: 13px 0;
         text-align: center;
         display: flex;
         width: 160px;
         align-items: center;
         justify-content: center;
         height: 50px
     }
     .btn-border span {
         font-size: 19px;
         margin-top: 2px
     }
     .btn-border.btn-lg {
         width: 185px
     }
     .section.optimization {
         padding: 90px 20px 80px;
         background-size: cover;
     }
     .optimization .optimization-innerWrapper {
         flex-direction: column;
         gap: 5rem
     }
     .solutions-column,
     .solutions-column-1,
     .solutions-column-2,
     .optimization .optimization-column {
         width: 100%
     }
     .section.solutions .solutions-innerWrapper {
         flex-direction: column
     }
     .section.optimization-row2 {
         padding: 270px 20px 105px
     }
     .optimization-titleHighlight {
         font-size: 4.114rem
     }
     .optimization-titleHighlight br {
         display: none
     }
 }

 .arrow-down-dark {
     width: 30px;
     margin-top: 0;
     position: absolute;
     top: 90px
 }

 .arrow-increased {
     width: 20px;
     margin-top: 0;
     margin-bottom: 25px
 }

 .up-arrow {
     transform: rotate(180deg)
 }

.card-optimization {
    border-radius: 3rem;
    padding: 6rem 5rem;
    width: 100%;
    margin-left: auto;
    position: relative;
    z-index: 1;
    margin-bottom: -15vh;
    background-color: #06111a;
}

.card-optimization .card-body h1 {
    font-size: 4rem;
    line-height: 3.214rem;
}

.card-optimization .card-body p {
    font-size: 3.514rem;
    line-height: 3.214rem;
    margin-bottom: 0;
    font-family: circular_stdbook;
}

.card-optimization .graph-image {
    width: 80%;
    margin: 0 auto;
    display: block;
}
 .card-optimization .graph-image img {
     width: 100%
 }

 @media only screen and (max-width:1263px) {
     .card-optimization {
         padding: 5rem 3rem
     }
     .card-optimization .card-body p {
         font-size: 2.214rem;
         line-height: 2.6rem;
         margin-bottom: 1rem
     }
     .card-optimization .graph-image {
         width: 130px;
         margin: 40px 0 0;
         display: block
     }
 }

 @media only screen and (max-width:959px) {
     .card-optimization {
         padding: 4rem 3.3rem;
         margin-bottom: -12vh
     }
     .card-optimization .card-body p {
         font-size: 2.614rem;
         line-height: 3.114rem;
         margin-bottom: 0;
         font-family: circular_stdbold
     }
     .card-optimization .card-body p br {
         display: none
     }
 }

 .section.achievements {
     position: relative;
     background-image: url(../../assets/images/enterprise/bg-achievements.png);
     height: 100%;
     padding-bottom: 12rem;
     padding-top: 10rem
 }
.achievements .achievements-innerWrapper {
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 16rem;
}
 .d-flex-md {
     display: flex
 }
 .achievements-column-1 {
     width: 70%
 }
 .achievements-column-2 {
     width: 30%
 }

.achievements .achievements-titleHighlight {
    font-size: 4.9rem;
    line-height: 4.7rem;
}

 @media only screen and (max-width:1200px) {
     .achievements .achievements-titleHighlight br,
     .optimization-titleHighlight br {
         display: none
     }
 }


 @media only screen and (max-width:1024px) {
     .section.achievements:before {
         height: 76%
     }
 }

 @media only screen and (min-width:768px) and (max-width:955px) {
     .section.achievements:before {
         height: 60%
     }
 }



.row-analatytics {
    display: flex;
    gap: 90px;
}
.flex-col {
    width: 33.333%;
}

.col-analytics {
    gap: 35px;
    display: flex;
    justify-content: space-between;
}
.analyticsText {
     font-size: 2.214rem;
     color: #fff;
     font-family: circular_stdbook;
     line-height: 2.4rem
}




 @media only screen and (max-width:956px) {
    .row-analatytics {
        display: block;
        gap: 0;
    }
    .flex-col {
        width: 50%;
        margin-bottom: 6rem;
        float: left;
    }

}
 @media only screen and (max-width:890px) {
    .flex-col {
        width: 100%;
    }
    .analyticsText {
        width: 140px;
    }
    .col-analytics {
        gap: 45px;
        justify-content: start;
    }
}




 @media only screen and (max-width:1263px) {
     .achievements .achievements-titleHighlight {
         font-size: 3rem;
         line-height: 3.214rem
     }
     .col-inner {
         flex-direction: column
     }
 }



 .section.testimonial {
     position: relative;
     overflow: initial
 }

 .section.testimonial .row-cols {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 15rem;
}
.section.testimonial .row-cols h1 {
    font-size: 6rem;
    margin: 0;
    line-height: 5.5rem;
}
.section.testimonial .row-cols .flex-col-1 {
    width: 15%;
}
 .section.testimonial .row-cols .flex-col-2 {
    width: 75%;
}

 @media only screen and (max-width:959px) {
    .section.testimonial .row-cols .flex-col-1 {
        width: 140px;
        margin-bottom: 5rem;
    }
    .section.testimonial .row-cols .flex-col-2 {
        width: 100%;
    }
 }



 @media only screen and (max-width:820px) {
    .section.achievements {
        padding-bottom: 115px;
        padding-top: 85px;
        background-size: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
 }

 @media only screen and (max-width:768px) {
    .optimization .optimization-subtitleHighlight {
        font-size: 3.5rem;
        line-height: 3rem;
        padding-top: 5rem;
    }
    .optimization .optimization-subtitleHighlight br {
        display: none;
    }
     .d-flex-md {
         display: block
     }
     .achievements-column-md {
         width: 100%;
         margin-bottom: 5rem;
         display: block
     }
     .restultsText {
         font-size: 2.414rem;
         line-height: 3.5rem
     }
     .restultsText br {
         display: none
     }
 }

 .section.testimonial {
     height: 100%;
     padding-top: 16rem
 }

 .container.testimonial-innerWrapper {
     padding-bottom: 25rem
 }



 @media only screen and (max-width:955px) {
     .section.solutions {
         padding: 105px 20px 65px
     }
     .margin-nzLeft {
         margin-left: -4rem;
         margin-bottom: 40px
     }
     .arrow-down-dark {
         top: 140px
     }


    .container.testimonial-innerWrapper {
        padding-bottom: 5rem;
    }
 }


 .testimonial-box {
     width: 85%;
     margin: 0 auto
 }

 .card-testimonial {
     padding: 3.5rem 3rem;
     background: rgb(255 255 255 / 4%);
     border-radius: 3rem;
     margin: 0 auto
 }

.card-testimonial .card-body {
    display: flex;
    align-items: start;
    gap: 30px;
}

 .card-testimonial p {
     font-size: 19px;
     line-height: 25px;
     font-family: circular_stdbook;
     color: #fff;
     margin-bottom: 25px;
     padding-top: 7px
 }

 .card-testimonial small {
     color: #fff;
     font-family: circular_stdbook;
     font-size: 16px
 }

.avatar-testimonial {
    width: 10%;
}
.quote-testimonial {
    width: 75%;
}

 @media only screen and (max-width:959px) {
     .p-right {
         float: none
     }
     .achievements .achievements-innerWrapper {
         display: inline-block;
         height: 100%;
            padding-top: 3rem;
        }
     .achievements-column,
     .achievements-column-1,
     .achievements-column-2,
     .achievements-column-3 {
         width: 100%
     }
     .achievements .achievements-titleHighlight {
         margin-top: 3rem;
         margin-bottom: 4rem
     }

     .section.testimonial {
         padding-top: 130px
     }
     .testimonial-box {
         width: 100%;
     }
 }


 @media only screen and (max-width:1024px) {
    .section.optimization-row2 .optimization-titleHighlight {
        font-size: 3.814rem;
        line-height: 3.814rem;
    }
}

 @media only screen and (max-width:959px) {
     .solutions-titleHighlight {
         font-size: 3.5rem;
         line-height: 3.5rem
     }
     .solutions-subtitle {
         font-size: 2rem;
         margin-top: 0;
         line-height: 2.5rem;
         padding-right: 0
     }
     .section.optimization-row2 {
         padding: 190px 20px 105px
     }
    .section.optimization-row2 .optimization-titleHighlight {
        font-size: 3rem;
        line-height: 3rem;
    }
     .arrow-down-dark {
         top: 100px
     }
    .card-optimization .card-body p {
        font-size: 2.114rem;
        line-height: 2.614rem;
    }
     .card-optimization .graph-image {
         width: 125px;
         margin: 40px 0 0
     }
    .section.testimonial .row-cols {
        display: block;
        margin-bottom: 10rem;
    }
    .section.testimonial .row-cols h1 {
        font-size: 3rem;
        margin: 0;
        line-height: 3.214rem;
    }
    
 }

 @media only screen and (max-width:1024px) {
     .section.testimonial {
         width: 100%;
         padding-top: 15rem;
     }
     .card-testimonial {
         padding: 3rem 2rem
     }
     .card-testimonial .card-body {
         display: block
     }
     .avatar-testimonial {
         width: 85px;
         margin-bottom: 20px
    }
    .quote-testimonial {
        width: 100%;
    }
     .container {
         max-width: 95%
     }
 }






 .section,
 .section-in {
     height: 100%;
     width: 100vw;
     padding: 90px 50px 0
 }

 .order-1 {
     order: 1 !important
 }

 .order-2 {
     order: 2 !important
 }

 @media only screen and (max-width:1263px) {
     .section {
         padding: 90px 20px 0
     }
 }

 @media only screen and (max-width:959px) {
     .section {
         padding-top: 60px
     }
 }

 @media only screen and (min-width:960px) {
     .container {
         max-width: 90%
     }
 }

 @media only screen and (max-width:1024px) {
     .container {
         max-width: 95%
     }
 }

 @media only screen and (min-width:1264px) {
     .container {
         max-width: 85vw
     }
 }

 .container {
     margin: 0 auto
 }

 .u-textGrey {
     color: #18191a
 }

 .u-textGreen {
     color: #23cf70
 }

 .u-flexRow {
     display: flex !important
 }

 .u-flexColumn {
     display: flex;
     flex-direction: column
 }

 .u-flexCenter {
     justify-content: center !important
 }

 .u-flexJustifyStart {
     justify-content: flex-start !important
 }

 .u-flexJustifyEnd {
     justify-content: flex-end !important
 }

 .u-flexSpaceBetween {
     justify-content: space-between !important
 }

 .u-flexAlignCenter {
     align-items: center
 }

.section.contact {
    background: #060f1b;
}


