<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 20px;
}

.container {
    max-width: 1200px !important;
    width: 100%;
}

    .content .container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        .content  .content-title {
            width: 100%;
            line-height: 100%;
            letter-spacing: 0;
            text-transform: uppercase;
            color: #fff;
            text-align: center;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('../assets/img/content-title.png');
            background-size: contain;
            background-repeat: no-repeat;
            font-size: 24px;
            font-weight: bold;
        }

    .content .content-title .content-title-inner {
        padding: 20px;
    }

    .content .event-region {
        background: #fff;
    }
.content .event-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-image: url(./../assets/img/box-article.png);
    background-size: 100% 100%;
    background-position: center center;
    padding: 15px;
}

        .content .event-container .event-title {
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
            letter-spacing: 0;
            text-align: justify;
            color: #000;
            padding:0 26px;
        }

    .content .section-content-1 {
        display: flex;
        flex-direction: row-reverse;
        gap: 0px;
        justify-content: center;
        justify-content: space-between;
    }

        .content .section-content-1 img {
            max-width: 100%;
            height: auto;
        }

    .content .section-text-with-signature {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 10px;
        letter-spacing: 0;
        font-weight: 500;
        text-align: justify;
        width: 50%;
        padding: 0 10px;
    }

        .content .section-text-with-signature img {
/*            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -300px;*/
            width: 80%;
            height: auto;
        }

    .content .section-content-2 {
        display: flex;
        position: relative;
        gap: 40px;
        justify-content: flex-end;
        align-items: flex-start;
        min-height: 510px;
    }

    .content .title-ambassador {
        margin-top: -130px;
    }
.content .section-content-2 img {
    max-width: 100%;
    height: auto;
}

    .content .section-text-content {
        display: flex;
        flex-direction: column;
        gap: 10px;
        letter-spacing: 0;
        font-weight: 500;
        text-align: justify;
        width: 50%;
        padding: 0 0px 0px 10px;
    }

    .content .section-bio {
        display: flex;
        flex-direction: column;
        gap: 10px;
        letter-spacing: 0;
        font-weight: 500;
        text-align: justify;
        padding: 0 10px;
        width: 100%;
    }

.bio-img img {
    width: 100%;

}

.content .section-banner {
    width: 100%;
}

    .content .section-event {
        width: 100%;
    }

    .content .section-event-title img {
        max-width: 100%;
    }

.swiper-banner .swiper-pagination {
    display: none;
}
.swiper-event {
    padding-bottom: 50px;
}
    .swiper-event .swiper-pagination {
        /*bottom: 0px;*/
        position: absolute;
        z-index: 2;
        transition:unset;
        transform:unset;
    }
/*.swiper-pagination-bullets {
    margin-top: 10px;
}*/
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    border:none;
    /*overflow:hidden;*/
}

.swiper-pagination-bullet-active {
    width: 24px;
    height: 10px;
    background-color: red;
    border-radius: 5px;
    padding: 5px;
}


@media (max-width:1000px) {
    .content {
        margin-top: 20px;
        font-size: 13px;
    }

        .content .content-title {
            font-size: 13px;
            font-weight: 700;
            line-height: 100%;
            letter-spacing: 0;
            text-align: center;
            text-transform: uppercase;
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('../assets/img/content-title-mb.png');
            background-repeat: no-repeat;
            max-width: 420px;
            max-height: 50px;
        }

        .content .content-title .content-title-inner {
            padding:10px 23px;
        }
            .content .content-title .content-title-inner.reward {
                padding: 20px;
            }

        .content .section-content-1 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

            .content .section-content-1 .section-text-with-signature {
                flex-direction: column-reverse;
                width: 100%;
            }

            .content .section-content-1 img {
                position: relative;
                left: auto;
                bottom: auto;
                transform: none;
            }

            .content .section-content-1 .show-mb img {
                width: 308px;
                height: auto;
                margin-top: 10px;
                margin-bottom: 10px;
            }

        .content .section-content-2 {
            width: 100%;
            flex-direction: column;
            min-height: unset;
            gap: 18px;
        }

        .content .section-text-content {
            width: 100%;
        }

        .content .section-bio {
            width: 100%;
        }
            .content .section-bio .bio-img {
                width: 100%;
            }
            .content .section-bio .bio-img img {
                max-width: 100%;
                height:auto;
            }

        .content .section-banner{
            width:100%;
            display:flex;
            flex-direction:column;
            justify-content:center;
            align-content:center;
            align-items:center;
            gap:20px;
            padding-left: 9px;
            padding-right: 9px;
            
        }
            .content .section-banner img {
               max-width: 100%;
               height:auto;
            }
        .content .event-container {
            gap: 5px;
        }

            .section-event img {
                width: 100% !important;
            }
            .content .event-container .event-title {
                font-size: 12px;
                line-height: 100%;
                letter-spacing: 0;
                text-align: justify;
                padding: 0px;
                font-weight:300;
                line-height: 1.2;
            }

    .annoucement {
        margin-top: 10px;
    }

    .content .section-text-with-signature,
    .content .section-text-content,
    .content .section-bio {
        padding: 0;
    }

    .wp-ds {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-direction: column
    }

    .content .section-content-2 img {
        height: auto;
        max-width: 653px;
        width: 100%;
        margin: auto;
    }

    .content .title-ambassador {
        margin-top: -20px;
    }

    .content .section-content-2 .floating-text {
        width: 100%;
        position: relative;
    }
}

@media (max-width:425px) {
    .content .section-content-1 .show-mb img {
        width: 235px;
    }
}</pre></body></html>