.pop-up-hero{opacity:0;visibility:hidden;transition:opacity 0.4s ease,visibility 0.4s ease;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999}.pop-up-hero.is-active{opacity:1;visibility:visible}.pop-up-hero .bg-video,.pop-up-hero .bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.pop-up-hero .overlay{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:rgb(0 0 0 / .8);padding:80px 20px 140px;row-gap:64px;height:100%;width:100%;z-index:1;text-align:center;overflow-y:auto}@media (min-width:769px){.pop-up-hero .overlay{padding:112px 40px;row-gap:96px}}.pop-up-hero__header{display:flex;flex-direction:column;align-items:center;gap:24px}@media (min-width:769px){.pop-up-hero__header{flex-direction:row;row-gap:64px}}.pop-up-hero__icon{width:100px;height:auto}@media (min-width:768px){.pop-up-hero__icon{width:146px;height:106px}}.pop-up-hero__title{color:#fff;text-shadow:0 0 4px #ff0c17,0 0 4px #cd2028,0 0 12px #cd2028,0 0 7px #cd2028,0 0 4px #cd2028,0 0 5px #cd2028,0 0 17px #cd2028;font-family:"proxima-nova",sans-serif;font-size:32px;font-weight:300}@media (min-width:768px){.pop-up-hero__title{font-size:51px}}.pop-up-hero__form{width:100%;max-width:360px}.pop-up-hero__post-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;width:100%;max-width:90vw;position:relative}.pop-up-hero__post-item-anchor{display:block;text-decoration:none;color:inherit;transition:all 0.3s ease}.pop-up-hero__post-item-anchor:hover,.pop-up-hero__post-item-anchor:focus{transform:scale(1.5);z-index:300}.pop-up-hero__post-item-anchor:hover .pop-up-hero__post-item,.pop-up-hero__post-item-anchor:focus .pop-up-hero__post-item{z-index:5}.pop-up-hero__post-item-anchor:hover .pop-up-hero__post-item .post-title,.pop-up-hero__post-item-anchor:focus .pop-up-hero__post-item .post-title{opacity:1}.pop-up-hero__post-item-anchor:hover .post-thumb,.pop-up-hero__post-item-anchor:focus .post-thumb{background-image:var(--thumb-url)}.pop-up-hero__post-item{position:relative;width:100%;min-width:186px;max-width:186px;height:100px;display:flex;flex-direction:column;align-items:center;gap:36px;flex-shrink:0;border-radius:12px;overflow:visible;cursor:pointer;transition:transform 0.3s ease,z-index 0.3s ease;z-index:1}@media (min-width:468px){.pop-up-hero__post-item{max-width:200px}}@media (min-width:768px){.pop-up-hero__post-item{gap:48px;max-width:clamp(186px, 15vw, 220px);min-width:186px}}.pop-up-hero__post-item:hover,.pop-up-hero__post-item:focus{z-index:5}.pop-up-hero__post-item:hover .post-title,.pop-up-hero__post-item:focus .post-title{opacity:1;font-size:20px}.pop-up-hero__post-item .post-thumb{width:100%;height:100%;background-image:var(--thumb-url);background-size:cover;background-position:center;border-radius:12px;transition:background-image 0.3s ease}@media (hover:hover) and (pointer:fine){.pop-up-hero__post-item .post-thumb{background-image:var(--thumb-url)}}.pop-up-hero__post-item .post-title{position:absolute;bottom:-30px;color:#fff;font-family:"proxima-nova",sans-serif;font-size:11px;font-weight:700;text-align:center;width:100%;opacity:.7;transition:opacity 0.3s ease,font-size 0.3s ease;white-space:nowrap}@media (min-width:468px){.pop-up-hero__post-item .post-title{font-size:14px}}@media (min-width:768px){.pop-up-hero__post-item .post-title{font-size:16px}}.pop-up-hero .popup-close{position:fixed;bottom:40px;display:flex;align-items:center;justify-content:center;padding:12px 22px;gap:12px;border:none;border-radius:9999px;background:rgb(255 255 255 / .2);box-shadow:0 0 52px 0 rgb(0 0 0 / .25);backdrop-filter:blur(28px);color:#fff;font-family:"proxima-nova",sans-serif;font-size:16px;font-weight:600;cursor:pointer;z-index:10}@media (min-width:768px){.pop-up-hero .popup-close{position:absolute;bottom:20px}}.pop-up-hero .popup-close svg{width:20px;height:20px}.pop-up-hero .btn-wrapper{flex-grow:1;text-align:right}.pop-up-hero .hero-button{color:#fff;background-color:#CD2028;border-radius:50px;font-size:16px;font-weight:600;text-decoration:none;font-family:"proxima-nova",sans-serif;padding:14px 22px}