.popup{height:100vh;width:100%;position:fixed;top:0;left:0;background-color:rgb(0 0 0 / .8);z-index:9999;opacity:0;visibility:hidden;transition:all .3s}@supports (-webkit-backdrop-filter:blur(10px)) or (backdrop-filter:blur(10px)){.popup{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:rgb(0 0 0 / .3)}}.popup__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:75%;padding:4rem 3rem;border-radius:24px;background-color:#fff;box-shadow:0 2rem 4rem rgb(0 0 0 / .2);display:table;overflow:hidden;opacity:0;transform:translate(-50%,-50%) scale(.25);transition:all .5s .2s}@media only screen and (max-width:48em){.popup__content{width:84%;padding:4rem 1.5rem}}.popup__content h1,.popup__content h2,.popup__content h3,.popup__content h4,.popup__content h5,.popup__content h6{margin:20px 0}.popup__left{width:33.333333%;display:table-cell}.popup__right{width:66.6666667%;display:table-cell;vertical-align:middle;padding:3rem 5rem}.popup__img{display:block}.popup__text{font-size:1.4rem;margin-bottom:4rem;-moz-column-count:2;-moz-column-gap:4rem;-moz-column-rule:1px solid #ccc;column-count:2;column-gap:4rem;column-rule:1px solid #ccc;-moz-hyphens:auto;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.popup:target{opacity:1;visibility:visible}.popup:target .popup__content{opacity:1;transform:translate(-50%,-50%) scale(1)}.popup__close:link,.popup__close:visited{color:#000;position:absolute;top:1rem;right:1rem;font-size:3rem;text-decoration:none;display:inline-block;transition:all .2s;line-height:1}.popup__close:hover{color:var(--color-primary)}.popup .container-fluid{position:relative;overflow-y:scroll;height:75vh;padding:0 3rem}@media only screen and (max-width:48em){.popup .container-fluid{padding:0}}.popup .container-fluid::-webkit-scrollbar{width:6px;padding-top:2rem}.popup .container-fluid::-webkit-scrollbar-track{background-color:#ccc;box-shadow:inset 0 0 5px rgb(0 0 0 / .5);border-radius:10px}.popup .container-fluid::-webkit-scrollbar-thumb{background-color:rgb(0 0 0 / .4);border-radius:10px}