.animated-header-frame{--ah-height: calc(102vh - 88px);height:var(--ah-height);position:relative;overflow:hidden}@media(max-width: 767.98px){.animated-header-frame{--ah-height: calc(60vh - calc(74px + 32px))}}.animated-header-frame .ah-text-wrap{position:absolute;left:0;right:0;z-index:2;overflow:hidden}.animated-header-frame .ah-text-wrap--top{bottom:100%;transform:translateY(100%);padding-top:30px;animation:ah-slide-from-top 1s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards}.animated-header-frame .ah-text-wrap--bottom{top:100%;transform:translateY(-100%);padding-bottom:30px;animation:ah-slide-from-bottom 1s cubic-bezier(0.4, 0, 0.2, 1) .3s forwards}.animated-header-frame .ah-text img,.animated-header-frame .ah-text svg{display:block;width:100%;height:auto}.animated-header-frame .ah-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:3}.animated-header-frame .ah-center picture{display:block}.animated-header-frame .ah-center img{display:block;max-height:100%;width:auto}.animated-header-frame .ah-header-footer{position:absolute;bottom:0;left:0;right:0;z-index:4;opacity:0;animation:ah-fade-in .5s ease 1.3s forwards}.animated-header-frame .ah-header-footer ul{padding-bottom:25px;list-style:none;margin:0;display:flex;flex-direction:row;justify-items:left;gap:6vw}.animated-header-frame .ah-header-footer ul li{padding-top:0 !important}.animated-header-frame .ah-header-footer ul li>div{letter-spacing:.02em}.animated-header-frame .ah-header-footer ul li>div{font-size:21px}@media screen and (min-width: 480px){.animated-header-frame .ah-header-footer ul li>div{font-size:calc(21px + 3*(100vw - 480px)/920)}}@media screen and (min-width: 1400px){.animated-header-frame .ah-header-footer ul li>div{font-size:24px}}@media(max-width: 991.98px){.animated-header-frame .ah-header-footer{display:none}}@keyframes ah-slide-from-top{to{transform:translateY(0);bottom:calc(var(--ah-height)/2)}}@keyframes ah-slide-from-bottom{to{top:calc(var(--ah-height)/2 + 16px);transform:translateY(0)}}@keyframes ah-fade-in{to{opacity:1}}