.static-hero.custom-module .module-header{margin:0}.static-hero .header-content .text-white span{color:#fff}.static-hero.custom-module .hero-contain{align-items:center;background-position:50%;background-size:cover;display:flex;min-height:66vh;overflow:hidden;position:relative}.static-hero:after{background:linear-gradient(rgba(0,0,0,.35),rgba(0,0,0,.35));content:"";height:100%;position:absolute;top:0;width:100%}.hero-panel{animation:slideIn .8s ease;background:var(--primary-color);box-shadow:var(--shadow-medium);clip-path:polygon(0 0,100% 0,85% 100%,0 100%);min-width:400px;padding:40px 60px}.breadcrumb{font-size:var(--h6-size)}.breadcrumb a{color:#fff;text-transform:capitalize}.breadcrumb a:hover{text-decoration:underline}.breadcrumb .current,.breadcrumb span{color:#fff;font-weight:700;text-transform:capitalize}.breadcrumb .current{text-decoration:underline}@keyframes slideIn{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}@media(max-width:767px){.hero-panel{clip-path:none;padding:30px}}