/* Template-dynamic fallbacks: keep original template classes usable without the old slider JS. */
.newsAndOrEvents .cardSlider__slider:not(.slick-initialized) {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.newsAndOrEvents .cardSlider__slider:not(.slick-initialized) .cardSlider__slide {
  min-width: 0;
}
.newsAndOrEvents .card__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mobile.is-open {
  display: block;
}
.select-round select.locale {
  cursor: pointer;
}
.footer {
  background: #1d1d1d;
  padding: 3rem 0 1.5rem;
}
.footer .container {
  max-width: 1160px;
}
.footer__wrapper {
  align-items: flex-start;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(300px, 21rem) minmax(0, 1fr);
  justify-content: space-between;
}
.footer__intro {
  max-width: 22.5rem;
}
.footer__intro .logo img {
  max-height: 3.2rem;
  object-fit: contain;
}
.footer__text p {
  color: #d7dbe0;
  font-size: .94rem;
  line-height: 1.78;
  margin: 1.05rem 0 0;
}
.footer__nav {
  display: block;
  flex: 1 1 auto;
  padding-right: 0;
}
.footer__menuGroups {
  display: grid;
  flex: none;
  gap: 2.7rem;
  grid-template-columns: minmax(8rem, .75fr) minmax(17rem, 1.22fr) minmax(10.5rem, .85fr);
}
.footer__linkListWrapper {
  min-width: 0;
}
.footer__linkListHeading {
  color: #d8dde3;
  font-family: pragmatica-extended, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}
.footer__linkList {
  display: grid;
  gap: .56rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__linkListItem a {
  color: #d9dde2;
  font-size: .92rem;
  line-height: 1.28;
}
.footer__linkListHeading:hover,
.footer__linkListItem a:hover {
  color: #fff;
}
.footer__contactColumn {
  color: #fff;
  min-width: 0;
}
.footer__contactItem + .footer__contactItem {
  margin-top: .72rem;
}
.footer__contactItem strong {
  color: #8e9bff;
  display: block;
  font-family: pragmatica-extended, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: .78rem;
  letter-spacing: .08em;
  margin-bottom: .22rem;
  text-transform: uppercase;
}
.footer__contactItem p,
.footer__contactItem a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.55;
  margin: 0;
}
.footer__contactItem a {
  text-decoration: underline;
  text-decoration-color: #5a62ff;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.footer__metaList {
  margin-top: 2.4rem;
}
@media (max-width: 1180px) {
  .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer__intro {
    max-width: 32rem;
  }
}
@media (max-width: 760px) {
  .footer__menuGroups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .footer__menuGroups {
    grid-template-columns: 1fr;
  }
}
.resource-library-static-slider {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.resource-library-static-slider .imageCardSlider__cardLink {
  aspect-ratio: 1.8 / 1;
  display: block;
  overflow: hidden;
  min-width: 0;
}
.resource-library-static-slider .imageCardSlider__cardImage {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.resource-library-more-types {
  margin-top: 2rem;
}
.resource-library .iconCardFilters__filterWrapper {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.resource-signup-panel {
  background: #fff;
  padding: 2rem;
}
.resource-signup-panel h3 {
  color: #2e3192;
  margin-top: 0;
}
.resource-detail-section .resource-container {
  display: grid;
  gap: 2rem;
}
@media (min-width: 950px) {
  .resource-detail-section .resource-container {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) 22rem;
  }
}
.resource-download-panel {
  text-align: center;
}
.resource-download-panel p {
  color: #4d4f53;
}
.resource-related-static {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.resource-related-static .cardSlider__slide {
  margin: 0;
  min-width: 0;
}
@media (max-width: 949px) {
  header.primary .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile-header {
    gap: .75rem;
    justify-content: space-between;
    min-width: 0;
    position: relative;
  }
  .mobile-header .branding {
    flex: 0 1 auto;
    min-width: 0;
  }
  .mobile-header .branding img {
    height: auto;
    max-width: 150px;
  }
  .mobile-search {
    display: none;
  }
  .menu-toggle {
    display: block !important;
    flex: 0 0 30px;
    height: 23px;
    position: fixed;
    right: 1rem;
    top: 2.75rem;
    transform: none;
    width: 30px;
    z-index: 1000;
  }
  #nav-icon span {
    background: #4d4f53;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 30px;
  }
  #nav-icon span:nth-child(1) {
    top: 0;
  }
  #nav-icon span:nth-child(2) {
    top: 9px;
  }
  #nav-icon span:nth-child(3) {
    top: 18px;
  }
  #nav-icon::before {
    color: #4d4f53;
    content: "\2630";
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 23px;
  }
  #nav-icon span {
    display: none;
  }
}
.template-visible.hidden-on-load {
  opacity: 1;
  visibility: visible;
}
.product-filter-menu__button {
  display: block;
  text-align: left;
  width: 100%;
}
.product-filter-menu__button.is-active,
.product-filter-menu__button:hover {
  color: #2e3192;
}
.product-filter__query {
  color: #2e3192;
  font-weight: 700;
  margin: 0 0 1rem;
}
.js-sidebarMiniSlider:not(.slick-initialized) .sidebar-mini-slider__slide {
  display: none;
}
.js-sidebarMiniSlider:not(.slick-initialized) .sidebar-mini-slider__slide.is-active {
  display: block;
}
.contactFormPanel {
  background: #f0f0f0;
  margin-top: 2.5rem;
  max-width: 820px;
  padding: 2rem;
}
.contactFormPanel h2 {
  color: #2e3192;
  margin-top: 0;
}
.contactFormPanel__alert {
  background: #fff;
  color: #2e3192;
  font-weight: 700;
  padding: .75rem 1rem;
}
.contactFormPanel__form {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.contactFormPanel__form label {
  color: #4d4f53;
  font-weight: 700;
}
.contactFormPanel__form input,
.contactFormPanel__form textarea {
  background: #fff;
  display: block;
  margin-top: .4rem;
  min-height: 2.5rem;
}
.contactFormPanel__form .-full,
.contactFormPanel__form button {
  grid-column: 1 / -1;
}
.contactFormPanel__form textarea {
  min-height: 9rem;
}
.product-detail-page {
  background: #fff;
  padding: 2rem 0 4.5rem;
}
.product-detail-page .container {
  max-width: min(1280px, calc(100vw - 2rem));
}
.product-detail-page__breadcrumb {
  border-bottom: 1px solid #e1e5ea;
  color: #68727d;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  gap: 0.45rem;
  margin-bottom: 1.8rem;
  padding-bottom: 0.75rem;
}
.product-detail-page__breadcrumb a {
  color: #2e3192;
}
.product-detail-layout {
  align-items: start;
  display: grid;
  gap: 1.65rem;
  grid-template-columns: minmax(260px, 31%) minmax(0, 1fr);
}
.product-detail-media {
  min-width: 0;
}
.product-detail-carousel {
  align-items: center;
  background: #f3f5f7;
  display: flex;
  justify-content: center;
  min-height: clamp(250px, 28vw, 340px);
  overflow: hidden;
  position: relative;
}
.product-detail-carousel__track {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.product-detail-carousel .imageCarousel__image {
  background: #eef1f4;
  display: none;
  height: clamp(250px, 28vw, 340px);
  object-fit: contain;
  object-position: center;
  width: 100%;
}
body.products[id^="products-"] .product-detail-carousel .imageCarousel__image {
  height: clamp(250px, 28vw, 340px);
  object-fit: contain;
}
.product-detail-carousel .imageCarousel__image.is-active {
  display: block;
}
.product-detail-carousel__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
  width: 42px;
  z-index: 2;
}
.product-detail-carousel__arrow:hover {
  background: rgba(46, 49, 146, 0.88);
}
.product-detail-carousel__arrow.-prev {
  left: 1rem;
}
.product-detail-carousel__arrow.-next {
  right: 1rem;
}
.product-detail-carousel__arrow:before {
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.product-detail-carousel__arrow.-prev:before {
  border-right: 15px solid #fff;
}
.product-detail-carousel__arrow.-next:before {
  border-left: 15px solid #fff;
}
.product-detail-carousel__arrow:not(:hover):before {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.35));
}
.product-detail-downloads {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}
.product-detail-downloads a {
  align-items: center;
  color: #8c97a2;
  display: flex;
  font-size: 0.95rem;
  gap: 0.55rem;
  min-height: 2rem;
  padding-left: 0;
  position: relative;
}
.product-detail-downloads a:before {
  align-items: flex-end;
  border: 2px solid #a7b0bb;
  border-radius: 2px;
  color: #a7b0bb;
  content: "PDF";
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.5rem;
  font-weight: 700;
  height: 1.55rem;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.16rem;
  position: relative;
  width: 1.25rem;
}
.product-detail-downloads a:after {
  border-left: 7px solid transparent;
  border-top: 7px solid #a7b0bb;
  content: "";
  height: 0;
  left: 0.78rem;
  position: absolute;
  top: 0.2rem;
  width: 0;
}
.product-detail-main {
  color: #4d4f53;
  min-width: 0;
  overflow: hidden;
}
.product-detail-main h1 {
  color: #2f3438;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin: 0 0 0.9rem;
}
.product-detail-summary {
  color: #5b636b;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 1.35rem;
}
.product-detail-rich {
  max-width: none;
  overflow-x: auto;
  padding-bottom: 0.4rem;
  width: 100%;
}
.product-detail-rich h2,
.product-detail-rich h3 {
  color: #b42318;
  font-size: 1.05rem;
  margin: 1.45rem 0 0.7rem;
  text-transform: uppercase;
}
.product-detail-rich p,
.product-detail-rich li {
  color: #5b636b;
  line-height: 1.65;
}
.product-detail-rich table {
  border: 2px solid #d3222a;
  border-collapse: collapse;
  color: #4d4f53;
  font-size: 0.88rem;
  margin: 1rem 0 1.2rem;
  min-width: 760px;
  table-layout: fixed;
  width: 100%;
}
.product-detail-rich th,
.product-detail-rich td {
  border: 1px solid #9ca3af;
  padding: 0.45rem 0.55rem;
  text-align: center;
  vertical-align: middle;
}
.product-detail-rich th {
  color: #2f3438;
  font-weight: 700;
}
.product-detail-rich tr:first-child th,
.product-detail-rich tr:first-child td {
  font-weight: 700;
}
.product-detail-specFallback {
  background: #f3f5f7;
  border-left: 4px solid #2e3192;
  padding: 1.2rem 1.35rem;
}
.product-detail-specFallback h2 {
  color: #2e3192;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}
.product-gallery-trigger {
  cursor: zoom-in;
}
.product-gallery-open {
  overflow: hidden;
}
.product-gallery-modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 3rem 1.5rem;
  position: fixed;
  z-index: 12000;
}
.product-gallery-modal.is-open {
  display: flex;
}
.product-gallery-modal__shade {
  background: rgba(0, 0, 0, 0.72);
  inset: 0;
  position: absolute;
}
.product-gallery-modal__dialog {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
  max-height: calc(100vh - 6rem);
  max-width: min(900px, calc(100vw - 3rem));
  min-height: 320px;
  padding: 45px;
  position: relative;
  width: 100%;
}
.product-gallery-modal__image {
  display: block;
  max-height: calc(100vh - 12rem);
  max-width: 100%;
  object-fit: contain;
}
.product-gallery-modal__close,
.product-gallery-modal__arrow {
  align-items: center;
  background: #d7193f;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 1;
}
.product-gallery-modal__close {
  font-size: 2rem;
  font-weight: 700;
  height: 38px;
  line-height: 1;
  right: 10px;
  top: 10px;
  width: 38px;
}
.product-gallery-modal__arrow {
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.product-gallery-modal__arrow.-prev {
  left: 45px;
}
.product-gallery-modal__arrow.-next {
  right: 45px;
}
.product-gallery-modal__arrow:before {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.product-gallery-modal__arrow.-prev:before {
  border-right: 10px solid #fff;
}
.product-gallery-modal__arrow.-next:before {
  border-left: 10px solid #fff;
}
@media (max-width: 720px) {
  .product-gallery-modal {
    padding: 1rem;
  }
  .product-gallery-modal__dialog {
    max-height: calc(100vh - 2rem);
    max-width: calc(100vw - 2rem);
    min-height: 240px;
    padding: 48px 16px;
  }
  .product-gallery-modal__image {
    max-height: calc(100vh - 8rem);
  }
  .product-gallery-modal__arrow.-prev {
    left: 16px;
  }
  .product-gallery-modal__arrow.-next {
    right: 16px;
  }
}
#home .company-stats {
  background:
    linear-gradient(rgba(15, 16, 18, 0.34), rgba(15, 16, 18, 0.42)),
    url("../images/curved-lines-background.svg") right -32rem bottom -12rem/70% no-repeat,
    url("/uploads/home-stats-banner.jpg") center/cover no-repeat;
  color: #fff;
  margin: 0;
  overflow: hidden;
  padding: 5.1rem 0 5.3rem;
  position: relative;
}
#home .company-stats:before {
  background: rgba(255, 255, 255, 0.38);
  content: "";
  inset: 0;
  position: absolute;
}
#home .company-stats__inner {
  margin: 0 auto;
  max-width: 74rem;
  padding: 0 1rem;
  position: relative;
  z-index: 1;
}
#home .company-stats__header {
  margin-bottom: 1.65rem;
  max-width: 36rem;
}
#home .company-stats__eyebrow {
  color: #fff;
  font-size: 1rem;
  margin: 0 0 0.6rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}
