.wrapper_modal_popup{background-color:rgba(0,31,92,.5);position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:none;justify-content:center;align-items:center}.wrapper_modal_popup.inShow{display:flex}.wrapper_modal_popup .separator{width:100%;display:flex;justify-content:center;align-items:center;padding:2rem 0 0;image-orientation:flip;transform:rotate(180deg)}.wrapper_modal_popup .modal_content{background-color:var(--dark);color:#fff;border-radius:20px;padding:2rem;max-width:700px;width:100%;box-shadow:0 4px 10px rgba(0,0,0,.3);position:relative;text-align:center}.wrapper_modal_popup .modal_content h2{font-size:1.5rem;margin-bottom:1rem}.wrapper_modal_popup .modal_content .btnInClose{position:absolute;top:1rem;right:1rem;color:#fff;font-size:1rem;cursor:pointer;z-index:1001}.wrapper_modal_popup .modal_content form .form-group{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem;text-align:left}.wrapper_modal_popup .modal_content form .form-group label{display:block;font-size:.9rem}.wrapper_modal_popup .modal_content form .form-group input[type=email],.wrapper_modal_popup .modal_content form .form-group input[type=text]{width:80%;font-size:1rem;border-radius:5px;border:2px solid #1a2238;background:var(--dark);color:#fff;text-transform:uppercase;padding:.75rem 0 .75rem 1rem}.wrapper_modal_popup .modal_content form .form-group input::placeholder{color:var(--blue);font-style:italic}.wrapper_modal_popup .modal_content form .checkbox{display:flex;flex-direction:row;align-items:center;justify-content:center;text-transform:none;font-style:italic;line-height:0}.wrapper_modal_popup .modal_content form .checkbox input{margin-right:.5rem}.wrapper_modal_popup .modal_content form .checkbox a{color:#fff;text-decoration:underline}.wrapper_modal_popup .modal_content form .checkbox a:hover{text-decoration:underline}.wrapper_modal_popup .modal_content form .submitBtn{margin-top:1rem;padding:.75rem 5rem;background-color:var(--blue);color:#fff;font-size:1rem;border:none;border-radius:5px;cursor:pointer;font-weight:700;text-transform:uppercase}.wrapper_modal_popup .modal_content form .submitBtn:hover{background-color:#3a78c2}@media screen and (max-width:767px){.wrapper_modal_popup .modal_content{max-width:90%;padding:1rem}}