.frame-type-netwerk_hero{position:relative;height:calc(100vh - 140px);background:#003c3d;display:flex;align-items:center;justify-content:center;padding:0 4% 140px}.frame-type-netwerk_hero picture{height:100%}.frame-type-netwerk_hero picture img{height:100%;object-fit:cover}.frame-type-netwerk_hero .hero-text{position:absolute;left:8%}.frame-type-netwerk_hero .hero-text .preheader{color:#fff200}.frame-type-netwerk_hero .hero-text .slogan{font-size:clamp(42px,7.2px + 5.8vw,100px);color:#fff}.frame-type-netwerk_hero .hero-badge svg .rotate{animation:rotation 40s infinite linear;transform-origin:center}@media (max-width:1400px){.frame-type-netwerk_hero{height:calc(100vh - 120px)}.frame-type-netwerk_hero .hero-text .slogan{font-size:clamp(36px,15.6px + 3.4vw,70px)}}@media (max-width:1000px){.frame-type-netwerk_hero{height:calc(100vh - 112px)}}@media (max-width:800px){.frame-type-netwerk_hero .hero-text .slogan{font-size:32px}}@keyframes rotation{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}