#home .company-stats__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2.7rem;
  font-weight: 300;
  gap: 0.9rem;
  line-height: 1.12;
  margin: 0;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.2);
}
#home .company-stats__title:before {
  background: #2e3192;
  content: "";
  display: block;
  flex: 0 0 4px;
  height: 2.8rem;
}
#home .company-stats__grid {
  display: grid;
  gap: 0.65rem 3rem;
}
@media (min-width: 950px) {
  #home .company-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#home .company-stats__item {
  align-items: center;
  background: linear-gradient(90deg, rgba(46, 49, 146, 0.96), rgba(1, 100, 178, 0.94));
  border: 0;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  display: grid;
  gap: 1.35rem;
  grid-template-columns: 10rem minmax(0, 1fr);
  min-height: 3.45rem;
  opacity: 0;
  padding: 0.48rem 1rem 0.48rem 0.75rem;
  transform: translateY(56px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay, 0s);
}
#home .company-stats.is-visible .company-stats__item {
  opacity: 1;
  transform: translateY(0);
}
#home .company-stats__value {
  align-items: center;
  border-left: 3px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: flex;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  min-height: 2.7rem;
  padding-left: 0.62rem;
  white-space: nowrap;
}
#home .company-stats__text {
  color: #fff;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.18;
}
.news-cards.news-list {
  display: grid;
  gap: 1rem;
}
.cms-page-content > .layer:first-child {
  padding-top: 0;
}
.about-us main .container--first-column {
  max-width: calc(100% - 26rem);
}
.about-us .contactFormPanel {
  max-width: 100%;
}
.about-template-page h3 {
  color: #2e3192;
  margin-top: 0;
}
.template-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}
.template-card-grid article,
.template-timeline article {
  background: #f5f6f8;
  border-left: 4px solid #2e3192;
  padding: 1.2rem 1.35rem;
}
.template-card-grid h4,
.template-timeline h4 {
  margin: 0 0 .45rem;
}
.template-timeline {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.template-timeline strong {
  color: #2e3192;
  display: block;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: .5rem;
}
#about-us-leadership .container--first-column {
  max-width: calc(100% - 26rem);
}
#about-us-leadership .cms-page-content {
  margin-top: 0;
}
.leadership-template {
  color: #353638;
  margin: 0 0 4.5rem;
}
.leadership-profile {
  margin: 0 -1.5rem;
  padding: 3.25rem 1.5rem 3.5rem;
}
.leadership-profile:nth-child(even) {
  background: #f2f2f2;
}
.leadership-profile__inner {
  max-width: 44rem;
}
.leadership-profile__image {
  margin: 0 0 2.25rem;
}
.leadership-profile__image img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.leadership-profile__body p {
  color: #353638;
  font-size: 1rem;
  line-height: 1.72;
  margin: 0 0 1.15rem;
}
.leadership-profile__body a {
  color: #2e3192;
  font-weight: 700;
  text-decoration: none;
}
.leadership-profile__body a:hover {
  text-decoration: underline;
}
#about-us-iso-certification .workflow-feature {
  margin-bottom: 3.5rem;
}
#about-us-iso-certification main .container--first-column {
  max-width: 64rem;
}
#about-us-iso-certification aside.primary {
  position: fixed;
  right: 7.5%;
  top: 8.4rem;
  z-index: 20;
}
#about-us-iso-certification aside.primary .button-container {
  display: none;
}
#about-us-iso-certification aside.primary span.sidebar-title {
  display: none;
}
#about-us-iso-certification aside.primary .sidebar {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}
#about-us-iso-certification .workflow-feature__intro {
  margin: 0 auto 2.5rem;
  max-width: 54rem;
  text-align: center;
}
#about-us-iso-certification .workflow-feature__eyebrow {
  color: #9b9b9b;
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
#about-us-iso-certification .workflow-feature__intro h2 {
  color: #4d4f53;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 0;
}
#about-us-iso-certification .workflow-feature__grid {
  display: grid;
  gap: 1.75rem;
}
@media (min-width: 950px) {
  #about-us-iso-certification .workflow-feature__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#about-us-iso-certification .workflow-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 1rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02);
  height: 100%;
  overflow: hidden;
}
#about-us-iso-certification .workflow-card__image {
  aspect-ratio: 1.35 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
