.eap-homepage-37 {
  /* video section */
  /* feature section */
  /* Gallery section*/
}
.eap-homepage-37 .video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  background-size: cover;
  background-position: center;
}
.eap-homepage-37 .video-container {
  padding: 0 2em;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 1;
}
.eap-homepage-37 .video-container .eap-select__control {
  border-radius: 0 !important;
}
.eap-homepage-37 .video-container .top-banner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
}
.eap-homepage-37 .video-container .top-banner-header {
  text-align: center;
  margin: 1.2rem;
  font-size: 4em;
  line-height: 1.25;
  color: var(--t37_top_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .video-container .top-banner-cta {
  margin: 0 auto;
  gap: 1rem;
  display: flex;
  justify-content: center;
}
.eap-homepage-37 .video-container .eap-search-box {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .eap-homepage-37 .video-container {
    padding: 90px 0;
    height: unset;
    min-height: unset;
  }
}
.eap-homepage-37 .video-overlay {
  background: var(--global-template-35-video-overlay, rgba(0, 0, 0, 0.2));
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.eap-homepage-37 .video-foreground,
.eap-homepage-37 .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: scale(1.25);
  transform-origin: center center;
}
@media (min-aspect-ratio: 16/9) {
  .eap-homepage-37 .video-foreground {
    height: 300%;
    top: -110%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .eap-homepage-37 .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.eap-homepage-37 .feature-section {
  background: var(--t37_background_color, #fff);
  min-height: 100vh;
  padding: clamp(4rem, 6vw, 6rem) 2rem;
  display: flex;
  align-items: center;
}
.eap-homepage-37 .feature-section .feature-grid {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.eap-homepage-37 .feature-section .feature-grid > * {
  flex: 1 1 0;
}
@media (max-width: 1024px) {
  .eap-homepage-37 .feature-section .feature-grid {
    flex-direction: column;
    text-align: center;
  }
  .eap-homepage-37 .feature-section .feature-grid > * {
    flex: none;
    width: 100%;
  }
}
.eap-homepage-37 .feature-section .feature-image {
  min-height: 100%;
  border-radius: 0;
  aspect-ratio: 4/5;
  background: center center/cover no-repeat;
  background-image: var(--t37_feature_image);
}
@media (max-width: 768px) {
  .eap-homepage-37 .feature-section .feature-image {
    min-height: 50vh;
    order: 1;
  }
}
.eap-homepage-37 .feature-section .feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: right;
  align-items: end;
  padding-left: 2rem;
  width: 100%;
}
@media (max-width: 768px) {
  .eap-homepage-37 .feature-section .feature-content {
    text-align: center;
    align-items: center;
  }
}
.eap-homepage-37 .feature-section .feature-content .feature-subtitle {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.eap-homepage-37 .feature-section .feature-content .feature-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.eap-homepage-37 .feature-section .feature-content .feature-description {
  margin-bottom: 1rem;
  line-height: 1.7;
  max-width: 60ch;
}
.eap-homepage-37 .feature-section .feature-content .feature-quote {
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.8;
  max-width: 60ch;
}
.eap-homepage-37 .feature-section .feature-content .feature-quote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-style: normal;
}
.eap-homepage-37 .feature-section .feature-content .feature-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .eap-homepage-37 .feature-section .feature-content .feature-actions {
    justify-content: center;
  }
}
.eap-homepage-37 .gallery-section {
  background: var(--t37_background_color, #fff);
  padding: clamp(4rem, 6vw, 6rem) 2rem;
  display: flex;
  align-items: center;
}
.eap-homepage-37 .gallery-section .gallery-grid {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1024px) {
  .eap-homepage-37 .gallery-section .gallery-grid {
    flex-direction: column;
    text-align: center;
  }
  .eap-homepage-37 .gallery-section .gallery-grid > * {
    flex: none;
    width: 100%;
  }
}
.eap-homepage-37 .gallery-section .gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: left;
  width: 100%;
}
.eap-homepage-37 .gallery-section .gallery-content .eap-search {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .eap-homepage-37 .gallery-section .gallery-content {
    text-align: center;
    align-items: center;
  }
}
.eap-homepage-37 .gallery-section .gallery-content .gallery-subtitle {
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
  font-weight: 500;
}
.eap-homepage-37 .gallery-section .gallery-content .gallery-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
.eap-homepage-37 .gallery-section .gallery-content .gallery-items {
  margin-bottom: 4rem;
  width: 100%;
}
.eap-homepage-37 .gallery-section .gallery-content .gallery-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.eap-homepage-37 .testimonial-section {
  background: var(--t37_background_color, #fff);
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), var(--t37_testimonial_background);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--t37_testimonial_color, var(--eap-primary-color));
}
.eap-homepage-37 .testimonial-section .testimonial-grid {
  display: flex;
}
.eap-homepage-37 .testimonial-section .testimonial-content {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
  margin-top: 4em;
  margin-bottom: 4em;
}
.eap-homepage-37 .testimonial-section .testimonial-content .testimonial-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .eap-homepage-37 .testimonial-section .testimonial-grid {
    flex-direction: column;
  }
  .eap-homepage-37 .testimonial-section .testimonial-content {
    width: unset;
    text-align: center;
  }
}
.eap-homepage-37 .testimonial-section .testimonial-list {
  display: flex !important;
  gap: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
.eap-homepage-37 .testimonial-section .testimonial-list.is-dragging {
  cursor: grabbing;
}
.eap-homepage-37 .testimonial-section .testimonial {
  flex: 0 0 100% !important;
  width: auto !important;
  max-width: none;
  padding: clamp(20px, 4vw, 36px);
  display: grid;
  grid-template-areas: "text" "author";
  gap: clamp(12px, 2vw, 20px);
}
.eap-homepage-37 .testimonial-section .testimonial .wrp {
  border-left: 2px solid var(--t37_testimonial_color, var(--eap-primary-color));
  padding: clamp(20px, 4vw, 36px);
}
.eap-homepage-37 .testimonial-section .testimonial-text,
.eap-homepage-37 .testimonial-section .testimonial-author {
  margin-left: auto;
  margin-right: auto;
  color: var(--t37_testimonial_color, var(--eap-primary-color));
  padding: 0;
}
.eap-homepage-37 .testimonial-section .testimonial--no-media {
  grid-template-areas: "text" "author";
}
.eap-homepage-37 .testimonial-section .testimonial-text {
  position: relative;
  grid-area: text;
  margin: 0;
  font-size: clamp(18px, 2.2vw, 20px);
  line-height: 1.6;
  border-left: none;
  letter-spacing: 0.05em;
  max-height: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  cursor: pointer;
  transition: max-height 0.4s ease;
}
.eap-homepage-37 .testimonial-section .testimonial-text:hover {
  max-height: 2000px;
  -webkit-line-clamp: unset;
}
.eap-homepage-37 .testimonial-section .testimonial-text-mark {
  display: inline-block;
  transform: translateY(-6px);
  margin-right: 6px;
  font-size: clamp(36px, 5.8vw, 64px);
  line-height: 1;
  font-weight: 700;
  user-select: none;
}
.eap-homepage-37 .testimonial-section .testimonial-author {
  grid-area: author;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  opacity: 0.9;
}
.eap-homepage-37 .testimonial-section .testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-direction: column;
}
.eap-homepage-37 .testimonial-section .testimonial-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.eap-homepage-37 .testimonial-section .testimonial-btn-divider {
  width: 1px;
  background: var(--t37_testimonial_color, var(--eap-primary-color));
  height: 1em;
}
.eap-homepage-37 .testimonial-section .testimonial-btn {
  transition: 0.2s;
  position: relative;
  cursor: pointer;
}
.eap-homepage-37 .testimonial-section .testimonial-btn:hover .testimonial-btn-text {
  opacity: 0.8;
}
.eap-homepage-37 .testimonial-section .testimonial-btn::before, .eap-homepage-37 .testimonial-section .testimonial-btn::after {
  background-color: var(--t37_testimonial_color, var(--eap-primary-color));
  opacity: 0.25;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.4s;
  width: 0;
}
.eap-homepage-37 .testimonial-section .testimonial-btn::after {
  width: 100%;
}
.eap-homepage-37 .testimonial-section .testimonial-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.eap-homepage-37 .testimonial-section .testimonial-dots {
  display: none;
}
.eap-homepage-37 .testimonial-section .testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  border: 0;
}
.eap-homepage-37 .testimonial-section .testimonial-dot[aria-current=true] {
  background: #111;
}
@media (min-width: 1280px) {
  .eap-homepage-37 .container {
    max-width: 1450px;
  }
}
.eap-homepage-37 .btn-exclusive,
.eap-homepage-37 .btn-feature,
.eap-homepage-37 .btn-gallery,
.eap-homepage-37 .btn-blog {
  position: relative;
  isolation: isolate;
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 0;
  background: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}
.eap-homepage-37 .btn-exclusive > span,
.eap-homepage-37 .btn-feature > span,
.eap-homepage-37 .btn-gallery > span,
.eap-homepage-37 .btn-blog > span {
  position: relative;
  z-index: 1;
}
.eap-homepage-37 .btn-exclusive::before,
.eap-homepage-37 .btn-feature::before,
.eap-homepage-37 .btn-gallery::before,
.eap-homepage-37 .btn-blog::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.45s ease;
  will-change: transform;
  z-index: 0;
}
.eap-homepage-37 .btn-exclusive:hover::before, .eap-homepage-37 .btn-exclusive:focus::before,
.eap-homepage-37 .btn-feature:hover::before,
.eap-homepage-37 .btn-feature:focus::before,
.eap-homepage-37 .btn-gallery:hover::before,
.eap-homepage-37 .btn-gallery:focus::before,
.eap-homepage-37 .btn-blog:hover::before,
.eap-homepage-37 .btn-blog:focus::before {
  transform: scaleY(1);
}
.eap-homepage-37 .btn-exclusive:focus-visible,
.eap-homepage-37 .btn-feature:focus-visible,
.eap-homepage-37 .btn-gallery:focus-visible,
.eap-homepage-37 .btn-blog:focus-visible {
  outline-offset: 3px;
}
@media (max-width: 576px) {
  .eap-homepage-37 .btn-exclusive,
  .eap-homepage-37 .btn-feature,
  .eap-homepage-37 .btn-gallery,
  .eap-homepage-37 .btn-blog {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }
}
.eap-homepage-37 .btn-exclusive.from-top::before,
.eap-homepage-37 .btn-feature.from-top::before,
.eap-homepage-37 .btn-gallery.from-top::before,
.eap-homepage-37 .btn-blog.from-top::before {
  transform-origin: top;
}
.eap-homepage-37 .btn-exclusive {
  border: 2px solid var(--t37_top_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-exclusive > span {
  color: var(--t37_top_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-exclusive::before {
  background: var(--t37_top_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-exclusive:hover > span, .eap-homepage-37 .btn-exclusive:focus > span {
  color: var(--t37_top_inverse_button_color, #FFF);
}
.eap-homepage-37 .btn-exclusive:focus-visible {
  outline: 2px dashed var(--t37_top_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-feature {
  border: 2px solid var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-feature > span {
  color: var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-feature::before {
  background: var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-feature:hover > span, .eap-homepage-37 .btn-feature:focus > span {
  color: var(--t37_feature_inverse_button_color, #FFF);
}
.eap-homepage-37 .btn-feature:focus-visible {
  outline: 2px dashed var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-gallery, .eap-homepage-37 .btn-blog {
  border: 2px solid var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-gallery > span, .eap-homepage-37 .btn-blog > span {
  color: var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-gallery::before, .eap-homepage-37 .btn-blog::before {
  background: var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .btn-gallery:hover > span, .eap-homepage-37 .btn-gallery:focus > span, .eap-homepage-37 .btn-blog:hover > span, .eap-homepage-37 .btn-blog:focus > span {
  color: var(--t37_feature_inverse_button_color, #FFF);
}
.eap-homepage-37 .btn-gallery:focus-visible, .eap-homepage-37 .btn-blog:focus-visible {
  outline: 2px dashed var(--t37_feature_button_color, var(--eap-primary-color));
}
.eap-homepage-37 .blog-post-section {
  background: var(--t37_blog_background_color, var(--t37_background_color, #fff));
}
.eap-homepage-37 .blog-post-section .blog-content {
  margin: 4rem auto;
  width: 100%;
  text-align: center;
}
.eap-homepage-37 .blog-post-section .blog-content .blog-subtitle {
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #888;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.eap-homepage-37 .blog-post-section .blog-content .blog-title {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
}
.eap-homepage-37 .blog-post-section .blog-content .blog-title::after {
  content: "";
  display: block;
  width: 25%;
  max-width: 300px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--eap-primary-color), transparent);
  margin: 1rem auto 0;
  border-radius: 3px;
}
.eap-homepage-37 .blog-post-section .blog-content a {
  text-decoration: none;
}
.eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  height: 320px;
  margin-bottom: 2rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.1));
  transition: background 0.4s ease;
  z-index: 0;
}
.eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog:hover::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog .eap-homepage__blogs__blog__title {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1rem 1.5rem 0.25rem;
  text-align: left;
}
.eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog .eap-homepage__blogs__blog__desc {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 0 1.5rem 1.5rem;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .eap-homepage-37 .blog-post-section .blog-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    text-align: left;
  }
  .eap-homepage-37 .blog-post-section .blog-content .blog-subtitle,
  .eap-homepage-37 .blog-post-section .blog-content .blog-title {
    grid-column: 1/-1;
    text-align: center;
  }
  .eap-homepage-37 .blog-post-section .blog-content .btn-blog {
    grid-column: 1/-1;
    justify-self: center;
  }
  .eap-homepage-37 .blog-post-section .blog-content .eap-homepage__blogs__blog {
    height: 360px;
  }
}