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

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

.text_simple_component,
.text_bullet_component {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  position: relative;
  overflow: clip;
  overflow-x: visible;
  padding-right: 32px;
  padding-left: 32px;
}
@media (max-width: 768px) {
  .text_simple_component,
  .text_bullet_component {
    display: flex;
  }
}
@media (max-width: 480px) {
  .text_simple_component,
  .text_bullet_component {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.text_simple_component .field--name-field-rich-text a,
.text_simple_component .form-item a,
.text_bullet_component .field--name-field-rich-text a,
.text_bullet_component .form-item a {
  display: inline;
  position: relative;
  background: none;
  border: none;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.text_simple_component .field--name-field-rich-text a:hover,
.text_simple_component .form-item a:hover,
.text_bullet_component .field--name-field-rich-text a:hover,
.text_bullet_component .form-item a:hover {
  cursor: pointer;
}
.text_simple_component .field--name-field-rich-text a em, .text_simple_component .field--name-field-rich-text a strong,
.text_simple_component .form-item a em,
.text_simple_component .form-item a strong,
.text_bullet_component .field--name-field-rich-text a em,
.text_bullet_component .field--name-field-rich-text a strong,
.text_bullet_component .form-item a em,
.text_bullet_component .form-item a strong {
  color: inherit;
}
.text_simple_component.marine_blue .field--name-field-rich-text a,
.text_simple_component.marine_blue .form-item a, .text_simple_component.dark-version .field--name-field-rich-text a,
.text_simple_component.dark-version .form-item a,
.text_bullet_component.marine_blue .field--name-field-rich-text a,
.text_bullet_component.marine_blue .form-item a,
.text_bullet_component.dark-version .field--name-field-rich-text a,
.text_bullet_component.dark-version .form-item a {
  color: #28ff52;
  border-bottom: 1px solid #28ff52;
}
.text_simple_component.marine_blue .field--name-field-rich-text a:hover,
.text_simple_component.marine_blue .form-item a:hover, .text_simple_component.dark-version .field--name-field-rich-text a:hover,
.text_simple_component.dark-version .form-item a:hover,
.text_bullet_component.marine_blue .field--name-field-rich-text a:hover,
.text_bullet_component.marine_blue .form-item a:hover,
.text_bullet_component.dark-version .field--name-field-rich-text a:hover,
.text_bullet_component.dark-version .form-item a:hover {
  border-bottom: 3px solid #28ff52;
}
.text_simple_component.marine_blue .field--name-field-rich-text a:focus-visible,
.text_simple_component.marine_blue .form-item a:focus-visible, .text_simple_component.dark-version .field--name-field-rich-text a:focus-visible,
.text_simple_component.dark-version .form-item a:focus-visible,
.text_bullet_component.marine_blue .field--name-field-rich-text a:focus-visible,
.text_bullet_component.marine_blue .form-item a:focus-visible,
.text_bullet_component.dark-version .field--name-field-rich-text a:focus-visible,
.text_bullet_component.dark-version .form-item a:focus-visible {
  border-bottom: 3px solid transparent;
}
.text_simple_component.marine_blue .field--name-field-rich-text a:focus-visible,
.text_simple_component.marine_blue .form-item a:focus-visible, .text_simple_component.dark-version .field--name-field-rich-text a:focus-visible,
.text_simple_component.dark-version .form-item a:focus-visible,
.text_bullet_component.marine_blue .field--name-field-rich-text a:focus-visible,
.text_bullet_component.marine_blue .form-item a:focus-visible,
.text_bullet_component.dark-version .field--name-field-rich-text a:focus-visible,
.text_bullet_component.dark-version .form-item a:focus-visible {
  outline: 3px solid #28ff52 !important;
  outline-offset: 1px;
}
.text_simple_component.marine_blue .field--name-field-rich-text a:active,
.text_simple_component.marine_blue .form-item a:active, .text_simple_component.dark-version .field--name-field-rich-text a:active,
.text_simple_component.dark-version .form-item a:active,
.text_bullet_component.marine_blue .field--name-field-rich-text a:active,
.text_bullet_component.marine_blue .form-item a:active,
.text_bullet_component.dark-version .field--name-field-rich-text a:active,
.text_bullet_component.dark-version .form-item a:active {
  color: #7eff97;
  border-bottom: 1px solid #7eff97;
}
.text_simple_component.marine_blue .field--name-field-rich-text a:disabled,
.text_simple_component.marine_blue .form-item a:disabled, .text_simple_component.dark-version .field--name-field-rich-text a:disabled,
.text_simple_component.dark-version .form-item a:disabled,
.text_bullet_component.marine_blue .field--name-field-rich-text a:disabled,
.text_bullet_component.marine_blue .form-item a:disabled,
.text_bullet_component.dark-version .field--name-field-rich-text a:disabled,
.text_bullet_component.dark-version .form-item a:disabled {
  color: #7c9599;
  border-bottom: 3px solid transparent;
}
.text_simple_component.light_grey .field--name-field-rich-text a,
.text_simple_component.light_grey .form-item a, .text_simple_component.light-version .field--name-field-rich-text a,
.text_simple_component.light-version .form-item a,
.text_bullet_component.light_grey .field--name-field-rich-text a,
.text_bullet_component.light_grey .form-item a,
.text_bullet_component.light-version .field--name-field-rich-text a,
.text_bullet_component.light-version .form-item a {
  color: #263cc8;
  border-bottom: 1px solid #263cc8;
}
.text_simple_component.light_grey .field--name-field-rich-text a:hover,
.text_simple_component.light_grey .form-item a:hover, .text_simple_component.light-version .field--name-field-rich-text a:hover,
.text_simple_component.light-version .form-item a:hover,
.text_bullet_component.light_grey .field--name-field-rich-text a:hover,
.text_bullet_component.light_grey .form-item a:hover,
.text_bullet_component.light-version .field--name-field-rich-text a:hover,
.text_bullet_component.light-version .form-item a:hover {
  border-bottom: 3px solid #263cc8;
}
.text_simple_component.light_grey .field--name-field-rich-text a:focus-visible,
.text_simple_component.light_grey .form-item a:focus-visible, .text_simple_component.light-version .field--name-field-rich-text a:focus-visible,
.text_simple_component.light-version .form-item a:focus-visible,
.text_bullet_component.light_grey .field--name-field-rich-text a:focus-visible,
.text_bullet_component.light_grey .form-item a:focus-visible,
.text_bullet_component.light-version .field--name-field-rich-text a:focus-visible,
.text_bullet_component.light-version .form-item a:focus-visible {
  border-bottom: 3px solid transparent;
}
.text_simple_component.light_grey .field--name-field-rich-text a:focus-visible,
.text_simple_component.light_grey .form-item a:focus-visible, .text_simple_component.light-version .field--name-field-rich-text a:focus-visible,
.text_simple_component.light-version .form-item a:focus-visible,
.text_bullet_component.light_grey .field--name-field-rich-text a:focus-visible,
.text_bullet_component.light_grey .form-item a:focus-visible,
.text_bullet_component.light-version .field--name-field-rich-text a:focus-visible,
.text_bullet_component.light-version .form-item a:focus-visible {
  outline: 3px solid #263cc8 !important;
  outline-offset: 1px;
}
.text_simple_component.light_grey .field--name-field-rich-text a:active,
.text_simple_component.light_grey .form-item a:active, .text_simple_component.light-version .field--name-field-rich-text a:active,
.text_simple_component.light-version .form-item a:active,
.text_bullet_component.light_grey .field--name-field-rich-text a:active,
.text_bullet_component.light_grey .form-item a:active,
.text_bullet_component.light-version .field--name-field-rich-text a:active,
.text_bullet_component.light-version .form-item a:active {
  color: #4759d0;
  border-bottom: 1px solid #4759d0;
}
.text_simple_component.light_grey .field--name-field-rich-text a:disabled,
.text_simple_component.light_grey .form-item a:disabled, .text_simple_component.light-version .field--name-field-rich-text a:disabled,
.text_simple_component.light-version .form-item a:disabled,
.text_bullet_component.light_grey .field--name-field-rich-text a:disabled,
.text_bullet_component.light_grey .form-item a:disabled,
.text_bullet_component.light-version .field--name-field-rich-text a:disabled,
.text_bullet_component.light-version .form-item a:disabled {
  color: #7c9599;
  border-bottom: 3px solid transparent;
}
.text_simple_component.marine_blue *,
.text_bullet_component.marine_blue * {
  color: #ffffff;
}
.text_simple_component.marine_blue::after,
.text_bullet_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_simple_component.seaweed_green *,
.text_bullet_component.seaweed_green * {
  color: #ffffff;
}
.text_simple_component.seaweed_green::after,
.text_bullet_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_simple_component.light_green *,
.text_bullet_component.light_green * {
  color: #222222;
}
.text_simple_component.light_green::after,
.text_bullet_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_simple_component.light_grey *,
.text_bullet_component.light_grey * {
  color: #222222;
}
.text_simple_component.light_grey::after,
.text_bullet_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_simple_component.electric_green *,
.text_bullet_component.electric_green * {
  color: #222222;
}
.text_simple_component.electric_green::after,
.text_bullet_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_simple_component.violet_purple *,
.text_bullet_component.violet_purple * {
  color: #ffffff;
}
.text_simple_component.violet_purple::after,
.text_bullet_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_simple_component.dark-version *,
.text_bullet_component.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.text_simple_component.light-version *,
.text_bullet_component.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
.text_simple_component .cta_buttons_container .cta_buttons_wrapper,
.text_bullet_component .cta_buttons_container .cta_buttons_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .text_simple_component .cta_buttons_container .cta_buttons_wrapper,
  .text_bullet_component .cta_buttons_container .cta_buttons_wrapper {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .text_simple_component .cta_buttons_container .cta_buttons_wrapper,
  .text_bullet_component .cta_buttons_container .cta_buttons_wrapper {
    flex-direction: column;
  }
  .text_simple_component .cta_buttons_container .cta_buttons_wrapper .field__item a,
  .text_bullet_component .cta_buttons_container .cta_buttons_wrapper .field__item a {
    width: 100%;
  }
}
.text_simple_component .cta_buttons_container .cta_buttons_wrapper .field__item a,
.text_bullet_component .cta_buttons_container .cta_buttons_wrapper .field__item a {
  text-align: center;
}
.text_simple_component.align_center .cta_buttons_wrapper, .text_simple_component.bg_image .cta_buttons_wrapper, .text_simple_component.no_image .cta_buttons_wrapper,
.text_bullet_component.align_center .cta_buttons_wrapper,
.text_bullet_component.bg_image .cta_buttons_wrapper,
.text_bullet_component.no_image .cta_buttons_wrapper {
  justify-content: center;
}
.text_simple_component .content_container,
.text_bullet_component .content_container {
  grid-column: 2/span 10;
  margin: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .text_simple_component .content_container,
  .text_bullet_component .content_container {
    gap: 24px;
  }
}
.text_simple_component .content_container .title_container,
.text_bullet_component .content_container .title_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.text_simple_component .content_container .title_container > h2,
.text_bullet_component .content_container .title_container > h2 {
  margin: 0;
}
.text_simple_component .content_container .field--name-field-bullet-list,
.text_bullet_component .content_container .field--name-field-bullet-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .text_simple_component .content_container .field--name-field-bullet-list,
  .text_bullet_component .content_container .field--name-field-bullet-list {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .text_simple_component .content_container .field--name-field-bullet-list,
  .text_bullet_component .content_container .field--name-field-bullet-list {
    gap: 32px;
  }
}
.text_simple_component .content_container .field--name-field-bullet-list > .field__item,
.text_bullet_component .content_container .field--name-field-bullet-list > .field__item {
  flex: 1;
}
.text_simple_component .content_container .field--name-field-bullet-list .inner_content_container,
.text_bullet_component .content_container .field--name-field-bullet-list .inner_content_container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .text_simple_component .content_container .field--name-field-bullet-list .inner_content_container,
  .text_bullet_component .content_container .field--name-field-bullet-list .inner_content_container {
    gap: 16px;
  }
}
.text_simple_component .content_container .field--name-field-bullet-item,
.text_bullet_component .content_container .field--name-field-bullet-item {
  margin: 0;
  padding-inline-start: 32px;
}
@media (max-width: 768px) {
  .text_simple_component .content_container .field--name-field-bullet-item,
  .text_bullet_component .content_container .field--name-field-bullet-item {
    padding-inline-start: 28px;
  }
}
.text_simple_component.align_center,
.text_bullet_component.align_center {
  text-align: center;
}
@media (max-width: 768px) {
  .text_simple_component.align_center,
  .text_bullet_component.align_center {
    justify-content: center;
  }
}
.text_simple_component.align_center .content_container,
.text_bullet_component.align_center .content_container {
  position: relative;
}
.text_simple_component.align_center .content_container ul,
.text_bullet_component.align_center .content_container ul {
  list-style-position: inside;
  text-align: center;
  padding: 0;
}
.text_simple_component.two_columns,
.text_bullet_component.two_columns {
  text-align: left;
}
.text_simple_component.two_columns .field--name-field-rich-text,
.text_bullet_component.two_columns .field--name-field-rich-text {
  column-count: 2;
  column-gap: 24px;
}
@media (max-width: 768px) {
  .text_simple_component.two_columns .field--name-field-rich-text,
  .text_bullet_component.two_columns .field--name-field-rich-text {
    columns: unset;
  }
}
.text_simple_component.two-col .field--name-field-title,
.text_bullet_component.two-col .field--name-field-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 768px) {
  .text_simple_component.two-col .field--name-field-title,
  .text_bullet_component.two-col .field--name-field-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 32px;
  }
}
.text_simple_component.two-col .field--name-field-description,
.text_bullet_component.two-col .field--name-field-description {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 768px) {
  .text_simple_component.two-col .field--name-field-description,
  .text_bullet_component.two-col .field--name-field-description {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }
}
.text_simple_component .field--name-field-title,
.text_bullet_component .field--name-field-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media (max-width: 768px) {
  .text_simple_component .field--name-field-title,
  .text_bullet_component .field--name-field-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
}
.text_simple_component .field--name-field-description,
.text_bullet_component .field--name-field-description {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .text_simple_component .field--name-field-description,
  .text_bullet_component .field--name-field-description {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }
}
.text_simple_component .field--name-field-rich-text,
.text_bullet_component .field--name-field-rich-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  .text_simple_component .field--name-field-rich-text,
  .text_bullet_component .field--name-field-rich-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