#about-us-iso-certification .workflow-card__body {
  padding: 1.7rem 1.8rem 2rem;
}
#about-us-iso-certification .workflow-card__title {
  color: #9b9b9b;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.42rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
#about-us-iso-certification .workflow-card__body p {
  color: #8b8b8b;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}
#about-us-iso-certification .workflow-banner {
  --bg-y: 50%;
  --parallax-offset: 0px;
  margin: 0 0 1.5rem;
  min-height: 18rem;
  overflow: hidden;
  position: relative;
}
#about-us-iso-certification .workflow-banner::before {
  background-image:
    linear-gradient(rgba(16, 17, 18, 0.48), rgba(16, 17, 18, 0.48)),
    var(--bgImage);
  background-position: center var(--bg-y);
  background-size: cover;
  content: "";
  inset: -4%;
  position: absolute;
  transform: translate3d(0, var(--parallax-offset), 0) scale(1.14);
  will-change: transform;
}
#about-us-iso-certification .workflow-banner__title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  inset: 0;
  justify-content: center;
  letter-spacing: 0.04em;
  margin: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
#about-us-iso-certification .workflow-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 18rem;
  padding: 3rem 2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
#about-us-iso-certification .workflow-banner__content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 48rem;
}
@media (max-width: 949px) {
  #about-us-iso-certification .workflow-banner {
    min-height: 12rem;
  }
  #about-us-iso-certification .workflow-banner__title {
    font-size: 1.55rem;
    padding: 0 1rem;
  }
  #about-us-iso-certification .workflow-banner__content {
    min-height: 14rem;
    padding: 2.25rem 1.25rem;
  }
}
.workflow-feature__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.workflow-card {
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}
.workflow-card__image {
  display: block;
  height: 12rem;
  object-fit: cover;
  width: 100%;
}
.workflow-card__body {
  padding: 1.25rem;
}
.workflow-card__title {
  color: #2e3192;
  margin: 0 0 .5rem;
}
.aside-links a.active {
  color: #2e3192;
  font-weight: 700;
}
.image-with-text .right {
  max-width: 420px;
}
@media (max-width: 980px) {
  #about-us-iso-certification aside.primary {
    position: static;
    right: auto;
    top: auto;
  }
  .about-us main .container--first-column {
    max-width: none;
  }
  .contactFormPanel {
    max-width: none;
  }
  .contactFormPanel__form {
    grid-template-columns: 1fr;
  }
  .newsAndOrEvents .cardSlider__slider:not(.slick-initialized) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .resource-library-static-slider,
  .resource-library .iconCardFilters__filterWrapper,
  .resource-related-static {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #home .company-stats {
    padding: 3.5rem 0 4rem;
  }
  #home .company-stats__title {
    font-size: 2.1rem;
  }
  #home .company-stats__item {
    grid-template-columns: 8.4rem minmax(0, 1fr);
  }
  #home .company-stats__value {
    font-size: 2.15rem;
  }
  #home .company-stats__text {
    font-size: 1rem;
  }
  .product-detail-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .newsAndOrEvents .cardSlider__slider:not(.slick-initialized) {
    grid-template-columns: 1fr;
  }
  .resource-library-static-slider,
  .resource-library .iconCardFilters__filterWrapper,
  .resource-related-static {
    grid-template-columns: 1fr;
  }
  .template-card-grid,
  .workflow-feature__grid {
    grid-template-columns: 1fr;
  }
  #home .company-stats__grid {
    gap: 0.7rem;
  }
  #home .company-stats__item {
    gap: 0.8rem;
    grid-template-columns: 7.2rem minmax(0, 1fr);
  }
  #home .company-stats__value {
    font-size: 1.8rem;
  }
  #home .company-stats__text {
    font-size: 0.9rem;
  }
  .product-detail-page {
    padding-top: 1.25rem;
  }
  .product-detail-rich {
    max-width: 100%;
    overflow-x: hidden;
  }
  .product-detail-rich table {
    display: table;
    font-size: 0.78rem;
    min-width: 0;
    table-layout: fixed;
    width: 100%;
  }
  .product-detail-rich th,
  .product-detail-rich td {
    overflow-wrap: anywhere;
    padding: 0.42rem 0.32rem;
    white-space: normal;
    word-break: break-word;
  }
  .product-detail-rich p,
  .product-detail-rich li {
    overflow-wrap: anywhere;
  }
  .product-detail-main h1 {
    font-size: clamp(1.7rem, 9vw, 2.25rem);
    overflow-wrap: anywhere;
  }
  .product-detail-summary {
    overflow-wrap: anywhere;
  }
}

