.mod_nsk_lead_form{position:fixed;left:0;top:0;width:100%;height:100dvh;background:rgba(0, 0, 0, 0.5);opacity:0;visibility:hidden;z-index:-1;transition:visibility 0.2s linear, opacity 0.2s linear}.mod_nsk_lead_form.show{opacity:1;visibility:visible;z-index:9999}.mod_nsk_lead_form .form-confirmation{text-align:center}.mod_nsk_lead_form .form-confirmation svg{width:50px}.mod_nsk_lead_form select{padding:0.5rem 1rem;width:100%}.mod_nsk_lead_form .widget-text label,.mod_nsk_lead_form .widget-select label{margin-bottom:0.5rem;display:block}.mod_nsk_lead_form .widget-explanation{margin:1rem 0}.mod_nsk_lead_form .widget-checkbox{display:flex;align-items:center}@media only screen and (min-width:991px){.mod_nsk_lead_form .widget-checkbox{padding-top:20px}}#lead-form{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center}#lead-form>.inside{background:#fff;width:100%;max-width:800px;padding:2rem;overflow:auto}#close-lead-form{width:100%;max-width:800px;text-align:right}#close-lead-form>a{width:42px;height:42px;background:#24549F;text-decoration:none;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.5rem;font-family:Arial, sans-serif;transition:background 0.2s linear}#close-lead-form>a:hover{background:#1f498a}