html, body {
    height: 100%;
    background-image: url(../assets/images/bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: rgba(0, 0, 0, 0) !important
}

.correct-modal__body .close-btn {
    background-color: #3585de !important;
    background-size: 70% 70% !important;
    border-radius: 4px
}

.modal_page {
    background-color: rgba(0, 0, 0, 0) !important
}

.modal_page .sc_text p {
    line-height: 4.7vh !important;
    font-size: 3.7vh
}

.modal_page .sc_score p {
    line-height: 4.7vh !important;
    font-size: 3.7vh
}

.modal_page .score_place {
    color: #000 !important
}

.modal_page .winners {
    background-image: none !important
}

.modal_page .winners .first_place::before, .modal_page .winners .second_place::before, .modal_page .winners .third_place::before {
    content: "";
    top: 6vh;
    position: absolute;
    width: 60%;
    height: 19vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center
}

.modal_page .winners .first_place::before {
    background-image: url(../assets/images/gold.png)
}

.modal_page .winners .second_place::before {
    background-image: url(../assets/images/silver.png)
}

.modal_page .winners .third_place::before {
    content: "";
    background-image: url(../assets/images/bronze.png)
}

.modal_page .winners .sc-flex {
    height: 25%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.modal_page .winners .win_place {
    height: 65%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    align-items: flex-start
}

.modal_page .winners .win_place::after {
    content: "";
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 27%;
    /*background-image: url(../assets/images/place-bg1.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.modal_page .winners .win_place div {
    display: flex;
    width: 26%;
    height: 70%;
    /*background-image: url(../assets/images/place-bg.png);*/
    left: initial;
    right: initial;
    position: relative;
    background-size: contain;
    background-position: top;
    align-items: flex-end
}

.modal_page .winners .win_place div img {
    width: 2.8vh;
    margin: 0
}

/*body .settings .intro_pg {*/
/*    background-image: url(../assets/images/stage1_01.png)*/
/*}*/

body .results .intro_pg {
    background-image: none
}

body .settings .intro_stroke, body .results .intro_stroke {
    display: none
}

body .settings .intro_pg, body .results .intro_pg {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0px 40px 20px -30px rgba(0, 0, 0, .7);
    border-radius: 30px
}

body .settings .intro_pg h3, body .results .intro_pg h3 {
    color: #000;
    padding: 0;
    line-height: 40px;
    height: 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

body .settings .intro_pg .intro_start ul .no_timer::before, body .results .intro_pg .intro_start ul .no_timer::before {
    display: none
}

body .settings .intro_pg .intro_start ul a:hover li, body .results .intro_pg .intro_start ul a:hover li {
    /*background-color: #d03565 !important*/
    border: solid 2px #0b60d4;
    background-color: rgba(11, 96, 212, 0.28);
}

body .settings .intro_pg .intro_start .green_clr, body .results .intro_pg .intro_start .green_clr {
    background-color: #0b60d4;
    border: 4px solid #0b60d4;
    border-radius: 20px
}

body .settings .intro_pg .intro_qnt p, body .results .intro_pg .intro_qnt p {
    color: #000
}

body .settings .intro_pg .intro_qnt ul .yellow_clr, body .results .intro_pg .intro_qnt ul .yellow_clr {
    background-color: rgba(0, 0, 0, 0);
    border: 4px solid #fff;
    border-radius: 20px;
    border: solid 2px #878787;
}

body .settings .intro_pg .intro_qnt ul a li.selected, body .results .intro_pg .intro_qnt ul a li.selected {
    /*background-color: #d03565 !important*/
    border: solid 2px #0b60d4;
    background-color: rgba(11, 96, 212, 0.28);
}

body .settings .intro_pg .intro_qnt ul li::before, body .results .intro_pg .intro_qnt ul li::before {
    display: none
}

body .team-card .team-words {
    background-image: repeating-linear-gradient(0deg, #3381a2, #3381a2 12px, transparent 12px, transparent 24px, #3381a2 24px), repeating-linear-gradient(90deg, #3381a2, #3381a2 12px, transparent 12px, transparent 24px, #3381a2 24px), repeating-linear-gradient(180deg, #3381a2, #3381a2 12px, transparent 12px, transparent 24px, #3381a2 24px), repeating-linear-gradient(270deg, #3381a2, #3381a2 12px, transparent 12px, transparent 24px, #3381a2 24px)
}

body .team-card .btn {
    background-color: #3381a2
}

body .main-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

body .main-wrapper .team-card {
    background-color: #fff
}

body .main-wrapper .fillword {
    border: 1px solid #3381a2
}

body .main-wrapper [data-index] {
    border: 1px solid #3381a2
}

body .intro {
    background: rgba(0, 0, 0, 0)
}

body h1.title {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 25px 0;
    font-size: 50px;
    text-align: center;
    margin: 0;
    color: #000;
    line-height: 50px;
    box-sizing: content-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

body p.q_text {
    display: flex;
    max-width: initial;
    position: absolute;
    top: 100px;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    justify-content: center
}

body .reload_pg {
    width: 130px;
    height: auto;
    top: 0;
    left: initial;
    right: 0;
    background-image: none
}

body .reload_pg a {
    content: url(../assets/images/custom-reload.svg);
    margin: 27px 0 0 35px;
    width: 46px;
    line-height: 0
}

body .wrapper {
    height: 100%;
    min-height: 100%
}

body .cards {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    box-sizing: border-box;
    perspective: 1000px
}

body .card {
    width: 510px;
    height: 300px
}

body .card video {
    max-width: initial;
    height: 100%
}

body .card__side {
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0px 30px 10px -20px rgba(0, 0, 0, .3)
}

body .card__side > div {
    height: 100%
}

body .card__front img {
    max-width: 100%
}

body .card__front h2 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    padding: 8px 20px;
    margin: 0;
    bottom: 0;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    background-color: rgba(30, 115, 1, .9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .9);
    color: #000;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

body .card-active {
    overflow: hidden;
    height: 100%
}

body .card-active .card {
    width: 100%;
    height: 100%
}

body .card-active .card video {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: bottom
}

body .card-active .card__side {
    padding: 0;
    height: 100%;
    border-radius: 0
}

body .card-active .card__front h2 {
    font-size: 46px
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../assets/fonts/Inter-Thin.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../assets/fonts/Inter-Light.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../assets/fonts/Inter-Regular.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../assets/fonts/Inter-Medium.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../assets/fonts/Inter-SemiBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../assets/fonts/Inter-Bold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../assets/fonts/Inter-ExtraBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../assets/fonts/Inter-Black.ttf)
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.close {
    display: none !important
}

.hide {
    visibility: hidden !important
}

.disabled {
    opacity: .5;
    cursor: default
}

.selected {
    font-weight: bold
}

.modal_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 111
}

.intro_container_abstract {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_container_abstract .info-block h3 {
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.intro_container_abstract .info-block .info-scroll {
    overflow: auto;
    height: inherit;
    padding: 0 40px 0 70px;
    margin: 30px 10px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #8a8a8a #fff
}

.intro_container_abstract .info-block .info-scroll::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #fff
}

.intro_container_abstract .info-block .info-scroll::-webkit-scrollbar-thumb {
    background: #8a8a8a
}

.intro_stroke_abstract {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg_abstract {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #d5d0ff;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg_abstract p {
    font-size: 28px;
    text-align: left;
    line-height: 35px;
    z-index: 200;
    font-weight: 600;
    padding: 30px 40px 0 70px;
    margin: 0;
    color: #1e1e1e
}

.intro_pg_abstract ul {
    font-size: 25px;
    text-align: left;
    line-height: 35px;
    z-index: 200;
    font-weight: 500;
    padding: 30px 40px 0 70px;
    margin: 0;
    color: #1e1e1e
}

.intro_pg_abstract ul li {
    margin-bottom: 10px
}

.intro_pg_abstract ul a {
    color: #f55f77
}

.intro_pg_abstract ul a:hover {
    text-decoration: none
}

.intro_pg_abstract h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.intro_start_abstract {
    padding: 0px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0)
}

.intro_start_abstract p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_start_abstract ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_start_abstract ul .no_timer {
    width: 280px;
    background-color: #404b96
}

.intro_start_abstract ul .no_timer::before {
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_start_abstract ul li {
    transition: .2s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_start_abstract ul li::before {
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_start_abstract ul a {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.intro_start_abstract ul a li.selected {
    background-color: #f55f77
}

.intro_start_abstract ul a:hover li {
    background-color: #f55f77
}

.intro_start_abstract ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_start_abstract ul a:hover .no_timer::before {
    transition: .3s linear;
    transform: rotate(6deg)
}

.copyrightInfo {
    z-index: 101;
    width: 85px;
    height: 85px;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.copyrightInfo img {
    height: 40px;
    width: auto
}

.copyrightInfo::after {
    content: "";
    top: -3px;
    left: -10px;
    position: absolute;
    border: 4px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50px;
    z-index: 100;
    transition: .1s linear
}

.copyrightInfo:hover::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    border: 4px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50px;
    z-index: 100
}

html, body {
    width: 100%;
    height: 100%
}

html, body {
    overflow-y: auto;
    background: #a9d14d;
    background-image: url(../assets/images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0
}

html *, body * {
    font-family: "Inter", sans-serif
}

.settings {
    height: 100vh !important
}

.reload_pg {
    z-index: 100;
    position: absolute;
    display: block;
    width: 128px;
    height: 95px;
    top: 0;
    right: 0;
    background-image: url(../assets/images/reload_bg_right-fill.svg);
    background-repeat: no-repeat
}

.reload_pg a {
    cursor: pointer;
    display: block
}

.reload_pg img {
    padding: 20px 0 0 50px;
    width: 35%
}

.team-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5px 0 20px
}

.main-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

h1.title {
    margin: 0;
    padding: 10px 0 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    color: #404b96;
    line-height: 57px;
    font-weight: 700
}

p.q_text {
    display: flex;
    max-width: 1284px;
    align-items: center;
    margin: 20px 0 10px;
    padding: 0 0 0 20px;
    font-family: "Inter", sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400
}

.modal_page .score_place {
    display: flex;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    padding: 0px 40px
}

.modal_page .intro_pg {
    background-color: #a9d14d
}

.modal_page .score-container {
    display: flex;
    width: 100%;
    position: relative
}

.modal_page .score-place {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    padding-right: 10px
}

.modal_page .sc_place {
    width: 40px
}

.modal_page .sc_place p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .sc_text {
    width: 150px
}

.modal_page .sc_text p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .sc_score {
    width: 60%;
    justify-content: flex-start
}

.modal_page .sc_score p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .winners {
    background-image: url(../assets/images/result_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%
}

.settings .intro_pg {
    background-color: #a9d14d
}

.yellow_clr {
    background-color: #f49e4d
}

.green_clr {
    background-color: #404b96
}

.main-wrapper .fillword {
    border: 1px solid #2d843b;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .3)
}

.fillword-area {
    display: flex;
    gap: 30px;
    padding: 20px
}

.fillword-area .team-col {
    width: 100%
}

.fillword-area .vertical[data-class=team_1] {
    background-color: #d93046 !important;
    color: #000
}

.fillword-area .vertical[data-class=team_2] {
    background-color: #bd35fe !important;
    color: #000
}

.fillword-area .vertical[data-class=team_3] {
    background-color: #599250 !important;
    color: #000
}

.fillword-area .vertical[data-class=team_4] {
    background-color: #3579e7 !important;
    color: #000
}

.fillword-area .horizontal[data-class=team_1] {
    background-color: #d93046 !important;
    color: #000
}

.fillword-area .horizontal[data-class=team_2] {
    background-color: #bd35fe !important;
    color: #000
}

.fillword-area .horizontal[data-class=team_3] {
    background-color: #599250 !important;
    color: #000
}

.fillword-area .horizontal[data-class=team_4] {
    background-color: #3579e7 !important;
    color: #000
}

.team-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: stretch
}

.team-card {
    position: relative;
    border: 0;
    flex: 1;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 40px;
    background-color: #ffecba;
    box-shadow: 5px 5px 0px rgba(0, 0, 0, .3)
}

.team-card .team-words {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: baseline;
    color: #404040;
    min-width: 48px;
    padding: 0 10px;
    border: 0;
    cursor: pointer;
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
    background-image: repeating-linear-gradient(0deg, #404b96, #404b96 12px, transparent 12px, transparent 24px, #404b96 24px), repeating-linear-gradient(90deg, #404b96, #404b96 12px, transparent 12px, transparent 24px, #404b96 24px), repeating-linear-gradient(180deg, #404b96, #404b96 12px, transparent 12px, transparent 24px, #404b96 24px), repeating-linear-gradient(270deg, #404b96, #404b96 12px, transparent 12px, transparent 24px, #404b96 24px);
    background-size: 4px 100%, 100% 4px, 4px 100%, 100% 4px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    transform: rotate(1deg)
}

.team-card .team-words p {
    margin: 0;
    padding: 0px 10px
}

.team-card h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 32px;
    margin: 0;
    padding: 0
}

.team-card h5 {
    font-weight: normal;
    font-size: 32px;
    margin: 0;
    padding: 0
}

.btn {
    background-color: #404b96;
    border-radius: 16px;
    padding: 15px;
    border: 0;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer
}

.team-icon {
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-right: 8px
}

.team-icon-0 {
    background-image: url(../assets/images/player_1.svg)
}

.team-icon-1 {
    background-image: url(../assets/images/player_2.svg)
}

.team-icon-2 {
    background-image: url(../assets/images/player_3.svg)
}

.team-icon-3 {
    background-image: url(../assets/images/player_4.svg)
}

@media (device-width: 100vw)and (device-height: 100vh) {
    .reload_pg {
        width: 146px;
        height: 108px
    }

    .reload_pg img {
        padding: 25px 0 0 50px
    }

    h1.title {
        padding-top: 20px;
        font-size: 57px
    }

    p.q_text {
        font-size: 28px
    }

    .fillword-area {
        margin-top: 90px
    }

    .team-card .team-words {
        font-size: 28px
    }

    .btn {
        font-size: 24px
    }
}

.correct-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, .007);
    display: flex;
    justify-content: center;
    align-items: center
}

.correct-modal__body {
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    max-width: 800px;
    padding: 20px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, .2)
}

.correct-modal__body .close-btn {
    position: absolute;
    display: block;
    right: 20px;
    top: 20px;
    background: url(../assets/images/cross.svg) no-repeat;
    background-size: 80% 80%;
    background-position: 50% 50%;
    border: 0;
    width: 40px;
    height: 40px;
    background-color: #ffecba;
    cursor: pointer
}

.correct-modal__body img {
    max-width: 800px
}

.correct-modal__body h3 {
    font-size: 32px;
    margin-top: 0;
    padding: 0;
    text-transform: capitalize
}

.correct-modal__body p {
    font-size: 24px
}

.LO4nRTVYnX3pUGeG5rcF {
    display: block;
    padding: 10px 0
}

.LO4nRTVYnX3pUGeG5rcF [data-fillword-container] {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi {
    display: none;
    flex-direction: row;
    margin-top: 20px
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 6px;
    border: 3px solid #fff;
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, .38);
    -moz-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, .38);
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, .38);
    opacity: .5
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="1"] {
    background-color: #f9ca24
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="2"] {
    background-color: #22a6b3
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="3"] {
    background-color: #130f40
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="4"] {
    background-color: #6ab04c
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="5"] {
    background-color: #eb4d4b
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="6"] {
    background-color: #f0932b
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="7"] {
    background-color: #95afc0
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="8"] {
    background-color: #4834d4
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="9"] {
    background-color: #be2edd
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="10"] {
    background-color: #e24481
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="11"] {
    background-color: #4ed649
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX[data-pallete-color="12"] {
    background-color: #44bde2
}

.LO4nRTVYnX3pUGeG5rcF .wm4xQjMwekxHPZz4uFMi .BA3xNlsQgs7rtPDs8fvX.t67oatOMHMVt4X3WpELU {
    opacity: 1
}

.LO4nRTVYnX3pUGeG5rcF .bnMcOrt5DaBun5guQjoJ {
    color: #000;
    max-width: 1758px;
    padding: 0 15px;
    margin: 0 auto
}

.LO4nRTVYnX3pUGeG5rcF .LbUAGLfF2f0ThituEWfg {
    border: 3px solid #fff
}

.LO4nRTVYnX3pUGeG5rcF .vMTNXdP3vaspPPMwLVIm {
    margin: 10px;
    border: 1px solid #4a83ce;
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, .38);
    -moz-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, .38);
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, .38)
}

.VZzf0PkaSZx9LbkUpoYa .vYqNu9btt_UjhBp0ZEgw {
    overflow: hidden !important
}

.oVyVjzMM6dHGlJJTlhPY {
    user-select: none;
    display: flex
}

.oLH0u17209SQMjnIUGlI {
    display: flex
}

.oVyVjzMM6dHGlJJTlhPY .fZEUzsYeF6tfU0cCArG9 {
    width: 45px;
    height: 45px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #2d843b;
    box-sizing: border-box;
    background-color: #fff
}

.oVyVjzMM6dHGlJJTlhPY .fZEUzsYeF6tfU0cCArG9.dS94PVxTlY3SpVg0HBQS {
    font-weight: 700;
    text-transform: uppercase
}

.oVyVjzMM6dHGlJJTlhPY .fZEUzsYeF6tfU0cCArG9.CRbDjCQN6Li4vVJBDbmE {
    opacity: 1
}

.oVyVjzMM6dHGlJJTlhPY .fZEUzsYeF6tfU0cCArG9.MDG7bBMZdPy7I4Y2Ca4o {
    opacity: 1
}

.oVyVjzMM6dHGlJJTlhPY .fZEUzsYeF6tfU0cCArG9.nBr49ubweDX6a7tA_yiY {
    background-color: #5a89c0 !important
}

.Z_BmP_qDumPEqSR24VxW {
    display: block
}

.bnMcOrt5DaBun5guQjoJ h2 {
    width: 100%;
    font-family: Montserrat, sans-serif;
    text-align: left;
    font-size: 25px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 20px 0
}

.bnMcOrt5DaBun5guQjoJ ol {
    list-style: inside decimal;
    padding: 3px 0 0 0px;
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-size: 23px;
    font-weight: normal;
    text-align: left
}

.Dl160CTm1aNYUYdkA2bj {
    display: block;
    width: 350px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0 auto;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    color: #000;
    cursor: pointer;
    border-radius: 30px;
    background: #4a8800;
    background: -moz-linear-gradient(90deg, rgb(74, 136, 0) 0%, rgb(106, 193, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgb(74, 136, 0) 0%, rgb(106, 193, 0) 100%);
    background: linear-gradient(90deg, rgb(74, 136, 0) 0%, rgb(106, 193, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a8800", endColorstr="#6ac100", GradientType=1)
}

.Dl160CTm1aNYUYdkA2bj:hover {
    opacity: .8
}

.Kdt3CcrzDbiUem_5KZRH {
    display: flex !important
}

.Kdt3CcrzDbiUem_5KZRH .G5pMy4tFOd6776EH818g {
    display: none
}

.Kdt3CcrzDbiUem_5KZRH canvas {
    width: 100%;
    height: 100%
}

.Kdt3CcrzDbiUem_5KZRH h3 {
    color: #000;
    font-size: 2rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%)
}

.intro {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../assets/images/bg.png);
    background-size: cover;
    background-repeat: no-repeat
}

.intro_container {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_container .selected {
    font-weight: 800
}

.intro_stroke {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #77aeef;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center
}

.intro_qnt p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_qnt ul {
    padding: 0;
    margin: 4% 0 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_qnt ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    min-width: 100px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 28px;
    border: solid 2px #878787;
    /*-webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);*/
    /*-moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);*/
    /*box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)*/
}

.intro_qnt ul li::before {
    transition: .1s linear;
    content: "";
    width: 94px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(20deg)
}

.intro_qnt ul a {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.intro_qnt ul a:hover li {
    background-color: #f55f77
}

.intro_qnt ul a:hover li::before {
    transform: rotate(35deg)
}

.intro_qnt ul a li.selected {
    background-color: #f55f77
}

.intro_time {
    padding-top: 10px
}

.intro_time p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_time ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_time ul .no_timer {
    width: 280px;
    margin-top: 40px
}

.intro_time ul .no_timer::before {
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_time ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_time ul li::before {
    transition: .1s linear;
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_time ul a {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.intro_time ul a:hover li {
    background-color: #f55f77
}

.intro_time ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_time ul a:hover .no_timer::before {
    transform: rotate(6deg)
}

.intro_time ul a li.selected {
    background-color: #f55f77
}

.intro_start {
    padding: 0px
}

.intro_start p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_start ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #000;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_start ul .no_timer {
    width: 280px;
    margin-top: 40px
}

.intro_start ul .no_timer::before {
    transition: .1s linear;
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_start ul li {
    transition: .1s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    padding: 0 140px;
    /*-webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);*/
    /*-moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);*/
    /*box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)*/
}

.intro_start ul li::before {
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_start ul a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer
}

.intro_start ul a:hover li {
    background-color: #f55f77
}

.intro_start ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_start ul a:hover .no_timer::before {
    transform: rotate(6deg)
}

.intro_start ul a li.selected {
    background-color: #f55f77
}

@media (device-width: 100vw)and (device-height: 100vh) {
    .intro_container {
        min-width: 1000px
    }

    .intro_pg h3 {
        font-size: 46px
    }

    .intro_qnt p {
        font-size: 28px
    }

    .intro_qnt ul {
        font-size: 40px
    }

    .intro_qnt ul li {
        min-width: 114px;
        min-height: 114px
    }

    .intro_qnt ul li::before {
        content: "";
        width: 104px;
        height: 104px
    }

    .intro_time p {
        font-size: 28px
    }

    .intro_time ul {
        font-size: 40px
    }

    .intro_time ul .no_timer {
        width: 320px;
        margin-top: 35px
    }

    .intro_time ul .no_timer::before {
        width: 305px;
        height: 107px
    }

    .intro_time ul li {
        width: 280px;
        height: 114px
    }

    .intro_time ul li::before {
        content: "";
        width: 265px;
        height: 107px
    }
}

.modal_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 50
}

.modal_page.results {
    opacity: 0;
}

.intro_container {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_stroke {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #77aeef;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center
}

.win_place {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 310px;
    position: relative;
    padding: 0;
    margin: 125px 0 30px 0
}

.win_place div {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    width: 265px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom
}

.win_place div img {
    width: 45px;
    padding: 0 4px
}

.score_place {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    padding: 5px 50px
}

.sc_place {
    width: 80px;
    font-weight: 800;
    text-align: left
}

.sc_text {
    width: 180px;
    font-weight: 800;
    text-align: center
}

.sc_score {
    width: 480px
}

.sc_score p {
    padding: 0;
    margin: 0
}

.modal_page .score_place {
    display: flex;
    font-size: 40px;
    font-family: "Inter", sans-serif;
    color: #404b96;
    padding: 0px 40px
}

.modal_page .score-container {
    display: flex;
    width: 100%;
    position: relative
}

.modal_page .score-place {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    padding-right: 10px
}

.modal_page .sc_place {
    width: 40px
}

.modal_page .sc_place p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .sc_text {
    width: 150px
}

.modal_page .sc_text p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.modal_page .sc_score {
    width: 60%;
    justify-content: flex-start
}

.modal_page .sc_score p {
    line-height: 55px;
    margin: 0;
    padding: 0
}

.first_place {
    z-index: 100;
    background-position-y: 200px !important;
    background-image: url(../assets/images/first_place.svg)
}

.first_place img {
    margin-top: 65px
}

.second_place {
    left: 70px;
    z-index: 50;
    background-position-y: 200px !important;
    background-image: url(../assets/images/second_place.svg)
}

.second_place img {
    margin-top: 108px
}

.third_place {
    right: 70px;
    z-index: 50;
    background-position-y: 200px !important;
    background-image: url(../assets/images/third_place.svg)
}

.third_place img {
    margin-top: 145px
}

@media (device-width: 100vw)and (device-height: 100vh) {
    .intro_container {
        min-width: 1000px
    }

    .intro_pg h3 {
        font-size: 46px
    }

    .win_place {
        height: 310px;
        margin: 200px 0 30px 0
    }

    .win_place div {
        width: 300px
    }

    .win_place div img {
        width: 54px
    }

    .first_place img {
        margin-top: 30px
    }

    .second_place img {
        margin-top: 80px
    }

    .third_place img {
        margin-top: 120px
    }
}
