.b-component-wrapper.m-margin_top-extra_large {
    margin-top: 3rem;
}


.b-header_deluxe-horizontal_center {
    justify-content: center;
    text-align: center;
}

.b-header_deluxe .b-header_deluxe-heading-title-dark {
    fill: #434343;
}

.text-nowrap {
    white-space: nowrap !important;
}

.b-header_deluxe .b-header_deluxe-heading-title-dark a {
    fill: #434343;
    color: #434343;
}

.b-header_deluxe .b-header_deluxe-heading {
    font-weight: 400;
    font-size: 2.5rem;
    flex-shrink: 0;
    max-width: 100%;
    margin-bottom: 17px;
}

.b-header_deluxe-link span {
    color: #434343;
    font-size: 40px;
}
@media screen and (min-width: 1024px) {
    .b-header_deluxe-icon {
        margin-left: 12px;
    }
}

@media screen and (min-width: 768px) {
    .b-header_deluxe .b-header_deluxe-heading {
        padding: 0 30px;
    }

    .b-header_deluxe-icon {
        margin-left: 10px;
    }
}

@media screen and (min-width: 1280px) {
    .b-header_deluxe {
        display: flex;
        width: 100%;
        align-items: center;
    }
}

@media screen and (min-width: 1280px) {

    .b-header_deluxe-divider-dark::after,
    .b-header_deluxe-divider-dark::before {
        background-color: #dedede;
        content: "";
        display: inline-block;
        flex: 1 1 100%;
        height: 1px;
        max-width: 100%;
    }

}