.page-header{padding:200px 0 0;background:#2a3a4d;position:relative;z-index:auto}.page-header::after{content:'';position:absolute;bottom:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,#2a3a4d 0,#f8f8f8 100%);pointer-events:none}.page-header-container{max-width:100%;margin:0 auto;padding:0;position:relative;z-index:1}.page-header-title{text-align:right;margin-bottom:40px;padding:0 40px}.page-header-title h1{font-size:3.5rem;font-weight:300;letter-spacing:.05em;line-height:1.4;display:inline-block;color:#f2f6ff}.page-header-title h1 span{display:inline-block;opacity:0;animation:.8s ease-out forwards fadeInChar}.page-header-image{text-align:right;width:100%;padding-bottom:200px;position:relative;overflow:hidden}.page-header-image::before{content:'';position:absolute;top:0;right:0;width:90%;height:calc(100% - 200px);background:rgba(42,58,77,.4);z-index:1;opacity:1;animation:1.5s ease-out .5s forwards fadeOutOverlay}.page-header-image img{width:90%;max-width:none;height:auto;display:block;margin-left:auto;aspect-ratio:21/9;object-fit:cover;transform:scale(1.1);animation:1.8s ease-out forwards zoomIn}@keyframes fadeOutOverlay{to{opacity:0}}@keyframes zoomIn{to{transform:scale(1)}}@media (max-width:768px){.page-header{padding:120px 0 0}.page-header-title{margin-bottom:20px}.page-header-title h1{font-size:2.5rem}.page-header-image{padding-bottom:60px;min-height:360px}.page-header-image::before{height:calc(100% - 60px)}.page-header-image img{width:100%;height:360px;aspect-ratio:auto;object-position:center}}