.open-card-popup{position:fixed;top:0;bottom:0;left:0;right:0;z-index:990;visibility:hidden}
.open-card-popup--animation .open-card-popup__body-image{transform:translateX(-160px) scaleY(0.1) scaleX(0.1);transition:all .5s;min-height:0}
.open-card-popup--visible{visibility:visible;left:0;right:0}
.open-card-popup--visible .open-card-popup__body-image{transform:translateX(0) scaleY(1) scaleX(1);transition:all .5s;min-height:417px}
.open-card-popup--visible .open-card-popup__body-image img{max-height:100%;width:auto}
.open-card-popup__wrap{display:flex;justify-content:center;align-items:center;top:0;right:0;bottom:0;left:0;position:absolute;margin:auto}
.open-card-popup__overlay{top:-100px;bottom:-100px;left:0;right:0;background:#191919;opacity:.5;position:absolute}
.open-card-popup__full{width:100%;max-width:570px;border-radius:12px;overflow:hidden;visibility:hidden;opacity:0;transform:translate(-50%,-50%);transition:transform .1s ease-in-out,opacity .1s ease-in-out,visibility .1s ease-in-out;position:absolute;top:50%;left:50%;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12)}
.open-card-popup--visible .open-card-popup__full{visibility:visible;opacity:1;transform:translate(-50%,-50%);transition:transform .3s ease-out,opacity .3s ease-out,visibility .3s ease-out,top .3s ease-out,left .3s ease-out;top:50% !important;left:50% !important}
.open-card-popup__full-wrap{position:relative;background:#fff;height:100%}
.open-card-popup__close{position:absolute;top:18px;right:18px;cursor:pointer;z-index:1000}
.open-card-popup__close svg{width:36px;height:36px;fill:#121212}
.open-card-popup__close.hide{display:none}
.open-card-popup__body{display:flex;height:100%}
.open-card-popup__body-text,.open-card-popup__body-image{width:50%}
.open-card-popup__body-image{display:flex;align-items:center;max-height:500px}
.open-card-popup__body-text{padding:32px}
.open-card-popup__body-text .custom-itl__title{font-weight:700;font-style:normal;color:#121212;font-size:20px;letter-spacing:.02px;line-height:26px;text-align:left;margin-bottom:8px}
.open-card-popup__body-text .custom-itl__subheading{margin-bottom:8px}
.open-card-popup__body-text .custom-itl__description{margin-bottom:24px}
.open-card-popup__body-text .custom-itl__subheading,.open-card-popup__body-text .custom-itl__description{font-weight:400;font-style:normal;color:#666;font-size:15px;letter-spacing:0;line-height:1.5;text-align:left}
.open-card-popup__body-text .links-box .custom-itl__cta{display:flex;flex-direction:column}
.open-card-popup__body-text .links-box .custom-itl__cta .cta:not(:last-of-type){margin-bottom:10px;margin-top:0}
.open-card-popup__body-text .links-box .custom-itl__cta .cta__el{background-color:transparent;color:#006fac;font-weight:700;font-style:normal;font-size:15px;letter-spacing:0;line-height:1.5;min-width:unset;min-height:unset;padding:0;border-radius:0;display:flex;align-items:center}
.open-card-popup__body-text .links-box .custom-itl__cta .cta__el .cta__icon{width:25px;height:25px}
.open-card-popup__body-text .links-box .custom-itl__cta .cta__el:hover,.open-card-popup__body-text .links-box .custom-itl__cta .cta__el:active,.open-card-popup__body-text .links-box .custom-itl__cta .cta__el:focus{background-color:transparent}
.open-card-popup__body .custom-itl__popup-iframe{height:417px;width:100%}
html.js-focus-visible .open-card-popup__end.focus-visible{outline:0}
@media only screen and (max-width:767px){.open-card-popup__full{max-width:100%;width:100%;height:100%;border-radius:0}
.open-card-popup__body{flex-direction:column;justify-content:space-between}
.open-card-popup--visible .open-card-popup__body-image{min-height:unset;display:flex;justify-content:center}
.open-card-popup__close{top:13px;right:16px}
.open-card-popup__close svg{width:24px;height:24px}
.open-card-popup__body-image{padding-top:0}
.open-card-popup__body-text{padding:60px 15px 15px 15px}
.open-card-popup__body-text,.open-card-popup__body-image{width:100%;max-height:50%}
.open-card-popup__body-text .custom-itl__title{font-size:28px}
.open-card-popup__body-text .custom-itl__subheading,.open-card-popup__body-text .custom-itl__description{font-size:14px}
.open-card-popup__body-text .links-box .custom-itl__cta{flex-direction:row;justify-content:space-between}
.open-card-popup__body-text .links-box .custom-itl__cta .cta:not(:last-of-type){margin-bottom:0}
.open-card-popup__body-text .links-box .custom-itl__cta .cta__el{font-size:13px}
.open-card-popup__body-text .links-box .custom-itl__cta .cta__el .cta__icon{width:unset;height:unset;margin-right:4px}
.open-card-popup__body-text .links-box .custom-itl__cta .cta__el .cta__icon svg{width:12px;height:12px}
}
@media only screen and (max-width:430px){.open-card-popup__body .custom-itl__popup-iframe{height:100%}
}