.elementor-2480 .elementor-element.elementor-element-c2e5a83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:20px 20px 20px 20px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2480 .elementor-element.elementor-element-a93bdb0{--display:flex;--border-radius:20px 20px 0px 0px;--padding-top:15px;--padding-bottom:15px;--padding-left:10px;--padding-right:10px;}.elementor-2480 .elementor-element.elementor-element-a93bdb0:not(.elementor-motion-effects-element-type-background), .elementor-2480 .elementor-element.elementor-element-a93bdb0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-2480 .elementor-element.elementor-element-efbb581{text-align:center;}.elementor-2480 .elementor-element.elementor-element-efbb581 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:700;line-height:1.5em;color:var( --e-global-color-text );}.elementor-2480 .elementor-element.elementor-element-935b609{--display:flex;--padding-top:10px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}#elementor-popup-modal-2480 .dialog-widget-content{animation-duration:1s;border-radius:20px 20px 20px 20px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2480{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2480 .dialog-message{width:600px;height:auto;}#elementor-popup-modal-2480 .dialog-close-button{display:flex;top:10px;font-size:15px;}body:not(.rtl) #elementor-popup-modal-2480 .dialog-close-button{right:10px;}body.rtl #elementor-popup-modal-2480 .dialog-close-button{left:10px;}#elementor-popup-modal-2480 .dialog-close-button i{color:var( --e-global-color-text );}#elementor-popup-modal-2480 .dialog-close-button svg{fill:var( --e-global-color-text );}@media(max-width:767px){.elementor-2480 .elementor-element.elementor-element-efbb581 .elementor-heading-title{font-size:25px;}.elementor-2480 .elementor-element.elementor-element-935b609{--padding-top:30px;--padding-bottom:30px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for shortcode, class: .elementor-element-7e71049 *//* Form */
.subscription-download-container .download-subscription-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.subscription-download-container input[type=email],
.subscription-download-container input[type=tel],
.subscription-download-container input[type=text],
.subscription-download-container select{
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    color: black;
    padding: 15px 15px 15px 15px !important;
    border-radius: 10px !important;
    border: 1px solid #999;
}

.subscription-download-container input[type=email]:focus,
.subscription-download-container input[type=tel]:focus,
.subscription-download-container input[type=text]:focus,
.subscription-download-container select:focus{
    border: 1px solid #F1A91E;
    outline: none;
}
.subscription-download-container input[type=email]::placeholder,
.subscription-download-container input[type=tel]::placeholder,
.subscription-download-container input[type=text]::placeholder{
    font-family: 'Manrope';
    font-size: 14px;
    font-weight: 400;
    color: #999;
    position: absolute;
    top: 15px;
    z-index: 1;
    opacity: 1;
    transition: font-size 0.3s ease, top 0.3s ease, color 0.3s ease;
}
.subscription-download-container input[type=email]:focus::placeholder,
.subscription-download-container input[type=tel]:focus::placeholder,
.subscription-download-container input[type=text]:focus::placeholder{
    font-size: 10px;
    top: 2px;
    color: #F1A91E;
    opacity: 1 !important;
}
.subscription-download-container input[type=email]:not(:placeholder-shown),
.subscription-download-container input[type=tel]:not(:placeholder-shown),
.subscription-download-container input[type=text]:not(:placeholder-shown){
    opacity: 1 !important;
}

.subscription-download-container .wpcf7-submit{
    width: 100%;
    background: #F1A91E;
    border: 2px solid #F1A91E;
    color: black;
    font-family: 'Manrope';
    font-weight: 500;
    padding: 12px 20px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    box-shadow: inset 0 0 0 0 white;
    transition: 
        color 0.5s ease-in-out, 
        box-shadow 0.5s ease-in-out, 
        transform 0.1s ease-in-out !important;  
}
.subscription-download-container .wpcf7-submit:hover {
    color: #F1A91E !important;
    box-shadow: inset 600px 0 0 0 white;
}
.subscription-download-container .wpcf7-submit:active{
    transform: scale(0.95);
}

/* Form Response */
.subscription-download-container .wpcf7-spinner {
    position: absolute !important;
    left: -20px;
    bottom: 30px;
}
.subscription-download-container .wpcf7-not-valid-tip{
    font-size: 10px;
    margin-top: 2px;
    margin-left: 10px;
    position: absolute;
}
.subscription-download-container .wpcf7 form.sent .wpcf7-response-output{
    border: none !important;
    background: #00A36C;
    color: white ;
    position: fixed;
    bottom: 0 ;
    right: 7px ;
    font-size: 13px ;
    padding: 15px;
    border-radius: 10px;
    z-index: 100;
}
.subscription-download-container .wpcf7 form.unaccepted .wpcf7-response-output,
.subscription-download-container .wpcf7 form.invalid .wpcf7-response-output{
    border: none !important;
    background: #8F3A4D;
    color: white;
    position: fixed;
    bottom: 0;
    right: 7px;
    font-size: 13px;
    padding: 15px;
    border-radius: 10px;
    z-index: 100;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c2e5a83 */.dialog-type-lightbox{
    position: fixed !important;
}
@media only screen and (max-width: 375.9px) {
    .resource-popup-title h2{
        font-size: 21px !important;
    }
}/* End custom CSS */