.popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;padding-left:16.66vw;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;overflow-y:auto;z-index:9999;height:100vh}.popup-close{position:absolute;top:5px;right:5px;width:30px;height:30px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:0;z-index:10}.popup-close span{display:block;width:30px;height:30px;text-align:center;line-height:30px;font-size:24px}.popup-content--default{background:var(--color-second-background);padding:20px;border-radius:8px;width:50vw;max-width:100%;height:auto;position:relative}.popup-content-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-top:10px}.popup-content-container p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;padding-bottom:20px}@media(max-width:450px){.popup-content-container p{max-height:30rem;overflow-y:auto}}.popup-content--media{background:var(--color-second-background);border-radius:8px;width:66.6vw;max-width:100%;position:relative;display:flex;flex-direction:row;justify-content:space-around;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.3)}.popup-media{flex:1 1;max-width:50%;display:flex;align-items:center;justify-content:center;position:relative}.popup-media img,.popup-media video{width:100%;height:auto;object-fit:contain;display:block}.popup-text{flex:1 1;max-width:50%;display:flex;flex-direction:column;padding:20px}.popup-content-container h2,.popup-text h2{margin:0 0 10px;font-size:1.3rem;color:var(--color-black)}.popup-description{flex:1 1;font-size:1rem;text-align:justify;-webkit-hyphens:auto;hyphens:auto;padding-top:10px;padding-bottom:20px}.popup-children{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:10px;width:100%;flex-wrap:wrap}.auth-popup .popup-content-container p{text-align:center}@media(max-width:900px){.popup-children{flex-wrap:wrap;flex-direction:column}.popup-button{width:100%;max-width:none;min-width:0}.popup-text h2{margin:0 0 10px;font-size:1.1rem}.popup-description{flex:1 1;font-size:.9rem}}@media(max-width:768px){.popup-content--default,.popup-content--media{width:70vw}.popup-content--media{flex-direction:column}.popup-media,.popup-text{max-width:100%}.popup-text h2{font-size:1rem}.popup-description{font-size:.8rem;max-height:16rem;overflow-y:auto}.popup-overlay{padding-left:0}.popup-media video{width:90%}.popup-content-container p{font-size:.8rem}}@media(max-width:1024px){.popup-close{width:48px!important;height:48px!important;top:0!important;right:0!important}.popup-close span{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important}.popup-content--default{padding-top:40px!important;padding-right:40px!important}}