@keyframes slide-in-to-right{0%{translate:-100%}to{translate:0}}@keyframes slide-in-to-left{0%{translate:100%}to{translate:0}}@keyframes slide-out-to-right{0%{translate:0}to{translate:100%}}@keyframes slide-out-to-left{0%{translate:0}to{translate:-100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-to-right{0%{opacity:0;translate:-25%}40%{opacity:0}to{opacity:1;translate:0}}@keyframes fade-in-to-left{0%{opacity:0;translate:25%}40%{opacity:0}to{opacity:1;translate:0}}@keyframes fade-in-to-top{0%{opacity:0;transform:translateY(var(--vertical-animation-translate,100%))}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}:root{--popup-backdrop:rgb(from #000 r g b/50%);--popup-bgc:#fff;--popup-close-bgc:transparent;--popup-close-color:#fff;--popup-close-hover-bgc:#000;--popup-close-hover-color:#fff;--popup-close-hover-outline:#fff;--popup-close-size:50px;--popup-close-icon-size:24px;--popup-max-width:600px}.popup{border:0;margin:auto;max-width:var(--popup-max-width);padding:0;width:calc(100% - 40px)}.popup::backdrop{background-color:var(--popup-backdrop)}.popup[open]{animation:fade-in .2s 0s forwards}.popup.is-closed{animation:fade-out .2s 0s forwards}.popup__container{background-color:var(--popup-bgc);display:flex;flex-direction:column}.popup__close{align-items:center;background-color:var(--popup-close-bgc);border-radius:5px;color:var(--popup-close-color);display:flex;height:var(--popup-close-size);justify-content:center;position:absolute;right:10px;top:10px;transition:background-color .4s cubic-bezier(.19,1,.55,1),color .4s cubic-bezier(.19,1,.55,1);width:var(--popup-close-size);z-index:2}.popup__close:focus-visible,.popup__close:hover{background-color:var(--popup-close-hover-bgc);color:var(--popup-close-hover-color);outline:1px solid var(--popup-close-hover-outline)}.popup__close--black{--popup-close-color:#000;--popup-close-hover-bgc:#fff;--popup-close-hover-color:#000;--popup-close-hover-outline:#000}.popup__close-icon{fill:currentColor;height:var(--popup-close-icon-size);width:var(--popup-close-icon-size)}.popup__media{aspect-ratio:16/9;overflow:hidden;position:relative}.popup__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.popup__content{padding:30px 20px;text-align:center}.popup__title{font-family:Trade Gothic Bd2,sans-serif;--heading-1-font-size:2.25rem;--heading-1-line-height:2.5rem;font-size:var(--heading-1-font-size);font-weight:400;line-height:var(--heading-1-line-height)}@media only screen and (min-width:768px){.popup__title{--heading-1-font-size:2.75rem;--heading-1-line-height:3rem}}@media only screen and (min-width:1280px){.popup__title{--heading-1-font-size:3.125rem;--heading-1-line-height:3.4375rem}}.popup__button{margin-top:1rem;width:100%}@media only screen and (min-width:480px){.popup__content{padding:30px}.popup__button{margin-top:2rem}.popup__button+.popup__button{margin-top:1rem}.popup__form{margin-top:2rem}}