body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    height: 100vh;
}

html {
    height: 100%;
}

.modal-custom-body .modal-custom {
    opacity: 1;
    visibility: unset;
}

.modal-custom {
    position: fixed;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-tap-highlight-color: transparent;
    inset: 0px;
    z-index: 100;
}

.modal-custom-body .warning-message {
    display: none;
}

.modal-custom-body .popup .warning-message {
    display: block;
    margin-left: 16px;
    margin-top: 4px;
    font-size: 12px;
    margin-bottom: 12px;
}

.align-right {
    text-align: right;
}

.body-content {
    position: absolute;
    /* right: 10vw; */
    top: 37%;
    transform: translateY(-50%);
    /* max-width: 650px; */
    /* max-height: 570px;
    height: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}

.promo-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.thumb-logo {
    max-width: 450px;
    margin: auto;
    display: flex;
}

.promo-logo {
    width: 100%;
    height: auto;
}

.promo-form {
    margin-top: 20px;
    text-align: center;
    opacity: 1;
    border-radius: 20px;
    /* background-color: #38415433; */
    background-size: 100% 100%;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
    /* max-width: 650px; */
    max-width: 600px;
    /* margin-top: 2em; */
    padding: 1em 0 4em 0;
}

.promo-title {
    display: inline-block;
    opacity: 1;
    border-radius: 20px;
    background-color: #38415475;
    mix-blend-mode: hard-light;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: auto;
    letter-spacing: 1%;
    text-align: justify;
    color: white;
    text-shadow: 0 2px 1px #fe7e0d, 0 2px 0 #ff9831;
}

.input-container {
    margin: 20px;
}

.promo-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: yellow;
    margin-bottom: 10px;
}

.label-text {
    margin-right: 5px;
    color: #FF9800;
    margin-left: 5px;
}

.promo-input {
    margin-top: 50px;
    padding: 15px;
    box-sizing: border-box;
    width: 80%;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(121, 111, 111);
    border-radius: 10px;
    color: rgb(0, 0, 0);
    text-align: center;
}

.promo-input::placeholder {
    color: #837575;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.promo-button {
    width: 80%;
    color: white;
    margin-top: 1em;
    border: none;
    cursor: pointer;
    padding: 0;
    background: none;
}

.promo-button img{
    width: 100%;
}

.bottom-form {
    text-align: center;
    opacity: 1;
    border-radius: 20px;
    /* background-color: #38415433; */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
    /* max-width: 650px; */
    max-width: 750px;
    /* margin-top: 2em; */
    /* padding: 2em 4em 3em 4em; */
}

