@layer add-popup{.add_popup .close-btn,.add_alert .close-btn{max-width:20px;max-height:20px;cursor:pointer}.add_popup{position:fixed;top:0;left:0;display:flex;width:100vw;height:100vh;opacity:0;pointer-events:none;z-index:-1;transition:opacity .5s ease-in-out}.add_popup.open{opacity:1;pointer-events:auto;z-index:999}.add_popup.open .popup-container{opacity:1}.add_popup.v-pos-top{align-items:flex-start}.add_popup.v-pos-top .popup-container{margin-top:20px}.add_popup.v-pos-center{align-items:center}.add_popup.v-pos-bottom{align-items:flex-end}.add_popup.v-pos-bottom .popup-container{margin-bottom:20px}.add_popup.h-pos-left{justify-content:flex-start}.add_popup.h-pos-left .popup-container{margin-left:20px}.add_popup.h-pos-center{justify-content:center}.add_popup.h-pos-right{justify-content:flex-end}.add_popup.h-pos-right .popup-container{margin-right:20px}.add_popup .popup-container{position:relative;display:block;max-width:1140px;max-height:90%;background-color:#fff;border-radius:6px;overflow-y:auto;opacity:0;transition:opacity .5s ease-in-out .2s;box-shadow:0 0 10px rgba(0,0,0,.3)}.add_popup .popup-container.is-link{text-decoration:none;cursor:pointer}@media screen and (max-width: 1200px){.add_popup .popup-container{max-width:960px}}@media screen and (max-width: 768px){.add_popup .popup-container{width:100%;max-width:unset;margin:0 1rem}}.add_popup .popup-container h2{width:100%;margin:0;padding:20px 80px 0;font-size:2rem}@media screen and (max-width: 576px){.add_popup .popup-container h2{margin-top:2rem}}.add_popup .popup-container h2.pos-center{text-align:center}.add_popup .popup-container h2.pos-right{text-align:right}.add_popup .popup-container .popup-content{display:flex;justify-content:center;gap:20px;width:100%;padding:40px 80px}.add_popup .popup-container .popup-content .image-container{flex-shrink:0}.add_popup .popup-container .popup-content.img-top{flex-direction:column;align-items:center}.add_popup .popup-container .popup-content.img-top .popup-description{width:100%}.add_popup .popup-container .popup-content.img-top .image-container img{width:fit-content;height:auto;object-fit:contain}.add_popup .popup-container .popup-content.img-right .image-container{order:2}.add_popup .popup-container .popup-content.img-right .popup-description{order:1}.add_popup.no-image .popup-container .popup-description{width:100%}.add_popup.no-text .popup-container .popup-content{padding:20px}.add_popup.no-text .popup-container .popup-content .image-container{width:100%;height:100%}.add_popup.no-text .popup-container .popup-content .image-container img{width:100%;height:100%;object-fit:contain}.add_popup.no-text .close-btn{top:.5rem;right:.5rem;max-width:30px;max-height:30px;padding:.3rem;background-color:#fff;border-radius:50%}.add_popup .close-btn{position:absolute;top:1rem;right:1rem}.add_popup .overlay{position:absolute;top:0;bottom:0;right:0;left:0;background-color:#000;opacity:.8;cursor:pointer;z-index:-1}.add_alert{display:none;width:100%}.add_alert .alert-container{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;min-height:40px;text-align:center}.add_alert.open{display:block}}
