.content_band_block {
  background: #fbf3ea;
}
.content_band_block._bg_transparent {
  background: transparent;
}
.content_band_block._bg_solid {
  background: #fff;
}
.content_band_block._bg_cream {
  background: #fbf3ea;
}
.content_band_block._bg_white {
  background: #f6efea;
}
.content_band_block._bg_aqua {
  background: #98d8e1;
}
.content_band_block._bg_aqua .neo_content ._subheading {
  color: #8c1747;
}
.content_band_block._bg_aqua .neo_content ._heading,
.content_band_block._bg_aqua .neo_content h2 {
  color: #242644;
}
.content_band_block._bg_aqua .neo_content ._content,
.content_band_block._bg_aqua .neo_content ._content p {
  color: #3a3d63;
}
.content_band_block._bg_aqua .neo_media figure,
.content_band_block._bg_aqua .neo_media .band-video,
.content_band_block._bg_aqua .neo_media .swiper-band {
  aspect-ratio: 16/10;
  box-shadow: 0 20px 40px rgba(36, 38, 68, 0.18);
}
.content_band_block._bg_dark {
  background: #242644;
}
.content_band_block._bg_green {
  background: #264546;
}
.content_band_block._bg_berry {
  background: #ad1e59;
}
.content_band_block._bg_dark .neo_content ._subheading, .content_band_block._bg_green .neo_content ._subheading, .content_band_block._bg_berry .neo_content ._subheading {
  color: #98d8e1;
}
.content_band_block._bg_dark .neo_content ._heading,
.content_band_block._bg_dark .neo_content h2,
.content_band_block._bg_dark .neo_content ._content,
.content_band_block._bg_dark .neo_content ._content p,
.content_band_block._bg_dark .neo_content .stats-row strong,
.content_band_block._bg_dark .neo_content .stats-row span, .content_band_block._bg_green .neo_content ._heading,
.content_band_block._bg_green .neo_content h2,
.content_band_block._bg_green .neo_content ._content,
.content_band_block._bg_green .neo_content ._content p,
.content_band_block._bg_green .neo_content .stats-row strong,
.content_band_block._bg_green .neo_content .stats-row span, .content_band_block._bg_berry .neo_content ._heading,
.content_band_block._bg_berry .neo_content h2,
.content_band_block._bg_berry .neo_content ._content,
.content_band_block._bg_berry .neo_content ._content p,
.content_band_block._bg_berry .neo_content .stats-row strong,
.content_band_block._bg_berry .neo_content .stats-row span {
  color: #fff;
}
.content_band_block._pt0 .content_band_inner {
  padding-top: 0;
}
.content_band_block._pb0 .content_band_inner {
  padding-bottom: 0;
}
.content_band_block .content_band_inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4.5rem);
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(3.5rem, 7vw, 6rem) clamp(1.5rem, 4vw, 3rem);
}
.content_band_block .neo_content,
.content_band_block .neo_media {
  min-width: 0;
  width: 100%;
}
.content_band_block._img-left .neo_media {
  order: -1;
}
.content_band_block .neo_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
}
.content_band_block .neo_content ._subheading {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ad1e59;
  margin-bottom: 0;
}
.content_band_block .neo_content ._heading,
.content_band_block .neo_content h2 {
  width: 100%;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 600;
  color: #242644;
  margin-top: 0.6rem;
  margin-bottom: 0;
  line-height: 1.15;
}
.content_band_block .neo_content ._content {
  width: 100%;
}
.content_band_block .neo_content ._content,
.content_band_block .neo_content ._content p {
  color: #5b5e77;
  line-height: 1.7;
  margin-top: 1rem;
  font-size: 1.02rem;
  max-width: 46ch;
}
.content_band_block .neo_content ._content p:first-child {
  margin-top: 1rem;
}
.content_band_block .stats-row {
  display: flex;
  align-items: flex-start;
  gap: 1.75rem;
  margin-top: 1.4rem;
  width: 100%;
  max-width: 46ch;
}
.content_band_block .stats-row > div {
  flex: 1 1 0;
  min-width: 0;
}
.content_band_block .stats-row div strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.2;
  color: #242644;
  font-family: "avenir-lt-pro", sans-serif;
}
.content_band_block .stats-row div span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.76rem;
  line-height: 1.35;
  color: #5b5e77;
}
.content_band_block .band-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  width: auto;
  max-width: max-content;
  margin-top: 1.6rem;
  background: #ad1e59;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.75rem 1.3rem;
  border-radius: 3px;
  text-decoration: none;
  border-bottom: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.content_band_block .band-cta:hover, .content_band_block .band-cta:focus {
  background: #8c1747;
  transform: translateX(2px);
  color: #fff;
  border-bottom: 0;
}
.content_band_block .band-cta:focus-visible {
  outline: 2px solid #242644;
  outline-offset: 3px;
}
.content_band_block._cta_navy .band-cta {
  background: #242644;
}
.content_band_block._cta_navy .band-cta:hover, .content_band_block._cta_navy .band-cta:focus {
  background: #3a3d63;
}
.content_band_block._cta_aqua .band-cta {
  background: #98d8e1;
  color: #242644;
}
.content_band_block._cta_aqua .band-cta:hover, .content_band_block._cta_aqua .band-cta:focus {
  background: #7ec9d4;
  color: #242644;
}
.content_band_block .neo_media {
  position: relative;
}
.content_band_block .neo_media figure,
.content_band_block .neo_media .band-video,
.content_band_block .neo_media .swiper-band {
  margin: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 4/3.1;
  width: 100%;
  height: auto;
  display: block;
  background-size: cover;
  background-position: center;
}
.content_band_block .neo_media figure img,
.content_band_block .neo_media .band-video img,
.content_band_block .neo_media .swiper-slide img,
.content_band_block .neo_media .swiper-slide video,
.content_band_block .neo_media .band-video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
  opacity: 1;
  visibility: visible;
  transition: transform 0.5s ease;
}
.content_band_block .neo_media figure:hover img,
.content_band_block .neo_media .band-video:hover img {
  transform: scale(1.035);
}
.content_band_block .neo_media .slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(36, 38, 68, 0.85));
  color: #fff;
  padding: 2.2rem 1.5rem 1.1rem;
  font-size: 0.92rem;
  line-height: 1.35;
  z-index: 3;
  pointer-events: none;
}
.content_band_block .swiper-band {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.content_band_block .swiper-band .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}
.content_band_block .swiper-band .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}
.content_band_block .swiper-band .swiper-slide figure {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
}
.content_band_block .swiper-band:not(.swiper-initialized) .swiper-slide + .swiper-slide {
  display: none;
}
.content_band_block .swiper-band .slide-caption {
  padding-bottom: 2.4rem;
}
.content_band_block .swiper-band .swiper-pagination {
  position: absolute !important;
  bottom: 0.7rem !important;
  left: 0;
  right: 0;
  padding-top: 0 !important;
  text-align: center;
  z-index: 4;
}
.content_band_block .swiper-band .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  border: 0;
}
.content_band_block .swiper-band .swiper-pagination-bullet:after {
  display: none;
}
.content_band_block .swiper-band .swiper-pagination-bullet-active {
  background: #98d8e1;
}
.content_band_block .band-video {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: #242644;
  cursor: pointer;
  color: inherit;
}
.content_band_block .band-video img {
  filter: brightness(0.82);
}
.content_band_block .band-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(36, 38, 68, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  pointer-events: none;
  transition: transform 0.25s ease, background 0.25s ease;
}
.content_band_block .band-play svg {
  margin-left: 4px;
}
.content_band_block .band-video:hover .band-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: rgba(36, 38, 68, 0.5);
}
@media screen and (max-width: 860px) {
  .content_band_block .content_band_inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .content_band_block .neo_media {
    order: -1;
  }
}

