.contact-popup-wrapper{position:fixed;top:0;background-color:#00000020;width:100vw;height:100vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none;z-index:-1}.contact-popup-wrapper.open{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-animation:fadeIn 1s;animation:fadeIn 1s;z-index:99}.contact-popup-wrapper.close{-webkit-animation:fadeOut 1s;animation:fadeOut 1s}.contact-popup-wrapper close-popup{top:20px;right:20px;position:absolute;cursor:pointer}contact-popup{background:linear-gradient(135.79deg, #0071bc 0%, #00375b 100%);-webkit-box-shadow:0px 2px 15px rgba(0,0,0,0.15);box-shadow:0px 2px 15px rgba(0,0,0,0.15);border-radius:10px;position:relative;padding:26px 35px 40px;min-width:320px;max-height:95vh;overflow-y:auto}logo-section{margin:0 auto 10px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}heading-section .popup-heading,thank-you-message .popup-heading{font-family:"Reenie Beanie", cursive;font-style:normal;font-weight:500;font-size:42px;line-height:42px;text-align:center;color:#ffffff;margin-bottom:5px}heading-section .popup-subtitle,thank-you-message .popup-subtitle{color:#ffffff;margin-bottom:5px;text-align:center;max-width:450px}heading-section .popup-subtitle *,thank-you-message .popup-subtitle *{color:#ffffff}heading-section .popup-subtitle p,thank-you-message .popup-subtitle p{margin-bottom:3px}popup-blocks divider-line{opacity:0.5;border-top:1px solid #ffffff;width:100%;display:block;margin:20px 0}popup-blocks two-input{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}popup-blocks popup-select label{font-family:"Open Sans", sans-serif;font-style:normal;font-weight:normal;font-size:12px;line-height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ffffff;margin-bottom:10px}popup-blocks popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}popup-blocks popup-buttons .button--cancel{color:#ffffff}popup-blocks popup-buttons .form-submit-button{min-width:45%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}popup-blocks popup-buttons .form-submit-button.button--yellow svg path{fill:var(--color-text)}popup-blocks .form-group-floating.form-group.error input,popup-blocks .form-group-floating.form-group.error select,popup-blocks .form-group-floating.form-group.error textarea{background:#fae5e5;border:1px solid #c4c4c4}popup-blocks .form-group-floating.form-group.error label{color:#bc0000}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeOut{100%{opacity:0}0%{opacity:1}}@keyframes fadeOut{100%{opacity:0}0%{opacity:1}}contact-popup::-webkit-scrollbar{width:5px;right:5px}contact-popup::-webkit-scrollbar-track{background:#f1f1f1;border-radius:5px}contact-popup::-webkit-scrollbar-thumb{border-radius:5px;background:#888}contact-popup::-webkit-scrollbar-thumb:hover{background:#555}thank-you-message{display:none}.thank-you-message heading-section,.thank-you-message popup-blocks{display:none}.thank-you-message thank-you-message{display:block}error-message{display:none}.error-message error-message{display:block;max-width:450px}.error-message error-message *{font-style:normal;font-weight:normal;font-size:18px;line-height:20px;color:white;text-align:center;margin-top:15px}.contact-popup-wrapper.not-popup{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;background:0;z-index:1;height:auto;margin-top:10px}.contact-popup-wrapper.not-popup contact-popup{max-height:unset}
/*# sourceMappingURL=contact-popup.min.css.map */