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

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

.rich_text {
  position: relative;
  padding: 40px 32px;
}
.rich_text.marine_blue * {
  color: #ffffff;
}
.rich_text.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;
}
.rich_text.seaweed_green * {
  color: #ffffff;
}
.rich_text.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;
}
.rich_text.light_green * {
  color: #222222;
}
.rich_text.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;
}
.rich_text.light_grey * {
  color: #222222;
}
.rich_text.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;
}
.rich_text.electric_green * {
  color: #222222;
}
.rich_text.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;
}
.rich_text.violet_purple * {
  color: #ffffff;
}
.rich_text.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;
}
.rich_text.dark-version * {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}
.rich_text.light-version * {
  color: #222222;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 900px) {
  .rich_text {
    padding: 24px 32px;
  }
}
@media (max-width: 480px) {
  .rich_text {
    padding: 24px 24px;
  }
}
.rich_text.large_padding_top {
  padding-top: 80px;
}
@media (max-width: 900px) {
  .rich_text.large_padding_top {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .rich_text.large_padding_top {
    padding-top: 48px;
  }
}
.rich_text.large_padding_bottom {
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .rich_text.large_padding_bottom {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .rich_text.large_padding_bottom {
    padding-bottom: 48px;
  }
}
.rich_text::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;
}
.rich_text .field--name-field-rich-text {
  position: relative;
  z-index: 1;
}
.rich_text .field--name-field-rich-text table {
  width: 100%;
  color: #222222;
}
.rich_text .field--name-field-rich-text table thead tr th {
  border-bottom: 1px solid #28ff52;
  text-align: left;
  padding: 12px;
}
.rich_text .field--name-field-rich-text table tbody tr td {
  padding: 12px;
}
