@keyframes opacity-end-100{0%{opacity:0}to{opacity:1}}@keyframes opacity-bounce{0%{opacity:.4}50%{opacity:.6}to{opacity:.4}}@keyframes translateY-start-negative{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Bold.woff) format("woff");font-weight:700;font-style:normal}.blog-hero{text-align:center;background-color:#fff;padding-top:40px}@media(min-width:1024px){.blog-hero{text-align:left}}.blog-hero__title{font-size:34px;font-weight:700;line-height:36px;padding:0 16px}@media(min-width:1024px){.blog-hero__title{padding:88px 0 0}}.blog-hero__title+.blog-hero__details{margin-top:24px}@media(min-width:1024px){.blog-hero__title+.blog-hero__details{margin-top:15px}}.blog-hero__details{display:flex;justify-content:center;align-items:center;margin-bottom:24px}@media(min-width:1024px){.blog-hero__details{justify-content:flex-start;margin-bottom:42px}}.blog-hero__detail-item{display:flex;justify-content:center;align-items:center;font-size:3.3vw;font-weight:700;line-height:16px;color:#99b0c0;text-transform:uppercase}@media(min-width:768px){.blog-hero__detail-item{font-size:15px}}.blog-hero__detail-item:after{content:"";display:inline-block;width:5px;height:5px;background-color:#99b0c0;margin:0 10px;border-radius:150px}.blog-hero__detail-item:last-child:after{display:none}.blog-hero__image-wrapper{position:relative;margin-top:24px}@media(min-width:1024px){.blog-hero__image-wrapper{margin-top:42px}}.blog-hero__image{display:block;height:200px;width:100%;-o-object-fit:cover;object-fit:cover}@media(min-width:768px){.blog-hero__image{height:300px}}@media(min-width:1024px){.blog-hero__image{height:480px}}.blog-hero__tag{position:absolute;display:block;bottom:0;left:16px;padding:4px 10px;background-color:#ffde6c;font-size:19px;font-weight:700;line-height:23px}@media(min-width:1024px){.blog-hero__tag{font-size:28px;left:-1px;padding:12px 24px}}