.custom-popup-overlay{display:none;position:fixed;z-index:9999;inset:0;background:rgba(0,0,0,.6);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.custom-popup{background:#fff;max-width:850px;width:90%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;position:relative;max-height:calc(100vh - 100px)}.popup-close{position:absolute;top:12px;right:13px;background:none;border:none;cursor:pointer;padding:0}.popup-close svg{width:14px;height:14px}.popup-content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.popup-image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-width:0}.popup-image img{display:block;width:100%;height:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;aspect-ratio:4/3}.popup-text{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding:24px 18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.popup-text__subheading{font-family:var(--font-primary);font-weight:700;font-size:14px;line-height:18px;letter-spacing:1.5px;margin-bottom:6px;text-transform:uppercase}.popup-text__heading{font-family:var(--font-primary);font-size:24px;line-height:32px;margin-bottom:14px}.popup-text__content{font-size:14px;line-height:18px;margin-bottom:20px;padding:0 12px}.popup-text__cta.btn{width:100%;max-width:202px;margin:0 auto 24px;font-size:14px;line-height:18px;letter-spacing:1.5px;height:auto;padding:12px 16px}.popup-text__sidenote{font-size:12px;line-height:14px;margin-bottom:0}@media screen and (min-width: 990px){.popup-content{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.popup-image{-ms-flex-preferred-size:50%;flex-basis:50%}.popup-image img{max-height:none;-o-object-position:center;object-position:center;aspect-ratio:unset}.popup-text{padding:24px}.popup-text__heading{font-size:30px;line-height:36px;margin-bottom:12px}.popup-text__content{font-size:16px;line-height:20px;margin-bottom:23px;padding:0 18px}.popup-text__cta{max-width:248px}.popup-text__sidenote{max-width:260px;margin:0 auto}}