:root {
  --grid-gutter-width: 30px;
  --border-opacity: 1;
}

@media (max-width: 767px) {
  :root {
    --grid-gutter-width: 40px;
  }
}
.page-community #wrapper {
  padding-top: 12.9rem;
}
@media (max-width: 1024px) {
  .page-community #wrapper {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .page-community #wrapper {
    padding-top: 0;
  }
}

.community-hero__in {
  position: relative;
  padding-bottom: 10.9rem;
}
.community-hero__right-image, .community-hero__left-image {
  width: 18.3%;
  padding-top: 0;
  position: absolute;
  bottom: calc(100% - 15rem);
  right: 3rem;
  transition: padding 0.5s ease-in 0.15s;
}
.community-hero__right-image[style*="visibility: visible"], .community-hero__left-image[style*="visibility: visible"] {
  padding-top: 23.2%;
}
.community-hero__right-image img, .community-hero__left-image img {
  position: absolute;
  inset: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.community-hero__left-image {
  right: auto;
  bottom: auto;
  left: 3rem;
  top: 5rem;
}
.community-hero__title {
  position: relative;
  z-index: 2;
  margin: 0 -1rem;
}
.community-hero__title[style*="visibility: visible"] .community-hero__title-line-1,
.community-hero__title[style*="visibility: visible"] .community-hero__title-line-2 {
  transform: translate(0, 0);
}
.community-hero__title span {
  font-family: "TT Firs Neue Normal", sans-serif;
}
.community-hero__title-line-1 {
  display: block;
  transform: translate(-5rem, 0);
  transition: transform 0.5s;
}
.community-hero__title-line-2 {
  display: block;
  text-align: right;
  transform: translate(5rem, 0);
  transition: transform 0.5s;
}
.community-hero__title-wrap {
  position: relative;
  margin-bottom: 6rem;
}
.community-hero__summary {
  width: 32.1%;
  margin-left: 51%;
}

@media (max-width: 1200px) {
  .community-hero__in {
    padding-bottom: 0;
  }
  .community-hero__summary {
    width: 40%;
  }
  .community-hero__title span {
    font-size: 6rem;
  }
}
@media (max-width: 1024px) {
  .community-hero__summary {
    width: 53%;
    margin-left: 40%;
  }
}
@media (max-width: 768px) {
  .page-template-community-page #wrapper {
    padding-top: 0;
  }
  .community-hero__title span {
    font-size: 4.2rem;
  }
  .community-hero__right-image {
    width: 36.2%;
    position: relative;
    top: 0;
    right: 0;
    float: right;
    padding-top: 45.7%;
    margin-bottom: 1rem;
  }
  .community-hero__in {
    padding-bottom: 0;
  }
  .community-hero__left-image {
    position: relative;
    left: auto;
    top: 0;
    margin-top: -2rem;
    width: 36.2%;
    padding-top: 45.7%;
  }
  .community-hero__subtitle {
    clear: both;
    margin-bottom: 1.6rem;
  }
  .community-hero__title {
    text-align: center;
  }
  .community-hero__title span {
    display: inline;
  }
  .community-hero__title-wrap {
    margin-bottom: 1.5rem;
  }
  .community-hero__summary {
    margin-left: 0;
    width: auto;
  }
}

/*# sourceMappingURL=community-hero.css.map */