#SITE_HEADER .responsive-menu-toggle {
  display: none;
}

/* Shared responsive overrides for the static CMS export. */
@media screen and (max-width: 960px) {
  html,
  body {
    width: 100%;
    overflow-x: clip;
  }

  #document {
    width: 100%;
    overflow-x: clip;
  }

  #document *,
  #document *::before,
  #document *::after {
    max-width: 100%;
  }

  #document img,
  #document video,
  #document iframe,
  #document embed,
  #document object {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  #document .row_line,
  #document .componentsBox,
  #document .rowList,
  #document .contentAutoDom,
  #document .rowColumnBox,
  #document .rowcol,
  #document .col,
  #document .col-box,
  #document .boxSiz,
  #document .boxCont,
  #document .boxContent,
  #document .textLineP {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  #document .row_line > .rowColumnBox,
  #document .componentsBox > .rowList,
  #document .contentAutoDom,
  #document .rowList,
  #document .row_line .rowcol,
  #document .componentsBox .col {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  #document .row_line > .rowListBg,
  #document .componentsBox > .rowListBg {
    pointer-events: none;
  }

  #document .textLineP,
  #document .listTxt,
  #document .listCon,
  #document .listBoxHref,
  #document .form,
  #document .form .fRi,
  #document .form input,
  #document .form select,
  #document .form textarea {
    width: 100% !important;
    max-width: 100% !important;
  }

  #document .textLineP,
  #document .listTxt,
  #document .listCon {
    overflow-wrap: anywhere;
  }

  #document .rList .proList,
  #document .rList .listBxSlider,
  #document .proList {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
    height: auto !important;
    transform: none !important;
  }

  #document .proList .listBox,
  #document .rList .listBox,
  #document .rList .listBoxHref,
  #document .rList .Imgbox,
  #document .rList .ImghidCont {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }

  #document .rList .hoverImg .img,
  #document .rList .Imgbox .img {
    position: static !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  #document .carouselBox:not(.slideBxSlider),
  #document .bx-wrapper,
  #document .bx-viewport,
  #document .caroSt {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }

  #document .carouselBox:not(.slideBxSlider) > div,
  #document .bxslider:not(.slideBxSlider) > li {
    width: 100% !important;
  }

  /* bxSlider sets each banner slide to the viewport width; flex would shrink them all into view. */
  #document .slideBxSlider {
    display: block !important;
  }

  #document .slideBxSlider {
    max-width: none !important;
    overflow: visible !important;
  }

  #document .slideBxSlider > li {
    display: block !important;
    flex: none !important;
  }

  #document .slideBxSlider .ImghidCont,
  #document .slideBxSlider .Imgbox,
  #document .slideBxSlider img {
    width: 100% !important;
    height: auto !important;
  }

  #SITE_HEADER {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    min-height: 76px !important;
    height: 76px !important;
    padding: 0 18px !important;
    background: #fff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 12%);
  }

  #SITE_HEADER > .componentsBox,
  #SITE_HEADER > .rowListBg {
    display: none !important;
  }

  #SITE_HEADER .responsive-header-brand {
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: calc(100% - 150px);
    height: 100%;
  }

  #SITE_HEADER .responsive-header-brand img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 56px !important;
    object-fit: contain;
  }

  #SITE_HEADER .responsive-header-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
  }

  #SITE_HEADER .responsive-header-control {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0284c7;
    background: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
  }

  #SITE_HEADER .responsive-header-control svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.6;
  }

  #SITE_HEADER .responsive-menu-toggle svg {
    width: 30px;
    height: 30px;
  }

  #SITE_HEADER .responsive-header-panel,
  #SITE_HEADER .nav {
    position: absolute !important;
    top: 76px;
    right: 0;
    left: 0;
    z-index: 1002;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 12%);
  }

  #SITE_HEADER .responsive-header-panel {
    padding: 14px 18px;
  }

  #SITE_HEADER .responsive-header-panel[hidden] {
    display: none !important;
  }

  #SITE_HEADER .responsive-search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  #SITE_HEADER .responsive-search-panel label {
    display: block;
    min-width: 0;
  }

  #SITE_HEADER .responsive-search-panel label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  #SITE_HEADER .responsive-search-panel input {
    width: 100% !important;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font: inherit;
    font-size: 16px;
  }

  #SITE_HEADER .responsive-search-panel button {
    height: 42px;
    padding: 0 16px;
    color: #fff;
    background: #0284c7;
    border: 0;
    font: inherit;
    font-size: 15px;
  }

  #SITE_HEADER .responsive-search-panel p {
    grid-column: 1 / -1;
    margin: 0;
    color: #0284c7;
    font-size: 14px;
  }

  #SITE_HEADER .responsive-language-panel {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
  }

  #SITE_HEADER .responsive-language-panel .langList {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    height: 36px !important;
  }

  #SITE_HEADER .responsive-language-panel .langIcon {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
  }

  #SITE_HEADER .responsive-language-panel .langText {
    display: none;
  }

  #SITE_HEADER {
    position: relative !important;
    top: auto !important;
    z-index: 1000;
    min-height: 64px !important;
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 12%);
    height: auto !important;
  }

  #SITE_HEADER > .rowListBg,
  #SITE_HEADER .rowListBg {
    display: none !important;
  }

  #SITE_HEADER > .componentsBox:first-of-type {
    display: none !important;
  }

  #SITE_HEADER > .componentsBox:last-of-type .col,
  #SITE_HEADER > .componentsBox:last-of-type .rowcol {
    display: none !important;
  }

  #SITE_HEADER > .componentsBox:last-of-type .col:has(.menubox),
  #SITE_HEADER > .componentsBox:last-of-type .rowcol:has(.menubox),
  #SITE_HEADER > .componentsBox:last-of-type .col:has(img),
  #SITE_HEADER > .componentsBox:last-of-type .rowcol:has(img) {
    display: block !important;
  }

  #SITE_HEADER > .componentsBox,
  #SITE_HEADER > .rowList,
  #SITE_HEADER .contentAutoDom,
  #SITE_HEADER .rowColumnBox {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
    width: 100% !important;
    min-height: 64px !important;
    padding: 8px 16px !important;
  }

  #SITE_HEADER > .componentsBox {
    display: contents !important;
  }

  #SITE_HEADER .rowList {
    position: static !important;
  }

  #SITE_HEADER .col,
  #SITE_HEADER .rowcol {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #SITE_HEADER img {
    width: auto !important;
    height: auto !important;
    max-width: min(180px, 55vw) !important;
    max-height: 44px !important;
    object-fit: contain;
  }

  #SITE_HEADER .menubox {
    order: 10;
    width: 100% !important;
  }

  #SITE_HEADER .responsive-menu-toggle {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    margin-left: auto !important;
    padding: 0 !important;
    color: #0d3271;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 2px;
    font: inherit;
    font-size: 0;
    cursor: pointer;
  }

  #SITE_HEADER .responsive-menu-toggle::before,
  #SITE_HEADER .responsive-menu-toggle::after,
  #SITE_HEADER .responsive-menu-toggle span {
    position: absolute;
    width: 20px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  #SITE_HEADER .responsive-menu-toggle::before { transform: translateY(-7px); }
  #SITE_HEADER .responsive-menu-toggle::after { transform: translateY(7px); }

  #SITE_HEADER .responsive-menu-toggle[aria-expanded="true"] span { background: transparent; }
  #SITE_HEADER .responsive-menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
  #SITE_HEADER .responsive-menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

  #SITE_HEADER .nav {
    display: none !important;
    width: 100% !important;
    margin-top: 8px !important;
  }

  #SITE_HEADER[data-responsive-menu-open="true"] .nav {
    display: block !important;
  }

  #SITE_HEADER .menubox {
    height: 44px !important;
    min-height: 44px !important;
    overflow: visible;
  }

  #SITE_HEADER .menubox > .nav {
    position: absolute !important;
    top: 52px;
    right: 0;
    left: 0;
    z-index: 10;
  }

  #SITE_HEADER .nav > ul,
  #SITE_HEADER .nav .pcMainnav,
  #SITE_HEADER .nav .verticalNav {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
  }

  #SITE_HEADER .nav li,
  #SITE_HEADER .nav .mainNavLi {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    border-top: 1px solid rgb(13 50 113 / 12%);
  }

  #SITE_HEADER .nav a,
  #SITE_HEADER .nav .mainNavLiA {
    display: block !important;
    width: 100% !important;
    min-height: 44px;
    padding: 12px 4px !important;
    color: #0d3271;
    line-height: 20px !important;
    text-align: left !important;
  }

  #SITE_HEADER .nav p {
    width: auto !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: left !important;
  }

  #SITE_HEADER .nav .nav-submenu {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding-left: 16px !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  #SITE_FOOTER .row_line .rowcol,
  #SITE_FOOTER .componentsBox .col,
  #SITE_FOOTER .rowList {
    text-align: left !important;
  }

  #SITE_FOOTER .menubox,
  #SITE_FOOTER .nav,
  #SITE_FOOTER .nav ul,
  #SITE_FOOTER .nav li {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }

  #SITE_FOOTER .nav li {
    display: block !important;
    margin: 0 !important;
  }

  /* CMS spacer reserved for desktop's floating header. */
  #document .headerFloatDiv {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
  }

  /* Contact page's desktop hero is decorative and empty in this export. */
  #utoqgp .advanced-slider {
    display: none !important;
  }

  #SITE_FOOTER .nav a {
    display: block !important;
    padding: 8px 0 !important;
  }
  /* Final mobile header cascade: the toolbar is independent of CMS columns. */
  #SITE_HEADER {
    position: relative !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 76px !important;
    min-height: 76px !important;
    padding: 0 18px !important;
  }

  #SITE_HEADER > .componentsBox,
  #SITE_HEADER > .rowListBg {
    display: none !important;
  }

  #SITE_HEADER .responsive-header-brand {
    display: flex;
    align-items: center;
    max-width: calc(100% - 150px);
    height: 100%;
  }

  #SITE_HEADER .responsive-header-brand img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 56px !important;
  }

  #SITE_HEADER .responsive-header-tools {
    position: relative !important;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #SITE_HEADER::before {
    pointer-events: none !important;
  }

  #SITE_HEADER .responsive-header-control,
  #SITE_HEADER .responsive-menu-toggle {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #0284c7;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  #SITE_HEADER .responsive-header-control::before,
  #SITE_HEADER .responsive-header-control::after,
  #SITE_HEADER .responsive-header-control span {
    content: none;
  }

  #SITE_HEADER .responsive-header-control svg {
    display: block;
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.6;
  }

  #SITE_HEADER .responsive-menu-toggle svg {
    width: 30px;
    height: 30px;
  }

  #SITE_HEADER .responsive-header-panel,
  #SITE_HEADER .nav {
    position: absolute !important;
    top: 76px !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 1002;
    width: 100% !important;
    margin: 0 !important;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 12%);
  }

  #SITE_HEADER .responsive-header-panel {
    padding: 14px 18px;
  }

  #SITE_HEADER .responsive-header-panel[hidden] {
    display: none !important;
  }

  #SITE_HEADER .responsive-search-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  #SITE_HEADER .responsive-search-panel label {
    display: block;
    min-width: 0;
  }

  #SITE_HEADER .responsive-search-panel label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  #SITE_HEADER .responsive-search-panel input {
    width: 100% !important;
    height: 42px;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    font: inherit;
    font-size: 16px;
  }

  #SITE_HEADER .responsive-search-panel button {
    height: 42px;
    padding: 0 16px;
    color: #fff;
    background: #0284c7;
    border: 0;
    font: inherit;
    font-size: 15px;
  }

  #SITE_HEADER .responsive-search-panel p {
    grid-column: 1 / -1;
    margin: 0;
    color: #0284c7;
    font-size: 14px;
  }

  #SITE_HEADER .responsive-language-panel {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
  }

  #SITE_HEADER .responsive-language-panel .langList {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    height: 36px !important;
  }

  #SITE_HEADER .responsive-language-panel .langIcon {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
  }

  #SITE_HEADER .responsive-language-panel .langText {
    display: none;
  }

  #SITE_HEADER .nav {
    display: none !important;
    padding: 0 18px 16px !important;
  }

  #SITE_HEADER[data-responsive-menu-open="true"] .nav {
    display: block !important;
  }

  #SITE_HEADER[data-responsive-menu-open="true"] .nav {
    max-height: calc(100vh - 76px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
  }

  /* Mobile navigation drawer. */
  body.responsive-drawer-open {
    overflow: hidden;
  }

  #SITE_HEADER .responsive-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1003;
    background: rgb(0 0 0 / 52%);
  }

  #SITE_HEADER .responsive-menu-backdrop[hidden] {
    display: none !important;
  }

  #SITE_HEADER .nav {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: 4px !important;
    left: 0 !important;
    z-index: 1004;
    display: none !important;
    width: min(362px, calc(100vw - 16px)) !important;
    max-height: none !important;
    padding: 40px 0 0 !important;
    overflow-y: auto !important;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 0 0 6px 0;
    box-shadow: none;
  }

  #SITE_HEADER[data-responsive-menu-open="true"] .nav {
    display: block !important;
  }

  #SITE_HEADER[data-responsive-menu-open="true"] .nav {
    max-height: none !important;
  }

  #SITE_HEADER .responsive-drawer-close {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 40px;
    margin: 0;
    padding: 0;
    color: #8c8c8c;
    background: #fff;
    border: 0;
    cursor: pointer;
  }
  #SITE_HEADER .responsive-drawer-close[hidden] {
    display: none !important;
  }

  #SITE_HEADER .responsive-drawer-close::before,
  #SITE_HEADER .responsive-drawer-close::after {
    position: absolute;
    width: 23px;
    height: 1px;
    background: currentColor;
    content: "";
  }

  #SITE_HEADER .responsive-drawer-close::before { transform: rotate(45deg); }
  #SITE_HEADER .responsive-drawer-close::after { transform: rotate(-45deg); }

  #SITE_HEADER .nav > ul,
  #SITE_HEADER .nav .verticalNav,
  #SITE_HEADER .nav .pcMainnav {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
  }

  #SITE_HEADER .nav li,
  #SITE_HEADER .nav .mainNavLi {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    border-top: 1px solid #e7e7e7;
  }

  #SITE_HEADER .nav > ul > li:first-child {
    border-top: 0;
  }

  #SITE_HEADER .nav a,
  #SITE_HEADER .nav .mainNavLiA {
    position: relative !important;
    display: flex !important;
    align-items: center;
    width: 100% !important;
    min-height: 49px;
    padding: 0 16px !important;
    color: #000;
    background: #fff;
    font-size: 16px;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  #SITE_HEADER .nav .mainNavLiA.selected {
    color: #fff;
    background: #0284c7;
  }

  #SITE_HEADER .nav .mainNavLiA.selected::before {
    display: none !important;
  }

  #SITE_HEADER .nav p {
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-align: left !important;
  }

  #SITE_HEADER .nav .mainNavLiA > i {
    position: absolute !important;
    top: 50% !important;
    right: 17px !important;
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    font-size: 0 !important;
    transform: translateY(-50%) rotate(45deg) !important;
  }

  #SITE_HEADER .nav .nav-submenu {
    display: none !important;
  }

  #SITE_HEADER .nav .mainNavLi,
  #SITE_HEADER .nav .nav-submenu li {
    min-height: 0 !important;
    padding: 0 !important;
  }

  #SITE_HEADER .nav .mainNavLi > .nav-submenu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
  }

  #SITE_HEADER .nav .nav-submenu a {
    display: flex !important;
    align-items: center;
    min-height: 47px !important;
    padding: 0 16px 0 30px !important;
    color: #000 !important;
    background: #fff !important;
    border-bottom: 0 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
  }

  #SITE_HEADER .nav .nav-submenu p {
    padding: 0 !important;
  }

  #SITE_HEADER .nav .mainNavLi.responsive-submenu-open > .nav-submenu {
    display: block !important;
  }

  #SITE_HEADER .nav .mainNavLi.responsive-submenu-open > .mainNavLiA > i {
    transform: translateY(-70%) rotate(135deg) !important;
  }

  /* Requested homepage sections are desktop-only. */
  #document #cAHE67Z,
  #document #cb7pdkL {
    display: none !important;
  }
   #document #cY7qzbj .adaptiveLayout{display:grid !important;grid-template-columns: 60% 40%;padding:0 !important;margin:2rem 0  !important}
   #document #cY7qzbj .adaptiveLayout div{border:none;padding:0 !important}
    #document #cY7qzbj>.adaptiveLayout{grid-template-columns: 50% 50%;}
  /* Homepage company introduction follows the compact mobile reference. */
  #document #csDWcAL #cGYMnOG {
    padding-top: 20px !important;
    padding-bottom: 24px !important;
  }

  #document #csDWcAL #cwtIK94 {
    margin: 0 0 2px !important;
    padding: 0 !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }

  #document #csDWcAL #cslbtLx {
    margin: 0 0 6px !important;
    font-size: 28px !important;
    line-height: 40px !important;
  }

  #document #csDWcAL #cDyq3ap {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px !important;
    line-height: 24px !important;
  }

  #document #csDWcAL #cEidM0Y {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 120px !important;
    min-width: 120px !important;
    height: 38px !important;
    margin: 14px 0 0 !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    line-height: 1 !important;
  }

  /* Homepage products: compact two-column cards matching the mobile reference. */
  #document #culnrjH #cI1ywZl {
    display: none !important;
  }

  #document #culnrjH #ciqKyaJ {
    padding: 24px 16px 32px !important;
  }

  #document #culnrjH #cI6yGlJ {
    margin: 0 0 6px !important;
    font-size: 28px !important;
    line-height: 40px !important;
    text-align: center !important;
  }

  #document #culnrjH .rList {
    margin: 0 !important;
  }

  #document #culnrjH .proList {
    gap: 10px !important;
  }

  #document #culnrjH .proList .listBox {
    min-height: 244px !important;
  }

  #document #culnrjH .proList .listBoxHref {
    position: relative !important;
    min-height: 244px !important;
    padding: 0 10px 38px !important;
    border: 1px solid #ededed !important;
    background: #fff !important;
  }

  #document #culnrjH .proList .listBoxHref > .ImghidCont:first-child,
  #document #culnrjH .proList .listBoxHref > .ImghidCont:first-child .Imgbox {
    height: 136px !important;
    padding-top: 0 !important;
  }

  #document #culnrjH .proList .listBoxHref > .ImghidCont:first-child img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 136px !important;
    min-height: 136px !important;
    max-height: 136px !important;
    margin: 0 !important;
    object-fit: contain !important;
  }

  #document #culnrjH .proList .listBoxHref > .ImghidCont:first-child img {
    opacity: 1 !important;
  }

  #document #culnrjH .proList .listBoxHref > .listTxt {
    height: auto !important;
    margin-top: 8px !important;
    color: #666 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-align: center !important;
  }

  #document #culnrjH .proList .listBoxHref > .listTxt .textLineP {
    width: 100% !important;
    height: auto !important;
    text-align: center !important;
  }

  #document #culnrjH .proList .listBoxHref > .ImghidCont:last-child {
    display: none !important;
  }

  #document #culnrjH .proList .listBoxHref::after {
    position: absolute;
    right: 0;
    bottom: 13px;
    left: 0;
    color: #ffd000;
    content: "\2605\2605\2605\2605\2605";
    font-size: 19px;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
  }

  /* Homepage history: one focused, navigable milestone on the forge background. */
  #document #ciLgzsi {
    position: relative !important;
    display: block !important;
    height: 293px !important;
    min-height: 293px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: url("/assets/images/1715828995649567645217124352.webp") center / cover no-repeat !important;
  }

  #document #ciLgzsi::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    content: "";
  }

  #document #ciLgzsi > .rowListBg,
  #document #ciLgzsi #cPvDR1I {
    display: none !important;
  }

  #document #ciLgzsi .responsive-history-timeline {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    grid-template-rows: 58px 77px minmax(0, 1fr);
    width: 100%;
    height: 293px;
    padding: 0 7px;
    color: #fff;
  }

  #document #ciLgzsi .responsive-history-title {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 20px;
    font-size: 27px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
  }

  #document #ciLgzsi .responsive-history-nav {
    z-index: 2;
    align-self: end;
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    cursor: pointer;
  }

  #document #ciLgzsi .responsive-history-nav::before {
    display: block;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
  }

  #document #ciLgzsi .responsive-history-nav--previous {
    grid-column: 1;
    grid-row: 2;
  }

  #document #ciLgzsi .responsive-history-nav--previous::before {
    transform: rotate(-135deg);
  }

  #document #ciLgzsi .responsive-history-nav--next {
    grid-column: 3;
    grid-row: 2;
  }

  #document #ciLgzsi .responsive-history-nav--next::before {
    transform: rotate(45deg);
  }

  #document #ciLgzsi .responsive-history-track {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 2;
  }

  #document #ciLgzsi .responsive-history-track::before {
    position: absolute;
    top: 62px;
    right: 10px;
    left: 10px;
    height: 1px;
    background: rgba(255, 255, 255, 0.9);
    content: "";
  }

  #document #ciLgzsi .responsive-history-year-viewport,
  #document #ciLgzsi .responsive-history-event-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #document #ciLgzsi .responsive-history-year-viewport {
    position: absolute;
    top: 14px;
    height: 28px;
  }

  #document #ciLgzsi .responsive-history-event-viewport {
    min-height: 46px;
  }

  #document #ciLgzsi .responsive-history-slide-in,
  #document #ciLgzsi .responsive-history-slide-out {
    position: absolute !important;
    width: 100%;
  }

  #document #ciLgzsi .responsive-history-slide-in--right {
    animation: responsive-history-enter-from-right 420ms ease both;
  }

  #document #ciLgzsi .responsive-history-slide-in--left {
    animation: responsive-history-enter-from-left 420ms ease both;
  }

  #document #ciLgzsi .responsive-history-slide-out--left {
    animation: responsive-history-exit-to-left 420ms ease both;
  }

  #document #ciLgzsi .responsive-history-slide-out--right {
    animation: responsive-history-exit-to-right 420ms ease both;
  }

  @keyframes responsive-history-enter-from-right {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
  }

  @keyframes responsive-history-enter-from-left {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
  }

  @keyframes responsive-history-exit-to-left {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
  }

  @keyframes responsive-history-exit-to-right {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
  }

  @media (prefers-reduced-motion: reduce) {
    #document #ciLgzsi .responsive-history-slide-in,
    #document #ciLgzsi .responsive-history-slide-out {
      animation: none;
    }
  }

  #document #ciLgzsi .responsive-history-year {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
  }

  #document #ciLgzsi .responsive-history-dot {
    position: absolute;
    top: 56px;
    left: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
    transform: translateX(-50%);
  }

  #document #ciLgzsi .responsive-history-content {
    position: relative;
    grid-column: 1 / -1;
    grid-row: 3;
    width: min(340px, 100%);
    margin: 0 auto;
    padding-top: 31px;
  }

  #document #ciLgzsi .responsive-history-content::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 31px;
    background: rgba(255, 255, 255, 0.82);
    content: "";
  }

  #document #ciLgzsi .responsive-history-event {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-align: center;
  }

  #document #ciLgzsi .responsive-history-nav:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
  }


  /* Homepage quality section: retain all service cards while establishing the reference composition. */
  #document #c5wqpoE {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 16px 16px !important;
    background: #fff;
    color: #0284c7;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
  }

  #document #c5wqpoE .textLineP,
  #document #c5wqpoE p {
    margin: 0 !important;
  }

  #document #c5wqpoE p + p {
    margin-top: 2px !important;
  }

  #document #c6sJ5Mm {
    display: none !important;
  }

  #document #c6sJ5Mm .textLineP {
    font-size: 26px !important;
  }

  /* Homepage section headings share the same compact mobile scale. */
  #document #cslbtLx,
  #document #cI6yGlJ,
  #document #cbUaXKr,
  #document #c5wqpoE,
  #document #cVzZwiu,
  #document #cHK8NEO {
    font-size: 26px !important;
    line-height: 1.4 !important;
  }

  #document #cfHlXuF {
    display: block !important;
    box-sizing: border-box;
    width: 100% !important;
    margin: 1rem 0rem 1rem 0rem !important;
    padding: 1rem 1rem 1rem 1rem !important;
    background-color: rgba(0, 0, 0, 1) !important;
  }

  #document #cfHlXuF > .rowListBg {
    display: block !important;
    background: url("/assets/images/20240430163312402.jpg") center / cover no-repeat !important;
    opacity: 1 !important;
  }

  #document #cfHlXuF > .rowColumnBox,
  #document #cfHlXuF #cAH6mI4,
  #document #cfHlXuF #cmztg0u,
  #document #cfHlXuF #cmn5kyF {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #document #cfHlXuF #cmztg0u {
    margin: 1rem 0rem 1rem 0rem !important;
    padding: 1rem 1rem 1rem 1rem !important;
    background-color: rgba(0, 0, 0, 0) !important;
  }

  #document #cfHlXuF .rowcol {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #document #cfHlXuF #cmztg0u > .rowColumnBox {
    display: grid !important;
    gap: 1px;
    padding: 0 !important;
  }

  #document #cfHlXuF .boxCont {
    box-sizing: border-box;
    width: 100% !important;
    margin: 5% 0% 5% 0% !important;
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 0px 4px 0px rgb(204, 204, 204) !important;
    border: 0px solid rgb(217, 217, 217) !important;
    padding: 5% 5% 5% 5% !important;
  }

  #document #cfHlXuF .btnCont .btnIcon {
    box-sizing: border-box;
    width: 54px !important;
    height: 54px !important;
    padding: 0 !important;
    font-size: 42px !important;
    line-height: 54px !important;
  }

  #document #cfHlXuF .boxCont {
    box-shadow: 0px 0px 4px 0px rgb(204, 204, 204) !important;
    border: 0px solid rgb(217, 217, 217) !important;
  }

  #document #cfHlXuF .btnIcon {
    color: #111 !important;
  }

  #document #cfHlXuF .btnCont,
  #document #cfHlXuF #cwWl2ma,
  #document #cfHlXuF #c4V9Ok5,
  #document #cfHlXuF #cpazabT,
  #document #cfHlXuF #cezbhcq {
    width: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    height: 54px !important;
    min-height: 54px !important;
    max-height: 54px !important;
    margin: 0 auto 1rem !important;
  }

  #document #cfHlXuF .cwWl2maA {
    text-align: center;
    margin: 0rem auto 1rem auto !important;
  }

  #document #cfHlXuF .btnCont .btnIcon {
    font-size: 42px !important;
    line-height: 54px !important;
  }

  #document #cfHlXuF .listTxt {
    width: 100% !important;
    margin: 0 !important;
    color: #111;
    text-align: center;
  }

  #document #cfHlXuF .listTxt p {
    margin: 0 !important;
  }

  #document #cfHlXuF #cZcIrXy,
  #document #cfHlXuF #cLROuAN,
  #document #cfHlXuF #cafKllM,
  #document #cfHlXuF #clpPakr {
    margin: 0% 3% 1% 3% !important;
    font-size: 18px;
    line-height: 1.45;
  }

  #document #cfHlXuF #cVScVwc,
  #document #cfHlXuF #ci5vDMT,
  #document #cfHlXuF #cXy3neW,
  #document #cfHlXuF #cGY7L5e {
    font-size: 14px;
    line-height: 1.65;
    text-align: left;
  }

  #document #cfHlXuF .cVScVwcA .cVScVwcP {
    font-size: 1.4rem !important;
    font-family: Arial;
    line-height: 170% !important;
    color: rgb(0, 0, 0);
    text-align: left;
    -webkit-text-size-adjust: 100%;
  }

  #document #cfHlXuF #cVScVwc {
    margin-top: 0 !important;
  }

  #document #cfHlXuF #cVScVwc br {
    display: none;
  }

}

