.elementor-22 .elementor-element.elementor-element-ff7df38{--display:flex;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS *//* ===========================
   POPUP
=========================== */

#pum-27 {
    backdrop-filter: blur(5px);
}

#popmake-27 {
    background:#06071B !important;
    border-radius:26px !important;
    border:1px solid rgba(176,93,255,.35) !important;
    box-shadow:
        0 0 0 1px rgba(120,70,255,.15),
        0 0 35px rgba(155,80,255,.28),
        0 30px 70px rgba(0,0,0,.55);
}

.popmake-content{
    padding:20px 20px !important;
    color: #fff !important;
}

/* ===========================
   Heading
=========================== */

.popup-subtitle{
    text-align:center;
    font-family:Poppins,sans-serif;
    font-size:14px;
    font-weight:700;
    letter-spacing:.4em;
    text-transform:uppercase;
    color:#C65BFF;
    margin-bottom:10px;
}

.Popup-heading{
    margin:0;
    text-align:center;
    font-family:Poppins,sans-serif;
    font-size:40px;
    font-weight:800;
    line-height:1.1;
    color:#fff;
}

.popup-description{
    margin:14px 0 36px;
    text-align:center;
    font-family:Poppins,sans-serif;
    font-size:18px;
    font-weight:400;
    color:#A7ABC7;
}

/* ===========================
   Form
=========================== */

.boxForm p{
    margin-bottom:18px!important;
}

.boxForm label{
    display:block;
    margin-bottom:8px;
    color:#fff;
    font-size:15px;
    font-weight:700;
}

/* Inputs */

.boxForm .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit, .wpcf7-checkbox){
    width:100%;
    height:58px;
    background:rgba(255,255,255,.03);
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px!important;
    color:#fff!important;
    padding:0 18px!important;
    font-family:Poppins,sans-serif!important;
    font-size:15px;
    transition:.3s;
    box-shadow:none!important;
}

.boxForm textarea.wpcf7-form-control{
    min-height:120px;
    padding-top:15px!important;
}

.boxForm .wpcf7-form-control::placeholder{
    color:#8D93B3!important;
}

.boxForm .wpcf7-form-control:focus{
    border-color:#A855F7!important;
    box-shadow:
        0 0 0 3px rgba(168,85,247,.18),
        0 0 18px rgba(168,85,247,.22)!important;
    background:rgba(255,255,255,.045);
}

/* Select */

.boxForm select{
    appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='10' viewBox='0 0 15 10'%3E%3Cpath fill='%23B76CFF' d='M1.4 1.5 7.5 7.6 13.6 1.5 15 2.9 7.5 10 0 2.9z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 18px center;
    padding-right:50px!important;
}

#wpcf7-f20-o1 > form > div:nth-child(5) > p > span > select option {
    color: #0a0a0a !important;
}



/* helper */

.info-message{
    color:#98A2C3!important;
    font-size:13px!important;
    margin:8px 0 18px!important;
    line-height:1.5;
}

/* ===========================
   Checkbox
=========================== */
.checkbox-wrap .wpcf7-form-control-wrap{
    display:block;
}

.checkbox-wrap .wpcf7-checkbox{
    display:block;
}

.checkbox-wrap .wpcf7-list-item{
    margin:0 !important;
    display:block;
}

.checkbox-wrap .wpcf7-list-item label{
    display:flex;
    align-items:flex-start;
    gap:12px;
    cursor:pointer;
}

.checkbox-wrap input[type="checkbox"]{
    width:20px;
    height:20px;
    margin:2px 0 0;
    flex-shrink:0;
    accent-color:#b14cff;
    cursor:pointer;
}

.checkbox-wrap .wpcf7-list-item-label{
    color:#C9CBDB;
    font-size:15px;
    line-height:1.6;
    font-weight:500;
}

.checkbox-wrap a{
    color:#fff;
    text-decoration:none;
    transition:.25s;
}

.checkbox-wrap a:hover{
    color:#D25CFF;
}

/* ===========================
   CTA
=========================== */

.boxForm .wpcf7-submit{
    width:100%;
    border:none!important;
    border-radius:999px!important;
    padding:20px!important;
    cursor:pointer;
    color:#fff!important;
    font-size:22px!important;
    font-weight:800!important;
    font-family:Poppins,sans-serif!important;
    text-transform:uppercase;
    background:linear-gradient(90deg,#D243FF 0%,#4E4CFF 45%,#1A8CFF 100%)!important;
    box-shadow:
        0 0 0 2px rgba(255,255,255,.08) inset,
        0 10px 28px rgba(66,98,255,.45),
        0 0 35px rgba(171,77,255,.35);
    transition:.35s;
}

.boxForm .wpcf7-submit:hover{
    transform:translateY(-3px);
    box-shadow:
        0 18px 45px rgba(66,98,255,.55),
        0 0 45px rgba(200,85,255,.55);
}

/* ===========================
   Footer text
=========================== */

.form-note{
    color:#9DA4C5;
    font-size:14px;
    text-align:center;
    margin-top:18px;
    line-height:1.6;
}
.form-note p {
    margin: 0 !important;
}

/* ===========================
   Spinner
=========================== */

.wpcf7-spinner{

    display:inline-block!important;

    width:24px;

    height:24px;

    border:3px solid rgba(255,255,255,.18);

    border-top:3px solid #A855F7;

    border-radius:50%;

    animation:spin .8s linear infinite;
}

@keyframes spin{

    to{
        transform:rotate(360deg);
    }

}

/* ===========================
   Hidden Fields
=========================== */

#UTM-Container{

    max-height:0;

    opacity:0;

    overflow:hidden;
}

/* ===========================
   Blur while submitting
=========================== */

.field-blurred,
.button-blurred{

    filter:blur(3px) grayscale(100%);

    opacity:.55;

    pointer-events:none;

    transition:.3s;
}

/* ===========================
   Mobile
=========================== */

@media(max-width:767px){

#popmake-404{
    border-radius:22px!important;
}

.popmake-content{
    padding:10px!important;
}

 .popup-subtitle{
        font-size:12px;
        letter-spacing:.3em;
    }

    .Popup-heading{
        font-size:30px;
    }

    .popup-description{
        font-size:16px;
        margin:12px 0 28px;
    }


.boxForm .wpcf7-form .wpcf7-form-control:not(.wpcf7-submit, .wpcf7-checkbox){

    height:54px;

    font-size:14px;
}

.boxForm .wpcf7-submit{

    font-size:18px!important;

    padding:18px!important;
}

.info-message,
.form-note{

    font-size:13px!important;
}

}/* End custom CSS */