.breadcrumb_separator {
    object-fit: cover;
}

.global-padding {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    text-decoration: none;
    display: flex;
}

.container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: flex;
}

.breadcrumb_row {
    grid-column-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.breadcrumb_link {
    grid-column-gap: 10px;
    color: #757575;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    transition: all .1s;
    display: flex;
}

.breadcrumb_link:hover {
    color: #ff2e3d;
}

.breadcrumb {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    display: flex;
}

.breadcrumb_home-link {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 13.7168px;
    height: 13.7168px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
}

.link-block {
    transition: opacity .2s;
}

.link-block.w--current {
    transition-property: all;
}

@media screen and (max-width: 991px) {
    .global-padding {
        padding-left: 35px;
        padding-right: 35px;
    }

    .breadcrumb_link {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .global-padding {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 479px) {
    .global-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
}