/* Homepage news: one full-width card with image controls on mobile. */
@media screen and (max-width: 960px) {
  #document #cjTQw2N {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 10px 20px !important;
    box-sizing: border-box;
  }

  #document #cjTQw2N > .rowListBg {
    display: none !important;
  }

  #document #cjTQw2N > .rowColumnBox,
  #document #cjTQw2N #cumPdvL,
  #document #cjTQw2N #cQQBgNo {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #document #cjTQw2N #cVzZwiu {
    width: 100% !important;
    margin: 0 !important;
    padding: 18px 0 14px !important;
    font-size: 26px !important;
    line-height: 1.4 !important;
    text-align: center;
  }

  #document #cjTQw2N #cQQBgNo,
  #document #cjTQw2N #cQQBgNo .bx-wrapper,
  #document #cjTQw2N #cJLItzo {
    overflow: hidden !important;
  }

  #document #cjTQw2N #cQQBgNo .bx-wrapper {
    max-width: none !important;
    width: 100% !important;
    height: auto !important;
  }

  #document #cjTQw2N #cJLItzo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  #document #cjTQw2N #cJLItzo > li {
    display: block !important;
    float: left !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #document #cjTQw2N #cQQBgNo.responsive-news-single #cJLItzo > li {
    display: none !important;
  }

  #document #cjTQw2N #cQQBgNo.responsive-news-transition #cJLItzo > li {
    display: block !important;
    transition: transform 360ms ease !important;
    will-change: transform;
  }

  #document #cjTQw2N #cQQBgNo.responsive-news-transition #cJLItzo > li.responsive-news-slide--outgoing.responsive-news-slide--left {
    transform: translateX(-100%);
  }

  #document #cjTQw2N #cQQBgNo.responsive-news-transition #cJLItzo > li.responsive-news-slide--outgoing.responsive-news-slide--right {
    transform: translateX(100%);
  }

  #document #cjTQw2N #cQQBgNo.responsive-news-transition #cJLItzo > li.responsive-news-slide--incoming.responsive-news-slide--right {
    animation: responsive-news-enter-from-right 360ms ease both;
  }

  #document #cjTQw2N #cQQBgNo.responsive-news-transition #cJLItzo > li.responsive-news-slide--incoming.responsive-news-slide--left {
    animation: responsive-news-enter-from-left 360ms ease both;
  }

  @keyframes responsive-news-enter-from-right {
    from { transform: translateX(100%); }
    to { transform: translateX(0); }
  }

  @keyframes responsive-news-enter-from-left {
    from { transform: translateX(-100%); }
    to { transform: translateX(0); }
  }

  #document #cjTQw2N #cJLItzo > li > .listBoxHref {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
  }

  #document #cjTQw2N #cJLItzo .cR0WHQk,
  #document #cjTQw2N #cJLItzo .cR0WHQk .Imgbox {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    aspect-ratio: 16 / 9;
    overflow: hidden !important;
  }

  #document #cjTQw2N #cJLItzo .cR0WHQkImg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
  }

  #document #cjTQw2N #cJLItzo .c3258nFA,
  #document #cjTQw2N #cJLItzo .cGEULXKA {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 6px !important;
    box-sizing: border-box;
    background: #fff;
  }

  #document #cjTQw2N #cJLItzo .c3258nFA {
    padding-bottom: 6px !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #111;
  }

  #document #cjTQw2N #cJLItzo .cGEULXKA {
    max-height: 102px !important;
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    color: #111;
  }


  #document #cjTQw2N #cQQBgNo .bx-controls-direction {
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    margin: 0 !important;
    z-index: 5;
    pointer-events: none;
  }

  #document #cjTQw2N #cQQBgNo .bx-prev,
  #document #cjTQw2N #cQQBgNo .bx-next {
    pointer-events: auto;
    top: 0 !important;
    width: 42px !important;
    height: 42px !important;
    margin-top: -21px !important;
    background: rgba(0, 0, 0, 0.28) !important;
  }

  #document #cjTQw2N #cQQBgNo .bx-prev {
    left: 6px !important;
  }

  #document #cjTQw2N #cQQBgNo .bx-next {
    right: 6px !important;
  }
  #document {
    padding-bottom: calc(84px + env(safe-area-inset-bottom)) !important;
  }

  .responsive-bottom-navigation {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    min-height: 64px;
    overflow: hidden;
    background: #0284c7;
    border-radius: 0;
    box-shadow: 0 -3px 12px rgb(0 0 0 / 16%);
  }

  .responsive-bottom-navigation a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 0;
    gap: 10px;
    padding: 7px 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: none;
    border-left: 1px solid rgb(255 255 255 / 42%);
  }

  .responsive-bottom-navigation a:first-child {
    border-left: 0;
  }

  .responsive-bottom-navigation a[aria-current="page"] {
    background: rgb(185 24 24 / 25%);
  }

  .responsive-bottom-navigation svg {
    display: block;
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
  }

  @media (prefers-reduced-motion: no-preference) {
    .responsive-bottom-navigation a {
      transition: background-color 160ms ease;
    }
  }

}

