@charset "UTF-8";
@font-face {
    font-display: swap;
    font-family: Geometria;
    font-style: normal;
    font-weight: 400;
    src: url(https://ucup.skin/assets/fonts/Geometria.82e87425.eot);
    src: local("☺"), url(../fonts/Geometria.54e6c4f5.woff) format("woff"), url(../fonts/Geometria.482d1157.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Geometria;
    font-style: normal;
    font-weight: 500;
    src: url(https://ucup.skin/assets/fonts/Geometria-Medium.2da7b8bf.eot);
    src: local("☺"), url(../fonts/Geometria-Medium.dfb0dda8.woff) format("woff"), url(../fonts/Geometria-Medium.2f078e37.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Geometria;
    font-style: normal;
    font-weight: 700;
    src: url(https://ucup.skin/assets/fonts/Geometria-Bold.ad7bbd7d.eot);
    src: local("☺"), url(../fonts/Geometria-Bold.d58c7bd4.woff) format("woff"), url(../fonts/Geometria-Bold.7cdac2ac.ttf) format("truetype");
}
@font-face {
    font-display: swap;
    font-family: Jost;
    font-style: normal;
    font-weight: 500;
    src: url(https://ucup.skin/assets/fonts/jost-v14-cyrillic_latin-500.b52c2b06.eot);
    src: url(https://ucup.skin/assets/fonts/jost-v14-cyrillic_latin-500.b52c2b06.eot?) format("embedded-opentype"), url(../fonts/jost-v14-cyrillic_latin-500.91358a36.woff2) format("woff2"),
        url(../fonts/jost-v14-cyrillic_latin-500.b94a7f85.woff) format("woff"), url(../fonts/jost-v14-cyrillic_latin-500.d9c4499e.ttf) format("truetype"),
        url(https://ucup.skin/assets/fonts/jost-v14-cyrillic_latin-500.5a047925.svg) format("svg");
}

@font-face {
    font-family: Material Design Icons;
    font-style: normal;
    font-weight: 400;
    src: url(https://ucup.skin/assets/fonts/materialdesignicons-webfont.5159a347.eot?v=7.3.67);
    src: url(https://ucup.skin/assets/fonts/materialdesignicons-webfont.5159a347.eot?) format("embedded-opentype"), url(https://ucup.skin/assets/fonts/materialdesignicons-webfont.31010194.woff2?v=7.3.67) format("woff2"),
        url(https://ucup.skin/assets/fonts/materialdesignicons-webfont.28c8f97f.woff?v=7.3.67) format("woff"), url(https://ucup.skin/assets/fonts/materialdesignicons-webfont.be825c12.ttf?v=7.3.67) format("truetype");
}

:root {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    color: #fff;
    font-family: Geometria, Inter, Avenir, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-synthesis: none;
    font-weight: 400;
    line-height: 24px;
    text-rendering: optimizeLegibility;
}
* {
    box-sizing: border-box;
}
html {
    background: radial-gradient(106.63% 50.52% at 69.97% 32.58%, #0e191e 0, #14151b 100%);
    min-height: 100vh;
    scroll-behavior: smooth;
}
html.scroll-locked {
    overflow: hidden;
}
body {
    color: #fff;
    margin: 0;
    min-width: 320px;
}
.--anchor,
body {
    position: relative;
}
.--anchor {
    display: block;
    top: -225px;
    visibility: hidden;
}
input[type="number"]::-webkit-inner-spin-button {
    display: none;
}
a {
    color: inherit;
    text-decoration: unset;
}
.w-4 {
    width: 16px;
}
.h-4 {
    height: 16px;
}
.ml-1 {
    margin-left: 4px;
}
.mr-1 {
    margin-right: 4px;
}
.btn {
    align-items: center;
    background: #00ff92;
    border-radius: 8px;
    color: #131313;
    cursor: pointer;
    display: flex;
    font-family: Geometria;
    font-size: 16px;
    font-weight: 700;
    gap: 4px;
    height: 64px;
    justify-content: center;
    line-height: 120%;
    padding: 0 8px;
    text-align: center;
}
.btn--grey {
    background: hsla(0, 0%, 100%, 0.15);
    color: #fff;
}
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px;
    width: 100%;
}
@media (max-width: 1620px) {
    .container {
        max-width: 1256px;
    }
}
@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 16px;
    }
}
#kupikod-app {
    --v-theme-error: 255, 62, 96;
}
#kupikod-app .v-overlay__content {
    max-width: 690px !important;
}
#kupikod-app .purchase-form__guide__body.v-card {
    background: #212227;
    border-radius: 16px !important;
    padding: 40px;
    position: relative;
}
#kupikod-app .purchase-form__guide__button {
    text-align: right;
}
#kupikod-app .purchase-form__guide__button:has(span) {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 24px;
    display: flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    width: 44px;
}
#kupikod-app .purchase-form__guide__button:has(span) span {
    margin-top: 2px;
}
#kupikod-app .v-field {
    --v-field-input-padding-top: 1px;
    --v-field-input-padding-bottom: 1px;
    border-radius: 12px;
    line-height: 1;
}
#kupikod-app .v-field__input {
    min-height: 56px;
}
#kupikod-app .v-field__outline {
    --v-field-border-opacity: 0.2;
}
#kupikod-app .v-field--error:not(.v-field--disabled) .v-field__outline {
    --v-field-border-opacity: 0.5;
}
#kupikod-app .v-label {
    --v-medium-emphasis-opacity: 1;
}
#kupikod-app .v-input--density-default {
    --v-input-control-height: 48px;
}
#kupikod-app .v-input__details {
    font-weight: 500;
}
#kupikod-app .v-select__content {
    box-shadow: none;
}
#kupikod-app .v-select__selection .v-list-item__content {
    border-bottom: none;
    margin: 0;
    padding: 0;
}
#kupikod-app .v-menu > .v-overlay__content {
    border-radius: 12px;
}
#kupikod-app .v-menu > .v-overlay__content .v-list {
    box-shadow: 0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, 0.2)), 0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.14)), 0 1px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, 0.12));
    margin-top: 8px;
}
#kupikod-app .v-list {
    border-width: 1px;
    padding-bottom: 16px;
}
#kupikod-app .v-list-item {
    padding: 0;
}
#kupikod-app .v-list-item--variant-text .v-list-item__overlay {
    background: #fff;
}
#kupikod-app .v-list-item__content {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    margin: 0 16px;
    padding: 12px 0;
}
#kupikod-app .v-theme--dark {
    --v-theme-surface: 53, 53, 53;
    --v-border-opacity: 0.2;
    --v-activated-opacity: 0.1;
    --v-theme-error: 255, 62, 96;
}
#kupikod-app .v-tooltip > .v-overlay__content {
    background: transparent;
    padding: 0;
}
#kupikod-app .v-messages {
    font-size: 14px;
}
#kupikod-app .v-messages__message {
    line-height: 14px;
}
#kupikod-app .v-field__loader {
    left: 1%;
    right: 1%;
    width: 98%;
}
#kupikod-app .v-field--variant-outlined .v-field__loader {
    top: calc(100% - 2px);
}
#kupikod-app .game-form .v-input,
#kupikod-app .payment-form .v-input {
    font-weight: 700;
}
#kupikod-app .game-form .v-field,
#kupikod-app .payment-form .v-field {
    font-width: 700;
    border-radius: 8px;
    min-height: 56px;
}
#kupikod-app .game-form .v-field__input,
#kupikod-app .payment-form .v-field__input {
    min-height: 56px;
}
#kupikod-app .v-btn {
    letter-spacing: normal;
    text-transform: none;
}
#kupikod-app .v-overlay__scrim {
    background: #000;
    opacity: 0.8;
}
#kupikod-app .v-dialog > .v-overlay__content {
    margin: 14px;
    max-height: calc(100% - 24px);
    max-width: calc(100% - 24px);
}
#kupikod-app .floating-label .v-label {
    opacity: 0.5;
}
#kupikod-app .floating-label .v-label.v-field-label--floating {
    font-weight: 500;
    margin-top: 15px;
}