.event-button {
    margin-top: 10px;
    top: 1em;
    width: 300px;
    max-width: 49%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-button:hover {
    transform: scale(1.02);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
}

.event-button .event-left {
    width: 100%;
    height: auto;
    max-width: 290px;
}

.event-button .event-right {
    width: 100%;
    height: auto;
    max-width: 290px;
}

.promo-link {
    display: inline-block;
    font-size: 16px;
    background-color: #07080a7a;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.promo-link-a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.promo-link:hover {
    background-color: #e0e0e0d4;
    color: #000;
    cursor: pointer;
}

.promo-link-a:hover {
    color: #000;
    cursor: pointer;
}

.promo-links {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.arrow {
    width: 22px;
    height: 22px;
    margin-left: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.popup {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1000;
}

.popup h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 1%;
    text-align: center;
}

.popup p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}

.popup p span {
    font-size: 16px;
    font-weight: 600;
}

.popup table {
    width: 100%;
    max-width: 370px;
    margin-bottom: 20px;
    margin-left: 1em;
    margin-right: 1em;
}

.popup table td {
    padding: 5px;
}

.popup table td:first-child {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.popup table td:last-child {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.pointbonus {
    color: green;
}

.outer-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #D0F1DD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #D0F1DD;
    border: solid 5px white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark {
    width: 10px;
    height: 25px;
    border: solid #389E0D;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

p.text-account-input {
    font-weight: 600;
    font-size: 14px;
}

.account-input {
    padding: 10px 0 10px 10px;
    width: 100%;
    max-width: 370px;
    display: block;
    color: #000;
    margin-top: 1em;
    border: solid 1px white;
    margin-left: 1em;
    background-color: #EDEDED;
    border-radius: 5px;
    font-size: 16px;
}

.account-input:focus-visible {
    outline: 0px;
}

.no-underline {
    text-decoration: none;
    color: #BA3D1F;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px
}

.popup-buttons {
    margin-top: 20px;
}

.popup-button {
    background-color: #A7A7A7;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    color: white;
    width: 136px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px white;
    cursor: pointer;
}

.home-button {
    margin-top: 10px;
    position: absolute;
    top: 1em;
    right: 2em;
    width: 146px;
    text-align: center;
    z-index: 99;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-button-pc {
    margin-top: 10px;
    width: 246px;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}


.home-button:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.home-button .home-text {
    display: inline;
}

.home-button-pc .home-icon-pc {
    width: 100%;
    height: auto;
    max-width: 246px;
}

.home-button .home-icon {
    display: none;
    width: 42px;
    height: 42px;
}

.warning-message {
    color: red;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 0.2em;
    text-align: left;
}

.popup-button.confirm {
    background-image: linear-gradient(to bottom, #c41d00, #ff543d);
}

.modal {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    margin: auto;
    width: 90%;
    max-width: 1040px;
    position: relative;
}

.modal-content p {
    font-size: 18px;
}

.modal-content p img {
    max-width: 100%;
    height: auto;
}

.modal-content .close {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #cbcbcb;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #ff9900;
}

.thumb-popup-detail {
    width: 100%;
    height: auto;
}

.thumb-popup-detail .image-popup-detail {
    max-width: 100%;
    height: auto;
}

.tablet-image {
    display: none;
    position: fixed;
    bottom: 0;
    left: 20vw;
    width: 60vw;
    height: auto;
}

.input-form-captcha input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgb(206, 206, 206);
    border-radius: 10px;
    letter-spacing: 1px;
}

.input-form-captcha-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    gap: 10px
}

.thumb-captcha {
    cursor: pointer;
    height: auto;
    display: flex;
}

/* .thumb-captcha .image-captcha {
    max-height: 50px;
    width: auto;
} */

.input-form-captcha {
    width: 50%;
    height: 38px;
    display: flex;
}

#captcha-input,
.input-form input:focus {
    outline: none;
}

#captcha {
    width: 80px;
    margin-right: 16px;
    height: 36px;
    border-radius: 5px;
    font-size: 1.2em;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    font-family: 'Mulish', sans-serif;
    font-style: italic;
    text-decoration: line-through;
    color: rgb(255, 255, 255);
}

.swal2-confirm.swal2-styled {
    /* background-color: #cb442c; */
    background-image: linear-gradient(to bottom, #c41d00, #ff543d);
}

.swal2-confirm.swal2-styled:hover {
    background-color: #cb442c;
}

.modal-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-text-cont {
    display: flex;
}

.swal2-container.swal2-center.swal2-backdrop-show {
    overflow: hidden;
}

.swal2-popup.swal2-modal.swal2-show {
    max-width: 90%;
}

/* .swal2-icon.swal2-icon-show {
    width: 4em !important;
    height: 4em !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.swal2-x-mark .swal2-x-mark-line-left,
.swal2-x-mark .swal2-x-mark-line-right {
    top: 28px !important;
    width: 32px !important;
    height: 4px !important;
} */

.swal2-title {
    padding-top: 6px !important;
    font-size: 26px;
}

.swal2-html-container {
    padding-top: 6px !important;
}

.swal2-actions {
    margin-top: 8px;
}

.swal2-loading.swal2-show {
    width: 320px;
    color: rgb(255, 255, 255);
    background: linear-gradient(rgba(215, 51, 22, 0.8), rgba(255, 152, 0, 0.81));
    display: grid;
}

.form-username .input-username {
    width: 100%;
    padding: 10px;
    margin: 0;
}

.form-username label {
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
}

.table-code {
    margin: 30px 0;
}

.table-code table {
    width: 100%;
}

.table-code table .left {
    text-align: left;
}

.table-code table .right {
    text-align: right;
}

.table-code table tbody tr {
    padding: 10px 0
}

.pyro{
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    pointer-events: none;
}

.swal2-actions{
    position: relative;
    z-index: 999999;
}

.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #9f0, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #0df, -152px -380.66667px #00ffd0, -50px -37.66667px #0fd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #f60, 97px -325.66667px #f06, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #0bf, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #09f, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #08f, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #f60, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #0f3, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    z-index: 9999;
    top: 0
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
    z-index: 9999;
    top: 0
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-moz-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-o-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-ms-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-moz-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-o-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-ms-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}


/* // */
.thumb-captcha .image-captcha {
    width: 155px;
    height: 50px;
    border-radius: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tablet-image {
        display: block;
        width: 60%;
        left: 0;
        z-index: 0;

    }

    .promo-title {
        font-size: 24px;
    }

    .body-content {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        right: auto;
        height: auto;
        margin: 0 1em;
    }

    .promo-page {
        background: url('../images/Mobile1.jpg');
    }
}

@media (max-width: 767px) {
    .body-content {
        position: absolute;
        top: 1em;
        transform: unset;
        height: auto;
        width: 98%;
        margin: 0 auto;
        /* left: 5%; */
    }

    .promo-page {
        background: url('../images/Mobile.png');
    }

    .popup {
        width: 96vw;
        padding: 10px 0;
    }

    .home-button {
        position: absolute;
        top: 0em;
        right: 0.5em;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        padding: 10px;
        margin-top: 20px;
    }

    .home-button-pc .home-icon-pc {
        display: none;
    }

    .home-button.tablet-image {
        display: flex;
        align-items: center;
    }

    .promo-page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .thumb-logo {
        margin-top: 20px;
        margin-left: 20px;
        max-width: 252px;
        width: 90%;
    }

    .promo-form {
        margin-top: 20px;
        max-width: 90%;
        border-radius: 10px;
        box-sizing: border-box;
        /* margin: 1em; */
        padding: 1em 0 2em 0;
        /* padding: 0; */
    }

    .bottom-form {
        text-align: center;
        opacity: 1;
        border-radius: 20px;
        width: 100%;
        max-width: 90%;
    }

    .promo-input {
        margin-top: 30px;
    }

    .promo-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .promo-label {
        font-size: 14px;
        margin-top: 0;
    }

    .promo-input {
        font-size: 14px;
        padding: 10px;
    }

    .promo-button {
        font-size: 14px;
        padding: 0;
        margin: 1em auto 0 auto;
    }

    .promo-links {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 0;
    }

    .promo-link {
        margin-top: 1em;
        margin-bottom: 0;
        text-align: left;
        background-color: #384154;
        border-radius: 5px;
        text-decoration: none;
        font-size: 12px;
    }

    .arrow {
        width: 20px;
        height: 20px;
    }

    .promo-link:hover {
        background-color: #e0e0e0;
    }

    .account-input,
    .popup-button {
        height: 40px;
        width: 90%;
        box-sizing: border-box;
    }

    .popup-button {
        display: inline-block;
        text-align: center;
        padding: 0 10px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-decoration: none;
        color: #333;
        width: 150px;
    }

    .popup-button.confirm {
        background-image: linear-gradient(to bottom, #c41d00, #ff543d);
    }

    .home-button .home-text {
        display: none;
    }

    .home-button .home-icon {
        display: inline;
    }

    .modal-content {
        width: 92%;
    }

    .modal-content p {
        font-size: 16px;
    }

    .modal-content .close {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 32px;
        height: 32px;
    }

    .swal2-title {
        font-size: 23px;
    }

    .swal2-html-container {
        font-size: 16px !important;
    }

    .swal2-icon.swal2-icon-show {
        width: 3em !important;
        height: 3em !important;
        margin-bottom: 8px !important;
    }

    .swal2-x-mark .swal2-x-mark-line-left,
    .swal2-x-mark .swal2-x-mark-line-right {
        top: 23px !important;
        width: 26px !important;
        height: 3px !important;
    }

    .swal2-x-mark .swal2-x-mark-line-left {
        left: 12px !important;
    }

    .swal2-x-mark .swal2-x-mark-line-right {
        right: 12px !important;
    }

    .swal2-icon.swal2-warning .swal2-icon-content {
        font-size: 2.75em;
    }
}



/* //  */
/*  */
/* // */
.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
    to {
        box-shadow: -224px -61.6666666667px #1a00ff, 46px -266.6666666667px #00c4ff, -108px -83.6666666667px #ff00bf, -216px -400.6666666667px #e1ff00, 7px 80.3333333333px #ffee00, -46px 34.3333333333px #00ff6f, -154px -109.6666666667px #ff00f7, 159px -375.6666666667px #ffe100, -7px -177.6666666667px #00ff04, -96px -263.6666666667px #a6ff00, 211px -318.6666666667px #0099ff, 176px -340.6666666667px #001eff, -215px 20.3333333333px #ff0900, -6px -219.6666666667px #006aff, 212px -50.6666666667px #ff0066, -33px -41.6666666667px #00ffc4, -230px -54.6666666667px yellow, -84px -54.6666666667px #bfff00, 19px -392.6666666667px #0062ff, -39px -363.6666666667px #bb00ff, 217px -47.6666666667px #ff00bf, 139px 2.3333333333px #ff0026, 24px -50.6666666667px #77ff00, -67px -6.6666666667px #00d9ff, 98px -270.6666666667px #99ff00, -160px -314.6666666667px #ff9500, -185px -97.6666666667px #d500ff, 67px -26.6666666667px #bfff00, -244px 76.3333333333px #0088ff, 29px 25.3333333333px #008cff, -207px -264.6666666667px #00ffe1, 227px 40.3333333333px #ddff00, 89px -49.6666666667px #000dff, -57px -74.6666666667px #00ff51, 97px -112.6666666667px #ff1a00, 18px -44.6666666667px #4000ff, 240px -64.6666666667px #e600ff, -101px -61.6666666667px #ff001a, 163px -410.6666666667px #f2ff00, 126px -107.6666666667px #ff003c, -79px -43.6666666667px #ff9900, -242px -81.6666666667px #00ff99, 60px 16.3333333333px #9d00ff, -242px -344.6666666667px #b300ff, -67px -260.6666666667px #ff00cc, -17px -19.6666666667px #009dff, 227px -197.6666666667px #1e00ff, 208px 67.3333333333px #00ccff, 10px -221.6666666667px #ff1e00, 104px -227.6666666667px #bfff00, 139px -244.6666666667px #0073ff;
    }
}

@-moz-keyframes bang {
    to {
        box-shadow: -224px -61.6666666667px #1a00ff, 46px -266.6666666667px #00c4ff, -108px -83.6666666667px #ff00bf, -216px -400.6666666667px #e1ff00, 7px 80.3333333333px #ffee00, -46px 34.3333333333px #00ff6f, -154px -109.6666666667px #ff00f7, 159px -375.6666666667px #ffe100, -7px -177.6666666667px #00ff04, -96px -263.6666666667px #a6ff00, 211px -318.6666666667px #0099ff, 176px -340.6666666667px #001eff, -215px 20.3333333333px #ff0900, -6px -219.6666666667px #006aff, 212px -50.6666666667px #ff0066, -33px -41.6666666667px #00ffc4, -230px -54.6666666667px yellow, -84px -54.6666666667px #bfff00, 19px -392.6666666667px #0062ff, -39px -363.6666666667px #bb00ff, 217px -47.6666666667px #ff00bf, 139px 2.3333333333px #ff0026, 24px -50.6666666667px #77ff00, -67px -6.6666666667px #00d9ff, 98px -270.6666666667px #99ff00, -160px -314.6666666667px #ff9500, -185px -97.6666666667px #d500ff, 67px -26.6666666667px #bfff00, -244px 76.3333333333px #0088ff, 29px 25.3333333333px #008cff, -207px -264.6666666667px #00ffe1, 227px 40.3333333333px #ddff00, 89px -49.6666666667px #000dff, -57px -74.6666666667px #00ff51, 97px -112.6666666667px #ff1a00, 18px -44.6666666667px #4000ff, 240px -64.6666666667px #e600ff, -101px -61.6666666667px #ff001a, 163px -410.6666666667px #f2ff00, 126px -107.6666666667px #ff003c, -79px -43.6666666667px #ff9900, -242px -81.6666666667px #00ff99, 60px 16.3333333333px #9d00ff, -242px -344.6666666667px #b300ff, -67px -260.6666666667px #ff00cc, -17px -19.6666666667px #009dff, 227px -197.6666666667px #1e00ff, 208px 67.3333333333px #00ccff, 10px -221.6666666667px #ff1e00, 104px -227.6666666667px #bfff00, 139px -244.6666666667px #0073ff;
    }
}

@-o-keyframes bang {
    to {
        box-shadow: -224px -61.6666666667px #1a00ff, 46px -266.6666666667px #00c4ff, -108px -83.6666666667px #ff00bf, -216px -400.6666666667px #e1ff00, 7px 80.3333333333px #ffee00, -46px 34.3333333333px #00ff6f, -154px -109.6666666667px #ff00f7, 159px -375.6666666667px #ffe100, -7px -177.6666666667px #00ff04, -96px -263.6666666667px #a6ff00, 211px -318.6666666667px #0099ff, 176px -340.6666666667px #001eff, -215px 20.3333333333px #ff0900, -6px -219.6666666667px #006aff, 212px -50.6666666667px #ff0066, -33px -41.6666666667px #00ffc4, -230px -54.6666666667px yellow, -84px -54.6666666667px #bfff00, 19px -392.6666666667px #0062ff, -39px -363.6666666667px #bb00ff, 217px -47.6666666667px #ff00bf, 139px 2.3333333333px #ff0026, 24px -50.6666666667px #77ff00, -67px -6.6666666667px #00d9ff, 98px -270.6666666667px #99ff00, -160px -314.6666666667px #ff9500, -185px -97.6666666667px #d500ff, 67px -26.6666666667px #bfff00, -244px 76.3333333333px #0088ff, 29px 25.3333333333px #008cff, -207px -264.6666666667px #00ffe1, 227px 40.3333333333px #ddff00, 89px -49.6666666667px #000dff, -57px -74.6666666667px #00ff51, 97px -112.6666666667px #ff1a00, 18px -44.6666666667px #4000ff, 240px -64.6666666667px #e600ff, -101px -61.6666666667px #ff001a, 163px -410.6666666667px #f2ff00, 126px -107.6666666667px #ff003c, -79px -43.6666666667px #ff9900, -242px -81.6666666667px #00ff99, 60px 16.3333333333px #9d00ff, -242px -344.6666666667px #b300ff, -67px -260.6666666667px #ff00cc, -17px -19.6666666667px #009dff, 227px -197.6666666667px #1e00ff, 208px 67.3333333333px #00ccff, 10px -221.6666666667px #ff1e00, 104px -227.6666666667px #bfff00, 139px -244.6666666667px #0073ff;
    }
}

@-ms-keyframes bang {
    to {
        box-shadow: -224px -61.6666666667px #1a00ff, 46px -266.6666666667px #00c4ff, -108px -83.6666666667px #ff00bf, -216px -400.6666666667px #e1ff00, 7px 80.3333333333px #ffee00, -46px 34.3333333333px #00ff6f, -154px -109.6666666667px #ff00f7, 159px -375.6666666667px #ffe100, -7px -177.6666666667px #00ff04, -96px -263.6666666667px #a6ff00, 211px -318.6666666667px #0099ff, 176px -340.6666666667px #001eff, -215px 20.3333333333px #ff0900, -6px -219.6666666667px #006aff, 212px -50.6666666667px #ff0066, -33px -41.6666666667px #00ffc4, -230px -54.6666666667px yellow, -84px -54.6666666667px #bfff00, 19px -392.6666666667px #0062ff, -39px -363.6666666667px #bb00ff, 217px -47.6666666667px #ff00bf, 139px 2.3333333333px #ff0026, 24px -50.6666666667px #77ff00, -67px -6.6666666667px #00d9ff, 98px -270.6666666667px #99ff00, -160px -314.6666666667px #ff9500, -185px -97.6666666667px #d500ff, 67px -26.6666666667px #bfff00, -244px 76.3333333333px #0088ff, 29px 25.3333333333px #008cff, -207px -264.6666666667px #00ffe1, 227px 40.3333333333px #ddff00, 89px -49.6666666667px #000dff, -57px -74.6666666667px #00ff51, 97px -112.6666666667px #ff1a00, 18px -44.6666666667px #4000ff, 240px -64.6666666667px #e600ff, -101px -61.6666666667px #ff001a, 163px -410.6666666667px #f2ff00, 126px -107.6666666667px #ff003c, -79px -43.6666666667px #ff9900, -242px -81.6666666667px #00ff99, 60px 16.3333333333px #9d00ff, -242px -344.6666666667px #b300ff, -67px -260.6666666667px #ff00cc, -17px -19.6666666667px #009dff, 227px -197.6666666667px #1e00ff, 208px 67.3333333333px #00ccff, 10px -221.6666666667px #ff1e00, 104px -227.6666666667px #bfff00, 139px -244.6666666667px #0073ff;
    }
}

@keyframes bang {
    to {
        box-shadow: -224px -61.6666666667px #1a00ff, 46px -266.6666666667px #00c4ff, -108px -83.6666666667px #ff00bf, -216px -400.6666666667px #e1ff00, 7px 80.3333333333px #ffee00, -46px 34.3333333333px #00ff6f, -154px -109.6666666667px #ff00f7, 159px -375.6666666667px #ffe100, -7px -177.6666666667px #00ff04, -96px -263.6666666667px #a6ff00, 211px -318.6666666667px #0099ff, 176px -340.6666666667px #001eff, -215px 20.3333333333px #ff0900, -6px -219.6666666667px #006aff, 212px -50.6666666667px #ff0066, -33px -41.6666666667px #00ffc4, -230px -54.6666666667px yellow, -84px -54.6666666667px #bfff00, 19px -392.6666666667px #0062ff, -39px -363.6666666667px #bb00ff, 217px -47.6666666667px #ff00bf, 139px 2.3333333333px #ff0026, 24px -50.6666666667px #77ff00, -67px -6.6666666667px #00d9ff, 98px -270.6666666667px #99ff00, -160px -314.6666666667px #ff9500, -185px -97.6666666667px #d500ff, 67px -26.6666666667px #bfff00, -244px 76.3333333333px #0088ff, 29px 25.3333333333px #008cff, -207px -264.6666666667px #00ffe1, 227px 40.3333333333px #ddff00, 89px -49.6666666667px #000dff, -57px -74.6666666667px #00ff51, 97px -112.6666666667px #ff1a00, 18px -44.6666666667px #4000ff, 240px -64.6666666667px #e600ff, -101px -61.6666666667px #ff001a, 163px -410.6666666667px #f2ff00, 126px -107.6666666667px #ff003c, -79px -43.6666666667px #ff9900, -242px -81.6666666667px #00ff99, 60px 16.3333333333px #9d00ff, -242px -344.6666666667px #b300ff, -67px -260.6666666667px #ff00cc, -17px -19.6666666667px #009dff, 227px -197.6666666667px #1e00ff, 208px 67.3333333333px #00ccff, 10px -221.6666666667px #ff1e00, 104px -227.6666666667px #bfff00, 139px -244.6666666667px #0073ff;
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0;
    }
}

@-webkit-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-moz-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-o-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@-ms-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}

@keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%;
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%;
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%;
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%;
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%;
    }
}