﻿@font-face {
    font-family: Baikal-Bold;
    src: url('../font/Baikal-Bold.eot');
    src: url('../font/Baikal-Bold.eot?#iefix') format('embedded-opentype'),url('../font/Baikal-Bold.woff2') format('woff2'),url('../font/Baikal-Bold.woff') format('woff'),url('../font/Baikal-Bold.ttf') format('truetype'),url('../font/Baikal-Bold.svg#Baikal-Bold') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Baikal-Medium;
    src: url('../font/Baikal-Medium.eot');
    src: url('../font/Baikal-Medium.eot?#iefix') format('embedded-opentype'),url('../font/Baikal-Medium.woff2') format('woff2'),url('../font/Baikal-Medium.woff') format('woff'),url('../font/Baikal-Medium.ttf') format('truetype'),url('../font/Baikal-Medium.svg#Baikal-Medium') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Baikal-Light;
    src: url('../font/Baikal-Light.eot');
    src: url('../font/Baikal-Light.eot?#iefix') format('embedded-opentype'),url('../font/Baikal-Light.woff2') format('woff2'),url('../font/Baikal-Light.woff') format('woff'),url('../font/Baikal-Light.ttf') format('truetype'),url('../font/Baikal-Light.svg#Baikal-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Baikal-ExtraLight;
    src: url('../font/Baikal-ExtraLight.eot');
    src: url('../font/Baikal-ExtraLight.eot?#iefix') format('embedded-opentype'),url('../font/Baikal-ExtraLight.woff2') format('woff2'),url('../font/Baikal-ExtraLight.woff') format('woff'),url('../font/Baikal-ExtraLight.ttf') format('truetype'),url('../font/Baikal-ExtraLight.svg#Baikal-ExtraLight') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

    a:hover, a:focus {
        text-decoration: none;
    }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    cursor: wait;
    z-index: 99999;
    display: none;
}

body {
    line-height: 1;
    overflow-x: hidden;
    background: #143469;
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#popup-content {
    position: relative;
    width: 80%;
    max-width: 700px;
    padding: 0;
}

    #popup-content img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }

#popup-close {
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 24px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    #popup-content {
        width: 100%;
        max-width: 700px;
    }
}

p {
    margin-bottom: 20px !important;
    width: 100%;
}

