button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

.base-button {
    border-radius: 25px;
    height: 50px;
    box-sizing: border-box;
    padding: 0 42px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, rgba(160, 255, 249, .5) 28.61%, rgba(76, 99, 162, .6) 100%), #a0fff9;
    box-shadow: inset 0 1px 3px #ffffff80;
    outline: none;
    border: none;
    transition: background 125ms ease-in-out;
    justify-content: center
}

.button-icon:not(:empty) {
    margin-right: 32px
}

.button-text {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 2px;
    color: #5f1a54;
    white-space: nowrap
}

.base-button:disabled {
    background: linear-gradient(180deg, rgba(160, 255, 249, .4) 28.61%, rgba(76, 99, 162, .48) 100%);
    cursor: not-allowed
}

.base-button:hover:not(:disabled) {
    background: #74a4ce;
    cursor: pointer
}

@media (max-width: 750px) {
    .base-button {
        padding: 0 22px
    }

    .button-text {
        font-size: 24px;
        line-height: 40px
    }

    .button-icon:not(:empty) {
        margin-right: 16px
    }
}

.check-box {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer
}

.box {
    background: rgba(255, 255, 255, .1);
    border: 1px solid #df2bc3;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    flex-shrink: 0
}

.box-check {
    position: absolute;
    top: -1px;
    right: -2px;
    opacity: 0;
    transition: opacity 125ms ease-in-out
}

.check-box.active .box-check {
    opacity: 1
}

.check-box:hover:not(.active) .box-check {
    opacity: .5
}

.box-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.6px;
    color: #fff
}

.box-text a, .box-text a:visited {
    color: #df2bc3;
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: color 125ms ease-in-out
}

.box-text a:hover {
    color: #ff91ee;
    text-decoration: none
}

.modal {
    background: rgba(24, 3, 29, .8);
    mix-blend-mode: normal;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.modal-body {
    background: #2c0434;
    border: .5px solid rgba(255, 255, 255, .4);
    border-radius: 80px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 72px 56px;
    flex-direction: column
}

.body-close{
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 125ms ease-in-out
}

.body-close:hover {
    transform: scale(1.1)
}

@media (max-width: 750px) {
    .modal-body {
        padding: 36px 28px
    }
}

.modal-icon{
    width: 238px;
    height: 175px;
    margin-top: 16px
}

.modal-check{
    margin-top: 16px
}

.modal-btn {
    width: 100%;
    margin-top: 40px
}

.modal-icon{
    width: 129px;
    height: 124px;
    margin-top: 22px
}

.modal-check {
    margin-top: 62px
}

.modal-btn {
    width: 100%;
    margin-top: 40px
}

.app {
    background-image: url('../images/bg-a.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 50px;
    overflow-y: scroll;
    overflow-x: hidden
}

.content {
    max-width: 1320px;
    width: 100%;
    display: flex;
    flex-direction: column
}

.header-logo {
    height: 32px;
}

.content-row{
    margin-top: 100px;
    display: flex;
    justify-content: space-between
}

.row-left{
    max-width: 640px;
    min-width: 350px;
    position: relative;
    z-index: 1
}

.left-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 4px;
    color: #fff
}

.left-text b {
    font-weight: 900;
    background: linear-gradient(309.41deg, #aa41ba 3.33%, #f7f36c 89.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.left-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: fit-content;
    margin-top: 72px;
    position: relative;
    z-index: 10;
}

.button-icon {
    width: 40px;
    height: 40px
}

.button-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center
}

.row-right {
    padding-top: 66px;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center
}

.right-gradient {
    width: 891px;
    height: 931px;
    position: absolute;
    left: -250px;
    right: -250px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0
}

.right-fairy-pc{
    width: 246px;
    height: 361px;
    position: relative;
    z-index: 1
}


.footer {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 2px;
    color: #8b2a95;
    text-align: center;
   /* position: absolute;*/
    max-width: 600px;
    margin: 0 auto;
}

.footer a, .footer a:visited {
    color: #df2bc3;
    text-decoration: underline;
    text-underline-offset: 8px;
    transition: color 125ms ease-in-out
}

.footer a:hover {
    color: #ff91ee;
    text-decoration: none
}

.demo-img-left{
    display: none;
}

@media (max-width: 750px) {
    .app{
        padding: 20px 24px;
        background-position: unset;
        background-size: cover;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-row{
        flex-direction: column;
        margin-top: 32px;
        padding-bottom: 100px
    }

    .row-right{
        order: 1
    }
    .demo-img-right{
        display: none;

    }
    .row-left{
        order: 2;
        margin-top: 22px;
        min-width: 0
    }

    .demo-img-left{
         display: block;
    }

    .left-text{
        text-align: center;
        font-size: 20px;
        line-height: 34px
    }

    .row-right{
        padding-top: 0
    }

    .right-fairy-mobile {
        display: unset;
        width: 180px;
        height: 266px
    }

    .right-fairy-pc {
        display: none
    }

    .right-gradient{
        width: 100vw;
        height: 500px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        filter: blur(65px)
    }

    .left-button {
        width: 100%
    }

    .button-desc {
        font-size: 16px;
        line-height: 20px
    }

    .footer {
        position: relative
    }
}

body {
    background-color: #0f0d0d;
    font-family: Montserrat Alternates, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-font-feature-settings: normal;
    font-feature-settings: normal;
    font-smoothing: antialiased;
    font-weight: 400
}
