.custom-popup-wrapper{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;position:fixed;transition:opacity .35s ease,visibility 0s linear .35s;visibility:hidden;z-index:9999}.custom-popup-wrapper.is-open{opacity:1;transition:opacity .35s ease,visibility 0s linear 0s;visibility:visible}.custom-popup-overlay{backdrop-filter:blur(5px);background:rgba(0,0,0,.6);inset:0;position:absolute}.custom-popup{animation:popupSlideUp .4s ease forwards;background:#fff;box-shadow:10px 10px 0 0 #0000001a;max-height:95vh;max-width:calc(var(--size)*10);overflow:hidden;position:relative;width:100%}.custom-popup__title{padding:0 0 calc(var(--size)*.5) 0;text-align:left}.custom-popup__title h2{font-family:var(--funnel);font-size:calc(var(--font)*.26);font-weight:600;letter-spacing:0;line-height:100%}.custom-popup__content{max-height:calc(95vh - 120px);overflow-x:hidden;overflow-y:auto;padding:var(--size)}.custom-popup__content::-webkit-scrollbar{width:8px}.custom-popup__content::-webkit-scrollbar-track{background:transparent}.custom-popup__content::-webkit-scrollbar-thumb{background:rgba(0,0,0,.3);border-radius:4px}.custom-popup__content::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.5)}.custom-popup__close{background:none;border:none;border-radius:50%;cursor:pointer;position:absolute;right:calc(var(--size)*.25);top:calc(var(--size)*.25);transition:all .2s;z-index:10}.custom-popup__close svg{pointer-events:none}@media (max-width:767px){.custom-popup{max-width:100%}.custom-popup__content{padding:calc(var(--size)/2)}.custom-popup__title h2{max-width:calc(100% - var(--size)*1.5);max-width:calc(var(--size)*2)}}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}