#kupikod-app .floating-label .v-field--active.v-field--variant-outlined .v-field__outline__notch:before {
    opacity: var(--v-field-border-opacity);
}
#kupikod-app .promocode-field .v-field--appended {
    padding-inline-end: 4px;
}
#kupikod-app .v-checkbox-btn .v-label {
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
}
#kupikod-app .payment-form .v-expansion-panel {
    background: transparent;
}
#kupikod-app .payment-form .v-expansion-panels {
    gap: 8px;
}
#kupikod-app .payment-form .v-expansion-panel-title__icon {
    color: #fff;
    opacity: 0.5;
}
#kupikod-app .payment-form .v-expansion-panel--active > .v-expansion-panel-title:not(.v-expansion-panel-title--static) {
    min-height: inherit;
}
#kupikod-app .payment-form .v-expansion-panel-title {
    min-height: 20px;
    padding: 0;
}
#kupikod-app .payment-form .v-expansion-panel-title:hover > .v-expansion-panel-title__overlay {
    opacity: 0;
}
#kupikod-app .payment-form .v-expansion-panel-text__wrapper {
    padding: 8px 0;
}
#kupikod-app .payment-form .v-expansion-panel__shadow {
    box-shadow: none;
}
#kupikod-app .payment-form .v-expansion-panel:not(:first-child):after {
    content: none;
}
#kupikod-app .payment-form .v-expansion-panel-title__overlay {
    background: transparent;
}
.opacity-50 {
    opacity: 0.5;
}
.flag-wrapper {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 19px;
    display: inline-flex;
    height: 24px;
    justify-content: center;
    margin-right: 4px;
    width: 24px;
}
.flag-wrapper img {
    height: 16px;
    width: 17px;
}
#hde-contact-container {
    bottom: 100px !important;
}
.gift-box-round {
    display: flex;
    gap: 4px;
    height: 27px;
    position: absolute;
    right: 0;
}
.gift-box-round div {
    align-items: center;
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    background: hsla(0, 0%, 100%, 0.1);
    border-radius: 33px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 10px;
    height: 24px;
    justify-content: center;
    width: 24px;
}
.gift-box-round div span {
    color: #fff;
    font-family: Geometria;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-left: 1px;
    padding-top: 2px;
    text-align: center;
    width: 100%;
}
.flex-start {
    align-items: flex-start !important;
}
.info-icon-text {
    color: #fff;
    font-family: Georgia;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding-top: 2px;
    text-align: center;
    width: 100%;
}
.font-700 {
    font-weight: 700 !important;
}
.blur-modal-bottom {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(180deg, rgba(33, 34, 39, 0), #212227 25.94%);
    bottom: 0;
    height: 180px;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10000;
}
@media (max-width: 768px) {
    .blur-modal-bottom {
        height: 100px;
    }
}
.modal-button-buy {
    bottom: 80px;
    left: 80px;
    position: fixed !important;
    right: 80px;
    width: auto !important;
    z-index: 10000;
}
@media (max-width: 768px) {
    .modal-button-buy {
        bottom: 16px;
        left: 16px;
        right: 16px;
        width: auto !important;
    }
}
.modal-img-buy {
    margin-bottom: 88px !important;
}
@media (max-width: 768px) {
    .modal-img-buy {
        margin-bottom: 78px !important;
    }
}

:root {
    color-scheme: dark;
}
:root {
    --v-theme-background: 18, 18, 18;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 33, 33, 33;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 204, 191, 214;
    --v-theme-surface-bright-overlay-multiplier: 2;
    --v-theme-surface-variant: 163, 163, 163;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 66, 66, 66;
    --v-theme-primary: 187, 134, 252;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55, 0, 179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 3, 218, 197;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3, 218, 197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 207, 102, 121;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 33, 150, 243;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 76, 175, 80;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 251, 140, 0;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-on-background: 255, 255, 255;
    --v-theme-on-surface: 255, 255, 255;
    --v-theme-on-surface-bright: 0, 0, 0;
    --v-theme-on-primary: 255, 255, 255;
    --v-theme-on-primary-darken-1: 255, 255, 255;
    --v-theme-on-secondary: 0, 0, 0;
    --v-theme-on-secondary-darken-1: 0, 0, 0;
    --v-theme-on-error: 255, 255, 255;
    --v-theme-on-info: 255, 255, 255;
    --v-theme-on-success: 255, 255, 255;
    --v-theme-on-warning: 255, 255, 255;
    --v-border-color: 255, 255, 255;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 52, 52, 52;
    --v-theme-on-code: 204, 204, 204;
}
.v-theme--light {
    color-scheme: normal;
    --v-theme-background: 255, 255, 255;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 255, 255, 255;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 255, 255, 255;
    --v-theme-surface-bright-overlay-multiplier: 1;
    --v-theme-surface-variant: 66, 66, 66;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 238, 238, 238;
    --v-theme-primary: 98, 0, 238;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55, 0, 179;
    --v-theme-primary-darken-1-overlay-multiplier: 2;
    --v-theme-secondary: 3, 218, 198;
    --v-theme-secondary-overlay-multiplier: 1;
    --v-theme-secondary-darken-1: 1, 135, 134;
    --v-theme-secondary-darken-1-overlay-multiplier: 1;
    --v-theme-error: 176, 0, 32;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 33, 150, 243;
    --v-theme-info-overlay-multiplier: 1;
    --v-theme-success: 76, 175, 80;
    --v-theme-success-overlay-multiplier: 1;
    --v-theme-warning: 251, 140, 0;
    --v-theme-warning-overlay-multiplier: 1;
    --v-theme-on-background: 0, 0, 0;
    --v-theme-on-surface: 0, 0, 0;
    --v-theme-on-surface-bright: 0, 0, 0;
    --v-theme-on-primary: 255, 255, 255;
    --v-theme-on-primary-darken-1: 255, 255, 255;
    --v-theme-on-secondary: 0, 0, 0;
    --v-theme-on-secondary-darken-1: 255, 255, 255;
    --v-theme-on-error: 255, 255, 255;
    --v-theme-on-info: 255, 255, 255;
    --v-theme-on-success: 255, 255, 255;
    --v-theme-on-warning: 255, 255, 255;
    --v-border-color: 0, 0, 0;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 0.87;
    --v-medium-emphasis-opacity: 0.6;
    --v-disabled-opacity: 0.38;
    --v-idle-opacity: 0.04;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.12;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 245, 245, 245;
    --v-theme-on-code: 0, 0, 0;
}
.v-theme--dark {
    color-scheme: dark;
    --v-theme-background: 18, 18, 18;
    --v-theme-background-overlay-multiplier: 1;
    --v-theme-surface: 33, 33, 33;
    --v-theme-surface-overlay-multiplier: 1;
    --v-theme-surface-bright: 204, 191, 214;
    --v-theme-surface-bright-overlay-multiplier: 2;
    --v-theme-surface-variant: 163, 163, 163;
    --v-theme-surface-variant-overlay-multiplier: 2;
    --v-theme-on-surface-variant: 66, 66, 66;
    --v-theme-primary: 187, 134, 252;
    --v-theme-primary-overlay-multiplier: 2;
    --v-theme-primary-darken-1: 55, 0, 179;
    --v-theme-primary-darken-1-overlay-multiplier: 1;
    --v-theme-secondary: 3, 218, 197;
    --v-theme-secondary-overlay-multiplier: 2;
    --v-theme-secondary-darken-1: 3, 218, 197;
    --v-theme-secondary-darken-1-overlay-multiplier: 2;
    --v-theme-error: 207, 102, 121;
    --v-theme-error-overlay-multiplier: 2;
    --v-theme-info: 33, 150, 243;
    --v-theme-info-overlay-multiplier: 2;
    --v-theme-success: 76, 175, 80;
    --v-theme-success-overlay-multiplier: 2;
    --v-theme-warning: 251, 140, 0;
    --v-theme-warning-overlay-multiplier: 2;
    --v-theme-on-background: 255, 255, 255;
    --v-theme-on-surface: 255, 255, 255;
    --v-theme-on-surface-bright: 0, 0, 0;
    --v-theme-on-primary: 255, 255, 255;
    --v-theme-on-primary-darken-1: 255, 255, 255;
    --v-theme-on-secondary: 0, 0, 0;
    --v-theme-on-secondary-darken-1: 0, 0, 0;
    --v-theme-on-error: 255, 255, 255;
    --v-theme-on-info: 255, 255, 255;
    --v-theme-on-success: 255, 255, 255;
    --v-theme-on-warning: 255, 255, 255;
    --v-border-color: 255, 255, 255;
    --v-border-opacity: 0.12;
    --v-high-emphasis-opacity: 1;
    --v-medium-emphasis-opacity: 0.7;
    --v-disabled-opacity: 0.5;
    --v-idle-opacity: 0.1;
    --v-hover-opacity: 0.04;
    --v-focus-opacity: 0.12;
    --v-selected-opacity: 0.08;
    --v-activated-opacity: 0.12;
    --v-pressed-opacity: 0.16;
    --v-dragged-opacity: 0.08;
    --v-theme-kbd: 33, 37, 41;
    --v-theme-on-kbd: 255, 255, 255;
    --v-theme-code: 52, 52, 52;
    --v-theme-on-code: 204, 204, 204;
}
.bg-background {
    --v-theme-overlay-multiplier: var(--v-theme-background-overlay-multiplier);
    background-color: rgb(var(--v-theme-background)) !important;
    color: rgb(var(--v-theme-on-background)) !important;
}
.bg-surface {
    --v-theme-overlay-multiplier: var(--v-theme-surface-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface)) !important;
    color: rgb(var(--v-theme-on-surface)) !important;
}
.bg-surface-bright {
    --v-theme-overlay-multiplier: var(--v-theme-surface-bright-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface-bright)) !important;
    color: rgb(var(--v-theme-on-surface-bright)) !important;
}
.bg-surface-variant {
    --v-theme-overlay-multiplier: var(--v-theme-surface-variant-overlay-multiplier);
    background-color: rgb(var(--v-theme-surface-variant)) !important;
    color: rgb(var(--v-theme-on-surface-variant)) !important;
}
.bg-primary {
    --v-theme-overlay-multiplier: var(--v-theme-primary-overlay-multiplier);
    background-color: rgb(var(--v-theme-primary)) !important;
    color: rgb(var(--v-theme-on-primary)) !important;
}
.bg-primary-darken-1 {
    --v-theme-overlay-multiplier: var(--v-theme-primary-darken-1-overlay-multiplier);
    background-color: rgb(var(--v-theme-primary-darken-1)) !important;
    color: rgb(var(--v-theme-on-primary-darken-1)) !important;
}
.bg-secondary {
    --v-theme-overlay-multiplier: var(--v-theme-secondary-overlay-multiplier);
    background-color: rgb(var(--v-theme-secondary)) !important;
    color: rgb(var(--v-theme-on-secondary)) !important;
}
.bg-secondary-darken-1 {
    --v-theme-overlay-multiplier: var(--v-theme-secondary-darken-1-overlay-multiplier);
    background-color: rgb(var(--v-theme-secondary-darken-1)) !important;
    color: rgb(var(--v-theme-on-secondary-darken-1)) !important;
}
.bg-error {
    --v-theme-overlay-multiplier: var(--v-theme-error-overlay-multiplier);
    background-color: rgb(var(--v-theme-error)) !important;
    color: rgb(var(--v-theme-on-error)) !important;
}
.bg-info {
    --v-theme-overlay-multiplier: var(--v-theme-info-overlay-multiplier);
    background-color: rgb(var(--v-theme-info)) !important;
    color: rgb(var(--v-theme-on-info)) !important;
}
.bg-success {
    --v-theme-overlay-multiplier: var(--v-theme-success-overlay-multiplier);
    background-color: rgb(var(--v-theme-success)) !important;
    color: rgb(var(--v-theme-on-success)) !important;
}
.bg-warning {
    --v-theme-overlay-multiplier: var(--v-theme-warning-overlay-multiplier);
    background-color: rgb(var(--v-theme-warning)) !important;
    color: rgb(var(--v-theme-on-warning)) !important;
}
.text-background {
    color: rgb(var(--v-theme-background)) !important;
}
.border-background {
    --v-border-color: var(--v-theme-background);
}
.text-surface {
    color: rgb(var(--v-theme-surface)) !important;
}
.border-surface {
    --v-border-color: var(--v-theme-surface);
}
.text-surface-bright {
    color: rgb(var(--v-theme-surface-bright)) !important;
}
.border-surface-bright {
    --v-border-color: var(--v-theme-surface-bright);
}
.text-surface-variant {
    color: rgb(var(--v-theme-surface-variant)) !important;
}
.border-surface-variant {
    --v-border-color: var(--v-theme-surface-variant);
}
.on-surface-variant {
    color: rgb(var(--v-theme-on-surface-variant)) !important;
}
.text-primary {
    color: rgb(var(--v-theme-primary)) !important;
}
.border-primary {
    --v-border-color: var(--v-theme-primary);
}
.text-primary-darken-1 {
    color: rgb(var(--v-theme-primary-darken-1)) !important;
}
.border-primary-darken-1 {
    --v-border-color: var(--v-theme-primary-darken-1);
}
.text-secondary {
    color: rgb(var(--v-theme-secondary)) !important;
}
.border-secondary {
    --v-border-color: var(--v-theme-secondary);
}
.text-secondary-darken-1 {
    color: rgb(var(--v-theme-secondary-darken-1)) !important;
}
.border-secondary-darken-1 {
    --v-border-color: var(--v-theme-secondary-darken-1);
}
.text-error {
    color: rgb(var(--v-theme-error)) !important;
}
.border-error {
    --v-border-color: var(--v-theme-error);
}
.text-info {
    color: rgb(var(--v-theme-info)) !important;
}
.border-info {
    --v-border-color: var(--v-theme-info);
}
.text-success {
    color: rgb(var(--v-theme-success)) !important;
}
.border-success {
    --v-border-color: var(--v-theme-success);
}
.text-warning {
    color: rgb(var(--v-theme-warning)) !important;
}
.border-warning {
    --v-border-color: var(--v-theme-warning);
}
.on-background {
    color: rgb(var(--v-theme-on-background)) !important;
}
.on-surface {
    color: rgb(var(--v-theme-on-surface)) !important;
}
.on-surface-bright {
    color: rgb(var(--v-theme-on-surface-bright)) !important;
}
.on-primary {
    color: rgb(var(--v-theme-on-primary)) !important;
}
.on-primary-darken-1 {
    color: rgb(var(--v-theme-on-primary-darken-1)) !important;
}
.on-secondary {
    color: rgb(var(--v-theme-on-secondary)) !important;
}
.on-secondary-darken-1 {
    color: rgb(var(--v-theme-on-secondary-darken-1)) !important;
}
.on-error {
    color: rgb(var(--v-theme-on-error)) !important;
}
.on-info {
    color: rgb(var(--v-theme-on-info)) !important;
}
.on-success {
    color: rgb(var(--v-theme-on-success)) !important;
}
.on-warning {
    color: rgb(var(--v-theme-on-warning)) !important;
}

