img {
  max-width: 100%;
  height: auto;
}

picture {
  display: block;
}
picture source,
picture img {
  width: 100%;
}

.meet_header a,
.meet_menu a {
  display: inline-block;
}

.searchHead__input {
  letter-spacing: 0;
}

.related {
  margin-top: 0;
  background-color: white;
  border-top: none;
}

.l-wrapper {
  flex-direction: column;
  justify-content: center;
}

.template-chapters__inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
}
@media (min-width: 500px) {
  .template-chapters__inner {
    max-width: 49.9999999988rem;
  }
}
@media (min-width: 992px) {
  .template-chapters__inner {
    max-width: 35.7142857134vw;
  }
}
@media (min-width: 1400px) {
  .template-chapters__inner {
    max-width: 49.9999999988rem;
  }
}
.template-chapters__inner {
  position: relative;
  z-index: 0;
}
.template-chapters__bg {
  display: block !important;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .template-chapters__bg {
    width: 80vw;
  }
}
.template-chapters main {
  font-family: var(--chapters-font-base);
  font-weight: 400;
  letter-spacing: 0;
  font-size: 3.4666666667vw;
}
@media (min-width: 500px) {
  .template-chapters main {
    font-size: 1.7333333333rem;
  }
}
@media (min-width: 992px) {
  .template-chapters main {
    font-size: 1.2380952381vw;
  }
}
@media (min-width: 1400px) {
  .template-chapters main {
    font-size: 1.7333333333rem;
  }
}
.template-chapters img {
  display: inline-block;
}

.chapters-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.1333333333vw;
}
@media (min-width: 500px) {
  .chapters-button {
    gap: 1.0666666666rem;
  }
}
@media (min-width: 992px) {
  .chapters-button {
    gap: 0.7619047619vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button {
    gap: 1.0666666666rem;
  }
}
.chapters-button {
  color: #fff;
  background-color: var(--chapters-color-button);
  padding: 1.2rem 2.4rem;
  padding-top: 4vw;
}
@media (min-width: 500px) {
  .chapters-button {
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .chapters-button {
    padding-top: 1.4285714285vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button {
    padding-top: 2rem;
  }
}
.chapters-button {
  padding-right: 6.4vw;
}
@media (min-width: 500px) {
  .chapters-button {
    padding-right: 3.1999999999rem;
  }
}
@media (min-width: 992px) {
  .chapters-button {
    padding-right: 2.2857142857vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button {
    padding-right: 3.1999999999rem;
  }
}
.chapters-button {
  padding-bottom: 4vw;
}
@media (min-width: 500px) {
  .chapters-button {
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .chapters-button {
    padding-bottom: 1.4285714285vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button {
    padding-bottom: 2rem;
  }
}
.chapters-button {
  padding-left: 6.4vw;
}
@media (min-width: 500px) {
  .chapters-button {
    padding-left: 3.1999999999rem;
  }
}
@media (min-width: 992px) {
  .chapters-button {
    padding-left: 2.2857142857vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button {
    padding-left: 3.1999999999rem;
  }
}
.chapters-button {
  font-size: 3.4666666667vw;
}
@media (min-width: 500px) {
  .chapters-button {
    font-size: 1.7333333333rem;
  }
}
@media (min-width: 992px) {
  .chapters-button {
    font-size: 1.2380952381vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button {
    font-size: 1.7333333333rem;
  }
}
.chapters-button {
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--chapters-color-button);
  border-radius: 100vh;
  line-height: 1.4;
  position: relative;
}
.chapters-button::after {
  content: "\f105";
  font: var(--fa-font-solid);
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  right: 4.2666666667vw;
}
@media (min-width: 500px) {
  .chapters-button::after {
    right: 2.1333333333rem;
  }
}
@media (min-width: 992px) {
  .chapters-button::after {
    right: 1.5238095238vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button::after {
    right: 2.1333333333rem;
  }
}
.chapters-button::after {
  transform: translateY(-50%);
}
.chapters-button--min-width-regular {
  min-width: 65.3333333333vw;
}
@media (min-width: 500px) {
  .chapters-button--min-width-regular {
    min-width: 32.6666666658rem;
  }
}
@media (min-width: 992px) {
  .chapters-button--min-width-regular {
    min-width: 23.3333333327vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button--min-width-regular {
    min-width: 32.6666666658rem;
  }
}
.chapters-button--col {
  padding-top: 3.2vw;
}
@media (min-width: 500px) {
  .chapters-button--col {
    padding-top: 1.6rem;
  }
}
@media (min-width: 992px) {
  .chapters-button--col {
    padding-top: 1.1428571428vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button--col {
    padding-top: 1.6rem;
  }
}
.chapters-button--col {
  padding-right: 6.4vw;
}
@media (min-width: 500px) {
  .chapters-button--col {
    padding-right: 3.1999999999rem;
  }
}
@media (min-width: 992px) {
  .chapters-button--col {
    padding-right: 2.2857142857vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button--col {
    padding-right: 3.1999999999rem;
  }
}
.chapters-button--col {
  padding-bottom: 3.2vw;
}
@media (min-width: 500px) {
  .chapters-button--col {
    padding-bottom: 1.6rem;
  }
}
@media (min-width: 992px) {
  .chapters-button--col {
    padding-bottom: 1.1428571428vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button--col {
    padding-bottom: 1.6rem;
  }
}
.chapters-button--reverse {
  background-color: #fff;
  color: var(--chapters-color-button);
  border: 1px solid white;
}
.chapters-button--window:before {
  content: "\f2d0";
  font: var(--fa-font-solid);
  line-height: 1;
  font: var(--fa-font-regular);
  font-size: 4.2666666667vw;
}
@media (min-width: 500px) {
  .chapters-button--window:before {
    font-size: 2.1333333333rem;
  }
}
@media (min-width: 992px) {
  .chapters-button--window:before {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button--window:before {
    font-size: 2.1333333333rem;
  }
}
.chapters-button--instagram:before {
  content: "\f16d";
  font: var(--fa-font-solid);
  line-height: 1;
  font: var(--fa-font-brands);
  font-size: 4.8vw;
}
@media (min-width: 500px) {
  .chapters-button--instagram:before {
    font-size: 2.3999999999rem;
  }
}
@media (min-width: 992px) {
  .chapters-button--instagram:before {
    font-size: 1.7142857142vw;
  }
}
@media (min-width: 1400px) {
  .chapters-button--instagram:before {
    font-size: 2.3999999999rem;
  }
}

.chapters-heading {
  font-family: var(--chapters-font-primary);
  font-weight: var(--chapters-font-weight-extrabold);
}

h3.chapters-heading {
  font-family: var(--chapters-font-primary);
  font-weight: var(--chapters-font-weight-extrabold);
  font-size: 1.5rem;
  line-height: 2;
}

.chapters-heading-double-border {
  text-align: center;
  line-height: 1;
}
.chapters-heading-double-border__border {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.chapters-heading-double-border__line {
  height: 1px;
  background-color: var(--chapters-color-primary);
}