.human-nav{--human-nav-gap: 2rem;--human-nav-link-color: rgba(255, 255, 255, 0.78);--human-nav-link-hover-color: #4a9bbe;--human-nav-toggle-size: 2.75rem;--human-nav-toggle-color: #0a1430;--human-nav-toggle-background: #4a9bbe;--human-nav-panel-width: 27.5rem;--human-nav-panel-background: #0a1430;--human-nav-panel-border-color: rgba(74, 155, 190, 0.22);--human-nav-panel-link-color: #fff;--human-nav-panel-accent-color: #4a9bbe;--human-nav-submenu-width: 14.375rem;--human-nav-submenu-background: var(--human-nav-panel-background);--human-nav-submenu-border-color: var(--human-nav-panel-border-color);--human-nav-panel-edge: clamp(1.125rem, 6vw, 4rem);--human-nav-panel-offset: 86px;--human-nav-panel-gap: 20px;--human-nav-panel-top: calc( var(--human-nav-panel-offset) + var(--human-admin-bar-offset, 0px) );--human-nav-cta-gap: 1rem;--human-nav-cta-background: #0a1430;--human-nav-cta-border-color: rgba(74, 155, 190, 0.22);--human-nav-cta-text-color: rgba(255, 255, 255, 0.78);--human-nav-cta-button-background: #4a9bbe;--human-nav-cta-button-color: #0a1430;--human-admin-bar-offset: 0px;--human-nav-backdrop-z-index: 10000;--human-nav-panel-z-index: 10001;--human-nav-toggle-z-index: 10002;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:20}.human-nav--open,.brxe-human-nav-menu:has(.human-nav--open){position:relative;z-index:var(--human-nav-panel-z-index)}.human-nav__desktop{display:flex;align-items:center;height:100%}.human-nav__desktop .human-nav__item{position:relative}.human-nav__list{display:flex;align-items:center;gap:var(--human-nav-gap);padding:0;margin:0;list-style:none}.human-nav__desktop>.human-nav__list{height:100%}.human-nav__desktop>.human-nav__list>.human-nav__item{display:flex;align-items:stretch;height:100%}.human-nav__list .sub-menu{display:none}.human-nav__desktop .human-nav__list .sub-menu{position:absolute;top:calc(100% + 1rem);left:50%;display:grid;gap:.125rem;min-width:var(--human-nav-submenu-width);padding:.625rem;margin:0;list-style:none;background:var(--human-nav-submenu-background);border-radius:0;box-shadow:0 1.375rem 3.625rem rgba(18,20,23,.22);border:1px solid var(--human-nav-submenu-border-color);opacity:0;pointer-events:none;transform:translate3d(-50%, 0.5rem, 0) scale(0.98);transform-origin:top center;transition:opacity 180ms ease,transform 240ms cubic-bezier(0.22, 1, 0.36, 1),visibility 180ms ease;visibility:hidden;z-index:30}.human-nav__desktop .human-nav__list .sub-menu::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.human-nav__desktop .human-nav__list .sub-menu::before{content:"";position:absolute;right:0;bottom:100%;left:0;height:1.125rem}.human-nav__desktop .human-nav__list .sub-menu .sub-menu{top:-0.625rem;left:calc(100% + 1.375rem);transform:translate3d(0.5rem, 0, 0) scale(0.98);transform-origin:top left}.human-nav__desktop .human-nav__list .sub-menu .sub-menu::before{top:0;right:100%;bottom:0;left:auto;width:1.5rem;height:auto}.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .sub-menu{right:calc(100% + 1.375rem);left:auto;transform:translate3d(-0.5rem, 0, 0) scale(0.98);transform-origin:top right}.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .sub-menu::before{right:auto;left:100%}.human-nav__desktop .menu-item-has-children:hover>.sub-menu,.human-nav__desktop .menu-item-has-children:focus-within>.sub-menu,.human-nav__desktop .menu-item-has-children.human-nav__item--submenu-open>.sub-menu{opacity:1;pointer-events:auto;transform:translate3d(-50%, 0, 0) scale(1);visibility:visible}.human-nav__desktop .sub-menu .menu-item-has-children:hover>.sub-menu,.human-nav__desktop .sub-menu .menu-item-has-children:focus-within>.sub-menu,.human-nav__desktop .sub-menu .menu-item-has-children.human-nav__item--submenu-open>.sub-menu{transform:translate3d(0, 0, 0) scale(1)}.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children:hover>.sub-menu,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children:focus-within>.sub-menu,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children.human-nav__item--submenu-open>.sub-menu{transform:translate3d(0, 0, 0) scale(1)}.human-nav__link{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:2.75rem;color:var(--human-nav-link-color);font-size:.9375rem;font-weight:600;text-decoration:none;transition:color 180ms ease,opacity 180ms ease,transform 180ms ease}.human-nav__desktop .menu-item-has-children>.human-nav__link{gap:.5625rem}.human-nav__desktop .menu-item-has-children>.human-nav__link>span{display:inline-flex;align-items:center}.human-nav__desktop .menu-item-has-children>.human-nav__link span::after{content:"";flex:0 0 auto;display:inline-block;width:.5rem;height:.5rem;margin-left:.75rem;border-top:.109375rem solid currentColor;border-right:.109375rem solid currentColor;opacity:.68;transform:translateY(-0.125rem) rotate(135deg);transition:opacity 180ms ease,transform 180ms ease}.human-nav__desktop .sub-menu .menu-item-has-children>.human-nav__link span::after{width:.5rem;height:.5rem;margin-left:1rem;transform:rotate(45deg)}.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children>.human-nav__link span::after{transform:rotate(-135deg)}.human-nav__desktop .menu-item-has-children:hover>.human-nav__link span::after,.human-nav__desktop .menu-item-has-children:focus-within>.human-nav__link span::after,.human-nav__desktop .menu-item-has-children.human-nav__item--submenu-open>.human-nav__link span::after{opacity:1;transform:translateY(0) rotate(135deg)}.human-nav__desktop .sub-menu .menu-item-has-children:hover>.human-nav__link span::after,.human-nav__desktop .sub-menu .menu-item-has-children:focus-within>.human-nav__link span::after,.human-nav__desktop .sub-menu .menu-item-has-children.human-nav__item--submenu-open>.human-nav__link span::after{transform:translateX(0.125rem) rotate(45deg)}.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children:hover>.human-nav__link span::after,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children:focus-within>.human-nav__link span::after,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .menu-item-has-children.human-nav__item--submenu-open>.human-nav__link span::after{transform:translateX(-0.125rem) rotate(-135deg)}.human-nav__desktop .sub-menu .human-nav__link{justify-content:space-between;width:100%;min-height:2.625rem;padding:0 .75rem;color:var(--human-nav-panel-link-color);font-size:.92rem;font-weight:500;line-height:1.2;border-radius:.375rem;white-space:nowrap;transition:color 180ms ease,background-color 180ms ease,transform 180ms ease}.human-nav__desktop .sub-menu .human-nav__link::after{display:none}.human-nav__desktop .sub-menu .human-nav__link:hover,.human-nav__desktop .sub-menu .human-nav__link:focus-visible,.human-nav__desktop .sub-menu .current-menu-item>.human-nav__link,.human-nav__desktop .sub-menu .current_page_item>.human-nav__link{color:var(--human-nav-panel-accent-color);background:rgba(74,155,190,.12);transform:translate3d(0.125rem, 0, 0)}.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .human-nav__link:hover,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .human-nav__link:focus-visible,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .current-menu-item>.human-nav__link,.human-nav__desktop>.human-nav__list>.human-nav__item:last-child .sub-menu .current_page_item>.human-nav__link{transform:translate3d(-0.125rem, 0, 0)}.human-nav__link::after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:currentColor;opacity:0;transform:translateY(0.0625rem) scaleX(0.35);transition:opacity 180ms ease,transform 180ms ease}.human-nav__link:hover,.human-nav__link:focus-visible,.human-nav__desktop .menu-item-has-children:hover>.human-nav__link,.human-nav__desktop .menu-item-has-children:focus-within>.human-nav__link,.human-nav__desktop .menu-item-has-children.human-nav__item--submenu-open>.human-nav__link{color:var(--human-nav-link-hover-color)}.human-nav__item.current-menu-item>.human-nav__link,.human-nav__item.current-menu-ancestor>.human-nav__link,.human-nav__item.current_page_ancestor>.human-nav__link,.human-nav__item.current_page_item>.human-nav__link{color:#fff}.human-nav__desktop .human-nav__link[href="#"]{cursor:default}.human-nav__desktop>.human-nav__list>.human-nav__item>.human-nav__link{height:100%}.human-nav__desktop>.human-nav__list>.nav-cta>.human-nav__link{min-height:2.75rem;padding:0 1.5rem;color:#0a1430;background:#4a9bbe;border-radius:0;font-weight:700;transition:background-color 180ms ease,color 180ms ease,transform 180ms ease}.human-nav__desktop>.human-nav__list>.nav-cta>.human-nav__link::after{position:static;display:inline-block;width:.42em;height:.42em;margin-left:.7em;background:rgba(0,0,0,0);border-top:1px solid currentColor;border-right:1px solid currentColor;opacity:1;transform:rotate(45deg)}.human-nav__desktop>.human-nav__list>.nav-cta>.human-nav__link:hover,.human-nav__desktop>.human-nav__list>.nav-cta>.human-nav__link:focus-visible{color:#fff;background:rgba(74,155,190,.82);transform:translateY(-0.0625rem)}.human-nav__link:hover::after,.human-nav__link:focus-visible::after,.human-nav__item.current-menu-item>.human-nav__link::after,.human-nav__item.current-menu-ancestor>.human-nav__link::after,.human-nav__item.current_page_ancestor>.human-nav__link::after,.human-nav__item.current_page_item>.human-nav__link::after{opacity:.8;transform:translateY(0.0625rem) scaleX(1)}.human-nav__item.current-menu-item>.human-nav__link::after,.human-nav__item.current-menu-ancestor>.human-nav__link::after,.human-nav__item.current_page_ancestor>.human-nav__link::after,.human-nav__item.current_page_item>.human-nav__link::after{background:#4a9bbe}.human-nav__desktop .human-nav__link[href="#"]:hover::after,.human-nav__desktop .human-nav__link[href="#"]:focus-visible::after{opacity:0;transform:translateY(0.0625rem) scaleX(0.35)}.human-nav__desktop .current-menu-ancestor>.human-nav__link[href="#"]::after,.human-nav__desktop .current_page_ancestor>.human-nav__link[href="#"]::after{opacity:.8;transform:translateY(0.0625rem) scaleX(1)}.human-nav__toggle{position:relative;display:none;align-items:center;justify-content:center;width:var(--human-nav-toggle-size);height:var(--human-nav-toggle-size);padding:0;color:var(--human-nav-toggle-color);background:var(--human-nav-toggle-background);border:0;border-radius:50%;cursor:pointer;transition:background-color 180ms ease,border-color 180ms ease,transform 180ms ease;z-index:3}.human-nav__toggle:hover,.human-nav__toggle:focus-visible{background:rgba(74,155,190,.84);transform:translateY(-0.0625rem)}.human-nav--open .human-nav__toggle{color:#0a1430;background:#4a9bbe;transform:none;z-index:var(--human-nav-toggle-z-index)}.human-nav--open .human-nav__toggle:hover,.human-nav--open .human-nav__toggle:focus-visible{color:#fff;background:rgba(0,0,0,0);transform:none}.human-nav__toggle-lines{position:relative;display:block;width:1.25rem;height:.9375rem}.human-nav__toggle-lines span{position:absolute;right:0;display:block;width:100%;height:.125rem;background:currentColor;border-radius:.125rem;transition:top 180ms ease,transform 180ms ease,opacity 160ms ease,width 180ms ease}.human-nav__toggle-lines span:nth-child(1){top:0}.human-nav__toggle-lines span:nth-child(2){top:.40625rem}.human-nav__toggle-lines span:nth-child(3){top:.8125rem}.human-nav--open .human-nav__toggle-lines span:nth-child(1){top:.40625rem;transform:rotate(45deg)}.human-nav--open .human-nav__toggle-lines span:nth-child(2){opacity:0;transform:translateX(0.5rem)}.human-nav--open .human-nav__toggle-lines span:nth-child(3){top:.40625rem;width:100%;transform:rotate(-45deg)}.human-nav__backdrop{position:fixed;top:var(--human-nav-backdrop-top, var(--human-nav-panel-top));right:0;left:0;display:none;height:calc(100vh - var(--human-nav-backdrop-top, var(--human-nav-panel-top)));min-height:100vh;background:rgba(10,20,48,.82);opacity:0;transition:opacity 260ms ease;z-index:var(--human-nav-backdrop-z-index)}.human-nav__mobile-stage{position:fixed;top:var(--human-nav-panel-top);right:var(--human-nav-panel-edge);display:none;width:var(--human-nav-panel-width);max-width:calc(100vw - var(--human-nav-panel-edge) - var(--human-nav-panel-edge));box-sizing:border-box;max-height:calc(100vh - var(--human-nav-panel-top) - 10px);padding-bottom:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;opacity:0;transform:scale(0.985);transform-origin:top center;transition:opacity 180ms ease,transform 220ms cubic-bezier(0.22, 1, 0.36, 1);z-index:var(--human-nav-panel-z-index);scrollbar-width:none}.human-nav__mobile-stage::-webkit-scrollbar{display:none}.human-nav__mobile-stage::after{display:none}.human-nav__panel{position:relative;isolation:isolate;width:100%;overflow:hidden;background:var(--human-nav-panel-background);border-radius:0;box-shadow:0 1.375rem 3.625rem rgba(18,20,23,.22);border:1px solid var(--human-nav-panel-border-color);border-radius:0;box-shadow:0 1.125rem 3rem rgba(18,20,23,.32)}.human-nav__panel::before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;pointer-events:none}.human-nav__panel-glow{display:none}.human-nav__panel-inner{position:relative;z-index:2;padding:clamp(1.25rem,5vw,1.75rem)}.human-nav__panel-header{display:flex;align-items:center;gap:0;min-height:1.875rem;margin-bottom:.875rem}.human-nav__panel-back{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 0;width:1.875rem;height:1.875rem;padding:0;color:var(--human-nav-panel-accent-color);background:rgba(74,155,190,.08);border:1px solid rgba(74,155,190,.16);border-radius:50%;cursor:pointer;opacity:0;overflow:hidden;pointer-events:none;transform:translate3d(-0.75rem, 0, 0) scale(0.92);transition:flex-basis 240ms cubic-bezier(0.22, 1, 0.36, 1),margin-right 240ms cubic-bezier(0.22, 1, 0.36, 1),opacity 180ms ease,transform 240ms cubic-bezier(0.22, 1, 0.36, 1)}.human-nav__panel-back span{width:.5rem;height:.5rem;border-bottom:.125rem solid currentColor;border-left:.125rem solid currentColor;transform:translateX(0.0625rem) rotate(45deg)}.human-nav--submenu-active .human-nav__panel-back{flex-basis:1.875rem;margin-right:.75rem;opacity:1;pointer-events:auto;transform:translate3d(0, 0, 0) scale(1)}.human-nav__panel-kicker{position:relative;color:rgba(74,155,190,.82);font-size:.68rem;font-weight:600;letter-spacing:0;text-transform:uppercase}.human-nav__panel-kicker-label{display:inline-block;transition:opacity 160ms ease,transform 190ms cubic-bezier(0.22, 1, 0.36, 1)}.human-nav__panel-kicker-label--changing{opacity:0;transform:translate3d(0.5rem, 0, 0)}.human-nav__mobile{overflow:hidden}.human-nav__drilldown{overflow:hidden;transition:height 260ms cubic-bezier(0.22, 1, 0.36, 1)}.human-nav__drilldown-track{display:flex;align-items:flex-start;transform:translate3d(calc(var(--human-nav-level, 0) * -100%), 0, 0);transition:transform 340ms cubic-bezier(0.22, 1, 0.36, 1)}.human-nav__drilldown-panel{flex:0 0 100%;min-width:100%;opacity:0;transition:opacity 160ms ease}.human-nav__drilldown-panel--active{opacity:1}.human-nav__drilldown-panel--exiting{opacity:0}.human-nav__mobile .human-nav__list{display:grid;gap:0}.human-nav__mobile .human-nav__item{opacity:0;transform:translate3d(0.75rem, 0.625rem, 0);transition:opacity 280ms ease,transform 420ms cubic-bezier(0.22, 1, 0.36, 1);transition-delay:calc(var(--human-nav-item-index, 0)*55ms)}.human-nav__mobile .human-nav__link{display:flex;justify-content:space-between;gap:1.25rem;min-height:3.25rem;color:var(--human-nav-panel-link-color);font-size:1.2rem;font-weight:600;line-height:1.2;text-decoration:none !important;border-bottom:1px solid rgba(74,155,190,.18)}.human-nav__mobile button.human-nav__link{width:100%;box-sizing:border-box;padding:0;background:rgba(0,0,0,0);border-top:0;border-right:0;border-left:0;cursor:pointer;font-family:inherit;text-align:left}.human-nav__mobile .human-nav__item:last-child>.human-nav__link{border-bottom:0}.human-nav__mobile .human-nav__link span{text-decoration:none !important}.human-nav__mobile .human-nav__link::after{display:none}.human-nav__chevron{flex:0 0 auto;width:.625rem;height:.625rem;margin-right:.1875rem;border-top:.125rem solid currentColor;border-right:.125rem solid currentColor;opacity:.7;transform:rotate(45deg);transition:opacity 180ms ease,transform 180ms ease}.human-nav__submenu-trigger:hover .human-nav__chevron,.human-nav__submenu-trigger:focus-visible .human-nav__chevron{opacity:1;transform:translateX(0.1875rem) rotate(45deg)}.human-nav__mobile .human-nav__link:hover,.human-nav__mobile .human-nav__link:focus-visible,.human-nav__mobile .current-menu-item>.human-nav__link,.human-nav__mobile .current_page_item>.human-nav__link{color:var(--human-nav-panel-accent-color)}.human-nav__mobile .sub-menu{display:grid;gap:.5rem;padding:.375rem 0 .875rem 1.125rem;margin:0;list-style:none}.human-nav__mobile .sub-menu .human-nav__link{min-height:2.125rem;font-size:.95rem;font-weight:500;opacity:.72;border-bottom:0}.human-nav--mobile .human-nav__desktop{display:none}.human-nav--mobile{width:auto}.human-nav--mobile .human-nav__toggle{display:inline-flex}.human-nav--mobile .human-nav__mobile-stage{left:var(--human-nav-panel-edge);right:auto;width:min(var(--human-nav-panel-width),100vw - var(--human-nav-panel-edge)*2);max-width:calc(100vw - var(--human-nav-panel-edge)*2)}.human-nav--opening .human-nav__backdrop,.human-nav--opening .human-nav__mobile-stage,.human-nav--closing .human-nav__backdrop,.human-nav--closing .human-nav__mobile-stage,.human-nav--open .human-nav__backdrop,.human-nav--open .human-nav__mobile-stage{display:block}.human-nav--opening .human-nav__backdrop,.human-nav--opening .human-nav__mobile-stage,.human-nav--closing .human-nav__backdrop,.human-nav--closing .human-nav__mobile-stage{display:block;opacity:0}.human-nav--open .human-nav__backdrop{opacity:1}.human-nav--open .human-nav__mobile-stage{opacity:1;transform:scale(1)}.human-nav__mobile-cta{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0, 1fr) auto;align-items:center;gap:var(--human-nav-cta-gap);margin-top:1.25rem;padding:1.25rem;background:var(--human-nav-cta-background);border-radius:0;box-shadow:0 1.375rem 3.625rem rgba(18,20,23,.22);border:1px solid var(--human-nav-cta-border-color);border-radius:0;box-shadow:none;opacity:0;transform:translate3d(0, 0.625rem, 0);transition:opacity 260ms ease 120ms,transform 320ms cubic-bezier(0.22, 1, 0.36, 1) 120ms}.human-nav__mobile-cta::before{content:"";position:absolute;inset:0;z-index:-1;border-radius:inherit;pointer-events:none}.human-nav--open .human-nav__mobile-cta{opacity:1;transform:translate3d(0, 0, 0)}.human-nav__mobile-cta-intro{max-width:30em;margin:0;color:var(--human-nav-cta-text-color);font-size:1rem;font-weight:500;line-height:1.35}.human-nav__mobile-cta-button{display:inline-flex;align-items:center;justify-content:center;justify-self:end;gap:.75rem;padding:.6875em 1.5em;color:var(--human-nav-cta-button-color);font-size:.875rem;font-weight:700;letter-spacing:inherit;line-height:1.2;text-decoration:none;background:var(--human-nav-cta-button-background);border-radius:0;box-shadow:none;transition:background-color 180ms ease,box-shadow 180ms ease,transform 180ms ease}.human-nav__mobile-cta-button:hover,.human-nav__mobile-cta-button:focus-visible{color:#fff;background:rgba(74,155,190,.82);transform:translateY(-0.0625rem)}.human-nav__mobile-cta-arrow{flex:0 0 auto;width:.65625rem;height:.2475rem;transition:transform 180ms ease}.human-nav__mobile-cta-button:hover .human-nav__mobile-cta-arrow,.human-nav__mobile-cta-button:focus-visible .human-nav__mobile-cta-arrow{transform:translateX(0.125rem)}.human-nav--open .human-nav__mobile .human-nav__item{opacity:1;transform:translate3d(0, 0, 0)}body.human-nav-lock{overflow:hidden}@media(max-width: 1024px){.human-nav:not(.human-nav--desktop){width:auto}.brxe-human-nav-menu:has(.human-nav:not(.human-nav--desktop)){width:auto}.human-nav:not(.human-nav--desktop) .human-nav__desktop{display:none}.human-nav:not(.human-nav--desktop) .human-nav__toggle{display:inline-flex}}@media(max-width: 767px){.human-nav{--human-nav-panel-edge: clamp(0.625rem, 4vw, 1.125rem);--human-nav-panel-offset: 68px}.human-nav__mobile-stage{left:var(--human-nav-panel-edge);right:auto;width:calc(100vw - var(--human-nav-panel-edge)*2);max-width:calc(100vw - var(--human-nav-panel-edge)*2);max-height:calc(100vh - var(--human-nav-panel-top) - 10px)}.human-nav__mobile .human-nav__link{font-size:1.08rem}.human-nav__mobile-cta{grid-template-columns:1fr}.human-nav__mobile-cta-button{justify-self:start}}@media(prefers-reduced-motion: reduce){.human-nav__toggle,.human-nav__toggle-lines span,.human-nav__backdrop,.human-nav__mobile-stage,.human-nav__mobile-cta,.human-nav__mobile-cta-button,.human-nav__panel-back,.human-nav__panel-kicker-label,.human-nav__drilldown,.human-nav__drilldown-panel,.human-nav__drilldown-track,.human-nav__mobile .human-nav__item,.human-nav__link{transition-duration:1ms}}.human-framed-image-element{--human-framed-image-primary-color: #1d3988;--human-framed-image-accent-color: #4a9bbe;--human-framed-image-primary-thickness: 1.375rem;--human-framed-image-outline-thickness: 0.125rem;--human-framed-image-decor-offset: 1.375rem;--human-framed-image-decor-inset: 54%;--human-framed-image-width: 100%;--human-framed-image-height: auto;--human-framed-image-info-inset: 1.375rem;--human-framed-image-info-edge-offset: -0.625rem;--human-framed-image-info-background: #0b1733;--human-framed-image-info-color: #fff;--human-framed-image-info-muted-color: #8593ad;--human-framed-image-placeholder-color: #dfe4ec;--human-framed-image-frame-animation-delay: 0ms;--human-framed-image-primary-width: calc( 100% - var(--human-framed-image-decor-inset) + var(--human-framed-image-decor-offset) );--human-framed-image-primary-height: calc( 100% - var(--human-framed-image-decor-inset) + var(--human-framed-image-decor-offset) );--human-framed-image-outline-width: 44%;--human-framed-image-outline-height: 40%;width:var(--human-framed-image-width);height:auto;max-width:100%;position:relative}.human-framed-image-element:has(.human-framed-image--percent-height){height:var(--human-framed-image-height)}.human-framed-image-element:has(.human-framed-image--fit-contain.human-framed-image--has-height){width:fit-content;max-width:var(--human-framed-image-width)}.human-framed-image{position:relative;z-index:0;display:block;width:100%;height:var(--human-framed-image-height);max-width:100%;margin:0;isolation:isolate}.human-framed-image--fit-contain{height:auto}.human-framed-image--fit-contain.human-framed-image--has-height{display:inline-block;width:fit-content;height:var(--human-framed-image-height);max-width:100%;vertical-align:top}.human-framed-image--percent-height{position:absolute;top:0;left:0}.human-framed-image__corner{position:absolute;z-index:0;box-sizing:border-box;pointer-events:none}.human-framed-image__corner--primary{top:calc(var(--human-framed-image-decor-offset)*-1);right:calc(var(--human-framed-image-decor-offset)*-1);width:var(--human-framed-image-primary-width);height:var(--human-framed-image-primary-height);min-width:calc(var(--human-framed-image-primary-thickness)*2);min-height:calc(var(--human-framed-image-primary-thickness)*2);border-top:var(--human-framed-image-primary-thickness) solid var(--human-framed-image-primary-color);border-right:var(--human-framed-image-primary-thickness) solid var(--human-framed-image-primary-color)}.human-framed-image__corner--outline{bottom:calc(var(--human-framed-image-decor-offset)*-1);left:calc((var(--human-framed-image-decor-offset) + 0.1875rem)*-1);width:var(--human-framed-image-outline-width);height:var(--human-framed-image-outline-height);border:var(--human-framed-image-outline-thickness) solid var(--human-framed-image-accent-color)}.human-framed-image--decor-top-left-bottom-right .human-framed-image__corner--primary{right:auto;left:calc(var(--human-framed-image-decor-offset)*-1);border-right:0;border-left:var(--human-framed-image-primary-thickness) solid var(--human-framed-image-primary-color)}.human-framed-image--decor-top-left-bottom-right{--human-framed-image-outline-width: 34%;--human-framed-image-outline-height: 30%}.human-framed-image--decor-top-left-bottom-right .human-framed-image__corner--outline{right:calc((var(--human-framed-image-decor-offset) + 0.1875rem)*-1);left:auto}.human-framed-image--decor-none .human-framed-image__corner{display:none}.human-framed-image.human-reveal--ready .human-framed-image__media{opacity:.01}.human-framed-image.human-reveal--ready .human-framed-image__corner--primary{opacity:1;background-image:linear-gradient(var(--human-framed-image-primary-color), var(--human-framed-image-primary-color)),linear-gradient(var(--human-framed-image-primary-color), var(--human-framed-image-primary-color));background-position:top left,top right;background-repeat:no-repeat;background-size:0 var(--human-framed-image-primary-thickness),var(--human-framed-image-primary-thickness) 0;background-origin:border-box;border-color:rgba(0,0,0,0)}.human-framed-image--decor-top-left-bottom-right.human-reveal--ready .human-framed-image__corner--primary{background-position:top right,top left}.human-framed-image.human-reveal--ready .human-framed-image__corner--outline{opacity:1;background-image:linear-gradient(var(--human-framed-image-accent-color), var(--human-framed-image-accent-color)),linear-gradient(var(--human-framed-image-accent-color), var(--human-framed-image-accent-color)),linear-gradient(var(--human-framed-image-accent-color), var(--human-framed-image-accent-color)),linear-gradient(var(--human-framed-image-accent-color), var(--human-framed-image-accent-color));background-position:top right,top left,bottom left,bottom right;background-repeat:no-repeat;background-size:0 var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0,0 var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0;background-origin:border-box;border-color:rgba(0,0,0,0)}.human-framed-image--decor-top-left-bottom-right.human-reveal--ready .human-framed-image__corner--outline{background-position:top left,top right,bottom right,bottom left}.human-framed-image.human-reveal--ready .human-framed-image__info{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-0.5rem)}.human-framed-image.human-reveal--ready.human-reveal--visible .human-framed-image__corner--primary{animation:human-framed-image-primary-frame-reveal .82s linear calc(var(--human-framed-image-frame-animation-delay) + .04s) both}.human-framed-image.human-reveal--ready.human-reveal--visible .human-framed-image__corner--outline{animation:human-framed-image-outline-frame-reveal 1.04s linear calc(var(--human-framed-image-frame-animation-delay) + .04s) both}.human-framed-image.human-reveal--ready.human-reveal--visible .human-framed-image__media{opacity:1;transition:opacity .34s ease-out}.human-framed-image.human-reveal--ready.human-reveal--visible .human-framed-image__info{animation:human-framed-image-info-left-reveal .56s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--human-framed-image-frame-animation-delay) + .18s) both}.human-framed-image--info-bottom-right.human-reveal--ready.human-reveal--visible .human-framed-image__info,.human-framed-image--info-top-right.human-reveal--ready.human-reveal--visible .human-framed-image__info{animation-name:human-framed-image-info-right-reveal}.human-framed-image__media{position:relative;z-index:1;width:100%;height:100%;margin:0;overflow:hidden;background-color:var(--human-framed-image-placeholder-color)}.human-framed-image__img{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;object-position:center center}.human-framed-image--lazy .human-framed-image__media::after{position:absolute;z-index:0;inset:0;background:linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.35) 50%, transparent 75%);background-size:200% 100%;content:"";pointer-events:none;animation:human-framed-image-shimmer 1.4s linear infinite}.human-framed-image--lazy .human-framed-image__img{opacity:0;transition:opacity .4s ease}.human-framed-image--loaded .human-framed-image__media::after,.human-framed-image--error .human-framed-image__media::after{display:none}.human-framed-image--loaded .human-framed-image__img,.human-framed-image--error .human-framed-image__img{opacity:1}.human-framed-image--fit-contain .human-framed-image__media{height:auto}.human-framed-image--fit-contain .human-framed-image__img{height:auto}.human-framed-image--fit-contain.human-framed-image--has-height .human-framed-image__media{width:fit-content;height:100%;max-width:100%}.human-framed-image--fit-contain.human-framed-image--has-height .human-framed-image__img{width:auto;height:100%;max-width:100%}.human-framed-image__info{position:absolute;z-index:2;display:grid;gap:.25rem;min-width:12.375rem;max-width:min(78%,18.75rem);padding:1.0625rem 1.4375rem;background-color:var(--human-framed-image-info-background);border:.0625rem solid hsla(0,0%,100%,.16);color:var(--human-framed-image-info-color);text-align:left}.human-framed-image--info-bottom-left .human-framed-image__info{bottom:var(--human-framed-image-info-inset);left:var(--human-framed-image-info-edge-offset)}.human-framed-image--info-bottom-right .human-framed-image__info{right:var(--human-framed-image-info-edge-offset);bottom:var(--human-framed-image-info-inset)}.human-framed-image--info-top-left .human-framed-image__info{top:var(--human-framed-image-info-inset);left:var(--human-framed-image-info-edge-offset)}.human-framed-image--info-top-right .human-framed-image__info{top:var(--human-framed-image-info-inset);right:var(--human-framed-image-info-edge-offset)}.human-framed-image__eyebrow,.human-framed-image__title,.human-framed-image__description{display:block}.human-framed-image__eyebrow{color:var(--human-framed-image-accent-color);font-size:.6875rem;font-weight:700;letter-spacing:.16em;line-height:normal;text-transform:uppercase}.human-framed-image__title{color:var(--human-framed-image-info-color);font-size:1.0625rem;font-weight:800;letter-spacing:0;line-height:normal}.human-framed-image__description{color:var(--human-framed-image-info-muted-color);font-size:.875rem;line-height:1.35}@keyframes human-framed-image-shimmer{from{background-position:200% 0}to{background-position:-200% 0}}@keyframes human-framed-image-primary-frame-reveal{0%{background-size:0 var(--human-framed-image-primary-thickness),var(--human-framed-image-primary-thickness) 0}56%{background-size:100% var(--human-framed-image-primary-thickness),var(--human-framed-image-primary-thickness) 0}100%{background-size:100% var(--human-framed-image-primary-thickness),var(--human-framed-image-primary-thickness) 100%}}@keyframes human-framed-image-outline-frame-reveal{0%{background-size:0 var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0,0 var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0}25%{background-size:100% var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0,0 var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0}50%{background-size:100% var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 100%,0 var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0}75%{background-size:100% var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 100%,100% var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 0}100%{background-size:100% var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 100%,100% var(--human-framed-image-outline-thickness),var(--human-framed-image-outline-thickness) 100%}}@keyframes human-framed-image-info-left-reveal{from{opacity:0;clip-path:inset(0 100% 0 0);transform:translateX(-0.5rem)}to{opacity:1;clip-path:inset(0);transform:translateX(0)}}@keyframes human-framed-image-info-right-reveal{from{opacity:0;clip-path:inset(0 0 0 100%);transform:translateX(0.5rem)}to{opacity:1;clip-path:inset(0);transform:translateX(0)}}@media(prefers-reduced-motion: reduce){.human-framed-image.human-reveal--ready .human-framed-image__corner,.human-framed-image.human-reveal--ready .human-framed-image__info,.human-framed-image.human-reveal--ready .human-framed-image__media{opacity:1;clip-path:none;transform:none;animation:none}.human-framed-image.human-reveal--ready .human-framed-image__corner--primary{background:none;border-color:var(--human-framed-image-primary-color)}.human-framed-image.human-reveal--ready .human-framed-image__corner--outline{background:none;border-color:var(--human-framed-image-accent-color)}.human-framed-image--lazy .human-framed-image__media::after{animation:none}.human-framed-image--lazy .human-framed-image__img{transition:none}}@media(max-width: 767px){.human-framed-image{--human-framed-image-primary-thickness: 0.875rem;--human-framed-image-decor-offset: 0.875rem;--human-framed-image-info-inset: 0.875rem}.human-framed-image__info{min-width:10.625rem;max-width:calc(100% - var(--human-framed-image-info-inset)*2);padding:.875rem 1rem}}.human-stats-strip-element{--human-stats-divider-color: rgba(74, 155, 190, 0.22);--human-stats-value-color: #fff;--human-stats-accent-color: #4a9bbe;--human-stats-description-color: #b8c2d3;width:100%}.human-stats-strip{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0, 1fr);width:100%;padding:0;margin:0;border-top:.0625rem solid var(--human-stats-divider-color);list-style:none}.human-stats-strip.human-reveal--ready{border-top-color:rgba(0,0,0,0)}.human-stats-strip.human-reveal--ready::before{position:absolute;top:0;right:0;left:0;height:.0625rem;background-color:var(--human-stats-divider-color);content:"";transform:scaleX(0);transform-origin:left center}.human-stats-strip.human-reveal--ready.human-reveal--visible::before{transform:scaleX(1);transition:transform .6s cubic-bezier(0.22, 1, 0.36, 1)}.human-stats-strip__item{position:relative;display:flex;min-width:0;padding:2.375rem 2rem 1.625rem;border-left:.0625rem solid var(--human-stats-divider-color);flex-direction:column;align-items:flex-start}.human-stats-strip.human-reveal--ready .human-stats-strip__item{border-left-color:rgba(0,0,0,0)}.human-stats-strip.human-reveal--ready .human-stats-strip__item::before{position:absolute;top:0;bottom:0;left:0;width:.0625rem;background-color:var(--human-stats-divider-color);content:"";transform:scaleY(0);transform-origin:center top}.human-stats-strip.human-reveal--ready .human-stats-strip__item:first-child::before{display:none}.human-stats-strip.human-reveal--ready.human-reveal--visible .human-stats-strip__item::before{transform:scaleY(1);transition:transform .48s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}.human-stats-strip__item:first-child{padding-left:0;border-left:0}.human-stats-strip__value{display:flex;gap:0;color:var(--human-stats-value-color);font-size:3rem;font-weight:800;letter-spacing:0;line-height:1}.human-stats-strip__accent{color:var(--human-stats-accent-color)}.human-stats-strip__description{display:block;margin-top:.875rem;color:var(--human-stats-description-color);font-size:1rem;letter-spacing:0;line-height:1.4}.human-stats-strip.human-reveal--ready .human-stats-strip__value,.human-stats-strip.human-reveal--ready .human-stats-strip__description{opacity:0;transform:translateY(0.5rem)}.human-stats-strip.human-reveal--ready.human-reveal--visible .human-stats-strip__value{opacity:1;transform:translateY(0);transition:opacity .52s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .52s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}.human-stats-strip.human-reveal--ready.human-reveal--visible .human-stats-strip__description{opacity:1;transform:translateY(0);transition:opacity .52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--human-reveal-delay) + 60ms),transform .52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--human-reveal-delay) + 60ms)}@media(max-width: 767px){.human-stats-strip{grid-auto-flow:row;grid-auto-columns:auto;grid-template-columns:minmax(0, 1fr)}.human-stats-strip__item,.human-stats-strip__item:first-child{padding:1.5rem 0;border-top:.0625rem solid var(--human-stats-divider-color);border-left:0}.human-stats-strip.human-reveal--ready .human-stats-strip__item{border-top-color:rgba(0,0,0,0)}.human-stats-strip.human-reveal--ready .human-stats-strip__item::before{top:0;right:0;bottom:auto;left:0;width:auto;height:.0625rem;transform:scaleX(0);transform-origin:left center}.human-stats-strip.human-reveal--ready.human-reveal--visible .human-stats-strip__item::before{transform:scaleX(1)}.human-stats-strip__item:first-child{border-top:0}.human-stats-strip__value{font-size:2.5rem}}@media(prefers-reduced-motion: reduce){.human-stats-strip.human-reveal--ready::before,.human-stats-strip.human-reveal--ready .human-stats-strip__item::before{transform:none;transition:none}.human-stats-strip.human-reveal--ready .human-stats-strip__value,.human-stats-strip.human-reveal--ready .human-stats-strip__description{opacity:1;transform:none;transition:none}}.human-marquee-element{--human-marquee-color: #0b1733;--human-marquee-duration: 40s;--human-marquee-distance: -50%;--human-marquee-gap: 1.875rem;--human-marquee-padding-block: 1.25rem;--human-marquee-font-size: 1.25rem;--human-marquee-dot-size: 0.5rem;width:100%;max-width:100%;color:var(--human-marquee-color);overflow:hidden}.human-marquee,.human-marquee__viewport{width:100%;overflow:hidden}.human-marquee__track{display:flex;width:max-content;animation:human-marquee-scroll var(--human-marquee-duration) linear infinite}.human-marquee__group{display:flex;flex:0 0 auto;align-items:center;gap:var(--human-marquee-gap);min-width:max-content;padding-block:var(--human-marquee-padding-block);padding-inline-end:var(--human-marquee-gap)}.human-marquee__item{display:inline-flex;flex:0 0 auto;align-items:center;gap:var(--human-marquee-gap)}.human-marquee__label{display:inline-flex;color:inherit;font-size:var(--human-marquee-font-size);font-style:normal;font-weight:800;letter-spacing:0;line-height:normal;white-space:nowrap}.human-marquee__dot{display:inline-flex;flex:0 0 auto;width:var(--human-marquee-dot-size);height:var(--human-marquee-dot-size);border-radius:50%;background-color:currentColor}.human-marquee--pause-on-hover:hover .human-marquee__track{animation-play-state:paused}@keyframes human-marquee-scroll{to{transform:translate3d(var(--human-marquee-distance), 0, 0)}}@media(max-width: 767px){.human-marquee-element{--human-marquee-gap: 1.375rem;--human-marquee-padding-block: 1rem;--human-marquee-font-size: 1.125rem;--human-marquee-dot-size: 0.375rem}}@media(prefers-reduced-motion: reduce){.human-marquee__track{width:100%;animation:none}.human-marquee__viewport{overflow-x:auto;scrollbar-width:thin}.human-marquee__group[aria-hidden=true]{display:none}}.human-numbered-grid-element{--human-numbered-grid-border-color: rgba(255, 255, 255, 0.12);--human-numbered-grid-number-color: #4a9bbe;--human-numbered-grid-title-color: #fff;--human-numbered-grid-description-color: #9aa6bd;--human-numbered-grid-min-height: 17.625rem;width:100%}.human-numbered-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));width:100%;padding:0;margin:0;border-top:.0625rem solid var(--human-numbered-grid-border-color);border-left:.0625rem solid var(--human-numbered-grid-border-color);list-style:none}.human-numbered-grid__item{display:flex;min-width:0;min-height:var(--human-numbered-grid-min-height);padding:2.375rem 1.875rem;border-right:.0625rem solid var(--human-numbered-grid-border-color);border-bottom:.0625rem solid var(--human-numbered-grid-border-color);flex-direction:column;justify-content:space-between;gap:2.5rem}.human-numbered-grid__number{display:block;color:var(--human-numbered-grid-number-color);font-size:.9375rem;font-style:normal;font-weight:800;letter-spacing:0;line-height:normal}.human-numbered-grid__content{display:block}.human-numbered-grid__title{padding:0;margin:0;color:var(--human-numbered-grid-title-color);font-size:1.375rem;font-weight:800;letter-spacing:0;line-height:1.08}.human-numbered-grid__description{padding:0;margin:1rem 0 0;color:var(--human-numbered-grid-description-color);font-size:.9375rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.6}.human-numbered-grid.human-reveal--ready .human-numbered-grid__number,.human-numbered-grid.human-reveal--ready .human-numbered-grid__content{opacity:0;transform:translateY(0.5rem)}.human-numbered-grid.human-reveal--ready.human-reveal--visible .human-numbered-grid__number{opacity:1;transform:translateY(0);transition:opacity .48s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .48s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}.human-numbered-grid.human-reveal--ready.human-reveal--visible .human-numbered-grid__content{opacity:1;transform:translateY(0);transition:opacity .52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--human-reveal-delay) + 50ms),transform .52s cubic-bezier(0.22, 1, 0.36, 1) calc(var(--human-reveal-delay) + 50ms)}@media(max-width: 991px){.human-numbered-grid-element{--human-numbered-grid-min-height: 15.625rem}.human-numbered-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 767px){.human-numbered-grid-element{--human-numbered-grid-min-height: auto}.human-numbered-grid{grid-template-columns:minmax(0, 1fr)}.human-numbered-grid__item{padding:1.75rem 1.5rem;justify-content:flex-start;gap:1.75rem}.human-numbered-grid__title{font-size:1.25rem}}@media(prefers-reduced-motion: reduce){.human-numbered-grid.human-reveal--ready .human-numbered-grid__number,.human-numbered-grid.human-reveal--ready .human-numbered-grid__content{opacity:1;transform:none;transition:none}}.human-logo-marquee-element{--human-logo-marquee-duration: 54s;--human-logo-marquee-distance: -50%;--human-logo-marquee-gap: 4.5rem;--human-logo-marquee-padding-block: 1.875rem;--human-logo-marquee-edge-fade: 6%;--human-logo-marquee-logo-width: 9.375rem;--human-logo-marquee-logo-height: 2rem;--human-logo-marquee-opacity: 1;--human-logo-marquee-hover-opacity: 1;width:100%;max-width:100%;overflow:hidden}.human-logo-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg, transparent, #000 var(--human-logo-marquee-edge-fade), #000 calc(100% - var(--human-logo-marquee-edge-fade)), transparent);mask-image:linear-gradient(90deg, transparent, #000 var(--human-logo-marquee-edge-fade), #000 calc(100% - var(--human-logo-marquee-edge-fade)), transparent)}.human-logo-marquee__viewport{width:100%;overflow:hidden}.human-logo-marquee__track{display:flex;width:max-content;opacity:1;transform:translate3d(0, 0, 0)}.human-logo-marquee--loading .human-logo-marquee__track{opacity:0}.human-logo-marquee--ready .human-logo-marquee__track{animation:human-logo-marquee-scroll var(--human-logo-marquee-duration) linear infinite;transition:opacity 220ms ease}.human-logo-marquee:not(.human-logo-marquee--ready) .human-logo-marquee__group[aria-hidden=true]{display:none}.human-logo-marquee__group{display:flex;flex:0 0 auto;align-items:center;gap:var(--human-logo-marquee-gap);min-width:max-content;padding-block:var(--human-logo-marquee-padding-block);padding-inline-start:0;padding-inline-end:var(--human-logo-marquee-gap);margin:0;list-style:none}.human-logo-marquee__item{display:flex;flex:0 0 auto;align-items:center;justify-content:center}.human-logo-marquee__media{display:inline-flex;align-items:center;justify-content:center;width:auto;max-width:var(--human-logo-marquee-item-logo-width, var(--human-logo-marquee-logo-width));height:var(--human-logo-marquee-item-logo-height, var(--human-logo-marquee-logo-height));opacity:var(--human-logo-marquee-opacity);transition:opacity 220ms ease,transform 220ms ease}.human-logo-marquee--grayscale .human-logo-marquee__media{filter:brightness(0) saturate(100%) invert(68%) sepia(5%) saturate(668%) hue-rotate(186deg) brightness(78%) contrast(103%)}.human-logo-marquee--grayscale .human-logo-marquee__item--contrast .human-logo-marquee__media{filter:grayscale(1)}.human-logo-marquee--grayscale .human-logo-marquee__item--original .human-logo-marquee__media{filter:none}.human-logo-marquee__media:hover,.human-logo-marquee__media:focus-visible{opacity:var(--human-logo-marquee-hover-opacity);transform:translateY(-0.0625rem)}.human-logo-marquee__media:focus-visible{outline:.0625rem solid rgba(74,155,190,.6);outline-offset:.5rem}.human-logo-marquee__logo{display:block;width:auto;max-width:100%;height:100%;max-height:none;object-fit:contain}.human-logo-marquee--pause-on-hover:hover .human-logo-marquee__track,.human-logo-marquee--pause-on-hover:focus-within .human-logo-marquee__track{animation-play-state:paused}@keyframes human-logo-marquee-scroll{to{transform:translate3d(var(--human-logo-marquee-distance), 0, 0)}}@media(max-width: 767px){.human-logo-marquee-element{--human-logo-marquee-gap: 2.75rem;--human-logo-marquee-padding-block: 1.5rem;--human-logo-marquee-edge-fade: 10%;--human-logo-marquee-logo-width: 7.875rem;--human-logo-marquee-logo-height: 1.875rem}}@media(prefers-reduced-motion: reduce){.human-logo-marquee__track{width:100%;opacity:1;animation:none;transition:none}.human-logo-marquee__viewport{overflow-x:auto;scrollbar-width:thin}.human-logo-marquee__group[aria-hidden=true]{display:none}.human-logo-marquee__media{transition:none}}.human-case-study-grid-element{--human-case-study-columns: 3;--human-case-study-border-color: #dce1e8;--human-case-study-background-color: #fff;--human-case-study-eyebrow-color: #4a9bbe;--human-case-study-title-color: #0a1430;--human-case-study-excerpt-color: #657083;--human-case-study-image-ratio: 16 / 10;--human-case-study-logo-width: 8.75rem;width:100%}.human-case-study-grid{display:grid;grid-template-columns:repeat(var(--human-case-study-columns), minmax(0, 1fr));width:100%;border-top:.0625rem solid var(--human-case-study-border-color);border-left:.0625rem solid var(--human-case-study-border-color)}.human-case-study-grid__card{min-width:0;margin:0;border-right:.0625rem solid var(--human-case-study-border-color);border-bottom:.0625rem solid var(--human-case-study-border-color);background:var(--human-case-study-background-color)}.human-case-study-grid__link{display:flex;height:100%;color:inherit;text-decoration:none;flex-direction:column}.human-case-study-grid__media{position:relative;overflow:hidden;width:100%;background:#e9edf1;aspect-ratio:var(--human-case-study-image-ratio)}.human-case-study-grid__media::after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg, rgba(247, 244, 237, 0.86) 0%, rgba(247, 244, 237, 0.52) 24%, rgba(247, 244, 237, 0.18) 46%, rgba(247, 244, 237, 0) 68%);content:"";pointer-events:none}.human-case-study-grid__image{display:block;width:100%;height:100%;transition:transform 500ms cubic-bezier(0.22, 1, 0.36, 1);object-fit:cover}.human-case-study-grid__logo{position:absolute;z-index:2;top:1.5rem;left:2rem;display:flex;max-width:calc(100% - 4rem);align-items:center}.human-case-study-grid__logo-image{display:block;width:auto;max-width:min(var(--human-case-study-logo-width),100%);height:auto;max-height:4rem;filter:drop-shadow(0 0.125rem 0.3125rem rgba(10, 20, 48, 0.16));object-fit:contain;object-position:left center}.human-case-study-grid__content{display:flex;padding:2rem;flex:1;flex-direction:column}.human-case-study-grid__eyebrow{display:block;padding:0;margin:0 0 1.125rem;color:var(--human-case-study-eyebrow-color);font-size:.75rem;font-weight:700;letter-spacing:.14em;line-height:1.45;text-transform:uppercase}.human-case-study-grid__title{padding:0;margin:0;color:var(--human-case-study-title-color);font-size:1.3125rem;font-weight:800;letter-spacing:-0.025em;line-height:1.1;transition:color 180ms ease}.human-case-study-grid__excerpt{padding:0;margin:1.125rem 0 0;color:var(--human-case-study-excerpt-color);font-size:.9375rem;font-weight:400;letter-spacing:0;line-height:1.55}.human-case-study-grid__link:hover .human-case-study-grid__image,.human-case-study-grid__link:focus-visible .human-case-study-grid__image{transform:scale(1.025)}.human-case-study-grid__link:hover .human-case-study-grid__title,.human-case-study-grid__link:focus-visible .human-case-study-grid__title{color:var(--human-case-study-eyebrow-color)}.human-case-study-grid__link:focus-visible{position:relative;z-index:2;outline:.1875rem solid var(--human-case-study-eyebrow-color);outline-offset:-0.1875rem}.human-case-study-grid.human-reveal--ready .human-case-study-grid__card{opacity:0;transform:translateY(0.875rem)}.human-case-study-grid.human-reveal--ready.human-reveal--visible .human-case-study-grid__card{opacity:1;transform:translateY(0);transition:opacity .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}@media(max-width: 991px){.human-case-study-grid-element{--human-case-study-columns: 2}}@media(max-width: 767px){.human-case-study-grid-element{--human-case-study-columns: 1}.human-case-study-grid__logo{top:1.25rem;left:1.5rem;max-width:calc(100% - 3rem)}.human-case-study-grid__content{padding:1.625rem 1.5rem}.human-case-study-grid__title{font-size:1.25rem}}@media(prefers-reduced-motion: reduce){.human-case-study-grid__image,.human-case-study-grid__title,.human-case-study-grid.human-reveal--ready .human-case-study-grid__card{opacity:1;transform:none;transition:none}}.human-case-study-section-heading{--human-case-study-section-heading-color: #163279;display:flex;align-items:center;gap:.5rem;margin:2.25rem 0 .875rem;color:var(--human-case-study-section-heading-color)}.human-case-study-section-heading:first-child{margin-top:0}.human-case-study-section-heading__icon{display:block;width:1.125rem;height:1.125rem;flex:0 0 1.125rem}.human-case-study-section-heading__title{padding:0;margin:0;color:var(--human-case-study-section-heading-color);font-size:.9375rem;font-style:normal;font-weight:800;letter-spacing:.09375rem;line-height:normal;text-transform:uppercase}.human-article-grid-element{--human-article-grid-columns: 3;--human-article-grid-column-gap: 1.625rem;--human-article-grid-row-gap: 3rem;--human-article-grid-image-ratio: 3 / 2;--human-article-grid-category-color: #4a9bbe;--human-article-grid-title-color: #0b1733;--human-article-grid-meta-color: #8593ad;width:100%}.human-article-grid{display:grid;grid-template-columns:repeat(var(--human-article-grid-columns), minmax(0, 1fr));width:100%;column-gap:var(--human-article-grid-column-gap);row-gap:var(--human-article-grid-row-gap)}.human-article-grid__card{min-width:0;margin:0}.human-article-grid__link{display:block;height:100%;color:inherit;text-decoration:none}.human-article-grid__media{position:relative;overflow:hidden;width:100%;background:#e9edf1;aspect-ratio:var(--human-article-grid-image-ratio)}.human-article-grid__video-indicator{position:absolute;z-index:2;right:1rem;bottom:1rem;display:grid;width:3.25rem;border-radius:50%;background:#4a9bbe;box-shadow:0 .5rem 1.5rem rgba(10,20,48,.2);color:#0a1430;place-items:center;aspect-ratio:1;transition:background-color 180ms ease,transform 260ms cubic-bezier(0.22, 1, 0.36, 1)}.human-article-grid__video-indicator svg{display:block;width:1.375rem;height:1.375rem;fill:currentColor;transform:translateX(0.0625rem)}.human-article-grid__image{display:block;width:100%;height:100%;transition:transform 500ms cubic-bezier(0.22, 1, 0.36, 1);object-fit:cover}.human-article-grid__content{padding-top:1.375rem}.human-article-grid__category{display:block;padding:0;margin:0;color:var(--human-article-grid-category-color);font-size:.75rem;font-style:normal;font-weight:700;letter-spacing:.14em;line-height:1.45;text-transform:uppercase}.human-article-grid__title{padding:0;margin:.8125rem 0 0;color:var(--human-article-grid-title-color);font-size:1.4375rem;font-style:normal;font-weight:800;letter-spacing:-0.025em;line-height:1.12;transition:color 180ms ease}.human-article-grid__meta{padding:0;margin:.875rem 0 0;color:var(--human-article-grid-meta-color);font-size:.8125rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:normal}.human-article-grid__link:hover .human-article-grid__image,.human-article-grid__link:focus-visible .human-article-grid__image{transform:scale(1.025)}.human-article-grid__link:hover .human-article-grid__title,.human-article-grid__link:focus-visible .human-article-grid__title{color:var(--human-article-grid-category-color)}.human-article-grid__link:hover .human-article-grid__video-indicator,.human-article-grid__link:focus-visible .human-article-grid__video-indicator{background:#5ca9c8;transform:scale(1.08)}.human-article-grid__link:focus-visible{outline:.1875rem solid var(--human-article-grid-category-color);outline-offset:.25rem}.human-article-grid.human-reveal--ready .human-article-grid__card{opacity:0;transform:translateY(0.875rem)}.human-article-grid.human-reveal--ready.human-reveal--visible .human-article-grid__card{opacity:1;transform:translateY(0);transition:opacity .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}@media(max-width: 991px){.human-article-grid-element{--human-article-grid-columns: 2;--human-article-grid-column-gap: 1.5rem;--human-article-grid-row-gap: 2.625rem}}@media(max-width: 767px){.human-article-grid-element{--human-article-grid-columns: 1;--human-article-grid-row-gap: 2.375rem}.human-article-grid__content{padding-top:1.1875rem}.human-article-grid__title{font-size:1.3125rem}.human-article-grid__video-indicator{right:.75rem;bottom:.75rem;width:2.875rem}}@media(prefers-reduced-motion: reduce){.human-article-grid__image,.human-article-grid__video-indicator,.human-article-grid__title,.human-article-grid.human-reveal--ready .human-article-grid__card{opacity:1;transform:none;transition:none}}.human-insights-archive-element{--human-insights-archive-border-color: #d8dde6;width:100%}.human-insights-archive{width:100%}.human-insights-archive__opening{display:grid;width:100%;border-top:.0625rem solid var(--human-insights-archive-border-color);border-left:.0625rem solid var(--human-insights-archive-border-color)}.human-insights-archive__opening--editorial{grid-template-columns:repeat(3, minmax(0, 1fr));grid-template-rows:repeat(2, minmax(0, 1fr))}.human-insights-archive__opening--balanced{grid-template-columns:repeat(3, minmax(0, 1fr))}.human-insights-archive__opening--count-1{grid-template-columns:minmax(0, 1fr)}.human-insights-archive__opening--count-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.human-insights-archive__card{min-width:0;border-right:.0625rem solid var(--human-insights-archive-border-color);border-bottom:.0625rem solid var(--human-insights-archive-border-color)}.human-insights-archive__card--featured{grid-row:1/span 2}.human-insights-archive__opening--balanced .human-insights-archive__card--featured{grid-row:auto}.human-insights-archive__card--featured .human-article-grid__link,.human-insights-archive__card--standard .human-article-grid__link{display:flex;flex-direction:column}.human-insights-archive__card--featured .human-article-grid__media,.human-insights-archive__card--standard .human-article-grid__media{aspect-ratio:4/3}.human-insights-archive__card--featured .human-article-grid__content,.human-insights-archive__card--standard .human-article-grid__content{flex:1;padding:1.6875rem 1.625rem 1.875rem}.human-insights-archive__card--compact .human-article-grid__link{display:flex;flex-direction:column;padding:0}.human-insights-archive__card--compact .human-article-grid__media{aspect-ratio:16/5}.human-insights-archive__card--compact .human-article-grid__content{flex:1;padding:1.25rem 1.5rem 1.375rem}.human-insights-archive__card--compact .human-article-grid__title{margin-top:.5625rem;font-size:1.25rem}.human-insights-archive__card--compact .human-article-grid__meta{margin-top:.625rem}.human-insights-archive__opening.human-reveal--ready .human-insights-archive__card:not(.human-insights-archive__loaded-card){opacity:0;transform:translateY(0.875rem)}.human-insights-archive__opening.human-reveal--ready.human-reveal--visible .human-insights-archive__card:not(.human-insights-archive__loaded-card){opacity:1;transform:translateY(0);transition:opacity .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}.human-insights-archive__loaded-card{opacity:0;transform:translateY(0.875rem)}.human-insights-archive__loaded-card.is-visible{opacity:1;transform:translateY(0);transition:opacity .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-loaded-card-delay, 0ms),transform .55s cubic-bezier(0.22, 1, 0.36, 1) var(--human-loaded-card-delay, 0ms)}.human-insights-archive__actions{display:flex;justify-content:center;margin-top:3rem}.human-insights-archive__load-more{display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:1rem 1.9375rem;border:.0625rem solid #163279;border-radius:0;background:rgba(0,0,0,0);color:#163279;column-gap:.8125rem;cursor:pointer;font:inherit;font-size:.9375rem;font-weight:700;line-height:1;transition:background-color 180ms ease,color 180ms ease,opacity 180ms ease}.human-insights-archive__load-more:hover,.human-insights-archive__load-more:focus-visible{background:#163279;color:#fff}.human-insights-archive__load-more:focus-visible{outline:.1875rem solid #4a9bbe;outline-offset:.1875rem}.human-insights-archive__load-more:disabled{cursor:wait;opacity:.65}.human-insights-archive__load-more-arrow{width:.6875rem;height:auto;transform:rotate(90deg);transition:transform 180ms ease}.human-insights-archive__load-more:hover .human-insights-archive__load-more-arrow,.human-insights-archive__load-more:focus-visible .human-insights-archive__load-more-arrow{transform:translateY(0.125rem) rotate(90deg)}.human-insights-archive__load-more.is-loading .human-insights-archive__load-more-arrow{animation:human-insights-loading-arrow .7s ease-in-out infinite alternate}@keyframes human-insights-loading-arrow{to{transform:translateY(0.1875rem) rotate(90deg)}}@media(max-width: 991px){.human-insights-archive__opening--editorial{grid-template-columns:repeat(2, minmax(0, 1fr));grid-template-rows:auto}.human-insights-archive__card--featured{grid-row:auto}.human-insights-archive__opening--balanced{grid-template-columns:repeat(2, minmax(0, 1fr))}.human-insights-archive__card--compact .human-article-grid__link{display:block}.human-insights-archive__card--compact .human-article-grid__media{aspect-ratio:4/3}.human-insights-archive__card--compact .human-article-grid__content{padding:1.375rem 1.375rem 1.625rem}}@media(max-width: 767px){.human-insights-archive__opening--editorial,.human-insights-archive__opening--balanced,.human-insights-archive__opening--count-2{grid-template-columns:minmax(0, 1fr)}.human-insights-archive__card--compact .human-article-grid__media{aspect-ratio:var(--human-article-grid-image-ratio)}.human-insights-archive__card--compact .human-article-grid__content{padding:1.25rem 1.25rem 1.5625rem}.human-insights-archive__card--compact .human-article-grid__title{font-size:1.3125rem}.human-insights-archive__actions{margin-top:2.375rem}}@media(prefers-reduced-motion: reduce){.human-insights-archive__opening.human-reveal--ready .human-insights-archive__card,.human-insights-archive__loaded-card,.human-insights-archive__loaded-card.is-visible{opacity:1;transform:none;transition:none}.human-insights-archive__load-more-arrow,.human-insights-archive__load-more.is-loading .human-insights-archive__load-more-arrow{animation:none;transition:none}}.human-post-archive-link{--human-post-archive-link-color: #4a9bbe;--human-post-archive-link-hover-color: #fff;align-items:center;color:var(--human-post-archive-link-color);display:inline-flex;font-size:.9em;font-weight:700;gap:.5rem;line-height:1.4;text-decoration:none;transition:color 180ms ease;width:fit-content}.human-post-archive-link:hover,.human-post-archive-link:focus-visible{color:var(--human-post-archive-link-hover-color)}.human-post-archive-link:focus-visible{outline:.125rem solid currentColor;outline-offset:.25rem}.human-post-archive-link__icon{display:block;flex:0 0 auto;height:auto;transition:transform 180ms ease;width:.625rem}.human-post-archive-link:hover .human-post-archive-link__icon,.human-post-archive-link:focus-visible .human-post-archive-link__icon{transform:translateX(-0.1875rem)}.human-post-metadata-element{--human-post-metadata-color: #4a9bbe;width:100%}.human-post-metadata{padding:0;margin:0;color:var(--human-post-metadata-color);font-size:13px;font-style:normal;font-weight:700;letter-spacing:2.34px;line-height:normal;text-transform:uppercase}.human-post-sharing-element{--human-post-sharing-rule-color: #d9dfe8;--human-post-sharing-heading-color: #0a1430;--human-post-sharing-action-color: #163279;--human-post-sharing-action-hover-color: #fff;--human-post-sharing-network-color: #4a9bbe;--human-post-sharing-network-hover-color: #163279;width:100%}.human-post-sharing{border-bottom:.0625rem solid var(--human-post-sharing-rule-color);border-top:.0625rem solid var(--human-post-sharing-rule-color);padding:1.75rem 0;position:relative;width:100%}.human-post-sharing__share-row{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.human-post-sharing__heading{color:var(--human-post-sharing-heading-color);font-size:1.125rem;font-style:normal;font-weight:700;line-height:1.3;margin:0}.human-post-sharing__actions{display:flex;flex-wrap:wrap;gap:.625rem}.human-post-sharing__action{align-items:center;appearance:none;background:rgba(0,0,0,0);border:.0625rem solid var(--human-post-sharing-action-color);border-radius:0;color:var(--human-post-sharing-action-color);cursor:pointer;display:inline-flex;font:inherit;font-size:.875rem;font-weight:700;gap:.5625rem;justify-content:center;line-height:1.25;min-height:2.75rem;padding:.625rem 1rem;text-decoration:none;transition:background-color 180ms ease,color 180ms ease}.human-post-sharing__action svg{display:block;flex:0 0 auto;height:1.0625rem;width:1.0625rem}.human-post-sharing__action:hover,.human-post-sharing__action:focus-visible,.human-post-sharing__action.is-copied{background:var(--human-post-sharing-action-color);color:var(--human-post-sharing-action-hover-color)}.human-post-sharing__action:focus-visible{outline:.125rem solid var(--human-post-sharing-action-color);outline-offset:.1875rem}.human-post-sharing__action .human-post-sharing__icon--tick{display:none}.human-post-sharing__action.is-copied .human-post-sharing__icon--link{display:none}.human-post-sharing__action.is-copied .human-post-sharing__icon--tick{display:block}.human-post-sharing__network{border-top:.0625rem solid var(--human-post-sharing-rule-color);display:flex;justify-content:flex-end;margin-top:1.5rem;padding-top:1.375rem}.human-post-sharing__network-link{align-items:center;color:var(--human-post-sharing-network-color);display:inline-flex;font-size:.9375rem;font-weight:700;gap:.5625rem;line-height:1.4;text-decoration:none;transition:color 180ms ease}.human-post-sharing__network-link svg{display:block;flex:0 0 auto;height:auto;transition:transform 180ms ease;width:.6875rem}.human-post-sharing__network-link:hover,.human-post-sharing__network-link:focus-visible{color:var(--human-post-sharing-network-hover-color)}.human-post-sharing__network-link:hover svg,.human-post-sharing__network-link:focus-visible svg{transform:translateX(0.1875rem)}.human-post-sharing__network-link:focus-visible{outline:.125rem solid currentColor;outline-offset:.25rem}.human-post-sharing__status{clip:rect(0 0 0 0);clip-path:inset(50%);height:.0625rem;overflow:hidden;position:absolute;white-space:nowrap;width:.0625rem}@media(max-width: 767px){.human-post-sharing{padding:1.5rem 0}.human-post-sharing__share-row{align-items:flex-start;flex-direction:column}.human-post-sharing__actions{width:100%}.human-post-sharing__action{flex:1 1 11.25rem}.human-post-sharing__network{justify-content:flex-start}}@media(max-width: 479px){.human-post-sharing__action{flex-basis:100%}}@media(prefers-reduced-motion: reduce){.human-post-sharing__action,.human-post-sharing__network-link,.human-post-sharing__network-link svg{transition:none}}.human-author-bio{align-items:center;border-top:.0625rem solid var(--human-post-sharing-rule-color);display:flex;gap:1.25rem;margin-bottom:2.25rem;padding-top:1.75rem}.human-author-bio__portrait{border-radius:50%;flex:0 0 4.875rem;height:4.875rem;overflow:hidden;width:4.875rem}.human-author-bio__image{display:block;height:100%;object-fit:cover;width:100%}.human-author-bio__text{color:var(--human-color-secondary);font-size:1rem;line-height:1.6;margin:0}.human-author-bio__text a{color:var(--human-color-primary);font-weight:700;text-decoration:none;transition:color 180ms ease}.human-author-bio__text a:hover,.human-author-bio__text a:focus-visible{color:#163279}.human-author-bio__text a:focus-visible{outline:.125rem solid currentColor;outline-offset:.1875rem}@media(max-width: 767px){.human-author-bio{align-items:flex-start;gap:1rem;margin-bottom:1.875rem;padding-top:1.5rem}.human-author-bio__portrait{flex-basis:4.125rem;height:4.125rem;width:4.125rem}}@media(prefers-reduced-motion: reduce){.human-author-bio__text a{transition:none}}.human-post-featured-media{position:relative;isolation:isolate;overflow:hidden}.human-post-featured-media:has(.human-case-study-logo)::after{position:absolute;z-index:1;inset:0;background:linear-gradient(135deg, rgba(247, 244, 237, 0.86) 0%, rgba(247, 244, 237, 0.52) 24%, rgba(247, 244, 237, 0.18) 46%, rgba(247, 244, 237, 0) 68%);content:"";pointer-events:none}.human-case-study-logo{--human-case-study-logo-width: 8.75rem;--human-case-study-logo-height: 4rem;--human-case-study-logo-top: 1.5rem;--human-case-study-logo-left: 2rem;position:absolute;z-index:2;top:var(--human-case-study-logo-top);left:var(--human-case-study-logo-left);display:flex;width:auto;max-width:calc(100% - var(--human-case-study-logo-left)*2);align-items:center}.human-case-study-logo__image{display:block;width:auto;max-width:min(var(--human-case-study-logo-width),100%);height:auto;max-height:var(--human-case-study-logo-height);filter:drop-shadow(0 0.125rem 0.3125rem rgba(10, 20, 48, 0.16));object-fit:contain;object-position:left center}.human-post-featured-media:has(.human-insight-video-element){transition:aspect-ratio 320ms cubic-bezier(0.22, 1, 0.36, 1)}.human-post-featured-media:has(.human-insight-video-element .human-video-cover.is-hidden){aspect-ratio:16/9 !important}.human-insight-video-element{position:absolute;z-index:2;inset:0;width:100%;height:100%;background:#121417}.human-insight-video{display:block;width:100%;height:100%;border:0;background:#121417;object-fit:contain}.human-insight-video-element--placeholder{position:relative;display:grid;min-height:11.25rem;padding:1.5rem;background:rgba(10,20,48,.08);color:#0a1430;place-items:center;text-align:center}.human-insight-video-element--placeholder p{margin:0}@media(prefers-reduced-motion: reduce){.human-post-featured-media:has(.human-insight-video-element){transition:none}}.human-video-cover-player{position:relative;overflow:hidden;background:#121417}.human-video-cover-player--inline{width:100%}.human-video-cover-player--inline>video{display:block;width:100%;height:auto}.human-video-cover{position:absolute;z-index:4;inset:0;display:grid;width:100%;height:100%;padding:0;border:0;background:#121417;color:#0a1430;cursor:pointer;place-items:center;opacity:1;visibility:visible;transition:opacity 180ms ease,visibility 0s linear}.human-video-cover.is-hidden{pointer-events:none;opacity:0;visibility:hidden;transition:opacity 180ms ease,visibility 0s linear 180ms}.human-video-cover__image,.human-video-cover__shade{position:absolute;inset:0;display:block;width:100%;height:100%}.human-video-cover__image{object-fit:cover}.human-post-featured-media .human-video-cover__image{object-position:var(--human-insight-focal-x, 50%) var(--human-insight-focal-y, 50%)}.human-video-cover__shade{background:linear-gradient(180deg, rgba(10, 20, 48, 0.05), rgba(10, 20, 48, 0.3)),radial-gradient(circle at center, rgba(10, 20, 48, 0.02) 0, rgba(10, 20, 48, 0.14) 72%);transition:background-color 180ms ease}.human-video-cover__control{position:relative;display:grid;place-items:center}.human-video-cover__icon{position:relative;display:grid;width:4.5rem;place-items:center;aspect-ratio:1;filter:drop-shadow(0 0.5rem 1.125rem rgba(10, 20, 48, 0.24))}.human-video-cover__icon::before{position:absolute;inset:0;border-radius:50%;background:#4a9bbe;content:"";transition:background-color 180ms ease,box-shadow 220ms ease,transform 280ms cubic-bezier(0.22, 1, 0.36, 1)}.human-video-cover-player--hero .human-video-cover__icon{width:5.75rem}.human-video-cover-player--hero .human-video-cover:not(.is-hidden) .human-video-cover__icon::before{animation:human-video-play-nudge 1150ms ease-out 1250ms}.human-video-cover__icon svg{position:relative;z-index:1;display:block;width:38%;height:38%;fill:currentColor;transform:translateX(0.125rem)}.human-video-cover:hover .human-video-cover__icon::before,.human-video-cover:focus-visible .human-video-cover__icon::before{background:#5ca9c8;box-shadow:0 .875rem 2.125rem rgba(10,20,48,.28);transform:scale(1.08)}.human-video-cover-player--hero .human-video-cover:hover .human-video-cover__icon::before,.human-video-cover-player--hero .human-video-cover:focus-visible .human-video-cover__icon::before{animation:none}.human-video-cover:focus-visible{outline:.1875rem solid #4a9bbe;outline-offset:-0.375rem}@media(max-width: 767px){.human-video-cover__icon{width:3.75rem}.human-video-cover-player--hero .human-video-cover__icon{width:4.5rem}}@media(prefers-reduced-motion: reduce){.human-video-cover,.human-video-cover__icon::before{animation:none;transition:none}}@keyframes human-video-play-nudge{0%,38%,78%,100%{box-shadow:0 0 0 0 rgba(74,155,190,0);transform:scale(1)}22%{box-shadow:0 0 0 .625rem rgba(74,155,190,.16);transform:scale(1.08)}62%{box-shadow:0 0 0 .4375rem rgba(74,155,190,.11);transform:scale(1.055)}}.human-testimonials-element{--human-testimonials-accent-color: #4a9bbe;--human-testimonials-rule-color: #1d3988;--human-testimonials-featured-color: #0b1733;--human-testimonials-attribution-color: #163279;--human-testimonials-muted-color: #8b98ae;--human-testimonials-card-color: #263755;--human-testimonials-card-background: #fff;--human-testimonials-border-color: #dce1e8;--human-testimonials-rail-color: #dfe4eb;--human-testimonials-reveal-distance: 0.625rem;width:100%}.human-testimonials{width:100%;font-family:inherit}.human-testimonials *{font-family:inherit}.human-testimonials__rule{width:100%;height:0;padding:0;border:0;border-top:.125rem solid var(--human-testimonials-rule-color);margin:0}.human-testimonials__featured,.human-testimonials__card{padding:0;border:0;margin:0}.human-testimonials__featured{max-width:66.25rem;margin-top:3.25rem}.human-testimonials__featured-quote{padding:0;margin:0;color:var(--human-testimonials-featured-color);font-size:3.125rem;font-style:normal;font-weight:700;letter-spacing:-0.0625rem;line-height:3.6875rem}.human-testimonials__attribution,.human-testimonials__card-attribution{padding:0;margin:1.75rem 0 0;font-style:normal;font-weight:700;line-height:normal}.human-testimonials__attribution{font-size:.9375rem}.human-testimonials__full{max-width:38.125rem;color:var(--human-testimonials-card-color);font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.65}.human-testimonials__full--featured{max-width:61.25rem;color:var(--human-testimonials-featured-color);font-size:1.3125rem}.human-testimonials__full p{margin:0 0 1em}.human-testimonials__full p:last-child{margin-bottom:0}.human-testimonials__toggle{display:inline-flex;padding:.4375rem 0;border:0;border-bottom:.0625rem solid currentColor;margin-top:1.25rem;background:rgba(0,0,0,0);color:var(--human-testimonials-attribution-color);font:inherit;font-size:.8125rem;font-weight:700;letter-spacing:.04em;line-height:1.35;text-transform:uppercase;cursor:pointer}.human-testimonials__toggle:hover,.human-testimonials__toggle:focus-visible{color:var(--human-testimonials-accent-color)}.human-testimonials__toggle:focus-visible{outline:.125rem solid currentColor;outline-offset:.25rem}.human-testimonials-element .human-testimonials__attribution cite,.human-testimonials-element .human-testimonials__card-attribution cite{color:var(--human-testimonials-attribution-color);font-size:inherit;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;opacity:1;text-transform:none}.human-testimonials-element .human-testimonials__attribution strong{color:var(--human-testimonials-attribution-color);font-size:.9375rem;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;opacity:1;text-transform:none}.human-testimonials-element .human-testimonials__attribution span{color:#8593ad;font-size:.9375rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:1;text-transform:none}.human-testimonials-element .human-testimonials__card-attribution strong{color:var(--human-testimonials-attribution-color);font-size:.875rem;font-style:normal;font-weight:700;letter-spacing:normal;line-height:normal;opacity:1;text-transform:none}.human-testimonials-element .human-testimonials__card-attribution span{color:#8593ad;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal;opacity:1;text-transform:none}.human-testimonials__rail{margin-top:2.625rem}.human-testimonials__rail-header{display:flex;min-height:1.25rem;padding:0 .875rem;background:var(--human-testimonials-rail-color);align-items:center;justify-content:flex-end}.human-testimonials--carousel .human-testimonials__rail-header{min-height:2.75rem}.human-testimonials__controls{display:flex;align-items:center;gap:.875rem}.human-testimonials__controls button{padding:.25rem 0;border:0;background:rgba(0,0,0,0);color:var(--human-testimonials-rule-color);font:inherit;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}.human-testimonials__controls button:hover,.human-testimonials__controls button:focus-visible{color:var(--human-testimonials-accent-color)}.human-testimonials__controls button:focus-visible{outline:.125rem solid currentColor;outline-offset:.1875rem}.human-testimonials__controls button:disabled{opacity:.38;cursor:default}.human-testimonials__status{color:#65738a;font-size:.75rem;font-variant-numeric:tabular-nums}.human-testimonials__viewport{overflow:visible;border-bottom:.0625rem solid var(--human-testimonials-border-color);border-left:.0625rem solid var(--human-testimonials-border-color)}.human-testimonials--carousel .human-testimonials__viewport{overflow:hidden}.human-testimonials__track{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr))}.human-testimonials--carousel .human-testimonials__track{display:flex;transform:translate3d(calc(var(--human-testimonials-carousel-offset, 0%) * -1), 0, 0);transition:transform 420ms cubic-bezier(0.22, 1, 0.36, 1);will-change:transform}.human-testimonials__card{display:flex;min-width:0;min-height:14.25rem;padding:2.875rem 2.625rem 2.5rem;border-right:.0625rem solid var(--human-testimonials-border-color);background:var(--human-testimonials-card-background);flex-direction:column}.human-testimonials--carousel .human-testimonials__card{flex:0 0 50%}.human-testimonials__card-quote{max-width:31.875rem;padding:0;margin:0;color:var(--human-testimonials-card-color);font-size:1.25rem;font-style:normal;font-weight:400;letter-spacing:-0.01em;line-height:1.55}.human-testimonials__card-attribution{margin-top:0;padding-top:1.5rem;font-size:.875rem}.human-testimonials__card .human-testimonials__toggle{align-self:flex-start}.human-testimonials.human-reveal--ready .human-testimonials__rule{opacity:0;transform:scaleX(0);transform-origin:left center}.human-testimonials.human-reveal--ready .human-testimonials__featured-quote,.human-testimonials.human-reveal--ready .human-testimonials__attribution,.human-testimonials.human-reveal--ready .human-testimonials__featured>.human-testimonials__toggle,.human-testimonials.human-reveal--ready .human-testimonials__rail,.human-testimonials.human-reveal--ready .human-testimonials__card{opacity:0;transform:translateY(var(--human-testimonials-reveal-distance))}.human-testimonials.human-reveal--ready.human-reveal--visible .human-testimonials__rule{opacity:1;transform:scaleX(1);transition:opacity .42s ease-out var(--human-reveal-delay),transform .48s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}.human-testimonials.human-reveal--ready.human-reveal--visible .human-testimonials__featured-quote,.human-testimonials.human-reveal--ready.human-reveal--visible .human-testimonials__attribution,.human-testimonials.human-reveal--ready.human-reveal--visible .human-testimonials__featured>.human-testimonials__toggle,.human-testimonials.human-reveal--ready.human-reveal--visible .human-testimonials__rail,.human-testimonials.human-reveal--ready.human-reveal--visible .human-testimonials__card{opacity:1;transform:translateY(0);transition:opacity .5s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .5s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}@media(max-width: 991px){.human-testimonials__featured{max-width:57.5rem}.human-testimonials__featured-quote{font-size:clamp(2.375rem,5vw,2.75rem);letter-spacing:-0.046875rem;line-height:3.25rem}}@media(max-width: 767px){.human-testimonials-element{--human-testimonials-reveal-distance: 0.375rem}.human-testimonials__rule{margin-top:1.875rem}.human-testimonials__featured{margin-top:2.125rem}.human-testimonials__featured-quote{font-size:clamp(1.875rem,8vw,2rem);letter-spacing:-0.03125rem;line-height:1.25}.human-testimonials__attribution{margin-top:1.375rem}.human-testimonials__full,.human-testimonials__full--featured{font-size:1.0625rem;line-height:1.6}.human-testimonials__rail{margin-top:2rem}.human-testimonials__track{grid-template-columns:1fr}.human-testimonials--carousel .human-testimonials__card{flex-basis:100%}.human-testimonials__card{min-height:13.75rem;padding:2.125rem 1.625rem 1.875rem}.human-testimonials__card-quote{font-size:1.125rem;line-height:1.5}}@media print{.human-testimonials [data-human-testimonial-excerpt],.human-testimonials__toggle{display:none}.human-testimonials [data-human-testimonial-full][hidden]{display:block}}@media(prefers-reduced-motion: reduce){.human-testimonials--carousel .human-testimonials__track,.human-testimonials.human-reveal--ready .human-testimonials__rule,.human-testimonials.human-reveal--ready .human-testimonials__featured-quote,.human-testimonials.human-reveal--ready .human-testimonials__attribution,.human-testimonials.human-reveal--ready .human-testimonials__featured>.human-testimonials__toggle,.human-testimonials.human-reveal--ready .human-testimonials__rail,.human-testimonials.human-reveal--ready .human-testimonials__card{opacity:1;transform:none;transition:none}}@media(min-width: 992px){.human-quotation .human-testimonials__featured-quote{color:var(--human-testimonials-featured-color);font-size:2.875rem;font-style:normal;font-weight:700;letter-spacing:-0.0575rem;line-height:3.45rem}}.human-quotation--vertical-rule{max-width:42.5rem}.human-quotation--vertical-rule .human-testimonials__featured{position:relative;max-width:none;padding:.125rem 0 .125rem 1.625rem;margin-top:0}.human-quotation--vertical-rule .human-testimonials__featured::before{position:absolute;top:0;bottom:0;left:0;width:.1875rem;background-color:var(--human-quotation-vertical-rule-color, #4a9bbe);content:"";transform-origin:bottom center}.human-quotation--vertical-rule.human-reveal--ready .human-testimonials__featured::before{opacity:0;transform:scaleY(0)}.human-quotation--vertical-rule.human-reveal--ready.human-reveal--visible .human-testimonials__featured::before{opacity:1;transform:scaleY(1);transition:opacity .15s ease-out,transform .5s cubic-bezier(0.45, 0, 0.55, 1)}.human-quotation--vertical-rule .human-testimonials__featured-quote{color:var(--human-testimonials-featured-color);font-size:2.125rem;font-style:normal;font-weight:700;letter-spacing:-0.0425rem;line-height:2.59375rem}.human-quotation--vertical-rule .human-testimonials__attribution{margin-top:1.125rem;font-size:.875rem}.human-testimonials-element .human-quotation--vertical-rule .human-testimonials__attribution cite,.human-testimonials-element .human-quotation--vertical-rule .human-testimonials__attribution strong,.human-testimonials-element .human-quotation--vertical-rule .human-testimonials__attribution span{color:var(--human-testimonials-muted-color);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:normal}.human-quotation--portrait{display:flex;align-items:center;max-width:38.75rem;column-gap:1.25rem}.human-quotation--portrait .human-quotation__portrait{width:4.875rem;height:4.875rem;overflow:hidden;border-radius:50%;flex:0 0 4.875rem}.human-quotation--portrait .human-quotation__portrait-image{display:block;width:100%;height:100%;object-fit:cover}.human-quotation--portrait .human-testimonials__featured{max-width:none;margin-top:0}.human-quotation--portrait .human-testimonials__featured-quote{color:var(--human-testimonials-featured-color);font-family:"Open Sans",sans-serif;font-size:.9375rem;font-style:italic;font-weight:400;letter-spacing:normal;line-height:1.5rem}.human-quotation--portrait .human-testimonials__attribution{margin-top:.5625rem;font-size:.875rem}.human-testimonials-element .human-quotation--portrait .human-testimonials__attribution cite,.human-testimonials-element .human-quotation--portrait .human-testimonials__attribution strong,.human-testimonials-element .human-quotation--portrait .human-testimonials__attribution span{color:var(--human-testimonials-featured-color);font-size:.875rem;font-style:normal;letter-spacing:normal;line-height:1.4}.human-testimonials-element .human-quotation--portrait .human-testimonials__attribution strong{font-weight:700}.human-testimonials-element .human-quotation--portrait .human-testimonials__attribution span{font-weight:400;opacity:.72}.human-quotation--portrait.human-reveal--ready .human-quotation__portrait{opacity:0;transform:scale(0.94)}.human-quotation--portrait.human-reveal--ready.human-reveal--visible .human-quotation__portrait{opacity:1;transform:scale(1);transition:opacity .45s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay),transform .45s cubic-bezier(0.22, 1, 0.36, 1) var(--human-reveal-delay)}@media(max-width: 767px){.human-quotation--vertical-rule .human-testimonials__featured{padding-left:1.25rem}.human-quotation--vertical-rule .human-testimonials__featured-quote{font-size:clamp(1.75rem,8vw,2rem);letter-spacing:-0.03125rem;line-height:1.25}.human-quotation--portrait{align-items:flex-start;column-gap:1rem}.human-quotation--portrait .human-quotation__portrait{width:4.125rem;height:4.125rem;flex-basis:4.125rem}}@media(prefers-reduced-motion: reduce){.human-quotation--portrait.human-reveal--ready .human-quotation__portrait{opacity:1;transform:none;transition:none}}.human-video-button-element{--human-video-button-size: 5.75rem;--human-video-button-background: #4a9bbe;--human-video-button-hover-background: #5ca9c8;--human-video-button-icon-color: #0a1430;--human-video-button-icon-size: 1.75rem;display:inline-flex;width:auto}.human-video-button{display:grid;width:var(--human-video-button-size);max-width:100%;padding:0;border:0;border-radius:50%;background:var(--human-video-button-background);box-shadow:0 .625rem 1.75rem rgba(10,20,48,.16);color:var(--human-video-button-icon-color);cursor:pointer;place-items:center;aspect-ratio:1;transition:background-color 180ms ease,box-shadow 260ms ease,transform 320ms cubic-bezier(0.22, 1, 0.36, 1)}.human-video-button__icon{display:block;width:var(--human-video-button-icon-size);height:var(--human-video-button-icon-size);fill:currentColor;transform:translateX(0.125rem)}.human-video-button:hover,.human-video-button:focus-visible{background:var(--human-video-button-hover-background);box-shadow:0 .875rem 2.125rem rgba(10,20,48,.24);transform:scale(1.08)}.human-video-button:focus-visible{outline:.1875rem solid #fff;outline-offset:.25rem}@media(max-width: 767px){.human-video-button-element{--human-video-button-size: 4.875rem;--human-video-button-icon-size: 1.5rem}}@media(prefers-reduced-motion: reduce){.human-video-button{transition:none}}.human-video-modal[hidden]{display:none}.human-video-modal{position:fixed;z-index:10000;inset:0;display:flex;padding:4.5rem 1.5rem 1.5rem;background:rgba(10,20,48,.9);opacity:0;visibility:hidden;align-items:center;justify-content:center;transition:opacity 240ms ease,visibility 240ms ease}.human-video-modal.is-active{opacity:1;visibility:visible}.human-video-modal__dialog{position:relative;display:flex;width:min(70rem,92vw,(100vh - 7.5rem)*16/9);align-items:center;justify-content:center;transform:translateY(0.875rem) scale(0.985);transition:transform 320ms cubic-bezier(0.22, 1, 0.36, 1)}.human-video-modal.is-active .human-video-modal__dialog{transform:translateY(0) scale(1)}.human-video-modal__content{position:relative;overflow:hidden;width:100%;background:#121417;box-shadow:0 1.5rem 5rem rgba(18,20,23,.45);aspect-ratio:16/9}.human-video-modal__player{position:absolute;inset:0;display:block;width:100%;height:100%;border:0;background:#121417}.human-video-modal__close{position:absolute;z-index:2;right:0;bottom:calc(100% + 0.75rem);display:grid;width:2.75rem;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,0);color:#fff;cursor:pointer;place-items:center;aspect-ratio:1;transition:background-color 180ms ease,transform 220ms ease}.human-video-modal__close:hover,.human-video-modal__close:focus-visible{background:hsla(0,0%,100%,.12);transform:rotate(6deg)}.human-video-modal__close:focus-visible{outline:.125rem solid #fff;outline-offset:.125rem}.human-video-modal__close-icon{display:block;width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2}.human-video-modal-open{overflow:hidden}@media(max-width: 767px){.human-video-modal{padding:4rem 1rem 1.25rem}.human-video-modal__dialog{width:min(100%,(100vh - 6.5rem)*16/9)}}@media(prefers-reduced-motion: reduce){.human-video-modal,.human-video-modal__dialog,.human-video-modal__close{transition:none}}.brxe-heading{white-space:pre-line}.brx-heading-highlight{color:var(--human-heading-highlight-color, #4a9bbe)}.brx-heading-highlight-marker{display:none !important}body,.human-gform--light{--human-gform-label-color: #0b1733;--human-gform-control-color: #0b1733;--human-gform-control-background: transparent;--human-gform-border-color: #aeb7c6;--human-gform-description-color: #65738a;--human-gform-confirmation-color: #0b1733;--human-gform-button-hover-background: #000;--human-gform-button-hover-color: #fff}.human-gform--dark{--human-gform-label-color: #c3ccdd;--human-gform-control-color: #fff;--human-gform-control-background: rgba(0, 0, 0, 0.18);--human-gform-border-color: #343c51;--human-gform-description-color: #a7b1c3;--human-gform-confirmation-color: #fff;--human-gform-button-hover-background: #fff;--human-gform-button-hover-color: #0b1733}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme{--human-gform-placeholder-color: #8593ad;--human-gform-accent-color: #4a9bbe;--human-gform-error-color: #c9454d;--gf-font-family-base: "Open Sans", sans-serif;--gf-font-family-primary: "Open Sans", sans-serif;--gf-font-size-secondary: 0.9375rem;--gf-font-size-tertiary: 0.875rem;--gf-ctrl-font-size: 0.9375rem;--gf-ctrl-label-font-size-primary: 0.875rem;--gf-ctrl-label-color-primary: var(--human-gform-label-color);--gf-ctrl-color: var(--human-gform-control-color);--gf-color-in-ctrl-primary: var(--human-gform-control-color);--gf-ctrl-bg-color: var(--human-gform-control-background);--gf-color-primary: var(--human-gform-accent-color);--gf-color-primary-darker: var(--human-gform-accent-color);--gf-form-gap-y: 1.25rem;--gf-field-gap-y: 0.3125rem;--gf-form-footer-margin-y-start: 1.5rem;--gf-form-footer-gap: 0.75rem;--gf-ctrl-size: 3.125rem;--gf-ctrl-padding-x: 0.875rem;--gf-ctrl-padding-y: 0;--gf-ctrl-textarea-padding-y: 0.875rem;--gf-ctrl-border-color: var(--human-gform-border-color);--gf-ctrl-border-color-hover: var(--human-gform-accent-color);--gf-ctrl-border-color-focus: var(--human-gform-accent-color);--gf-ctrl-border-width: 0.0625rem;--gf-ctrl-outline-width: 0;--gf-ctrl-outline-width-focus: 0;--gf-ctrl-shadow: none;--gf-ctrl-shadow-focus: none;--gf-radius: 0;--gf-ctrl-btn-radius: 0;--gf-ctrl-textarea-radius: 0;width:100%;color:var(--human-gform-control-color);font-family:"Open Sans",sans-serif}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_heading{margin:0 0 1.5rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_title{padding:0;margin:0;color:var(--human-gform-label-color);font-size:1.5rem;font-style:normal;font-weight:700;letter-spacing:-0.01875rem;line-height:1.25}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_description{display:block;padding:0;margin:.5rem 0 0;color:var(--human-gform-description-color);font-size:.9375rem;font-style:normal;font-weight:400;line-height:1.55}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_fields{row-gap:1.25rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield{min-width:0;margin:0}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_label,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform-field-label,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_description,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield-choice-input+label{font-family:inherit}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_label,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform-field-label:where(:not(.gform-field-label--type-sub)){margin:0;color:var(--human-gform-label-color);font-size:.8125rem;font-style:normal;font-weight:700;letter-spacing:0;line-height:normal;text-transform:none}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform-field-label--type-sub,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .ginput_complex label{color:var(--human-gform-description-color);font-size:.8125rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.4;text-transform:none}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_required,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_required_text{display:none}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .ginput_container{margin-top:.3125rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea{width:100%;max-width:100%;border:.0625rem solid var(--human-gform-border-color);border-radius:0;outline:0;background:var(--human-gform-control-background);box-shadow:none;color:var(--human-gform-control-color);font-family:inherit;font-size:.9375rem;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.4;transition:border-color 180ms ease,box-shadow 180ms ease,background-color 180ms ease}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea:hover{border-color:color-mix(in sRGB, var(--human-gform-border-color) 55%, var(--human-gform-accent-color))}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week]:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea:focus,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea:focus-visible{border-color:var(--human-gform-accent-color);outline:0;box-shadow:inset 0 0 0 .0625rem var(--human-gform-accent-color)}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week][readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select[readonly],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea[readonly]{opacity:.58;cursor:not-allowed}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=color],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=date],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=datetime-local],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=email],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=month],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=number],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=password],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=search],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=tel],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=text],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=time],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=url],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=week],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select{min-height:3.125rem;padding:0 .875rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea{display:block;height:5.625rem;padding:.875rem;resize:vertical}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input::placeholder,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea::placeholder{color:var(--human-gform-placeholder-color);font-size:.9375rem;font-style:normal;font-weight:400;line-height:normal;opacity:1;transition:opacity 180ms ease}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input:focus::placeholder,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea:focus::placeholder{opacity:.55}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select option{background:#fff;color:#0b1733}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_checkbox,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_radio{display:grid;gap:.5625rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gchoice{display:flex;align-items:flex-start;gap:.5625rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=checkbox],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=radio]{flex:0 0 auto;width:1.125rem;height:1.125rem;margin:.0625rem 0 0;accent-color:var(--human-gform-accent-color)}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gchoice label,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_consent_label{color:var(--human-gform-control-color);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_description,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gsection_description,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_fileupload_rules{color:var(--human-gform-description-color);font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.5}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_description{padding:0;margin-top:.4375rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_footer,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform-footer,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_page_footer{display:flex;width:100%;padding:0;margin-block-start:1.5rem;align-items:center;justify-content:stretch}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit]{display:inline-flex;width:100%;min-height:3.4375rem;padding:.8125em 1.375em;border:.0625rem solid var(--human-color-primary);border-radius:0;outline:0;background:var(--human-gform-accent-color);box-shadow:none;color:#0b1733;font-family:inherit;font-size:1rem;font-style:normal;font-weight:700;letter-spacing:inherit;line-height:normal;text-align:center;text-transform:none;cursor:pointer;align-items:center;gap:.875rem;justify-content:center;transition:all 200ms}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit]:hover,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit]:hover{background:var(--human-gform-button-hover-background);color:var(--human-gform-button-hover-color)}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit]:focus-visible,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit]:focus-visible{outline:.125rem solid var(--human-gform-accent-color);outline-offset:.1875rem;box-shadow:0 0 0 .1875rem rgba(74,155,190,.24)}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit][aria-disabled=true],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit]:disabled,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit][aria-disabled=true]{opacity:.62;cursor:wait}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .human-gform-submit__label{line-height:inherit}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .human-gform-submit__arrow{display:block;flex:0 0 auto;width:.625rem;height:auto}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_validation_errors{padding:.875rem 1rem;border:.0625rem solid var(--human-gform-error-color);border-radius:0;margin:0 0 1.25rem;background:rgba(201,69,77,.08);box-shadow:none}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_submission_error{padding:0;margin:0;color:var(--human-gform-error-color);font-size:.875rem;font-style:normal;font-weight:600;line-height:1.45}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_validation_message{padding:0;border:0;margin-top:.4375rem;background:rgba(0,0,0,0);color:var(--human-gform-error-color);font-size:.8125rem;font-style:normal;font-weight:500;line-height:1.45}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=date],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=email],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=number],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=password],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=search],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=tel],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=text],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error input[type=url],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error select,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gfield_error textarea{border-color:var(--human-gform-error-color);box-shadow:inset 0 0 0 .0625rem var(--human-gform-error-color)}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform-loader,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_ajax_spinner{flex:0 0 auto;margin-inline-start:.5rem}body :is(#brx-content,#brx-footer) .human-gform--dark [id^=gform_wrapper].gform-theme,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme.human-gform--dark{color-scheme:dark}body :is(#brx-content,#brx-footer) .human-gform--light [id^=gform_wrapper].gform-theme,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme.human-gform--light{color-scheme:light}.gform_confirmation_message{color:var(--human-gform-confirmation-color, #0b1733);font-family:"Open Sans",sans-serif;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5}.human-gform--dark .gform_confirmation_message,.gform_confirmation_message.human-gform--dark{color:hsla(0,0%,100%,.9)}@media(max-width: 767px){body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme{--gf-form-gap-y: 1.125rem;--gf-form-footer-margin-y-start: 1.25rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_fields{row-gap:1.125rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_footer,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform-footer,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme .gform_page_footer{margin-block-start:1.25rem}body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit]{min-height:3.25rem}}@media(prefers-reduced-motion: reduce){body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme select,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme textarea,body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme button[type=submit],body :is(#brx-content,#brx-footer) [id^=gform_wrapper].gform-theme input[type=submit]{transition:none}}
