.de_block_manual_offers .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 clamp(3.75rem, 14.58vw, 17.5rem);
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers .container {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .container {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
    padding: 0 1.5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers .container {
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.de_block_manual_offers .content_container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.de_block_manual_offers h2 {
  font-size: 2.5rem;
  text-transform: capitalize;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers h2 {
    font-size: 1.5rem;
  }
}
.de_block_manual_offers .the_subtitle {
  font-family: var(--font-primary);
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: var(--color-eerie-black);
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers .the_subtitle {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .the_subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.de_block_manual_offers .cta-wrap {
  flex-shrink: 0;
}
.de_block_manual_offers .cta-wrap a.cta {
  background-color: transparent;
  color: var(--color-sea-blue);
  border: none;
  border-radius: 0;
  padding: 0;
  height: auto;
  gap: 0.5rem;
  letter-spacing: normal;
  width: max-content;
}
.de_block_manual_offers .cta-wrap a.cta:hover {
  background-color: transparent;
  color: var(--color-sea-blue);
  opacity: 0.7;
}
.de_block_manual_offers .cta-wrap a.cta .after-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background-image: url("../../../../assets/img/circled_vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.de_block_manual_offers .children_section {
  padding-left: clamp(3.75rem, 14.58vw, 17.5rem);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .children_section {
    padding-left: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers .children_section {
    padding-left: 1.5rem;
  }
}
.de_block_manual_offers .item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  aspect-ratio: 432/540;
  display: block;
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .item {
    aspect-ratio: auto;
    height: 22.5rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers .item {
    aspect-ratio: auto;
    height: 27.5rem;
  }
}
.de_block_manual_offers .item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80%);
  border-radius: var(--radius-sm);
  pointer-events: none;
  z-index: 1;
}
.de_block_manual_offers .thumb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.de_block_manual_offers .content_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers .content_wrap {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers .content_wrap {
    padding: 1rem;
  }
}
.de_block_manual_offers .content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-xs);
  color: var(--color-white);
}
.de_block_manual_offers .content .subtitle {
  order: -1;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: normal;
  text-transform: capitalize;
  color: var(--color-white);
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers .content .subtitle {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .content .subtitle {
    font-size: 1rem;
  }
}
.de_block_manual_offers .content .title {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.04rem;
  color: var(--color-white);
  transition: var(--transition-base);
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers .content .title {
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .content .title {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers .content .title {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.03rem;
  }
}
.de_block_manual_offers .content .title:hover {
  opacity: 0.8;
}
.de_block_manual_offers .content .description {
  display: none;
}
.de_block_manual_offers .content .read_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  height: 3.0625rem;
  padding: 1rem 3rem;
  margin-top: 1rem;
  background-color: var(--color-white);
  color: var(--color-sea-blue);
  font-family: var(--font-secondary);
  font-size: 1.375rem;
  font-weight: 400;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: var(--transition-base);
}
@media screen and (max-width: 1280px) {
  .de_block_manual_offers .content .read_more {
    font-size: 1.125rem;
    padding: 0.75rem 2.5rem;
    height: 2.625rem;
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers .content .read_more {
    font-size: 1rem;
    padding: 0.625rem 1.75rem;
    height: 2.375rem;
  }
}
@media screen and (max-width: 767px) {
  .de_block_manual_offers .content .read_more {
    font-size: 1.125rem;
    height: 3.0625rem;
    padding: 1rem 3rem;
    margin-top: 1rem;
    border: 1px solid var(--color-sea-blue);
  }
}
.de_block_manual_offers .content .read_more:hover {
  background-color: var(--color-sea-blue);
  color: var(--color-white);
  border-color: var(--color-sea-blue);
}

.de_block_manual_offers.carousel .wrap.carousel .inner_wrapper.splide__list {
  display: flex;
  gap: 0;
}
.de_block_manual_offers.carousel .wrap.carousel .item_wrap.splide__slide {
  flex: none;
  width: 22.5vw;
}
@media screen and (max-width: 1024px) {
  .de_block_manual_offers.carousel .wrap.carousel .item_wrap.splide__slide {
    width: auto;
  }
}
/*# sourceMappingURL=manual_offers_carousel.min.css.map */
