.front-hero {
  --side-padding: calc((100vw - var(--content-container)) / 2);
  position: relative;
}
.front-hero__slide {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding: 96px var(--side-padding) 180px;
  min-height: 640px;
}
.front-hero__desktop-image, .front-hero__mobile-image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.front-hero__text {
  display: flex;
  flex-direction: column;
  padding: 28px;
  gap: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(197, 50, 23, 0.85) 0%, rgba(199, 64, 25, 0.85) 9%, rgba(207, 101, 31, 0.85) 36%, rgba(212, 128, 36, 0.85) 61%, rgba(215, 145, 39, 0.85) 83%, rgba(217, 151, 40, 0.85) 100%);
  backdrop-filter: blur(20px);
}
.front-hero__text h1, .front-hero__text h2, .front-hero__text h3, .front-hero__text h4, .front-hero__text h5, .front-hero__text h6 {
  display: block;
  color: #FFF;
  font-size: 40px;
  font-weight: 800;
  line-height: 115%;
  text-transform: uppercase;
}
.front-hero__text p {
  display: block;
  color: #FFF;
  font-size: 36px;
  font-weight: 400;
  line-height: 115%;
}
.front-hero__prev, .front-hero__next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 36px);
  width: 72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  transition: 0.3s all ease-in-out;
}
.front-hero__prev:hover, .front-hero__next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.front-hero__prev {
  left: 16px;
}
.front-hero__next {
  right: 16px;
}
.front-hero__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  gap: 28px;
  z-index: 20;
}
.front-hero__pagination .swiper-pagination-bullet {
  display: block;
  box-sizing: border-box;
  margin: 0 !important;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: transparent;
  border: 2px solid #F4F4F6;
  opacity: 1 !important;
  transition: 0.3s all ease-in-out;
}
.front-hero__pagination .swiper-pagination-bullet-active {
  background: #F4F4F6;
}
.front-hero__form {
  display: block;
  position: absolute;
  top: 96px;
  right: var(--side-padding);
  max-width: 350px;
  padding: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(197, 50, 23, 0.85) 0%, rgba(199, 64, 25, 0.85) 9%, rgba(207, 101, 31, 0.85) 36%, rgba(212, 128, 36, 0.85) 61%, rgba(215, 145, 39, 0.85) 83%, rgba(217, 151, 40, 0.85) 100%);
  backdrop-filter: blur(20px);
  z-index: 10;
}

.hero-form {
  --input-placeholder-text-color: #999;
  --input-border-color: #fff;
  --input-border-focused-color: #222;
  --checkbox-text-color: #fff;
  --checkbox-background-color: transparent;
  --checkbox-border-color: #fff;
  --checkbox-icon-color: #fff;
  --button-background-color: transparent;
  --button-border-color: #fff;
  --button-hover-background-color: #FC5A0A;
  --button-hover-border-color: #fff;
  --error-color:#fff;
}
.hero-form__heading {
  color: #FFF;
  font-size: 26px;
  font-weight: 800;
  line-height: 115%;
}
.hero-form__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}
.hero-form .wpcf7-submit {
  margin-top: 24px;
}

/*# sourceMappingURL=critical.css.map */
