.paragraph--type--highlight-section-with-buttons,
.paragraph--type--highlight-section-blue {
  display: flex;
  flex-direction: row;
  padding: 50px 0px;
  align-items: center;
  position: relative;
  z-index: 0;
  justify-content: space-between;
  background-color: rgb(225, 233, 255);
}
.paragraph--type--highlight-section-with-buttons:before,
.paragraph--type--highlight-section-blue:before {
  background-color: rgb(225, 233, 255);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 200vw;
  height: calc(100% + 10px);
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .paragraph--type--highlight-section-with-buttons:before,
  .paragraph--type--highlight-section-blue:before {
    width: 100vw;
  }
}
.paragraph--type--highlight-section-with-buttons .highlight-section-textfields,
.paragraph--type--highlight-section-blue .highlight-section-textfields {
  width: 47%;
}
.paragraph--type--highlight-section-with-buttons .highlight-section-textfields.fullwidth,
.paragraph--type--highlight-section-blue .highlight-section-textfields.fullwidth {
  width: 100%;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-media,
.paragraph--type--highlight-section-blue .field--name-field-media {
  width: 47%;
  position: relative;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-media img,
.paragraph--type--highlight-section-blue .field--name-field-media img {
  border-radius: 5px;
  width: 100%;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-media .image-desktop,
.paragraph--type--highlight-section-blue .field--name-field-media .image-desktop {
  width: 100%;
}
@media (min-width: 1325px) {
  .paragraph--type--highlight-section-with-buttons .field--name-field-media .image-desktop,
  .paragraph--type--highlight-section-blue .field--name-field-media .image-desktop {
    width: 525px;
  }
}
.paragraph--type--highlight-section-with-buttons .field--name-field-media .image-mobile,
.paragraph--type--highlight-section-blue .field--name-field-media .image-mobile {
  display: none;
}
.paragraph--type--highlight-section-with-buttons .img-placeholder,
.paragraph--type--highlight-section-blue .img-placeholder {
  position: relative;
  background-image: url("../../../assets/svgs/logo.svg");
  background-size: 70%;
  background-color: rgb(25, 25, 112);
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 8px;
}
.paragraph--type--highlight-section-with-buttons .img-placeholder:after,
.paragraph--type--highlight-section-blue .img-placeholder:after {
  content: url("../../../assets/svgs/youtube-play-button.svg");
  display: block;
  width: 112px;
  height: 112px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: calc(50% - 56px);
  left: calc(50% - 56px);
  cursor: pointer;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-media-description,
.paragraph--type--highlight-section-blue .field--name-field-media-description {
  display: block;
  color: rgb(66, 66, 69);
  font-size: 13px;
  line-height: 20px;
  font-family: "Merriweather Sans Regular", sans-serif;
  margin-top: 15px;
}
.paragraph--type--highlight-section-with-buttons.right,
.paragraph--type--highlight-section-blue.right {
  flex-direction: row-reverse;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-new,
.paragraph--type--highlight-section-with-buttons .field--name-field-color,
.paragraph--type--highlight-section-with-buttons .field--name-field-text-position,
.paragraph--type--highlight-section-blue .field--name-field-new,
.paragraph--type--highlight-section-blue .field--name-field-color,
.paragraph--type--highlight-section-blue .field--name-field-text-position {
  display: none;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-highlight-area,
.paragraph--type--highlight-section-blue .field--name-field-highlight-area {
  font-family: "Lora Regular", serif;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 18px;
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .paragraph--type--highlight-section-with-buttons .field--name-field-highlight-area,
  .paragraph--type--highlight-section-blue .field--name-field-highlight-area {
    padding-top: 0;
  }
}
.paragraph--type--highlight-section-with-buttons .field--name-field-title,
.paragraph--type--highlight-section-blue .field--name-field-title {
  font-family: "Lora Bold", serif;
  color: #1d1d1d;
  font-size: 40px;
  line-height: 45px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 930px) {
  .paragraph--type--highlight-section-with-buttons .field--name-field-title,
  .paragraph--type--highlight-section-blue .field--name-field-title {
    font-size: 40px;
    line-height: 42px;
  }
}
.paragraph--type--highlight-section-with-buttons .field--name-field-teaser,
.paragraph--type--highlight-section-blue .field--name-field-teaser {
  font-family: "Merriweather Sans Light", sans-serif;
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 20px;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-teaser-with-format,
.paragraph--type--highlight-section-blue .field--name-field-teaser-with-format {
  font-family: "Merriweather Sans Light", sans-serif;
  font-size: 22px;
  line-height: 35px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .paragraph--type--highlight-section-with-buttons .field--name-field-teaser-with-format,
  .paragraph--type--highlight-section-blue .field--name-field-teaser-with-format {
    font-size: 16px;
    line-height: 24px;
  }
}
.paragraph--type--highlight-section-with-buttons .field--name-field-teaser-with-format .table-container table td,
.paragraph--type--highlight-section-blue .field--name-field-teaser-with-format .table-container table td {
  background: transparent;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-buttons-link,
.paragraph--type--highlight-section-blue .field--name-field-buttons-link {
  padding-bottom: 40px;
}
.paragraph--type--highlight-section-with-buttons .field--name-field-buttons-link > a,
.paragraph--type--highlight-section-blue .field--name-field-buttons-link > a {
  padding-top: 0;
  margin-left: 0;
  border-radius: 2px;
  padding-bottom: 1px;
  background-color: rgb(65, 105, 226);
  padding: 11px 35px 9px 35px;
  color: rgb(255, 255, 255);
  border: none;
}
.paragraph--type--highlight-section-with-buttons.dark,
.paragraph--type--highlight-section-blue.dark {
  color: rgb(255, 255, 255);
}
.paragraph--type--highlight-section-with-buttons.dark .credit,
.paragraph--type--highlight-section-blue.dark .credit {
  color: rgb(255, 255, 255);
}
.paragraph--type--highlight-section-with-buttons.dark .field--name-field-buttons-link > a,
.paragraph--type--highlight-section-blue.dark .field--name-field-buttons-link > a {
  background-color: rgb(255, 255, 255);
  color: rgb(65, 105, 226);
  border: none;
}
.paragraph--type--highlight-section-with-buttons.dark:before,
.paragraph--type--highlight-section-blue.dark:before {
  background-color: rgb(65, 105, 226);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .paragraph--type--highlight-section-with-buttons,
  .paragraph--type--highlight-section-blue {
    padding: 25px 10px;
    flex-direction: column !important;
  }
  .paragraph--type--highlight-section-with-buttons .highlight-section-textfields,
  .paragraph--type--highlight-section-blue .highlight-section-textfields {
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: end;
    padding-bottom: 25px;
  }
  .paragraph--type--highlight-section-with-buttons .highlight-section-textfields .field--name-field-highlight-area,
  .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-highlight-area {
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph--type--highlight-section-with-buttons .highlight-section-textfields .field--name-field-title,
  .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-title {
    font-size: 24px;
    line-height: 23px;
    padding-bottom: 0;
  }
  .paragraph--type--highlight-section-with-buttons .highlight-section-textfields .field--name-field-teaser,
  .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-teaser {
    display: none;
  }
  .paragraph--type--highlight-section-with-buttons .highlight-section-textfields .field--name-field-buttons-link,
  .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-buttons-link {
    padding-bottom: 0;
  }
  .paragraph--type--highlight-section-with-buttons .highlight-section-textfields .field--name-field-buttons-link > a,
  .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-buttons-link > a {
    font-size: 12px;
    padding: 4px 10px;
  }
  .paragraph--type--highlight-section-with-buttons .image-desktop,
  .paragraph--type--highlight-section-blue .image-desktop {
    display: none;
  }
  .paragraph--type--highlight-section-with-buttons .field--name-field-media,
  .paragraph--type--highlight-section-blue .field--name-field-media {
    width: 100%;
  }
  .paragraph--type--highlight-section-with-buttons .field--name-field-media .image-mobile,
  .paragraph--type--highlight-section-blue .field--name-field-media .image-mobile {
    display: block;
    margin: 0;
  }
  .paragraph--type--highlight-section-with-buttons .field--name-field-media .image-mobile .field--name-field-media-description,
  .paragraph--type--highlight-section-blue .field--name-field-media .image-mobile .field--name-field-media-description {
    display: none;
  }
}
.paragraph--type--highlight-section-with-buttons .field--name-field-media-video-thumbnail,
.paragraph--type--highlight-section-blue .field--name-field-media-video-thumbnail {
  position: relative;
  pointer-events: all;
}
.paragraph--type--highlight-section-with-buttons .file.file--type-image img,
.paragraph--type--highlight-section-blue .file.file--type-image img {
  display: none;
}
@media (min-width: 1325px) {
  .paragraph--type--highlight-section-with-buttons .field--name-field-media,
  .paragraph--type--highlight-section-blue .field--name-field-media {
    text-align: -webkit-center;
  }
  .paragraph--type--highlight-section-with-buttons .video-and-thumbnail,
  .paragraph--type--highlight-section-blue .video-and-thumbnail {
    width: 525px;
  }
  .paragraph--type--highlight-section-with-buttons .credit,
  .paragraph--type--highlight-section-blue .credit {
    width: 525px;
  }
}

.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields {
  width: 47%;
}
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media {
  width: unset;
}
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .image-desktop,
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .image-mobile,
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .video-and-thumbnail,
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .field--name-field-media-video-file,
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .field--name-field-media-video-thumbnail {
  margin-bottom: 11px;
}
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .field--name-field-media-video-thumbnail:after {
  content: url("../../../assets/svgs/youtube-play-button.svg");
  display: block;
  width: 112px;
  height: 112px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: calc(50% - 56px);
  left: calc(50% - 56px);
  cursor: pointer;
}
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .credit {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-media .credit {
    width: 100%;
  }
}
.node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-caption {
  text-align: left;
  letter-spacing: 0px;
  color: #424245;
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
  white-space: normal;
  line-height: 20px;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 5px;
  max-width: 600px;
}
@media only screen and (max-width: 767px) {
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-textfields {
    display: block;
    align-items: center;
    padding-bottom: 24px;
  }
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-title {
    font-size: 24px;
    line-height: 30px;
    color: #1d1d1d;
    text-align: left;
    margin-bottom: 15px;
  }
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-teaser {
    display: block;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    color: #424245;
    padding-bottom: 24px;
  }
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-buttons-link {
    text-align: end;
  }
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-textfields .field--name-field-buttons-link a {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    padding: 8px 25px;
  }
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields {
    width: 100%;
  }
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-caption {
    line-height: 20px;
    font-size: 10px;
    text-align: left;
    color: #424245;
    margin-top: 8px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 426px) {
  .node--type-content-type-page .paragraph--type--highlight-section-blue .highlight-section-mediafields .field--name-field-caption {
    padding-left: 8px;
  }
}

.page-node-type-homepage .paragraph--type--highlight-section-with-buttons a.ext svg.ext,
.node--type-homepage .paragraph--type--highlight-section-with-buttons a.ext svg.ext {
  display: none;
}
.page-node-type-homepage .paragraph--type--highlight-section-with-buttons .field--name-field-media-video-thumbnail img,
.node--type-homepage .paragraph--type--highlight-section-with-buttons .field--name-field-media-video-thumbnail img {
  height: 100%;
  max-height: 525px;
  width: 100%;
}
.page-node-type-homepage .paragraph--type--highlight-section-with-buttons .field--name-field-media-video-thumbnail:after,
.node--type-homepage .paragraph--type--highlight-section-with-buttons .field--name-field-media-video-thumbnail:after {
  content: url("../../../assets/svgs/youtube-play-button.svg");
  display: block;
  width: 112px;
  height: 112px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: calc(50% - 56px);
  left: calc(50% - 56px);
  cursor: pointer;
}
.page-node-type-homepage .paragraph--type--highlight-section-with-buttons .field--name-field-title::after,
.node--type-homepage .paragraph--type--highlight-section-with-buttons .field--name-field-title::after {
  content: ".";
  color: rgb(40, 186, 169);
}
