.startcarousel {
  position: relative;
  background-color: #ffffff;
}
.startcarousel .dots {
  justify-content: end;
}
@media screen and (max-width: 1000px) {
  .startcarousel .dots {
    display: none;
  }
}
.startcarousel .dot {
  border-radius: 0;
  height: 21px;
  width: 21px;
  border: 1px solid #999;
  background-color: transparent;
}
.startcarousel .dot.is-active {
  background-color: transparent;
  border-color: #be272e;
  border-radius: 0;
  height: 21px;
  width: 21px;
  transform: none;
}
.startcarousel .info-slide-overlay {
  color: #555;
  font-weight: 400;
  padding: 20px 40px;
  max-width: 50%;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4588235294);
  position: absolute;
  left: 96px;
  bottom: 0;
}
@media screen and (max-width: 1000px) {
  .startcarousel .info-slide-overlay {
    left: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    height: 100%;
    max-width: unset;
    color: var(--col-on-red);
    background: rgba(0, 0, 0, 0.5) right center;
  }
}
@media screen and (max-width: 768px) {
  .startcarousel .info-slide-overlay {
    position: initial;
    min-height: 175px;
  }
}
.startcarousel .info-slide-overlay * {
  margin: 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.startcarousel .info-slide-overlay .info-slide-title {
  font-family: "NewCicleFina", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  .startcarousel .info-slide-overlay .info-slide-title {
    font-size: 1.875rem;
  }
}
.startcarousel .info-slide-overlay .info-slide-subtitle {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-block: 10px;
  font-size: 1rem;
}
.startcarousel .info-slide-overlay .info-slide-content {
  font-family: "Segoe UI", system-ui, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .startcarousel .info-slide-overlay .info-slide-content {
    display: none;
  }
}
.startcarousel .info-slide-overlay .info-slide-cta {
  margin-top: 0.5rem;
}
.startcarousel picture {
  display: grid;
}
@media screen and (max-width: 768px) {
  .startcarousel picture {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 100%;
  }
}
.startcarousel picture img {
  max-height: 600px;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .startcarousel picture img {
    object-fit: cover;
    height: 100%;
  }
}

/*# sourceMappingURL=start_carousel.css.map */
