.cfm-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;width:100%;height:100vh;align-items:center;justify-content:center;background-color:rgba(0,0,0,0.45)}.cfm-modal--closed{display:none}.cfm-modal__content{position:relative;width:90%;max-width:576px;padding:18px;background-color:#fff;font-size:.9375rem}
@media(min-width:768px){.cfm-modal__content{padding:36px;font-size:1.0625rem}}.cfm-modal__content #cfm_modal_close_btn{position:absolute;top:8px;right:12px;padding:0;background-color:transparent;color:#000}.cfm-modal__content #cfm_modal_close_btn svg{width:14px;height:14px}.cfm-modal__content .cfm-modal-heading{margin-bottom:24px;font-size:1.375rem;font-weight:500;text-transform:capitalize}
@media(min-width:768px){.cfm-modal__content .cfm-modal-heading{margin-bottom:30px;font-size:1.75rem}}.cfm-modal__content .cfm-modal-description,.cfm-modal__content .cfm-modal-function{margin-bottom:21px;font-size:inherit}.cfm-modal__content .cfm-modal-function__key{font-weight:500}.cfm-modal__content .cfm-modal-footer{position:absolute;right:11px;bottom:6px;margin-bottom:0}
@media(min-width:768px){.cfm-modal__content .cfm-modal-footer{right:17px;bottom:12px}}.cfm-modal__content .cfm-modal-footer a{color:inherit;font-size:.6875rem;letter-spacing:.15rem}.cfm-modal__content .cfm-modal-footer a:hover{text-decoration:underline}