@keyframes scaleAnimation{0%{transform:scale(1)}50%{transform:scale(1.3)}100%{transform:scale(1)}}.header-background{width:100%;aspect-ratio:1920 / 600;position:relative;overflow:hidden}.header-background img{width:100%;height:100%;object-fit:cover}.header-background .title-wrapper{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;z-index:2}.header-background .title-wrapper .title-box{display:flex;flex-direction:column;align-items:flex-start}.header-background .title-wrapper .title{color:#fff;line-height:1.5}.header-background .crumbs-list{position:absolute;z-index:2;padding-bottom:12px;bottom:60px;left:var(--container-margin);display:flex;align-items:center}.header-background .crumbs-list .crumbs-item{color:#fff;display:flex;align-items:center}.header-background .crumbs-list .crumbs-item .line{padding:0 12px}.header-background .crumbs-list .crumbs-item:hover a{color:var(--primary-color)}@media screen and (max-width:992px){.header-background{height:calc(30vh + var(--header-height))}.header-background .title-box{justify-content:center;text-align:center}.header-background .crumbs-list{left:24px;bottom:24px}}