.opacity-hover {
    transition: 300ms opacity ease;
}
.opacity-hover:hover {
    opacity: 0.8;
}
.section-flexy {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .section-flexy {
        flex-direction: row;
    }
}
.section-1 {
    position: relative;
}
.section-1 .image {
    display: block;
    height: auto;
    object-fit: contain;
    object-position: top;
    width: 100%;
}
@media (min-width: 768px) {
    .section-1 .image {
        height: 31vw;
        object-fit: cover;
        object-position: 0 -3vw;
    }
}
.section-1 .title-wrapper {
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.section-1 .title-wrapper .title {
    color: #FFF;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 5px black;
}
@media (min-width: 768px) {
    .section-1 .title-wrapper .title {
        font-size: 42px;
        line-height: 50px;
        margin-top: -52px;
    }
}
.section-2 {
    gap: 30px;
    padding: 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .section-2 {
        padding: 36px 20px;
        text-align: left;
    }
}
.section-2 .left-section {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .section-2 .left-section {
        align-items: center;
        width: 50%;
    }
}
.section-2 .left-section .title {
    font-size: 18px;
    font-weight: bold;
}
.section-2 .left-section .description {
    font-size: 16px;
    margin-bottom: 10px;
}
.section-2 .left-section .title-2 {
    font-size: 18px;
    font-weight: bold;
    /* margin-bottom: 12px; */
}
.section-2 .right-section {
    display: flex;
    flex-direction: column;
}
@media (min-width: 768px) {
    .section-2 .right-section {
        align-items: center;
        width: 50%;
    }
}
.section-2 .right-section .link {
    color: #F00;
    text-decoration: underline;
}
.section-2 .right-section .description {
    margin-bottom: 12px;
}
.section-2 .right-section .link-2 {
    color: #F00;
    text-decoration: underline;
}
.section-2 .right-section .description-2 {
}
.section-3 {
    gap: 30px;
    padding: 20px 20px 50px;
}
@media (min-width: 768px) {
    .section-3 {
        gap: 20px;
        padding: 20px 20px 66px;
    }
}
@media (min-width: 768px) {
    .section-3 .left-section {
        gap: 20px;
        width: 50%;
    }
}
.section-3 .left-section .image {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
.section-3 .left-section .link {
    background-color: #F00;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 26px 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .section-3 .right-section {
        width: 50%;
    }
}
.section-3 .right-section .image {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
.section-3 .right-section .link-image {
}
.section-3 .right-section .link {
    background-color: #F00;
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 26px 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .section-3 .right-section .modal-dialog {
        max-width: 900px;
        width: 100%;
    }
}
.section-4 {
    background-color: #000;
    padding: 50px 20px;
    text-align: center;
}
@media (min-width: 768px) {
    .section-4 {
        padding: 24px 20px 30px;
    }
}
.section-4 .link {
    display: block;
}
.section-4 .link .title,
.section-4 .link .title a {
    color: #F00;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .section-4 .link .title,
    .section-4 .link .title a {
        font-size: 30px;
        line-height: 36px;
    }
}
.section-4 .link .title {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .section-4 .link .title {
        margin-bottom: 0x;
    }
}
.section-4 .link .title a {
    text-decoration: underline;
}
.section-4 .title-2 {
    color: #FFF;
    font-size: 28px;
}
.section-5 {
}
.section-5 .left-section {
    align-items: center;
    background: linear-gradient(90deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(0, 0, 0, 0.2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 40px;
}
@media (min-width: 768px) {
    .section-5 .left-section {
        background: linear-gradient(90deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(0, 0, 0, 0.8) 100%);
        padding: 70px;
        width: 50%;
    }
}
.section-5 .left-section .title {
    color: #F00;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.section-5 .left-section .list {
    list-style: disc;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .section-5 .left-section .list {
        max-width: 420px;
    }
}
.section-5 .left-section .list li {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 36px;
}
.section-5 .left-section .list li:last-of-type {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .section-5 .right-section {
        width: 50%;
    }
}
.section-5 .right-section .image {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .section-5 .right-section .image {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}
.section-6 {
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .section-6 {
        flex-direction: row;
    }
}
@media (min-width: 768px) {
    .section-6 .left-section {
        width: 50%;
    }
}
.section-6 .left-section .image {
    display: block;
    transition: 300ms object-position ease;
    width: 100%;
}
@media (min-width: 768px) {
    .section-6 .left-section .image {
        height: 100%;
        object-fit: cover;
        object-position: -166px 0;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .section-6 .left-section .image {
        object-position: left;
    }
}
.section-6 .right-section {
    align-items: center;
    background: linear-gradient(-90deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(0, 0, 0, 0.2) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 40px;
}
@media (min-width: 768px) {
    .section-6 .right-section {
        background: linear-gradient(-90deg,rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.89) 50%, rgba(0, 0, 0, 0.8) 100%);
        padding: 70px;
        width: 50%;
    }
}
.section-6 .right-section .title {
    color: #F00;
    font-size: 34px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.section-6 .right-section .list {
    list-style: disc;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .section-6 .right-section .list {
        max-width: 420px;
    }
}
.section-6 .right-section .list li {
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 36px;
}
.section-6 .right-section .list li:last-of-type {
    margin-bottom: 0;
}
.section-6 .right-section .list li a {
    font-weight: bold;
}
.section-7 {
    background-color: #000;
    padding: 24px 20px 30px;
    text-align: center;
}
.section-7 .title {
    color: #FFF;
    font-size: 28px;
    line-height: 36px;
}
@media (min-width: 768px) {
    .section-7 .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.section-7 .title a {
    font-weight: bold;
}
.section-8 {
    justify-content: center;
    padding: 70px 20px;
    width: 100%;
}
@media (min-width: 768px) {
    .section-8 {
        padding: 112px 20px 90px;
    }
}
.section-8 .left-section {
    width: 100%;
}
@media (min-width: 768px) {
    .section-8 .left-section {
        width: 30%;
    }
}
.section-8 .left-section .image {
    display: block;
    height: 300px;
    margin: 0 auto 30px;
}
@media (min-width: 768px) {
    .section-8 .left-section .image {
        margin: 0 auto;
    }
}
.section-8 .middle-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    .section-8 .middle-section {
        margin-top: 68px;
    }
}
.section-8 .middle-section .title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.section-8 .middle-section .link {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 22px;
}
.section-8 .middle-section .spectrum-image {
    display: none;
    margin-bottom: 60px;
    max-width: 880px;
    width: 100%;
}
@media (min-width: 768px) {
    .section-8 .middle-section .spectrum-image {
        display: block;
    }
}
.section-8 .middle-section .circle-links {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
@media (min-width: 768px) {
    .section-8 .middle-section .circle-links {
        gap: 30px;
    }
}
.section-8 .middle-section .circle-links .circle-link {
    display: block;
    transition: 300ms transform ease;
}
.section-8 .middle-section .circle-links .circle-link:hover {
    transform: scale(1.03);
}
.section-8 .middle-section .circle-links .circle-link .image {
}
.section-8 .right-section {
    display: none;
    width: 100%;
}
@media (min-width: 768px) {
    .section-8 .right-section {
        display: block;
        width: 30%;
    }
}
.section-8 .right-section .image {
    display: block;
    height: 300px;
    margin: 0 auto;
}
.section-9 {
}
.section-9 .left-section {
}
@media (min-width: 768px) {
    .section-9 .left-section {
        width: 30%;
    }
}
.section-9 .left-section .image {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .section-9 .left-section .image {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}
.section-9 .right-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
}
@media (min-width: 768px) {
    .section-9 .right-section {
        padding: 40px 30px;
        width: 70%;
    }
}
@media (min-width: 992px) {
    .section-9 .right-section {
        padding: 20px 86px;
    }
}
.section-9 .right-section .title {
    color: #F00;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 16px;
    text-align: center;
}
@media (min-width: 768px) {
    .section-9 .right-section .title {
        text-align: left;
    }
}
@media (min-width: 992px) {
    .section-9 .right-section .title {
        font-size: 30px;
        line-height: 38px;
    }
}
.section-9 .right-section .description {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .section-9 .right-section .description {
        font-size: 16px;
        line-height: 30px;
    }
}
@media (min-width: 1200px) {
    .section-9 .right-section .description {
        font-size: 24px;
        line-height: 34px;
    }
}
.section-9 .right-section .signal-link {
    display: block;
    margin: 0 auto;
    width: fit-content;
}
@media (min-width: 768px) {
    .section-9 .right-section .signal-link {
        margin: 0;
    }
}
.section-9 .right-section .signal-link .title {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
    text-decoration: underline;
}
.section-9 .right-section .signal-link .image {
    background: maroon;
    border-radius: 10px;
    display: block;
    height: auto;
    margin-left: 32px;
    padding: 10px;
    width: 130px;
}
.section-10 {
    gap: 50px;
    padding: 20px 20px;
}
@media (min-width: 768px) {
    .section-10 {
        gap: 0;
        padding: 140px 20px;
    }
}
.section-10 .left-section {
    padding: 0 50px;
}
@media (min-width: 768px) {
    .section-10 .left-section {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .section-10 .left-section {
        padding: 0 130px;
    }
}
.section-10 .left-section .link {
    display: block;
}
.section-10 .left-section .link .image {
    border: 1px solid #000;
    display: block;
    margin-bottom: 22px;
    width: 100%;
}
@media (min-width: 768px) {
    .section-10 .left-section .link .image {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}
.section-10 .left-section .link .title {
    color: #F00;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.section-10 .left-section .link .description {
    color: #000;
    font-size: 22px;
    text-align: center;
}
.section-10 .right-section {
    padding: 0 50px;
}
@media (min-width: 768px) {
    .section-10 .right-section {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .section-10 .right-section {
        padding: 0 130px;
    }
}
.section-10 .right-section .link {
    display: block;
}
.section-10 .right-section .link .image {
    border: 1px solid #000;
    display: block;
    margin-bottom: 22px;
    width: 100%;
}
@media (min-width: 768px) {
    .section-10 .right-section .link .image {
        height: 100%;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
}

.section-10 .right-section .link .title {
    color: #F00;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.section-10 .right-section .link .description {
    color: #000;
    font-size: 22px;
    text-align: center;
}
.section-11 {
}
.section-11 .image {
    display: block;
    width: 100%;
}
.section-12 {
    background-color: #000;
    padding: 10px 20px 12px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    font-size: 18px;
    border-top: 1px solid #FFF;
}
/* @media (min-width: 768px) {
    .section-12 {
        font-size: 18px;
    }
} */
.section-12 .link {
    color: #FFF;
    display: inline-block;
    font-size: 18px;
    padding: 0 5px;
}
/* @media (min-width: 768px) {
    .section-12 .link {
        font-size: 25px;
    }
} */
.section-12 .link:hover {
    text-decoration: underline;
}