.styles_C6Q6h {
    align-items: center;
   background-image: url(https://dash.moeu01.com/img180.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #e8eaf2;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 520px) {
    .styles_C6Q6h {
        padding: 80px 20px 130px !important;
    }
}

.styles_svCqL {
    width: 100%;
    max-width: 480px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0.5rem 2rem;
    background-color: white;
    padding: 30px 45px;
    border-radius: 4px;
}

.styles_qrUYZ {
    justify-content: center;
}

.styles_qrUYZ .styles_L3EVd .styles_Jp3T7 {
    font-size: 19px;
}

.styles_sew6T {
    justify-content: center;
}

.mr-1{
    margin-right: 0.25rem!important;
}

.v2board-no-access{
    background-color: var(--background-color-hover);
    padding: 20px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between
}


.style-plan-features {
    font-size:15px;
    padding:0;
    list-style:none;
    flex:1 0 auto;
}

.style-plan-features>li {
    text-align: left
}

.style-plan-features>li>b {
    color: #2a2e36;
    font-weight: bolder
}

.style-plan-features>li:before {
    font-family: Font Awesome\ 5 Free;
    content: "\F058";
    padding-right: 10px;
    color: #425b94;
    font-weight: 900
}

.styles_ez2hh{
    max-width: 100% !important;
}

.styles_gLiT3 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 1080px) {
    .styles_gLiT3 {
        grid-template-columns:repeat(2,1fr);
    }
}

.styles_gLiT3 .styles_deVqN {
    cursor: pointer;
    background-color: var(--background-color-hover);
    padding: 15px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.styles_gLiT3 .styles_deVqN svg{
    width: 36px;
    height: 36px;
}

.styles_gLiT3 .styles_deVqN b {
    display: block;
    font-size: 14px;
}

.styles_gLiT3 .styles_deVqN span {
    font-size: 12px;
    opacity: .7;
}

.styles_c0jgF{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 20px;
}
.styles_c0jgF .styles_YMyHR {
    cursor: pointer;
    background-color: var(--background-color-hover);
    padding: 7px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}
.styles_c0jgF .styles_YMyHR svg{
    width: 32px;
    height: 32px;
}
