<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner6-p{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    position: relative;
}

.banner6_p{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 274px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.banner6_p .text_banner6{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-height: 274px;
    padding: 35px;
    background: transparent linear-gradient(112deg, rgba(246, 139, 31, 1) 0%, rgba(222, 24, 37, 1) 30%, rgba(139, 0, 39, 1) 100%) 0% 0% no-repeat padding-box;
}

.banner6_p .text_banner6 .texts{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.banner6_p .text_banner6 .texts h1{
    font-size: 24px;
    font-family: 'Alright Sans Ultra';
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.banner6_p .text_banner6 .texts p{
    font-size: 16px;
    font-family: 'Alright Sans Regular';
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

.banner6_p .text_banner6 .texts a{
    width: 176px;
    height: 42px;
    background: #fff;
    font-size: 14px;
    font-family: 'Alright Sans Ultra';
    text-align: center;
    color: #D31145;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner6_p .banner6_image{
    display: flex;
    width: 50%;
    height: 100%;
}

.banner6_p .banner6_image img{
    width: 100%;
    object-fit: cover;
}</pre></body></html>