.modal_mask {
    display: none;
    
}
.modal_mask_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.60);
backdrop-filter: blur(2px);
}
.modal_mask_rect {
    width: 891px;
    height: 546px;
    border-radius: 20px;
border: 2px solid #333;
background: #141618;
position: fixed;
z-index: 13;
left: calc(50% - 445.5px);
top: calc(50% - 273px);
background: #121313 url(../modal/modal_bg.png)top no-repeat;
background-size: 100% 100%;
}
.modal_mask_rect_up {
    width: 100%;
    height: auto;
    border-radius: 20px;
border: 2px solid #333;
background: #141618;
box-shadow: 0px 0px 49.8px 0px rgba(255, 255, 255, 0.09);
}
.modal_mask_rect_up_content {
    padding: 16px 25px;
    display: flex;
    width: 100%;
    height: 100%;
}
.modal_mask_rect_up_icon {
    vertical-align: middle;
}
.modal_mask_rect_up_tittle {
    margin-left: auto;
    display: flex;
    align-items: center;
    color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
padding: 8.96px 19px;
border-radius: 37px;
border: 1px solid #FFF;
}

.modal_mask_rect_up_tittle img{
    vertical-align: middle;
    margin-right: 8px;
    animation: pulse 1s infinite;

}




.modal_mask_main {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.modal_mask_main_content {
    padding: 31px;
    width: 100%;
    height: calc(100% - 79px);
    display: flex;
    flex-direction: column;
    padding-bottom: 26px;
}
.modal_mask_main_steps {
    width: 100%;
    height: 100%;
}
.modal_mask_main_step_one {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.modal_mask_main_progress {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.modal_mask_main_progress::after{
    content: ' ';
    position: absolute;
    left: calc(50% - 78px);
    top: 18px;
    z-index: -1;
    width: 155px;
    height: 2.55px;
    background: #2479F9;
}
.modal_mask_main_progress_item:last-child {
    margin-left: 145px;
}
.modal_mask_main_progress_item_number {
    color: #666865;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-top: 6px;
padding-bottom: 6px;
padding-left: 10.5px;
width: fit-content;
padding-right: 10.5px;
border-radius: 100px;
border: 2.5px solid #666865;
}
.modal_mask_main_progress_item_text {
    margin-top: 11.25px;
    color: #666865;
font-family: "Inter", sans-serif;
font-size: 9px;
text-align: center;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.modal_mask_main_progress_item_active .modal_mask_main_progress_item_number{
background: #2479F9;
color: #fff;
border: 2.5px solid transparent;
}
.modal_mask_main_progress_item_active .modal_mask_main_progress_item_text{
    color: #2479F9;
}


#logo-container svg {
    width: 99px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 32px;
    display: none;
  }
  
  @media only screen and (max-width: 768px) {
    #logo-container svg {
      width: 150px;
      height: auto;
    }  
  }


  .modal_mask_main_texts_tittle {
    color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Inter", sans-serif;
margin-top: 15.13px;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-align: center;
}
.modal_mask_main_texts_text {
    margin-top: 4px;
    color: #888;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Inter", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
text-align: center;
line-height: normal;
}
.modal_mask_main_texts_button {
    color: #FFF;
text-align: center;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Inter", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 26px; /* 173.333% */
text-transform: capitalize;
padding-top: 10px;
padding-bottom: 10px;
width: 100%;
cursor: pointer;
transition: all .5s;
outline: none;
border: none;
max-width: 331px;
display: block;
margin: 0 auto;
/* margin-top: auto; */
margin-top: 30px;
border-radius: 77px;
background: #1098FC;
}
.modal_mask_main_texts_button:hover{
    opacity: .5;
}
.modal_mask_main_texts_info {
    margin-top: 15px;
    color: #FFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
text-align: center;
font-weight: 400;
line-height: normal;
}

.modal_mask_main_texts_info span{
    color: #1098FC;

}





@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.modal_mask_main_texts{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal_mask_main_step_two .modal_mask_main_texts{
margin-top: 10px;
}
.modal_mask_main_texts_image{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
}

.modal_mask_main_texts_information{
    display: block;
    margin: 0 auto;
    margin-top: 11px;
    color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
max-width: 377px;
}

.modal_mask_main_texts_information span{
    color: #1098FC;
}

.modal_mask_main_step_two .modal_mask_main_texts_button{
    margin-top: 15px;
}

.modal_mask_main_step_two{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.modal_mask_main_icon_image{
    display: block;
    margin: 0 auto;
    width: 100px;
    margin-top: 10px;
}

@media (min-width:320px) and (max-width: 499px){
    .modal_mask_rect{
        width: 100%;
        left: 0;
        top: inherit!important;
        bottom: 0;
        height: auto;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .modal_mask_main_texts_tittle{
        font-size: 25px;
    }
    .modal_mask_main_texts_text{
        font-size: 16px;
    }
    .modal_mask_main_texts_button{
        margin-top: 10px;
    }
    .modal_mask_main_icon_image{
        display: block;
    }
    #logo-container{
        display: none;
    }
    .modal_mask_main_content{
        height: auto;
    }


}


@media (min-width:500px) and (max-width: 900px){
    .modal_mask_rect{
        width: 100%;
        left: 0;
        top: inherit!important;
        bottom: 0;
        height: auto;
             border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .modal_mask_main_texts_tittle{
        font-size: 25px;
    }
    .modal_mask_main_texts_text{
        font-size: 16px;
    }
    .modal_mask_main_texts_button{
        margin-top: 10px;
    }
    .modal_mask_main_icon_image{
        display: block;
    }
    #logo-container{
        display: none;
    }
}