.sts_breadcrumbs_sect {
    color: #ffffff;
}
.sts_breadcrumbs_sect .breadcrumb_last {
    color: #ffffff;
}
.sts_banner3_sect {
    background-color: #000000;
    color: #ffffff;
    margin-top: -11.5em;
    padding-top: 11.5em;
    background-image: linear-gradient(104deg, #171717 0.54%, #2B2B2B 104.22%);
}
.sts_banner3_sect .cols {
    display: flex;
    justify-content: space-between;
    min-height: 21.5em;
}
.sts_banner3_sect .col {
    display: flex;
    flex-direction: column;
}
.sts_banner3_sect .col:nth-child(1) {
    width: 42.42%;
}
.sts_banner3_sect .col:nth-child(2) {
    width: 51.33%;
}
.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: 15.125em;
    line-height: 1;
    font-family: ReformaGroteskMediumC, sans-serif;
    text-transform: uppercase;
}
.sts_banner3_sect .title {
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 400;
}
.sts_banner3_sect .title_row1 {
    font-size: 1.625em;
    display: block;
    font-weight: 600;
    letter-spacing: 0.45em;
}
.sts_banner3_sect .title_row2 {
    font-family: ReformaGroteskMediumC, sans-serif;
    font-size: 7.375em;
    display: block;
}
.sts_banner3_sect .title_row2:not(:first-child) {
    margin-top: -0.15em;
}
.sts_banner3_sect .description {
    font-weight: 500;
    font-size: 1.125em;
}
.sts_banner3_sect .description:not(:last-child) {
    margin-bottom: 1.67em;
}
.sts_banner3_sect .mouse_block {
    margin-top: auto;
    display: flex;
    align-items: center;
    color: #A5A5A5;
    font-weight: 600;
}
.sts_banner3_sect .mouse_icon {
    max-width: 2.5em;
    max-height: 2.5em;
    margin-right: 1em;
}
.sts_banner3_sect .mouse_text {
    font-size: 1.25em;
    font-weight: 600;
}
.sts_banner3_sect .image {
    display: block;
    max-width: 100%;
    border-radius: 2.5em;
    margin: -4.25em 0 0 auto;
}