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

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

.highlight_text_component {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  min-height: 400px;
  position: relative;
  overflow: clip;
  max-width: 1232px;
  padding: 80px 0;
  margin: auto;
}
.highlight_text_component .cta_buttons_container .cta_buttons_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .highlight_text_component .cta_buttons_container .cta_buttons_wrapper {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .highlight_text_component .cta_buttons_container .cta_buttons_wrapper {
    flex-direction: column;
  }
  .highlight_text_component .cta_buttons_container .cta_buttons_wrapper .field__item a {
    width: 100%;
  }
}
.highlight_text_component .cta_buttons_container .cta_buttons_wrapper .field__item a {
  text-align: center;
}
.highlight_text_component.align_center .cta_buttons_wrapper, .highlight_text_component.bg_image .cta_buttons_wrapper, .highlight_text_component.no_image .cta_buttons_wrapper {
  justify-content: center;
}
.highlight_text_component.marine_blue * {
  color: #ffffff;
}
.highlight_text_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;
}
.highlight_text_component.seaweed_green * {
  color: #ffffff;
}
.highlight_text_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;
}
.highlight_text_component.light_green * {
  color: #222222;
}
.highlight_text_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;
}
.highlight_text_component.light_grey * {
  color: #222222;
}
.highlight_text_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;
}
.highlight_text_component.electric_green * {
  color: #222222;
}
.highlight_text_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;
}
.highlight_text_component.violet_purple * {
  color: #ffffff;
}
.highlight_text_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;
}
.highlight_text_component.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.highlight_text_component.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 981px) {
  .highlight_text_component {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 480px) {
  .highlight_text_component {
    display: flex;
    min-height: 216px;
  }
}
.highlight_text_component.full_width {
  overflow-x: visible;
  padding: 0;
}
@media (max-width: 768px) {
  .highlight_text_component.full_width {
    margin: 0;
  }
}
.highlight_text_component.grid_width {
  display: inline-grid;
  width: calc(100% - 64px);
  margin: 80px 32px;
}
@media (max-width: 768px) {
  .highlight_text_component.grid_width {
    margin: 48px 32px;
  }
}
@media (max-width: 480px) {
  .highlight_text_component.grid_width {
    width: 100%;
    margin: 48px 0;
  }
}
.highlight_text_component.full_width.highlight_component_mt, .highlight_text_component.grid_width.highlight_component_mt {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .highlight_text_component.full_width.highlight_component_mt, .highlight_text_component.grid_width.highlight_component_mt {
    margin-top: 24px;
  }
}
.highlight_text_component.full_width.highlight_component_mb, .highlight_text_component.grid_width.highlight_component_mb {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .highlight_text_component.full_width.highlight_component_mb, .highlight_text_component.grid_width.highlight_component_mb {
    margin-bottom: 24px;
  }
}
.highlight_text_component .content_container {
  grid-column: 2/span 10;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0;
}
@media (max-width: 981px) {
  .highlight_text_component .content_container {
    grid-column: span 8;
    padding: 80px 32px;
  }
}
@media (max-width: 768px) {
  .highlight_text_component .content_container {
    padding: 48px 32px;
  }
}
@media (max-width: 480px) {
  .highlight_text_component .content_container {
    padding: 48px 24px;
  }
}
.highlight_text_component .content_container .text_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}
.highlight_text_component .content_container .cta_buttons_container {
  padding-top: 40px;
}
.highlight_text_component .field--name-field-label {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.highlight_text_component.dark-version:not(.violet_purple) .field--name-field-label {
  color: #28ff52;
}
.highlight_text_component .field--name-field-text {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .highlight_text_component .field--name-field-text {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }
}