#solutions .solutions-listing--featured {
  background:
    linear-gradient(rgba(20, 22, 28, 0.66), rgba(20, 22, 28, 0.66)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0, transparent 50%),
    url("/uploads/solutions-hero-banner.jpg") center/cover no-repeat;
  margin: 0 0 4rem;
  overflow: hidden;
  padding: 4rem 0 4.5rem;
  position: relative;
}

#solutions .solutions-listing--featured:after {
  content: none;
}

#solutions .solutions-listing--featured .container {
  overflow: visible;
}

#solutions .solutions-listing--featured h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}

#solutions .solutions-listing--featured .cardSlider {
  max-width: 43rem;
  margin-top: 1rem;
  width: 100%;
}

#solutions .solutions-listing--featured .cardSlider__slider {
  padding-bottom: 0.75rem;
}

#solutions .solutions-listing--featured .imageWithHeader {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.2));
}

@media (min-width: 950px) {
  #solutions .solutions-listing--featured {
    background-attachment: fixed;
  }
}

@media (max-width: 949px) {
  body#solutions {
    overflow-x: hidden;
  }

  #solutions .solutions-listing--featured {
    margin-bottom: 2.8rem;
    padding: 3rem 0 3.5rem;
  }

  #solutions .solutions-listing--featured .container {
    max-width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  #solutions .solutions-listing--featured .cardSlider {
    max-width: 100%;
    transform: none;
  }

  #solutions .solutions-mobile-slider-next {
    align-items: center;
    background: rgba(46, 49, 146, 0.95);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Arial, sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    height: 2.65rem;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0.65rem;
    top: 52%;
    transform: translateY(-50%);
    width: 2.65rem;
    z-index: 5;
  }

  #solutions .solutions-listing--featured .cardSlider__slider {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-left: max(1rem, calc((100vw - 22rem) / 2));
    padding-right: 1rem;
    width: 100%;
  }

  #solutions .solutions-listing--featured .cardSlider__slide {
    flex-basis: min(18rem, 74vw);
    min-width: min(18rem, 74vw);
  }

  #solutions .solutions-listing:not(.solutions-listing--featured) {
    margin: 2.75rem 0;
    overflow: hidden;
  }

  #solutions .solutions-listing:not(.solutions-listing--featured) .container {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #solutions .solutions-listing .resource-row {
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #solutions .solutions-listing a.resource {
    max-width: 20rem;
    width: min(100%, 20rem);
  }
}

