body {
    overflow-x: hidden;
}

.header-mini_it {
    border-bottom: 1px solid #fac6c2;
    border-top: 1px solid #fac6c2;
}

.content_body {
    overflow: unset;
}

.eon-it-navbar__second-level-container + .eon-it-navbar__line-division {
    bottom: 0;
}

.header-mini_it {
    position: sticky;
    position: -webkit-sticky;
    top: 107px;
    z-index: 398;
    background: #FFFFFF;
}

.header-mini_it .step-bar {
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: hidden;
}

.header-mini_it .step-bar-border {
    width: 200vw;
    left: -100vw;
    border-color: #fac6c2;
}

.desktop-search-article{
    width: 170px;
}

.header-mini_it .step-bar-item {
    padding: 5px 17px;
    margin-bottom: 0;
}

.header-mini_it .step-bar-item a {
    font-weight: normal;
    color: #bfbfbf;
}

.header-mini_it .step-bar-item a:hover {
    color: #6f6f6f;
}

.header-mini_it .step-bar-item.active a {
    font-weight: 900;
    color: #000000;
}

.header-mini_it .step-bar-item.active {
    border-bottom: 4px solid #ea1c0a;
    margin-bottom: -1px;
    z-index: 1;
}

.header-mini_it .step-bar::-webkit-scrollbar {
    display: none;
}

.inline-block{
    display: inline-block;
}

.header-mini_it .step-bar-item {
    display: inline-block;
    vertical-align: middle;
}

.article-search {
    width: 100%;
    color: #8f9192;
    display: inline-flex !important;
    align-items: center;
}
.article-search .search-article-input{
    background: none;
    border: none;
    color: #8f9192;
}

.article-search .search-article-input:focus-visible{
    outline: none;
}
.scroll-hide {
    display: none!important;
}
.article-search .search-icon{
    margin: 0;
    margin-bottom: -3px;
    padding: 0;
    content: "";
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23EA1B0A'%3E%3Cg%3E%3Cg%3E%3Cpath d='M242.319 11c5.699 0 10.318 4.688 10.318 10.47 0 2.424-.811 4.656-2.174 6.43l5.235 5.313c.403.409.403 1.071 0 1.48-.372.378-.958.407-1.362.087l-.098-.087-5.2-5.277c-1.805 1.574-4.153 2.524-6.72 2.524-5.698 0-10.318-4.687-10.318-10.47 0-5.782 4.62-10.47 10.319-10.47zm0 2.094c-4.56 0-8.255 3.75-8.255 8.376 0 4.626 3.696 8.376 8.255 8.376 4.559 0 8.255-3.75 8.255-8.376 0-4.626-3.696-8.376-8.255-8.376z' transform='translate(-1252 -132) translate(0 121) translate(1020)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    .article-search {
        max-width: 260px;
    }

    .tablet-searchbar{
        display: none !important;
    }

}

@media (max-width: 991px) {
    .article-search {
        max-width: 100%;
        justify-content: space-between;
        font-weight: normal;
    }

    .desktop-searchbar {
        display: none !important;
    }
}

@media (max-width: 1199px) {

    .header-mini_it .step-bar-item {
        padding: 5px 15px;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .mobiledevice .header-mini_it .step-bar-border {
        width: 100vw;
        left: -36px;
    }

}

@media (min-width: 992px) {

    .header-mini_it .step-bar-flex {
        display: flex;
    }

    /*.container {*/
    /*max-width: 1002px;*/
    /*width: initial;*/
    /*}*/

}

@media (min-width: 768px) {

    .header-mini_it .step-bar-flex {
        display: flex;
    }

    /*.container {*/
    /*width: initial;*/
    /*}*/

}

@media (max-width: 991px) {

    .header-mini_it {
        top: 64px;
    }

    .header-mini_it .step-bar-border {
        width: 110vw;
        left: calc((100% - 100vw) / 2);
    }

    .header-mini_it .step-bar {
        text-align: center;
    }

}

@media (max-width: 767px) {

    /*.header-mini_it {*/
    /*margin-left: -25px;*/
    /*}*/
    .header-mini_it .gradient-end {
        position: absolute;
        width: 10%;
        height: 100%;
        right: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.33);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0.33)), color-stop(70%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    }

    .header-mini_it .step-bar li:last-child {
        margin-right: 36px;
    }

    .header-mini_it .step-bar li:first-child {
        margin-left: 25px;
    }

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

    .header-mini_it .step-bar-item.active {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: -11px
    }

    .header-mini_it .step-bar-item.active a {
        line-height: 85%;
    }

}