.hr-card-expertise{position:relative;display:flex;align-items:center;justify-content:center;padding:0 1rem;height:auto;margin-bottom:2rem;border-radius:0}.hr-card-expertise .hr-brand{width:fit-content;height:auto;padding:1rem 0}.hr-card-expertise .hr-brand img{width:auto;height:65px}.hr-card-expertise .hr-over-body{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:var(--bg-03);opacity:0;border-radius:.5rem;cursor:pointer}.hr-card-expertise:hover .hr-over-body{opacity:1}.hr-card-expertise .hr-over-body .hr-titel{margin-bottom:0}.hr-card-expertise .hr-over-body .hr-titel h3{font-weight:700;letter-spacing:-.5px;font-size:1.25rem;margin-bottom:0;color:var(--white)}.marquee-container{width:100%;overflow:hidden;background-color:#213547;color:#fff;padding:20px 0}.marquee-content{display:flex;animation:scroll-left 30s linear infinite}.marquee-item{display:flex;align-items:center;justify-content:center;white-space:nowrap;margin:0 60px}.marquee-item img{height:90px;width:auto;margin-right:15px}.marquee-item p{padding-top:15px;font-family:var(--font-03)}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}