.media_carousel_block {
  background: #242644;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 4vw, 3rem);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.media_carousel_block._pt0 {
  padding-top: 0;
}
.media_carousel_block._pb0 {
  padding-bottom: 0;
}
.media_carousel_block._bg_transparent {
  background: transparent;
}
.media_carousel_block._bg_white {
  background: #f6efea;
}
.media_carousel_block._bg_solid {
  background: #fff;
}
.media_carousel_block._bg_cream {
  background: #fbf3ea;
}
.media_carousel_block._bg_aqua {
  background: #98d8e1;
}
.media_carousel_block._bg_dark {
  background: #242644;
}
.media_carousel_block._bg_green {
  background: #264546;
}
.media_carousel_block._bg_berry {
  background: #ad1e59;
}
.media_carousel_block._bg_white, .media_carousel_block._bg_solid, .media_carousel_block._bg_cream, .media_carousel_block._bg_aqua {
  color: #242644;
}
.media_carousel_block._bg_white .gallery-head ._subheading, .media_carousel_block._bg_solid .gallery-head ._subheading, .media_carousel_block._bg_cream .gallery-head ._subheading, .media_carousel_block._bg_aqua .gallery-head ._subheading {
  color: #ad1e59;
}
.media_carousel_block._bg_white .gallery-head ._heading,
.media_carousel_block._bg_white .gallery-head h2,
.media_carousel_block._bg_white .gallery-head ._h1,
.media_carousel_block._bg_white .gallery-head ._h2,
.media_carousel_block._bg_white .gallery-head ._h3, .media_carousel_block._bg_solid .gallery-head ._heading,
.media_carousel_block._bg_solid .gallery-head h2,
.media_carousel_block._bg_solid .gallery-head ._h1,
.media_carousel_block._bg_solid .gallery-head ._h2,
.media_carousel_block._bg_solid .gallery-head ._h3, .media_carousel_block._bg_cream .gallery-head ._heading,
.media_carousel_block._bg_cream .gallery-head h2,
.media_carousel_block._bg_cream .gallery-head ._h1,
.media_carousel_block._bg_cream .gallery-head ._h2,
.media_carousel_block._bg_cream .gallery-head ._h3, .media_carousel_block._bg_aqua .gallery-head ._heading,
.media_carousel_block._bg_aqua .gallery-head h2,
.media_carousel_block._bg_aqua .gallery-head ._h1,
.media_carousel_block._bg_aqua .gallery-head ._h2,
.media_carousel_block._bg_aqua .gallery-head ._h3 {
  color: #242644;
}
.media_carousel_block._bg_white .gallery-head ._content,
.media_carousel_block._bg_white .gallery-head ._content p,
.media_carousel_block._bg_white .gallery-head p, .media_carousel_block._bg_solid .gallery-head ._content,
.media_carousel_block._bg_solid .gallery-head ._content p,
.media_carousel_block._bg_solid .gallery-head p, .media_carousel_block._bg_cream .gallery-head ._content,
.media_carousel_block._bg_cream .gallery-head ._content p,
.media_carousel_block._bg_cream .gallery-head p, .media_carousel_block._bg_aqua .gallery-head ._content,
.media_carousel_block._bg_aqua .gallery-head ._content p,
.media_carousel_block._bg_aqua .gallery-head p {
  color: #5b5e77;
}
.media_carousel_block._bg_white .slider-arrow, .media_carousel_block._bg_solid .slider-arrow, .media_carousel_block._bg_cream .slider-arrow, .media_carousel_block._bg_aqua .slider-arrow {
  color: #242644;
  border-color: rgba(36, 38, 68, 0.25);
  background: rgba(36, 38, 68, 0.06);
}
.media_carousel_block._bg_white .slider-arrow svg, .media_carousel_block._bg_solid .slider-arrow svg, .media_carousel_block._bg_cream .slider-arrow svg, .media_carousel_block._bg_aqua .slider-arrow svg {
  stroke: #242644;
}
.media_carousel_block._bg_white .slider-arrow:hover, .media_carousel_block._bg_solid .slider-arrow:hover, .media_carousel_block._bg_cream .slider-arrow:hover, .media_carousel_block._bg_aqua .slider-arrow:hover {
  background: rgba(36, 38, 68, 0.12);
  border-color: #242644;
}
.media_carousel_block._bg_white .swiper-pagination-bullet, .media_carousel_block._bg_solid .swiper-pagination-bullet, .media_carousel_block._bg_cream .swiper-pagination-bullet, .media_carousel_block._bg_aqua .swiper-pagination-bullet {
  background: rgba(36, 38, 68, 0.25) !important;
}
.media_carousel_block._bg_white .swiper-pagination-bullet-active, .media_carousel_block._bg_solid .swiper-pagination-bullet-active, .media_carousel_block._bg_cream .swiper-pagination-bullet-active, .media_carousel_block._bg_aqua .swiper-pagination-bullet-active {
  background: #ad1e59 !important;
}
.media_carousel_block._bg_aqua .gallery-head ._subheading {
  color: #8c1747;
}
.media_carousel_block .gallery-diamond {
  position: absolute;
  width: 340px;
  height: 340px;
  background: linear-gradient(135deg, rgba(152, 216, 225, 0.14), rgba(173, 30, 89, 0.1));
  transform: rotate(45deg);
  pointer-events: none;
}
.media_carousel_block .gallery-diamond.d1 {
  top: -160px;
  left: -120px;
}
.media_carousel_block .gallery-diamond.d2 {
  bottom: -180px;
  right: -100px;
  background: linear-gradient(135deg, rgba(173, 30, 89, 0.12), rgba(152, 216, 225, 0.08));
}
.media_carousel_block .gallery-head {
  position: relative;
  z-index: 2;
  max-width: 640px;
  margin: 0 auto 2.5rem;
  text-align: center;
}
.media_carousel_block .gallery-head ._subheading {
  display: block;
  color: #98d8e1;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
}
.media_carousel_block .gallery-head ._heading,
.media_carousel_block .gallery-head h2,
.media_carousel_block .gallery-head ._h1,
.media_carousel_block .gallery-head ._h2,
.media_carousel_block .gallery-head ._h3 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  margin-top: 0.6rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.15;
}
.media_carousel_block .gallery-head ._content,
.media_carousel_block .gallery-head ._content p,
.media_carousel_block .gallery-head p {
  color: rgba(255, 255, 255, 0.72);
  margin-top: 0.7rem;
  margin-bottom: 0;
  line-height: 1.6;
  max-width: none;
  text-align: center;
}
.media_carousel_block .gallery-slider {
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
}
.media_carousel_block .swiper-media {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  border-radius: 10px;
}
.media_carousel_block .swiper-media .swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}
.media_carousel_block .swiper-media .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  display: block;
  aspect-ratio: 16/8;
  overflow: hidden;
  background: #1a1c33;
}
.media_carousel_block .swiper-media:not(.swiper-initialized) .swiper-slide + .swiper-slide {
  display: none;
}
.media_carousel_block .slide-media {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  background: transparent;
  cursor: default;
  position: absolute;
  inset: 0;
  color: inherit;
  text-decoration: none;
}
.media_carousel_block .slide-media img,
.media_carousel_block .slide-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  display: block;
}
.media_carousel_block .slide-media video {
  opacity: 0;
  pointer-events: none;
}
.media_carousel_block .slide-media.is-playing img,
.media_carousel_block .slide-media.is-playing .slide-play {
  opacity: 0;
}
.media_carousel_block .slide-media.is-playing video {
  opacity: 1;
  pointer-events: auto;
}
.media_carousel_block button.slide-media,
.media_carousel_block a.slide-media {
  cursor: pointer;
}
.media_carousel_block .swiper-slide.is-video .slide-media img {
  filter: brightness(0.75);
}
.media_carousel_block .slide-play {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  pointer-events: none;
  z-index: 2;
}
.media_carousel_block .slide-play svg {
  margin-left: 3px;
}
.media_carousel_block .slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent, rgba(36, 38, 68, 0.85));
  color: #fff;
  padding: 2.2rem 1.5rem 1.1rem;
  font-size: 0.92rem;
  line-height: 1.35;
  z-index: 3;
  pointer-events: none;
}
.media_carousel_block .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  margin-top: 1.4rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
.media_carousel_block .slider-arrow {
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transform: none !important;
}
.media_carousel_block .slider-arrow:after {
  display: none !important;
  content: none !important;
}
.media_carousel_block .slider-arrow svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
}
.media_carousel_block .slider-arrow:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #98d8e1;
}
.media_carousel_block .slider-arrow:focus-visible {
  outline: 2px solid #98d8e1;
  outline-offset: 2px;
}
.media_carousel_block .swiper-pagination {
  position: static !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0;
  transform: none !important;
}
.media_carousel_block .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  border: none !important;
  background: rgba(255, 255, 255, 0.3) !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0;
  transition: background 0.2s ease, transform 0.2s ease;
}
.media_carousel_block .swiper-pagination-bullet:after {
  display: none !important;
  content: none !important;
}
.media_carousel_block .swiper-pagination-bullet-active {
  background: #98d8e1 !important;
  transform: scale(1.25);
}

