body {
  font-family: "Unbounded", serif;
}

.description ul {
  list-style: disc;
}
.description ol {
  list-style: decimal;
}

.description strong {
  color: #fff;
}

.description h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #fff;
  line-height: 1.2 !important;
}
.description h2 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #fff;
  line-height: 1.2 !important;
}
.description h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 12px 0px;
  color: #fff;
  line-height: 1.2 !important;
}

.description p {
  margin-top: 12px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .description h3 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
}
@media screen and (min-width: 1368px) {
  .description h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
  .description h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    margin: 12px 0px;
  }
}

.swiper-button-disabled {
  opacity: 0.5;
}

.swiper.marquee-swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide.marquee-swiper {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper-slide.is-slider-main {
  width: 100%;
  flex: none;
}

.slider-main_button {
  width: 6em;
  height: 3.25em;
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s, color 0.2s, background-color 0.2s;
  display: flex;
}

.slider-main_button:hover {
  color: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}

.slider-main_button.swiper-prev {
  border-radius: 100vw;
}

.slider-main_arrow-wrapper {
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 4em;
  display: flex;
}

.section_swiper-scale {
  transition: background-color 0.4s;
}

.swiper-drag.is-slider-main {
  width: 7em;
  height: 100%;
  cursor: grab;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-drag.is-slider-main:hover {
  background-color: #4d63ff;
}

.slider-main_image {
  width: 100%;
  filter: saturate(0%);
  object-fit: cover;
  object-position: 100% 50%;
  transition: filter 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_image-wrapper {
  width: 100%;
  justify-content: flex-end;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  position: relative;
  overflow: visible;
}

.slider-main_text-wrapper {
  opacity: 1;
  color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.6),
    rgba(0, 0, 0, 0) 57%
  );
  justify-content: center;
  align-items: flex-end;
  font-weight: 700;
  transition: color 1.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.6s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-main_link {
  color: #1f1f1f;
  justify-content: flex-end;
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: scale(0.85);
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.slider-main_button.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-slide.is-active .slider-main_text-wrapper {
  color: #ffffff;
}

.swiper-slide.is-active .slider-main_link {
  transform: scale(1);
}

.swiper-slide.is-active .slider-main_image {
  filter: saturate(100%);
}

.swiper-slide.is-active .swiper-scale_info-wrapper {
  opacity: 1;
  transition-delay: 0.6s;
}

.is-disabled {
  opacity: 0.5;
}
