.sts_breadcrumbs_sect {
    color: #ffffff;
}
.sts_breadcrumbs_sect .breadcrumb_last {
    color: #ffffff;
}
.sts_banner3_sect {
    color: #ffffff;
    padding-top: 8.25em;
    margin-top: -8.25em;
    padding-bottom: 4.25em;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #1B1B1B;
}
.sts_banner3_sect .cols {
    display: flex;
    flex-direction: column;
}
.sts_banner3_sect .col:nth-child(1) {
    order: 2;
    padding-top: 4em;
}
.sts_banner3_sect .col:nth-child(2) {
    order: 1;
    margin: 0 calc(50% - 50vw);
}
.sts_banner3_sect .image {
    display: block;
    margin: -11em auto 0;
    max-width: 100%;
}



.sts_banner3_sect .title_container {
    position: relative;
    z-index: 1;
}
.sts_banner3_sect .title_bg_text {
    position: absolute;
    width: max-content;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
    background: linear-gradient(180deg, #A9A9A9 0%, #000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 8em;
    line-height: 1;
    text-transform: uppercase;
    font-family: ReformaGroteskMediumC, sans-serif;
}
.sts_banner3_sect .title {
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
.sts_banner3_sect .title_row1 {
    font-size: 1.25em;
    display: block;
    font-weight: 600;
    letter-spacing: 0.25em;
}
.sts_banner3_sect .title_row2 {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 4.75em;
    display: block;
}
.sts_banner3_sect .title_row2:not(:first-child) {
    margin-top: -0.15em;
}
.sts_banner3_sect .description {
    font-weight: 600;
    font-size: 0.875em;
}
.sts_banner3_sect .mouse_block {
    display: none;
}