html,
body,
body *,
body *::before,
body *::after {
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

/* Shared About Us sub-page hero */
.ov-intro {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  column-gap: clamp(32px, 5vw, 80px);
  width: min(calc(100% - (var(--gutter) * 2)), var(--layout-max));
  max-width: var(--layout-max);
  height: auto;
  margin-inline: auto;
  padding: 20rem 0 3rem;
  background: #fff;
}

.ov-intro > .ov-intro__label {
  position: static;
  grid-column: 1 / -1;
  margin: 0;
  color: var(--navy);
  font-size: clamp(15px, 1.0417vw, 20px);
  font-weight: 900;
  line-height: 1.5;
}

/* .ov-intro > .product-hero__title {
  grid-column: 1;
  grid-row: 2;
  min-width: 0;
  margin-top: clamp(14px, 1.5vw, 24px);
} */

.ov-intro > .product-hero__badge {
  grid-column: 2;
  grid-row: 2;
  align-self: end;
}

/* Shared page intro title */
.page-intro__title {
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2.5vw, 48px);
  font-weight: 900;
  line-height: 1.35;
}

.page-intro__title--visual {
  position: static;
  width: auto;
}

.ov-badge {
  position: static;
  flex: 0 0 auto;
  width: clamp(88px, 7vw, 120px);
  height: clamp(88px, 7vw, 120px);
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border-radius: 50%;
  overflow: visible;
}

.ov-badge__svg {
  width: 100% !important;
  height: 100% !important;
  overflow: visible;
}

.ov-badge__svg circle {
  fill: #104b9d;
}

.ov-badge__svg path:not([id]) {
  stroke: #fff;
  stroke-width: 5;
}

.ov-badge__ring {
  fill: #fff;
  font-family: var(--font-latin);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 3.8px;
  text-anchor: middle;
}

@media (max-width: 1024px) {
  .ov-intro {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 110px 6% 40px;
  }

  .ov-intro > .ov-intro__label {
    font-size: 15px;
    line-height: 2;
  }

  .ov-intro > .product-hero__title {
    margin-top: 8px;
  }

  .page-intro__title {
    font-size: 26px;
    line-height: 1.4;
  }

  .page-intro__title--visual {
    width: auto;
    margin: 8px 0 0;
  }

  .ov-badge {
    width: 64px;
    height: 64px;
    margin-top: 22px;
  }
}

/* Shared board pagination */
body .ats-pagination {
  clear: both;
  float: none;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 92px auto 0;
  padding: 0;
  text-align: center;
}

body .ats-pagination::after {
  display: none;
}

body .ats-pagination .pg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

body .ats-pagination .pg_page,
body .ats-pagination .pg_current {
  box-sizing: border-box;
  display: inline-flex;
  width: 16px;
  min-width: 16px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none !important;
  color: #8b8d91;
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  overflow: visible;
}

body .ats-pagination .pg_current {
  color: #111;
  font-weight: 800;
  text-decoration: none;
}

body .ats-pagination .pg_page:hover,
body .ats-pagination .pg_page:focus-visible {
  background: none !important;
  color: #111;
}

body .ats-pagination .pg_page:focus-visible {
  outline: 2px solid #104b9d;
  outline-offset: 3px;
}

body .ats-pagination .pg_prev,
body .ats-pagination .pg_next {
  position: relative;
  color: transparent;
  font-size: 0;
}

body .ats-pagination .pg_prev::before,
body .ats-pagination .pg_next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-color: #777b80;
  border-style: solid;
  border-width: 0;
}

body .ats-pagination .pg_prev::before {
  border-bottom-width: 1.5px;
  border-left-width: 1.5px;
  transform: rotate(45deg);
}

body .ats-pagination .pg_next::before {
  border-top-width: 1.5px;
  border-right-width: 1.5px;
  transform: rotate(45deg);
}

body .ats-pagination .is-disabled {
  opacity: .42;
  pointer-events: none;
}

body.page-news .ats-pagination {
  margin-top: 100px;
}

body.page-inquiry .ats-pagination {
  margin-top: 60px;
}

@media (max-width: 1024px) {
  body .ats-pagination,
  body.page-news .ats-pagination {
    margin-top: 72px;
  }
}

@media (max-width: 768px) {
  body .ats-pagination,
  body.page-news .ats-pagination,
  body.page-inquiry .ats-pagination {
    margin-top: 58px;
  }

  body .ats-pagination .pg {
    gap: 14px;
  }
}

/* Shared site footer */
.ftr {
  display: flex;
  width: 100%;
  min-height: 17.0833vw;
  align-items: flex-start;
  gap: 3.125vw;
  margin: 0;
  padding: 4.1667vw 8.3333vw;
  background: #f5f5f5;
}

.ftr__logo {
  flex: 0 0 auto;
}

.ftr__logo img {
  display: block;
  width: 12.8125vw;
  min-width: 140px;
  height: auto;
  object-fit: contain;
}

.ftr__info {
  min-width: 0;
  color: #555;
  font-size: clamp(12px, .8333vw, 16px);
  font-weight: 800;
}

.ftr__info p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  line-height: clamp(21px, 1.4583vw, 28px);
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}

.to-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 50;
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: #104b9d;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
}

.to-top[hidden] {
  display: none;
}

.to-top img {
  width: 22px;
  height: 22px;
}

@media (max-width: 1024px) {
  .ftr {
    min-height: 0;
    flex-direction: column;
    gap: 24px;
    padding: 48px 6% 110px;
  }

  .ftr__logo img {
    width: 168px;
    min-width: 0;
  }

  .ftr__info {
    width: 100%;
    font-size: 13px;
  }

  .ftr__info p {
    line-height: 24px;
  }

  .to-top {
    right: 20px;
    bottom: 20px;
    width: 46px;
    height: 46px;
  }
}
