.dc {
  width: 100%;
  padding-top: 9.6rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
@media (min-width: 1260px) {
  .dc {
    padding-right: 0;
    padding-left: 0;
  }
}
.dc h1,
.dc h2 {
  margin: 0;
}
.dc h1 {
  position: relative;
  margin-bottom: 2.4rem;
}
.dc h1::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  width: 2.4rem;
  height: 3px;
  content: "";
  background-color: rgb(26, 23, 27);
}
.dc__anchor {
  margin-top: 2.4rem;
}
.dc__item {
  width: 100%;
}
.dc__item + .dc__item {
  margin-top: 2.4rem;
}
.dc__item--technology {
  background-color: rgb(51, 105, 125);
  color: rgb(185, 202, 0);
}
.dc__item--special-event {
  background-color: rgb(51, 105, 125);
  color: rgb(185, 202, 0);
}
.dc__item--innovation {
  background-color: rgb(255, 133, 51);
  color: rgb(70, 70, 104);
}
.dc__item--coaching {
  background-color: rgb(55, 168, 219);
  color: rgb(255, 236, 0);
}
.dc__item--partner {
  background-color: rgb(135, 136, 138);
  color: rgb(198, 199, 200);
}
.dc__item img {
  width: 100%;
}
.dc__item--no-category {
  width: 100%;
}
@media (min-width: 900px) {
  .dc__item--no-category .dc__text,
  .dc__item--no-category .dc__media-section,
  .dc__item--no-category h2 {
    width: 66.6666666667%;
  }
}
.dc__item--no-category h2 {
  position: relative;
}
.dc__item--no-category h2::before {
  position: absolute;
  top: -0.4rem;
  left: 0;
  width: 2.4rem;
  height: 3px;
  content: "";
  background-color: rgb(26, 23, 27);
}
.dc__item--with-category {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding: 1.2rem;
  justify-content: space-between;
}
.dc__item--with-images {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 1.2rem;
  justify-content: space-between;
}
@media (min-width: 900px) {
  .dc__item--with-images {
    flex-direction: row;
  }
}
.dc__item--testimonial + .dc__item--testimonial, .dc__item--reference + .dc__item--reference {
  margin-top: 2.4rem;
}
.dc__item__text {
  width: 100%;
}
@media (min-width: 900px) {
  .dc__item__text {
    width: 50%;
  }
}
.dc__item__text {
  padding: 1.2rem;
}
.dc__item__text__link a {
  font-size: 0.85rem;
  color: white;
}
.dc__item__banner {
  display: none;
  width: 45%;
  padding: 1.2rem;
}
@media (min-width: 900px) {
  .dc__item__banner {
    display: block;
  }
}
.dc__item__images {
  width: 100%;
  padding: 1.2rem;
}
.dc__item__images .dc__image {
  margin: 0;
}
@media (min-width: 900px) {
  .dc__item__images {
    width: 45%;
  }
}
.dc__item--side-by-side {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 2.4rem;
}
.dc__item--side-by-side .dc__item:not(:first-of-type) {
  margin-top: 0;
}
.dc__item--side-by-side .dc__item .dc__item__text {
  width: 100%;
}
@media (min-width: 900px) {
  .dc__item--side-by-side {
    grid-template-columns: 1fr 1fr;
  }
}
.dc .dc__media-section--images {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 1.2rem 0 0;
}
@media (min-width: 900px) {
  .dc .dc__media-section--images {
    margin: 1.2rem -1.2rem 0;
  }
}
@media (min-width: 900px) {
  .dc .dc__media-section--videos {
    padding-right: 0.8rem;
  }
}
.dc .dc__media-section--documents .download__icon {
  display: none;
}
.dc__media figcaption {
  font-size: 0.8em;
  display: block;
  margin-top: 0.5em;
}
.dc__media--image {
  width: 100%;
  margin: 0;
  padding: 1.2rem 0;
}
@media (min-width: 900px) {
  .dc__media--image {
    width: 33.3333333333%;
    padding: 1.2rem;
  }
}
.dc__media--image {
  /*a {
    display: block;
  }*/
}
.dc__media--image img {
  display: block;
  width: 100%;
  height: auto;
}
.dc__media--video {
  display: block;
  width: 100%;
  margin: 1.2rem 0;
  padding: 0;
}
.dc__media__video {
  display: block;
  width: 100%;
  position: relative;
}
.dc__media__video img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.dc__media__video iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider-container {
  margin-top: 2.4rem;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
@media (min-width: 1260px) {
  .slider-container {
    padding-right: 0;
    padding-left: 0;
  }
}

.testimonial, .reference {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 900px) {
  .testimonial, .reference {
    flex-direction: row;
  }
}
.testimonial__content, .reference__content {
  width: 100%;
}
.testimonial__title, .reference__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  overflow-wrap: break-word;
  hyphens: auto;
  margin-top: 0;
}
@media (min-width: 600px) {
  .testimonial__title, .reference__title {
    font-size: 1.17rem;
  }
}
.testimonial__image, .reference__image {
  width: 100%;
  padding: 1.2rem;
}
@media (min-width: 900px) {
  .testimonial__image, .reference__image {
    width: 45%;
  }
}
.testimonial__image img, .reference__image img {
  width: 100%;
}
.testimonial__link, .reference__link {
  display: flex;
  justify-content: space-between;
  margin-top: 1.2rem;
}
.testimonial__link a, .reference__link a {
  font-size: 0.85rem;
  color: #fff;
}

/*# sourceMappingURL=dynamic-content.css.map */
