.f-size-14 {
    font-size: 0.875rem;
}
.f-size-16 {
    font-size: 1rem;
}
.f-size-18 {
    font-size: 1.125rem;
}
.f-size-20 {
    font-size: 1.25rem;
}
.f-size-23 {
    font-size: 1.4375rem;
}
.f-size-30 {
    font-size: 1.875rem;
}
.f-size-60 {
    font-size: 3.75rem;
}
@media (min-width: 1200px) {
    :root {
        --rez: 1;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    :root {
        --rez: 0.85;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    :root {
        --rez: 0.7;
    }
}
@media (min-width: 576px) and (max-width: 767.9px) {
    :root {
        --rez: 0.5;
    }
}
@media (max-width: 575.9px) {
    :root {
        --rez: 0.3;
    }
}
.line-16-20 {
    line-height: 1.25em;
}
.line-16-30 {
    line-height: 1.875em;
}
.line-23-30 {
    line-height: 1.3043em;
}
.line-30-40 {
    line-height: 1.3333em;
}
.line-30-45 {
    line-height: 1.5em;
}
.line-30-50 {
    line-height: 1.6666em;
}
.line-50-55 {
    line-height: 1.1em;
}
.banner-inner {
    max-height: 640px;
    min-height: 200px !important;
    height: min(100vh, 120vw);
    background-position: center;
    padding-top: 60px;
}
.banner-inner .main-title {
    font-size: var(--fz50) !important;
    line-height: 1.1em !important;
    margin-bottom: calc(12px + (var(--rez) * 20px)) !important;
}
@media (min-width: 992px) {
    .haf-img-content-row:nth-child(even) {
        flex-direction: row-reverse;
    }
    .haf-img-content-row .haf-img-sec-content {
        max-width: 399px;
        width: 100%;
        margin: auto;
    }
    .haf-img-content-row .haf-img-sec-content h2 {
        margin-bottom: 13px;
    }
    .haf-img-content-row .haf-img-sec-content p {
        line-height: 30px;
    }
    .haf-img-content-row .haf-img-sec-content button {
        margin-top: 6px;
        font-size: 12px;
        font-family: "Inter", sans-serif;
    }
}
@media (max-width: 991.9px) {
    .haf-img-content-row .haf-img-sec-content {
        padding-top: 20px;
    }
}
@media (max-width: 991.9px) {
    .haf-img-content-row:not(:nth-last-child(1)) .haf-img-sec-content {
        padding-bottom: 10px;
    }
}
.haf-img-content-row + .haf-img-content-row {
    padding-top: calc(56px * var(--rez));
}
.learn-more-text {
    display: inline-block;
    margin-right: 0;
    overflow: hidden;
    max-width: 0px;
    white-space: nowrap;
    transition: max-width 0.3s ease-in-out, margin-right 0.3s ease-in-out;
}
.learn-more-arrow {
    display: inline-block;
    height: calc(17px + (var(--rez) * 17px));
    width: calc(19px + (var(--rez) * 19px));
    background-image: url(../../images/icons/arrow-right.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.learn-more-btn {
    border: none !important;
    background-color: rgba(0, 0, 0, 0);
    font-size: var(--fz25);
    color: #fff;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}
.learn-more-btn:hover .learn-more-text {
    max-width: 100%;
    margin-right: calc(8.5px + (var(--rez) * 8.5px));
}
.work-together-sec {
    background-color: #f5f8fa;
}
@media (min-width: 1200px) {
    .work-together-sec .container {
        max-width: 1109px;
    }
}
/* @media (max-width: 575.9px) {
    .work-together-sec .container {
        padding-left: 25px;
        padding-right: 25px;
    }
} */
.work-together-sec .form-header {
    margin-bottom: calc(110px * var(--rez));
}
.work-together-sec label {
    font-size: 16px;
    font-weight: 500;
    color: #828295;
}
.work-together-sec textarea,
.work-together-sec input {
    border-color: #fff;
    font-size: 16px;
    padding: 22px 32px;
    margin-bottom: calc(20px * var(--rez));
    border-radius: 6px;
    color: #626271;
    box-shadow: none !important;
    transition: all ease-in-out 0.3s;
}
.work-together-sec textarea:focus,
.work-together-sec input:focus {
    border-color: #0089cd;
}
.work-together-sec input {
    height: calc(36px + (var(--rez) * 36px));
}
.work-together-sec textarea {
    height: 102px;
}
.customer-continer-content-wrap {
    background-color: #161614;
    color: #babab1;
}
.customer-continer-img-wrap {
    position: relative;
}
.customer-continer-img-wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    background-color: #161614;
    width: 100%;
}
.customer-continer-img-wrap > * {
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .our-fetures-icons-row {
        justify-content: space-between;
    }
    .our-fetures-icons-row > [class*="col"] {
        max-width: 220px !important;
    }
}
.our-fetures-icons-row .our-features-item {
    margin-bottom: calc(20px + (var(--rez) * 23px));
}
.our-fetures-icons-row .our-features-item .icon-wrap {
    height: 70px;
    padding-bottom: 28px;
    display: flex;
}
@media (max-width: 575.9px) {
    .our-fetures-icons-row .our-features-item .icon-wrap {
        justify-content: center;
    }
}
.our-fetures-icons-row .our-features-item .icon-wrap img {
    margin-top: auto;
}
.our-fetures-icons-row p:nth-last-child(1) {
    margin-bottom: 0px;
}
.top-img-icon-box {
    padding-top: calc(40px * var(--rez));
    padding-bottom: calc(30px * var(--rez));
}
.top-img-icon-wrap {
    height: calc(45px + (var(--rez) * 45px));
    padding-bottom: calc(10px + (var(--rez) * 10px));
}
.top-img-icon-wrap img {
    height: 100%;
}
.top-img-icon-content h2 {
    margin-bottom: calc(11px + (var(--rez) * 11px));
}
.top-img-icon-content p:nth-last-child(1) {
    margin-bottom: 0px;
}
.line16-30 {
    line-height: 1.875em;
}
.line30-40 {
    line-height: 1.3333em;
}
.our-keylogo-sec {
    padding-top: 0px;
}
.our-keylogo-sec .container {
    border-top: 1px solid rgba(154, 158, 154, 0.4);
}
@media (min-width: 1200px) {
    .our-keylogo-sec .container {
        padding-top: 100px;
    }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
    .our-keylogo-sec .container {
        padding-top: 85px;
    }
}
@media (min-width: 768px) and (max-width: 991.9px) {
    .our-keylogo-sec .container {
        padding-top: 70px;
    }
}
@media (min-width: 576px) and (max-width: 767.9px) {
    .our-keylogo-sec .container {
        padding-top: 55px;
    }
}
@media (max-width: 575.9px) {
    .our-keylogo-sec .container {
        padding-top: 40px;
    }
}
@media (min-width: 1200px) {
    .logo-slider {
        margin-left: 60px;
        margin-right: 60px;
        width: 100%;
        max-width: calc(100% - 120px);
    }
}
.logo-slider .swiper-slide {
    width: auto;
    min-width: 7vw;
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
.logo-swiper-nav-btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.logo-swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='36' viewBox='0 0 40 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5796 17.7279L0.958603 16.9442L0 17.7037L0.934803 18.4923L1.5796 17.7279ZM39.0824 17.9499H1.8567L3.5824 19.9499H39.0824V17.9499ZM22.9402 34.4385L2.2244 16.9636L0.934803 18.4923L21.6506 35.9673L22.9402 34.4385ZM2.2006 18.5117L22.9165 2.09739L21.6744 0.529785L0.958603 16.9442L2.2006 18.5117Z' fill='%23BABAB1'/%3E%3C/svg%3E");
}
.logo-swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='36' viewBox='0 0 40 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.5028 18.7692L38.1238 19.5529L39.0824 18.7934L38.1476 18.0048L37.5028 18.7692ZM0 18.5472H37.2257V16.5472H0V18.5472ZM16.1422 2.05855L36.858 19.5335L38.1476 18.0048L17.4318 0.529825L16.1422 2.05855ZM36.8818 17.9854L16.1659 34.3997L17.408 35.9673L38.1238 19.5529L36.8818 17.9854Z' fill='%23BABAB1'/%3E%3C/svg%3E");
}
.logo-swiper-button-prev,
.logo-swiper-button-next {
    margin-top: auto;
    margin-bottom: auto;
    height: 36px;
    width: 40px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
@media (max-width: 1199.9px) {
    .logo-swiper-button-prev,
    .logo-swiper-button-next {
        display: none;
    }
}
.banner-inner {
    position: relative;
}
.banner-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.max-600 {
    max-width: 600px;
}
.our-service-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.our-service-slider .swiper-slide {
    background-color: #161614;
}
.our-service-slider .our-servie-slider {
    width: 100%;
    max-width: 1078px;
    overflow: visible;
    display: flex;
}
.our-service-slider .our-servie-slider .slider-img {
    opacity: 0.46;
}
.our-service-slider .our-servie-slider .slider-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: calc(41px * var(--rez)) calc(79px * var(--rez));
}
.key-partnership-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.key-partnership-slider .swiper-slide {
    background-color: #161614;
}
.key-partnership-slider .our-servie-slider {
    width: 100%;
    max-width: 1078px;
    overflow: visible;
    display: flex;
}
.key-partnership-slider .our-servie-slider .slider-img {
    opacity: 0.46;
}
.key-partnership-slider .our-servie-slider .slider-content-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: calc(41px * var(--rez)) calc(79px * var(--rez));
} /*# sourceMappingURL=compute.css.map */