._bg_solid {
  background: #fff;
}

._bg_cream {
  background: #fbf3ea;
}

._bg_aqua {
  background: #98d8e1;
  color: #242644;
}

/* Community page: restyle existing Hero to match the layout draft */
.page-community #hero.neo_hero {
  min-height: 88vh;
}
.page-community #hero.neo_hero .neo_media {
  height: 88vh;
  min-height: 550px;
}
.page-community #hero.neo_hero .neo_media figure::after {
  background: linear-gradient(180deg, rgba(36, 38, 68, 0.45) 0%, rgba(36, 38, 68, 0.7) 60%, rgba(36, 38, 68, 0.92) 100%);
}
.page-community #hero.neo_hero .neo_media .swiper-pagination {
  bottom: clamp(1.5rem, 4vw, 2.5rem) !important;
  right: clamp(1.5rem, 4vw, 3rem);
  text-align: right;
}
.page-community #hero.neo_hero .neo_media .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  opacity: 1;
}
.page-community #hero.neo_hero .neo_media .swiper-pagination .swiper-pagination-bullet:after {
  display: none;
}
.page-community #hero.neo_hero .neo_media .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #98d8e1;
  border-color: #98d8e1;
  transform: scale(1.2);
}
.page-community #hero.neo_hero ._hero_content {
  max-width: 780px;
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}
.page-community #hero.neo_hero ._hero_content ._subheading {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #98d8e1;
  margin-bottom: 0.9rem;
}
.page-community #hero.neo_hero ._hero_content h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  max-width: none;
}
.page-community #hero.neo_hero ._hero_content p {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.55;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  max-width: 58ch;
}

