.popup-form-wrapper{display:none;left:50%;max-width:800px;padding:0 20px;position:fixed;top:50%;transform:translate(-50%,-50%);width:100%;z-index:11111}.bottom-section .footer-content-container{display:flex;justify-content:space-between;justify-content:center}.popup-form-content{background:#fff;border-radius:30px;box-shadow:0 0 20px #e7e7e7;height:100%;min-height:300px;padding:30px 50px;position:relative;width:100%}.close-btn{background:none;border:none;cursor:pointer;font-size:20px;position:absolute;right:10px;top:10px}#popup-form form{display:flex;flex-wrap:wrap;gap:0 20px}#popup-form .close-btn{background:none;border:none;color:#885ccf;cursor:pointer;font-size:40px;padding:0;position:absolute;right:20px;top:20px}#popup-form form .inputs-list{display:flex;flex-wrap:wrap;gap:0 25px}#popup-form form .hs-fieldtype-checkbox.field.hs-form-field,#popup-form form .hs-fieldtype-radio.field.hs-form-field,#popup-form form .hs-fieldtype-select.field.hs-form-field{width:100%}#popup-form .actions input{background:linear-gradient(111deg,#415ff5 -3.7%,#885ccf 77.08%);background-clip:padding-box;border:1px solid transparent;border-radius:8px;border-radius:10px;color:#fff!important;display:inline-block!important;font-size:16px;font-weight:600;padding:16px 24px!important;position:relative;text-decoration:none;transition:all .25s ease-out}#popup-form span{-webkit-background-clip:unset;background-image:none;font-weight:500;-webkit-text-fill-color:unset;-moz-background-clip:text;-moz-text-fill-color:transparent}#popup-form form .inputs-list li span{font-weight:400}.hs-form-field input,.hs-form-field select{border:none!important;border-bottom:1px solid #885ccf!important;border-radius:8px!important;height:40px;outline:none;padding:2px 10px}.hs-form-field input::placeholder{color:#37415178}#popup-form .hs-error-msg{color:red;font-size:14px;margin:0}#popup-form form .inputs-list>li,#popup-form form .inputs-list>li label{margin:0}#popup-form .hs-error-msgs li{margin:5px 0 0}#popup-form form .hs-form-field{margin:0 0 20px;width:calc(50% - 10px)}#popup-form .form-title{display:none}#popup-form .submitted-message{font-size:24px;padding:150px 0;text-align:center}@media screen and (max-width:567px){.popup-form-content{padding:50px 0 20px 20px}#popup-form form{padding-right:10px}.popup-form-content form{height:82vh;overflow:scroll}#popup-form form .hs-form-field{width:100%}}.no-scroll{overflow:hidden}