.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;
}
.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;
}
.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;
} /*# sourceMappingURL=service-and-support.css.map */