/* About page: keep the replacement image within its two-column parent. */
#cwmrUID,
#cwmrUID .videoBox,
#cwmrUID .cwmrUIDVid {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

/* The CMS's negative right margin exceeds the desktop column width. */
#cwmrUID {
  margin-right: 0 !important;
}

.c66vplecB.boxSiz{ display: flex;
    align-items: center;
    height: 100%;}
@media screen and (min-width: 961px) {
  #SITE_HEADER .col:has(img[src*="20240507145851241"]),
  #SITE_HEADER .rowcol:has(img[src*="20240507145851241"]) {
    display: flex !important;
    align-items: center;
  }

  #SITE_HEADER .col:has(img[src*="20240507145851241"]) > .col-box,
  #SITE_HEADER .rowcol:has(img[src*="20240507145851241"]) > .col-box {
    display: flex;
    align-items: center;
    height: 100%;
  }

  #SITE_HEADER .col:has(img[src*="20240507145851241"]) .ImghidCont,
  #SITE_HEADER .rowcol:has(img[src*="20240507145851241"]) .ImghidCont {
    width: 100%;
  }

  #SITE_HEADER .responsive-header-brand,
  #SITE_HEADER .responsive-header-tools,
  #SITE_HEADER .responsive-header-panel,
  #SITE_HEADER .responsive-menu-backdrop,
  #SITE_HEADER .responsive-drawer-close {
    display: none !important;
  }
}
