.slides-section {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .slides-section {
    padding-block: 0;
    padding-bottom: 0;
  }
}
.slides-section .splide__track {
  overflow: visible;
}
.slides-section__decor {
  z-index: -1;
  position: absolute;
  top: 10%;
  left: 10%;
  max-width: 100%;
  pointer-events: none;
  width: 350px;
  height: auto;
}
@media (min-width: 768px) {
  .slides-section__decor {
    width: 800px;
  }
}
.slides-section__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .slides-section__content {
    flex-direction: row-reverse;
    align-items: center;
  }
}
.slides-section__text {
  color: #e5e5e5;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .slides-section__text {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .slides-section__text {
    width: 40%;
    padding-block: 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .slides-section__text {
    padding-block: 50px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .slides-section__text {
    padding-block: 100px;
  }
}
@media (min-width: 768px) {
  .slides-section__text {
    gap: 1.75rem;
  }
}
.slides-section__text-title {
  margin-bottom: 0;
}
.slides-section__text-buttons {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.slides-section__text-buttons a {
  width: 100%;
  flex: 1;
}
@media (min-width: 1280px) {
  .slides-section__text-buttons {
    flex-direction: row;
    max-width: 430px;
  }
}
.slides-section__description--large {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 300;
}
@media (max-width: 767px) {
  .slides-section__description--large {
    font-size: 16px;
    line-height: 1.6;
  }
}
.slides-section__description--small {
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .slides-section__description--small {
    font-size: 16px;
    line-height: 1.6;
  }
}
.slides-section__image {
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: hidden;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .slides-section__image {
    margin-top: auto;
    width: 60%;
    overflow: visible;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .slides-section__image {
    min-height: 800px;
    display: flex;
  }
}
.slides-section__image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
.slides-section__image-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  filter: blur(100px);
  opacity: 20%;
}
.slides-section__image-title {
  position: absolute;
  right: 1rem;
  z-index: 1;
  bottom: 30px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .slides-section__image-title {
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  .slides-section__image-title {
    bottom: 100px;
  }
}
.slides-section__image-name {
  font-size: 1rem;
  font-family: "Playfair Display", serif;
  text-align: right;
}
@media (min-width: 576px) {
  .slides-section__image-name {
    font-size: 2rem;
  }
}
.slides-section__image-position {
  font-size: 0.75rem;
  font-weight: 300;
  text-align: right;
}
@media (min-width: 576px) {
  .slides-section__image-position {
    font-size: 1.5rem;
  }
}
.slides-section .splide__controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .slides-section .splide__controls {
    width: 50%;
    height: unset;
    aspect-ratio: unset;
    left: 50%;
    top: unset;
    bottom: 200px;
  }
}
