.inghbc{position:relative;width:100vw;min-height:var(--hbc-min-height);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:var(--hbc-padding-top) 0 var(--hbc-padding-bottom);background:var(--hbc-bg-color);overflow:hidden;box-sizing:border-box}.inghbc *{box-sizing:border-box}.inghbc-bg{position:absolute;inset:0;background-color:var(--hbc-bg-color);background-image:var(--hbc-bg-image);background-size:var(--hbc-bg-size);background-position:var(--hbc-bg-position);background-repeat:var(--hbc-bg-repeat);z-index:1}.inghbc-overlay{position:absolute;inset:0;background:var(--hbc-overlay-color);opacity:var(--hbc-overlay-opacity);mix-blend-mode:var(--hbc-overlay-blend);z-index:2}.inghbc-container{position:relative;z-index:3;max-width:var(--hbc-container-width);margin:0 auto;padding:0 var(--hbc-container-padding);min-height:calc(var(--hbc-min-height) - var(--hbc-padding-top) - var(--hbc-padding-bottom));display:flex;align-items:center}.inghbc-inner{width:100%;max-width:var(--hbc-text-max-width);text-align:var(--hbc-content-align)}.inghbc-breadcrumb{display:inline-flex;flex-wrap:wrap;align-items:center;gap:var(--hbc-breadcrumb-gap);margin-bottom:var(--hbc-breadcrumb-margin-bottom);font-size:var(--hbc-breadcrumb-size);font-weight:var(--hbc-breadcrumb-weight)}.inghbc-breadcrumb a,.inghbc-breadcrumb span{color:var(--hbc-breadcrumb-color);text-decoration:none;transition:color .25s}.inghbc-breadcrumb a:hover{color:var(--hbc-breadcrumb-hover-color)}.inghbc-breadcrumb-item.is-current span{color:var(--hbc-breadcrumb-active-color)}.inghbc-sep{color:var(--hbc-breadcrumb-separator-color)!important}.inghbc-title{margin:0 0 var(--hbc-title-margin-bottom);color:var(--hbc-title-color);font-size:var(--hbc-title-size);font-weight:var(--hbc-title-weight);line-height:var(--hbc-title-line-height);letter-spacing:var(--hbc-title-letter-spacing);text-transform:var(--hbc-title-transform)}.inghbc-p{max-width:var(--hbc-paragraph-max-width);color:var(--hbc-paragraph-color);font-size:var(--hbc-paragraph-size);font-weight:var(--hbc-paragraph-weight);line-height:var(--hbc-paragraph-line-height)}.inghbc-p p{margin:0;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.inghbc[style*="--hbc-content-align:center"] .inghbc-p{margin-left:auto;margin-right:auto}.hbc-animations-on .hbc-anim{animation-duration:var(--hbc-animation-duration);animation-fill-mode:both;animation-timing-function:ease}.hbc-animations-off .hbc-anim{animation:none!important}.hbc-animations-on .inghbc-title{animation-delay:var(--hbc-title-delay)}.hbc-animations-on .inghbc-p{animation-delay:var(--hbc-paragraph-delay)}.hbc-fade-up{animation-name:hbcFadeUp}.hbc-fade-in{animation-name:hbcFadeIn}.hbc-slide-left{animation-name:hbcSlideLeft}.hbc-none{animation:none!important}@keyframes hbcFadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes hbcFadeIn{from{opacity:0}to{opacity:1}}@keyframes hbcSlideLeft{from{opacity:0;transform:translateX(-32px)}to{opacity:1;transform:translateX(0)}}@media(max-width:1024px){.inghbc{min-height:var(--hbc-tablet-min-height)}}@media(max-width:767px){.inghbc{min-height:var(--hbc-mobile-min-height);padding-top:var(--hbc-mobile-padding-top);padding-bottom:var(--hbc-mobile-padding-bottom)}.inghbc-container{padding-left:var(--hbc-mobile-container-padding);padding-right:var(--hbc-mobile-container-padding)}.inghbc-title{font-size:var(--hbc-title-size-mobile)}.inghbc-p{font-size:var(--hbc-paragraph-size-mobile)}}
