.bannerPopup {width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; display: flex; align-items: center; justify-content: center; z-index: 100;}
.bannerPopup .overlay {width: 100vw; height: 100vh; position: absolute; background-color: rgba(0,0,0,0.25);}
.bannerPopup .banner {width: 1000px; height: auto; background-color: #fff; position: relative; z-index: 101; border-radius: 15px;}
.bannerPopup .banner .inner {width: 100%; height: 100%; min-height: 200px; max-height: 80vh; padding: 30px; overflow-y: scroll;}
.bannerPopup .banner .close {position: absolute; top: -30px; right: -30px; width: 20px; height: 20px; background-image: url("/images/icon-cross.svg"); background-size: 100% 100%; cursor: pointer;}
.bannerPopup .banner .row {width: 100%; margin: 0 0 20px 0; line-height: 1.5;}
.bannerPopup .banner .row:last-child {margin-bottom: 0;}
.bannerPopup .banner .row.image {width: 100%; display: flex; align-items: center; justify-content: center;}
.bannerPopup .banner .row IMG {max-width: 100%; height: auto;}
.bannerPopup .banner .row .button {width: 100%; height: 50px; display: flex; align-items: center; justify-content: center; background-color: #29a6ae; color: #FFF; font-size: 18px; font-weight: bold; border-radius: 15px;}