.m0 {
    margin-bottom: 0 !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

.event .relative .jmobile {
    display: none;
}

.container {
    margin: auto;
    width: 1200px;
}

header {
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0;
}

a.logo {
    float: left;
    width: auto;
    height: auto;
}

    a.logo img {
        float: left;
        height: 45px;
    }

a.button {
    float: right;
    width: auto;
    height: 45px;
    padding: 0 45px 0 15px;
    font-family: Baikal-Bold;
    font-size: 18px;
    line-height: 45px;
    color: #143469;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    a.button img {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
    }

    a.button:hover {
        background: #0d2951;
    }

.menu {
    float: right;
    margin-right: 30px;
}

    .menu ul {
        float: left;
    }

        .menu ul li {
            float: left;
            margin-right: 40px;
        }

            .menu ul li:last-child {
                margin-right: 0;
            }

            .menu ul li a {
                float: left;
                font-family: Baikal-ExtraLight;
                font-size: 18px;
                line-height: 45px;
                color: #ffffff;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .menu ul li a.active {
                    font-family: Baikal-Bold;
                    color: #ffffff;
                    text-decoration: underline;
                }

.home {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .home .mleft {
        display: none;
        width: 100%;
        position: relative;
        margin-top: 20px;
    }

    .home .mleft {
        display: none;
        width: 100%;
        position: relative;
    }

        .home .mleft img {
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            z-index: 999;
        }

        /*.home .mleft h1 {
            float: right;
            font-family: Baikal-Medium;
            font-size: 28px;
            color: #f0f7ff;
            margin-top: 50px;
            margin-bottom: 20px;
            line-height: 34px;
            text-align: left;
            width: 40%;
        }
*/

        .home .mleft h1 {
            float: right;
            font-family: Baikal-Medium;
            font-size: 24px;
            color: #f0f7ff;
            margin-top: 20px;
            margin-bottom: 20px;
            line-height: 30px;
            text-align: left;
            width: 40%;
            letter-spacing: -0.5px;
        }

        .home .mleft .box {
            float: right;
            width: 55%;
            position: relative;
            top: 0;
            right: 0;
            padding: 70px 35px 35px 35px;
            max-width: auto;
            min-height: auto;
            background: #f0f7ff;
            margin-bottom: 30px;
        }

            .home .mleft .box p {
                float: left;
                color: #143469;
                font-family: Baikal-Light;
                font-size: 16px;
                line-height: 20px;
                color: #143469;
                margin-bottom: 20px;
            }

            .home .mleft .box a.button {
                float: left;
                width: auto;
                height: 40px;
                padding: 0 20px;
                font-family: Baikal-Medium;
                font-size: 20px;
                line-height: 40px;
                color: #f0f7ff;
                background: #143469;
                border: 2px solid #143469;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

    .home .left {
        float: left;
        width: 370px;
        margin-right: 50px;
        overflow: hidden;
    }

        .home .left .top {
            float: left;
            width: 100%;
            height: 450px;
            background: #f0f7ff;
            display: table;
            margin-bottom: 40px;
        }

            .home .left .top .middle {
                display: table-cell;
                vertical-align: middle;
                padding: 25px;
                text-align: left;
            }

                .home .left .top .middle h1 {
                    float: left;
                    color: #143469;
                    font-family: Baikal-Medium;
                    font-size: 30px;
                    /*font-size: 38px;*/
                    color: #143469;
                    margin-bottom: 20px;
                    line-height: 40px;
                    /*line-height: 48px;*/
                }

                .home .left .top .middle p {
                    float: left;
                    color: #143469;
                    font-family: Baikal-Light;
                    font-size: 18px;
                    line-height: 24px;
                    color: #143469;
                    /*margin-bottom: 30px;*/
                    letter-spacing: 0.25px;
                }

                .home .left .top .middle a.button {
                    float: left;
                    width: auto;
                    height: 50px;
                    padding: 0 20px;
                    font-family: Baikal-Medium;
                    font-size: 24px;
                    line-height: 50px;
                    color: #f0f7ff;
                    background: #143469;
                    border: 2px solid #143469;
                    -webkit-transition: all .3s ease-in-out;
                    transition: all .3s ease-in-out;
                }

                    .home .left .top .middle a.button:hover {
                        color: #143469;
                        background: #f0f7ff;
                        border: 2px solid #143469;
                    }

.line {
    float: left;
    width: 0;
    height: 10px;
    background: url(../img/line.svg) no-repeat center left;
    background-size: auto 100% !important;
    overflow: hidden;
    max-width: 500px;
}

.line2 {
    float: right;
    width: 0;
    height: 10px;
    background: url(../img/line2.svg) no-repeat center right;
    background-size: auto 100% !important;
    overflow: hidden;
    max-width: 500px;
}

.home .center {
    float: left;
    margin-right: 50px;
}

    .home .center img {
        float: left;
        width: 250px;
    }

.home .right {
    float: right;
}

    .home .right img {
        float: left;
        width: 480px;
    }

.buttons {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .buttons ul {
        float: left;
        width: 80%;
        margin: 0 10%;
    }

        .buttons ul li {
            float: left;
            width: 45%;
            margin-right: 10%;
        }

            .buttons ul li:last-child {
                margin-right: 0;
            }

            .buttons ul li a img {
                float: left;
                width: 100%;
            }

.letter {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

    .letter .header {
        position: absolute;
        top: -50px;
        left: 50%;
        width: 500px;
        height: 150px;
        transform: translateX(-50%);
        z-index: 99;
    }

    .letter .left {
        float: left;
        width: 300px;
        margin-right: 25px;
    }

        .letter .left .box {
            width: 100%;
            height: 250px;
            margin-bottom: 25px;
        }

            .letter .left .box:last-child {
                margin-bottom: 0;
            }

    .letter .right {
        float: left;
        width: 875px;
        height: 525px;
        position: relative;
    }

        .letter .right a.play {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background: url(../img/play.png) no-repeat center center;
            background-size: 100px auto;
            z-index: 999;
        }

.letters {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

    .letters .text {
        float: left;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 40px;
        font-family: Baikal-ExtraLight;
        font-size: 28px;
        line-height: 40px;
        color: #ffffff;
        text-align: center;
    }

    .letters .title {
        float: left;
        width: 80%;
        margin-right: 10%;
        margin-left: 10%;
        margin-bottom: 25px;
        font-family: Baikal-Medium;
        font-size: 50px;
        line-height: 50px;
        color: #ffffff;
        text-align: center;
    }

    .letters ul {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }

        .letters ul li {
            float: left;
            width: 179px;
            margin-right: 25px;
            margin-bottom: 25px;
        }

            .letters ul li.mr0 {
                margin-right: 0;
            }

            .letters ul li a.letter-item {
                position: relative;
                float: left;
                width: 100%;
                text-decoration: none;
                transition: transform 0.4s ease;
            }

                .letters ul li a.letter-item:hover {
                    transform: translateY(-10px) rotate(-1deg);
                }

            .letters ul li a .img-wrapper {
                position: relative;
                float: left;
                width: 100%;
                perspective: 800px;
                margin-bottom: 8px;
            }

                .letters ul li a .img-wrapper::before {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 0;
                    padding-top: 100%;
                }

            .letters ul li a img.front,
            .letters ul li a img.back,
            .letters ul li a .flap {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

            .letters ul li a img.front,
            .letters ul li a img.back {
                height: 100%;
                object-fit: contain;
            }

            .letters ul li a img.front {
                z-index: 2;
                opacity: 1;
                transition: opacity 0.35s ease, transform 0.35s ease;
            }

            .letters ul li a img.back {
                z-index: 1;
                opacity: 0;
                transition: opacity 0.35s ease, transform 0.35s ease;
                transform: translateY(8px) scale(0.98);
            }

            .letters ul li a .flap {
                z-index: 3;
                height: 50%;
                background: url('/content/img/letter.png') no-repeat top center;
                background-size: 100% 200%;
                transform-origin: top center;
                transition: transform 0.5s ease;
                pointer-events: none;
                backface-visibility: hidden;
            }

            .letters ul li a.letter-item:hover img.front {
                opacity: 0;
                transform: translateY(-5px);
            }

            .letters ul li a.letter-item:hover img.back {
                opacity: 1;
                transform: translateY(0) scale(1);
            }

            .letters ul li a.letter-item:hover .flap {
                transform: rotateX(120deg);
            }

            .letters ul li a span {
                float: left;
                width: 100%;
                font-family: Baikal-Medium;
                font-size: 20px;
                line-height: 20px;
                color: #ffffff;
                text-align: center;
            }

.alphabet {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

    .alphabet a {
        display: inline-block;
        margin: 5px;
        padding: 5px;
        font-size: 15px;
        line-height: 15px;
        font-family: Baikal-Medium;
        color: #ffffff;
        text-decoration: none;
        border-radius: 5px;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }

        .alphabet a:hover {
            font-size: 30px;
            font-family: Baikal-Bold;
            margin-top: 10px;
        }

        .alphabet a.active {
            font-size: 30px;
            font-family: Baikal-Bold;
            margin-top: 10px;
        }

.about {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .about .left {
        float: left;
        width: 500px;
        margin-right: 100px;
    }

        .about .left .top {
            float: left;
            width: 100%;
        }

            .about .left .top .title {
                float: left;
                width: 200%;
                height: 100px;
                margin-left: -100%;
                background: #f0f7ff;
                margin-bottom: 25px;
            }

                .about .left .top .title h1 {
                    float: right;
                    margin-right: 150px;
                    font-family: Baikal-Medium;
                    font-size: 50px;
                    line-height: 100px;
                    color: #143469;
                }

            .about .left .top .body {
                float: left;
                width: 100%;
                margin-bottom: 25px;
            }

                .about .left .top .body p {
                    float: left;
                    width: 100%;
                    font-family: Baikal-Light;
                    font-size: 16px;
                    line-height: 20px;
                    color: #f0f7ff;
                    letter-spacing: 0.25px;
                }

                    .about .left .top .body p strong {
                        font-family: Baikal-Bold;
                    }

                    .about .left .top .body p a {
                        float: left;
                        width: auto;
                        padding: 0 20px;
                        font-family: Baikal-Bold;
                        font-size: 16px;
                        line-height: 50px;
                        color: #143469;
                        background: #f0f7ff;
                        border: 2px solid #143469;
                        position: relative;
                        -webkit-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                        cursor: pointer;
                    }

                        .about .left .top .body p a:hover {
                            color: #f0f7ff;
                            background: #143469;
                            border: 2px solid #f0f7ff;
                        }

    .about .right {
        float: right;
    }

        .about .right img {
            float: left;
            width: 550px;
        }

.event {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
}

    /*.event .container {
        width: 1400px;
        height: 100%;
        background: url(../img/event-bg.svg) no-repeat top center;
        background-size: 100% auto !important;
        min-height: 70vh;
    }*/

    .event .relative {
        float: left;
        width: 100%;
        position: relative;
        min-height: 100vh;
    }

        .event .relative .box {
            position: absolute;
            top: -25px;
            right: 150px;
            padding: 50px;
            background: #f0f7ff;
            max-width: 600px;
            min-height: auto;
            /*min-height: 350px;*/
        }

            .event .relative .box h2 {
                float: left;
                color: #143469;
                font-family: Baikal-Medium;
                font-size: 32px;
                color: #143469;
                margin-bottom: 20px;
                line-height: 38px;
            }

            .event .relative .box p {
                float: left;
                color: #143469;
                font-family: Baikal-Light;
                font-size: 16px;
                line-height: 22px;
                color: #143469;
                margin-bottom: 0;
                /*margin-bottom: 30px;*/
            }

            .event .relative .box a.button {
                float: left;
                width: auto;
                height: 40px;
                padding: 0 20px;
                font-family: Baikal-Medium;
                font-size: 20px;
                line-height: 40px;
                color: #f0f7ff;
                background: #143469;
                border: 2px solid #143469;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .event .relative .box a.button:hover {
                    color: #143469;
                    background: #f0f7ff;
                    border: 2px solid #143469;
                }

    .event .result {
        float: left;
        width: 100%;
    }

        .event .result .left {
            float: left;
            width: 400px;
            overflow: hidden;
        }

            .event .result .left .top {
                float: left;
                width: 100%;
                height: 400px;
                background: #f0f7ff;
                display: table;
                margin-bottom: 40px;
            }

                .event .result .left .top .middle {
                    display: table-cell;
                    vertical-align: middle;
                    padding: 30px;
                    text-align: left;
                }

                    .event .result .left .top .middle h1 {
                        float: left;
                        font-family: Baikal-Medium;
                        font-size: 26px;
                        line-height: 36px;
                        color: #143469;
                        margin-bottom: 20px;
                    }

                        .event .result .left .top .middle h1 strong {
                            font-size: 30px;
                        }

                    .event .result .left .top .middle p {
                        float: left;
                        color: #9CD5FD;
                        font-family: Baikal-Bold;
                        font-size: 52px;
                        line-height: 60px;
                        text-transform: uppercase;
                    }

        .event .result .right {
            float: left;
            width: 800px;
            height: 400px;
            background: url(../img/result-bg-desktop.svg) no-repeat bottom left;
            background-size: 100% auto !important;
            bottom: -20px;
            position: relative;
        }

            .event .result .right ul {
                float: left;
                width: 100%;
                height: 100%;
            }

                .event .result .right ul li {
                    float: left;
                    width: 25%;
                    height: 100%;
                }

.events {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .events .slider {
        float: left;
        width: 100%;
    }

        .events .slider img {
            width: 100%;
            height: auto;
        }

    .events .slick-dots {
        bottom: -40px !important;
    }

        .events .slick-dots li {
            width: 30px !important;
            height: 30px !important;
        }

            .events .slick-dots li button {
                width: 30px !important;
                height: 30px !important;
            }

                .events .slick-dots li button::before {
                    font-size: 50px !important;
                    line-height: 50px !important;
                    color: #f0f7ff !important;
                }

footer {
    float: left;
    width: 100%;
    margin-top: 100px;
}

    footer .top {
        float: left;
        width: 100%;
        height: 150px;
        background: #f0f7ff;
    }

        footer .top a.f-logo {
            float: left;
            width: 200px;
            height: 40px;
            margin: 55px 0;
        }

            footer .top a.f-logo img {
                float: left;
                height: 100%;
            }

        footer .top .center {
            float: left;
            width: 600px;
            height: 150px;
            display: table;
            margin: 0 75px;
        }

            footer .top .center p {
                display: table-cell;
                vertical-align: middle;
                text-align: left;
                font-family: Baikal-Light;
                font-size: 20px;
                line-height: 24px;
                color: #143469;
            }

        footer .top a.button {
            float: right;
            width: auto;
            height: 50px;
            padding: 0 20px;
            font-family: Baikal-Bold;
            font-size: 18px;
            line-height: 50px;
            color: #f0f7ff;
            background: #143469;
            border: 2px solid #f0f7ff;
            position: relative;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            margin: 50px 0;
        }

            footer .top a.button:hover {
                color: #143469;
                background: #f0f7ff;
                border: 2px solid #143469;
            }

            footer .top a.button img {
                position: absolute;
                top: -150px;
                right: -70px;
                width: 230px;
                height: auto;
            }

    footer .bottom {
        float: left;
        width: 100%;
        margin: 50px 0;
    }

        footer .bottom .footer-logo {
            float: left;
            width: 180px;
            height: 160px;
            background: #f0f7ff;
            margin: 5px 0;
        }

            footer .bottom .footer-logo div {
                float: left;
                width: 100%;
                height: 100%;
                background: url(../img/f-logo2.png) no-repeat center center;
                background-size: 100px auto !important;
            }

        footer .bottom .social {
            float: right;
            width: 170px;
        }

            footer .bottom .social ul {
                float: left;
            }

                footer .bottom .social ul li {
                    float: left;
                    width: 50px;
                    margin-bottom: 10px;
                    margin-right: 10px;
                }

                    footer .bottom .social ul li.third {
                        margin-right: 0;
                    }

                    footer .bottom .social ul li.last {
                        margin-bottom: 0;
                    }

                    footer .bottom .social ul li a img {
                        float: left;
                        width: 100%;
                    }

        footer .bottom .center {
            float: left;
            width: 750px;
            height: 110px;
            margin: 30px 50px;
        }

            footer .bottom .center ul {
                float: left;
                width: 140px;
                margin-right: 30px;
            }

                footer .bottom .center ul.hkn {
                    width: 180px;
                }

                footer .bottom .center ul.third {
                    margin-right: 0;
                }

                footer .bottom .center ul li {
                    float: left;
                    width: 100%;
                    margin-bottom: 25px;
                }

                    footer .bottom .center ul li a {
                        float: left;
                        width: 100%;
                        font-family: Baikal-Light;
                        font-size: 18px;
                        line-height: 18px;
                        color: #f0f7ff;
                    }

    footer .copy {
        float: left;
        width: 100%;
        height: 75px;
        background: #f0f7ff;
    }

        footer .copy p {
            float: left;
            width: 100%;
            text-align: center;
            font-family: Baikal-Light;
            font-size: 14px;
            line-height: 75px;
            color: #143469;
            margin: 0 !important;
        }

.stages {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .stages .box {
        float: left;
        width: 100%;
        background: #f0f7ff;
    }

        .stages .box .row {
            float: left;
            width: 100%;
            margin: 30px 0;
        }

            .stages .box .row .line {
                margin-left: -30px;
                -moz-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: FlipH;
                -ms-filter: "FlipH";
            }

            .stages .box .row .line2 {
                margin-right: -30px;
                -moz-transform: scaleX(-1);
                -o-transform: scaleX(-1);
                -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
                filter: FlipH;
                -ms-filter: "FlipH";
            }

        .stages .box ul {
            float: left;
            width: 1260px;
            margin-left: -30px;
        }

            .stages .box ul li {
                float: left;
                width: 285px;
                margin-right: 40px;
                background: #f8edd7;
            }

                .stages .box ul li:last-child {
                    margin-right: 0;
                }

                .stages .box ul li .top {
                    float: left;
                    width: 100%;
                }

                    .stages .box ul li .top img {
                        float: left;
                        width: 100%;
                    }

                .stages .box ul li .bottom {
                    float: left;
                    width: 282px;
                    min-height: 400px;
                    background: #f8edd7;
                    border: 2px solid #000000;
                    border-top: none;
                    display: table;
                }

                    .stages .box ul li .bottom div {
                        display: table-cell;
                        vertical-align: top;
                        text-align: center;
                        padding: 25px;
                    }

                        .stages .box ul li .bottom div p {
                            font-family: Baikal-Light;
                            font-size: 15px;
                            line-height: 24px;
                            color: #f0f7ff;
                            letter-spacing: 0.25px;
                        }

                            .stages .box ul li .bottom div p a {
                                font-family: Baikal-Bold;
                                text-decoration: underline;
                                color: #f0f7ff;
                            }

                        .stages .box ul li .bottom div strong {
                            font-family: Baikal-Bold;
                            font-size: 22px;
                            line-height: 26px;
                            text-decoration: underline;
                            color: #f0f7ff;
                            letter-spacing: 0.25px;
                        }

.faq {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .faq .box {
        float: left;
        width: 1100px;
        margin: 0 50px;
        padding: 25px 0;
        background: #f0f7ff;
    }

    .faq .left {
        float: left;
        width: 750px;
        margin-left: -50px;
    }

        .faq .left .title {
            float: left;
            width: 100%;
            height: 50px;
            border: 2px solid #000000;
            background: #f8edd7;
            margin-bottom: 25px;
        }

            .faq .left .title .icon {
                float: left;
                width: 48px;
                height: 50px;
                background: #fb7de3 url(../img/faq.png) no-repeat center center;
                background-size: cover !important;
                border-right: 2px solid #000000;
            }

            .faq .left .title h1 {
                float: left;
                font-family: Baikal-Bold;
                font-size: 24px;
                line-height: 50px;
                color: #f0f7ff;
                padding: 0 25px;
            }

        .faq .left .items {
            float: left;
            width: 100%;
        }

            .faq .left .items .item {
                float: left;
                width: 100%;
                margin-bottom: 25px;
                display: flex;
                cursor: pointer;
            }

                .faq .left .items .item:last-child {
                    margin-bottom: 0;
                }

                .faq .left .items .item .content {
                    float: left;
                    width: 100%;
                    height: 50px;
                    border: 2px solid #000000;
                    background: #f8edd7;
                    overflow: hidden;
                }

                .faq .left .items .item.active .content {
                    height: auto;
                }

                .faq .left .items .item .content .icon {
                    float: left;
                    width: 48px;
                    height: 100%;
                    background: #fb7de3 url(../img/faq-right.png) no-repeat top center;
                    background-size: contain !important;
                    border-right: 2px solid #000000;
                }

                .faq .left .items .item.active .content .icon {
                    background: #fb7de3 url(../img/faq-down.png) no-repeat top center;
                    background-size: contain !important;
                }

                .faq .left .items .item .content span {
                    float: right;
                    width: 645px;
                    font-family: Baikal-Medium;
                    font-size: 18px;
                    line-height: 50px;
                    color: #f0f7ff;
                    padding: 0 25px;
                }

                .faq .left .items .item .content p {
                    float: right;
                    width: 645px;
                    font-family: Baikal-Light;
                    font-size: 16px;
                    line-height: 24px;
                    color: #f0f7ff;
                    padding: 25px;
                    padding-top: 0;
                    padding-bottom: 15px;
                    letter-spacing: 0.5px;
                    display: none;
                }

                .faq .left .items .item.active .content p {
                    display: block;
                }

    .faq .right {
        float: right;
        width: 320px;
        margin-right: -50px;
    }

        .faq .right img {
            float: left;
            width: 100%;
            margin-bottom: 25px;
        }

            .faq .right img:last-child {
                margin-bottom: 0;
            }

.news {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .news .left {
        float: left;
        width: 575px;
    }

        .news .left img {
            float: left;
            width: 100%;
        }

    .news .box {
        float: right;
        width: 450px;
        height: 475px;
        background: #f8edd7;
        border: 2px solid #000000;
        margin-top: 25px;
        position: relative;
    }

        .news .box .line2 {
            position: absolute;
            bottom: -4px;
            right: 250px;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            filter: FlipH;
            -ms-filter: "FlipH";
            z-index: -1;
        }

        .news .box .items {
            float: left;
            width: 100%;
            height: 100%;
            margin: 0;
            z-index: 5;
        }

            .news .box .items .item {
                float: left;
                width: 100%;
                height: 100%;
                display: table;
            }

                .news .box .items .item p {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: left;
                    font-family: Baikal-ExtraLight;
                    font-size: 20px;
                    line-height: 26px;
                    color: #f0f7ff;
                    padding: 25px 50px 50px 50px;
                }

                    .news .box .items .item p strong {
                        font-family: Baikal-Bold;
                        font-size: 28px;
                        line-height: 32px;
                    }

                    .news .box .items .item p a {
                        background: #f0f7ff;
                        font-family: Baikal-Bold;
                        font-size: 18px;
                        line-height: 18px;
                        color: #143469;
                        padding: 5px 10px;
                        border: 2px solid #000000;
                        -webkit-transition: all .3s ease-in-out;
                        transition: all .3s ease-in-out;
                    }

                        .news .box .items .item p a:hover {
                            background: #0d2951;
                        }

        .news .box .slick-dots {
            bottom: 50px !important;
            z-index: 9999 !important;
        }

        .news .box .slick-list, .news .box .slick-track {
            height: 100% !important;
        }

        .news .box .slick-dots li button {
            width: 30px !important;
            height: 30px !important;
        }

            .news .box .slick-dots li button::before {
                font-size: 50px !important;
                line-height: 50px !important;
                color: #f0f7ff !important;
            }

.contact {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

    .contact .title {
        float: left;
        width: 100%;
        background: #f0f7ff;
        margin-bottom: 50px;
        text-align: center;
        font-family: Baikal-Bold;
        font-size: 28px;
        line-height: 84px;
        color: #143469;
    }

    .contact .text {
        float: left;
        width: 100%;
        margin-bottom: 40px;
        font-family: Baikal-ExtraLight;
        font-size: 20px;
        line-height: 26px;
        color: #f0f7ff;
    }

        .contact .text strong {
            font-family: Baikal-Medium;
        }

    .contact .form {
        float: left;
        width: 100%;
    }

        .contact .form .row {
            float: left;
            width: 100%;
            margin-bottom: 25px;
        }

            .contact .form .row span {
                float: left;
                width: 100%;
                font-family: Baikal-Bold;
                font-size: 20px;
                line-height: 20px;
                color: #f0f7ff;
                margin-bottom: 10px;
            }

            .contact .form .row input {
                float: left;
                width: 96%;
                font-family: Baikal-ExtraLight;
                font-size: 18px;
                line-height: 50px;
                color: #f0f7ff;
                background: #f8edd7;
                border: 2px solid #000000;
                padding: 0 2%;
            }

            .contact .form .row textarea {
                float: left;
                width: 96%;
                font-family: Baikal-ExtraLight;
                font-size: 18px;
                line-height: 32px;
                height: 120px;
                color: #f0f7ff;
                background: #f8edd7;
                border: 2px solid #000000;
                padding: 10px 2%;
            }

            .contact .form .row button {
                float: left;
                width: auto;
                padding: 0 20px;
                font-family: Baikal-Bold;
                font-size: 20px;
                line-height: 50px;
                color: #143469;
                background: #f0f7ff;
                border: 2px solid #143469;
                position: relative;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                cursor: pointer;
            }

                .contact .form .row button:hover {
                    color: #f0f7ff;
                    background: #143469;
                    border: 2px solid #f0f7ff;
                }

            .contact .form .row.two {
                float: left;
                width: 47%;
                margin-bottom: 25px;
                margin-right: 6%;
            }

                .contact .form .row.two.last {
                    margin-right: 0;
                }

            .contact .form .row select {
                float: left;
                width: 98%;
                font-family: Baikal-ExtraLight;
                font-size: 18px;
                line-height: 50px;
                color: #f0f7ff;
                background: #f8edd7;
                border: 2px solid #000000;
                padding: 0 1%;
            }

    .contact .text.two {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 24px;
    }

    .contact .form .row label {
        float: left;
        width: 100%;
        font-family: Baikal-ExtraLight;
        font-size: 18px;
        line-height: 24px;
        color: #f0f7ff;
        cursor: pointer;
    }

        .contact .form .row label a {
            font-family: Baikal-Medium;
            color: #f0f7ff;
        }

        .contact .form .row label input {
            float: left;
            width: auto;
            padding: 0;
            margin: 5px 10px 0 0;
        }

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #143469;
    z-index: 9999;
    display: none;
}

    .mobile-menu ul {
        float: left;
        width: 100%;
        margin: 15vh 0;
    }

        .mobile-menu ul li {
            float: left;
            width: 100%;
        }

            .mobile-menu ul li a {
                float: left;
                width: 100%;
                text-align: center;
                font-family: Baikal-Light;
                font-size: 40px;
                line-height: 10vh;
                color: #f0f7ff;
                transition: 0.5s;
            }

                .mobile-menu ul li a:hover {
                    color: #143469;
                }

    .mobile-menu a.close {
        position: absolute;
        top: 50px;
        right: 50px;
    }

        .mobile-menu a.close img {
            width: 35px;
        }

@media screen and (max-width: 1080px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .letter {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .letters .text, .letters .title, .letters ul {
        margin-bottom: 20px;
    }

    .alphabet {
        margin-top: 20px;
    }

    .letters .text {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 30px;
    }

    .letters .title {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 35px;
    }

    .letters ul li {
        width: 133px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .letters ul.desktop {
        display: block !important;
    }

    .letters ul.mobile {
        display: none !important;
    }

    .letter .left {
        width: 200px;
        margin-right: 20px;
    }

        .letter .left .box {
            height: 200px;
            margin-bottom: 20px;
        }

    .letter .right {
        width: 680px;
        height: 420px;
    }

    .contact .title {
        margin-bottom: 50px;
        font-size: 24px;
        line-height: 30px;
        width: 90%;
        padding: 20px 5%;
    }


    a.button.mobile {
        margin-left: 15px;
        padding: 0 20px;
    }

    header {
        margin: 50px 0 40px 0;
    }

    .container {
        width: 900px;
    }

    .menu {
        display: none;
    }

    .home .left {
        width: 100%;
        margin-right: 0;
    }

        .home .left .top {
            height: 350px;
        }

            .home .left .top .middle {
                padding: 30px;
            }

                .home .left .top .middle h1 {
                    margin-bottom: 20px;
                }

                .home .left .top .middle p {
                    margin-bottom: 30px;
                }

    .home .line {
        margin-bottom: 50px;
    }

    .home .center img {
        width: 260px;
    }

    .home .right img {
        width: 500px;
    }

    footer .top .center {
        width: 470px;
        margin: 0 20px;
    }

    footer .bottom .footer-logo {
        width: 160px;
        height: 140px;
    }

    footer .bottom .social {
        width: 150px;
    }

        footer .bottom .social ul li {
            width: 43px;
        }

    footer .bottom .center {
        width: 540px;
        margin: 20px 25px;
    }

        footer .bottom .center ul {
            width: 100px;
            margin-right: 10px;
        }

            footer .bottom .center ul.hkn {
                width: 150px;
                margin-right: 10px;
            }

            footer .bottom .center ul li a {
                font-size: 16px;
                line-height: 20px;
            }

    footer .top .center p {
        font-size: 16px;
        line-height: 24px;
    }

    footer .top a.button {
        padding: 0 10px;
        font-size: 14px;
    }

    .about .left {
        width: 100%;
    }

        .about .left .top .title h1 {
            margin-right: 550px;
        }

    .about .line {
        margin-bottom: 50px;
    }

    .about .right {
        float: left;
    }

        .about .right img {
            width: 900px;
        }

    .stages .box ul {
        width: 960px;
    }

        .stages .box ul li {
            width: 450px;
            margin-right: 50px;
        }

            .stages .box ul li .bottom {
                width: 447px;
                min-height: 350px;
            }

            .stages .box ul li.one {
                margin-bottom: 50px;
            }

            .stages .box ul li.two {
                margin-right: 0;
                margin-bottom: 50px;
            }

            .stages .box ul li.three {
                margin-right: 50px;
            }

            .stages .box ul li.four {
                margin-right: 0;
            }

    .faq .box {
        width: 800px;
    }

    .faq .left {
        width: 800px;
        margin-bottom: 50px;
    }

    .faq .right {
        float: left;
        width: 800px;
        margin-right: 0;
        margin-left: -50px;
    }

        .faq .right img {
            float: left;
            width: 238px;
            margin-bottom: 0;
            margin-right: 40px;
            height: 200px;
            object-fit: cover;
            object-position: center center;
            border: 1px solid #000000;
        }

            .faq .right img:last-child {
                margin-right: 0;
            }

    .news .left {
        width: 485px;
    }

    .news .box {
        width: 370px;
        height: 420px;
        margin-top: 10px;
    }

        .news .box .items .item p strong {
            font-size: 24px;
            line-height: 28px;
        }

        .news .box .items .item p {
            font-size: 18px;
            line-height: 22px;
            padding: 20px 40px 60px 40px;
        }

    .contact .text {
        font-size: 20px;
        line-height: 26px;
    }

    .contact .form .row span {
        font-size: 18px;
        line-height: 18px;
    }

    .contact .form .row input {
        font-size: 16px;
    }

    .event .container {
        width: 1000px;
        min-height: 55vh;
    }

    .event .relative .box {
        right: 75px;
    }

        .event .relative .box h2 {
            font-size: 40px;
            line-height: 50px;
        }

        .event .relative .box p {
            font-size: 18px;
            line-height: 22px;
        }

    .event .result .left {
        width: 350px;
    }

        .event .result .left .top {
            height: 350px;
            margin-bottom: 35px;
        }

            .event .result .left .top .middle {
                padding: 25px;
            }

                .event .result .left .top .middle h1 {
                    font-size: 24px;
                    line-height: 32px;
                }

                    .event .result .left .top .middle h1 strong {
                        font-size: 28px;
                    }

                .event .result .left .top .middle p {
                    font-size: 48px;
                    line-height: 56px;
                }

    .event .result .right {
        width: 650px;
        height: 350px;
        bottom: -17px;
    }

        .event .result .right ul li {
            background-position-y: 60px !important;
        }
}

@media screen and (max-width: 992px) {
    footer {
        margin-top: 30px;
    }

    .letter {
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .letters .text, .letters .title, .letters ul {
        margin-bottom: 20px;
    }

    .alphabet {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .letters .text {
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 30px;
    }

    .letters .title {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 35px;
    }

    .letters ul li {
        width: 100px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .letters ul li a span {
            font-size: 15px;
            line-height: 15px;
        }

    .letters ul.desktop {
        display: block !important;
    }

    .letters ul.mobile {
        display: none !important;
    }

    .letter .left {
        width: 150px;
        margin-right: 20px;
    }

        .letter .left .box {
            height: 150px;
            margin-bottom: 20px;
        }

    .letter .right {
        width: 530px;
        height: 320px;
    }

    .letter .header {
        top: -40px;
        width: 400px;
        height: 100px;
    }

    .container {
        width: 700px;
    }

    .home .center img {
        width: 210px;
    }

    .home .right img {
        width: 420px;
    }

    footer .bottom .footer-logo {
        float: right;
    }

    footer .top .center {
        width: 250px;
        margin: 0 20px;
    }

        footer .top .center p {
            font-size: 15px;
            line-height: 24px;
        }

    footer .bottom .footer-logo {
        width: 200px;
        height: 150px;
        margin: auto;
        margin-bottom: 35px;
        float: none;
    }

    footer .bottom .center {
        width: 350px;
        height: auto;
        margin: 10px 0 !important;
        margin-bottom: 35px !important;
    }

        footer .bottom .center ul {
            width: 165px !important;
            text-align: center;
        }

    footer .bottom .social {
        width: 150px;
        margin: auto;
        float: none;
    }

        footer .bottom .social ul li {
            width: 40px;
            margin-bottom: 10px;
            margin-right: 10px;
        }

    .about .left {
        width: 100%;
    }

        .about .left .top .title h1 {
            margin-right: 350px;
        }

    .about .line {
        margin-bottom: 50px;
        max-width: 700px;
    }

    .about .right {
        float: left;
    }

        .about .right img {
            width: 700px;
        }

    .stages .line, .stages .line2 {
        max-width: 700px;
    }

    .stages .box ul {
        width: 760px;
    }

        .stages .box ul li {
            width: 355px;
            margin-right: 50px;
        }

            .stages .box ul li .bottom {
                width: 352px;
            }

            .stages .box ul li.one {
                margin-bottom: 50px;
            }

            .stages .box ul li.two {
                margin-right: 0;
                margin-bottom: 50px;
            }

            .stages .box ul li.three {
                margin-right: 50px;
            }

            .stages .box ul li.four {
                margin-right: 0;
            }

    .faq .box {
        width: 650px;
    }

    .faq .left {
        width: 650px;
        margin-bottom: 50px;
    }

    .faq .right {
        float: left;
        width: 650px;
        margin-right: 0;
        margin-left: -50px;
    }

        .faq .right img {
            width: 190px;
            height: 130px;
            margin-right: 37px;
        }

            .faq .right img:last-child {
                margin-right: 0;
            }

    .faq .left .items .item .content span, .faq .left .items .item .content p {
        width: 497px;
    }

    .news .left {
        width: 700px;
    }

    .news .box {
        width: 698px;
        height: 320px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .news .box .items .item p strong {
            font-size: 24px;
            line-height: 28px;
        }

        .news .box .items .item p {
            font-size: 18px;
            line-height: 22px;
            padding: 20px 40px 60px 40px;
        }

    .contact .text {
        font-size: 20px;
        line-height: 26px;
    }

    .contact .form .row span {
        font-size: 18px;
        line-height: 18px;
    }

    .contact .form .row input {
        font-size: 16px;
    }

    .event .container {
        width: 850px;
        min-height: 45vh;
    }

    .event .relative .box {
        right: 100px;
    }

    .event .container {
        width: 700px;
        min-height: auto;
    }

    .event .result .left {
        width: 100%;
    }

        .event .result .left .top {
            height: auto;
            margin-bottom: 35px;
        }

            .event .result .left .top .middle {
                padding: 50px;
            }

                .event .result .left .top .middle h1 {
                    font-size: 24px;
                    line-height: 24px;
                }

                    .event .result .left .top .middle h1 br {
                        display: none !important;
                    }

                    .event .result .left .top .middle h1 strong {
                        font-size: 24px;
                    }

                .event .result .left .top .middle p {
                    font-size: 32px;
                    line-height: 32px;
                    margin: 0;
                }

                    .event .result .left .top .middle p br {
                        display: none !important;
                    }

    .event .result .right {
        width: 100%;
        bottom: 0;
        background: url(../img/result-bg-mobile.svg) no-repeat top left;
        display: ruby;
        margin-top: 35px;
        min-height: 1400px;
    }

        .event .result .right ul {
            margin: 50px 0;
        }

            .event .result .right ul li {
                width: 50%;
                background-position-y: 50px !important;
                height: 600px;
            }
}

@media screen and (max-width: 600px) {

    .container {
        width: 400px;
    }

    .letter {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .letters .text, .letters .title, .letters ul {
        margin-bottom: 20px;
    }

    .alphabet {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .letters .text {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 30px;
    }

    .letters .title {
        margin-bottom: 20px;
        font-size: 35px;
        line-height: 35px;
    }

    .letters ul li {
        width: 190px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .letters ul li a span {
            font-size: 15px;
            line-height: 15px;
        }

    .letters ul.desktop {
        display: none !important;
    }

    .letters ul.mobile {
        display: block !important;
    }

    .letter .left {
        width: 100%;
        margin-right: 0;
    }

        .letter .left .box {
            width: 190px;
            height: 190px;
            margin-right: 20px;
            margin-bottom: 20px;
            float: left;
        }

        .letter .left .box:last-child {
            margin-right: 0;
        }

    .letter .right {
        width: 100%;
        height: 220px;
    }

    .letter .header {
        top: -40px;
        width: 300px;
        height: 90px;
    }

    .buttons ul {
        width: 90%;
        margin: 0 5%;
    }

        .buttons ul li {
            float: left;
            width: 100%;
            margin-right: 0;
        }

            .buttons ul li:first-child {
                margin-bottom: 35px;
            }

    .home .center {
        margin-right: 0;
        display: none;
    }

    .mobile-menu ul li a {
        font-size: 30px;
    }

    a.logo img {
        height: 35px;
    }

    a.button {
        height: 35px;
        padding: 0 35px 0 15px;
        font-size: 16px;
        line-height: 35px;
    }

        a.button img {
            top: 7.5px;
        }

    .home .left {
        display: none;
    }

    .home .mleft {
        display: block;
    }

    .home .center img {
        width: 400px;
        margin-bottom: 50px;
    }

    .home .right img {
        width: 400px;
    }

    footer .top {
        display: none;
    }

    .about .left {
        width: 100%;
    }

        .about .left .top .title h1 {
            margin-right: 115px;
            font-size: 40px;
        }

    .about .line {
        margin-bottom: 50px;
        max-width: 400px;
    }

    .about .right {
        float: left;
    }

        .about .right img {
            width: 400px;
        }

    .stages .line, .stages .line2 {
        max-width: 400px;
    }

    .stages .box ul {
        width: 350px;
        margin: 0 25px;
    }

        .stages .box ul li {
            width: 350px;
            margin-right: 0;
        }

            .stages .box ul li .bottom {
                width: 347px;
                min-height: 250px;
            }

            .stages .box ul li.one {
                margin-bottom: auto;
            }

            .stages .box ul li.two {
                margin-right: auto;
                margin-bottom: auto;
            }

            .stages .box ul li.three {
                margin-right: auto;
            }

            .stages .box ul li.four {
                margin-right: auto;
            }

        .stages .box ul li {
            margin-bottom: 25px !important;
        }

    .faq .box {
        width: 400px;
    }

    .faq .left {
        width: 400px;
        margin-bottom: 50px;
    }

        .faq .left .title {
            height: 40px;
            margin-bottom: 20px;
        }

            .faq .left .title .icon {
                height: 40px;
            }

            .faq .left .title h1 {
                font-size: 18px;
                line-height: 40px;
                padding: 0 20px;
            }

        .faq .left .items .item .content p {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 20px 0;
        }

        .faq .left .items .item .content span {
            font-size: 16px;
            line-height: 20px;
            margin: 10px 0;
        }

        .faq .left .items .item .content {
            height: 60px;
        }

    .faq .right {
        float: left;
        width: 400px;
        margin-right: 0;
        margin-left: -50px;
    }

        .faq .right img {
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-bottom: 20px;
        }

            .faq .right img:last-child {
                margin-right: 0;
                margin-bottom: 0;
            }

    .faq .left .items .item .content span, .faq .left .items .item .content p {
        width: 307px;
        padding: 0 20px;
    }

    .news .left {
        width: 400px;
    }

    .news .box {
        width: 398px;
        height: 360px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .news .box .items .item p strong {
            font-size: 20px;
            line-height: 24px;
        }

        .news .box .items .item p {
            font-size: 16px;
            line-height: 20px;
            padding: 20px 40px 60px 40px;
        }

    .contact .text {
        font-size: 16px;
        line-height: 20px;
    }

    .contact .form .row span {
        font-size: 16px;
        line-height: 20px;
    }

    .contact .form .row input {
        font-size: 14px;
    }

    .contact .form .row.two {
        width: 100%;
        margin-right: 0;
    }

    .event {
        margin-top: 0;
    }

        .event .container {
            width: 400px;
            min-height: auto;
        }

        .event .relative {
            height: auto;
        }

        .event .container {
            background: none !important;
        }

        .event .relative .box {
            float: left;
            width: auto;
            position: relative;
            top: 0;
            right: 0;
            padding: 35px;
            max-width: auto;
            min-height: auto;
            margin-top: 25px !important;
            padding-top: 225px !important;
        }

        .event .relative .jmobile {
            display: block;
            position: absolute;
            top: 0;
            left: -20%;
            width: 140%;
            z-index: 9;
        }

        .event .container {
            width: 400px;
            min-height: auto;
        }

        .event .result .left {
            width: 100%;
        }

            .event .result .left .top {
                height: auto;
                margin-bottom: 25px;
            }

                .event .result .left .top .middle {
                    padding: 30px;
                }

                    .event .result .left .top .middle h1 {
                        font-size: 26px;
                        line-height: 36px;
                    }

                        .event .result .left .top .middle h1 br {
                            display: block !important;
                        }

                        .event .result .left .top .middle h1 strong {
                            font-size: 30px;
                        }

                    .event .result .left .top .middle p {
                        font-size: 52px;
                        line-height: 62px;
                        margin: 0;
                    }

                        .event .result .left .top .middle p br {
                            display: block !important;
                        }

        .event .result .right {
            width: 100%;
            bottom: 0;
            background: #f8edd7 url(../img/result-bg-mobile.svg) no-repeat top left;
            display: ruby;
            margin-top: 35px;
            min-height: 2900px;
        }

            .event .result .right ul {
                margin: 50px 0;
            }

                .event .result .right ul li {
                    width: 100%;
                    background-position-y: 50px !important;
                    height: 700px;
                }
}

@media screen and (max-width: 500px) {

    .container {
        width: 350px;
    }

    .letter {
        margin-bottom: 20px;
        margin-top: 50px;
    }

    .letters .text, .letters .title, .letters ul {
        margin-bottom: 20px;
    }

    .alphabet {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .letters .text {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 24px;
    }

    .letters .title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 30px;
    }

    .letters ul li {
        width: 165px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

        .letters ul li a span {
            font-size: 15px;
            line-height: 15px;
        }

    .letters ul.desktop {
        display: none !important;
    }

    .letters ul.mobile {
        display: block !important;
    }

    .letter .left {
        width: 100%;
        margin-right: 0;
    }

        .letter .left .box {
            width: 165px;
            height: 150px;
            margin-right: 20px;
            margin-bottom: 20px;
            float: left;
        }

            .letter .left .box:last-child {
                margin-right: 0;
            }

    .letter .right {
        width: 100%;
        height: 200px;
    }

    .letter .header {
        top: -40px;
        width: 275px;
        height: 75px;
    }

    a.logo img {
        height: 35px;
    }

    a.button.mobile {
        margin-left: 5px;
    }

    a.button {
        height: 35px;
        padding: 0 35px 0 15px;
        font-size: 16px;
        line-height: 35px;
    }

        a.button img {
            top: 7.5px;
        }

    .home .left .top .middle h1 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 38px;
    }

    .home .left .top .middle p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .stages .box ul li .bottom div strong {
        font-size: 20px;
        line-height: 24px;
    }

    .stages .box ul li .bottom div p {
        font-size: 16px;
        line-height: 22px;
    }

    .home .left {
        width: 100%;
    }

    .home .center img {
        width: 350px;
        margin-bottom: 50px;
    }

    .home .right img {
        width: 350px;
    }

    footer .top {
        display: none;
    }

    .about .left {
        width: 100%;
    }

        .about .left .top .title h1 {
            margin-right: 65px;
            font-size: 40px;
        }

    .about .line {
        margin-bottom: 50px;
        max-width: 350px;
    }

    .about .right {
        float: left;
    }

        .about .right img {
            width: 350px;
        }

    .stages .line, .stages .line2 {
        max-width: 350px;
    }

    .stages .box ul {
        width: 300px;
        margin: 0 25px;
    }

        .stages .box ul li {
            width: 300px;
            margin-right: 0;
        }

            .stages .box ul li .bottom {
                width: 297px;
            }

            .stages .box ul li.one {
                margin-bottom: auto;
            }

            .stages .box ul li.two {
                margin-right: auto;
                margin-bottom: auto;
            }

            .stages .box ul li.three {
                margin-right: auto;
            }

            .stages .box ul li.four {
                margin-right: auto;
            }

        .stages .box ul li {
            margin-bottom: 25px !important;
        }

    .faq .box {
        width: 350px;
    }

    .faq .left {
        width: 350px;
        margin-bottom: 50px;
    }

        .faq .left .title {
            height: 40px;
            margin-bottom: 20px;
        }

            .faq .left .title .icon {
                height: 40px;
            }

            .faq .left .title h1 {
                font-size: 18px;
                line-height: 40px;
                padding: 0 10px;
            }

        .faq .left .items .item .content p {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 20px 0;
        }

        .faq .left .items .item .content span {
            font-size: 16px;
            line-height: 20px;
            margin: 15px 0 30px 0;
        }

        .faq .left .items .item .content {
            height: 60px;
        }

    .faq .right {
        float: left;
        width: 350px;
        margin-right: 0;
        margin-left: -50px;
    }

        .faq .right img {
            width: 100%;
            height: auto;
            margin-right: 0;
            margin-bottom: 20px;
        }

            .faq .right img:last-child {
                margin-right: 0;
                margin-bottom: 0;
            }

    .faq .left .items .item .content span, .faq .left .items .item .content p {
        width: 267px;
        padding: 0 10px;
        margin-bottom: 20px !important;
    }

    .news .left {
        width: 350px;
    }

    .news .box {
        width: 348px;
        height: 380px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .news .box .items .item p strong {
            font-size: 20px;
            line-height: 24px;
        }

        .news .box .items .item p {
            font-size: 16px;
            line-height: 20px;
            padding: 20px 40px 60px 40px;
        }

    .contact .text {
        font-size: 16px;
        line-height: 20px;
    }

    .contact .form .row span {
        font-size: 16px;
        line-height: 20px;
    }

    .contact .form .row input {
        font-size: 14px;
    }

    .contact .form .row.two {
        width: 100%;
        margin-right: 0;
    }

    .event .container {
        width: 350px;
        min-height: auto;
    }

    .event .relative .box {
        padding: 25px;
    }

    .event .container {
        width: 350px;
        min-height: auto;
    }

    .event .result .left {
        width: 100%;
    }

        .event .result .left .top {
            height: auto;
            margin-bottom: 25px;
        }

            .event .result .left .top .middle {
                padding: 25px;
            }

                .event .result .left .top .middle h1 {
                    font-size: 24px;
                    line-height: 34px;
                }

                    .event .result .left .top .middle h1 br {
                        display: block !important;
                    }

                    .event .result .left .top .middle h1 strong {
                        font-size: 28px;
                    }

                .event .result .left .top .middle p {
                    font-size: 48px;
                    line-height: 56px;
                    margin: 0;
                }

                    .event .result .left .top .middle p br {
                        display: block !important;
                    }

    .event .result .right {
        width: 100%;
        bottom: 0;
        background: #f8edd7 url(../img/result-bg-mobile.svg) no-repeat top left;
        display: ruby;
        margin-top: 35px;
        min-height: 2500px;
    }

        .event .result .right ul {
            margin: 50px 0;
        }

            .event .result .right ul li {
                width: 100%;
                background-position-y: 50px !important;
                height: 600px;
            }
}

#cookie-popup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 80%;
    margin: auto;
    background-color: #f0f7ff;
    color: #143469;
    padding: 20px;
    border-radius: 10px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

    #cookie-popup .text_ {
        flex: 1;
        min-width: 250px;
    }

        #cookie-popup .text_ a {
            color: #143469;
            text-decoration: underline;
        }

    #cookie-popup button {
        background-color: #143469;
        color: #f0f7ff;
        border: none;
        border-radius: 5px;
        padding: 10px 20px;
        cursor: pointer;
        font-weight: bold;
        min-width: 80px;
    }
