.gender-sbs {
  padding-top: 5.2em;
  padding-bottom: 6em;
  margin-bottom: 0;
  background-color: var(--mer-cream);
}
.gender-sbs section {
  margin-bottom: 0;
}
.gender-sbs__header {
  margin-left: 0;
  margin-bottom: 3.2em;
}
@media (min-width: 641px) {
  .gender-sbs__header {
    margin-bottom: 0;
  }
}
.gender-sbs__title.deco-line::after {
  display: inline-block;
  margin: 0 0 0.2em 0.3em;
  height: 0.07em;
}
@media (min-width: 641px) {
  .gender-sbs__title.deco-line::after {
    display: block;
    margin: 0.8em auto 0 0;
    width: 2.5em;
  }
}
.gender-sbs__title {
  position: relative;
  font-size: 3.2em;
  line-height: 1;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 641px) {
  .gender-sbs__title {
    white-space: nowrap;
  }
}
.gender-sbs__container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .gender-sbs__container {
    flex-direction: row;
    align-items: center;
    gap: 8em;
  }
}
.gender-sbs__slider {
  margin-left: 2.4em;
}
.gender-sbs__track a {
  position: relative;
  border-radius: 0.8em;
  overflow: hidden;
  isolation: isolate;
}
.gender-sbs__prev-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  left: 0;
  width: 5.8em;
  background-color: transparent;
}
@media (min-width: 641px) {
  .gender-sbs__prev-btn {
    top: 50%;
    left: 16%;
    cursor: pointer;
  }
}
.gender-sbs__next-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 55%;
  right: 0;
  width: 5.8em;
  background-color: transparent;
}
@media (min-width: 641px) {
  .gender-sbs__next-btn {
    top: 50%;
    cursor: pointer;
  }
}
.gender-sbs__image-container {
  position: relative;
}
.gender-sbs__img {
  border-radius: 0;
  transition: 0.4s ease;
}
.gender-sbs__text-container {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--mer-white);
  height: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding-left: 2.1em;
  z-index: 1;
}
@media (min-width: 641px) {
  .gender-sbs__text-container {
    height: 7.2em;
    background-color: transparent;
  }
}
@media (min-width: 641px) and (min-width: 641px) {
  .gender-sbs__text-container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-color: var(--mer-white);
    z-index: -1;
    transition: 0.3s ease;
  }
}
.gender-sbs__text-container .gender-sbs__text {
  font-size: 1.9em;
  margin: 0;
  font-weight: 600;
  z-index: 1;
}
@media (min-width: 641px) {
  .gender-sbs__text-container .gender-sbs__text {
    font-size: 2.4em;
    transition: 0.3s ease;
  }
}
.gender-sbs__text-container .gender-sbs__arrow {
  width: 3.4em;
  stroke: var(--mer-orange);
}
@media (min-width: 641px) {
  .gender-sbs__text-container .gender-sbs__arrow-container {
    position: relative;
    width: 20em;
  }
  .gender-sbs__text-container .gender-sbs__arrow-container::after {
    bottom: -26%;
    left: 12%;
    width: 3em;
    transition: 0.3s ease;
    height: 2em;
  }
}
.gender-sbs__text-container .gender-sbs__arrow-container::after {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 14.4%;
  width: 4em;
  content: "";
  height: 2em;
  background: var(--mer-white);
}
@media (min-width: 641px) {
  .gender-sbs .gender-sbs__link:hover .gender-sbs__text-container {
    background: transparent;
  }
  .gender-sbs .gender-sbs__link:hover .gender-sbs__text-container::before {
    transform: translateY(100%);
  }
  .gender-sbs .gender-sbs__link:hover .gender-sbs__text-container .gender-sbs__text {
    font-size: 3.4em;
    color: var(--mer-white);
    line-height: 1.4;
  }
  .gender-sbs .gender-sbs__link:hover .gender-sbs__image-container img {
    transform: scale(1.2) translateY(10px);
  }
  .gender-sbs .gender-sbs__link:hover .gender-sbs__arrow-container::after {
    left: 22%;
    background: transparent;
  }
}

/*# sourceMappingURL=gender-sbs.css.map */
