.hero-banner {
  position: relative;
  min-height: 400px;
  padding: 80px 20px;
  color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-bg-image,
.hero-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg-image{
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.hero-buttons .btn {
  padding: 14px 28px;
  border-radius: 6px;
  font-family: "Univers LT Std";
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.hero-buttons a.btn.none{
  border: unset;
}

.hero-bg-video {
  width: 100%;
}

.hero-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 773px;
  width: 100%;
}

.hero-banner.video-banner.customwidth .hero-inner {
  max-width: 100%;
}

.hero-inner h1 {
  font-family: "Univers LT Std";
  font-weight: 700;
  font-size: 60px;
  line-height: 75px;
  letter-spacing: 0.26px;
  text-align: center;
}

.hero-description,
.hero-description p,
.hero-description strong,
.hero-description span {
  font-family: "Univers LT Std" !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.07px;
  text-align: center;
  max-width: 613px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 32px;
  color: #fff;
}

.hero-description strong {
  font-weight: bold;
}

.customwidth .hero-description p,
.customwidth .hero-description strong,
.customwidth .hero-description span {
  max-width: 1000px;
}

section.hero-banner.video-banner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(126.49deg, #08a7b265 -0.61%, #027aac65 71.26%);
}

.hero-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-buttons a.btn.arrow {
  padding-right: 48px;
}

a.btn.arrow {
  position: relative;
}

a.btn.none {
  border: 1px solid #fff;
}

a.btn.arrow:after {
  right: 20px;
  top: 18px;
  content: "";
  background: url(/wp-content/uploads/2026/03/arrow-icon.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .hero-buttons .btn {
    font-size: 14px;
    line-height: 24px;
  }

  a.btn.arrow:after {
    top: 16px;
  }

  .hero-inner h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .hero-banner {
    min-height: 367px;
  }
}

.custom-hubspot-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-hubspot-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.custom-hubspot-popup__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  width: calc(100% - 30px);
  margin: 60px auto;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.custom-hubspot-popup__close {
  position: absolute;
  top: 10px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

body.hubspot-popup-open {
  overflow: hidden;
}
