.image-header{background:var(--color-white);display:flex;min-height:30vw;position:relative}@media only screen and (min-width:1024px){.image-header{min-height:min(25vw,350px);min-height:min(25vw,21.875rem)}}.image-header--margin{margin:0 0 1.25rem}@media only screen and (min-width:768px){.image-header--margin{margin:0 0 1.875rem}}@media only screen and (min-width:1024px){.image-header--margin{margin:0 0 2.5rem}}.image-header__picture-background{display:none;overflow:hidden}@media only screen and (min-width:1280px){.image-header__picture-background{bottom:0;display:block;left:0;position:absolute;right:0;top:0}}.image-header__picture-background img{height:100%;object-fit:cover;opacity:.25;width:100%}@supports(filter:blur()){.image-header__picture-background img{filter:blur(20px);opacity:.8;transform:scale(1.1)}}.image-header__picture{bottom:0;display:block;left:0;margin:0 auto;max-width:85.625rem;position:absolute;right:0;top:0;z-index:0}@media only screen and (max-width:767px){.image-header--box .image-header__picture{display:none}}.image-header__img{height:100%;object-fit:cover;width:100%}.image-header__wrapper{align-items:center;background:rgba(var(--color-black),.54);color:var(--color-white);display:flex;justify-content:center;padding:1.25rem;position:relative;width:70%;z-index:1}@media only screen and (min-width:375px){.image-header__wrapper{width:60%}}@media only screen and (min-width:1024px){.image-header__wrapper{max-width:42.8125rem;padding:1.875rem;width:50%}}@media only screen and (min-width:1440px){.image-header__wrapper{padding:5.625rem 4.375rem 4.375rem}}@media screen and (min-width:1370px){.image-header__wrapper{margin-left:calc(50% - 685px)}}.image-header__content{display:flex;flex-direction:column;width:100%}.image-header__title{color:var(--color-white);text-shadow:0 0 12px rgba(var(--color-black),.4);white-space:pre-line}