.slingshot-popup{align-items:center;background-color:rgba(0,0,0,.4);display:flex;height:100%;justify-content:center;left:0;padding:25px;position:fixed;top:0;width:100%;z-index:999}.slingshot-popup__inner{display:grid;grid-template-columns:1fr 2fr;max-width:1110px;position:relative;width:100%}.slingshot-popup__inner--1-col{grid-template-columns:1fr}.slingshot-popup__inner>img{height:100%;min-height:520px;object-fit:cover;width:100%}svg.slingshot-popup__close{height:24px;position:absolute;right:16px;top:16px;width:24px;fill:#033b85;cursor:pointer}.slingshot-popup__content-wrapper{background-color:#e5f0ff;padding:80px}.slingshot-popup__content-span-wrapper{display:flex;flex-direction:column;justify-content:space-between;max-height:400px;overflow-y:auto}@media (max-width:767px){.slingshot-popup__inner{grid-template-columns:1fr;max-height:80vh;overflow-y:scroll}.slingshot-popup__inner>img{height:350px;min-height:0}.slingshot-popup__content-wrapper{padding:40px}}@media (max-width:500px){.slingshot-popup__content-wrapper{padding:20px}}