.site-footer{padding-block:min(var(--space-4), 10vh);padding-inline:calc(var(--site-padding) / 1.5);display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--space-3)}.site-footer>*{flex:1 1 auto}.site-footer .payoff{max-width:32rem}.site-footer .links{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--space-2) var(--space-3);max-width:40rem}@media (max-width:768px){.site-footer .links{justify-content:flex-start;column-gap:var(--space-4)}}.site-footer .btn-play{font-size:var(--h4);font-weight:var(--regular);text-underline-offset:4px}.site-footer .btn-play:hover{text-decoration:underline}.site-footer .btn-play:active{opacity:.65;translate:0 1px}.site-footer .links h4{font-size:1rem;margin-bottom:1em;font-weight:var(--heavy)}.site-footer [class*="footer-nav"],footer .socials{list-style:none;padding:0;margin:0}.site-footer [class*="footer-nav"] li{margin-bottom:.25em}.site-footer .links a:not(.btn),.site-footer .links a:visited:not(.btn){text-decoration:none;color:var(--blue);display:inline-block}.site-footer .links a:hover:not(.btn){color:var(--blue);text-decoration:underline}.site-footer .links a:active:not(.btn){opacity:.65;translate:0 1px}.site-footer .links .current-menu-item a,.site-footer .links .current_page_item a,.site-footer .links .current-page-ancestor a{color:var(--pink)}.site-footer address{font-style:normal;line-height:1.5;margin-bottom:1.375em}.site-footer address p{margin-bottom:1em}.site-footer .socials{display:flex;gap:.5rem}.site-footer .socials a{display:inline-block;width:2rem;color:var(--blue)}.site-footer .socials a:hover{color:var(--pink)}.site-footer .socials a:active{translate:0 1px}.site-footer .socials svg{fill:currentColor}.showreel-popup{position:fixed;z-index:103;width:calc(100% - 2rem);max-width:56rem;left:50%;top:50%;box-shadow:0 0 1rem rgb(0 0 0 / .12),0 0 3rem rgb(0 0 0 / .1),0 0 6rem rgb(0 0 0 / .07);translate:-50% 125vh;rotate:-7deg;transition:translate 600ms cubic-bezier(.6,0,.25,1),rotate 400ms cubic-bezier(.6,0,.25,1)}.showreel-popup.show{transition:translate 400ms cubic-bezier(0,0,.25,1.07),rotate 400ms 100ms cubic-bezier(.5,0,.25,1.1);translate:-50% -50%;rotate:0deg}.showreel-popup .btn-close{position:absolute;z-index:104;top:-1rem;right:-1rem;width:2.5rem;height:2.5rem;padding:.75rem;border-radius:50%;background-color:var(--blue-dark)}.showreel-popup .btn-close svg{width:1rem;height:auto}.showreel-popup .btn-close:hover{background-color:var(--blue)}.showreel-popup .btn-close:active{transform:translateY(1px);opacity:.8}.showreel-overlay{pointer-events:none;position:fixed;z-index:102;top:0;right:0;bottom:0;left:0;background-color:#202126;opacity:0;transition:opacity 200ms}.showreel-popup.show+.showreel-overlay{pointer-events:auto;opacity:.9}@media (min-width:992px){.showreel-popup.show+.showreel-overlay{opacity:.5}}