:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
}

.d-none {
  display: none !important;
}

.text_quote_component {
  max-width: 1232px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  position: relative;
  overflow: clip;
  overflow-x: visible;
}
@media (max-width: 768px) {
  .text_quote_component {
    display: flex;
    justify-content: center;
  }
}
.text_quote_component.align_center {
  text-align: center;
}
.text_quote_component.align_center .content_container > * {
  margin: 0 auto;
}
.text_quote_component.align_center .content_container::before {
  margin: auto;
}
@media (max-width: 768px) {
  .text_quote_component.align_center .content_container::before {
    transform: none;
    margin: 0 auto;
  }
}
.text_quote_component.align_center .content_container .person-box {
  flex-direction: column;
}
.text_quote_component.align_left {
  text-align: left;
}
.text_quote_component.font_large .field--name-field-quote-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .text_quote_component.font_large .field--name-field-quote-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }
}
.text_quote_component .field--name-field-quote-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .text_quote_component .field--name-field-quote-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }
}
.text_quote_component .content_container {
  position: relative;
  grid-column: 2/span 10;
  margin: 0;
  padding: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .text_quote_component .content_container {
    padding: 0 32px;
  }
}
@media (max-width: 480px) {
  .text_quote_component .content_container {
    padding: 0 24px;
  }
}
.text_quote_component .content_container::before {
  position: relative;
  top: 8px;
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 100%;
  height: 48px;
  width: 48px;
}
.text_quote_component .content_container .person-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}
.text_quote_component .content_container .person-box .info-box {
  flex: 1;
}
.text_quote_component .content_container .person-box img {
  height: 48px;
  width: 48px;
  border-radius: 50%;
}

