.section-about-hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #a5a3a3;
}

.section-about-hero__title-box-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 700px;
}

.section-about-hero__title-box-wrap:before,
.section-about-hero__title-box-wrap:after {
  position: absolute;
  top: 50%;
  display: block;
  height: 101%;
  content: '';
  transform: translateY(-50%);
}

.section-about-hero__title-box-wrap:before {
  left: 228px;
  width: 670px;
  background: linear-gradient(90deg, #FFF 6%, rgba(255, 255, 255, 0.63) 64%, rgba(255, 255, 255, 0) 100%);
}

.section-about-hero__title-box-wrap:after {
  right: calc(100% - 229px);
  width: 50vw;
  background: #fff;
}

.section-about-hero__title-box {
  position: relative;
  z-index: 2;
  max-width: 510px;
}

.section-about-hero__title {
  margin: 0 0 16px;
  font-family: HarlowDuoSerifPlain, serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  color: var(--Primary-teal);
  letter-spacing: 1.68px;
}

.section-about-hero__subtitle {
  max-width: 450px;
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 136%;
  color: var(--Neutral-100);
  letter-spacing: 0.4px;
}

.section-about-hero__text {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%;
  color: var(--Neutral-0);
}

.section-about-hero__button {
  min-width: 200px;
  margin-top: 24px;
}

.section-about-hero__slider {
  position: absolute;
  top: 0;
  left: 22%;
  width: 78%;
  height: 100%;
}

.section-about-hero__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.section-about-hero__slider .slick-list,
.section-about-hero__slider .slick-track,
.section-about-hero__slide {
  height: 100%;
}

.section-about-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  object-position: top center;
}

.section-about-hero__slider .slick-dots {
  bottom: 28px;
  left: calc(100% - 100vw);
  z-index: 2;
  width: 100vw;
  transform: none;
}

.section-about-hero__slider .slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0;
}

.section-about-hero__slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transition-duration: 0.3s;
}

.section-about-hero__slider .slick-dots li button:before {
  display: none;
}

.section-about-hero__slider .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  background-color: #216F6D;
  border-color: #216F6D;
}

.section-about-hero__controls-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 40px;
  margin-top: -80px;
  pointer-events: none;
}

.section-about-hero__controls {
  display: flex;
  gap: 16px;
  align-items: center;
  pointer-events: auto;
}

.section-about-hero__timer {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.section-about-hero__timer svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.section-about-hero__timer-bg,
.section-about-hero__timer-progress {
  fill: transparent;
  stroke-width: 4;
}

.section-about-hero__timer-bg {
  stroke: rgba(255, 255, 255, 0.77);
}

.section-about-hero__timer-progress {
  stroke: #216F6D;
  stroke-dasharray: 125.66;
  stroke-dashoffset: 125.66;
  stroke-linecap: round;
}

@keyframes section-about-hero-timer-fill {
  from {
    stroke-dashoffset: 125.66;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.section-about-hero__timer.is-running .section-about-hero__timer-progress {
  animation: section-about-hero-timer-fill var(--section-about-hero-autoplay-speed, 3000ms) linear forwards;
}

@media (prefers-reduced-motion: reduce) {
  .section-about-hero__timer.is-running .section-about-hero__timer-progress {
    animation: none;
  }
}

.section-about-hero__arrow {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  color: #216F6D;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  border: 0;
  border-radius: 50%;
}

.section-about-hero__arrow:hover,
.section-about-hero__arrow:focus-visible {
  color: #fff;
  background: #216F6D;
}

.section-about-hero__arrow:focus-visible {
  outline: 2px solid #216F6D;
  outline-offset: 3px;
}

@media screen and (max-width: 1360px) {
  .section-about-hero__title {
    margin: 0 0 clamp(4px, -4.4px + 1.5vw, 16px);
    font-size: clamp(28px, 8.4px + 3.5vw, 56px);
  }

  .section-about-hero__subtitle {
    max-width: clamp(267px, 138.9px + 22.875vw, 450px);
    font-size: clamp(16px, 13.2px + 0.5vw, 20px);
  }

  .section-about-hero__text {
    max-width: clamp(267px, 138.9px + 22.875vw, 450px);
    font-size: clamp(14px, 12.6px + 0.25vw, 16px);
  }
}

@media screen and (max-width: 768px) {
  .section-about-hero {
    height: 538px;
  }

  .section-about-hero .container,
  .section-about-hero__title-box-wrap {
    height: 100%;
  }

  .section-about-hero__title-box-wrap {
    width: 100%;
  }

  .section-about-hero__title-box-wrap:before {
    left: -20px;
    width: calc(100% + 20px);
    background: linear-gradient(90deg, #FFF 11.5%, rgba(255, 255, 255, 0.78) 59%, rgba(255, 255, 255, 0.56) 73%, rgba(255, 255, 255, 0.00) 100%);
  }

  .section-about-hero__title-box-wrap:after {
    content: none;
  }

  .section-about-hero__slider {
    left: 0;
    width: 100%;
  }

  .section-about-hero__arrow {
    position: absolute;
    display: none;
    visibility: hidden;
  }

  .section-about-hero__slider .slick-dots {
    bottom: 22px;
  }

  .section-about-hero__controls-wrapper {
    padding-bottom: 24px;
    margin-top: -64px;
  }
}

@media screen and (max-width: 560px) {
  .section-about-hero__image {
    object-position: center;
  }

  .section-about-hero__title {
    margin: 0 0 4px;
    font-size: 28px;
  }

  .section-about-hero__subtitle {
    max-width: 267px;
    font-size: 16px;
  }

  .section-about-hero__text {
    max-width: 267px;
    font-size: 14px;
  }
}
