.region-modal__wrapper{contain:layout style paint;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10}.region-modal__backdrop,.region-modal__wrapper[aria-hidden=false]{align-items:center;display:flex;justify-content:center}.region-modal__backdrop{backdrop-filter:blur(3px);background:rgba(0,0,0,.7);height:100%;left:0;position:absolute;top:0;width:100%}.region-modal{background:#fff;border-radius:15px;display:flex;flex-direction:column;gap:1.8125rem;height:auto;max-height:95%;max-width:95%;overflow:hidden;padding-bottom:2.625rem;position:relative;width:700px}.region-modal__close{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;position:absolute;right:20px;top:16px;transition:opacity .2s ease;width:32px;z-index:10}.region-modal__close:hover{opacity:.7}.region-modal__title-wrapper{background:#0f1822;padding:2.0625rem 2.625rem 1.4375rem}.region-modal__title{color:#fff;font-size:1.5625rem;font-weight:400;letter-spacing:.1em;line-height:1.25;margin:0;text-transform:uppercase}.region-modal__content{color:#0c0c0d;display:flex;flex-direction:column;gap:3.5rem;padding:0 2.625rem}.region-modal__text{font-size:1.25rem;line-height:1.25;margin:0 0 1rem;padding:0}.region-modal__subtext{font-size:1rem;line-height:1.25;margin:0;padding:0}.region-modal__buttons{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.region-modal .region-modal__button{border-radius:60px;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1.1;margin:0;min-width:120px;overflow:hidden;padding:.9375rem 1.25rem;position:relative;text-transform:uppercase;width:auto;z-index:1}.region-modal .region-modal__button--primary{background:#cb009f;border:none;color:#fff}.region-modal .region-modal__button:before{border-radius:60px;content:"";height:100%;left:auto;position:absolute;right:0;top:0;transition:width .4s ease-in-out,left .4s ease-in-out,right .4s ease-in-out;-webkit-transition:width .4s ease-in-out,left .4s ease-in-out,right .4s ease-in-out;width:0;z-index:-1!important}.region-modal .region-modal__button--primary:before{background:#7c015c}.region-modal .region-modal__button--secondary:before{background:#f8f8f8}.region-modal .region-modal__button:hover:before{left:0;right:auto;width:100%}.region-modal__button--secondary{background:transparent;border:1px solid #cb009d;color:#cb009d}@media screen and (max-width:500px){.region-modal__content,.region-modal__title-wrapper{padding-left:.75rem;padding-right:.75rem}.region-modal__title{font-size:1.125rem}.region-modal__close{right:.75rem;top:0}}