.style_root__k59xi {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1001;
}

.style_cover__352rz {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.style_wrap__r6QoJ {
    position: absolute;
    overflow-y: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 654px;
    max-width: 100%;
    height: 637px;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.style_cross__Dq62T {
    right: 27px;
    text-align: center;
    top: 27px;
    color: #fff;
    position: fixed;
    font-size: 2rem;
    cursor: pointer;
    font-family: "Arial", sans-serif;
    z-index: 1002;
}

.style_cross__Dq62T:hover svg {
    fill: #AAABAD;
}

.style_iframe__2XtWY {
    width: 100%;
    height: 100%;
    border: none;
}

.style_iframe-wrap__28kIv {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: hidden;
}

@media (max-width: 450px) {
    .style_wrap__r6QoJ {
        height: 100%;
    }

    .style_inner__1WMoI {
        -webkit-overflow-scrolling: touch;
        overflow: auto;
    }

    .style_cross__Dq62T {
        right: 16px;
        top: 22px;
        color: rgb(102, 102, 102);
        position: absolute;
        font-size: 1.5rem;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }

    .style_cross__Dq62T svg {
        fill: #2B2D33;
        width: 16px;
        height: 16px;
    }

    .style_cross__Dq62T:hover svg {
        fill: #AAABAD;
    }
}

.style_button__1YfrP {
    background-color: white;
    border-color: rgba(0, 0, 0, 0.2);
    padding: 13px 23px;
    text-align: center;
    border-radius: 1px;
    outline: 0px;
    border-width: 1px;
    cursor: pointer;
    font-size: 14px;
    height: 48px;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    width: 200px;
    font-family: Helvetica, Arial, sans-serif;

    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;

    transition: background-color 0.3s ease 0s, color 0.3s ease 0s, border-color 0.3s ease 0s;
}

.style_button__1YfrP.style_active__21G-H {
    background-color: rgb(255, 237, 0);
    border-color: rgb(255, 237, 0);
}

.style_button__1YfrP.style_active__21G-H:hover {
    border-color: rgb(0, 0, 0);
    background-color: rgb(0, 0, 0);
    color: white;
}

.style_button__1YfrP:hover {
    border-color: rgb(0, 0, 0);
}

.style_confirm-panel__1s25- {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.style_button-wrap__1Rcd5 {
    text-align: center;
}

.style_button-wrap__1Rcd5 > button + button {
    margin-left: 10px;
}

.style_label__wJvJQ {
    color: white;
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

@media (max-width: 450px) {
    .style_button-wrap__1Rcd5 > button + button {
        margin-left: 0;
        margin-top: 10px;
    }

    .style_button-wrap__1Rcd5 {
        margin: 0 40px;
    }
}

.style_body-scroll-disable__4o99q {
    overflow: hidden;
    position: relative;
}