.photo-hero{background-color:#fdf8ef;color:#0f253f;font-family:inherit;overflow:hidden;padding:40px 20px}.photo-hero__container{align-items:center;display:flex;flex-direction:column;gap:40px;margin:0 auto;max-width:1100px}.photo-hero__visual{display:flex;justify-content:center;width:100%}.photo-hero__image-wrapper{border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);max-width:500px;overflow:hidden;width:100%}.photo-hero__image-wrapper img{display:block;height:auto;object-fit:cover;width:100%}.photo-hero__content{display:flex;flex-direction:column;justify-content:center;max-width:500px;width:100%}.photo-hero__headline{color:#0f253f;font-size:42px;font-weight:700;line-height:1.1;margin:0 0 20px}.photo-hero__description{color:#0f253f;font-size:18px;line-height:1.5;margin-bottom:30px}.photo-hero__description p{margin:0}.photo-hero__partner img{height:auto;width:140px}@media (min-width:768px){.photo-hero{align-items:center;display:flex;min-height:500px;padding:80px 40px}.photo-hero__container{flex-direction:row-reverse;gap:60px;justify-content:space-between;width:100%}.photo-hero__visual{justify-content:flex-end;width:50%}.photo-hero__content{align-items:flex-start;text-align:left;width:45%}.photo-hero__headline{font-size:64px}.photo-hero__image-wrapper{max-width:100%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.photo-hero__description,.photo-hero__headline,.photo-hero__image-wrapper,.photo-hero__partner{animation:fadeInUp .8s ease-out forwards;opacity:0}.photo-hero__image-wrapper{animation-delay:.2s}.photo-hero__headline{animation-delay:.4s}.photo-hero__description{animation-delay:.6s}.photo-hero__partner{animation-delay:.8s}