.question-round[data-v-f5607d95] {
    background: rgba(255, 229, 0, 0.1);
    border-radius: 16.5px;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 15px;
    font-weight: 700;
    height: 21px;
    justify-content: center;
    line-height: 15px;
    padding: 0 6.25px 0 6.75px;
    width: 21px;
}
.details-buy[data-v-f5607d95],
.question-round[data-v-f5607d95] {
    align-items: center;
    color: #ffe500;
    display: flex;
    font-family: Geometria;
    font-style: normal;
}
.details-buy[data-v-f5607d95] {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background: #4c4931;
    border: 1px solid rgba(255, 229, 0, 0.1);
    border-radius: 16px 16px 0 0;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    justify-content: space-between;
    left: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    width: 100%;
}
.details-buy-flex[data-v-f5607d95] {
    align-items: center;
    display: flex;
    gap: 10px;
}
.hint-margin[data-v-f5607d95] {
    padding-top: 40px;
}
.layout[data-v-f5607d95] {
    background-position: 100% 0;
    background-size: 100% auto, cover;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 83px;
    position: relative;
}
@media (max-width: 1280px) {
    .layout[data-v-f5607d95] {
        padding-top: 89px;
    }
}
@media (max-width: 767px) {
    .layout[data-v-f5607d95] {
        padding-top: 134px;
    }
}
.layout--arena-breakout[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/arena-breakout/bg.webp), radial-gradient(159.77% 79.47% at 74.3% 13.46%, #031916 0, #14151b 100%);
}
.layout--azur-lane[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/azur-lane/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #050d29 0, #14151b 100%);
}
.layout--brawl-stars[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/brawl-stars/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #221d11 0, #14151b 100%);
}
.layout--clash-of-clans[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/clash-of-clans/bg.webp), radial-gradient(163.85% 78.11% at 82.11% 14.44%, #17071f 0, #14151b 100%);
}
.layout--clash-royale[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/clash-royale/bg.webp), radial-gradient(183.18% 88.95% at 85.05% 13.84%, #1c0606 0, #14151b 100%);
}
.layout--farlight[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/farlight/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #1d1503 0, #14151b 100%);
}
.layout--garena-free-fire[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/garena-free-fire/bg.webp), radial-gradient(139.5% 62.81% at 69.97% 32.58%, #201f12 0, #14151b 100%);
}
.layout--genshin[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/genshin/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #0e191e 0, #14151b 100%);
}
.layout--honkai[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/honkai/bg.webp), radial-gradient(161.95% 74.66% at 77.03% 22.72%, #150910 0, #14151b 100%);
}
.layout--lords-mobile[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/lords-mobile/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #041a21 0, #14151b 100%);
}
.layout--lol[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/lol/bg.webp), radial-gradient(159.77% 79.47% at 74.3% 13.46%, #0a1725 0, #14151b 100%);
}
.layout--mobile-legends[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/mobile-legends/bg.webp), radial-gradient(139.5% 62.81% at 69.97% 32.58%, #1a0d12 0, #14151b 100%);
}
.layout--nikke[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/nikke/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #200a0a 0, #14151b 100%);
}
.layout--pubg[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/pubg/bg.webp), radial-gradient(108.6% 58.92% at 77.03% 22.72%, #1c1a10 0, #14151b 100%);
}
.layout--pubg-new-state[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/pubg-new-state/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #051e16 0, #14151b 100%);
}
.layout--state-of-survival[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/state-of-survival/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #1d1803 0, #14151b 100%);
}
.layout--stumble-guys[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/stumble-guys/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #1e1106 0, #14151b 100%);
}
.layout--tower-of-fantasy[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/tower-of-fantasy/bg.webp), radial-gradient(159.77% 79.47% at 74.3% 13.46%, #1f041e 0, #14151b 100%);
}
.layout--zepeto[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/zepeto/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #100a17 0, #14151b 100%);
}
.layout--dragonheir[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/dragonheir/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #1e1f2b 0, #14151b 100%);
}
.layout--identity[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/identity/bg.webp), radial-gradient(106.63% 50.52% at 69.97% 32.58%, #1e2531 0, #14151b 100%);
}
.layout--hay-day[data-v-f5607d95] {
    background-image: url(https://ucup.skin/gold/assets/hay-day/bg.webp), radial-gradient(134.97% 62.37% at 70% 33%, #131a0d, #14151b 100%);
}
.layout__header[data-v-f5607d95] {
    position: fixed;
}
@media (max-width: 1620px) {
    .layout__content[data-v-f5607d95] {
        grid-column-gap: 16px;
        grid-template-columns: 294px 620px 299px;
        margin-top: 48px;
    }
}
@media (max-width: 1280px) {
    .layout__content[data-v-f5607d95] {
        grid-row-gap: 24px;
        grid-template-columns: 1fr;
        margin-top: 8px;
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .layout__content[data-v-f5607d95] {
        grid-row-gap: 20px;
        margin-top: 12px;
        padding: 0 10px;
    }
}
@media (max-width: 1280px) {
    .layout__content__navigation[data-v-f5607d95] {
        margin: 0 -20px;
    }
}
@media (max-width: 767px) {
    .layout__content__navigation[data-v-f5607d95] {
        margin: 0 -10px;
    }
}
.layout__content__purchase[data-v-f5607d95] {
    grid-row-gap: 24px;
    display: grid;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1620px) {
    .layout__content__purchase[data-v-f5607d95] {
        grid-row-gap: 20px;
    }
}
@media (max-width: 767px) {
    .layout__content__purchase[data-v-f5607d95] {
        grid-row-gap: 20px;
    }
}
.layout__content__bonus[data-v-f5607d95] {
    background-image: linear-gradient(91deg, rgba(0, 255, 147, 0.25), rgba(0, 255, 147, 0.03) 99.77%);
    border: 1px solid rgba(0, 255, 147, 0.1);
    border-radius: 16px;
    color: #00ff93;
    font-size: 20px;
    font-weight: 700;
    grid-row: 2/3;
    line-height: 1.2;
    padding: 20px;
    text-align: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1620px) {
    .layout__content__bonus[data-v-f5607d95] {
        font-size: 16px;
        padding: 16px;
    }
}
.layout__content__bonus--yellow[data-v-f5607d95] {
    background-image: linear-gradient(91deg, rgba(255, 229, 0, 0.25), rgba(255, 229, 0, 0.25) 99.77%);
    color: #fff;
}
.layout__content__bonus_zepeto[data-v-f5607d95] {
    background-image: linear-gradient(91deg, rgba(242, 255, 0, 0.1), rgba(153, 138, 0, 0.1) 99.77%);
    border: 1px solid rgba(0, 255, 147, 0.1);
    border-radius: 16px;
    color: #ffe500;
    font-size: 20px;
    font-weight: 700;
    grid-row: 2/3;
    line-height: 1.2;
    padding: 20px;
    text-align: center;
}

@media (max-width: 767px), (min-width: 768px) and (max-width: 1620px) {
    .layout__content__bonus_zepeto[data-v-f5607d95] {
        font-size: 16px;
        padding: 16px;
    }
}
.layout__content__payment-flag[data-v-f5607d95] {
    inset: 0;
    pointer-events: none;
    position: absolute;
}
.layout__content__payment-overlay[data-v-f5607d95] {
    align-items: end;
    background-color: rgba(0, 0, 0, 0.75);
    display: grid;
    inset: 0;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    z-index: 20;
}
@media (min-width: 768px) {
    .layout__content__payment-overlay[data-v-f5607d95] {
        display: none;
    }
}
.layout__content__payment-overlay.payment-modal-enter-active[data-v-f5607d95],
.layout__content__payment-overlay.payment-modal-leave-active[data-v-f5607d95] {
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.layout__content__payment-overlay.payment-modal-enter-from[data-v-f5607d95],
.layout__content__payment-overlay.payment-modal-leave-to[data-v-f5607d95] {
    transform: translateY(100%);
}
.layout__content__payment-modal[data-v-f5607d95] {
    background-color: #212227;
    position: relative;
}
.layout__content__payment-modal-button[data-v-f5607d95] {
    position: absolute;
    right: 16px;
    top: 12px;
    z-index: 100;
}
.layout__content__bottom[data-v-f5607d95] {
    margin-bottom: 172px;
    margin-top: 157px;
}
@media (max-width: 1280px) {
    .layout__content__bottom[data-v-f5607d95] {
        margin-top: 120px;
    }
}
@media (max-width: 767px) {
    .layout__content__bottom[data-v-f5607d95] {
        margin-top: 100px;
    }
}
.layout__recommendations[data-v-f5607d95] {
    background-color: red;
    margin-top: 140px;
}
@media (max-width: 1280px) {
    .layout__recommendations[data-v-f5607d95] {
        margin-top: 97px;
    }
}
@media (max-width: 767px) {
    .layout__recommendations[data-v-f5607d95] {
        margin-top: 72px;
    }
}
.layout__footer[data-v-f5607d95] {
    margin-top: 32px;
}
@media (max-width: 1280px) {
    .layout__footer[data-v-f5607d95] {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .layout__footer[data-v-f5607d95] {
        margin-top: 24px;
    }
}
.payment-hint[data-v-f5607d95] {
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    background-color: #14151b;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
    border-radius: 16px 16px 0 0;
    border-right: 1px solid hsla(0, 0%, 100%, 0.1);
    border-top: 1px solid hsla(0, 0%, 100%, 0.1);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 16px;
    position: sticky;
    right: 0;
    transition-duration: 0.4s;
    transition-property: transform;
    transition-timing-function: ease-in-out;
    z-index: 100;
}
@media (min-width: 768px) {
    .payment-hint[data-v-f5607d95] {
        display: none;
    }
}
@media (max-width: 767px) {
    .payment-hint--hidden[data-v-f5607d95] {
        transform: translateY(100%);
    }
}
.payment-hint__bottom[data-v-f5607d95] {
    display: flex;
    justify-content: space-between;
}
.payment-hint[data-v-f5607d95]:has(.payment-hint__top) {
    padding-top: 56px;
}
.payment-hint__top[data-v-f5607d95] {
    background: rgba(255, 229, 0, 0.102);
    border: 1px solid #5a562a;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    color: #ffe500;
    height: 40px;
    left: -1px;
    padding: 9.5px 16px;
    position: absolute;
    right: -1px;
    top: -1px;
}
.payment-hint__container[data-v-f5607d95] {
    grid-row-gap: 4px;
    display: grid;
}
.payment-hint__coins[data-v-f5607d95] {
    grid-column-gap: 4px;
    align-items: center;
    display: grid;
    font-family: Jost;
    font-size: 24px;
    font-weight: 600;
    grid-auto-flow: column;
    justify-content: start;
    line-height: 1;
}
.payment-hint__price[data-v-f5607d95] {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.7;
}
.payment-hint__button[data-v-f5607d95] {
    background-color: #00ff93;
    border-radius: 12px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
    width: 142px;
}
.warnings[data-v-f5607d95] {
    display: flex;
    justify-content: space-between;
}
.warnings__detail[data-v-f5607d95] {
    align-items: center;
    display: flex;
    font-weight: 500;
    gap: 10px;
}
.warnings__item[data-v-f5607d95],
.warnings__item img[data-v-f5607d95] {
    height: 16px;
    width: 16px;
}
.warnings__question[data-v-f5607d95] {
    align-items: center;
    background: rgba(255, 229, 0, 0.102);
    border-radius: 17px;
    display: flex;
    font-size: 13px;
    height: 21px;
    justify-content: center;
    line-height: 1;
    width: 21px;
}

.confirmation {
    grid-column-gap: 12px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: repeat(2, 1fr);
    margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 1620px) {
    .confirmation {
        margin-left: 98px;
    }
}
@media (max-width: 767px) {
    .confirmation {
        grid-column-gap: 8px;
        margin-bottom: 12px;
        margin-left: 0;
        width: 100%;
    }
}
.confirmation--mobile {
    display: none;
}
@media (max-width: 767px) {
    .layout .confirmation--mobile {
        display: grid;
    }
}
.confirmation__field {
    background-color: hsla(0, 0%, 100%, 0.05);
    border-radius: 8px;
    display: grid;
    height: 36px;
    overflow: hidden;
    padding: 4px 12px;
    transition-duration: 0.2s;
    transition-property: background-color;
    transition-timing-function: ease-in-out;
}
.confirmation--checked .confirmation__field {
    background-color: rgba(0, 255, 147, 0.05);
}
.confirmation__field-title {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 10px;
    font-weight: 500;
    line-height: 1.4;
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: ease-in-out;
}
.confirmation--checked .confirmation__field-title {
    color: rgba(0, 255, 147, 0.7);
}
.confirmation__field-value {
    color: hsla(0, 0%, 100%, 0.7);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.33;
    transition-duration: 0.2s;
    transition-property: color;
    transition-timing-function: ease-in-out;
}
.confirmation--checked .confirmation__field-value {
    color: rgba(0, 255, 147, 0.7);
}
.confirmation__field-loading {
    height: 12px;
    width: 12px;
}

@media (max-width: 767px) {
    .purchase-form__section[data-v-7351db45] {
        display: none !important;
    }
    .purchase-form__body[data-v-7351db45] {
        display: block;
        padding: 16px;
    }
}
.pubg.purchase-form .purchase-form__header[data-v-7351db45] {
    background-image: url(https://ucup.skin/gold/assets/pubg/decoration.webp), linear-gradient(90deg, rgba(57, 29, 2, 0.35) 30.06%, #ffd400 99.99%);
}
.pubg.purchase-form .purchase-form__header-image[data-v-7351db45] {
    height: 195px;
    right: -64px;
    width: 351px;
}
.pubg.purchase-form .purchase-form__header-text[data-v-7351db45] {
    max-width: 372px;
}
.pubg.purchase-form .purchase-form__logo[data-v-7351db45] {
    background-image: url(https://ucup.skin/gold/assets/pubg/logo.webp);
}
.pubg.purchase-form .purchase-form__logo-label[data-v-7351db45] {
    bottom: -26px;
    height: 94px;
    width: 157px;
}
@media (max-width: 1620px) {
    .pubg.purchase-form .purchase-form__header-image[data-v-7351db45] {
        height: 156px;
        right: -51px;
        width: 281px;
    }
    .pubg.purchase-form .purchase-form__header-text[data-v-7351db45] {
        max-width: 200px;
    }
    .pubg.purchase-form .purchase-form__logo-label[data-v-7351db45] {
        left: 55%;
    }
}
@media (max-width: 1280px) and (min-width: 768px) {
    .pubg.purchase-form .purchase-form__header-text[data-v-7351db45] {
        max-width: 300px;
    }
    .pubg.purchase-form .purchase-form__header-image[data-v-7351db45] {
        height: 195px;
        right: -64px;
        width: 351px;
    }
}
@media (max-width: 767px) {
    .pubg.purchase-form .purchase-form__header-image[data-v-7351db45] {
        bottom: 71px;
        height: 117px;
        right: -9px;
        width: 164px;
    }
}