.coh-style-text-2-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-column-width: 314px;
     -moz-column-width: 314px;
          column-width: 314px;
}
.coh-style-text-2-column h2:first-of-type {
  margin-top: 0;
}
.coh-style-text-2-column h3:first-of-type {
  margin-top: 0;
}
.coh-style-events-listing .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 1024px) {
  .coh-style-events-listing .views-infinite-scroll-content-wrapper {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 40px;
  }
}
.coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (min-width: 768px) {
  .coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row {
    max-width: -webkit-calc(50% - (20px / 2));
    max-width: calc(50% - (20px / 2));
    -webkit-flex-basis: -webkit-calc(50% - (20px / 2));
        -ms-flex-preferred-size: calc(50% - (20px / 2));
            flex-basis: calc(50% - (20px / 2));
  }
}
@media (min-width: 1024px) {
  .coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row {
    max-width: -webkit-calc(33.3333% - ((34px * 2) / 3));
    max-width: calc(33.3333% - ((34px * 2) / 3));
    -webkit-flex-basis: -webkit-calc(33.3333% - ((34px * 2) / 3));
        -ms-flex-preferred-size: calc(33.3333% - ((34px * 2) / 3));
            flex-basis: calc(33.3333% - ((34px * 2) / 3));
  }
}
.coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row:first-child {
  max-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
.coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row .views-field, .coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row .field-content, .coh-style-events-listing .views-infinite-scroll-content-wrapper .views-row article {
  height: 100%;
}
.coh-style-margin-bottom-zero {
  margin-bottom: 0;
}
.coh-style-link-previous {
  color: rgb(0, 106, 85);
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-link-previous:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-style-link-previous:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9375rem;
  margin-right: 0.625rem;
  content: "\e903";
  font-family: "icomoon";
}
.coh-style-link-previous:active {
  color: rgb(27, 27, 27);
  text-decoration: none;
}
.coh-style-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-style-section {
    padding-top: 3.125rem;
  }
}
.coh-style-section--pale-grey.coh-style-section {
  background-color: rgb(248, 249, 251);
}
.coh-style-section--pale-mint.coh-style-section {
  background-color: rgb(242, 249, 247);
}
.coh-style-section--pale-mint.coh-style-section--light-mobile.coh-style-section {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-section--pale-mint.coh-style-section--light-mobile.coh-style-section {
    background-color: rgb(242, 249, 247);
  }
}
.coh-style-section--light.coh-style-section {
  background-color: rgb(255, 255, 255);
}
.coh-style-section .coh-style-section__title {
  color: rgb(1, 103, 83);
  margin-top: 0;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-style-section .coh-style-section__title {
    margin-bottom: 2.5rem;
  }
}
.coh-style-link-next {
  color: rgb(0, 106, 85);
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-link-next:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-style-link-next:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9375rem;
  content: "\e904";
  font-family: "icomoon";
  margin-left: 0.625rem;
}
.coh-style-link-next:active {
  color: rgb(27, 27, 27);
  text-decoration: none;
}
.coh-style-section-title {
  color: rgb(1, 103, 83);
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5rem;
  line-height: 5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-style-section-title {
    margin-bottom: 2.5rem;
  }
}
.coh-style-youtube-embeds-tendenci-style- {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  clear: both;
}
.coh-style-youtube-embeds-tendenci-style-:before, .coh-style-youtube-embeds-tendenci-style-:after {
  clear: none;
  content: normal;
  display: inline;
}
.coh-style-youtube-embeds-tendenci-style- iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.coh-style-blockquote-50-50 {
  font-size: 1.3rem;
  line-height: 1.4;
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .coh-style-blockquote-50-50 {
    font-size: 1.6rem;
    margin-top: -0.625rem;
    margin-right: -3.625rem;
    margin-left: -3.625rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-blockquote-50-50 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .coh-style-blockquote-50-50 + p {
    margin-right: -3.625rem;
  }
}
.coh-style-accordion-tab-main:first-child a {
  border-top-width: 0;
}
.is-active.coh-style-accordion-tab-main a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(1, 103, 83);
}
.is-active.coh-style-accordion-tab-main a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-family: "icomoon";
}
.is-disabled.coh-style-accordion-tab-main a {
  cursor: not-allowed;
  color: rgb(178, 180, 182);
}
.is-disabled.coh-style-accordion-tab-main a:hover {
  color: rgb(178, 180, 182);
}
.is-disabled.coh-style-accordion-tab-main a:focus {
  color: rgb(178, 180, 182);
}
.coh-style-accordion-tab-main a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(1, 103, 83);
  font-weight: 600;
  color: rgb(1, 103, 83);
  font-size: 1.5rem;
  line-height: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-style-accordion-tab-main a {
    font-size: 2rem;
    line-height: 2.5625rem;
    padding-top: 1.25rem;
    padding-right: 0.75rem;
    padding-bottom: 1.25rem;
    padding-left: 0.75rem;
  }
}
.coh-style-accordion-tab-main a:hover {
  text-decoration-line: none;
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-style-accordion-tab-main a:focus {
  color: rgb(203, 76, 0);
  outline-width: 0;
}
.coh-style-accordion-tab-main a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-family: "icomoon";
  font-size: 0.625rem;
}
.coh-style-list-2-column {
  padding: unset;
  list-style-type: none;
  list-style-type: none;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-column-width: 314px;
     -moz-column-width: 314px;
          column-width: 314px;
}
.coh-style-list-2-column li {
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
}
.coh-style-bordered-highlight-active {
  background: #ffcc4e;
  margin: 0;
  text-align: center;
  line-height: unset;
  font-size: 12px;
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-list-3-col-indent {
  list-style-type: none;
  list-style-type: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 4.5em;
     -moz-column-gap: 4.5em;
          column-gap: 4.5em;
  -webkit-column-width: 314px;
     -moz-column-width: 314px;
          column-width: 314px;
}
.coh-style-list-3-col-indent li {
  margin-left: -1em;
  text-indent: -1em;
}
.coh-style-lp-bc3 {
  margin-bottom: 1.875rem;
}
.coh-style-list-3-column {
  padding: unset;
  list-style-type: none;
  list-style-type: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-column-width: 314px;
     -moz-column-width: 314px;
          column-width: 314px;
}
.coh-style-list-3-column li {
  margin-bottom: 1.25rem;
  display: inline-block;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: rgb(219, 61, 61);
}
.coh-style-list-3-column-default {
  padding: unset;
  list-style-type: none;
  list-style-type: none;
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-column-width: 314px;
     -moz-column-width: 314px;
          column-width: 314px;
}
.coh-style-list-3-column-default li {
  display: inline-block;
  width: 100%;
}
.coh-style-bordered {
  background: #e5e9ee;
  margin: 0;
  text-align: center;
  line-height: unset;
  font-size: 12px;
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-list-3-column-bullets {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-column-width: 314px;
     -moz-column-width: 314px;
          column-width: 314px;
}
.coh-style-list-3-column-bullets li {
  margin-bottom: 1.25rem;
  width: 100%;
}
.coh-style-primary-button {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  background-color: rgb(0, 106, 85);
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.coh-style-primary-button:active {
  background-color: rgb(27, 27, 27);
}
.coh-style-primary-button:hover {
  background-color: rgb(203, 76, 0);
}
.coh-style-primary-button:focus {
  background-color: rgb(1, 103, 83);
  color: rgb(255, 255, 255);
}
.coh-style-authors-slider-nav-item- {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(101, 105, 110);
  font-size: 0;
  line-height: 0;
}
.coh-style-authors-slider-nav-item-:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(1, 103, 83);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-authors-slider-nav-item-:active {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-authors-slider-nav-item-:before {
  font-size: 1.25rem;
}
.slick-prev.coh-style-authors-slider-nav-item-:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: "icomoon";
}
.slick-next.coh-style-authors-slider-nav-item-:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: "icomoon";
}
.slick-disabled.coh-style-authors-slider-nav-item- {
  cursor: not-allowed;
  color: rgb(178, 180, 182);
}
.coh-style-sponsors-banner-slider-nav-item- {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  color: rgb(101, 105, 110);
  font-size: 0;
  line-height: 0;
}
.coh-style-sponsors-banner-slider-nav-item-:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(1, 103, 83);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-sponsors-banner-slider-nav-item-:active {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-sponsors-banner-slider-nav-item-:before {
  font-size: 1.25rem;
}
.slick-prev.coh-style-sponsors-banner-slider-nav-item- {
  left: 24px !important;
}
@media (min-width: 1400px) {
  .slick-prev.coh-style-sponsors-banner-slider-nav-item- {
    left: -webkit-calc((100vw - 1152px)/3) !important;
    left: calc((100vw - 1152px)/3) !important;
  }
}
.slick-prev.coh-style-sponsors-banner-slider-nav-item-:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: "icomoon";
}
.slick-next.coh-style-sponsors-banner-slider-nav-item- {
  right: 24px !important;
}
@media (min-width: 1400px) {
  .slick-next.coh-style-sponsors-banner-slider-nav-item- {
    right: -webkit-calc((100vw - 1152px)/3) !important;
    right: calc((100vw - 1152px)/3) !important;
  }
}
.slick-next.coh-style-sponsors-banner-slider-nav-item-:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: "icomoon";
}
.slick-disabled.coh-style-sponsors-banner-slider-nav-item- {
  cursor: not-allowed;
  color: rgb(178, 180, 182);
}
.coh-style-filters-toggler-button {
  min-height: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  width: 2.5rem;
  padding: 0.3125rem;
  margin-left: 0.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-width: 0.0625rem;
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
  border-style: solid;
  border-color: rgb(229, 233, 238);
  color: rgb(1, 103, 83);
  background-color: rgb(248, 249, 251);
  font-size: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.coh-style-filters-toggler-button:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 103, 83);
  border-color: rgb(1, 103, 83);
}
.coh-style-filters-toggler-button:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91e";
  font-family: "icomoon";
  font-size: 1.125rem;
  display: block;
}
.active.coh-style-filters-toggler-button {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 103, 83);
  border-color: rgb(1, 103, 83);
}
.coh-style-floating-tip-box {
  background-color: rgb(202, 230, 224);
  color: rgb(27, 27, 27);
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.coh-style-floating-tip-box:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 103, 83);
  text-decoration-line: none;
  text-decoration: none;
}
.coh-style-floating-tip-box:active {
  text-decoration-line: none;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(1, 103, 83);
}
.coh-style-floating-tip-box:before {
  font-size: 1.875rem;
}
.coh-style-floating-toggler {
  font-size: 0;
  line-height: 0;
  color: rgb(1, 103, 83);
  height: 2.5rem;
  width: 2.5rem;
  padding: 0;
  background-color: rgb(255, 255, 255);
  position: fixed;
  bottom: 5%;
  right: 1.3125rem;
  z-index: 8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.125rem rgb(255, 255, 255);
          box-shadow: 0 0 0 0.125rem rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-floating-toggler {
    right: 1.875rem;
  }
}
.coh-style-floating-toggler:hover {
  text-decoration-line: none;
  text-decoration: none;
  background-color: rgb(255, 255, 255);
}
.coh-style-floating-toggler:active {
  text-decoration-line: none;
  background-color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-style-floating-toggler:before {
  font-size: 2.5rem;
}
.coh-style-floating-mobile-toggler--back-to-top.coh-style-floating-toggler:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  font-family: "icomoon";
}
.coh-style-floating-mobile-toggler--sidebar-toggler.coh-style-floating-toggler {
  bottom: -webkit-calc(5% + 50px);
  bottom: calc(5% + 50px);
}
.coh-style-floating-mobile-toggler--sidebar-toggler.coh-style-floating-toggler:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e922";
  font-family: "icomoon";
}
.coh-style-has-sidebar-overlay .coh-style-floating-mobile-toggler--sidebar-toggler.coh-style-floating-toggler:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-family: "icomoon";
}
.coh-style-small-text {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coh-style-row-gap-fixed {
  row-gap: 30px;
}
@media (min-width: 1024px) {
  .coh-style-row-gap-fixed {
    row-gap: 40px;
  }
}
.coh-style-row-gap-fixed > .coh-view-contents {
  gap: inherit;
}
.coh-style-row-gap-gutter-based {
  row-gap: 20px;
}
@media (min-width: 1024px) {
  .coh-style-row-gap-gutter-based {
    row-gap: 34px;
  }
}
.coh-style-row-gap-gutter-based > .coh-view-contents {
  gap: inherit;
}
.coh-style-search-input {
  position: relative;
}
.coh-style-search-input:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(1, 103, 83);
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 1.375rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e914";
  font-family: "icomoon";
}
.hovered.coh-style-search-input:after {
  color: rgb(203, 76, 0);
}
.focused.coh-style-search-input:after {
  color: rgb(27, 27, 27);
}
.coh-style-search-input input[type=text] {
  padding-right: 2.8125rem;
}
.coh-style-table-light td {
  background-color: rgb(255, 255, 255);
}
.coh-style-table-light td, .coh-style-table-light th {
  border-color: rgb(202, 230, 224);
}
.coh-style-tag {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  color: rgb(101, 105, 110);
  background-color: rgba(255, 255, 255, 0.65);
}
.coh-style-tips-regular {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
}
.coh-style-tags-wrapper {
  margin: -0.3125rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-green-heading {
  color: rgb(1, 103, 83);
}
.coh-style-margin-top-zero {
  margin-top: 0;
}
.coh-style-accordion-content-area-main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(1, 103, 83);
}
.coh-style-accordion-content-area-main p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-style-separator-left-1-col-centered {
    padding-left: -webkit-calc(8.3333% + 17px) !important;
    padding-left: calc(8.3333% + 17px) !important;
  }
}
.coh-style-separator-left-1-col-centered:after {
  background-color: rgb(202, 230, 224);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  content: normal;
  left: 3rem;
}
@media (min-width: 1024px) {
  .coh-style-separator-left-1-col-centered:after {
    content: "";
  }
}
.coh-style-flex-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-style-flex-column-container > .coh-view-contents {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
}
@media (min-width: 1024px) {
  .coh-style-separator-right-1-col-centered {
    padding-right: -webkit-calc(8.3333% + 17px) !important;
    padding-right: calc(8.3333% + 17px) !important;
  }
}
.coh-style-separator-right-1-col-centered:after {
  background-color: rgb(202, 230, 224);
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  content: normal;
}
@media (min-width: 1024px) {
  .coh-style-separator-right-1-col-centered:after {
    content: "";
  }
}
.coh-style-has-sidebar-overlay {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-style-has-sidebar-overlay {
    overflow: auto;
  }
}
.coh-style-link--green-to-orange {
  color: rgb(1, 103, 83);
}
.coh-style-link--green-to-orange:hover {
  color: rgb(203, 76, 0);
}
.coh-style-link--no-decoration {
  text-decoration: none;
}
.coh-style-link--no-decoration:hover {
  text-decoration: none;
}
.coh-style-link--orange-to-green {
  color: rgb(203, 76, 0);
}
.coh-style-link--orange-to-green:hover {
  color: rgb(1, 103, 83);
}
.coh-style-social-link {
  color: rgb(1, 103, 83);
  font-size: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem;
}
.coh-style-social-link:hover {
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-style-social-link:before {
  font-size: 1.25rem;
}
.coh-style-social-link--facebook.coh-style-social-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-family: "icomoon";
}
.coh-style-social-link--twitter.coh-style-social-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-family: "icomoon";
}
.coh-style-social-link--linkedin.coh-style-social-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-family: "icomoon";
}
.coh-style-social-link--youtube.coh-style-social-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91b";
  font-family: "icomoon";
}
.coh-style-social-link--instagram.coh-style-social-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90a";
  font-family: "icomoon";
}
.coh-style-share-link {
  color: rgb(27, 27, 27);
  font-size: 1rem;
  line-height: 1.75rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-share-link:hover {
  text-decoration-line: none;
  text-decoration: none;
}
.coh-style-share-link:before {
  color: rgb(1, 103, 83);
  font-size: 1.1875rem;
  text-align: center;
  width: 1.25rem;
  margin-right: 0.75rem;
}
.coh-style-share-link--facebook.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-family: "icomoon";
}
.coh-style-share-link--twitter.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-family: "icomoon";
}
.coh-style-share-link--email.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-family: "icomoon";
}
.coh-style-share-link--linkedin.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-family: "icomoon";
}
.coh-style-share-link--print.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-family: "icomoon";
}
.coh-style-share-link--download-pdf.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  font-family: "icomoon";
}
.coh-style-share-link--cite.coh-style-share-link:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
  font-family: "icomoon";
  font-size: 0.9375rem;
}
.coh-style-tag-link {
  font-weight: 400;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  margin: 0.3125rem;
  display: inline-block;
  background-color: rgb(229, 233, 238);
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
}
.coh-style-tag-link:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(27, 27, 27);
}
.coh-style-floating-tip-box--link {
  background-color: rgb(202, 230, 224);
  text-decoration: none;
  font-size: 0;
  line-height: 0;
  color: rgb(27, 27, 27);
}
.coh-style-floating-tip-box--link:before {
  font-size: 1.875rem;
}
.coh-style-floating-tip-box--link:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(1, 103, 83);
  text-decoration-line: none;
  text-decoration: none;
}
.coh-style-range-datepicker-list {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-style-range-datepicker-list .separator {
  min-width: 1.25rem;
  width: 1.25rem;
  text-align: center;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 0.45em;
}
.coh-style-range-datepicker-list > li {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  min-width: -webkit-calc(50% - 10px);
  min-width: calc(50% - 10px);
}
.coh-style-share-publication-list li + li {
  margin-top: 1.125rem;
}
.coh-style-table-of-contents-list a {
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: block;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  color: rgb(27, 27, 27);
  padding-top: 1.25rem;
  padding-right: 0.5rem;
  padding-bottom: 1.125rem;
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-style-table-of-contents-list a {
    text-align: left;
    line-height: 1.75rem;
  }
}
.coh-style-table-of-contents-list a:hover {
  border-bottom-color: rgb(1, 103, 83);
  color: rgb(1, 103, 83);
  text-decoration-line: underline;
  text-decoration: none;
}
.coh-style-table-of-contents-list a:focus {
  color: rgb(1, 103, 83);
  border-bottom-color: rgb(1, 103, 83);
}
.coh-style-table-of-contents-list a:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: "icomoon";
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 1024px) {
  .coh-style-footnotes-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2.125rem;
       -moz-column-gap: 2.125rem;
            column-gap: 2.125rem;
  }
}
.coh-style-authors-teasers-slider-pagination {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  margin-top: 20px;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.coh-style-authors-teasers-slider-pagination li {
  margin-right: 0.3125rem;
  margin-left: 0.3125rem;
  line-height: 0;
}
.coh-style-authors-teasers-slider-pagination li.slick-active button {
  background-color: rgb(1, 103, 83);
}
.coh-style-authors-teasers-slider-pagination li button {
  font-size: 0;
  background-color: rgb(101, 105, 110);
  height: 0.5rem;
  width: 0.5rem;
  padding: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.coh-style-secondary-button {
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(1, 103, 83);
  padding-top: 0.5rem;
  padding-right: 1.125rem;
  padding-bottom: 0.5rem;
  padding-left: 1.125rem;
  background-color: rgba(0, 0, 0, 0);
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 106, 85);
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.coh-style-secondary-button:hover {
  color: rgb(203, 76, 0);
  border-color: rgb(203, 76, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-secondary-button:active {
  border-color: rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-secondary-button-lg {
  border-style: none;
  border-color: rgb(1, 103, 83);
  background-color: rgba(0, 0, 0, 0);
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 106, 85);
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .coh-style-secondary-button-lg {
    padding-top: 0.5rem;
    padding-right: 1.125rem;
    padding-bottom: 0.5rem;
    padding-left: 1.125rem;
    border-width: 0.125rem;
    border-style: solid;
  }
}
.coh-style-secondary-button-lg:hover {
  color: rgb(203, 76, 0);
  border-color: rgb(203, 76, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-secondary-button-lg:active {
  border-color: rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .coh-style-secondary-button-lg:after {
    display: none;
  }
}
.coh-style-tertiary-button {
  background-color: rgb(1, 103, 83);
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: none;
  padding-top: 0.5rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.5rem;
  padding-left: 0.9375rem;
}
.coh-style-tertiary-button:hover {
  background-color: rgb(203, 76, 0);
}
.coh-style-tertiary-button:active {
  background-color: rgb(27, 27, 27);
}
.coh-style-button-link--dark {
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(1, 103, 83);
  background-color: rgba(0, 0, 0, 0);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-button-link--dark:hover {
  color: rgb(203, 76, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-button-link--dark:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0.625rem;
  content: "\e904";
  font-family: "icomoon";
  font-size: 0.9375rem;
}
.coh-style-button-link--dark:active {
  color: rgb(27, 27, 27);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-button-link--light {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.07em;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-button-link--light:hover {
  color: rgb(203, 76, 0);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-button-link--light:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: "icomoon";
  margin-left: 0.625rem;
  font-size: 0.9375rem;
}
.coh-style-button-link--light:active {
  color: rgb(202, 230, 224);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-aspect-ratio-box {
  position: relative;
  overflow: hidden;
}
.coh-style-aspect-ratio-box:before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.ratio-1-1.coh-style-aspect-ratio-box:before {
  padding-top: 100%;
}
.ratio-4-3.coh-style-aspect-ratio-box:before {
  padding-top: 75%;
}
.ratio-7-3.coh-style-aspect-ratio-box:before {
  padding-top: 42.85%;
}
.ratio-7-5.coh-style-aspect-ratio-box:before {
  padding-top: 71.42%;
}
.ratio-8-7.coh-style-aspect-ratio-box:before {
  padding-top: 87.5%;
}
.ratio-14-10.coh-style-aspect-ratio-box:before {
  padding-top: 69.1%;
}
.ratio-39-23.coh-style-aspect-ratio-box:before {
  padding-top: 58.97%;
}
@media (min-width: 768px) {
  .ratio-17-9-md.coh-style-aspect-ratio-box:before {
    padding-top: 52.94%;
  }
}
@media (min-width: 1024px) {
  .ratio-13-7-lg.coh-style-aspect-ratio-box:before {
    padding-top: 53.84%;
  }
}
.ratio-47-25-lg.coh-style-aspect-ratio-box:before {
  padding-top: 53.19%;
}
.coh-style-aspect-ratio-box > *, .coh-style-aspect-ratio-box img, .coh-style-aspect-ratio-box video, .coh-style-aspect-ratio-box iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-style-video-overlay {
  position: relative;
}
.coh-style-video-overlay:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 106, 85, 0.867)), to(rgba(0, 0, 0, 0.757)));
  background-image: -webkit-linear-gradient(top, rgba(0, 106, 85, 0.867) 1%, rgba(0, 0, 0, 0.757) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 106, 85, 0.867) 1%, rgba(0, 0, 0, 0.757) 100%);
  background-image: linear-gradient(180deg, rgba(0, 106, 85, 0.867) 1%, rgba(0, 0, 0, 0.757) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 4.25rem;
  color: rgb(255, 255, 255);
}
.coh-style-video-overlay--started.coh-style-video-overlay:after {
  z-index: -1;
}
.coh-style-video-overlay--started.coh-style-video-overlay img {
  z-index: -1;
}
.coh-style-video-overlay--started.coh-style-video-overlay iframe {
  z-index: 1;
}
.coh-style-video-overlay--clickable.coh-style-video-overlay {
  cursor: pointer;
}
.coh-style-video-overlay .coh-youtube-embed, .coh-style-video-overlay iframe {
  z-index: 0;
}
.coh-style-video-overlay img {
  width: 100%;
  z-index: 1;
}
.coh-style-link-primary {
  font-weight: 600;
  color: rgb(1, 103, 83);
}
.coh-style-link-primary:hover {
  color: rgb(203, 76, 0);
  text-decoration: underline;
  text-decoration-line: none;
}
.coh-style-link-primary:active {
  text-decoration: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-offset: 4px;
}
.coh-style-link-secondary-dark {
  font-weight: 600;
  color: rgb(27, 27, 27);
  text-decoration: none;
}
.coh-style-link-secondary-dark:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-style-link-secondary-dark:active {
  color: rgb(203, 76, 0);
}
.coh-style-link-secondary-light {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.coh-style-link-secondary-light:hover {
  color: rgb(203, 76, 0);
  text-decoration-line: none;
  text-decoration: none;
}
.coh-style-link-secondary-light:active {
  color: rgb(202, 230, 224);
  text-decoration: underline;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
.coh-style-link-secondary-grey {
  color: rgb(101, 105, 110);
  text-decoration: none;
  font-weight: 600;
}
.coh-style-link-secondary-grey:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-style-link-secondary-grey:active {
  color: rgb(1, 103, 83);
  text-decoration: underline;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.coh-style-primary-button--link {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
  background-color: rgb(0, 106, 85);
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  display: inline-block;
  text-align: center;
}
.coh-style-primary-button--link:hover {
  text-decoration: none;
  background-color: rgb(203, 76, 0);
}
.coh-style-primary-button--link:active {
  text-decoration: none;
  background-color: rgb(27, 27, 27);
}
.coh-style-primary-button--link:focus {
  background-color: rgb(1, 103, 83);
  color: rgb(255, 255, 255);
}
.coh-style-secondary-button--link {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 106, 85);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.004375rem;
  text-transform: uppercase;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(0, 106, 85);
  padding-top: 0.5rem;
  padding-right: 1.125rem;
  padding-bottom: 0.5rem;
  padding-left: 1.125rem;
  text-align: center;
}
.coh-style-secondary-button--link:hover {
  color: rgb(203, 76, 0);
  border-color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-style-secondary-button--link:active {
  border-color: rgb(27, 27, 27);
  color: rgb(27, 27, 27);
  text-decoration: none;
}
.coh-style-tertiary-button--link {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  text-transform: none;
  background-color: rgb(0, 106, 85);
  padding-top: 0.5rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.5rem;
  padding-left: 0.9375rem;
  display: inline-block;
  text-align: center;
}
.coh-style-tertiary-button--link:hover {
  text-decoration: none;
  background-color: rgb(203, 76, 0);
}
.coh-style-tertiary-button--link:active {
  text-decoration: none;
  background-color: rgb(27, 27, 27);
}
.coh-style-button-link--light--link {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-button-link--light--link:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-style-button-link--light--link:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9375rem;
  margin-left: 0.625rem;
  content: "\e904";
  font-family: "icomoon";
}
.coh-style-button-link--light--link:active {
  color: rgb(202, 230, 224);
  text-decoration: none;
}
.coh-style-button-link--dark--link {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 106, 85);
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.coh-style-button-link--dark--link:hover {
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-style-button-link--dark--link:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.9375rem;
  margin-left: 0.625rem;
  content: "\e904";
  font-family: "icomoon";
}
.coh-style-button-link--dark--link:active {
  text-decoration: none;
  color: rgb(27, 27, 27);
}
.coh-style-list-horizontal-no-markers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-block: 0;
  padding-inline: 0;
}
.coh-style-no-markers {
  list-style: none;
  margin-block: 0;
  padding-inline: 0;
}
.coh-ce-cpt_404_page_component-f4d26299 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7vw;
  min-height: -webkit-calc( 100vh - 650px );
  min-height: calc( 100vh - 650px );
}
.coh-ce-cpt_404_page_component-89cd2e85 {
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(0, 106, 85);
  font-size: 3rem;
  text-align: center;
  line-height: normal;
}
.coh-ce-cpt_404_page_component-89cd2e85 span {
  font-size: 7.75rem;
  padding-right: 0.625rem;
}
.coh-ce-cpt_404_page_component-cf1cd492 {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(27, 27, 27);
  font-size: 1rem;
  text-align: center;
  padding-left: 1.5rem;
}
.theme--grey.coh-ce-cpt_50_50_banner-736cef8f {
  background-color: rgb(248, 249, 251);
}
.theme--mint.coh-ce-cpt_50_50_banner-736cef8f {
  background-color: rgb(242, 249, 247);
}
.coh-ce-cpt_50_50_banner-329973d2 {
  height: 100%;
}
.coh-ce-cpt_50_50_banner-16723a1e picture {
  height: 100%;
}
.coh-ce-cpt_50_50_banner-16723a1e img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_50_50_banner-b18ecdb4 {
  width: 100%;
}
@media (min-width: 768px) {
  .media--right .coh-ce-cpt_50_50_banner-71ced7a4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.coh-ce-cpt_50_50_banner-54bb3857 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.125rem;
  padding-bottom: 1.875rem;
  padding-left: 1.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_50_50_banner-54bb3857 {
    padding-top: 0.625rem;
    padding-right: 3.625rem;
    padding-bottom: 2.5rem;
    padding-left: 3.625rem;
  }
}
.coh-ce-cpt_50_50_banner-1235b60e {
  color: rgb(1, 103, 83);
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .coh-ce-cpt_50_50_banner-1235b60e {
    margin-bottom: 1.875rem;
  }
}
.coh-ce-cpt_50_50_banner-8d90680e {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_50_50_banner-8d90680e p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_50_50_banner-a0cadb42 {
  margin-top: auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media (min-width: 565px) {
  .coh-ce-cpt_50_50_banner-a0cadb42 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.coh-ce-cpt_article_featured_card-786dd71a {
  height: 100%;
}
.coh-ce-cpt_article_featured_card-786dd71a picture {
  height: 100%;
}
.coh-ce-cpt_article_featured_card-786dd71a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_article_featured_card-181f27c5 {
  height: 100%;
  width: 100%;
  display: block;
}
.coh-ce-cpt_article_featured_card-8d26b56f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_featured_card-8d26b56f {
    padding-left: 1.5625rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.media--left .coh-ce-cpt_article_featured_card-8d26b56f {
  padding-left: 2rem;
}
.media--right .coh-ce-cpt_article_featured_card-8d26b56f {
  padding-right: 2rem;
}
.coh-ce-cpt_article_featured_card-6289abaf {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .coh-ce-cpt_article_featured_card-6289abaf {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_featured_card-6289abaf {
    font-size: 2rem;
    line-height: 2.5625rem;
    font-weight: 700;
  }
}
.coh-ce-cpt_article_featured_card-cd13d4e0 {
  display: block;
  position: relative;
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_article_featured_card-cd13d4e0:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_article_featured_card-3b4871b9 {
  font-weight: 400;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_article_featured_card-3b4871b9 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_article_featured_card-6322bddc {
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_article_featured_card-6322bddc p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_article_featured_card-7af39031 {
  display: block;
  margin-top: auto;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_featured_card-7af39031 {
    display: inline-block;
  }
}
.coh-ce-cpt_article_horizontal_card-f6d13415 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.25rem;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_horizontal_card-f6d13415 {
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
.coh-ce-cpt_article_horizontal_card-b0b2fc8e {
  width: 50%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_article_horizontal_card-b0b2fc8e {
    width: 35%;
  }
}
.coh-ce-cpt_article_horizontal_card-b0b2fc8e img {
  width: 100%;
}
.coh-ce-cpt_article_horizontal_card-94c0068c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  width: -webkit-calc(50% - 20px);
  width: calc(50% - 20px);
  margin-left: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .coh-ce-cpt_article_horizontal_card-94c0068c {
    margin-left: 1.875rem;
    width: -webkit-calc(65% - 30px);
    width: calc(65% - 30px);
  }
}
.coh-ce-cpt_article_horizontal_card-be6f95f3 {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
.coh-ce-cpt_article_horizontal_card-be6f95f3 a {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_article_horizontal_card-be6f95f3 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_article_horizontal_card-7f66ef10 {
  font-weight: 600;
  color: rgb(203, 76, 0);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_article_horizontal_card-bb51811d {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .coh-ce-cpt_article_horizontal_card-bb51811d {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_horizontal_card-bb51811d {
    margin-bottom: 1.25rem;
  }
}
.coh-ce-cpt_article_horizontal_card-bb51811d:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_article_horizontal_card-5a9bf78d {
  margin-top: auto;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_horizontal_card-5a9bf78d {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_article_verticle_dropdown-9fe90882 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-cpt_article_verticle_dropdown-69fab602 {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_article_verticle_dropdown-69fab602:hover {
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_article_verticle_dropdown-59b08c5f {
  color: rgb(27, 27, 27);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coh-ce-cpt_article_verticle_dropdown-59b08c5f p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_article_verticle_dropdown-44d0be36 {
  margin-top: 1.125rem;
}
.coh-ce-cpt_article_verticle_dropdown-8034022b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_article_verticle_dropdown-3659a1bd {
  display: block;
  width: 100%;
}
.coh-ce-cpt_article_verticle_dropdown-3659a1bd img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_back_to_top_link-bfd2473a {
  display: none;
}
.coh-style-document-scrolled .coh-ce-cpt_back_to_top_link-bfd2473a {
  display: block;
}
.coh-ce-cpt_banner_alert-28a608aa {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.banner-color--grey.coh-ce-cpt_banner_alert-28a608aa {
  background-color: rgb(229, 233, 238);
}
.banner-color--grey.coh-ce-cpt_banner_alert-28a608aa .coh-wysiwyg a {
  text-decoration: underline;
  font-weight: 400;
  color: rgb(27, 27, 27);
}
.banner-color--orange.coh-ce-cpt_banner_alert-28a608aa {
  background-color: rgb(203, 76, 0);
}
.banner-color--orange.coh-ce-cpt_banner_alert-28a608aa .coh-wysiwyg a {
  color: rgb(255, 255, 255);
  font-weight: 400;
  text-decoration: underline;
}
.banner-color--white.coh-ce-cpt_banner_alert-28a608aa {
  background-color: rgb(255, 255, 255);
}
.banner-color--white.coh-ce-cpt_banner_alert-28a608aa .coh-wysiwyg a {
  color: rgb(203, 76, 0);
  font-weight: 400;
  text-decoration: underline;
}
.banner-color--mint.coh-ce-cpt_banner_alert-28a608aa {
  background-color: rgb(202, 230, 224);
}
.banner-color--mint.coh-ce-cpt_banner_alert-28a608aa .coh-wysiwyg a {
  color: rgb(27, 27, 27);
  font-weight: 400;
  text-decoration: underline;
}
.coh-ce-cpt_banner_alert-a431814a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_alert-a431814a {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.banner-align--center.coh-ce-cpt_banner_alert-a431814a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-align--left.coh-ce-cpt_banner_alert-a431814a {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-ce-cpt_banner_alert-729e81b {
  margin-right: 0.9375rem;
}
.coh-ce-cpt_banner_alert-729e81b:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.25rem;
  color: rgb(203, 76, 0);
  content: "\e925";
  font-family: "icomoon";
  height: 1.25rem;
  width: 1.25rem;
}
.banner-color--orange .coh-ce-cpt_banner_alert-729e81b:before {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_banner_alert-be597df5 {
  word-break: break-word;
}
.banner-size--large.coh-ce-cpt_banner_alert-be597df5 {
  font-size: 1.125rem;
}
.banner-size--small.coh-ce-cpt_banner_alert-be597df5 {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coh-ce-cpt_banner_alert-be597df5 p:last-of-type {
  margin-bottom: 0;
}
.banner-style--white .coh-ce-cpt_banner_alert-be597df5 {
  color: rgb(203, 76, 0);
}
.banner-style--orange .coh-ce-cpt_banner_alert-be597df5 {
  color: rgb(255, 255, 255);
}
.banner-color--white .coh-ce-cpt_banner_alert-be597df5 {
  color: rgb(203, 76, 0);
}
.banner-align--left .coh-ce-cpt_banner_alert-be597df5 {
  margin-right: auto;
}
.banner-color--orange .coh-ce-cpt_banner_alert-be597df5 {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_banner_alert-4f83306d {
  font-size: 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
  color: rgb(1, 103, 83);
  white-space: nowrap;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_alert-4f83306d {
    margin-left: 1.875rem;
  }
}
.coh-ce-cpt_banner_alert-4f83306d:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: "icomoon";
  margin-left: 0.625rem;
  font-size: 0.8125rem;
}
.banner-color--orange .coh-ce-cpt_banner_alert-4f83306d {
  color: rgb(255, 255, 255);
}
.banner-color--orange .coh-ce-cpt_banner_alert-4f83306d:hover {
  color: rgb(255, 255, 255);
}
.theme--grey.coh-ce-cpt_banner_blockquote-736cef8f {
  background-color: rgb(248, 249, 251);
}
.theme--mint.coh-ce-cpt_banner_blockquote-736cef8f {
  background-color: rgb(242, 249, 247);
}
.coh-ce-cpt_banner_blockquote-329973d2 {
  height: 100%;
}
.coh-ce-cpt_banner_blockquote-16723a1e picture {
  height: 100%;
}
.coh-ce-cpt_banner_blockquote-16723a1e img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_banner_blockquote-b18ecdb4 {
  width: 100%;
}
@media (min-width: 768px) {
  .media--right .coh-ce-cpt_banner_blockquote-71ced7a4 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
}
.coh-ce-cpt_banner_blockquote-ea99843d {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
.coh-ce-cpt_banner_blockquote-e712ad18 {
  color: rgb(1, 103, 83);
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_blockquote-e712ad18 {
    margin-bottom: 1.875rem;
  }
}
.coh-ce-cpt_banner_blockquote-30daf8a {
  margin-top: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_blockquote-30daf8a {
    margin-top: auto;
    margin-right: 1.5rem;
    margin-bottom: auto;
    margin-left: 0;
  }
}
.coh-ce-cpt_banner_blockquote-30daf8a p:last-of-type {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 1.15rem;
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
.coh-ce-cpt_banner_blockquote-30daf8a blockquote {
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_blockquote-30daf8a blockquote {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_blockquote-30daf8a blockquote {
    font-size: 1.4rem;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_banner_blockquote-30daf8a blockquote {
    font-size: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_banner_blockquote-30daf8a blockquote {
    font-size: 1.5rem;
  }
}
.coh-ce-cpt_banner_blockquote-a0cadb42 {
  margin-top: auto;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media (min-width: 565px) {
  .coh-ce-cpt_banner_blockquote-a0cadb42 {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.coh-ce-cpt_banner_donate-7d8f8ffa {
  min-height: 6.25rem;
  position: relative;
  overflow: hidden;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_donate-7d8f8ffa {
    min-height: 20rem;
    padding-top: 5.9375rem;
    padding-right: 1.875rem;
    padding-bottom: 5.9375rem;
    padding-left: 1.875rem;
  }
}
.banner-color--mint.coh-ce-cpt_banner_donate-7d8f8ffa {
  background-color: rgb(202, 230, 224);
}
.banner-color--light.coh-ce-cpt_banner_donate-7d8f8ffa {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_banner_donate-843fe94d {
  height: 54.9375rem;
  width: 57.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-97%, -26.1875rem);
      -ms-transform: translate(-97%, -26.1875rem);
          transform: translate(-97%, -26.1875rem);
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_donate-843fe94d {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_donate-843fe94d {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-color--light.media--left .coh-ce-cpt_banner_donate-843fe94d {
    -webkit-transform: translate(-5%, -100px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translate(-5%, -100px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translate(-5%, -100px) matrix(-1, 0, 0, 1, 0, 0);
  }
}
@media (min-width: 768px) {
  .banner-color--light.media--right .coh-ce-cpt_banner_donate-843fe94d {
    -webkit-transform: translate(-97%, -419px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translate(-97%, -419px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translate(-97%, -419px) matrix(-1, 0, 0, 1, 0, 0);
  }
}
@media (min-width: 768px) {
  .banner-color--mint.media--left .coh-ce-cpt_banner_donate-843fe94d {
    background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(255, 255, 255)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -webkit-transform: translate(-5%, -100px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translate(-5%, -100px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translate(-5%, -100px) matrix(-1, 0, 0, 1, 0, 0);
  }
}
@media (min-width: 768px) {
  .banner-color--mint.media--right .coh-ce-cpt_banner_donate-843fe94d {
    background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(255, 255, 255)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    -webkit-transform: translate(-97%, -419px) matrix(-1, 0, 0, 1, 0, 0);
        -ms-transform: translate(-97%, -419px) matrix(-1, 0, 0, 1, 0, 0);
            transform: translate(-97%, -419px) matrix(-1, 0, 0, 1, 0, 0);
  }
}
.coh-ce-cpt_banner_donate-ddb69f1c {
  position: relative;
  text-align: left;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_donate-ddb69f1c {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .media--left .coh-ce-cpt_banner_donate-3e8949fa {
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .media--right .coh-ce-cpt_banner_donate-3e8949fa {
    padding-right: 2rem;
  }
}
.coh-ce-cpt_banner_donate-8241429a {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: rgb(27, 27, 27);
  font-size: 2.25rem;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_donate-8241429a {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
.coh-ce-cpt_banner_donate-d2645625 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_donate-d2645625 {
    margin-bottom: 1.5625rem;
  }
}
.coh-ce-cpt_banner_donate-574db166 {
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_donate-574db166 {
    display: inline-block;
  }
}
.media--left .coh-ce-cpt_banner_donate-4b5eabb6 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.media--right .coh-ce-cpt_banner_donate-4b5eabb6 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  .media--right .coh-ce-cpt_banner_donate-4b5eabb6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  .media--right .coh-ce-cpt_banner_donate-4b5eabb6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.coh-ce-cpt_banner_donate-786dd71a {
  height: 100%;
}
.coh-ce-cpt_banner_donate-786dd71a picture {
  height: 100%;
}
.coh-ce-cpt_banner_donate-786dd71a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_banner_donate-b18ecdb4 {
  width: 100%;
}
.coh-ce-cpt_banner_newsletter-79e5084c {
  min-height: 6.25rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_newsletter-79e5084c {
    min-height: 20rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.banner-color--pale-gray.coh-ce-cpt_banner_newsletter-79e5084c {
  background-color: rgb(248, 249, 251);
}
.banner-color--pale-mint.coh-ce-cpt_banner_newsletter-79e5084c {
  background-color: rgb(242, 249, 247);
}
.banner-color--light.coh-ce-cpt_banner_newsletter-79e5084c {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_banner_newsletter-bf837869 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  height: 54.9375rem;
  width: 57.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -26.1875rem);
      -ms-transform: translate(-50%, -26.1875rem);
          transform: translate(-50%, -26.1875rem);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_newsletter-bf837869 {
    width: 100%;
  }
}
.banner-color--light .coh-ce-cpt_banner_newsletter-bf837869 {
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
          transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
}
.banner-color--palet-gray .coh-ce-cpt_banner_newsletter-bf837869 {
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(255, 255, 255)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
          transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
}
.banner-color--palet-mint .coh-ce-cpt_banner_newsletter-bf837869 {
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(255, 255, 255)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
          transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
}
.coh-ce-cpt_banner_newsletter-8543e63f {
  position: relative;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_newsletter-8543e63f {
    width: 100%;
  }
}
.coh-ce-cpt_banner_newsletter-27931c07 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  color: rgb(1, 103, 83);
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-ce-cpt_banner_newsletter-574db166 {
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_newsletter-574db166 {
    display: inline-block;
  }
}
.coh-ce-cpt_banner_sponsors-d9a20875 {
  min-height: 6.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_sponsors-d9a20875 {
    min-height: 20rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.banner-color--pale-gray.coh-ce-cpt_banner_sponsors-d9a20875 {
  background-color: rgb(248, 249, 251);
}
.banner-color--pale-mint.coh-ce-cpt_banner_sponsors-d9a20875 {
  background-color: rgb(242, 249, 247);
}
.banner-color--light.coh-ce-cpt_banner_sponsors-d9a20875 {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_banner_sponsors-c7d67233 {
  margin-top: 0;
  margin-bottom: 2.5rem;
  color: rgb(1, 103, 83);
}
.coh-ce-cpt_banner_sponsors-a0a2e375 .coh-slider-container-mid {
  padding-right: 3.125rem;
  padding-left: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_sponsors-a0a2e375 .coh-slider-container-mid {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.coh-ce-cpt_banner_sponsors-19ec420d {
  max-width: 100%;
  height: 100%;
}
.coh-ce-cpt_banner_text_40_60-fe182e5e {
  gap: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_40_60-fe182e5e {
    gap: 0px;
  }
}
.coh-ce-cpt_banner_text_40_60-65b1eb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_40_60-65b1eb {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 3.125rem;
    padding-bottom: 0;
    border-right-width: 0.0625rem;
    border-right-style: solid;
    border-right-color: rgb(202, 230, 224);
    border-bottom-width: 0;
    border-bottom-style: none;
  }
}
.coh-ce-cpt_banner_text_40_60-3fd20a33 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_banner_text_40_60-fa34db0 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_40_60-fa34db0 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3.125rem;
  }
}
.coh-ce-cpt_banner_text_40_60-1b4a6678 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_banner_text_40_60-3ee040eb {
  margin-top: 2.8125rem;
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_40_60-3ee040eb {
    display: inline-block;
  }
}
.coh-ce-cpt_banner_text_60_40-fe182e5e {
  gap: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_60_40-fe182e5e {
    gap: 0px;
  }
}
.coh-ce-cpt_banner_text_60_40-65b1eb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_60_40-65b1eb {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 3.125rem;
    padding-bottom: 0;
    border-right-width: 0.0625rem;
    border-right-style: solid;
    border-right-color: rgb(202, 230, 224);
    border-bottom-width: 0;
    border-bottom-style: none;
  }
}
.coh-ce-cpt_banner_text_60_40-3fd20a33 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_banner_text_60_40-fa34db0 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_60_40-fa34db0 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3.125rem;
  }
}
.coh-ce-cpt_banner_text_60_40-1b4a6678 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_banner_topic-1c734ebb {
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
  min-height: 6.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_banner_topic-1c734ebb {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.banner-color--green.coh-ce-cpt_banner_topic-1c734ebb {
  background: -webkit-gradient(linear, left bottom, left top, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(bottom, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(bottom, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(0, #006A55 0%, #1B1B1B 146.56%);;
}
.banner-color--green.coh-ce-cpt_banner_topic-1c734ebb a {
  color: rgb(255, 255, 255);
}
.banner-color--green.coh-ce-cpt_banner_topic-1c734ebb a:hover {
  color: rgb(203, 76, 0);
}
.banner-color--mint.coh-ce-cpt_banner_topic-1c734ebb {
  background: -webkit-gradient(linear, left bottom, left top, from(#E2F5F2), color-stop(146.56%, #81B9AE));
  background: -webkit-linear-gradient(bottom, #E2F5F2 0%, #81B9AE 146.56%);
  background: -o-linear-gradient(bottom, #E2F5F2 0%, #81B9AE 146.56%);
  background: linear-gradient(0, #E2F5F2 0%, #81B9AE 146.56%);
}
.banner-color--mint.coh-ce-cpt_banner_topic-1c734ebb a {
  color: rgb(27, 27, 27);
}
.banner-color--mint.coh-ce-cpt_banner_topic-1c734ebb a:hover {
  color: rgb(203, 76, 0);
}
.banner-color--orange.coh-ce-cpt_banner_topic-1c734ebb {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-29%, #F16817), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(bottom, #F16817 -29%, #1B1B1B 146.56%);
  background: -o-linear-gradient(bottom, #F16817 -29%, #1B1B1B 146.56%);
  background: linear-gradient(0, #F16817 -29%, #1B1B1B 146.56%);
}
.banner-color--orange.coh-ce-cpt_banner_topic-1c734ebb a {
  color: rgb(255, 255, 255);
}
.banner-color--orange.coh-ce-cpt_banner_topic-1c734ebb a:hover {
  color: rgb(255, 255, 255);
}
.more-height-on-mobile.coh-ce-cpt_banner_topic-1c734ebb {
  min-height: 12.5rem;
}
.coh-ce-cpt_banner_topic-5a6ba242 {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.coh-ce-cpt_banner_topic-9c9c8a49 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  height: 54.9375rem;
  width: 57.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -26.1875rem);
      -ms-transform: translate(-50%, -26.1875rem);
          transform: translate(-50%, -26.1875rem);
}
.banner-color--mint .coh-ce-cpt_banner_topic-9c9c8a49 {
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(255, 255, 255, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  -webkit-transform: rotateZ(180deg) translate(50%, 16.25rem);
      -ms-transform: rotate(180deg) translate(50%, 16.25rem);
          transform: rotateZ(180deg) translate(50%, 16.25rem);
}
.banner-color--orange .coh-ce-cpt_banner_topic-9c9c8a49 {
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(255, 255, 255, 0.15)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
          transform: translate(-50%, -419px) matrix(-1, 0, 0, 1, 0, 0);
}
img + .coh-ce-cpt_banner_topic-9c9c8a49 {
  display: none;
}
.coh-ce-cpt_banner_topic-61fcb7af {
  text-align: center;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_topic-61fcb7af {
    width: 100%;
  }
}
.coh-ce-cpt_banner_topic-25590ea1 {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 600;
  padding-bottom: 0.875rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_topic-25590ea1 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 0.8125rem;
  }
}
.banner-color--mint .coh-ce-cpt_banner_topic-25590ea1 {
  color: rgb(27, 27, 27);
}
.banner-color--mint .coh-ce-cpt_banner_topic-25590ea1:before {
  height: 0.125rem;
  width: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgb(27, 27, 27);
}
@media (min-width: 1024px) {
  .banner-color--mint .coh-ce-cpt_banner_topic-25590ea1:before {
    height: 0.0625rem;
    width: 5rem;
  }
}
.banner-color--green .coh-ce-cpt_banner_topic-25590ea1 {
  color: rgb(255, 255, 255);
}
.banner-color--green .coh-ce-cpt_banner_topic-25590ea1:before {
  background-color: rgb(255, 255, 255);
  height: 0.125rem;
  width: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media (min-width: 1024px) {
  .banner-color--green .coh-ce-cpt_banner_topic-25590ea1:before {
    height: 0.0625rem;
    width: 5rem;
  }
}
.banner-color--orange .coh-ce-cpt_banner_topic-25590ea1 {
  color: rgb(255, 255, 255);
}
.banner-color--orange .coh-ce-cpt_banner_topic-25590ea1:before {
  background-color: rgb(255, 255, 255);
  content: "";
  height: 0.125rem;
  width: 3.75rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .banner-color--orange .coh-ce-cpt_banner_topic-25590ea1:before {
    height: 0.0625rem;
    width: 5rem;
  }
}
.coh-ce-cpt_banner_topic-3136dc50 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_banner_topic-3136dc50 {
    font-size: 65px;
    line-height: 80px;
    text-align: center;
    margin-right: 80px;
    margin-left: 80px;
  }
}
.banner-color--green .coh-ce-cpt_banner_topic-3136dc50 {
  color: rgb(255, 255, 255);
}
.banner-color--orange .coh-ce-cpt_banner_topic-3136dc50 {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_banner_topic-4e5f622d {
  margin-top: 1.375rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_topic-4e5f622d {
    margin-top: 0.875rem;
  }
}
.coh-ce-cpt_banner_topic-4e5f622d p:last-of-type {
  margin-bottom: 0;
}
.banner-color--green .coh-ce-cpt_banner_topic-4e5f622d {
  color: rgb(255, 255, 255);
}
.banner-color--orange .coh-ce-cpt_banner_topic-4e5f622d {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_color_single_demo_box-bd40f226 {
  margin-bottom: 0.75rem;
}
.coh-ce-cpt_copyright-8ad566e2 {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright-8ad566e2 {
    line-height: 1.125rem;
  }
}
.coh-ce-cpt_copyright-8ad566e2 a {
  font-weight: 400;
  color: rgb(27, 27, 27);
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright-8ad566e2 a {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_copyright-8ad566e2 a:hover {
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_copyright-f7a252ea {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright-f7a252ea {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_copyright-fec99e84 {
  font-weight: 400;
  color: rgb(27, 27, 27);
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright-fec99e84 {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_copyright-41757464 {
  position: relative;
}
.coh-ce-cpt_copyright-41757464:before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright-41757464:before {
    position: absolute;
    top: 50%;
    left: -22px;
    content: "|";
  }
}
.coh-ce-cpt_copyright-bbe842a3 {
  text-decoration: none;
}
.coh-ce-cpt_copyright_new-8f1b722c {
  text-align: center;
  font-size: 0.875rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright_new-8f1b722c {
    text-align: start;
    font-size: 1rem;
  }
}
.coh-ce-cpt_copyright_new-8f1b722c a {
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright_new-8f1b722c a {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_copyright_new-8f1b722c a:hover {
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_copyright_new-85f101cc {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright_new-85f101cc {
    -webkit-column-gap: 42px;
       -moz-column-gap: 42px;
            column-gap: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_copyright_new-85f101cc {
    margin-left: -12px;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_copyright_new-85f101cc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-cpt_copyright_new-c60aceb8 {
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .coh-ce-cpt_copyright_new-c60aceb8 {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_copyright_new-38d29867 {
  position: relative;
}
.coh-ce-cpt_copyright_new-51f2bab7 {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-ce-cpt_drupal_admin_blocks_set-c6c4fbfb [id^=block-] {
  margin-top: 0.625rem;
}
.coh-ce-cpt_event_horizontal_card-acf5aff0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .coh-ce-cpt_event_horizontal_card-acf5aff0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-cpt_event_horizontal_card-83814c3c {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_event_horizontal_card-83814c3c {
    margin-bottom: 0;
    width: 35%;
  }
}
.coh-ce-cpt_event_horizontal_card-83814c3c img {
  width: 100%;
}
.coh-ce-cpt_event_horizontal_card-8ce595ff {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}
@media (min-width: 768px) {
  .coh-ce-cpt_event_horizontal_card-8ce595ff {
    margin-left: 1.875rem;
    width: -webkit-calc(65% - 30px);
    width: calc(65% - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_event_horizontal_card-be6f95f3 {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
.coh-ce-cpt_event_horizontal_card-be6f95f3 a {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_event_horizontal_card-be6f95f3 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_event_horizontal_card-7f66ef10 {
  font-weight: 600;
  color: rgb(203, 76, 0);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_event_horizontal_card-dea35d32 {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .coh-ce-cpt_event_horizontal_card-dea35d32 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.coh-ce-cpt_event_horizontal_card-dea35d32:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_event_horizontal_card-79d0f7f2 {
  margin-top: auto;
  margin-bottom: 0;
}
.coh-ce-cpt_event_past_card-dbaf6587 {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  padding-bottom: 1.25rem;
  height: 100%;
}
.coh-ce-cpt_event_past_card-edbf90b4 {
  font-weight: 600;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_event_past_card-edbf90b4 a {
  color: rgb(101, 105, 110);
  text-decoration: none;
}
.coh-ce-cpt_event_past_card-edbf90b4 a:hover {
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_event_past_card-10fbc493 {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.75rem;
  text-decoration: none;
}
.coh-ce-cpt_event_past_card-10fbc493:hover {
  color: rgb(203, 76, 0);
  text-decoration-line: none;
  text-decoration: none;
}
.coh-ce-cpt_event_vertical_dropdown_card-1990c705 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
}
.coh-ce-cpt_event_vertical_dropdown_card-44d5e58d {
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_event_vertical_dropdown_card-44d5e58d img {
  width: 100%;
}
.coh-ce-cpt_event_vertical_dropdown_card-4f3cf171 {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
.coh-ce-cpt_event_vertical_dropdown_card-4f3cf171 a {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_event_vertical_dropdown_card-4f3cf171 a:hover {
  text-decoration-line: none;
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_event_vertical_dropdown_card-7f66ef10 {
  font-weight: 600;
  color: rgb(203, 76, 0);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_event_vertical_dropdown_card-a5e4bf15 {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.coh-ce-cpt_event_vertical_dropdown_card-a5e4bf15:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_event_vertical_dropdown_card-e0c09173 {
  margin-top: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_experts_listing_page-6ee719e7 form[id*=views-exposed] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
  }
}
.coh-ce-cpt_experts_listing_page-6ee719e7 form[id*=views-exposed] > * {
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.coh-ce-cpt_experts_listing_page-6ee719e7 .form-actions {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.coh-ce-cpt_experts_listing_page-191afe8a {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_experts_listing_page-191afe8a {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-cpt_experts_listing_page-191afe8a .coh-style-section:nth-child(odd) {
  background-color: rgb(242, 249, 247);
}
.coh-ce-cpt_experts_listing_page-191afe8a .coh-style-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_experts_listing_page-191afe8a .coh-style-section-content {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 40px;
  }
}
.coh-ce-cpt_experts_listing_page-191afe8a .views-row {
  -webkit-flex-basis: -webkit-calc(50% - (20px / 2));
      -ms-flex-preferred-size: calc(50% - (20px / 2));
          flex-basis: calc(50% - (20px / 2));
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: -webkit-calc(50% - (20px / 2));
  max-width: calc(50% - (20px / 2));
}
@media (min-width: 1024px) {
  .coh-ce-cpt_experts_listing_page-191afe8a .views-row {
    -webkit-flex-basis: -webkit-calc(33.3333% - ((34px * 2) / 3));
        -ms-flex-preferred-size: calc(33.3333% - ((34px * 2) / 3));
            flex-basis: calc(33.3333% - ((34px * 2) / 3));
    max-width: -webkit-calc(33.3333% - ((34px * 2) / 3));
    max-width: calc(33.3333% - ((34px * 2) / 3));
  }
}
.coh-ce-cpt_experts_listing_page-191afe8a .views-row .views-field, .coh-ce-cpt_experts_listing_page-191afe8a .views-row .field-content, .coh-ce-cpt_experts_listing_page-191afe8a .views-row article {
  height: 100%;
}
.coh-ce-cpt_featured_event_card-ac87d4e4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .coh-ce-cpt_featured_event_card-ac87d4e4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.coh-ce-cpt_featured_event_card-ddd146f {
  margin-bottom: 1.25rem;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_featured_event_card-ddd146f {
    margin-bottom: 0;
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_event_card-ddd146f {
    width: 50%;
  }
}
.coh-ce-cpt_featured_event_card-ddd146f img {
  width: 100%;
  height: 100%;
}
.coh-ce-cpt_featured_event_card-ddd146f picture {
  height: 100%;
}
.coh-ce-cpt_featured_event_card-216fa9ea {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .coh-ce-cpt_featured_event_card-216fa9ea {
    width: -webkit-calc(65% - 30px);
    width: calc(65% - 30px);
    margin-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_event_card-216fa9ea {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin-left: 3.125rem;
    padding-bottom: 1.25rem;
  }
}
.coh-ce-cpt_featured_event_card-e151148d {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0.3125rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_featured_event_card-e151148d {
    line-height: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_event_card-e151148d {
    color: rgb(101, 105, 110);
  }
}
.coh-ce-cpt_featured_event_card-e151148d a {
  color: rgb(27, 27, 27);
}
@media (min-width: 768px) {
  .coh-ce-cpt_featured_event_card-e151148d a {
    color: rgb(101, 105, 110);
  }
}
.coh-ce-cpt_featured_event_card-e151148d a:hover {
  color: rgb(203, 76, 0);
  text-decoration-line: none;
  text-decoration: none;
}
.coh-ce-cpt_featured_event_card-2db6eb7e {
  font-weight: 600;
  color: rgb(203, 76, 0);
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_featured_event_card-2db6eb7e {
    line-height: 1.125rem;
  }
}
.coh-ce-cpt_featured_event_card-3543a49 {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_event_card-3543a49 {
    font-size: 2rem;
    line-height: 2.5625rem;
  }
}
.coh-ce-cpt_featured_event_card-3543a49:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_featured_event_card-79d0f7f2 {
  margin-top: auto;
  margin-bottom: 0;
}
.header-layout.coh-ce-cpt_filters_mobile_pane_with_tog-7ab6cc6d {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .header-layout.coh-ce-cpt_filters_mobile_pane_with_tog-7ab6cc6d {
    padding-bottom: 3.125rem;
  }
}
.coh-ce-cpt_filters_mobile_pane_with_tog-7ab6cc6d label {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters_mobile_pane_with_tog-7ab6cc6d label {
    line-height: 1.125rem;
  }
}
.coh-ce-cpt_filters_mobile_pane_with_tog-8db1b045 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d .form-item {
  margin-bottom: 0;
}
.coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d .form-item:not(.form-item-search) {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d .form-item:not(.form-item-search) {
    display: block;
  }
}
.coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d .block-facets-ajax {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d .block-facets-ajax {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hide-textfield-labels .coh-ce-cpt_filters_mobile_pane_with_tog-a7b46e2d label {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    overflow: hidden;
  }
}
.coh-ce-cpt_filters_mobile_pane_with_tog-171f634f {
  margin-left: 0.625rem;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters_mobile_pane_with_tog-171f634f {
    display: none;
  }
}
.coh-ce-cpt_filters_mobile_pane_with_tog-1cc1496b {
  display: none;
  padding-top: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters_mobile_pane_with_tog-1cc1496b {
    display: block !important;
  }
}
.coh-ce-cpt_filters_mobile_pane_with_tog-1cc1496b .form-item-search {
  display: none;
}
.coh-ce-cpt_filters_mobile_pane_with_tog-1cc1496b .block-facets-ajax {
  display: block;
}
@media (min-width: 1024px) {
  .header-layout .coh-ce-cpt_filters_mobile_pane_with_tog-1cc1496b {
    display: none !important;
  }
}
.coh-ce-cpt_footer-1fd7c085 {
  color: rgb(255, 255, 255);
  text-align: center;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-1fd7c085 {
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#006A55), color-stop(146.56%, #1B1B1B));
    background: -webkit-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
    background: -o-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
    background: linear-gradient(180deg, #006A55 0%, #1B1B1B 146.56%);;
  }
}
.coh-ce-cpt_footer-4bcfd0aa {
  background: -webkit-gradient(linear, left top, left bottom, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(180deg, #006A55 0%, #1B1B1B 146.56%);;
  padding-top: 2.875rem;
  padding-bottom: 2.625rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-4bcfd0aa {
    background: none;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-4bcfd0aa {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.coh-ce-cpt_footer-4bcfd0aa a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-ce-cpt_footer-4bcfd0aa a:hover {
  fill: #da5f17;
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_footer-4bcfd0aa svg {
  fill: #fff;
}
.coh-ce-cpt_footer-c6cf56d7 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-ce-cpt_footer-c6cf56d7 > .coh-column {
  padding-left: 0;
  padding-right: 0;
}
.coh-ce-cpt_footer-ec5c4da4 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-ec5c4da4 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-c264a2a9 {
    margin-bottom: 0.75rem;
  }
}
.coh-ce-cpt_footer-c264a2a9 svg {
  width: 15rem;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-c264a2a9 svg {
    width: 6.125rem;
  }
}
.coh-ce-cpt_footer-6bcde2e3 {
  height: auto;
}
.coh-ce-cpt_footer-90d6644e {
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-90d6644e {
    display: block;
  }
}
.coh-ce-cpt_footer-292da308 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-cpt_footer-c00fbb81 {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-c00fbb81 {
    display: block;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-27c6a8ba {
    display: block;
  }
}
.coh-ce-cpt_footer-8090b2e3 {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-8090b2e3 {
    display: block;
  }
}
.coh-ce-cpt_footer-eb83127d {
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: rgba(202, 230, 224, 0.35);
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-eb83127d {
    border-top-width: 0.0625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-eb83127d {
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
  }
}
.coh-ce-cpt_footer_new-6b830285 {
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 106, 85);
  line-height: 40px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-6b830285 {
    text-align: left;
  }
}
.coh-ce-cpt_footer_new-7f43b0e7 {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 106, 85);
  padding: 20px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer_new-7f43b0e7 {
    padding: 30px;
  }
}
.coh-ce-cpt_footer_new-7f43b0e7 a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.coh-ce-cpt_footer_new-7f43b0e7 a:hover {
  fill: #da5f17;
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_footer_new-7f43b0e7 svg {
  fill: #fff;
}
.coh-ce-cpt_footer_new-7f43b0e7 .coh-menu-list-container {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-ce-cpt_footer_new-c6cf56d7 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-ce-cpt_footer_new-c6cf56d7 > .coh-column {
  padding-left: 0;
  padding-right: 0;
}
.coh-ce-cpt_footer_new-ec5c4da4 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-ec5c4da4 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-3349dcac {
    margin-bottom: 0.75rem;
  }
}
.coh-ce-cpt_footer_new-3349dcac svg {
  width: 15rem;
  height: auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-3349dcac svg {
    width: 10.625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer_new-3349dcac svg {
    width: 15.625rem;
  }
}
.coh-ce-cpt_footer_new-6bcde2e3 {
  height: auto;
}
.coh-ce-cpt_footer_new-d93a92a2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-27c6a8ba {
    display: block;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-f2df2c33 {
    font-family: "Soehne Kraftig", "Arial", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 23px;
    font-weight: normal;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-f2df2c33 h6 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    line-height: 16px;
  }
}
.coh-ce-cpt_footer_new-f2df2c33 p {
  line-height: 23px;
}
.coh-ce-cpt_footer_new-90d6644e {
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-90d6644e {
    display: block;
  }
}
.coh-ce-cpt_footer_new-87cbb11a {
  padding: 20px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer_new-87cbb11a {
    padding: 30px;
  }
}
.coh-ce-cpt_footer_new-87cbb11a .coh-list-container {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.coh-ce-cpt_footer_new-10242d13 {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 0;
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgba(255, 255, 255, 0.351);
}
.coh-ce-cpt_grid_demo-b522d6a6 {
  background-color: rgb(202, 230, 224);
}
.coh-ce-cpt_grid_demo-ad7b6bb0 {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_grid_demo-ad7b6bb0 {
    margin-bottom: 1.5rem;
  }
}
.coh-ce-cpt_grid_single_demo_item-5288862 {
  background-color: rgb(1, 103, 83);
  height: 9.375rem;
}
.coh-ce-cpt_header-2b3163ba {
  padding-top: 4rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-2b3163ba {
    padding-top: 0;
  }
}
.coh-ce-cpt_header-e8a19be {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(0, 106, 85)), to(rgb(27, 27, 27)));
  background-image: -webkit-linear-gradient(bottom, rgb(0, 106, 85) 1%, rgb(27, 27, 27) 100%);
  background-image: -o-linear-gradient(bottom, rgb(0, 106, 85) 1%, rgb(27, 27, 27) 100%);
  background-image: linear-gradient(0deg, rgb(0, 106, 85) 1%, rgb(27, 27, 27) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-e8a19be {
    position: relative;
  }
}
.coh-ce-cpt_header-e8a19be .contextual-region {
  position: static;
}
.coh-ce-cpt_header-cc004efb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-cc004efb {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.coh-ce-cpt_header-3d1ab40 {
  line-height: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-3d1ab40 {
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    padding-right: 2.125rem;
  }
}
.coh-ce-cpt_header-3d1ab40 .mobile-hide-desktop-show {
  display: block;
}
.coh-ce-cpt_header-3d1ab40 .mobile-show-desktop-hide {
  display: none;
}
.coh-ce-cpt_header-3d1ab40 a[rel=home] {
  display: inline-block;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-3d1ab40 a[rel=home] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.coh-ce-cpt_header-3d1ab40 img {
  width: 10.1875rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-3d1ab40 img {
    width: 14.375rem;
  }
}
.coh-ce-cpt_header-88c86e0c {
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  padding-top: 1.1875rem;
  padding-bottom: 1.1875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-88c86e0c {
    display: none;
  }
}
.coh-ce-cpt_header-88c86e0c:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header-88c86e0c:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  font-family: "icomoon";
}
.active-mobile.coh-ce-cpt_header-88c86e0c:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91c";
  font-family: "icomoon";
}
.coh-ce-cpt_header-5cdd2f44 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  display: none;
  background-color: rgb(248, 249, 251);
  position: absolute;
  top: 100%;
  left: 0;
  padding-right: 1.3125rem;
  padding-left: 1.3125rem;
  max-height: -webkit-calc(100vh - 64px);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  border-bottom-width: 0.3125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-5cdd2f44 {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0);
    position: static;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    border-bottom-width: 0;
  }
}
.active-mobile.coh-ce-cpt_header-5cdd2f44 {
  display: block;
}
.coh-ce-cpt_header-757a80a0 {
  width: 100%;
}
.coh-ce-cpt_header-757a80a0 form {
  position: relative;
}
.coh-ce-cpt_header-757a80a0 .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
}
.coh-ce-cpt_header-757a80a0 .form-actions:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  pointer-events: none;
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6875rem;
  color: rgb(1, 103, 83);
  right: 0.6875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-757a80a0 .form-actions:before {
    font-size: 0.9375rem;
    color: rgb(255, 255, 255);
    right: 0;
  }
}
.coh-ce-cpt_header-757a80a0 .form-actions:hover:before {
  color: rgb(203, 76, 0);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-757a80a0 .form-actions:hover:before {
    color: rgb(229, 233, 238);
  }
}
.coh-ce-cpt_header-757a80a0 .form-actions:hover .form-submit {
  color: rgb(203, 76, 0);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-757a80a0 .form-actions:hover .form-submit {
    color: rgb(229, 233, 238);
  }
}
.coh-ce-cpt_header-757a80a0 .form-submit {
  height: 100%;
  font-size: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
  padding-right: 2.8125rem;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  letter-spacing: initial;
  text-transform: none;
  display: block;
  position: static;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-757a80a0 .form-submit {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding-right: 1.5625rem;
    letter-spacing: initial;
  }
}
.coh-ce-cpt_header-757a80a0 .form-submit:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header-757a80a0 .form-submit:active {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header-757a80a0 .form-item {
  margin-bottom: 0;
}
.coh-ce-cpt_header-757a80a0 .form-text {
  border-top-width: 0;
  border-bottom-width: 0.125rem;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  padding-top: 1.1875rem;
  padding-right: 2.9375rem;
  padding-bottom: 1.1875rem;
  padding-left: 0.625rem;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(101, 105, 110);
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-757a80a0 .form-text {
    padding-top: 0.5625rem;
    padding-right: 5.625rem;
    padding-bottom: 0.5625rem;
    padding-left: 0;
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.coh-ce-cpt_header-757a80a0 .form-text::-webkit-input-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header-757a80a0 .form-text::-moz-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header-757a80a0 .form-text:-ms-input-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header-757a80a0 .form-text::-ms-input-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header-757a80a0 .form-text::placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-757a80a0 .form-text::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
  }
  .coh-ce-cpt_header-757a80a0 .form-text::-moz-placeholder {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
  }
  .coh-ce-cpt_header-757a80a0 .form-text:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
  }
  .coh-ce-cpt_header-757a80a0 .form-text::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
  }
  .coh-ce-cpt_header-757a80a0 .form-text::placeholder {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
  }
}
.coh-ce-cpt_header-757a80a0 .form-item-search label {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.coh-ce-cpt_header-3f6e4c34 {
  width: -webkit-calc(100% + 42px);
  width: calc(100% + 42px);
  margin-right: -1.3125rem;
  margin-left: -1.3125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-3f6e4c34 {
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.coh-ce-cpt_header-4d7db5c8 {
  display: none;
  background-color: rgba(202, 230, 224, 0.75);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-4d7db5c8 {
    display: block;
  }
}
.coh-ce-cpt_header-9a7bffc .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
.coh-ce-cpt_header-9a7bffc .menu-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-left-style: solid;
  border-right-style: solid;
  border-left-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
}
.coh-ce-cpt_header-9a7bffc .menu-item + .menu-item {
  border-left-width: 0;
}
.coh-ce-cpt_header-9a7bffc .menu-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  padding-top: 1rem;
  padding-right: 0.625rem;
  padding-bottom: 1rem;
  padding-left: 0.625rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_header-9a7bffc .menu-item > a:hover {
  text-decoration: none;
  background-color: rgb(202, 230, 224);
}
.coh-ce-cpt_header-9a7bffc .menu-item > a.has-arrow:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-family: "icomoon";
  margin-left: 0.25rem;
  font-size: 1.125rem;
  color: rgb(1, 103, 83);
}
.coh-ce-cpt_header_new-1cc80a49 {
  width: 100%;
  background-color: rgb(0, 106, 85);
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-top-width: 20px;
  border-left-width: 20px;
  border-right-width: 20px;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-1cc80a49 {
    border-top-width: 40px;
    border-left-width: 0;
    border-right-width: 0;
  }
}
.coh-ce-cpt_header_new-1cc80a49 .contextual-region {
  position: static;
}
.coh-ce-cpt_header_new-9ef3a580 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-9ef3a580 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 45px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
.coh-ce-cpt_header_new-f0b3d6ed {
  line-height: 0;
  padding-top: 0;
  padding-left: 20px;
  display: none;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f0b3d6ed {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
    display: block;
  }
}
.desktop-is-mobile.coh-ce-cpt_header_new-f0b3d6ed {
  padding-top: 20px;
  padding-left: 20px;
}
.coh-ce-cpt_header_new-f0b3d6ed .mobile-hide-desktop-show {
  display: block;
}
.coh-ce-cpt_header_new-f0b3d6ed .mobile-show-desktop-hide {
  display: none;
}
.coh-ce-cpt_header_new-f0b3d6ed a[rel=home] {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f0b3d6ed a[rel=home] {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.coh-ce-cpt_header_new-f0b3d6ed img {
  width: 11.875rem;
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f0b3d6ed img {
    width: 15.9375rem;
  }
}
.coh-ce-cpt_header_new-2f19474 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.25rem;
  max-width: 191px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-2f19474 {
    display: none;
  }
}
.coh-ce-cpt_header_new-c47eb33 {
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.25rem;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-c47eb33 {
    display: none;
  }
}
.coh-ce-cpt_header_new-c47eb33:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header_new-c47eb33:after {
  background-color: rgb(255, 255, 255);
  height: 3px;
  width: 20px;
  display: block;
  content: "";
}
.coh-ce-cpt_header_new-c47eb33:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e927";
  font-family: "rbi-Icon";
  background-color: rgb(255, 255, 255);
  font-size: 0;
  height: 3px;
  width: 20px;
  display: block;
}
.coh-ce-cpt_header_new-c47eb33:focus {
  outline: 0;
}
.active-mobile.coh-ce-cpt_header_new-c47eb33 {
  position: relative;
}
.active-mobile.coh-ce-cpt_header_new-c47eb33:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  content: "\e91c";
  font-family: "icomoon";
}
.active-mobile.coh-ce-cpt_header_new-c47eb33:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.active-mobile.coh-ce-cpt_header_new-c47eb33 .new-header-hamburger-element {
  opacity: 0;
}
@media (min-width: 1176px) {
  .desktop-is-mobile.coh-ce-cpt_header_new-c47eb33 {
    display: block;
  }
}
.coh-ce-cpt_header_new-c47eb33 .new-header-hamburger-element {
  background-color: rgb(255, 255, 255);
  width: 20px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 4px;
  display: block;
}
.coh-ce-cpt_header_new-2b07ff4b {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  display: none;
  background-color: rgb(248, 249, 251);
  position: absolute;
  top: 100%;
  left: 0;
  max-height: -webkit-calc(100vh - 142px);
  max-height: calc(100vh - 142px);
  overflow-y: visible;
  border-bottom-width: 0.3125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  margin-left: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-2b07ff4b {
    background-color: rgba(0, 0, 0, 0);
    height: 40px;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -webkit-box-align: initial;
    -webkit-align-items: initial;
        -ms-flex-align: initial;
            align-items: initial;
    border-bottom-width: 0;
    right: 20px;
  }
}
.active-mobile.coh-ce-cpt_header_new-2b07ff4b {
  display: block;
}
.coh-ce-cpt_header_new-da5d1089 {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-da5d1089 {
    display: none;
  }
}
.coh-ce-cpt_header_new-da5d1089 .search-by-keyword-form {
  width: 100%;
}
.coh-ce-cpt_header_new-da5d1089 form {
  position: relative;
}
.coh-ce-cpt_header_new-da5d1089 .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 100%;
}
.coh-ce-cpt_header_new-da5d1089 .form-actions:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  pointer-events: none;
  content: "\e914";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.6875rem;
  color: rgb(1, 103, 83);
  right: 0.6875rem;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-da5d1089 .form-actions:before {
    color: rgb(255, 255, 255);
    font-size: 0.9375rem;
    right: 0;
  }
}
.coh-ce-cpt_header_new-da5d1089 .form-actions:hover:before {
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_header_new-da5d1089 .form-actions:hover .form-submit {
  color: rgb(203, 76, 0);
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-da5d1089 .form-actions:hover .form-submit {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_header_new-da5d1089 .form-submit {
  height: 100%;
  font-size: 0;
  color: rgb(255, 255, 255);
  padding-right: 2.8125rem;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  letter-spacing: initial;
  text-transform: none;
  display: block;
  position: static;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-da5d1089 .form-submit {
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: initial;
    padding-right: 1.5625rem;
  }
}
.coh-ce-cpt_header_new-da5d1089 .form-submit:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header_new-da5d1089 .form-submit:active {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header_new-da5d1089 .form-item {
  margin-bottom: 0;
}
.coh-ce-cpt_header_new-da5d1089 .form-text {
  border-top-width: 0;
  border-bottom-width: 0.125rem;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  padding-top: 1.1875rem;
  padding-right: 2.9375rem;
  padding-bottom: 1.1875rem;
  padding-left: 0.625rem;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(101, 105, 110);
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-da5d1089 .form-text {
    color: rgb(255, 255, 255);
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding-top: 0.5625rem;
    padding-right: 5.625rem;
    padding-bottom: 0.5625rem;
    padding-left: 0;
  }
}
.coh-ce-cpt_header_new-da5d1089 .form-text::-webkit-input-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header_new-da5d1089 .form-text::-moz-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header_new-da5d1089 .form-text:-ms-input-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header_new-da5d1089 .form-text::-ms-input-placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_header_new-da5d1089 .form-text::placeholder {
  color: rgb(178, 180, 182);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header_new-da5d1089 .form-text::-webkit-input-placeholder {
    color: rgb(178, 180, 182);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .coh-ce-cpt_header_new-da5d1089 .form-text::-moz-placeholder {
    color: rgb(178, 180, 182);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .coh-ce-cpt_header_new-da5d1089 .form-text:-ms-input-placeholder {
    color: rgb(178, 180, 182);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .coh-ce-cpt_header_new-da5d1089 .form-text::-ms-input-placeholder {
    color: rgb(178, 180, 182);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .coh-ce-cpt_header_new-da5d1089 .form-text::placeholder {
    color: rgb(178, 180, 182);
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.coh-ce-cpt_header_new-da5d1089 .form-item-search label {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.coh-ce-cpt_header_new-5d39d1ed {
  width: -webkit-calc(100% + 42px);
  width: calc(100% + 42px);
  margin-right: -1.3125rem;
  margin-left: -1.3125rem;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-5d39d1ed {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.coh-ce-cpt_header_new-5d39d1ed nav#block-mainnavigation ul.main-menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-5d39d1ed nav#block-mainnavigation ul.main-menu > li > .main-menu__link {
    font-family: "Soehne Kraftig", "Arial", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    color: rgb(110, 110, 110);
    font-size: 16px;
    line-height: 28px;
    text-transform: none;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }
}
.coh-ce-cpt_header_new-5d39d1ed nav#block-mainnavigation ul.main-menu > li > .main-menu__link:hover {
  color: rgb(0, 106, 85);
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-5d39d1ed nav#block-mainnavigation ul.main-menu > li + li {
    margin-left: 20px;
  }
}
.coh-ce-cpt_header_new-d88cfe84 {
  display: none;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-d88cfe84 {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_header_new-f00b3ee8 {
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f00b3ee8 {
    padding-top: 25px;
    padding-right: 40px;
  }
}
.coh-ce-cpt_header_new-f00b3ee8 .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  width: 772px;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f00b3ee8 .menu {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.coh-ce-cpt_header_new-f00b3ee8 .menu-item {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left-width: 0.0625rem;
  border-right-width: 0.0625rem;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-color: rgb(255, 255, 255);
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f00b3ee8 .menu-item {
    letter-spacing: -0.72px;
    width: 216px;
    padding-right: 41px;
    border-left-width: 0;
    border-right-width: 0;
    border-left-style: none;
    border-right-style: none;
  }
}
.coh-ce-cpt_header_new-f00b3ee8 .menu-item + .menu-item {
  border-left-width: 0;
}
.coh-ce-cpt_header_new-f00b3ee8 .menu-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  font-weight: normal;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: left;
  padding-top: 1rem;
  padding-right: 0.625rem;
  padding-bottom: 1rem;
  padding-left: 0.625rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.446)), to(rgba(255, 255, 255, 0.446)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.446), rgba(255, 255, 255, 0.446));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.446), rgba(255, 255, 255, 0.446));
  background-image: linear-gradient(rgba(255, 255, 255, 0.446), rgba(255, 255, 255, 0.446));
  background-size: 0% 1px;
  background-position-y: 103%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.2s ease-in-out,background-size 0.2s ease-in-out;
  -o-transition: background-image 0.2s ease-in-out,background-size 0.2s ease-in-out;
  transition: background-image 0.2s ease-in-out,background-size 0.2s ease-in-out;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_header_new-f00b3ee8 .menu-item > a {
    font-size: 24px;
    padding-right: 0;
    padding-left: 0;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.441);
  }
}
.coh-ce-cpt_header_new-f00b3ee8 .menu-item > a:hover {
  background-size: 100% 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  text-decoration: none;
}
.coh-ce-cpt_header_new-f00b3ee8 .menu-item > a.has-arrow:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-family: "icomoon";
  margin-left: 0.25rem;
  font-size: 1.125rem;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_hero_baner-f0959747 {
  position: relative;
}
.coh-ce-cpt_hero_baner-f0959747:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(left, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(left, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(90deg, #006A55 0%, #1B1B1B 146.56%);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-f0959747:before {
    width: -webkit-calc(100vw - 26%);
    width: calc(100vw - 26%);
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_hero_baner-f0959747:before {
    width: -webkit-calc((100vw - 1400px) / 2 + (1400px * 0.26));
    width: calc((100vw - 1400px) / 2 + (1400px * 0.26));
  }
}
.coh-ce-cpt_hero_baner-f0959747:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(right, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(right, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(-90deg, #006A55 0%, #1B1B1B 146.56%);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-f0959747:after {
    width: 26%;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_hero_baner-f0959747:after {
    width: -webkit-calc((100vw - 1400px) / 2 + (1400px * 0.26));
    width: calc((100vw - 1400px) / 2 + (1400px * 0.26));
  }
}
.coh-ce-cpt_hero_baner-cbead3b1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 87.5rem;
  margin: auto;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-cbead3b1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-cpt_hero_baner-3cfde545 {
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-3cfde545 {
    width: 74%;
  }
}
.coh-ce-cpt_hero_baner-d92063d1 {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  height: 0.0625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-d92063d1 {
    display: none;
  }
}
.coh-ce-cpt_hero_baner-d92063d1 .swiper-button-next, .coh-ce-cpt_hero_baner-d92063d1 .swiper-button-prev {
  color: rgba(255, 255, 255, 0.35);
}
.coh-ce-cpt_hero_baner-d92063d1 .swiper-button-next:after, .coh-ce-cpt_hero_baner-d92063d1 .swiper-button-prev:after {
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.75rem;
}
.coh-ce-cpt_hero_baner-d92063d1 .swiper-button-prev {
  left: 0;
}
.coh-ce-cpt_hero_baner-d92063d1 .swiper-button-next {
  right: 0;
}
.coh-ce-cpt_hero_baner-363697f1:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-family: "icomoon";
}
.coh-ce-cpt_hero_baner-6a5271d3:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-family: "icomoon";
}
.coh-ce-cpt_hero_baner-2e790e96 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-container .coh-ce-cpt_hero_baner-2e790e96 {
  height: auto;
}
.coh-ce-cpt_hero_baner-cced2d38 {
  position: relative;
}
.coh-ce-cpt_hero_baner-23c14ddf {
  background: -webkit-gradient(linear, left top, left bottom, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(180deg, #006A55 0%, #1B1B1B 146.56%);;
  padding-top: 0.625rem;
  padding-right: 1.875rem;
  padding-bottom: 0.625rem;
  padding-left: 1.875rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-23c14ddf {
    padding-top: 2.1875rem;
    padding-right: 3.125rem;
    padding-bottom: 2.1875rem;
    padding-left: 3.125rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 85, 0.85)), color-stop(146.56%, rgba(27, 27, 27, 0.85)));
    background: -webkit-linear-gradient(top, rgba(0, 106, 85, 0.85) 0%, rgba(27, 27, 27, 0.85) 146.56%);
    background: -o-linear-gradient(top, rgba(0, 106, 85, 0.85) 0%, rgba(27, 27, 27, 0.85) 146.56%);
    background: linear-gradient(180deg, rgba(0, 106, 85, 0.85) 0%, rgba(27, 27, 27, 0.85) 146.56%);;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 700px;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_hero_baner-23c14ddf {
    max-width: 46.875rem;
  }
}
.coh-ce-cpt_hero_baner-3c324be8 {
  margin: 0;
}
.coh-ce-cpt_hero_baner-2d8cf3ae {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_hero_baner-211670a7 {
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-211670a7 {
    width: 26%;
    display: block;
    padding-top: 2.5rem;
    padding-right: 3.75rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_hero_baner-211670a7 {
    padding-top: 3.125rem;
    padding-right: 6.25rem;
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_hero_baner-211670a7 {
    padding-top: 4.0625rem;
    padding-right: 8.75rem;
    padding-bottom: 4.0625rem;
  }
}
.coh-ce-cpt_hero_baner-ec3df022 {
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  top: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-ec3df022 {
    left: 50%;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_hero_baner-ec3df022 {
    left: -webkit-calc(50% - 50px);
    left: calc(50% - 50px);
  }
}
.coh-ce-cpt_hero_baner-24e5c825 {
  top: 1.25rem;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_hero_baner-24e5c825 {
    top: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_hero_baner-24e5c825 {
    top: 2.1875rem;
  }
}
.btn-wrapper .coh-ce-cpt_hero_baner-24e5c825 {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.25rem;
  left: 0;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
@media (min-width: 1176px) {
  .btn-wrapper .coh-ce-cpt_hero_baner-24e5c825 {
    top: 1.5625rem;
  }
}
@media (min-width: 1400px) {
  .btn-wrapper .coh-ce-cpt_hero_baner-24e5c825 {
    top: 2.1875rem;
  }
}
.btn-wrapper .coh-ce-cpt_hero_baner-24e5c825:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-family: "icomoon";
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
.coh-ce-cpt_hero_baner-73fabee2 {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 0;
}
.btn-wrapper .coh-ce-cpt_hero_baner-73fabee2 {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 0;
  top: auto;
  font-size: 0.75rem;
}
@media (min-width: 1400px) {
  .btn-wrapper .coh-ce-cpt_hero_baner-73fabee2 {
    bottom: 0.625rem;
  }
}
.btn-wrapper .coh-ce-cpt_hero_baner-73fabee2:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-family: "icomoon";
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
}
.coh-ce-cpt_hero_baner-13213138 {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.coh-ce-cpt_hero_baner-eb240905 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_baner-eb240905 {
    padding-left: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_hero_baner-eb240905 {
    padding-left: 2.5rem;
  }
}
.coh-ce-cpt_hero_baner-eb240905:first-child {
  border-top-width: 0.0625rem;
}
.swiper-slide-thumb-active.coh-ce-cpt_hero_baner-eb240905:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-family: "icomoon";
  color: rgb(255, 255, 255);
  font-size: 0.625rem;
  position: absolute;
  left: 0.3125rem;
  top: 50%;
  -webkit-transform: rotateZ(90deg) translate(-50%, -50%);
      -ms-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotateZ(90deg) translate(-50%, -50%);
}
@media (min-width: 1400px) {
  .swiper-slide-thumb-active.coh-ce-cpt_hero_baner-eb240905:before {
    left: 0.625rem;
  }
}
.coh-ce-cpt_hero_baner-b2454dc5 {
  cursor: pointer;
  color: rgb(202, 230, 224);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.coh-ce-cpt_hero_baner-b2454dc5:hover {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_hero_baner-b2454dc5:before {
  background-color: rgba(202, 230, 224, 0.35);
  height: 0.0625rem;
  width: 100%;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  content: "";
}
.coh-ce-cpt_hero_baner-b2454dc5:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(202, 230, 224, 0.35);
  left: 0;
  content: "";
}
.swiper-slide:first-child .coh-ce-cpt_hero_baner-b2454dc5 {
  top: 0;
}
.swiper-slide:first-child .coh-ce-cpt_hero_baner-b2454dc5:before {
  top: 0;
}
.swiper-slide-thumb-active .coh-ce-cpt_hero_baner-b2454dc5 {
  color: rgb(255, 255, 255);
}
.swiper-slide-thumb-active .coh-ce-cpt_hero_baner-b2454dc5:before {
  background-color: rgb(202, 230, 224);
  top: 0;
}
.swiper-slide-thumb-active .coh-ce-cpt_hero_baner-b2454dc5:after {
  background-color: rgb(202, 230, 224);
}
.coh-ce-cpt_left_sidebar_layout-396c7f2f {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.coh-ce-cpt_left_sidebar_layout-103bacb3 {
  padding: 0;
  left: -webkit-calc(33.3333% - 43px);
  left: calc(33.3333% - 43px);
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_left_sidebar_layout-103bacb3 {
    left: -webkit-calc(33.3333% - 43px);
    left: calc(33.3333% - 43px);
    position: absolute;
    z-index: 1;
    -webkit-transition: 500ms ease left, 500ms ease transform;
    -o-transition: 500ms ease left, 500ms ease transform;
    transition: 500ms ease left, 500ms ease transform;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    display: block;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_left_sidebar_layout-103bacb3 {
    left: -webkit-calc(((100% - 1152px) / 2) + (1152px * 0.33) - 49px);
    left: calc(((100% - 1152px) / 2) + (1152px * 0.33) - 49px);
  }
}
.coh-ce-cpt_left_sidebar_layout-103bacb3:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  font-family: "icomoon";
  font-size: 1.375rem;
}
.sidebar-collapsed.coh-ce-cpt_left_sidebar_layout-103bacb3 {
  left: 0;
}
@media (min-width: 1024px) {
  .sidebar-collapsed.coh-ce-cpt_left_sidebar_layout-103bacb3 {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.sidebar-collapsed.coh-ce-cpt_left_sidebar_layout-103bacb3:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e916";
  font-family: "icomoon";
}
.coh-style-document-scrolled .coh-ce-cpt_left_sidebar_layout-103bacb3 {
  position: fixed;
  top: 0;
}
.gin--horizontal-toolbar.coh-style-document-scrolled .coh-ce-cpt_left_sidebar_layout-103bacb3 {
  top: 2.4375rem;
}
@media (min-width: 1024px) {
  .gin--horizontal-toolbar.coh-style-document-scrolled .coh-ce-cpt_left_sidebar_layout-103bacb3 {
    top: 3.375rem;
  }
}
.coh-style-document-scrolled .gin--horizontal-toolbar .coh-ce-cpt_left_sidebar_layout-103bacb3 {
  top: 2.4375rem;
}
@media (min-width: 1024px) {
  .coh-style-document-scrolled .gin--horizontal-toolbar .coh-ce-cpt_left_sidebar_layout-103bacb3 {
    top: 3.375rem;
  }
}
.coh-ce-cpt_left_sidebar_layout-63dcc5ec {
  z-index: 9;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_left_sidebar_layout-63dcc5ec {
    display: none;
  }
}
.coh-style-sidebar-mobile-overlay.coh-ce-cpt_left_sidebar_layout-56e2006c {
  display: none;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .coh-style-sidebar-mobile-overlay.coh-ce-cpt_left_sidebar_layout-56e2006c {
    display: block;
    overflow-y: visible;
  }
}
.coh-style-has-sidebar-overlay .coh-ce-cpt_left_sidebar_layout-56e2006c {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(248, 249, 251);
  z-index: 8;
  padding-top: 2.5rem;
  padding-right: 1.3125rem;
  padding-bottom: 2.5rem;
  padding-left: 1.3125rem;
}
@media (min-width: 1024px) {
  .coh-style-has-sidebar-overlay .coh-ce-cpt_left_sidebar_layout-56e2006c {
    background-color: rgba(0, 0, 0, 0);
    height: initial;
    width: initial;
    padding-top: 0;
    padding-right: 1.0625rem;
    padding-bottom: 0;
    padding-left: 1.0625rem;
    position: relative;
    z-index: 0;
  }
}
.coh-style-has-sidebar-overlay .gin--horizontal-toolbar .coh-ce-cpt_left_sidebar_layout-56e2006c {
  height: -webkit-calc(100% - 39px);
  height: calc(100% - 39px);
  top: 2.4375rem;
}
@media (min-width: 1024px) {
  .coh-style-has-sidebar-overlay .gin--horizontal-toolbar .coh-ce-cpt_left_sidebar_layout-56e2006c {
    height: auto;
    top: auto;
  }
}
@media (min-width: 1024px) {
  .sidebar-collapsed + .coh-ce-cpt_left_sidebar_layout-b254783c {
    margin-left: 16.66667%;
  }
}
.coh-ce-cpt_listing_upcoming_events_-2ab39089 .views-infinite-scroll-content-wrapper {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_listing_upcoming_events_-2ab39089 .views-infinite-scroll-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_listing_upcoming_events_-2ab39089 .views-row {
    -webkit-flex-basis: -webkit-calc(50% - (34px / 2));
        -ms-flex-preferred-size: calc(50% - (34px / 2));
            flex-basis: calc(50% - (34px / 2));
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    max-width: -webkit-calc(50% - (34px / 2));
    max-width: calc(50% - (34px / 2));
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_listing_upcoming_events_-2ab39089 .views-row:first-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_column-f055494e .microsite-section-inner {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
  }
}
.coh-ce-cpt_microsite_column-f055494e .microsoft-section-title-container {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_column-f055494e .microsoft-section-title-container {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_microsite_column-f055494e .microsoft-section-title-container {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.coh-ce-cpt_microsite_column-f055494e .microsoft-section-title-container .microsoft-section-title-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_column-f055494e .microsoft-section-title-container .microsoft-section-title-item {
    text-align: left;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.coh-ce-cpt_microsite_column-7a3a52df {
  background-color: rgb(251, 251, 251);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_column-7a3a52df {
    padding-top: 4.125rem;
  }
}
.coh-ce-cpt_microsite_column-4596921b {
  position: sticky;
  top: 6.25rem;
  list-style: none;
  border-right: solid 1px #e5e5e5;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-cpt_microsite_column-4596921b > li {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_microsite_column-4596921b > li > button {
  background-color: rgba(0, 0, 0, 0);
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(101, 105, 110);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
  font-size: 0.8125rem;
}
.coh-ce-cpt_microsite_column-4596921b > li > button:hover {
  background-color: rgb(1, 103, 83);
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_microsite_column-4596921b > li > button:focus {
  outline: 0;
}
.coh-ce-cpt_microsite_column-617ab70 {
  background-color: rgb(0, 106, 85);
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 1rem;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -webkit-box-ordinal-group: 1001;
  -webkit-order: 1000;
      -ms-flex-order: 1000;
          order: 1000;
}
.coh-ce-cpt_microsite_column-617ab70:before {
  border-top: solid 2px white;
  border-left: solid 2px white;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  height: 0.4375rem;
  width: 0.4375rem;
  content: "";
}
.coh-ce-cpt_microsite_fotter-4565c7c5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(top, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(180deg, #006A55 0%, #1B1B1B 146.56%);
}
.coh-ce-cpt_microsite_fotter-da74f0a4 {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_microsite_header-e7dcb672 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(0, 106, 85)), to(rgb(27, 27, 27)));
  background-image: -webkit-linear-gradient(bottom, rgb(0, 106, 85) 1%, rgb(27, 27, 27) 100%);
  background-image: -o-linear-gradient(bottom, rgb(0, 106, 85) 1%, rgb(27, 27, 27) 100%);
  background-image: linear-gradient(0deg, rgb(0, 106, 85) 1%, rgb(27, 27, 27) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.coh-ce-cpt_microsite_header-3f701660 {
  max-width: 72rem;
  padding-top: 0.9375rem;
  padding-right: 1.875rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.875rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_header-3f701660 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.coh-ce-cpt_microsite_header-3f701660:before {
  display: none;
}
.coh-ce-cpt_microsite_header-3f701660:after {
  display: none;
}
.coh-ce-cpt_microsite_header-3f701660 img {
  max-width: 163px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_header-3f701660 img {
    max-width: none;
  }
}
.coh-ce-cpt_microsite_header-b1c76ca8 {
  width: 100%;
  max-width: 255px;
  display: none;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_microsite_header-b1c76ca8 {
    display: block;
  }
}
.coh-ce-cpt_microsite_header-f4d04b56 {
  display: block;
  width: 100%;
  max-width: 191px;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_microsite_header-f4d04b56 {
    display: none;
  }
}
.coh-ce-cpt_microsite_header-f4d04b56 img {
  width: 100%;
  max-width: 191px;
}
.coh-ce-cpt_microsite_header-668e9876 {
  width: 3.1875rem;
  height: 1.875rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_header-668e9876 {
    height: 3.1875rem;
  }
}
.coh-ce-cpt_microsite_header-668e9876:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_microsite_header-668e9876:focus {
  outline: 0;
}
.open.coh-ce-cpt_microsite_header-668e9876 .menu-icon {
  background-color: rgba(0, 0, 0, 0);
}
.open.coh-ce-cpt_microsite_header-668e9876 .menu-icon:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0;
}
.open.coh-ce-cpt_microsite_header-668e9876 .menu-icon:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0;
}
.coh-ce-cpt_microsite_header-668e9876 .menu-icon {
  -webkit-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  -o-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  height: 2px;
  width: 20px;
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_microsite_header-668e9876 .menu-icon:before {
  background-color: rgb(255, 255, 255);
  height: 2px;
  position: absolute;
  right: 0;
  display: block;
  margin-top: -8px;
  content: "";
  -webkit-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  -o-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  width: 30px;
}
.coh-ce-cpt_microsite_header-668e9876 .menu-icon:after {
  -webkit-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  -o-transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  transition: 0.2s all cubic-bezier(0.4, -0.1, 0, 1.1);
  background-color: rgb(255, 255, 255);
  position: absolute;
  margin-top: 8px;
  right: 0;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
}
.coh-ce-cpt_microsite_header-2af57274 {
  display: none;
  background-color: rgba(0, 0, 0, 0.93);
  width: 100vw;
  position: fixed;
  top: 3.75rem;
  left: 0;
  z-index: 5;
  min-height: 100vh;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 500px;
}
@media (min-width: 565px) {
  .coh-ce-cpt_microsite_header-2af57274 {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_header-2af57274 {
    position: fixed;
    top: 9.375rem;
    left: 0;
  }
}
.coh-ce-cpt_microsite_header-2af57274 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.coh-ce-cpt_microsite_header-2af57274 ul .microsite-menu-item {
  text-align: center;
  margin-top: 25px;
  margin-right: 0;
  margin-bottom: 25px;
  margin-left: 0;
}
.coh-ce-cpt_microsite_header-2af57274 ul .microsite-menu-item button {
  outline: 0;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
}
.coh-ce-cpt_microsite_header-2af57274 ul .microsite-menu-item button:focus {
  outline: 0;
  background-color: rgb(1, 103, 83);
}
.coh-ce-cpt_microsite_header-2af57274 ul .microsite-menu-item button:hover {
  background-color: rgb(1, 103, 83);
}
.coh-ce-cpt_microsite_header-c56b0bda {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  height: -webkit-calc(100% + 350px);
  height: calc(100% + 350px);
}
@media (min-width: 1176px) {
  .coh-ce-cpt_microsite_header-c56b0bda {
    height: -webkit-calc(100% + 290px);
    height: calc(100% + 290px);;
  }
}
.coh-ce-cpt_microsite_header-a497bc72 {
  padding-bottom: 80px !important;
}
@media (min-width: 565px) {
  .coh-ce-cpt_microsite_header-a497bc72 {
    padding-bottom: 100px !important;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_microsite_header-a497bc72 {
    padding-bottom: 280px !important;
  }
}
.coh-ce-cpt_microsite_hero_image_video_-dc5bc963 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-ce-cpt_microsite_hero_image_video_-42ddfbea {
  text-shadow: 0 0 10px rgb(0 0 0 / 25%);
  position: relative;
  z-index: 2;
  padding-top: 0.9375rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_hero_image_video_-42ddfbea {
    padding-top: 5rem;
    padding-right: 5rem;
    padding-bottom: 2.5rem;
    padding-left: 5rem;
  }
}
.coh-ce-cpt_microsite_section-b3a47e85 {
  background: -webkit-gradient(linear, left bottom, left top, from(#006A55), color-stop(146.56%, #1B1B1B));
  background: -webkit-linear-gradient(bottom, #006A55 0%, #1B1B1B 146.56%);
  background: -o-linear-gradient(bottom, #006A55 0%, #1B1B1B 146.56%);
  background: linear-gradient(0, #006A55 0%, #1B1B1B 146.56%);
  overflow: hidden;
  padding-top: 1.75rem;
  padding-bottom: 1.875rem;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_section-b3a47e85 {
    padding-top: 2.1875rem;
    padding-bottom: 2.5rem;
  }
}
.new-layout.coh-ce-cpt_microsite_section-b3a47e85 {
  background: none;
}
@media (min-width: 1024px) {
  .new-layout.coh-ce-cpt_microsite_section-b3a47e85 {
    padding-top: 5rem;
  }
}
.new-layout.coh-ce-cpt_microsite_section-b3a47e85 .header-detail {
  display: none;
}
.new-layout.coh-ce-cpt_microsite_section-b3a47e85 .microsoft-section-title-item {
  color: rgb(1, 103, 83);
  font-size: 2.25rem;
  line-height: 2.875rem;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 10px;
  text-decoration-color: #c1c1c1;
  text-align: left;
}
.coh-ce-cpt_microsite_section-fa7a93c7 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-transform: translate(-50%, -26.1875rem);
      -ms-transform: translate(-50%, -26.1875rem);
          transform: translate(-50%, -26.1875rem);
  height: 54.9375rem;
  width: 57.5rem;
  position: absolute;
  top: 0;
  left: 50%;
}
.coh-ce-cpt_microsite_section-3da398f1 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: "Family", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 1.875rem;
  line-height: 36px;
  text-align: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_section-3da398f1 {
    font-size: 2.875rem;
    line-height: 56px;
  }
}
.coh-ce-cpt_microsite_section-aa653ac7 {
  padding-top: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_microsite_section-aa653ac7 {
    padding-top: 1.875rem;
  }
}
.coh-ce-cpt_microsite_section-79993773 {
  width: 100%;
  max-width: 72rem;
  margin-right: auto;
  margin-left: auto;
}
.coh-ce-cpt_microsite_section_inner_intr-d1a8bdfe {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.coh-ce-cpt_microsite_section_inner_intr-38d40c31 {
  max-height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-ce-cpt_microsite_section_inner_intr-d00c9fd6 {
  position: relative;
  z-index: 2;
  -webkit-flex-basis: 70%;
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_news_listing_page-462e95f9 form[id*=views-exposed] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
  }
}
.coh-ce-cpt_news_listing_page-462e95f9 form[id*=views-exposed] > * {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.coh-ce-cpt_news_listing_page-462e95f9 .form-actions {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.coh-ce-cpt_news_listing_page-191afe8a {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_news_listing_page-191afe8a {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-cpt_news_listing_page-191afe8a .coh-style-section:nth-child(odd) {
  background-color: rgb(242, 249, 247);
}
.coh-ce-cpt_news_listing_page-191afe8a .coh-style-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_news_listing_page-191afe8a .coh-style-section-content {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 40px;
  }
}
.coh-ce-cpt_news_listing_page-191afe8a .views-row {
  -webkit-flex-basis: -webkit-calc(50% - (20px / 2));
      -ms-flex-preferred-size: calc(50% - (20px / 2));
          flex-basis: calc(50% - (20px / 2));
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: -webkit-calc(50% - (20px / 2));
  max-width: calc(50% - (20px / 2));
}
@media (min-width: 1024px) {
  .coh-ce-cpt_news_listing_page-191afe8a .views-row {
    -webkit-flex-basis: -webkit-calc(33.3333% - ((34px * 2) / 3));
        -ms-flex-preferred-size: calc(33.3333% - ((34px * 2) / 3));
            flex-basis: calc(33.3333% - ((34px * 2) / 3));
    max-width: -webkit-calc(33.3333% - ((34px * 2) / 3));
    max-width: calc(33.3333% - ((34px * 2) / 3));
  }
}
.coh-ce-cpt_news_listing_page-191afe8a .views-row .views-field, .coh-ce-cpt_news_listing_page-191afe8a .views-row .field-content, .coh-ce-cpt_news_listing_page-191afe8a .views-row article {
  height: 100%;
}
.coh-ce-cpt_research_horizontal_card-977dd577 {
  border-bottom-color: rgb(203, 76, 0);
  padding-bottom: 0.625rem;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_horizontal_card-977dd577 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    border-bottom-width: 0;
    overflow: visible;
  }
}
.coh-ce-cpt_research_horizontal_card-de9f8373 {
  margin-right: 0.6875rem;
  float: left;
}
.coh-ce-cpt_research_horizontal_card-de9f8373:before, .coh-ce-cpt_research_horizontal_card-de9f8373:after {
  clear: none;
  content: normal;
  display: inline;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_horizontal_card-de9f8373 {
    float: none;
    margin-right: 1.5rem;
  }
  .coh-ce-cpt_research_horizontal_card-de9f8373:before, .coh-ce-cpt_research_horizontal_card-de9f8373:after {
    clear: none;
    content: normal;
    display: inline;
  }
}
.coh-ce-cpt_research_horizontal_card-de9f8373 img {
  width: 7.5rem;
  min-width: 7.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_horizontal_card-de9f8373 img {
    width: 10.75rem;
    min-width: 10.75rem;
  }
}
.coh-ce-cpt_research_horizontal_card-9a313512 {
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_horizontal_card-9a313512 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_research_horizontal_card-be6f95f3 {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
}
.coh-ce-cpt_research_horizontal_card-be6f95f3 a {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_research_horizontal_card-be6f95f3 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_research_horizontal_card-c56eb1f9 {
  color: rgb(27, 27, 27);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 1.25rem;
  display: inline;
}
@media (min-width: 768px) {
  .coh-ce-cpt_research_horizontal_card-c56eb1f9 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.coh-ce-cpt_research_horizontal_card-c56eb1f9:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_research_horizontal_card-2083955c {
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_horizontal_card-2083955c {
    margin-top: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.coh-ce-cpt_research_horizontal_card-9bfbbdfb {
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coh-ce-cpt_research_listing_horizontal_-a09f7139 {
  border-bottom-color: rgb(229, 233, 238);
  padding-bottom: 0.625rem;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-a09f7139 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    border-bottom-width: 0;
    overflow: visible;
  }
}
.coh-ce-cpt_research_listing_horizontal_-2074845c {
  margin-right: 0.6875rem;
  float: left;
  display: none;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.coh-ce-cpt_research_listing_horizontal_-2074845c:before, .coh-ce-cpt_research_listing_horizontal_-2074845c:after {
  clear: none;
  content: normal;
  display: inline;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-2074845c {
    float: none;
    margin-right: 1.5rem;
    display: block;
  }
  .coh-ce-cpt_research_listing_horizontal_-2074845c:before, .coh-ce-cpt_research_listing_horizontal_-2074845c:after {
    clear: none;
    content: normal;
    display: inline;
  }
}
.coh-ce-cpt_research_listing_horizontal_-2074845c img {
  width: 7.5rem;
  min-width: 7.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-2074845c img {
    width: 10.75rem;
    min-width: 10.75rem;
  }
}
.coh-ce-cpt_research_listing_horizontal_-9a313512 {
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-9a313512 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_research_listing_horizontal_-77d59f42 {
  font-weight: 600;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-77d59f42 {
    margin-bottom: 0.3125rem;
  }
}
.coh-ce-cpt_research_listing_horizontal_-77d59f42 a {
  color: rgb(101, 105, 110);
}
.coh-ce-cpt_research_listing_horizontal_-77d59f42 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_research_listing_horizontal_-766ca3e5 {
  color: rgb(1, 103, 83);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .coh-ce-cpt_research_listing_horizontal_-766ca3e5 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(27, 27, 27);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-766ca3e5 {
    margin-bottom: 1.25rem;
  }
}
.coh-ce-cpt_research_listing_horizontal_-766ca3e5:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_research_listing_horizontal_-fde13ecf {
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-fde13ecf {
    display: none;
  }
}
.coh-ce-cpt_research_listing_horizontal_-fde13ecf p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_research_listing_horizontal_-86ce72b6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_listing_horizontal_-86ce72b6 {
    margin-top: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 400;
  }
}
.coh-ce-cpt_research_listing_horizontal_-9db10d40 {
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coh-ce-cpt_research_listing_horizontal_-9bfbbdfb {
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.coh-ce-cpt_search_result_card-a09f7139 {
  border-bottom-color: rgb(229, 233, 238);
  padding-bottom: 0.625rem;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-a09f7139 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    border-bottom-width: 0;
    overflow: visible;
  }
}
.coh-ce-cpt_search_result_card-1ed49813 {
  margin-right: 0.6875rem;
  display: none;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-1ed49813 {
    margin-right: 1.5rem;
    display: block;
    min-width: 10.75rem;
    width: 10.75rem;
    float: left;
  }
}
.coh-ce-cpt_search_result_card-1ed49813:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e917";
  font-family: "icomoon";
  color: rgb(255, 255, 255);
  font-size: 1.875rem;
  background-color: rgb(1, 103, 83);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-1ed49813:after {
    font-size: 5.3125rem;
  }
}
.coh-ce-cpt_search_result_card-1ed49813 img {
  width: 7.5rem;
  min-width: 7.5rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-1ed49813 img {
    width: 10.75rem;
    min-width: 10.75rem;
  }
}
.coh-ce-cpt_search_result_card-d895dd4c {
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-d895dd4c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_search_result_card-77d59f42 {
  font-weight: 600;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-77d59f42 {
    margin-bottom: 0.3125rem;
  }
}
.coh-ce-cpt_search_result_card-77d59f42 a {
  color: rgb(101, 105, 110);
}
.coh-ce-cpt_search_result_card-77d59f42 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_search_result_card-b0dae930 {
  color: rgb(1, 103, 83);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.625rem;
  display: inline-block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_search_result_card-b0dae930 {
    color: rgb(27, 27, 27);
  }
}
.coh-ce-cpt_search_result_card-b0dae930:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_search_result_card-975390ea {
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_search_result_card-975390ea p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_search_result_card-17c1a948 {
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: auto;
}
.coh-ce-cpt_section-97271b24 {
  fill: #fff;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}
.coh-ce-cpt_section-97271b24 svg {
  max-width: 100%;
}
.coh-ce-cpt_section-2b1d158a {
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_simple_slider_hero_banner-f207c845 {
    height: 100%;
    z-index: -1;
  }
}
.coh-ce-cpt_simple_slider_hero_banner-14b2d57 {
  position: relative;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid > button.slick-arrow {
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 32px;
  width: 32px;
  padding-left: 0;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid > button.slick-arrow:before {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(178, 180, 182);
  content: ' ';
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 10px;
  width: 10px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  position: relative;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid > button.slick-arrow.slick-prev {
  left: -16px;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid > button.slick-arrow.slick-prev:before {
  border-bottom-width: 0;
  border-right-width: 0;
  left: 13px;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid > button.slick-arrow.slick-next {
  right: -16px;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid > button.slick-arrow.slick-next:before {
  border-left-width: 0;
  border-top-width: 0;
  right: -6px;
}
.coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid {
  overflow: visible;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_simple_slider_hero_banner-2ad1a5fa .coh-slider-container-mid {
    overflow: visible;
  }
}
.coh-ce-cpt_slide_for_hero_banner-88daa0dc {
  position: relative;
}
.coh-ce-cpt_slide_for_hero_banner-fc2e43e3 {
  background-color: rgb(0, 106, 85);
  width: 100%;
  padding: 20px;
  padding-right: 45px;
  margin-bottom: 0;
  background: rgb(0,20,16);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,20,16,1)), to(rgba(0,30,24,0)));
  background: -webkit-linear-gradient(bottom, rgba(0,20,16,1) 0%, rgba(0,30,24,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,20,16,1) 0%, rgba(0,30,24,0) 100%);
  background: linear-gradient(0deg, rgba(0,20,16,1) 0%, rgba(0,30,24,0) 100%);
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_slide_for_hero_banner-fc2e43e3 {
    background-color: rgba(0, 0, 0, 0);
    padding: 30px;
    padding-right: 30px;
  }
}
.coh-ce-cpt_slide_for_hero_banner-cd32ba97 {
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-weight: 900;
  font-size: 28px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_slide_for_hero_banner-cd32ba97 {
    font-size: 65px;
    margin-right: 80px;
    margin-left: 130px;
    line-height: 60px;
  }
}
.coh-ce-cpt_slide_for_hero_banner-6df4f15a {
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 100%;
  color: rgb(50, 50, 50);
  font-size: 0.75rem;
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  line-height: normal;
}
.coh-ce-cpt_styleguide_demo_block-dd952dd4 {
  margin-top: 3.125rem;
}
.coh-ce-cpt_styleguide_demo_block-dd952dd4:first-child {
  margin-top: 0;
}
.coh-ce-cpt_styleguide_demo_block-850e74e9 {
  margin-bottom: 1.25rem;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(1, 103, 83);
}
.coh-ce-cpt_test_component_with_fontello-16dbf873 {
  font-family: "Fontello";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 565px) {
  .coh-ce-cpt_test_component_with_fontello-16dbf873 {
    font-family: "Fontello";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_test_component_with_fontello-16dbf873 {
    font-family: "Fontello";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_test_component_with_fontello-16dbf873 {
    font-family: "Fontello";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 1400px) {
  .coh-ce-cpt_test_component_with_fontello-16dbf873 {
    font-family: "Fontello";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.coh-ce-cpt_test_only_banner_text_50_50-acfb5c0f {
  height: 100%;
  width: 13.75rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .coh-ce-cpt_test_only_banner_text_50_50-acfb5c0f {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_test_only_banner_text_50_50-acfb5c0f {
    width: 31.25rem;
  }
}
.coh-ce-cpt_test_only_banner_text_50_50-459c1173 {
  gap: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_test_only_banner_text_50_50-459c1173 {
    gap: 0px;
  }
}
.coh-ce-cpt_test_only_banner_text_50_50-2b78ecff {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_test_only_banner_text_50_50-2b78ecff {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 3.125rem;
    border-right-width: 0.0625rem;
    border-right-style: solid;
    border-right-color: rgb(202, 230, 224);
  }
}
.coh-ce-cpt_test_only_banner_text_50_50-3930508f {
  margin-top: 0;
}
.coh-ce-cpt_test_only_banner_text_50_50-91d7c2dd p:last-child {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_test_only_banner_text_50_50-5820fc77 {
  margin-top: auto;
}
.coh-ce-cpt_test_only_banner_text_50_50-eb9c4f67 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_test_only_banner_text_50_50-eb9c4f67 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3.125rem;
  }
}
.coh-ce-cpt_test_only_banner_text_50_50-70fdc2a9 p:last-child {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_photo_credit_tag_box-81824768 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.position--vertical.coh-ce-cpt_photo_credit_tag_box-81824768 {
  -webkit-transform: rotateZ(-90deg) translateY(100%);
      -ms-transform: rotate(-90deg) translateY(100%);
          transform: rotateZ(-90deg) translateY(100%);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.position--vertical.position-bottom-right.coh-ce-cpt_photo_credit_tag_box-81824768 {
  -webkit-transform: rotateZ(90deg) translateY(100%);
      -ms-transform: rotate(90deg) translateY(100%);
          transform: rotateZ(90deg) translateY(100%);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.position--vertical.position-static.coh-ce-cpt_photo_credit_tag_box-81824768 {
  -webkit-transform: rotateZ(0deg) translate(0, 0);
      -ms-transform: rotate(0deg) translate(0, 0);
          transform: rotateZ(0deg) translate(0, 0);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.position-bottom-left.coh-ce-cpt_photo_credit_tag_box-81824768 {
  bottom: 0;
  left: 0;
  right: auto;
}
.position-bottom-right.coh-ce-cpt_photo_credit_tag_box-81824768 {
  bottom: 0;
  left: auto;
  right: 0;
}
.position-static.coh-ce-cpt_photo_credit_tag_box-81824768 {
  position: static;
}
.coh-ce-cpt_title_banner-b465ebfc {
  background-color: rgb(242, 249, 247);
}
.coh-ce-cpt_title_banner-4c0fbc16 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}
.coh-ce-cpt_title_banner-69978722 {
  margin-right: -1.3125rem;
  margin-left: -1.3125rem;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_title_banner-69978722 {
    margin-right: 0;
    margin-left: 0;
  }
}
.coh-ce-cpt_title_banner-e878f0bd img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.coh-ce-cpt_title_banner-bc80ec6d {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_title_banner-bc80ec6d {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.coh-ce-cpt_title_banner-33454513 {
  font-weight: 600;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 1.125rem;
}
.coh-ce-cpt_title_banner-33454513 a {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(101, 105, 110);
  font-weight: 600;
}
.coh-ce-cpt_title_banner-33454513 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_title_banner-85609213 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_title_banner-85609213 {
    margin-bottom: 1.25rem;
  }
}
.coh-ce-cpt_title_banner-a20975a1 {
  font-weight: 400;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-top: 1.25rem;
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_title_banner-a20975a1 {
    display: block;
    margin-top: -0.125rem;
  }
}
.coh-ce-cpt_title_banner-ad4c2725 {
  font-weight: 400;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_title_banner-ad4c2725 {
    display: block;
  }
}
.coh-ce-cpt_title_banner-ad4c2725 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_title_banner-522bc4a {
  display: none;
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_title_banner-522bc4a {
    display: block;
  }
}
.coh-ce-cpt_title_banner-8384755b {
  margin-top: 1.25rem;
}
.coh-ce-de382c1d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-ce-9486d617 {
  line-height: 1.125rem;
}
.coh-ce-9486d617:first-child a {
  margin-top: 0;
}
.coh-ce-fd5fd9e3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
}
@media (min-width: 768px) {
  .coh-ce-fd5fd9e3 {
    font-size: 1rem;
    line-height: 16px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.coh-ce-1f955b0f {
  line-height: 1.125rem;
}
.coh-ce-1f955b0f + li {
  margin-top: 0.625rem;
}
.coh-ce-b18a571b {
  font-size: 0.875rem;
  padding: 0;
  font-family: "Soehne Kraftig", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .coh-ce-b18a571b {
    font-size: 16px;
  }
}
.coh-ce-b18a571b:before {
  font-size: 0.875rem;
  margin-right: 0.6875rem;
  text-align: center;
  width: 1.5rem;
  color: rgb(0, 106, 85);
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-529ce088 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  border-top-width: 0.125rem;
  border-top-color: rgb(202, 230, 224);
  border-top-style: solid;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 565px) {
  .coh-ce-529ce088 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1176px) {
  .coh-ce-529ce088 {
    display: none;
  }
}
.coh-ce-47596b39 .coh-view-contents > :first-child .coh-ce-cpt_research_small_vertical_card-2fefba7f {
  padding-top: 0;
}
.coh-ce-99b4230f {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-99b4230f {
    margin-bottom: 2.125rem;
  }
}
.coh-ce-da9148fb > article {
  height: 100%;
}
.coh-ce-7ed16b24 > .coh-view-contents {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-7ed16b24 > .coh-view-contents {
    gap: 40px;
  }
}
.coh-ce-5c641f32 .coh-view-contents {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-e0795294 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1024px) {
  .coh-ce-f4233240 {
    margin-bottom: 2.5rem;
  }
}
.coh-ce-5c641f32 .coh-view-contents {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-8712c9b9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-8712c9b9 {
    margin-bottom: 2.5rem;
  }
}
.coh-ce-99b4230f {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-99b4230f {
    margin-bottom: 2.125rem;
  }
}
.coh-ce-78785016 {
  margin-bottom: 1.875rem;
}
@media (min-width: 1176px) {
  .coh-ce-78785016 {
    margin-bottom: 0;
  }
}
.coh-ce-437a32b > .coh-view-contents {
  row-gap: 30px;
  row-gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-437a32b > .coh-view-contents:before {
  content: normal;
}
.coh-ce-437a32b > .coh-view-contents:after {
  content: normal;
}
.coh-ce-744a068 > .coh-view-contents {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-744a068 > .coh-view-contents {
    gap: 40px;
  }
}
.coh-ce-78785016 {
  margin-bottom: 1.875rem;
}
@media (min-width: 1176px) {
  .coh-ce-78785016 {
    margin-bottom: 0;
  }
}
.coh-ce-eef797b9 {
  position: relative;
  display: inline-block;
}
.coh-ce-6a9e2be {
  width: 100%;
}
.coh-ce-eef797b9 {
  position: relative;
  display: inline-block;
}
.coh-ce-eef797b9 {
  position: relative;
  display: inline-block;
}
.coh-ce-6a9e2be {
  width: 100%;
}
.coh-ce-eef797b9 {
  position: relative;
  display: inline-block;
}
.coh-ce-6a9e2be {
  width: 100%;
}
.coh-ce-933ff74d {
  min-width: 35rem;
}
@media (min-width: 1024px) {
  .coh-ce-75c1bced {
    padding-top: 3.125rem;
  }
}
.coh-ce-d292a8e0 {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
  margin-right: -0.625rem;
  margin-bottom: 1.875rem;
  margin-left: -0.625rem;
  background-color: rgb(242, 249, 247);
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px !important;
  padding-right: 20px !important;
  max-width: none;
}
.coh-ce-f9a9db53 {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-f9a9db53 {
    width: auto;
    margin-bottom: 2.5rem;
  }
}
.coh-ce-d8edb44e {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-7644f1df {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-7644f1df p {
  font-weight: 600;
  margin-bottom: 0;
}
.coh-ce-7644f1df strong {
  font-weight: 600;
}
.coh-ce-5a1a338b {
  width: 100%;
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-5a1a338b {
    width: auto;
  }
}
.coh-ce-709d6300 + .events-speaker-item {
  margin-top: 1.25rem;
}
.coh-ce-c7c6b22 {
  background-color: rgb(248, 249, 251);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-c7c6b22 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.coh-ce-5dc127a3 {
  float: left;
  margin-right: 1.25rem;
}
.coh-ce-5dc127a3:before, .coh-ce-5dc127a3:after {
  clear: none;
  content: normal;
  display: inline;
}
@media (min-width: 1024px) {
  .coh-ce-5dc127a3 {
    margin-right: 3.375rem;
  }
}
.coh-ce-5dc127a3 img {
  width: 7.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-5dc127a3 img {
    width: 16.875rem;
  }
}
.coh-ce-d6893310 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-d6893310 {
    margin-bottom: 1.375rem;
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.coh-ce-984c633e {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgb(101, 105, 110);
}
@media (min-width: 1024px) {
  .coh-ce-984c633e {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(27, 27, 27);
    margin-bottom: 1.875rem;
  }
}
.coh-ce-76e4a1c0 {
  overflow: hidden;
  float: left;
  margin-top: 1.25rem;
  border-top-width: 0.125rem;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.coh-ce-76e4a1c0:before, .coh-ce-76e4a1c0:after {
  clear: both;
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  .coh-ce-76e4a1c0:before, .coh-ce-76e4a1c0:after {
    clear: none;
    content: normal;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .coh-ce-76e4a1c0 {
    margin-top: 2.5rem;
    border-top-width: 0;
    width: auto;
    float: none;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
  }
  .coh-ce-76e4a1c0:before, .coh-ce-76e4a1c0:after {
    clear: none;
    content: normal;
    display: inline;
  }
}
.coh-ce-d58071a1 {
  gap: 10px;
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .coh-ce-d58071a1 {
    font-size: 1.9375rem;
    gap: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.coh-ce-d58071a1 a:before {
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .coh-ce-d58071a1 a:before {
    font-size: 1.9375rem;
  }
}
.coh-ce-7bc30504:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  font-family: "icomoon";
}
.coh-ce-99ccebe2:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-family: "icomoon";
}
.coh-ce-2f6e6491:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  font-family: "icomoon";
}
@media (min-width: 1024px) {
  .coh-ce-241ccdb6 {
    margin-left: -0.625rem;
  }
}
.coh-ce-b35140dd:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-family: "icomoon";
}
.coh-ce-e6716c2e:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-family: "icomoon";
}
.coh-ce-a109e6f7:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-family: "icomoon";
}
.coh-ce-328c123b:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
  font-family: "icomoon";
}
.coh-ce-e846f1c8:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-family: "icomoon";
}
.coh-ce-c4a141a0 p:last-child {
  margin-bottom: 0;
}
.coh-ce-c803bffe {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-c803bffe {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-3930508f {
  margin-top: 0;
}
.coh-ce-9a204005 .section {
  padding-top: 0;
}
.coh-ce-1e8cd273 {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(1, 103, 83);
}
@media (min-width: 1024px) {
  .coh-ce-1e8cd273 {
    padding-bottom: 1.25rem;
  }
}
article:last-of-type > .coh-ce-1e8cd273 {
  margin-bottom: 0;
}
.coh-style-accordion-content-area-main article:last-of-type > .coh-ce-1e8cd273 {
  border-bottom-width: 0;
  padding-bottom: 0;
}
.coh-ce-92e26bdd {
  font-weight: 600;
  color: rgb(27, 27, 27);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
}
.coh-ce-92e26bdd a {
  color: rgb(27, 27, 27);
}
.coh-ce-92e26bdd a:hover {
  text-decoration-line: none;
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-3a26d4b2 {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: rgb(203, 76, 0);
  font-weight: 600;
}
.coh-ce-94598421 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-ce-94598421 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 0.625rem;
  }
}
.coh-ce-5b04c85f {
  color: inherit;
}
.coh-ce-a221d63 {
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-a221d63 {
    margin-bottom: 1.25rem;
  }
}
.coh-ce-a221d63 p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-51a029cc {
  display: none;
  margin-bottom: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-51a029cc {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .coh-ce-5fa76271 {
    margin-bottom: 2.5rem;
  }
}
.coh-ce-329973d2 {
  height: 100%;
}
.coh-ce-b6bb5c71 {
  position: relative;
}
.coh-ce-b6bb5c71 .coh-style-sidebar-mobile-overlay .coh-style-sidebar-panel {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-b6bb5c71 .coh-style-sidebar-mobile-overlay .coh-style-sidebar-panel {
    display: block;
  }
}
.coh-ce-b6bb5c71 .coh-style-sidebar-mobile-overlay .coh-style-sidebar-panel:first-child {
  display: block;
}
.coh-ce-7c5bcac1 .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-7c5bcac1 .coh-slider-nav-bottom {
  padding-top: 20px;
}
.coh-ce-ae1a17da article {
  height: 100%;
}
.coh-ce-d1f1df15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.coh-ce-c6501552 {
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(202, 230, 224);
  padding-top: 1.3125rem;
  margin-top: 1.3125rem;
}
.coh-ce-5a95001 {
  display: none;
}
.coh-ce-54a579a3 {
  padding: 1.25rem;
}
.coh-ce-e586e486 {
  background-color: rgb(248, 249, 251);
  padding-top: 0.6875rem;
  padding-right: 1.3125rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(229, 233, 238);
}
.coh-ce-e586e486 p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-7da00d80 {
  width: 100%;
  margin-top: 0.625rem;
}
.coh-ce-78b2cac3 {
  max-width: 100%;
}
.coh-ce-b06c28b4 {
  font-size: 0;
}
.coh-ce-fd90bc3e {
  height: 2.875rem;
  width: 100%;
  margin-bottom: 1.25rem;
}
.coh-ce-e2b7118f {
  height: 0.625rem;
  width: 100%;
  margin-bottom: 0.625rem;
}
.coh-ce-affb5c51 {
  padding-top: 2.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-affb5c51 {
    padding-top: 3.75rem;
  }
}
.coh-ce-dcecb2fd {
  font-style: italic;
}
.coh-ce-c4ca3b22:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
  font-family: "icomoon";
  vertical-align: middle;
  font-size: 1.125rem;
  display: inline-block;
}
.coh-ce-fdc919d8 {
  position: absolute;
  right: 0;
  z-index: 1;
  display: none;
  top: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-fdc919d8 {
    display: block;
  }
}
.coh-style-document-scrolled .coh-ce-fdc919d8 {
  position: fixed;
  top: 0;
}
.coh-style-document-scrolled .gin--horizontal-toolbar .coh-ce-fdc919d8 {
  top: 2.4375rem;
}
@media (min-width: 1024px) {
  .coh-style-document-scrolled .gin--horizontal-toolbar .coh-ce-fdc919d8 {
    top: 3.375rem;
  }
}
.coh-ce-592a45bb:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  font-family: "icomoon";
}
.coh-ce-2cc378bf:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e915";
  font-family: "icomoon";
}
.coh-ce-ba684a95 {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
}
.coh-ce-368c5a04 {
  margin-top: -3.125rem;
}
.coh-ce-45eb7cdc {
  margin-top: 2.5rem;
}
.coh-ce-1d1ac91a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .coh-ce-1d1ac91a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1176px) {
  .coh-ce-2f291ce3 {
    border-left-width: 40px;
    border-right-width: 40px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
  }
}
.coh-ce-1c75238e {
  position: relative;
  border-left-width: 20px;
  border-right-width: 20px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
@media (min-width: 1176px) {
  .coh-ce-1c75238e {
    border-left-width: 40px;
    border-right-width: 40px;
  }
}
.coh-ce-e928509f {
  margin-top: 2.5rem;
  border-left-width: 20px;
  border-right-width: 20px;
  border-bottom-width: 20px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
}
@media (min-width: 1176px) {
  .coh-ce-e928509f {
    border-left-width: 40px;
    border-right-width: 40px;
  }
}
@media (min-width: 1176px) {
  .coh-ce-99b01f2 {
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-left-width: 40px;
    border-right-width: 40px;
  }
}
.coh-ce-87b02429 {
  position: relative;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-left-width: 20px;
  border-right-width: 20px;
}
@media (min-width: 1176px) {
  .coh-ce-87b02429 {
    border-left-width: 40px;
    border-right-width: 40px;
  }
}
.coh-ce-876e0ac0 {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-876e0ac0 {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.coh-ce-ef7da4b4 li {
  line-height: 0;
}
.coh-ce-ef7da4b4 li + li {
  margin-top: 1.25rem;
}
.coh-ce-ef7da4b4 input[type=checkbox] + label {
  margin-bottom: 0;
}
.coh-ce-ef7da4b4 .facets-widget-checkbox > .label {
  margin-bottom: 1.25rem;
}
.coh-ce-3985e4dd {
  margin-top: 2.5rem;
  border-left-width: 20px;
  border-right-width: 20px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-bottom-width: 20px;
}
@media (min-width: 1176px) {
  .coh-ce-3985e4dd {
    border-left-width: 40px;
    border-right-width: 40px;
  }
}
.coh-ce-7ed16b24 > .coh-view-contents {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-7ed16b24 > .coh-view-contents {
    gap: 40px;
  }
}
.coh-ce-e0795294 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
.coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li {
  margin-bottom: 0.3125rem;
  position: relative;
}
@media (min-width: 768px) {
  .coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li {
    margin-bottom: 0;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1176px) {
  .coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
.coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li:after {
  background-color: rgb(202, 230, 224);
  height: 1.125rem;
  width: 0.0625rem;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0.3125rem;
  right: 0;
}
@media (min-width: 768px) {
  .coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li:after {
    content: "";
  }
}
.coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li:last-child:after {
  display: none;
}
.coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li.is-active a {
  color: rgb(242, 249, 247);
  background-color: rgb(1, 103, 83);
}
@media (min-width: 768px) {
  .coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li.is-active a {
    color: rgb(1, 103, 83);
    background-color: rgba(0, 0, 0, 0);
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-line: underline;
  }
}
.coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li a {
  color: rgb(101, 105, 110);
  background-color: rgb(242, 249, 247);
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_centers_sub_menu-b4863fe5 .coh-accordion-tabs-nav li a {
    padding: 0.3125rem;
    background-color: rgba(0, 0, 0, 0);
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.coh-ce-cpt_news_release_page_component-876e0ac0 {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(202, 230, 224);
  padding-bottom: 2.5rem;
  margin-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_news_release_page_component-876e0ac0 {
    border-bottom-width: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.coh-ce-cpt_news_release_page_component-ef7da4b4 li {
  line-height: 0;
}
.coh-ce-cpt_news_release_page_component-ef7da4b4 li + li {
  margin-top: 1.25rem;
}
.coh-ce-cpt_news_release_page_component-ef7da4b4 input[type=checkbox] + label {
  margin-bottom: 0;
}
.coh-ce-cpt_news_release_page_component-ef7da4b4 .facets-widget-checkbox > .label {
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_news_release_page_component-9e587e75 {
  position: relative;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-left-width: 20px;
  border-right-width: 20px;
  margin-bottom: 5.625rem;
}
@media (min-width: 1176px) {
  .coh-ce-cpt_news_release_page_component-9e587e75 {
    border-left-width: 40px;
    border-right-width: 40px;
  }
}
.coh-ce-cpt_page_intro_text-a14dfae7 {
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  max-width: 72rem;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}
.coh-ce-cpt_staff_listing_page-5a95001 {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_staff_listing_page-6ee719e7 form[id*=views-exposed] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
  }
}
.coh-ce-cpt_staff_listing_page-6ee719e7 form[id*=views-exposed] > * {
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.coh-ce-cpt_staff_listing_page-6ee719e7 .form-actions {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.coh-ce-cpt_staff_listing_page-191afe8a {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_staff_listing_page-191afe8a {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-cpt_staff_listing_page-191afe8a .coh-style-section:nth-child(odd) {
  background-color: rgb(242, 249, 247);
}
.coh-ce-cpt_staff_listing_page-191afe8a .coh-style-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_staff_listing_page-191afe8a .coh-style-section-content {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    row-gap: 40px;
  }
}
.coh-ce-cpt_staff_listing_page-191afe8a .views-row {
  -webkit-flex-basis: -webkit-calc(50% - (20px / 2));
      -ms-flex-preferred-size: calc(50% - (20px / 2));
          flex-basis: calc(50% - (20px / 2));
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  max-width: -webkit-calc(50% - (20px / 2));
  max-width: calc(50% - (20px / 2));
}
@media (min-width: 1024px) {
  .coh-ce-cpt_staff_listing_page-191afe8a .views-row {
    -webkit-flex-basis: -webkit-calc(33.3333% - ((34px * 2) / 3));
        -ms-flex-preferred-size: calc(33.3333% - ((34px * 2) / 3));
            flex-basis: calc(33.3333% - ((34px * 2) / 3));
    max-width: -webkit-calc(33.3333% - ((34px * 2) / 3));
    max-width: calc(33.3333% - ((34px * 2) / 3));
  }
}
.coh-ce-cpt_staff_listing_page-191afe8a .views-row .views-field, .coh-ce-cpt_staff_listing_page-191afe8a .views-row .field-content, .coh-ce-cpt_staff_listing_page-191afe8a .views-row article {
  height: 100%;
}
.coh-ce-cpt_tabs_content_component-d2aa1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(229, 229, 229);
  border-bottom-color: rgb(229, 229, 229);
  margin-bottom: 4rem;
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 150px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_tabs_content_component-d2aa1 {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
  }
}
.coh-ce-cpt_tabs_content_component-d2aa1:before {
  display: none;
}
.coh-ce-cpt_tabs_content_component-d2aa1:after {
  display: none;
}
.coh-ce-cpt_tabs_content_component-d2aa1 .btn-tab-buttonnn {
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  color: rgb(182, 182, 182);
  font-size: 1.5rem;
  background-color: rgb(243, 243, 243);
  text-transform: capitalize;
}
.coh-ce-cpt_tabs_content_component-d2aa1 .btn-tab-buttonnn.active {
  background-color: rgb(1, 103, 83);
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_tabs_content_component-d2aa1 .tab-item {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 2rem;
          border-radius: 2rem;
}
.coh-ce-cpt_tabs_content_component-d2aa1 .tab-item:focus {
  outline: 0;
}
.coh-ce-cpt_tabs_content_component-d2aa1 .tab-item.tab-item-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.coh-ce-cpt_tabs_content_component-d2aa1 .tab-item.active {
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_tabs_content_component-d2aa1 .tab-item .tab-item-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.coh-ce-cpt_tabs_content_component-d2aa1 .btn-tab-button {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_tabs_content_component-d2aa1 .btn-tab-button {
    font-size: 1rem;
  }
}
.coh-ce-cpt_tabs_content_component-d2aa1 .btn-tab-button.active {
  background-color: rgb(203, 76, 0);
}
.coh-ce-cpt_tabs_content_component-a6529bb0 .tab-container-item {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  max-width: 0;
}
.coh-ce-cpt_tabs_content_component-a6529bb0 .tab-container-item.active {
  overflow: visible;
  opacity: 1;
  max-height: unset;
  max-width: unset;
}
.active.coh-ce-cpt_tabs_content_component-c216fb4d {
  display: block;
}
.active.coh-ce-cpt_tabs_content_component-33b4b5e6 {
  display: block;
}
.article + article .coh-ce-cpt_expert_text_only-1391d3cb {
  margin-top: 1.875rem;
}
.coh-ce-cpt_expert_text_only-634af643 {
  margin-top: 0;
  margin-bottom: 0.1875rem;
  font-size: 18px;
}
.coh-ce-cpt_sidebar_panel-9e14b9a0 + .coh-style-sidebar-panel {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_sidebar_panel-9e14b9a0 + .coh-style-sidebar-panel {
    margin-top: 3.125rem;
  }
}
.coh-ce-cpt_sidebar_panel-c81439a6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_sidebar_panel-c81439a6 {
    margin-bottom: 1.25rem;
  }
}
.coh-ce-cpt_featured_research_card-eb4a4e1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom-style: solid;
  border-bottom-width: 0.125rem;
  border-bottom-color: rgb(203, 76, 0);
  padding-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-eb4a4e1 {
    padding-bottom: 0;
    border-bottom-width: 0;
  }
}
.coh-ce-cpt_featured_research_card-c14199e5 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-c14199e5 {
    position: static;
    display: none;
  }
}
.coh-ce-cpt_featured_research_card-4e3f8410 {
  margin-right: 0.6875rem;
  width: 35%;
  min-width: 35%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-4e3f8410 {
    margin-right: 3.125rem;
    width: 50%;
    min-width: 50%;
  }
}
.coh-ce-cpt_featured_research_card-4e3f8410 img {
  width: 100%;
}
.coh-ce-cpt_featured_research_card-cc7f40ba {
  position: relative;
  display: block;
}
.coh-ce-cpt_featured_research_card-7ad94a65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-7ad94a65 {
    padding-right: 1.9375rem;
  }
}
.coh-ce-cpt_featured_research_card-f4236043 {
  margin-bottom: 0.3125rem;
  color: rgb(101, 105, 110);
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.125rem;
  pointer-events: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-f4236043 {
    margin-bottom: 0.9375rem;
  }
}
.coh-ce-cpt_featured_research_card-f4236043 a {
  color: rgb(101, 105, 110);
  pointer-events: all;
}
.coh-ce-cpt_featured_research_card-f4236043 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_featured_research_card-664f286d {
  color: rgb(27, 27, 27);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-664f286d {
    margin-bottom: 0.9375rem;
    font-size: 2rem;
    line-height: 2.5625rem;
  }
}
.coh-ce-cpt_featured_research_card-daccbb21 {
  color: rgb(27, 27, 27);
  position: relative;
}
.coh-ce-cpt_featured_research_card-daccbb21:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_featured_research_card-3bfc773a {
  font-weight: 400;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-3bfc773a {
    display: block;
  }
}
.coh-ce-cpt_featured_research_card-3bfc773a p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_featured_research_card-8071760c {
  color: rgb(27, 27, 27);
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.9375rem;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-8071760c {
    display: block;
  }
}
.coh-ce-cpt_featured_research_card-8071760c p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_featured_research_card-823f72e6 {
  margin-top: auto;
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_featured_research_card-823f72e6 {
    display: inline-block;
  }
}
.coh-ce-cpt_banner_text_50_50-acfb5c0f {
  height: 100%;
  width: 13.75rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .coh-ce-cpt_banner_text_50_50-acfb5c0f {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg width='566' height='541' viewBox='0 0 566 541' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_779_17266)'%3E%3Cpath d='M529.76 369.02L565.27 283.4L565.54 283.02L565.28 282.86L538.39 131.43V131.27L423.32 27.5703V27.2803H422.91L329.91 0.0302734H329.84L141.54 5.35027H141.29L28.7001 168.48V168.54L0.0800781 249.74V249.85L21.3701 402.95V403.12L135.85 507L135.92 507.06L225.8 540.06H225.9L415.12 523.65L529.54 369.32L529.81 369.26L529.76 369.02ZM425.23 88.8803L362.41 30.3003H362.99L422.36 28.3003L425.23 88.8803ZM425.3 90.3103L430.3 194.62L290.86 34.8503L361.04 30.3903L425.3 90.3103ZM510.42 247.19L431.77 196.06L496.94 157.57L510.42 247.19ZM524.34 339.7L499.42 375.04L482.09 378.87L431.62 197.17L510.62 248.51L524.34 339.7ZM511.74 249.24L564.12 283.3L525.12 338.52L511.74 249.24ZM524.56 341.13L528.68 368.57L500.86 374.72L524.56 341.13ZM190.76 504.38L135.13 449.78L132.51 354.02L141.93 349.1L268.32 494.63L261.16 502.12L190.76 504.38ZM260.18 503.14L225.96 538.92L191.74 505.34L260.18 503.14ZM189.37 504.42L136.67 506.11L135.17 451.22L189.37 504.42ZM134.1 448.78L70.5201 386.37L131.52 354.53L134.1 448.78ZM77.4601 132.78L84.97 161.32L56.55 164.87L77.4601 132.78ZM78.3301 132.14L205.73 146.22L85.97 161.22L78.3301 132.14ZM424.77 198.72L325.77 251.25L322.93 234.32L325.77 233.32L424.77 198.72ZM322.03 234.72L324.88 251.72L236.99 298.38L234.12 281.9L322.03 234.72ZM233.94 280.86L210.72 147.36L321.5 233.88L233.94 280.86ZM325.06 252.75L350.93 406.82L237.46 299.24L325.06 252.75ZM236.06 298.86L152.24 342.57L132.8 336.22L233.19 282.35L236.06 298.86ZM236.53 299.74L349.72 407.04L153.56 343.04L236.53 299.74ZM325.99 252.26L429.89 197.1L351.89 406.28L325.99 252.26ZM425.62 197.31L322.46 233.38L212.03 147.13L428.97 196.13L425.62 197.31ZM232.97 281.31L132.52 335.27L209.81 147.94L232.97 281.31ZM150.97 343.2L142.14 347.81L133.06 337.36L150.97 343.2ZM152.29 343.64L350.73 408.38L268.98 493.86L142.84 348.63L152.29 343.64ZM352.43 407.47L430.72 197.61L481.08 379.04L352.43 407.47ZM481.35 380.01L485.35 394.41L359.99 406.87L481.35 380.01ZM210.85 145.83L289.85 35.2303L429.42 195.23L210.85 145.83ZM209.85 145.44L209.24 144.96L209.35 145.58L78.35 131.1L141.7 6.38027L288.88 34.7603L209.85 145.44ZM209.17 146.76L131.62 334.8L86.22 162.13L209.17 146.76ZM141.17 348.33L132.39 352.91L131.98 337.75L141.17 348.33ZM268.89 495.39L274.36 501.69L262.5 502.07L268.89 495.39ZM275.7 501.7L269.58 494.7L351.25 409.3L351.4 410.16L351.94 408.7L485.03 395.53L414.62 522.71L275.7 501.7ZM482.26 379.83L498.47 376.25L486.13 393.75L482.26 379.83ZM431.19 195.19L426.26 91.2903L496.4 156.7L431.19 195.19ZM291.19 33.8303L329.61 1.17027L359.93 29.4503L291.19 33.8303ZM289.58 33.8803L146.07 6.19028L328.32 1.04028L289.58 33.8803ZM77.23 131.26L55.23 165L30.1301 168.13L137.68 12.2403L77.23 131.26ZM54.53 166.09L34.7701 196.41L29.6901 169.2L54.53 166.09ZM33.98 197.63L2.36005 246.14L28.9601 170.69L33.98 197.63ZM34.2501 199.05L49.6801 281.75L1.20007 249.75L34.2501 199.05ZM35.04 197.84L55.8301 165.93L85.22 162.26L130.71 335.26L50.8301 282.57L35.04 197.84ZM130.62 336.35L67.9901 374.35L51.1201 283.92L130.62 336.35ZM131.08 337.24L131.53 353.42L70.0801 385.5L68.1801 375.36L131.08 337.24ZM69.1401 385.92L26.1401 400.85L67.29 375.91L69.1401 385.92ZM69.5701 386.82L134.17 450.21L135.62 505.47L22.7501 403.07L69.5701 386.82ZM190.39 505.39L223.99 538.39L138.8 507.07L190.39 505.39ZM261.64 503.1L275.47 502.65L410.62 523.12L227.25 539.02L261.64 503.1ZM486.32 395.37H486.66L486.56 395.03L500.01 375.97L528.01 369.77L418.97 516.87L486.32 395.37ZM525.39 339.94L562.62 287.13L529.45 367.13L525.39 339.94ZM564.14 282.11L511.54 247.92L497.87 157.05L537.53 132.34L564.14 282.11ZM537.07 131.45L497.39 156.17L426.28 89.8603L423.39 28.9403L537.07 131.45ZM362.95 29.2703L361.41 29.3603L331.62 1.57027L419.71 27.3703L362.95 29.2703ZM1.16003 250.93L49.9301 283.12L67.04 374.86L22.1801 402.05L1.16003 250.93Z' fill='rgba(163, 205, 197, 0.25)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_779_17266'%3E%3Crect width='565.54' height='540.15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_50_50-acfb5c0f {
    width: 31.25rem;
  }
}
.coh-ce-cpt_banner_text_50_50-ce57ba60 {
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-ce-cpt_banner_text_50_50-459c1173 {
  gap: 30px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_50_50-459c1173 {
    gap: 0px;
  }
}
.coh-ce-cpt_banner_text_50_50-2b78ecff {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_50_50-2b78ecff {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 3.125rem;
    border-right-width: 0.0625rem;
    border-right-style: solid;
    border-right-color: rgb(202, 230, 224);
  }
}
.coh-ce-cpt_banner_text_50_50-964770c5 {
  margin-top: 0;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-ce-cpt_banner_text_50_50-91d7c2dd p:last-child {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_banner_text_50_50-5820fc77 {
  margin-top: auto;
}
.coh-ce-cpt_banner_text_50_50-eb9c4f67 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_banner_text_50_50-eb9c4f67 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 3.125rem;
  }
}
.coh-ce-cpt_banner_text_50_50-70fdc2a9 p:last-child {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_event_square_card-de7a45a {
  position: relative;
  min-height: 23rem;
  height: 100%;
}
.coh-ce-cpt_event_square_card-173bd1c8 {
  height: 100%;
}
.coh-ce-cpt_event_square_card-173bd1c8 img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-ce-cpt_event_square_card-173bd1c8 picture {
  height: 100%;
}
.coh-ce-cpt_event_square_card-a5c975a9 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 106, 85, 0.75)), color-stop(146.56%, rgba(27, 27, 27, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 106, 85, 0.75) 0%, rgba(27, 27, 27, 0.75) 146.56%);
  background: -o-linear-gradient(top, rgba(0, 106, 85, 0.75) 0%, rgba(27, 27, 27, 0.75) 146.56%);
  background: linear-gradient(180deg, rgba(0, 106, 85, 0.75) 0%, rgba(27, 27, 27, 0.75) 146.56%);
  background: rgba(0,100,135,0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  padding-top: 1.1875rem;
  padding-right: 1.75rem;
  padding-bottom: 1.4375rem;
  padding-left: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1400px) {
  .coh-ce-cpt_event_square_card-a5c975a9 {
    padding-top: 1.1875rem;
  }
}
.coh-ce-cpt_event_square_card-e79e3f25 {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-top: 0.625rem;
  margin-bottom: auto;
  padding-left: 0;
  border-left-width: 0.125rem;
  border-left-style: none;
  border-left-color: rgb(203, 76, 0);
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-ce-cpt_event_square_card-3d31647 {
  font-size: 0.6875rem;
  line-height: normal;
  margin-bottom: 0.375rem;
}
.coh-ce-cpt_event_square_card-3d31647 a {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 1;
}
.coh-ce-cpt_event_square_card-3d31647 a:hover {
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_event_square_card-47408c55 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 1.6875rem;
  line-height: 1.8125rem;
}
.coh-ce-cpt_event_square_card-8d12affd {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.coh-ce-cpt_event_square_card-8d12affd:after {
  font-size: 0.625rem;
}
.coh-ce-cpt_event_square_card-366c038f {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.coh-ce-cpt_research_small_vertical_card-2fefba7f {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 1.125rem;
  line-height: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-2fefba7f {
    padding-top: 0;
    padding-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.coh-ce-cpt_research_small_vertical_card-2fefba7f:first-child {
  padding-top: 0;
}
.coh-ce-cpt_research_small_vertical_card-c86a8734 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.coh-ce-cpt_research_small_vertical_card-49b27171 {
  margin-right: 0.9375rem;
  width: 35%;
  min-width: 35%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-49b27171 {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    min-width: auto;
  }
}
.coh-ce-cpt_research_small_vertical_card-d298bcdc {
  width: 100%;
}
.coh-ce-cpt_research_small_vertical_card-b0a932ca:not(.coh-style-video-overlay):after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: "icomoon";
  font-size: 1rem;
  background-color: rgb(1, 103, 83);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-b0a932ca:not(.coh-style-video-overlay):after {
    font-size: 3.125rem;
  }
}
.coh-ce-cpt_research_small_vertical_card-b0a932ca img {
  z-index: 1;
}
.coh-ce-cpt_research_small_vertical_card-9ed5f15e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-9ed5f15e {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.coh-ce-cpt_research_small_vertical_card-339b295c {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgb(101, 105, 110);
  font-weight: 600;
  margin-bottom: 0.3125rem;
  pointer-events: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-339b295c {
    margin-bottom: 1.25rem;
    line-height: 1.125rem;
  }
}
.coh-ce-cpt_research_small_vertical_card-339b295c a {
  color: rgb(101, 105, 110);
  font-weight: 600;
  pointer-events: all;
}
.coh-ce-cpt_research_small_vertical_card-339b295c a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_research_small_vertical_card-9a9b81e5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-9a9b81e5 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.coh-ce-cpt_research_small_vertical_card-cd13d4e0 {
  display: block;
  position: relative;
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_research_small_vertical_card-cd13d4e0:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_research_small_vertical_card-df306897 {
  font-weight: 400;
  color: rgb(27, 27, 27);
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-top: 1.25rem;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-df306897 {
    display: block;
  }
}
.coh-ce-cpt_research_small_vertical_card-df306897 p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_research_small_vertical_card-b8f9a1f {
  display: none;
  margin-bottom: 1.25rem;
  line-height: 1.75rem;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-b8f9a1f {
    display: block;
  }
}
.coh-ce-cpt_research_small_vertical_card-b8f9a1f p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_research_small_vertical_card-ab007d99 {
  margin-top: auto;
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_small_vertical_card-ab007d99 {
    display: inline-block;
  }
}
.coh-ce-cpt_research_card_vertical-88bd7efd {
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.875rem;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-88bd7efd {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.coh-ce-cpt_research_card_vertical-c86a8734 {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.coh-ce-cpt_research_card_vertical-49b27171 {
  margin-right: 0.9375rem;
  width: 35%;
  min-width: 35%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-49b27171 {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    min-width: auto;
  }
}
.coh-ce-cpt_research_card_vertical-d298bcdc {
  width: 100%;
}
.coh-ce-cpt_research_card_vertical-b0a932ca:not(.coh-style-video-overlay):after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: "icomoon";
  font-size: 1rem;
  background-color: rgb(1, 103, 83);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-b0a932ca:not(.coh-style-video-overlay):after {
    font-size: 3.125rem;
  }
}
.coh-ce-cpt_research_card_vertical-b0a932ca img {
  z-index: 1;
}
.coh-ce-cpt_research_card_vertical-9ed5f15e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-9ed5f15e {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.coh-ce-cpt_research_card_vertical-4465af66 {
  font-size: 0;
  line-height: normal;
  color: rgb(101, 105, 110);
  font-weight: 600;
  margin-bottom: 0;
  pointer-events: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-4465af66 {
    margin-bottom: 0;
    line-height: normal;
  }
}
.coh-ce-cpt_research_card_vertical-4465af66 a {
  color: rgb(101, 105, 110);
  font-weight: 600;
  pointer-events: all;
  font-size: 0;
}
.coh-ce-cpt_research_card_vertical-4465af66 a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_research_card_vertical-4465af66 a:last-child {
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(110, 110, 110);
  font-size: 0.6875rem;
  line-height: normal;
}
.coh-ce-cpt_research_card_vertical-13ea67bd {
  margin-top: 0;
  margin-bottom: 0.375rem;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "Family Black", times, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-13ea67bd {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 0.375rem;
  }
}
.coh-ce-cpt_research_card_vertical-3c22f736 {
  display: block;
  position: relative;
  color: rgb(0, 127, 173);
}
.coh-ce-cpt_research_card_vertical-3c22f736:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_research_card_vertical-6885318f {
  margin-top: auto;
  display: none;
  position: relative;
  font-family: "Soehne Halbfett", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(203, 76, 0);
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_research_card_vertical-6885318f {
    display: inline-block;
  }
}
.coh-ce-cpt_research_card_vertical-6885318f:after {
  font-size: 0.75rem;
}
.coh-ce-cpt_profile_thumbnail_card-a3add2fd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  height: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_profile_thumbnail_card-a3add2fd {
    border-bottom-width: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-cpt_profile_thumbnail_card-dae42fe0 {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_profile_thumbnail_card-dae42fe0 {
    margin-right: 1.3125rem;
    margin-bottom: 0;
  }
}
.coh-ce-cpt_profile_thumbnail_card-dae42fe0 img {
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_profile_thumbnail_card-dae42fe0 img {
    min-width: 8.75rem;
    width: 8.75rem;
  }
}
.coh-ce-cpt_profile_thumbnail_card-ee7ae836 {
  display: block;
}
.coh-ce-cpt_profile_thumbnail_card-64bb614a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-cpt_profile_thumbnail_card-20099cb0 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  color: rgb(27, 27, 27);
}
@media (min-width: 768px) {
  .coh-ce-cpt_profile_thumbnail_card-20099cb0 {
    line-height: 1.75rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_profile_thumbnail_card-20099cb0 {
    font-size: 1.125rem;
  }
}
.coh-ce-cpt_profile_thumbnail_card-b5e73168 {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_profile_thumbnail_card-b5e73168:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_profile_thumbnail_card-7617d32b {
  font-weight: 400;
  color: rgb(101, 105, 110);
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.3125rem;
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_profile_thumbnail_card-7617d32b {
    display: block;
  }
}
.coh-ce-cpt_profile_thumbnail_card-7617d32b a {
  color: rgb(101, 105, 110);
}
.coh-ce-cpt_profile_thumbnail_card-7617d32b a:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_profile_thumbnail_card-70af1ec0 {
  margin-top: auto;
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_profile_thumbnail_card-70af1ec0 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_expert_teaser-8e1b03c3 {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding-right: 10px;
  padding-bottom: 1.25rem;
  padding-left: 10px;
}
.coh-ce-cpt_expert_teaser-50b4e281 {
  margin-right: -10px;
  margin-bottom: 1.25rem;
  margin-left: -10px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
.coh-ce-cpt_expert_teaser-50b4e281 img {
  width: 100%;
}
.coh-ce-cpt_expert_teaser-42786112 {
  display: block;
}
.coh-ce-cpt_expert_teaser-ea7091c0 {
  margin-bottom: 0.625rem;
  font-size: 18px;
}
.coh-ce-cpt_expert_teaser-82d651f1 {
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_expert_teaser-5820fc77 {
  margin-top: auto;
}
.coh-ce-cpt_centers_card-7ab26cbe {
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_centers_card-7ab26cbe {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: rgb(242, 249, 247);
    border-bottom-width: 0;
  }
}
.coh-ce-cpt_centers_card-d065689b {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_centers_card-d065689b {
    display: none;
  }
}
.coh-ce-cpt_centers_card-94241538 {
  width: 100%;
}
.coh-ce-cpt_centers_card-d298bcdc {
  width: 100%;
}
.coh-ce-cpt_centers_card-5842ca4c:not(.coh-style-video-overlay):after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: "icomoon";
  font-size: 3.125rem;
  background-color: rgb(1, 103, 83);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_centers_card-5842ca4c img {
  z-index: 1;
}
.coh-ce-cpt_centers_card-53c47811 {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_centers_card-53c47811 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.coh-ce-cpt_centers_card-de9b041f {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.3125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_centers_card-de9b041f {
    font-size: 2rem;
    line-height: 2.5625rem;
  }
}
.coh-ce-cpt_centers_card-57ae50f0 {
  color: rgb(27, 27, 27);
  display: block;
  position: relative;
}
.coh-ce-cpt_centers_card-57ae50f0:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
  text-decoration-line: none;
}
.coh-ce-cpt_centers_card-1663fe18 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(27, 27, 27);
  margin-bottom: 3.8125rem;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_centers_card-1663fe18 {
    display: block;
  }
}
.coh-ce-cpt_centers_card-1663fe18 p:last-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_centers_card-a34144d {
  margin-top: auto;
  margin-bottom: 1.25rem;
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_centers_card-a34144d {
    display: inline-block;
  }
}
.coh-ce-cpt_article_verticle_card-a197c1c0 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0;
  position: relative;
  background-color: rgb(242, 249, 247);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_verticle_card-a197c1c0 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom-width: 0.125rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(203, 76, 0);
  }
}
.coh-ce-cpt_article_verticle_card-d065689b {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_verticle_card-d065689b {
    display: none;
  }
}
.coh-ce-cpt_article_verticle_card-94241538 {
  width: 100%;
}
.coh-ce-cpt_article_verticle_card-d298bcdc {
  width: 100%;
}
.coh-ce-cpt_article_verticle_card-ab95786d:not(.coh-style-video-overlay):after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: "icomoon";
  font-size: 1.875rem;
  background-color: rgb(1, 103, 83);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_verticle_card-ab95786d:not(.coh-style-video-overlay):after {
    font-size: 3.125rem;
  }
}
.coh-ce-cpt_article_verticle_card-ab95786d img {
  z-index: 1;
}
.coh-ce-cpt_article_verticle_card-d8396810 {
  padding-top: 1.625rem;
  padding-right: 0.625rem;
  padding-bottom: 1.625rem;
  padding-left: 0.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_verticle_card-d8396810 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.coh-ce-cpt_article_verticle_card-9a9b81e5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_verticle_card-9a9b81e5 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
  }
}
.coh-ce-cpt_article_verticle_card-cd13d4e0 {
  display: block;
  position: relative;
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_article_verticle_card-cd13d4e0:hover {
  text-decoration-line: none;
  text-decoration: none;
  color: rgb(203, 76, 0);
}
.coh-ce-cpt_article_verticle_card-279c116d {
  margin-top: auto;
  display: none;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_verticle_card-279c116d {
    display: inline-block;
  }
}
.coh-ce-cpt_sub_program_card-3f0f10e {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 76, 0);
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_sub_program_card-3f0f10e {
    padding-top: 0;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.coh-column:first-of-type .coh-ce-cpt_sub_program_card-3f0f10e {
  padding-top: 0;
}
.coh-ce-cpt_sub_program_card-3f0f10e .col-xs-6:nth-of-type(1), .col-xs-6:nth-of-type(2) .coh-ce-cpt_sub_program_card-3f0f10e {
  padding-top: 0;
}
.coh-ce-cpt_sub_program_card-b465613a {
  font-size: 1.3125rem;
  line-height: 1.875rem;
  color: rgb(27, 27, 27);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_sub_program_card-b465613a {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.coh-ce-cpt_sub_program_card-72aac31f {
  color: rgb(27, 27, 27);
}
.coh-ce-cpt_sub_program_card-72aac31f:hover {
  color: rgb(203, 76, 0);
  text-decoration: none;
}
.coh-ce-cpt_sub_program_card-d83bfac4 {
  margin-bottom: 0.9375rem;
}
.coh-ce-cpt_sub_program_card-5820fc77 {
  margin-top: auto;
}
.coh-ce-c7c6b22 {
  background-color: rgb(248, 249, 251);
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .coh-ce-c7c6b22 {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.coh-ce-5dc127a3 {
  float: left;
  margin-right: 1.25rem;
}
.coh-ce-5dc127a3:before, .coh-ce-5dc127a3:after {
  clear: none;
  content: normal;
  display: inline;
}
@media (min-width: 1024px) {
  .coh-ce-5dc127a3 {
    margin-right: 3.375rem;
  }
}
.coh-ce-5dc127a3 img {
  width: 7.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-5dc127a3 img {
    width: 16.875rem;
  }
}
.coh-ce-d6893310 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-d6893310 {
    margin-bottom: 1.375rem;
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
}
.coh-ce-984c633e {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: rgb(101, 105, 110);
}
@media (min-width: 1024px) {
  .coh-ce-984c633e {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: rgb(27, 27, 27);
    margin-bottom: 1.875rem;
  }
}
.coh-ce-76e4a1c0 {
  overflow: hidden;
  float: left;
  margin-top: 1.25rem;
  border-top-width: 0.125rem;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}
.coh-ce-76e4a1c0:before, .coh-ce-76e4a1c0:after {
  clear: both;
  content: " ";
  display: table;
}
@media (min-width: 768px) {
  .coh-ce-76e4a1c0:before, .coh-ce-76e4a1c0:after {
    clear: none;
    content: normal;
    display: inline;
  }
}
@media (min-width: 1024px) {
  .coh-ce-76e4a1c0 {
    margin-top: 2.5rem;
    border-top-width: 0;
    width: auto;
    float: none;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
  }
  .coh-ce-76e4a1c0:before, .coh-ce-76e4a1c0:after {
    clear: none;
    content: normal;
    display: inline;
  }
}
.coh-ce-d58071a1 {
  gap: 10px;
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .coh-ce-d58071a1 {
    font-size: 1.9375rem;
    gap: 0;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.coh-ce-d58071a1 a:before {
  font-size: 1.1875rem;
}
@media (min-width: 1024px) {
  .coh-ce-d58071a1 a:before {
    font-size: 1.9375rem;
  }
}
.coh-ce-7bc30504:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e920";
  font-family: "icomoon";
}
.coh-ce-99ccebe2:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90e";
  font-family: "icomoon";
}
.coh-ce-2f6e6491:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91d";
  font-family: "icomoon";
}
@media (min-width: 1024px) {
  .coh-ce-241ccdb6 {
    margin-left: -0.625rem;
  }
}
.coh-ce-b35140dd:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  font-family: "icomoon";
}
.coh-ce-e6716c2e:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-family: "icomoon";
}
.coh-ce-a109e6f7:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  font-family: "icomoon";
}
.coh-ce-328c123b:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e926";
  font-family: "icomoon";
}
.coh-ce-e846f1c8:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e912";
  font-family: "icomoon";
}
.coh-ce-c4a141a0 p:last-child {
  margin-bottom: 0;
}
.coh-ce-c803bffe {
  margin-bottom: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-c803bffe {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-3930508f {
  margin-top: 0;
}
.coh-ce-7ed16b24 > .coh-view-contents {
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .coh-ce-7ed16b24 > .coh-view-contents {
    gap: 40px;
  }
}
.coh-ce-e0795294 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-ce-54ac376f {
  height: 100%;
}
.coh-ce-27c0cada {
  display: block;
}
@media (min-width: 768px) {
  .coh-ce-27c0cada {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .coh-ce-27c0cada {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_podcast_horizontal_card-43e426ee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.coh-ce-cpt_podcast_horizontal_card-e7da3507 {
  padding: 0;
  height: initial;
  overflow: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_podcast_horizontal_card-e7da3507 picture {
  height: 100%;
}
.coh-ce-cpt_podcast_horizontal_card-e7da3507 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_podcast_horizontal_card-fd0f811d {
  padding: 0;
  height: 30vh;
  overflow: unset;
  width: 30vh;
}
.coh-ce-cpt_podcast_horizontal_card-fd0f811d picture {
  height: 100%;
}
.coh-ce-cpt_podcast_horizontal_card-fd0f811d img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_podcast_horizontal_card-20cba439 {
  margin-top: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-cpt_podcast_horizontal_card-88a44316 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_podcast_horizontal_card-3bf1492f {
  width: 33.33%;
  margin-right: 5px;
}
.coh-ce-cpt_podcast_horizontal_card-71f03837 {
  margin-top: 0.5rem;
}
.coh-ce-cpt_podcast_horizontal_card-3af4a910 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  font-family: "Soehne Bush", "Arial", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .coh-ce-cpt_podcast_horizontal_card-3af4a910 {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_podcast_horizontal_card-3af4a910 {
    font-size: 2rem;
    line-height: 2.5625rem;
    font-weight: 700;
    font-family: "Soehne Bush", "Arial", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.coh-ce-cpt_podcast_horizontal_card-f71b7bce {
  display: none;
}
.coh-ce-cpt_podcast_horizontal_card-f71b7bce:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_podcast_featured_card-b2aa38ee {
  padding-top: 0;
  padding-bottom: 0;
}
.coh-ce-cpt_podcast_featured_card-b2aa38ee picture {
  height: 100%;
}
.coh-ce-cpt_podcast_featured_card-b2aa38ee img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_podcast_featured_card-8d26b56f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_podcast_featured_card-8d26b56f {
    padding-left: 1.5625rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.media--left .coh-ce-cpt_podcast_featured_card-8d26b56f {
  padding-left: 2rem;
}
.media--right .coh-ce-cpt_podcast_featured_card-8d26b56f {
  padding-right: 2rem;
}
.coh-ce-cpt_podcast_featured_card-6289abaf {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .coh-ce-cpt_podcast_featured_card-6289abaf {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_podcast_featured_card-6289abaf {
    font-size: 2rem;
    line-height: 2.5625rem;
    font-weight: 700;
  }
}
.coh-ce-cpt_podcast_featured_card-bc9748ca {
  margin-bottom: 2rem;
}
.coh-ce-cpt_podcast_featured_card-52ec2948 {
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_podcast_featured_card-f71b7bce {
  display: none;
}
.coh-ce-cpt_podcast_featured_card-f71b7bce:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_podcast_featured_card-a08d236a {
  color: #cb4c00;
  border-color: #cb4c00;
  margin-top: 2rem;
}
.coh-ce-cpt_podcast_smart_listing-829871f9 {
  margin-bottom: 2rem;
}
.coh-ce-cpt_podcast_smart_listing-6a2dbbba {
  margin-bottom: 4rem;
}
.coh-ce-b209992d {
  height: auto;
  padding: 1rem;
  border: 1px solid gainsboro;
}
@media (min-width: 768px) {
  .coh-ce-b209992d {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-b209992d {
    height: 100%;
  }
}
.coh-ce-9345873f {
  margin-bottom: 5rem;
}
.coh-ce-23918b {
  margin-top: 16px;
}
.coh-ce-cpt_events_listing_page-30a78769 + .coh-style-section--light {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_events_listing_page-6e06ea98 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.coh-ce-cpt_events_listing_page-6e06ea98:before {
  display: none;
}
.coh-ce-cpt_events_listing_page-6e06ea98:after {
  display: none;
}
.coh-ce-cpt_events_listing_page-6e06ea98 .coh-block {
  -webkit-flex-basis: 33.3333%;
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_events_listing_page-38e19860 form[id*=views-exposed] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 34px;
  }
}
.coh-ce-cpt_events_listing_page-38e19860 form[id*=views-exposed] > * {
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.coh-ce-cpt_events_listing_page-38e19860 .form-actions {
  display: none;
}