@media (min-width: 950px) {
  #solutions .solutions-mobile-slider-next {
    display: none;
  }
}

.right_nav {
  background: #101010;
  bottom: 30%;
  overflow: visible;
  position: fixed;
  right: 0;
  width: 58px;
  z-index: 10020;
}
.right_nav ul {
  list-style: none;
  margin: 0;
  overflow: visible;
  padding: 0;
}
.right_nav li {
  background: #1b1b1b;
  cursor: pointer;
  height: 58px;
  margin-top: 3px;
  overflow: visible;
  position: relative;
  transition: all .4s;
  width: 58px;
}
.right_nav li:first-child {
  margin-top: 0;
}
.right_nav .icon {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 58px;
  justify-content: center;
  padding: 0;
  width: 58px;
}
.right_nav .icon img {
  display: block;
  max-height: 34px;
  max-width: 34px;
  opacity: .9;
}
.right_nav .icon:hover img,
.right_nav li:hover .icon img {
  opacity: 1;
}
.right_nav .got {
  border-bottom: 0;
  display: none;
}
.right_nav .showbox {
  align-items: center;
  background-color: #1b1b1b;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  min-width: 118px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  right: 200%;
  top: 0;
  transition: all .5s ease;
  visibility: hidden;
  width: max-content;
  z-index: 10030;
}
.right_nav li:hover {
  background: #1a264b;
}
.right_nav li:hover .showbox {
  opacity: 1;
  right: 100%;
  top: 0;
  visibility: visible;
}
.right_nav .showbox .textbox {
  color: #fff;
  overflow: auto;
  padding: 5px 0;
  white-space: nowrap;
}
.right_nav .imgbox img {
  display: block;
  height: auto;
  max-width: 220px;
  width: 220px;
}
@media screen and (max-width: 768px) {
  .right_nav {
    display: none;
  }
}

