.fade-hover{transition:opacity .4s ease}.desktop .fade-hover:focus,.desktop .fade-hover:hover{opacity:.5}.page-enter-active,.page-leave-active{transition:all .3s}.page-enter-from,.page-leave-to{filter:blur(25px);opacity:0}.fade-enter-active{transition:all .4s ease-out}.fade-leave-active{transition:all 0s}.fade-enter-from,.fade-leave-to{opacity:0}.parallax{transform:translateY(calc(var(--parallax-progress)*50%))}.popup{color:var(--color-black);height:var(--app-height);left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:100}.popup__bg{background-color:#ffffffb3!important;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease,visibility .4s ease;transition-delay:.3s;visibility:hidden;width:100%;z-index:-1}@supports ((-webkit-backdrop-filter:blur(25px)) or (backdrop-filter:blur(25px))){.popup__bg{-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;background-color:#fff3!important}}.popup__close{align-items:center;background:none;font-size:0;position:absolute;right:var(--s);top:var(--s)}.popup__close,.popup__wrapper{display:flex;justify-content:center}.popup__wrapper{align-items:flex-start;height:100%;margin:auto;overflow:hidden;padding:var(--s)}.popup__content{background-color:var(--color-white);border-radius:var(--br-main);margin:auto;opacity:0;padding:var(--l);position:relative;transition:.4s ease;transition-property:opacity,visibility;visibility:hidden;width:66.6666666667%}@media only screen and (max-width:900px){.popup__content{width:100%}}.popup__title{margin-bottom:var(--s)}.popup--open{pointer-events:auto}.popup--open .popup__bg{opacity:1;transition-delay:0s;visibility:visible}.popup--open .popup__wrapper{overflow-y:initial}.popup--open .popup__content{opacity:1;transition-delay:.3s;visibility:visible}
