.sarunyacrop-home-slider {
  background: transparent;
  box-sizing: border-box;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  min-height: 0;
  overflow: hidden;
  position: relative;
  width: 100vw;
}

.sarunyacrop-home-slider__track {
  aspect-ratio: 16 / 9;
  height: var(--geneplus-slider-height, auto);
  min-height: 0;
  position: relative;
}

.sarunyacrop-home-slider__slide {
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 500ms ease;
  visibility: hidden;
  width: 100%;
}

.sarunyacrop-home-slider__slide.is-active {
  opacity: 1;
  position: absolute;
  visibility: visible;
  z-index: 1;
}

.sarunyacrop-home-slider__media {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.sarunyacrop-home-slider__media {
  filter: none !important;
  object-fit: contain;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.sarunyacrop-home-slider .js-reframe {
  height: 100% !important;
  inset: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

.sarunyacrop-home-slider__media--youtube {
  bottom: auto;
  border: 0;
  height: 100%;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  object-fit: initial;
  pointer-events: none;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.sarunyacrop-home-slider__hitarea {
  inset: 0;
  position: absolute;
  z-index: 2;
}

.sarunyacrop-home-slider__content {
  box-sizing: border-box;
  inset: 0;
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(56px, 9vw, 120px) 72px;
  position: absolute;
  z-index: 3;
}

.sarunyacrop-home-slider__eyebrow,
.sarunyacrop-home-slider__description {
  margin: 0;
}

.sarunyacrop-home-slider__eyebrow {
  font-size: clamp(18px, 2.2vw, 30px);
  line-height: 1.25;
  text-transform: uppercase;
}

.sarunyacrop-home-slider__heading {
  font-size: clamp(34px, 5.2vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  margin: 6px 0 18px;
  max-width: 720px;
}

.sarunyacrop-home-slider__description {
  font-size: clamp(16px, 1.5vw, 22px);
  line-height: 1.55;
  max-width: 620px;
}

.sarunyacrop-home-slider__button {
  align-items: center;
  background: #009de0;
  color: #fff;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 12px;
  margin-top: 28px;
  padding: 14px 24px;
  position: relative;
  text-decoration: none;
  z-index: 4;
}

.sarunyacrop-home-slider__button::after {
  content: "\203A";
  font-size: 24px;
  line-height: 1;
}

.sarunyacrop-home-slider__arrow {
  background: rgba(0, 0, 0, 0.45);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 44px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 5;
}

.sarunyacrop-home-slider__arrow::before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
}

.sarunyacrop-home-slider__arrow--prev {
  left: 28px;
}

.sarunyacrop-home-slider__arrow--prev::before {
  transform: rotate(135deg);
}

.sarunyacrop-home-slider__arrow--next {
  right: 28px;
}

.sarunyacrop-home-slider__arrow--next::before {
  transform: rotate(-45deg);
}

.sarunyacrop-home-slider__dots {
  bottom: 24px;
  display: flex;
  gap: 9px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 5;
}

.sarunyacrop-home-slider__dots button {
  background: rgba(255, 255, 255, 0.65);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 10px;
  padding: 0;
  width: 10px;
}

.sarunyacrop-home-slider__dots button.is-active {
  background: #009de0;
}

@media (max-width: 700px) {
  .sarunyacrop-home-slider__content {
    padding: 68px 28px 88px;
  }

  .sarunyacrop-home-slider__arrow {
    display: none;
  }
}