.history-brief-main {
  background: #fff;
  padding: 0 0 92px;
}
.history-brief-shell {
  background:
    linear-gradient(180deg, rgba(221, 240, 253, .92) 0%, rgba(255, 255, 255, .9) 34%, rgba(255, 255, 255, .58) 50%, rgba(255, 255, 255, 0) 61%),
    var(--history-bg) center bottom / cover no-repeat;
  box-shadow: 0 18px 34px rgba(25, 58, 94, .08);
  color: #154c88;
  margin: 0 auto;
  max-width: 1320px;
  min-height: 650px;
  overflow: hidden;
  padding: 42px 52px 46px;
  position: relative;
}
.history-brief-intro {
  color: #12213a;
  max-width: 1160px;
  position: relative;
  z-index: 2;
}
.history-brief-heading {
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-bottom: 22px;
}
.history-brief-title {
  color: #0068ae;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}
.history-brief-en {
  border-top: 2px solid #0068ae;
  color: #15357d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 900;
  line-height: .86;
  padding-top: 3px;
  text-transform: uppercase;
}
.history-brief-intro p {
  color: #172846;
  font-size: 13px;
  line-height: 1.42;
  margin: 0 0 8px;
}
.history-brief-timeline {
  height: 520px;
  margin-top: 28px;
  position: relative;
  z-index: 3;
}
.history-brief-curve {
  bottom: -42px;
  height: 355px;
  left: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.history-brief-curve path {
  fill: none;
  stroke: #0b4d91;
  stroke-linecap: round;
  stroke-width: 6;
}
.history-brief-item {
  color: #244566;
  left: var(--x);
  min-height: 130px;
  position: absolute;
  top: var(--y);
  width: 185px;
}
.history-brief-item::before {
  background: #8eb1d6;
  content: "";
  height: calc(var(--dot-y, 320px) - var(--y));
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}
.history-brief-item::after {
  background: #0d3977;
  border: 5px solid #eaf4fd;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(13, 57, 119, .35);
  content: "";
  height: 17px;
  left: -10px;
  position: absolute;
  top: calc(var(--dot-y, 320px) - var(--y) - 13px);
  width: 17px;
}
.history-brief-item:nth-of-type(2) {
  --dot-y: 530px;
}
.history-brief-item:nth-of-type(3) {
  --dot-y: 502px;
}
.history-brief-item:nth-of-type(4) {
  --dot-y: 467px;
}
.history-brief-item:nth-of-type(5) {
  --dot-y: 412px;
}
.history-brief-item:nth-of-type(6) {
  --dot-y: 328px;
}
.history-brief-item h3 {
  color: #0068ae;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 5px;
}
.history-brief-item strong {
  color: #0068ae;
  display: block;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.history-brief-item p {
  color: #334b66;
  font-size: 11px;
  line-height: 1.26;
  margin: 0;
}
.history-brief-card {
  background: #2f7ec8;
  color: #fff;
  left: 150px;
  padding: 13px 16px 12px;
  position: absolute;
  top: 26px;
  width: 232px;
}
.history-brief-card h3,
.history-brief-card strong {
  color: #fff;
}
.history-brief-card h3 {
  font-size: 20px;
  margin: 0 0 4px;
}
.history-brief-card strong {
  font-size: 12px;
  line-height: 1.25;
}
@media screen and (max-width: 900px) {
  .history-brief-shell {
    margin: 0;
    min-height: 0;
    padding: 28px 20px;
  }
  .history-brief-heading {
    display: block;
  }
  .history-brief-title {
    font-size: 30px;
    white-space: normal;
  }
  .history-brief-en {
    display: inline-block;
    font-size: 17px;
    margin-top: 8px;
    padding-right: 40px;
  }
  .history-brief-timeline {
    height: auto;
    margin-top: 24px;
  }
  .history-brief-curve {
    display: none;
  }
  .history-brief-card,
  .history-brief-item {
    left: auto;
    margin: 0 0 16px;
    min-height: 0;
    position: relative;
    top: auto;
    width: auto;
  }
  .history-brief-item {
    background: rgba(255, 255, 255, .84);
    padding: 12px 12px 12px 18px;
  }
  .history-brief-item::before,
  .history-brief-item::after {
    display: none;
  }
}

#about-us-iso-certification main > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
#about-us-iso-certification main .container--first-column {
  max-width: none;
  width: 100%;
}
#about-us-iso-certification .cms-page-content {
  margin-top: 0;
}
#about-us-iso-certification aside.primary {
  display: none;
}
.workflow-work-page {
  background: #fff;
  color: #555;
  overflow: hidden;
  width: 100%;
}
.workflow-hero-carousel {
  height: 31.25rem;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.workflow-hero-carousel__slide {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
  animation: workflowFade 13.5s infinite;
}
.workflow-hero-carousel__slide:nth-child(2) {
  animation-delay: 4.5s;
}
.workflow-hero-carousel__slide:nth-child(3) {
  animation-delay: 9s;
}
.workflow-hero-carousel__slide::before {
  background: rgba(0, 0, 0, .58);
  content: "";
  inset: 0;
  position: absolute;
}
.workflow-hero-carousel__slide h2 {
  color: #fff;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 300;
  letter-spacing: .03em;
  line-height: 1.18;
  margin: 0;
  max-width: 70rem;
  padding: 0 2rem;
  position: relative;
  text-align: center;
  text-transform: none;
  z-index: 1;
}
@keyframes workflowFade {
  0%,
  100% {
    opacity: 0;
    transform: scale(1.08);
  }
  7%,
  31% {
    opacity: 1;
    transform: scale(1);
  }
  38% {
    opacity: 0;
    transform: scale(1.02);
  }
}
.workflow-process {
  padding: 7.2rem 5.5vw 5.8rem;
}
.workflow-process__title {
  color: #555;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: clamp(2.05rem, 3.3vw, 3.05rem);
  font-weight: 300;
  line-height: 1.2;
  margin: 0 auto 4.4rem;
  max-width: 43rem;
  text-align: center;
}
.workflow-feature__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1120px;
}
#about-us-iso-certification .workflow-card {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  box-shadow: none;
  height: 100%;
  overflow: hidden;
}
#about-us-iso-certification .workflow-card__image {
  aspect-ratio: 1.35 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