/* Community page: restyle existing Contact block to the draft contact band */
.page-community .contact_block {
  background: #264546;
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1.5rem, 4vw, 3rem);
}
.page-community .contact_block > div {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}
.page-community .contact_block .neo_content,
.page-community .contact_block .neo_form {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.page-community .contact_block .neo_content {
  text-align: left;
  margin-bottom: 0;
}
.page-community .contact_block .neo_content ._subheading {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-community .contact_block .neo_content ._heading,
.page-community .contact_block .neo_content h2 {
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin-top: 0.6rem;
  margin-bottom: 0;
  font-weight: 600;
}
.page-community .contact_block .neo_content ._contacts,
.page-community .contact_block .neo_content .neo_social,
.page-community .contact_block .neo_content p {
  display: none;
}
.page-community .contact_block .neo_form {
  margin-top: 2.2rem;
}
.page-community .contact_block .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 1.3rem;
}
.page-community .contact_block .gform_wrapper.gravity-theme .gfield label.gfield_label {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
}
.page-community .contact_block .gform_wrapper.gravity-theme .gfield .ginput_container input,
.page-community .contact_block .gform_wrapper.gravity-theme .gfield .ginput_container select,
.page-community .contact_block .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
  color: #fff;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  font-size: 1rem;
}
.page-community .contact_block .gform_wrapper.gravity-theme .gfield .ginput_container select option {
  color: #242644;
  background: #fff;
}
.page-community .contact_block .gform_wrapper.gravity-theme .gfield.active .ginput_container input,
.page-community .contact_block .gform_wrapper.gravity-theme .gfield.active .ginput_container select,
.page-community .contact_block .gform_wrapper.gravity-theme .gfield.active .ginput_container textarea {
  border-bottom-color: #98d8e1;
}
.page-community .contact_block .gform_wrapper.gravity-theme .gform_footer,
.page-community .contact_block .gform_wrapper.gravity-theme .gform-footer {
  margin-top: 0.5rem;
}
.page-community .contact_block .gform_wrapper.gravity-theme .neo_btn > button,
.page-community .contact_block .gform_wrapper.gravity-theme .gform_button {
  background: #ad1e59;
  color: #fff;
  border: none;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.85rem 1.6rem;
  border-radius: 3px;
}
.page-community .contact_block .gform_wrapper.gravity-theme .neo_btn > button:hover, .page-community .contact_block .gform_wrapper.gravity-theme .neo_btn > button:focus,
.page-community .contact_block .gform_wrapper.gravity-theme .gform_button:hover,
.page-community .contact_block .gform_wrapper.gravity-theme .gform_button:focus {
  background: #8c1747;
}
