.cmp-carousel__content {
  position: relative;
  width: 100%;
  margin: auto;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.adaptable .cmp-image {
  position: relative;
  padding-bottom: 31.25%;
  height: 0;
  overflow: hidden;
}
.cutted .cmp-image {
  position: relative;
  padding-bottom: 31.25%;
  height: 0;
  overflow: hidden;
}
.cmp-carousel__item .cmp-image__image {
  color: #454d52;
  display: inline;
  height: auto;
  max-height: 404px;
  position: relative;
  width: -webkit-fill-available;
}
.adaptable .cmp-carousel__item .cmp-image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cutted .cmp-carousel__item .cmp-image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cmp-carousel__action {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  bottom: 20px;
  display: inline-flex;
  height: 34px;
  position: absolute;
  right: 40px;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .cmp-carousel__indicators {
    right: 20px;
  }
}
.cmp-carousel__indicator {
  border: 4px solid #3c3f45;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 4px;
  margin-top: 15px;
  text-indent: -9000em;
  width: 18px;
  border-radius: 50%;
  background-color: #3c3f45;
  position: relative;
  flex: 0 1 auto;
  font-size: 0;
  text-indent: -3000px;
}
.cmp-carousel__indicator--active {
  background-color: #ffd200;
}
