/*** anchor-1 ***/
.anchor-1 {
    position: relative;
}
.anchor-1::after {
    content: '';
    display: block;
    width: 55px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;

    background: #F5F8FA;
    background: -webkit-linear-gradient(90deg, rgba(245, 248, 250, 0) 0%, rgba(245, 248, 250, 1) 100%);
    background: -moz-linear-gradient(90deg, rgba(245, 248, 250, 0) 0%, rgba(245, 248, 250, 1) 100%);
    background: linear-gradient(90deg, rgba(245, 248, 250, 0) 0%, rgba(245, 248, 250, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F5F8FA", endColorstr="#F5F8FA", GradientType=1);
}
.anchor-1 .custom_padding {
    padding: 30px 0;
    width: 100%;
    overflow-x: auto;
    position: relative;
}
.anchor-1 .custom_padding::-webkit-scrollbar {
    display: none;
}
.anchor-1 .custom_padding {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.anchor-1 .anchor-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
@media(min-width: 991.98px) {
    .anchor-1 .anchor-flex {
        flex-wrap: wrap;
        row-gap: 10px;
    }
}
.anchor-1 .anchor-flex .scroll-gap {
    width: 60px;
    min-width: 60px;
    height: 1px;
    display: block;
}
.anchor-1 .anchor-flex * {
    font-family: 'industry', sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--text-black);
}
.anchor-1 .anchor-flex a.button {
    margin-right: 10px;
    font-size: 16px;
    line-height: 1.1;
    padding-bottom: 6px;
}
.anchor-1 .anchor-flex p {
    margin-right: 30px;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
}
@media(max-width: 1599.98px) {
    .anchor-1 .anchor-flex p {
        font-size: 16px;
        margin-right: 20px;
    }
    .anchor-1 .anchor-flex a.button {
        margin-right: 10px;
        font-size: 16px;
        padding: 10px 15px;
        padding-bottom: 8px;
    }
    .anchor-1 .custom_padding {
        padding: 20px 0;
    }
}
@media(max-width: 575.98px) {
    .anchor-1 .anchor-flex p {
        font-size: 16px;
        margin-right: 15px;
    }
    .anchor-1 .anchor-flex a.button {
        margin-right: 10px;
        font-size: 16px;
        padding: 8px 12px;
        padding-bottom: 6px;
    }
    .anchor-1 .custom_padding {
        padding: 16px 0;
    }
}