@keyframes remodal-opening-keyframes{0%{transform:scale(1.05);opacity:0}to{transform:none;opacity:1;filter:blur(0)}}@keyframes remodal-closing-keyframes{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0;filter:blur(0)}}@keyframes remodal-overlay-opening-keyframes{0%{opacity:0}to{opacity:1}}@keyframes remodal-overlay-closing-keyframes{0%{opacity:1}to{opacity:0}}@keyframes remodal-spinner{to{transform:rotate(360deg)}}:root{--accent-darker:color-mix(in srgb, var(--accent) 70%, black);--accent-lighter:color-mix(in srgb, var(--accent) 90%, transparent);--accent-gradient-start:color-mix(in srgb, var(--accent) 90%, black);--accent-gradient-end:color-mix(in srgb, var(--accent) 30%, transparent)}.remodal:not(.remodal-is-initialized){display:none}html.remodal-is-locked{overflow:hidden;touch-action:none}.remodal-overlay,.remodal-wrapper{position:fixed;display:none;backface-visibility:hidden}.remodal-overlay{z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;background:rgba(0,0,0,.2);-webkit-backface-visibility:hidden}.remodal-overlay.remodal-is-closing,.remodal-overlay.remodal-is-opening{animation-duration:.3s;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{z-index:10000;top:0;right:0;bottom:0;left:0;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch;padding:42px 10px 0}.remodal-wrapper::after{display:inline-block;vertical-align:middle;height:100%;margin-left:-.05em;content:""}.remodal-wrapper .remodal{box-sizing:border-box;width:100%;margin-bottom:10px;transform:translate3d(0,0,0);color:#000;background:#fff;vertical-align:middle;position:relative;outline:0;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;display:none;box-shadow:0 5px 15px rgba(0,0,0,.1);border-radius:10px;padding:40px}.remodal-wrapper .remodal.lt-ie9{width:700px}.remodal-wrapper .remodal.remodal-is-closing,.remodal-wrapper .remodal.remodal-is-opening{animation-duration:.3s;animation-fill-mode:forwards}.remodal-wrapper .remodal.remodal-is-opening{animation-name:remodal-opening-keyframes}.remodal-wrapper .remodal.remodal-is-closing{animation-name:remodal-closing-keyframes}.remodal-wrapper .remodal.remodal-is-initialized{display:inline-block}.remodal-wrapper .remodal .remodal-header{display:flex;flex-direction:column;align-items:center;row-gap:15px;padding-bottom:4px}.remodal-wrapper .remodal .remodal-header::before{content:"";display:block;width:55px;height:55px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cloud-download' viewBox='0 0 16 16'%3E%3Cpath d='M4.406 1.342A5.53 5.53 0 0 1 8 0c2.69 0 4.923 2 5.166 4.579C14.758 4.804 16 6.137 16 7.773 16 9.569 14.502 11 12.687 11H10a.5.5 0 0 1 0-1h2.688C13.979 10 15 8.988 15 7.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 2.825 10.328 1 8 1a4.53 4.53 0 0 0-2.941 1.1c-.757.652-1.153 1.438-1.153 2.055v.448l-.445.049C2.064 4.805 1 5.952 1 7.318 1 8.785 2.23 10 3.781 10H6a.5.5 0 0 1 0 1H3.781C1.708 11 0 9.366 0 7.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383'/%3E%3Cpath d='M7.646 15.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 14.293V5.5a.5.5 0 0 0-1 0v8.793l-2.146-2.147a.5.5 0 0 0-.708.708z'/%3E%3C/svg%3E");background-size:60%;background-repeat:no-repeat;background-position:center;background-color:var(--accent-darker);border-radius:5px}.remodal-wrapper .remodal .remodal-header p{margin-bottom:20px;font-weight:700;font-size:25px}@media (max-width:767px){.remodal-wrapper .remodal .remodal-header p{font-size:22px}}.remodal-wrapper .remodal .remodal-header .remodal-close{display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;color:#000;width:45px;height:45px;transition:color .1s ease-in-out,background-color .1s ease-in-out;position:absolute;top:0;right:0}.remodal-wrapper .remodal .remodal-header .remodal-close:hover{color:var(--accent-darker);outline:0;box-shadow:none}.remodal-wrapper .remodal .remodal-content{margin-right:auto;margin-left:auto}.remodal-wrapper .remodal .remodal-content .remodal-subtitle{font-weight:700}.remodal-wrapper .remodal .remodal-content .remodal-subtitle p{margin-bottom:20px}.remodal-wrapper .remodal .remodal-content .remodal-message{text-align:center;margin-bottom:20px}@media (max-width:767px){.remodal-wrapper .remodal .remodal-content .remodal-message{font-size:16px}}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper{display:flex;align-items:center;gap:30px;margin-bottom:30px}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits{display:flex;justify-content:flex-end;flex:1 1 50%}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits .remodal-benefits-list{list-style:none;padding:0;margin:0}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits .remodal-benefits-list li{display:flex;align-items:center;gap:10px;margin-bottom:6px}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits .remodal-benefits-list li::before{content:"";width:24px;height:24px;position:relative;top:1px;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M20.285 6.709a1 1 0 0 0-1.414-1.418l-9.192 9.193-4.243-4.243a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l10-10z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M20.285 6.709a1 1 0 0 0-1.414-1.418l-9.192 9.193-4.243-4.243a1 1 0 0 0-1.414 1.414l5 5a1 1 0 0 0 1.414 0l10-10z'/></svg>");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background-color:var(--accent-darker)}@media (max-width:767px){.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits .remodal-benefits-list li{flex-direction:column}}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits-img{flex:1 1 50%;max-width:100%;height:auto;display:block}.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper .remodal-benefits-img img{max-width:200px}@media (max-width:767px){.remodal-wrapper .remodal .remodal-content .remodal-benefits-wrapper{flex-direction:column}}.remodal-wrapper .remodal .remodal-content .remodal-input{margin-bottom:20px}.remodal-wrapper .remodal .remodal-content .remodal-input input{background-color:#fff;transition:border .15s}.remodal-wrapper .remodal .remodal-content .remodal-input input[type=email]{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:5px;outline:inherit!important;box-shadow:0 1px 3px rgba(0,0,0,.06)}.remodal-wrapper .remodal .remodal-content .remodal-input input:focus{border-color:var(--accent-darker);box-shadow:0 0 6px var(--accent-lighter)}.remodal-wrapper .remodal .remodal-content .remodal-divider{width:100%;background-color:#eee;margin:38px 0}.remodal-wrapper .remodal .remodal-content .remodal-checkbox{text-align:left;font-size:12px;margin-bottom:20px}.remodal-wrapper .remodal .remodal-content .remodal-checkbox .checkbox-label{display:flex;align-items:flex-start;gap:15px;transition:border .15s}.remodal-wrapper .remodal .remodal-content .remodal-checkbox .checkbox-label input{justify-content:center;display:flex;margin-top:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:0;width:18px;height:18px;min-width:18px;min-height:18px;border:1px solid #aaa;border-radius:4px;background-color:#fff;cursor:pointer;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.06)}.remodal-wrapper .remodal .remodal-content .remodal-checkbox .checkbox-label input:checked{border-color:var(--accent-darker);box-shadow:0 0 6px var(--accent-lighter)}.remodal-wrapper .remodal .remodal-content .remodal-checkbox .checkbox-label input:checked::after{content:"";position:absolute;top:3px;width:4px;height:8px;border:solid var(--accent-darker);border-width:0 1px 1px 0;transform:rotate(45deg)}.remodal-wrapper .remodal .remodal-buttons{display:flex}.remodal-wrapper .remodal .remodal-buttons button{display:flex;align-items:center;justify-content:center;width:100%;background-color:var(--accent-darker);box-shadow:0 4px 20px var(--accent-lighter);text-decoration:none!important;outline:unset!important;color:#fff;border-radius:100px;transition:color .1s ease-in-out,background-color .1s ease-in-out}.remodal-wrapper .remodal .remodal-buttons button.loading{position:relative;pointer-events:none;color:transparent!important}.remodal-wrapper .remodal .remodal-buttons button.loading::after{content:"";position:absolute;width:18px;height:18px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:remodal-spinner .7s linear infinite;z-index:10}.remodal-wrapper .remodal .remodal-buttons button:hover{background-color:var(--accent-lighter)}.remodal-wrapper .remodal .remodal-buttons button:disabled{opacity:.5;cursor:not-allowed;background-color:var(--accent-darker)}@media only screen and (min-width:641px){.remodal{max-width:700px}}
/*# sourceMappingURL=remodal.min.css.map */