.highlight_quote_component {
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: clip;
}
.highlight_quote_component.full_width {
  overflow-x: visible;
  margin: 0;
}
@media (max-width: 1024px) {
  .highlight_quote_component.full_width {
    margin: 0 32px;
  }
}
@media (max-width: 768px) {
  .highlight_quote_component.full_width {
    margin: 0;
  }
}
.highlight_quote_component.grid_width {
  display: inline-flex;
  width: calc(100% - 64px);
  margin: 80px 32px;
}
@media (max-width: 480px) {
  .highlight_quote_component.grid_width {
    width: 100%;
    margin: 48px 0;
  }
}
.highlight_quote_component.full_width.highlight_component_mt, .highlight_quote_component.grid_width.highlight_component_mt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .highlight_quote_component.full_width.highlight_component_mt, .highlight_quote_component.grid_width.highlight_component_mt {
    margin-top: 24px;
  }
}
.highlight_quote_component.full_width.highlight_component_mb, .highlight_quote_component.grid_width.highlight_component_mb {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .highlight_quote_component.full_width.highlight_component_mb, .highlight_quote_component.grid_width.highlight_component_mb {
    margin-bottom: 24px;
  }
}
.highlight_quote_component.align_right .content_container {
  grid-auto-flow: dense;
  direction: rtl;
}
.highlight_quote_component.align_right .content_container .quote_container {
  padding: 0;
  align-items: flex-end;
  text-align: left;
}
@media (max-width: 768px) {
  .highlight_quote_component.align_right .content_container .quote_container {
    padding: 0;
  }
}
.highlight_quote_component.align_right .content_container .quote_container .field--name-field-quote-text {
  direction: ltr;
}
.highlight_quote_component .content_container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  align-items: center;
  z-index: 2;
  padding: 80px 0;
  width: 100%;
  max-width: 1232px;
  margin: auto;
}
@media (max-width: 768px) {
  .highlight_quote_component .content_container {
    gap: 40px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .highlight_quote_component .content_container {
    padding: 40px 24px;
  }
}
.highlight_quote_component .content_container.no-image {
  margin: 0 auto;
}
.highlight_quote_component .content_container.no-image .image_container,
.highlight_quote_component .content_container.no-image .quote_container {
  padding: 0;
  grid-column: 2/span 10;
}
.highlight_quote_component .content_container .image_container {
  grid-column: span 4;
  padding: 0 40px;
  flex: none;
}
@media (max-width: 768px) {
  .highlight_quote_component .content_container .image_container {
    padding: 0;
  }
}
.highlight_quote_component .content_container .image_container img {
  border-radius: 50%;
  width: 315px;
  height: 315px;
}
@media (max-width: 900px) {
  .highlight_quote_component .content_container .image_container img {
    width: 213px;
    height: 213px;
  }
}
@media (max-width: 768px) {
  .highlight_quote_component .content_container .image_container img {
    width: 288px;
    height: 288px;
  }
}
.highlight_quote_component .content_container .quote_container {
  grid-column: 5/span 7;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 981px) {
  .highlight_quote_component .content_container .quote_container {
    padding-right: 84px;
  }
}
@media (max-width: 900px) {
  .highlight_quote_component .content_container .quote_container {
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .highlight_quote_component .content_container .quote_container {
    padding: 0;
  }
}
.highlight_quote_component .content_container .quote_container::before {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: 100%;
  height: 48px;
  width: 48px;
}
.highlight_quote_component .content_container .quote_container .field--name-field-quote-text {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.highlight_quote_component .content_container .quote_container .info-box {
  margin-top: 8px;
  flex: 1;
}

.text_quote_component.marine_blue *,
.highlight_quote_component.marine_blue * {
  color: #ffffff;
}
.text_quote_component.marine_blue::after,
.highlight_quote_component.marine_blue::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #212e3e;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_quote_component.seaweed_green *,
.highlight_quote_component.seaweed_green * {
  color: #ffffff;
}
.text_quote_component.seaweed_green::after,
.highlight_quote_component.seaweed_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #225e66;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_quote_component.light_green *,
.highlight_quote_component.light_green * {
  color: #222222;
}
.text_quote_component.light_green::after,
.highlight_quote_component.light_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #91afb3;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_quote_component.light_grey *,
.highlight_quote_component.light_grey * {
  color: #222222;
}
.text_quote_component.light_grey::after,
.highlight_quote_component.light_grey::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #e6ebec;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_quote_component.electric_green *,
.highlight_quote_component.electric_green * {
  color: #222222;
}
.text_quote_component.electric_green::after,
.highlight_quote_component.electric_green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #53ff75;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_quote_component.violet_purple *,
.highlight_quote_component.violet_purple * {
  color: #ffffff;
}
.text_quote_component.violet_purple::after,
.highlight_quote_component.violet_purple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background-color: #6d32ff;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100vw;
  z-index: 0;
}
.text_quote_component.dark-version *,
.highlight_quote_component.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.text_quote_component.light-version *,
.highlight_quote_component.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
.text_quote_component.marine_blue .content_container::before,
.text_quote_component.marine_blue .quote_container::before,
.highlight_quote_component.marine_blue .content_container::before,
.highlight_quote_component.marine_blue .quote_container::before {
  background-image: url(../../assets/img/quote_marine_blue.svg);
}
.text_quote_component.seaweed_green .content_container::before,
.text_quote_component.seaweed_green .quote_container::before,
.highlight_quote_component.seaweed_green .content_container::before,
.highlight_quote_component.seaweed_green .quote_container::before {
  background-image: url(../../assets/img/quote_marine_blue.svg);
}
.text_quote_component.light_green .content_container::before,
.text_quote_component.light_green .quote_container::before,
.highlight_quote_component.light_green .content_container::before,
.highlight_quote_component.light_green .quote_container::before {
  background-image: url(../../assets/img/quote_seaweed_green.svg);
}
.text_quote_component.light_grey .content_container::before,
.text_quote_component.light_grey .quote_container::before,
.highlight_quote_component.light_grey .content_container::before,
.highlight_quote_component.light_grey .quote_container::before {
  background-image: url(../../assets/img/quote_light_grey.svg);
}
.text_quote_component.electric_green .content_container::before,
.text_quote_component.electric_green .quote_container::before,
.highlight_quote_component.electric_green .content_container::before,
.highlight_quote_component.electric_green .quote_container::before {
  background-image: url(../../assets/img/quote_seaweed_green.svg);
}
.text_quote_component.violet_purple .content_container::before,
.text_quote_component.violet_purple .quote_container::before,
.highlight_quote_component.violet_purple .content_container::before,
.highlight_quote_component.violet_purple .quote_container::before {
  background-image: url(../../assets/img/quote_violet_purple.svg);
}
.text_quote_component.violet_purple .role,
.highlight_quote_component.violet_purple .role {
  display: none;
}
.text_quote_component .info-box .name,
.highlight_quote_component .info-box .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.text_quote_component .info-box .role,
.highlight_quote_component .info-box .role {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.node--type-news .text_quote_component .content_container {
  grid-column: 2/span 8;
}

.node--type-story .text_quote_component .content_container {
  grid-column: 2/span 8;
}

.node--type-project .text_quote_component .content_container {
  grid-column: 2/span 8;
}

.node--type-general-meeting .text_quote_component .content_container {
  grid-column: 2/span 8;
}