#about-us-iso-certification .workflow-card__body {
  padding: 2.05rem 2rem 2.4rem;
}
#about-us-iso-certification .workflow-card__title {
  color: #9b9b9b;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .03em;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}
#about-us-iso-certification .workflow-card__body p {
  color: #999;
  font-size: .98rem;
  line-height: 1.7;
  margin: 0;
}
#about-us-iso-certification .workflow-banner {
  margin: 0 0 .8rem;
  min-height: 15rem;
  overflow: hidden;
  position: relative;
}
#about-us-iso-certification .workflow-banner::before {
  background-image:
    linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)),
    var(--bgImage, var(--bgimage));
  background-position: center;
  background-size: cover;
  content: "";
  inset: -8%;
  position: absolute;
  transform: scale(1.05);
}
#about-us-iso-certification .workflow-banner__content {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 15rem;
  padding: 2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}
#about-us-iso-certification .workflow-banner__title {
  color: #fff;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  font-weight: 300;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
#about-us-iso-certification .workflow-banner__content p {
  display: none;
}
.workflow-closing-text {
  padding: 5.6rem 2rem 6rem;
  text-align: center;
}
.workflow-closing-text h2 {
  color: #666;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 300;
  line-height: 1.18;
  margin: 0 auto 1.5rem;
  max-width: 43rem;
}
.workflow-closing-text p {
  color: #9a9a9a;
  font-size: .96rem;
  line-height: 1.75;
  margin: 0 auto .85rem;
  max-width: 52rem;
}
@media (max-width: 900px) {
  .workflow-hero-carousel {
    height: 22rem;
  }
  .workflow-process {
    padding: 4.5rem 1.5rem 4rem;
  }
  .workflow-feature__grid {
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
}

body#products .product-list-wrapper {
  align-items: stretch;
  gap: 2rem 1rem;
  padding-left: 1.2rem;
}

body#products .product-list-wrapper .product {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

body#products .product-list-wrapper .product a {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 100%;
}

body#products .product-list-wrapper .product-image-wrapper {
  align-items: center;
  aspect-ratio: 1.18 / 1;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: .75rem;
}

body#products .product-list-wrapper .product-image-wrapper img {
  display: block;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

body#products .product-list-wrapper .product p {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  min-height: 5.3rem;
}

@media only screen and (min-width: 576px) {
  body#products .product-list-wrapper .product {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  body#products .product-list-wrapper {
    padding-left: 0;
  }

  body#products .product-list-wrapper .product {
    width: 100%;
  }
}

.cms-page-content .parts-service-editable,
.cms-page-content .projects-editable {
  max-width: 1120px;
}

.cms-page-content .parts-service-editable .intro-block {
  font-size: 1.15rem;
  line-height: 1.75;
  margin: 0 auto 3rem;
  max-width: 980px;
}

#parts-and-service .cms-page-content .parts-service-find-product,
#parts-and-service .cms-page-content .parts-service-find-product + .container--first-column,
#parts-and-service .cms-page-content .js-sticky-until {
  display: none;
}

