.popup-modal{display:flex;align-items:center;box-sizing:border-box;opacity:0;position:fixed;visibility:hidden;z-index:-1;margin:0 auto;top:0;left:0;overflow:auto;width:100%;background:rgba(var(--color-foreground), 0.2);height:100%}.popup-modal[open]{opacity:1;visibility:visible;z-index:101}.popup-modal__content{border-radius:var(--popup-corner-radius);background-color:rgb(var(--color-background));overflow:auto;height:auto;max-height:80%;margin:0 auto;left:50%;transform:translateX(-50%);width:92%;max-width:600px;position:absolute;padding:1.6rem;border-color:rgba(var(--color-foreground), var(--popup-border-opacity));border-style:solid;border-width:var(--popup-border-width);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))}@media screen and (min-width: 750px){.popup-modal__content{padding-right:1.6rem;width:70%;padding:2.4rem}}.popup-modal__content.focused,.popup-modal__content:focus-visible{box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground), 0.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))}.popup-modal__content img{max-width:100%}.popup-modal__content img.flag{width:54px;margin-bottom:16px}.popup-modal__content-info{display:flex;flex-direction:column}.popup-modal__content-info h1{margin-bottom:24px}.popup-modal__content-info p{font-size:16px}.popup-modal__content-info p:not(:last-child){margin-bottom:8px}.popup-modal__content-info p.redirect-text{text-align:center}.popup-modal__content-info>*{height:auto;margin:0 auto;max-width:100%;width:100%}@media screen and (max-width: 749.98px){.popup-modal__content-info>*{max-height:100%}}.popup-modal__buttons{margin-top:2.4em;display:flex;justify-content:center;gap:12px}.popup-modal__buttons .btn{text-align:center}.popup-modal__opener{display:inline-block}.popup-modal__button{font-size:1.6rem;padding-right:1.3rem;padding-left:0;min-height:4.4rem;text-underline-offset:.3rem;text-decoration-thickness:.1rem;transition:text-decoration-thickness var(--duration-short) ease}.popup-modal__button:hover{text-decoration-thickness:.2rem}.popup-modal__toggle{background-color:rgb(var(--color-background));border:.1rem solid rgba(var(--color-foreground), 0.1);border-radius:50%;color:rgba(var(--color-foreground), 0.55);display:flex;align-items:center;justify-content:center;cursor:pointer;position:sticky;padding:1.2rem;z-index:2;top:1.6rem;width:4rem;margin:0 0 0 auto}.popup-modal__toggle:hover{color:rgba(var(--color-foreground), 1)}.popup-modal__toggle .icon{height:auto;margin:0;width:2.2rem}