*,:after,:before {
    color: unset;
}

body {
    font-family: NeueMachina, sans-serif;
    overflow: hidden;
}

body.page-services{
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6{
    font-family: NeueMachina, sans-serif;
    text-align: left;
}
h1{
    text-align: left;
}

.header {
    left: 0;
    padding: 8px 16px 0;
    position: fixed;
    top: 0;
    transition: transform .3s
    ease-in-out, background .3s
    ease-in-out;
    width: 100%;
    z-index: 10;
}
.wrapper>.header{
    background: unset;
    transform: translateY(0%);
}
.hero-wrapper{
    background-color: #ffffff;
    padding: 100px 0 30px;
}
.body-theme-dark .hero-wrapper{
    background-color: #131313;
    transition: background-color .3s;
}
.hero-wrapper .header{
    visibility: hidden;
    pointer-events: none;
}
.hero-section .discover_btn{
    text-align: center;
}
.hero-section .discover_btn a {
    color: #a73c60;
    font-size: 18px;
    text-decoration: underline;
}
.hero-wrapper.bg-white{
    background: linear-gradient(135deg, #40222d, #a73c60, #a73c60);
}
.hero-section .bg-white .discover_btn a {
    color: #fff;
}
.hero-title{
    color: #a73c60;
}
.hero-wrapper.bg-white .hero-title, .hero-wrapper.bg-white .main-menu__link{
    color: #fff;
}
.services-main .breadcrumbs{
    display: none;
}
.hero-wrapper.bg-white .breadcrumbs ul li:last-child a{
    color: #fff;
}
.client-logo {
    border: 1px solid #943757 !important;
    border-radius: 15px !important;
    width: unset;
    margin: unset;
    height: auto;
    background: unset;
    padding: 0;
}

.client-logo img {
    height: auto;
    max-height: 70%;
    max-width: 77%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: auto;
}

.section-info{
    overflow: clip;
}
.hero-section, .hero-wrapper-clipped{
    min-height: 100vh;
}
.hero-slider{
    margin-bottom: 20px;
}
.section-technologies__list-item{
    width: calc(33.33% - 16px);
}
.blog-page__item{
    width: calc(25% - 18px);
}
@media screen and (max-width: 768px) {
    .hero-wrapper .breadcrumbs {
        position: absolute;
        top: 70px;
    }
    .hero-wrapper{
        padding: 145px 0 20px;
        justify-content: flex-start;
    }
    .hero-section .discover_btn{
        margin-top: 10px;
    }
    .hero-slider .hero-item:not(:first-child){
        display: none;
    }
    .hero-slider .hero-item:first-child{
        width: 100%;
    }
    .hero-slider{
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1441px) {
    .container-fluid {
        max-width: 1920px;
        padding-left: 120px;
        padding-right: 120px;
    }
}