.hero-slider-alt {
  position: relative;
  border-top: 1px solid var(--blue-to-dark-color);
  border-bottom: 1px solid var(--blue-to-dark-color);
  min-height: 717px;
}
.hero-slider-alt #word-alt-1-1,
.hero-slider-alt #word-alt-1-2,
.hero-slider-alt #word-alt-2-1,
.hero-slider-alt #word-alt-2-2 {
  opacity: 0;
  transform: translateX(-100%);
}
.hero-slider-alt .hero-alt-decor {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.hero-slider-alt .wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.hero-slider-alt .wrapper .hero-alt-text {
  position: absolute;
  z-index: 2;
  top: 5px;
  left: calc(50% + 25px);
}
.hero-slider-alt .wrapper > div {
  width: 50%;
}
.hero-slider-alt .wrapper .hero-slider-alt-left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.hero-slider-alt .wrapper .hero-slider-alt-left svg#burger-icon {
  position: absolute;
  bottom: 30px;
  right: 90px;
  opacity: 0;
  transform: rotate(-20deg);
}
.hero-slider-alt .wrapper .hero-slider-alt-left svg#arrow-icon {
  position: absolute;
  bottom: 60px;
  right: 50px;
  opacity: 0;
  transform: rotate(90deg);
}
.hero-slider-alt .wrapper .hero-slider-alt-left > h2 {
  font-size: clamp(2.5rem, calc(1.89rem + 3.05vw), 4.06rem);
  line-height: 1.2;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-100%);
}
.hero-slider-alt .wrapper .hero-slider-alt-left .ale-button {
  position: relative;
  padding-right: 75px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
  color: var(--form-color);
}
.hero-slider-alt .wrapper .hero-slider-alt-left .ale-button:hover {
  color: var(--form-color) !important;
  opacity: 0.7 !important;
}
.hero-slider-alt .wrapper .hero-slider-alt-left .ale-button > svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.hero-slider-alt .wrapper .hero-slider-alt-left .ale-button > svg path {
  fill: var(--form-color);
}
.hero-slider-alt .wrapper .hero-slider-alt-right {
  margin-right: calc((50vw - 50%) * -1);
  width: 50vw;
  margin-top: -1px;
  margin-bottom: -1px;
  position: relative;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .hero-slider-item {
  display: none;
  width: 100%;
  background: #000;
  height: 717px;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .hero-slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .slick-dots {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .slick-dots li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .slick-dots li button {
  font-size: 0;
  text-indent: -99999;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  width: 34px;
  height: 35px;
  min-height: unset;
  transition: all 300ms ease-in-out;
  background: url('data:image/svg+xml,<svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.0533447" y="16.2843" width="24" height="24" rx="2" transform="rotate(-45 0.0533447 16.2843)" fill="white" fill-opacity="0.2"/><rect x="1.46756" y="16.2843" width="22" height="22" rx="1" transform="rotate(-45 1.46756 16.2843)" stroke="white" stroke-opacity="0.5" stroke-width="2"/></svg>') center center no-repeat;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .slick-dots li button:hover {
  background: url('data:image/svg+xml,<svg width="34" height="35" viewBox="0 0 34 35" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.00549316" y="17.2841" width="24" height="24" rx="2" transform="rotate(-45 0.00549316 17.2841)" fill="white"/><rect x="8.00549" y="17.2841" width="12" height="12" rx="2" transform="rotate(-45 8.00549 17.2841)" fill="%23F58B9E"/></svg>') center center no-repeat;
}
.hero-slider-alt .wrapper .hero-slider-alt-right .slick-dots li.slick-active button {
  background: url('data:image/svg+xml,<svg width="34" height="35" viewBox="0 0 34 35" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.00549316" y="17.2841" width="24" height="24" rx="2" transform="rotate(-45 0.00549316 17.2841)" fill="white"/><rect x="8.00549" y="17.2841" width="12" height="12" rx="2" transform="rotate(-45 8.00549 17.2841)" fill="%23F58B9E"/></svg>') center center no-repeat;
}
@media (max-width: 1520px) {
  .hero-slider-alt .hero-alt-decor {
    display: none;
  }
}
@media (max-width: 1024px) {
  .hero-slider-alt .wrapper .hero-alt-text svg {
    max-width: 150px;
    height: auto;
  }
  .hero-slider-alt .wrapper .hero-slider-alt-left svg#burger-icon,
  .hero-slider-alt .wrapper .hero-slider-alt-left svg#arrow-icon {
    display: none;
  }
  .hero-slider-alt .wrapper .hero-slider-alt-left > h2 {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .hero-slider-alt .wrapper {
    flex-direction: column;
    padding: 0;
  }
  .hero-slider-alt .wrapper > div {
    width: 100%;
  }
  .hero-slider-alt .wrapper .hero-slider-alt-left {
    padding: 60px 20px;
  }
  .hero-slider-alt .wrapper .hero-slider-alt-right {
    margin-right: 0;
    width: 100%;
  }
  .hero-slider-alt .wrapper .hero-slider-alt-right .hero-slider-item {
    height: 400px;
  }
  .hero-slider-alt .wrapper .hero-alt-text {
    width: fit-content;
    top: unset;
    left: unset;
    bottom: 0;
    right: 50px;
  }
}