.text_simple_component .field--name-field-rich-text h2, .text_simple_component .field--name-field-rich-text h3, .text_simple_component .field--name-field-rich-text h2 span, .text_simple_component .field--name-field-rich-text h3 span,
.text_bullet_component .field--name-field-rich-text h2,
.text_bullet_component .field--name-field-rich-text h3,
.text_bullet_component .field--name-field-rich-text h2 span,
.text_bullet_component .field--name-field-rich-text h3 span {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 768px) {
  .text_simple_component .field--name-field-rich-text h2, .text_simple_component .field--name-field-rich-text h3, .text_simple_component .field--name-field-rich-text h2 span, .text_simple_component .field--name-field-rich-text h3 span,
  .text_bullet_component .field--name-field-rich-text h2,
  .text_bullet_component .field--name-field-rich-text h3,
  .text_bullet_component .field--name-field-rich-text h2 span,
  .text_bullet_component .field--name-field-rich-text h3 span {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
  }
}
.text_simple_component .field--name-field-rich-text p,
.text_simple_component .field--name-field-rich-text ul,
.text_simple_component .field--name-field-rich-text ol,
.text_simple_component .field--name-field-rich-text li,
.text_simple_component .field--name-field-rich-text a,
.text_bullet_component .field--name-field-rich-text p,
.text_bullet_component .field--name-field-rich-text ul,
.text_bullet_component .field--name-field-rich-text ol,
.text_bullet_component .field--name-field-rich-text li,
.text_bullet_component .field--name-field-rich-text a {
  font-size: inherit;
  line-height: inherit;
}
.text_simple_component .field--name-field-rich-text p strong,
.text_simple_component .field--name-field-rich-text p em,
.text_simple_component .field--name-field-rich-text p span,
.text_simple_component .field--name-field-rich-text p sub,
.text_simple_component .field--name-field-rich-text p sup,
.text_simple_component .field--name-field-rich-text ul strong,
.text_simple_component .field--name-field-rich-text ul em,
.text_simple_component .field--name-field-rich-text ul span,
.text_simple_component .field--name-field-rich-text ul sub,
.text_simple_component .field--name-field-rich-text ul sup,
.text_simple_component .field--name-field-rich-text ol strong,
.text_simple_component .field--name-field-rich-text ol em,
.text_simple_component .field--name-field-rich-text ol span,
.text_simple_component .field--name-field-rich-text ol sub,
.text_simple_component .field--name-field-rich-text ol sup,
.text_simple_component .field--name-field-rich-text li strong,
.text_simple_component .field--name-field-rich-text li em,
.text_simple_component .field--name-field-rich-text li span,
.text_simple_component .field--name-field-rich-text li sub,
.text_simple_component .field--name-field-rich-text li sup,
.text_simple_component .field--name-field-rich-text a strong,
.text_simple_component .field--name-field-rich-text a em,
.text_simple_component .field--name-field-rich-text a span,
.text_simple_component .field--name-field-rich-text a sub,
.text_simple_component .field--name-field-rich-text a sup,
.text_bullet_component .field--name-field-rich-text p strong,
.text_bullet_component .field--name-field-rich-text p em,
.text_bullet_component .field--name-field-rich-text p span,
.text_bullet_component .field--name-field-rich-text p sub,
.text_bullet_component .field--name-field-rich-text p sup,
.text_bullet_component .field--name-field-rich-text ul strong,
.text_bullet_component .field--name-field-rich-text ul em,
.text_bullet_component .field--name-field-rich-text ul span,
.text_bullet_component .field--name-field-rich-text ul sub,
.text_bullet_component .field--name-field-rich-text ul sup,
.text_bullet_component .field--name-field-rich-text ol strong,
.text_bullet_component .field--name-field-rich-text ol em,
.text_bullet_component .field--name-field-rich-text ol span,
.text_bullet_component .field--name-field-rich-text ol sub,
.text_bullet_component .field--name-field-rich-text ol sup,
.text_bullet_component .field--name-field-rich-text li strong,
.text_bullet_component .field--name-field-rich-text li em,
.text_bullet_component .field--name-field-rich-text li span,
.text_bullet_component .field--name-field-rich-text li sub,
.text_bullet_component .field--name-field-rich-text li sup,
.text_bullet_component .field--name-field-rich-text a strong,
.text_bullet_component .field--name-field-rich-text a em,
.text_bullet_component .field--name-field-rich-text a span,
.text_bullet_component .field--name-field-rich-text a sub,
.text_bullet_component .field--name-field-rich-text a sup {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.text_simple_component .field--name-field-rich-text p,
.text_bullet_component .field--name-field-rich-text p {
  margin: 0;
  padding-bottom: 32px;
}
.text_simple_component .field--name-field-rich-text p:last-of-type,
.text_bullet_component .field--name-field-rich-text p:last-of-type {
  padding-bottom: 0;
}
.text_simple_component .field--name-field-rich-text li,
.text_bullet_component .field--name-field-rich-text li {
  list-style-type: disc;
}
.text_simple_component .field--name-field-rich-text a.edp_button,
.text_simple_component .field--name-field-rich-text span.edp_button,
.text_simple_component .field--name-field-rich-text button.edp_button,
.text_simple_component .field--name-field-rich-text .button.button--primary,
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings,
.text_simple_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit],
.text_bullet_component .field--name-field-rich-text a.edp_button,
.text_bullet_component .field--name-field-rich-text span.edp_button,
.text_bullet_component .field--name-field-rich-text button.edp_button,
.text_bullet_component .field--name-field-rich-text .button.button--primary,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings,
.text_bullet_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.25s ease;
}
.text_simple_component .field--name-field-rich-text a.edp_button::after,
.text_simple_component .field--name-field-rich-text span.edp_button::after,
.text_simple_component .field--name-field-rich-text button.edp_button::after,
.text_simple_component .field--name-field-rich-text .button.button--primary::after,
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings::after,
.text_simple_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]::after,
.text_bullet_component .field--name-field-rich-text a.edp_button::after,
.text_bullet_component .field--name-field-rich-text span.edp_button::after,
.text_bullet_component .field--name-field-rich-text button.edp_button::after,
.text_bullet_component .field--name-field-rich-text .button.button--primary::after,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings::after,
.text_bullet_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  box-sizing: border-box;
}
.text_simple_component .field--name-field-rich-text a.edp_button.edp_button-medium,
.text_simple_component .field--name-field-rich-text span.edp_button.edp_button-medium,
.text_simple_component .field--name-field-rich-text button.edp_button.edp_button-medium,
.text_simple_component .field--name-field-rich-text .button.button--primary.edp_button-medium,
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.edp_button-medium,
.text_simple_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].edp_button-medium,
.text_bullet_component .field--name-field-rich-text a.edp_button.edp_button-medium,
.text_bullet_component .field--name-field-rich-text span.edp_button.edp_button-medium,
.text_bullet_component .field--name-field-rich-text button.edp_button.edp_button-medium,
.text_bullet_component .field--name-field-rich-text .button.button--primary.edp_button-medium,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.edp_button-medium,
.text_bullet_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].edp_button-medium {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 10px 32px;
}
.text_simple_component .field--name-field-rich-text a.edp_button.edp_button-large,
.text_simple_component .field--name-field-rich-text span.edp_button.edp_button-large,
.text_simple_component .field--name-field-rich-text button.edp_button.edp_button-large,
.text_simple_component .field--name-field-rich-text .button.button--primary.edp_button-large,
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.edp_button-large,
.text_simple_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].edp_button-large,
.text_bullet_component .field--name-field-rich-text a.edp_button.edp_button-large,
.text_bullet_component .field--name-field-rich-text span.edp_button.edp_button-large,
.text_bullet_component .field--name-field-rich-text button.edp_button.edp_button-large,
.text_bullet_component .field--name-field-rich-text .button.button--primary.edp_button-large,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.edp_button-large,
.text_bullet_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].edp_button-large {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px 40px;
}
@media (max-width: 480px) {
  .text_simple_component .field--name-field-rich-text a.edp_button.edp_button-large,
  .text_simple_component .field--name-field-rich-text span.edp_button.edp_button-large,
  .text_simple_component .field--name-field-rich-text button.edp_button.edp_button-large,
  .text_simple_component .field--name-field-rich-text .button.button--primary.edp_button-large,
  .text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.edp_button-large,
  .text_simple_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].edp_button-large,
  .text_bullet_component .field--name-field-rich-text a.edp_button.edp_button-large,
  .text_bullet_component .field--name-field-rich-text span.edp_button.edp_button-large,
  .text_bullet_component .field--name-field-rich-text button.edp_button.edp_button-large,
  .text_bullet_component .field--name-field-rich-text .button.button--primary.edp_button-large,
  .text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.edp_button-large,
  .text_bullet_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].edp_button-large {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 32px;
  }
}
.text_simple_component .field--name-field-rich-text a.edp_button.add:before,
.text_simple_component .field--name-field-rich-text span.edp_button.add:before,
.text_simple_component .field--name-field-rich-text button.edp_button.add:before,
.text_simple_component .field--name-field-rich-text .button.button--primary.add:before,
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.add:before,
.text_simple_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].add:before,
.text_bullet_component .field--name-field-rich-text a.edp_button.add:before,
.text_bullet_component .field--name-field-rich-text span.edp_button.add:before,
.text_bullet_component .field--name-field-rich-text button.edp_button.add:before,
.text_bullet_component .field--name-field-rich-text .button.button--primary.add:before,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings.add:before,
.text_bullet_component .field--name-field-rich-text .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].add:before {
  content: "\e966";
  font-family: "edp_icons", sans-serif;
  font-size: 18px;
  margin-right: 16px;
}
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings {
  color: #28ff52;
  background-color: #212e3e;
  border: 2px solid #212e3e;
}
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings:hover,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings:hover {
  background-color: #424d5b;
  border-color: #424d5b;
  cursor: pointer;
}
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings:focus-visible,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings:focus-visible {
  background-color: #424d5b;
  border-color: #424d5b;
  outline: 3px solid #263cc8;
  outline-offset: 3px;
}
.text_simple_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings:active,
.text_bullet_component .field--name-field-rich-text button#ot-sdk-btn.ot-sdk-show-settings:active {
  color: #7eff97;
  background-color: #424d5b;
  border-color: #424d5b;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit],
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit] {
  background-color: #28ff52;
  border: 2px solid #28ff52;
  color: #222222;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button:hover,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button:hover,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button:hover,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary:hover,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:hover,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button:hover,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button:hover,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button:hover,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary:hover,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:hover {
  background-color: #7eff97;
  border-color: #7eff97;
  cursor: pointer;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:focus-visible {
  outline: 3px solid #28ff52;
  outline-offset: 3px;
  background-color: #7eff97;
  border-color: #7eff97;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button:active,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button:active,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button:active,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary:active,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:active,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button:active,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button:active,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button:active,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary:active,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:active {
  background-color: #7eff97;
  border-color: #7eff97;
  color: #455558;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button:disabled,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button:disabled,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button:disabled,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary:disabled,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:disabled {
  background-color: #90979f;
  border-color: #90979f;
  color: #e6ebec;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:hover,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:hover,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:hover,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:hover,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:hover,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:hover,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:hover,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:hover,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #e6ebec;
  color: #e6ebec;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover::after {
  border: 3px solid #e6ebec;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #e6ebec;
  color: #ffffff;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible::after {
  border: 3px solid #e6ebec;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:active,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:active,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:active,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:active,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:active,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:active,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:active,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:active,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #e6ebec;
  color: #becacc;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:active::after,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:active::after,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:active::after,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:active::after,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active::after,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active::after {
  border: 3px solid #e6ebec;
}
.text_simple_component .field--name-field-rich-text.dark-version a.edp_button.secondary:disabled,
.text_simple_component .field--name-field-rich-text.dark-version span.edp_button.secondary:disabled,
.text_simple_component .field--name-field-rich-text.dark-version button.edp_button.secondary:disabled,
.text_simple_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:disabled,
.text_simple_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version a.edp_button.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version span.edp_button.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version button.edp_button.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version .button.button--primary.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.dark-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:disabled {
  border-color: #90979f;
  color: #90979f;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit],
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit] {
  color: #28ff52;
  background-color: #212e3e;
  border: 2px solid #212e3e;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button:hover,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button:hover,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button:hover,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary:hover,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:hover,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button:hover,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button:hover,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button:hover,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary:hover,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:hover {
  background-color: #424d5b;
  border-color: #424d5b;
  cursor: pointer;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:focus-visible {
  background-color: #424d5b;
  border-color: #424d5b;
  outline: 3px solid #263cc8;
  outline-offset: 3px;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button:active,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button:active,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button:active,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary:active,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:active,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button:active,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button:active,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button:active,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary:active,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:active {
  color: #7eff97;
  background-color: #424d5b;
  border-color: #424d5b;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button:disabled,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button:disabled,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button:disabled,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary:disabled,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:disabled,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button:disabled,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button:disabled,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button:disabled,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary:disabled,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit]:disabled {
  color: #455558;
  background-color: #becacc;
  border-color: #becacc;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary {
  background-color: transparent;
  border: 2px solid #212e3e;
  color: #222222;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:hover,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:hover,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:hover,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:hover,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:hover,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:hover,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:hover,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:hover,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover {
  background-color: rgba(33, 46, 62, 0.1);
  border-color: #424d5b;
  color: #222222;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:hover::after,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:hover::after,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:hover::after {
  border: 3px solid #424d5b;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:focus-visible,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:focus-visible,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible {
  background-color: rgba(33, 46, 62, 0.1);
  border-color: #424d5b;
  color: #222222;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:focus-visible::after,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:focus-visible::after,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:focus-visible::after {
  border: 3px solid #424d5b;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:active,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:active,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:active,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:active,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:active,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:active,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:active,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:active,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active {
  background-color: rgba(33, 46, 62, 0.1);
  border-color: #424d5b;
  color: #455558;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:active::after,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:active::after,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:active::after,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:active::after,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active::after,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:active::after,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:active::after {
  border: 3px solid #424d5b;
}
.text_simple_component .field--name-field-rich-text.light-version a.edp_button.secondary:disabled,
.text_simple_component .field--name-field-rich-text.light-version span.edp_button.secondary:disabled,
.text_simple_component .field--name-field-rich-text.light-version button.edp_button.secondary:disabled,
.text_simple_component .field--name-field-rich-text.light-version .button.button--primary.secondary:disabled,
.text_simple_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:disabled,
.text_bullet_component .field--name-field-rich-text.light-version a.edp_button.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.light-version span.edp_button.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.light-version button.edp_button.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.light-version .button.button--primary.secondary:disabled,
.text_bullet_component .field--name-field-rich-text.light-version .views-exposed-form .form-actions [data-drupal-selector^=edit-submit].secondary:disabled {
  border-color: #7c9599;
  color: #7c9599;
}
.text_simple_component .field--name-field-bullet-item,
.text_bullet_component .field--name-field-bullet-item {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 480px) {
  .text_simple_component .field--name-field-bullet-item,
  .text_bullet_component .field--name-field-bullet-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
.text_simple_component .field--name-field-bullet-item li,
.text_bullet_component .field--name-field-bullet-item li {
  list-style-type: disc;
}
.text_simple_component.marine_blue .field--name-field-rich-text p,
.text_simple_component.marine_blue .field--name-field-rich-text ul,
.text_simple_component.marine_blue .field--name-field-rich-text ol,
.text_simple_component.marine_blue .field--name-field-rich-text li,
.text_bullet_component.marine_blue .field--name-field-rich-text p,
.text_bullet_component.marine_blue .field--name-field-rich-text ul,
.text_bullet_component.marine_blue .field--name-field-rich-text ol,
.text_bullet_component.marine_blue .field--name-field-rich-text li {
  color: #ffffff;
}
.text_simple_component.light_grey .field--name-field-rich-text p,
.text_simple_component.light_grey .field--name-field-rich-text ul,
.text_simple_component.light_grey .field--name-field-rich-text ol,
.text_simple_component.light_grey .field--name-field-rich-text li,
.text_bullet_component.light_grey .field--name-field-rich-text p,
.text_bullet_component.light_grey .field--name-field-rich-text ul,
.text_bullet_component.light_grey .field--name-field-rich-text ol,
.text_bullet_component.light_grey .field--name-field-rich-text li {
  color: #222222;
}

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

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

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

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