.parts-service-product-template {
  margin: 2.5rem 0 0;
  max-width: 56rem;
  padding: 0 0 2.5rem;
}

.parts-service-product-template h3 {
  color: #252b33;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.parts-service-product-template p {
  color: #27364a;
  font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 1.35rem;
}

.parts-service-product-template .support-dropdown select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #2e3192 50%) right 1.1rem center / .45rem .45rem no-repeat,
    #fff;
  border: 1px solid #cfd5df;
  color: #2b2f36;
  cursor: pointer;
  font-size: 1rem;
  min-height: 3.25rem;
  padding: .75rem 2.5rem .75rem 1rem;
  width: min(100%, 34rem);
}

.cms-page-content .support-dropdown select {
  appearance: none;
  background: #fff;
  border: 1px solid #cfd5df;
  color: #2b2f36;
  font-size: 1rem;
  min-height: 3.25rem;
  padding: .75rem 1rem;
  width: min(100%, 34rem);
}

.cms-page-content .projects-editable .video-wrapper {
  aspect-ratio: 16 / 9;
  background: #202020;
  margin: 0 auto 3rem;
  max-width: 960px;
  overflow: hidden;
}

.cms-page-content .projects-editable .video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.cms-page-content .projects-editable .copy-block {
  line-height: 1.75;
  margin: 0 auto 3.5rem;
  max-width: 880px;
}

.cms-page-content .support-card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.cms-page-content .support-card-grid article {
  background: #f1f1f1;
  min-height: 8rem;
  padding: 1.5rem;
}

.cms-page-content .support-card-grid h3 {
  color: #2e3192;
  font-family: pragmatica-condensed, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.35rem;
  margin: 0;
}

@media (max-width: 800px) {
  .cms-page-content .support-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 809px) {
  body#home .hero.-fixedHeight {
    background: #2f3033;
    height: auto;
    min-height: 0;
    padding-top: 0;
    position: relative;
  }

  body#home .hero__mobileFeatureList {
    align-items: center;
    justify-content: flex-start;
    min-height: 2.45rem;
    padding: 0 0.85rem;
    top: 0;
  }

  body#home .hero__mobileFeatureLink {
    font-size: 0.72rem;
    line-height: 1;
  }

  body#home .hero__mobileFeatureLink::after {
    margin: 0 0.7rem;
  }

  body#home .hero__mobileImage {
    display: block;
    height: auto;
    margin-top: 2.45rem;
    width: 100%;
  }

  body#home .hero__topRow {
    display: none;
  }

  body#home .layer.callout {
    padding: 1.55rem 0 1.65rem;
  }

  body#home .calloutText {
    font-size: clamp(1.5rem, 7vw, 1.9rem);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  body#home .calloutText__wrapper {
    padding: 0;
  }

  body#home .bannerWithOffsetImage {
    padding-bottom: 1.75rem;
  }

  body#home .bannerWithOffsetImage__image {
    align-self: stretch;
    display: block;
    height: auto !important;
    max-height: none;
    object-fit: contain !important;
    width: 100%;
  }

  body#home .bannerWithOffsetImage__content {
    padding: 1.25rem 1rem 0;
  }

  body#home .bannerWithOffsetImage__header {
    font-size: clamp(1.25rem, 5.7vw, 1.55rem);
    line-height: 1.28;
  }
}

@media (min-width: 810px) {
  body#home .hero__mobileImage {
    display: none;
  }
}

@media (max-width: 980px) {
  #about-us-leadership main {
    display: block;
  }

  #about-us-leadership main > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  #about-us-leadership main .container--first-column,
  #about-us-leadership .container--first-column {
    max-width: none !important;
    width: 100% !important;
  }

  #about-us-leadership .cms-page-content {
    margin-top: 0;
    width: 100%;
  }

  #about-us-leadership .leadership-template {
    margin: 0;
    width: 100%;
  }

  #about-us-leadership .leadership-profile {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1.25rem;
  }

  #about-us-leadership .leadership-profile__inner {
    max-width: none;
    width: 100%;
  }

  #about-us-leadership .leadership-profile__image {
    margin-bottom: 1.35rem;
  }

  #about-us-leadership .leadership-profile__body,
  #about-us-leadership .leadership-profile__body p {
    max-width: none;
    width: 100%;
  }

  #about-us-leadership .leadership-profile__body p {
    font-size: 1rem;
    line-height: 1.65;
  }

  #about-us-leadership aside.primary {
    box-shadow: none;
    margin: 0 auto 2rem;
    position: static;
    width: calc(100% - 2.5rem);
  }

  #about-us-leadership aside.primary .sidebar {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }

  #about-us-leadership aside.primary span.sidebar-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (max-width: 576px) {
  #about-us-leadership .layer.-linesDark.-tightSpacing {
    padding-bottom: 0;
    padding-top: 0;
  }

  #about-us-leadership .hero.-Pages {
    min-height: 13rem;
    padding: 2.5rem 0;
  }

  #about-us-leadership .hero.-Pages h1 {
    font-size: 2rem;
    line-height: 1.1;
  }
}
