@font-face {
    font-family: 'Ubuntu';
    src: url('font/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
    url('font/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
    url('font/Ubuntu-Regular.woff') format('woff'),
    url('font/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('font/Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
    url('font/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
    url('font/Ubuntu-Medium.woff') format('woff'),
    url('font/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


*, ::after, ::before {
    box-sizing: border-box;
}
* {
    -webkit-tap-highlight-color: transparent;
}
script {
    display: none !important;
}
html {
    padding: 0;
    margin: 0;
    min-height: 100%;
}
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

body, html {
    background-color: #330072;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
}

body section.page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
button, input, select, textarea {
    font: inherit;
}

*, :after, :before {
    box-sizing: border-box;
}

img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.container {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.prediction-wrapper {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: center;
}

.prediction {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    position: fixed;
    z-index: 2;
}

.prediction {
    display: flex;
    flex-direction: column;
    padding: 0 16px 40px 16px;
}


.button {
    transition: all ease .3s;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    gap: 4px;
    font-style: normal;
    text-decoration: none;
    padding: 20px 32px;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 24px;
    border-radius: 48px;
    border: none;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #FF585B;
    background-blend-mode: overlay, normal;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.14), 0 9px 11px 0 rgba(0, 0, 0, 0.12), 0 3px 21px 0 rgba(0, 0, 0, 0.20);
}

.button.dark {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #330072;
}

.button:hover {
    transform: scale(1.03);

}

.button:focus,
.button:active  {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #ADAABF;
}

.prediction-title {
    font-size: 2.5rem;
    overflow-wrap: break-word;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;

}

.prediction-text-wrapper .prediction-title .title-word, .prediction-text-wrapper .button, .prediction-active {
    opacity: 0;
    filter: blur(4px);
}

.title-word:first-child {
    animation: fadeBlurIn .8s cubic-bezier(.11,0,.5,0) 0s forwards;
}
.title-word:nth-child(2) {
    animation: fadeBlurIn .8s cubic-bezier(.11,0,.5,0) .1s forwards;
}
.title-word:nth-child(3) {
    animation: fadeBlurIn .8s cubic-bezier(.11,0,.5,0) .2s forwards;
}
.title-word:nth-child(4) {
    animation: fadeBlurIn .8s cubic-bezier(.11,0,.5,0) .3s forwards;
}
.title-word:nth-child(5) {
    animation: fadeBlurIn .8s cubic-bezier(.11,0,.5,0) .4s forwards;
}
.fade-blur-in {
    animation: fadeBlurIn .8s cubic-bezier(.11,0,.5,0) .5s forwards;
}

.prediction-title, .button-wrapper {
    transform: scale(.94);
}

.prediction-sub-title {
    color: #FFBFF5;
    text-align: center;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.14), 0 2px 2px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.20);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.92px;
    text-transform: uppercase;

}

.prediction-text-wrapper {
    border-radius: 24px;
    border: 3px solid rgba(0, 0, 0, 0.20);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), #340173;
    background-blend-mode: soft-light, normal;
    min-height: 272px;
    padding: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prediction-active {
    color: #FFF;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.prediction-link {
    color: #ff585b;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    transition: color .3s;
}

.prediction-link:hover {
    color: #e4002b;
}

.prediction-link-wrapper {
    margin-top: 8px;
}

.prediction-text {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.scale {
    animation: scale 2s cubic-bezier(.25,.46,.45,.94) forwards;
}

.prediction-content {
    border-radius: 32px;
    border: 1px solid rgba(209, 67, 178, 0.50);
    background: linear-gradient(180deg, #6A3AB0 0%, #4F2B87 100%);
    max-width: 740px;
    padding: 20px 32px 32px 32px;
    margin: auto;
    width: 100%;
    position: relative;
    box-shadow: 0 23px 31px 0 rgba(0, 0, 0, 0.2), 0 19px 96px 0 rgba(0, 0, 0, 0.12), 0 50px 79px 0 rgba(0, 0, 0, 0.14);
}

.sub-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.prediction-icon, .prediction-icon img {
    width: 16px;
    height: 16px;
    display: flex;
}

.prediction-image-absolute {
    position: absolute;
    z-index: 1;
}

.prediction-image-absolute.front {
    z-index: 3;
}

.christmas-star {
    top: -12%;
    left: 40%;
    max-width: 35rem;
    width: 20%;

}

.christmas-tree {
    bottom: -16%;
    width: 32%;
    max-width: 60rem;
    left: 0;
}

.christmas-luggage {
    left: 20%;
    top: 60%;
    width: 22%;
    max-width: 40rem;
}

.christmas-ball {
    width: 25%;
    max-width: 50rem;
    top: 30%;
    right: 0;
}

.christmas-box {
    top: 48%;
    width: 18%;
    max-width: 30em;
    right: 16%;
}

.christmas-snowflake {
    bottom: -25%;
    width: 28%;
    max-width: 60em;
    right: 22%;
}

.prediction-image-wraper {
    opacity: 0;
    transform: translateY(-20%);
}

.links-wrapper {
    opacity: 0;
    transform: translateY(20%);
}
.links-wrapper {
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 1.2s forwards;
}

.christmas-star .prediction-image-wraper {
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 1.6s forwards;
}

.christmas-tree .prediction-image-wraper{
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 1.8s forwards;
}

.christmas-luggage .prediction-image-wraper{
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 2.6s forwards;
}

.christmas-ball .prediction-image-wraper{
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 2s forwards;
}
.christmas-box .prediction-image-wraper{
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 2.2s forwards;
}
.christmas-snowflake .prediction-image-wraper{
    animation: fadeDropIn 2s cubic-bezier(.215,.61,.355,1) 3s forwards;
}

.prediction-image-absolute img {
    width: 100%;
    height: 100%;
}

.prediction-image-absolute.christmas-star img {
    transform: rotate(160deg);
}
.prediction-image-absolute.christmas-tree img {
    transform: rotate(-12deg);
}
.prediction-image-absolute.christmas-luggage img {
    transform: rotate(9deg);
}
.prediction-image-absolute.christmas-ball img {
    transform: rotate(16deg);
}
.prediction-image-absolute.christmas-box img {
    transform: rotate(-12deg);
}
.prediction-image-absolute.christmas-snowflake img {
    transform: rotate(-22deg);
}

.hide {
    display: none !important;
}

.logo-ball img {
    width: 92px;
    height: auto;
}

.glare-bottom, .glare-right, .glare-left {
    position: absolute;
    mix-blend-mode: overlay;
}

.glare-bottom {
    bottom: -1px;
    width: 80%;
    height: 3px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    margin: auto;
    right: 0;
    left: 0;
}

.glare-left,.glare-right  {
    width: 3px;
    height: 80%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
    margin: auto;
    top: 0;
    bottom: 0;
}

.glare-right {
    right: -1px;
}
.glare-left {
    left: -1px;
}

.links-wrapper {
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.02);
    box-shadow: 42.4px -42.4px 42.4px 0 rgba(194, 194, 194, 0.08) inset, -42.4px 42.4px 42.4px 0 rgba(255, 255, 255, 0.08) inset;
    -webkit-backdrop-filter: blur(12px) opacity(1);
    backdrop-filter: blur(12px) opacity(1);
    width: 100%;
    max-width: 416px;
}

.bottom-center-links {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 16px;
}

.links {
    display: flex;
    gap: 4px;
    padding: 16px 20px 16px 20px;
    justify-content: space-between;
}

.link {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    text-decoration: none;
    min-width: 84px;
}

.link-sub-title {
    font-size: 0.875rem;
    text-align: center;
    color: #fff;
}

.link-button {
    transition: all ease .3s;
    padding: 16px;
    border-radius: 20px;
    flex-wrap: nowrap;
    display: inline-flex;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: none;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #FF585B;
    background-blend-mode: overlay, normal;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.link:hover .link-button {
    transform: scale(1.03);
}

.link:focus .link-button,
.link:active .link-button {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #ADAABF;
}

.link-button img {
    width: 26px;
    height: 26px;

}

.styleswitcher-right {
    height: 100vh;
    right: -100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    overflow-y: scroll;
    padding: 0 80px 80px;
    opacity: 1;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;

}

.styleswitcher-right .switcher-btn-bx {
    position: fixed;
    right: -20px;
    top: -20px;
    z-index: 999;
}
.styleswitcher-right .switcher-btn-bx .switch-btn {
    border: none;
    padding: 16px;
    display: block;
    color: #fff;
    cursor: pointer;
    width: 86px;
    height: 86px;
    border-radius: 50px;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), #FF585B;
    box-shadow: -10px 10px 30px #2f78ff40 !important;
    background-size: 200%;
    position: relative;
    z-index: -1;
    animation: zoomSwitch 1.5s infinite linear;
    -webkit-animation: zoomSwitch 1.5s infinite linear;
    overflow: hidden;
}

.styleswitcher-right .switcher-btn-bx .switch-btn.active {
    animation: none;
    -webkit-animation: none;
    transform: scale(1);
}

.styleswitcher-right .switcher-btn-bx .switch-btn .img-open {
    position: fixed;
    left: 16px;
    bottom: 16px;
    width: 40px;
    height: 40px;
    animation: rotation 2s infinite linear;
    -webkit-animation: rotation 2s infinite linear;
    background-image: url(switch-btn.svg);
    background-size: cover;
}

.styleswitcher-right .switcher-btn-bx .switch-btn.active .img-open {
    background-image: url(switch-btn-active.svg);
    animation: none;
    -webkit-animation: none;
}

.switch-content-wrapper {
    position: fixed;
    overflow: hidden;
    padding: 48px;
    display: block;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    border-radius: 1000px;
    right: -56px;
    top: -56px;
    width: 460px;
    height: 460px;
}

.switch-content-wrapper.full-height {
    height: auto;
    min-height: 460px;
}

.switch-content-wrapper .switch-content {
    opacity: 0;
    width: 80%;
    margin: auto;
}
.switch-content-wrapper:before {
    position: fixed;
    width: 1px;
    height: 1px;
    background: linear-gradient(180deg, #240065 0%, #3e0182 100%);
    content: "";
    bottom: 20%;
    right: 0;
    top: 0;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);

}
.switch-content-wrapper.active {
    display: flex;
    visibility: visible;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
    z-index: 3;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
}

.switch-content-wrapper.active:before {
    height: 2000px;
    width: 2000px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    margin-right: -1000px;
    margin-top: -1000px;
    display: flex;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.switch-content-wrapper.active .switch-content {
    position: relative;
    z-index: 3;
    opacity: 1;
    transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    right: 16px;
    top: 16px;
}

.switch-content-image {
    width: 140px;
    height: 140px;
    background-size: cover;
}
.switch-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.switch-title {
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 130%;
    text-align: center;
    margin-bottom: 8px;
    color: #fff;
}
.switch-sub-title {
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    color: #ffdffa;
    margin-bottom: 8px;
}

.promo-rules {
    font-size: 0.875rem;
    line-height: 120%;
    margin-bottom: 24px;
    opacity: 0.5;
}

.promo-copy {
    border: 1px dashed #fff;
    border-radius: 1000px;
    padding: 16px 24px;
    display: flex;
    gap: 4px;
}

.copy-icon {
    width: 24px;
    height: 24px;
    background-image: url(copy.svg);
    background-size: cover;
    cursor: pointer;
}

.copy-icon.check {
    background-image: url(check.svg);
}

@keyframes zoomSwitch {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1)
    }

    50% {
        transform: scale(1.18);
        -moz-transform: scale(1.18);
        -ms-transform: scale(1.18);
        -o-transform: scale(1.18);
        -webkit-transform: scale(1.18)
    }

    to {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@keyframes rotation {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg)
    }
}

@keyframes fadeDropIn {
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fadeBlurIn {
    to {
        opacity: 1;
        filter: blur(0)
    }
}

@keyframes scale{
    to {
        transform: scale(1)
    }
}

@media only screen and (max-width: 1199px) {
    .prediction-title {
        font-size: 2rem;
    }
    .prediction-active {
        font-size: 1.125rem;
    }
    .prediction-sub-title {
        font-size: 1rem;
    }
    .prediction-icon, .prediction-icon img {
        width: 20px;
        height: 20px;
    }
    .christmas-star {
        top: -5%;
        left: 10%;
        width: 60%;
    }
    .christmas-ball {
        width: 48%;
        top: 8%;
    }
    .christmas-luggage {
        display: none;
    }
    .christmas-tree {
        bottom: -10%;
        width: 80%;
        left: 30%;
    }
    .christmas-box {
        top: 70%;
        width: 45%;
        right: 32%;
    }
    .prediction-image-absolute.christmas-box img {
        transform: rotate(12deg);
    }
    .christmas-snowflake {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .prediction-title {
        font-size: 1.375rem;
    }
    .prediction-active {
        font-size: 1rem;
    }
    .button {
        padding: 16px 24px;
        font-size: 1rem;
    }
    .prediction-sub-title {
        font-size: 0.6875rem;
    }
    .prediction-icon, .prediction-icon img {
        width: 14px;
        height: 14px;
    }
    .sub-title-wrapper {
        gap: 8px;
    }
    .prediction-text-wrapper {
        min-height: 212px;
        padding: 16px;
        gap: 24px;
        border-radius: 32px;
    }

    .prediction-content {
        padding: 20px 0 0 0;
    }
    .sub-title-wrapper {
        margin-bottom: 20px;
    }
    .logo-ball img {
        width: 72px;
        height: auto;
    }
    .switch-content-wrapper {
        padding: 24px;
        border-radius: 0;
        right: 0;
        top: 0;
        width: 100%;
    }
    .switch-content-wrapper.active {
        box-shadow: none;
    }
    .switch-content-wrapper.active .switch-content {
        right: 0;
    }
    .link-sub-title {
        font-size: 0.75rem;
    }
    .link {
        gap: 4px;
        min-width: 64px;
    }
    .link-button {
        padding: 12px;
        width: 46px;
        height: 46px;
    }
    .link-button img {
        width: 22px;
        height: 22px;
    }
    .bottom-center-links {
        margin: 8px;
    }
    .links {
        gap: 2px;
    }
    .prediction-text {
        gap: 24px;
    }

    .switch-content-wrapper .switch-content {
        width: 100%;
    }

}