.page-template-page .site-header,
.has-solid-header .site-header {
  background: #1a1a1a;
}

.page-template {
  padding: 12vw 0 8vw;
  background: #ffffff;
}

.page-template__inner {
  width: 80vw;
  margin: 0 auto;
}

.page-template__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42vw;
  color: #0068b7;
  font-size: 0.54vw;
  font-weight: 500;
  line-height: 1.8;
}

.page-template__breadcrumb a {
  color: #1a1a1a;
  text-decoration: none;
}

.page-template__header {
  margin-top: 6vw;
  text-align: center;
}

.page-template__title {
  margin: 0;
  color: #101010;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.12vw;
}

.page-template__content {
  margin-top: 5vw;
  padding-top: 4vw;
  border-top: 0.0625rem dotted #cfcfcf;
}

.page-template__content > *:first-child {
  margin-top: 0;
}

.page-template__content p,
.entry-content p {
  margin: 0;
  color: #101010;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 2.05;
  letter-spacing: 0.08vw;
}

.page-template__content p + p,
.entry-content p + p {
  margin-top: 1.85vw;
}

.page-template__content h2,
.entry-content h2,
.entry-content .wp-block-heading {
  margin: 5.8vw 0 2.4vw;
  color: #101010;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08vw;
}

.page-template__content h3,
.entry-content h3 {
  margin: 4.5vw 0 2vw;
  color: #101010;
  font-size: 1.05vw;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08vw;
}

.entry-content ul,
.entry-content ol {
  margin: 2.2vw 0;
  padding-left: 1.6em;
  color: #101010;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1vw;
}

.entry-content .wp-block-image img,
.entry-content img {
  max-width: 100%;
  height: auto;
}

.page-template-main-image {
  margin: 4vw 0 0;
}

.page-template-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-template-columns {
  display: flex;
  gap: 1.6vw;
  margin: 3.4vw 0 0;
}

.page-template-columns .wp-block-column {
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
}

.page-template-column-image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #f0f0f0;
}

.page-template-columns--2 .page-template-column-image {
  height: 23vw;
}

.page-template-columns--3 .page-template-column-image {
  height: 16vw;
}

.page-template-column-image img {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}

@media (max-width: 767px) {
  .page-template {
    padding: 24vw 0 14vw;
  }

  .page-template__inner {
    width: 90vw;
  }

  .page-template__breadcrumb {
    gap: 1.4vw;
    font-size: 2.2vw;
  }

  .page-template__header {
    margin-top: 12vw;
  }

  .page-template__title {
    font-size: 5.2vw;
    line-height: 1.65;
  }

  .page-template__content {
    margin-top: 8vw;
    padding-top: 7vw;
  }

  .page-template__content p,
  .entry-content p {
    font-size: 3.3vw;
    line-height: 2;
    letter-spacing: 0.12vw;
  }

  .page-template__content p + p,
  .entry-content p + p {
    margin-top: 4.8vw;
  }

  .page-template__content h2,
  .entry-content h2,
  .entry-content .wp-block-heading {
    margin: 14vw 0 6vw;
    font-size: 4.2vw;
  }

  .page-template__content h3,
  .entry-content h3 {
    margin: 10vw 0 4vw;
    font-size: 3.8vw;
  }

  .entry-content ul,
  .entry-content ol {
    margin: 5vw 0;
    font-size: 3.3vw;
  }

  .page-template-main-image {
    margin-top: 7vw;
  }

  .page-template-columns {
    flex-direction: column;
    gap: 4vw;
    margin-top: 7vw;
  }

  .page-template-columns .wp-block-column {
    flex: 0 0 auto;
  }

  .page-template-columns--2 .page-template-column-image,
  .page-template-columns--3 .page-template-column-image {
    height: 56vw;
  }
}
