.coh-style-about-the-podcast-container {
  position: relative;
}
.coh-style-map-info-window p {
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  line-height: 1.25;
}
.coh-style-orange-primary-button {
  background-color: rgb(215, 136, 18);
  border-width: 0.125rem;
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
  min-width: 75%;
  max-width: 75%;
  width: 75%;
}
.coh-style-orange-primary-button:hover {
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
  -webkit-transition: background-color 2ms ease;
  transition: background-color 2ms ease;
  -webkit-filter: none;
          filter: none;
  background-color: rgb(43, 15, 79);
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 564px) {
  .coh-style-no-side-padding-mobile {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 564px) {
  .coh-style-no-side-margin-mobile {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 1110px) {
  .coh-style-medium-hidden-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .coh-style-medium-hidden-only {
    display: block;
  }
}
.coh-style-about-the-podcast-grid {
  display: grid !important;
  grid-template-columns: 193px 0.1266fr 0.4818fr 111px 35px 0.3916fr 59px;
  grid-template-rows: 100px 170px 160px 1fr -webkit-min-content;
  grid-template-rows: 100px 170px 160px 1fr min-content;
  grid-template-areas: "about-text about-text  about-text           about-text          .....               .....               ....."     "about-text about-text  about-text          about-text          .....               about-image         about-image"     ".....      host-image  host-image          .....               .....               about-image         about-image"     ".....      host-image  host-image          .....               host-text           host-text           ....."     ".....      .....       contributors-text   contributors-image  contributors-image  contributors-image  .....";
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .coh-style-about-the-podcast-grid {
    grid-template-columns: minmax(0, 193px) minmax(0, 118px) 449px minmax(80px, 111px) minmax(0, 35px) 365px minmax(0, 59px);
    grid-template-rows: 100px 170px 160px 1fr -webkit-min-content;
    grid-template-rows: 100px 170px 160px 1fr min-content;
    grid-template-areas: "about-text about-text  about-text           about-text          .....               .....               ....."       "about-text about-text  about-text          about-text          .....               about-image         about-image"       ".....      host-image  host-image          .....               .....               about-image         about-image"       ".....      host-image  host-image          .....               host-text           host-text           host-text"       ".....      contributors-text       contributors-text   contributors-image  contributors-image  contributors-image  contributors-image";
    max-width: 1200px;
  }
}
@media (max-width: 1399px) {
  .coh-style-about-the-podcast-grid {
    grid-template-columns: 100px 50px 1fr 50px 20px 1fr 100px;
    grid-template-rows: 100px 170px 160px 1fr -webkit-min-content;
    grid-template-rows: 100px 170px 160px 1fr min-content;
  }
}
@media (max-width: 1110px) {
  .coh-style-about-the-podcast-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "about-text about-text"     "..... about-image"     "host-image about-image"      "host-image host-text"     "contributors-text host-text"      "contributors-text contributors-image"     "..... contributors-image";
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    grid-template-rows: -webkit-min-content 30px auto 1fr 1fr -webkit-min-content;
    grid-template-rows: min-content 30px auto 1fr 1fr min-content;
  }
}
@media (max-width: 767px) {
  .coh-style-about-the-podcast-grid {
    grid-template-areas: "about-text about-text"       "..... about-image"       "host-image about-image"       "host-text host-text"       "contributors-image contributors-image"       "contributors-text contributors-text";
    grid-template-rows: -webkit-min-content 30px -webkit-min-content -webkit-min-content minmax(-webkit-min-content, 500px)       -webkit-min-content;
    grid-template-rows: min-content 30px min-content min-content minmax(min-content, 500px)       min-content;
  }
}
@media (max-width: 564px) {
  .coh-style-about-the-podcast-grid {
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
}
.coh-style-about-the-podcast-grid .podcast__about-text-container {
  grid-area: about-text;
}
@media (max-width: 1599px) {
  .coh-style-about-the-podcast-grid .podcast__about-text-container {
    margin-left: 2rem;
  }
}
@media (max-width: 1110px) {
  .coh-style-about-the-podcast-grid .podcast__about-text-container {
    margin-bottom: 4rem;
  }
}
.coh-style-about-the-podcast-grid .podcast__about-image-container {
  grid-area: about-image;
}
.coh-style-about-the-podcast-grid .podcast__host-image-container {
  grid-area: host-image;
}
.coh-style-about-the-podcast-grid .podcast__host-image-container .podcast__host-image-background {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.625rem;
          border-bottom-left-radius: 0.625rem;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  grid-column: 1 / 3;
  grid-row: 2 / -1;
  height: 19.4375rem;
  width: 19.4375rem;
  display: none;
}
@media (max-width: 1399px) {
  .coh-style-about-the-podcast-grid .podcast__host-image-container .podcast__host-image-background {
    height: 13.375rem;
    width: 13.375rem;
  }
}
@media (max-width: 767px) {
  .coh-style-about-the-podcast-grid .podcast__host-image-container .podcast__host-image-background {
    height: 11.625rem;
    width: 11.625rem;
  }
}
.coh-style-about-the-podcast-grid .podcast__host-image-container img {
  grid-column: 2 / -1;
  grid-row: 1 / 3;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.375rem;
          border-bottom-left-radius: 0.375rem;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container {
  grid-area: host-text;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 16.25rem;
  width: 100%;
}
@media (max-width: 1110px) {
  .coh-style-about-the-podcast-grid .podcast__host-text-container {
    max-width: 20.4375rem;
  }
}
@media (max-width: 767px) {
  .coh-style-about-the-podcast-grid .podcast__host-text-container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 100%;
  }
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-inner-container {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-social {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-social li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-social li:first-child {
  margin-left: 0;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-social li img {
  height: 2rem;
  width: 2rem;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-container-title {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-name {
  color: rgb(43, 15, 79);
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.1875rem;
  max-width: 5.8333em;
}
@media (max-width: 767px) {
  .coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-name {
    max-width: none;
  }
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-title {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.coh-style-about-the-podcast-grid .podcast__host-text-container .podcast-host-bio p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
.coh-style-about-the-podcast-grid .podcast__contributors-text-container {
  grid-area: contributors-text;
  max-width: 80%;
  margin-top: 4rem;
}
@media (max-width: 1110px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-text-container {
    max-width: 100%;
    margin-top: 0;
  }
}
.coh-style-about-the-podcast-grid .podcast__contributors-image-container {
  grid-area: contributors-image;
  max-width: 500px;
}
@media (max-width: 1399px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-image-container {
    max-width: 339px;
  }
}
@media (max-width: 1110px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-image-container {
    max-width: 354px;
  }
}
@media (max-width: 767px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-image-container {
    margin: 0 auto;
    max-width: 50%;
  }
}
@media (max-width: 564px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-image-container {
    max-width: 220px;
  }
}
.coh-style-about-the-podcast-grid .podcast__contributors-image-container .podcast__contributors-image-background {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 19.4375rem;
  width: 19.4375rem;
  -webkit-border-top-left-radius: 0.625rem;
          border-top-left-radius: 0.625rem;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  display: none;
}
@media (max-width: 1599px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-image-container .podcast__contributors-image-background {
    height: 13.375rem;
    width: 13.375rem;
  }
}
@media (max-width: 767px) {
  .coh-style-about-the-podcast-grid .podcast__contributors-image-container .podcast__contributors-image-background {
    height: 8.125rem;
    width: 8.125rem;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }
}
.coh-style-about-the-podcast-grid .podcast__contributors-image-container img {
  grid-column: 2 / -1;
  grid-row: 2 / -1;
  -webkit-border-top-left-radius: 0.375rem;
          border-top-left-radius: 0.375rem;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.coh-style-about-the-podcast-grid img {
  margin-bottom: 0;
  margin-left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-style-about-the-podcast-grid .podcast-contributor-container {
  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-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  margin-top: 1rem;
}
.coh-style-about-the-podcast-grid .podcast-contributor-name {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.coh-style-about-the-podcast-grid .podcast-contributor-title {
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
.coh-style-about-the-podcast-grid .podcast-contributor-social {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-about-the-podcast-grid .podcast-contributor-social li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0.5rem;
}
.coh-style-about-the-podcast-grid .podcast-contributor-social li:first-child {
  margin-left: 0;
}
.coh-style-about-the-podcast-grid .podcast-contributor-social li img {
  height: 2rem;
  width: 2rem;
}
.coh-style-about-the-podcast-grid .podcast-contributor-container-title {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
}
.coh-style-about-the-podcast-grid .contributors-row {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-about-the-podcast-grid .contributors-row:last-child {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.coh-style-about-the-podcast-grid .podcast-contributor-image {
  max-width: 54px;
}
.coh-style-about-the-podcast-grid .podcast-contributor-image img {
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.coh-style-max-content-width {
  max-width: 1100px;
}
.coh-style-margin-top-and-bottom-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.coh-style-link-with-icon-before {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
}
.coh-style-link-with-icon-before:hover {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.coh-style-link-with-icon-before:hover:before {
  margin-left: -0.125rem;
}
.coh-style-link-with-icon-before: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: "\e901";
  font-family: icomoon;
  margin-right: 0.5rem;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: rgb(151, 61, 252);
}
.coh-style-padding-top-bottom-tiny {
  padding-top: 10px;
  padding-bottom: 10px;
}
.coh-style-link-light {
  color: rgb(255, 255, 255);
  font-weight: normal;
  text-decoration: underline;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1399px) {
  .coh-style-link-light {
    font-size: 0.875rem;
  }
}
.coh-style-link-light:hover {
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-link-button-outline-purple {
  color: rgb(255, 255, 255);
  border-width: 1px;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  border-style: solid;
  border-color: rgb(156, 83, 237);
  padding-top: 1.0625rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  display: inline-block;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: -webkit-calc(1);
  line-height: calc(1);
  text-align: center;
  min-width: 10.75rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
@media (max-width: 767px) {
  .coh-style-link-button-outline-purple {
    padding-top: 0.875rem;
    padding-right: 1.6875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.6875rem;
    min-width: 0;
  }
}
.coh-style-link-button-outline-purple:hover {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  background-color: rgb(156, 83, 237);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.coh-style-link-cta-button-orange {
  color: rgb(255, 255, 255);
  background-color: rgb(214, 135, 18);
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  padding-top: 0.9375rem;
  padding-right: 2rem;
  padding-bottom: 0.9375rem;
  padding-left: 2rem;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  line-height: -webkit-calc(1);
  line-height: calc(1);
  text-align: center;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 1.25rem;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.coh-style-link-cta-button-orange:hover {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  background-color: rgb(209, 90, 32);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.coh-style-left-align-desktop-center-align-tablet .coh-column {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1110px) {
  .coh-style-left-align-desktop-center-align-tablet .coh-column {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.coh-style-left-align-desktop-center-align-tablet p {
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1110px) {
  .coh-style-left-align-desktop-center-align-tablet p {
    text-align: center;
  }
}
.coh-style-large-hidden-only {
  display: none;
}
@media (max-width: 1110px) {
  .coh-style-large-hidden-only {
    display: block;
  }
}
.coh-style-image-cover-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.coh-style-icon-animates-right .coh-style-link-with-icon {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-decoration: none;
}
.coh-style-icon-animates-right .coh-style-link-with-icon:after {
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.coh-style-icon-animates-right .coh-style-link-with-icon:hover {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.coh-style-icon-animates-right .coh-style-link-with-icon:hover:after {
  padding-left: 0.625rem;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  text-decoration: none;
}
.coh-style-padding-left-remove {
  padding-left: 0 !important;
}
.coh-style-rounded {
  -webkit-border-radius: 50%;
          border-radius: 50%;;
  margin-right: 10px;
  margin-bottom: 10px;
}
.coh-style-heading-medium {
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  line-height: 3.0625rem;
}
@media (max-width: 767px) {
  .coh-style-heading-medium {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-style-span-xxs {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.coh-style-no-margin {
  margin: 0 !important;
}
.coh-style-dhc-table-responsive {
  overflow: auto;
}
.coh-style-defhc-menu-level-2-wrapper-956 {
  margin-left: 36.5rem !important;
}
@media (max-width: 1599px) {
  .coh-style-defhc-menu-level-2-wrapper-956 {
    margin-left: 36.5rem !important;
  }
}
@media (max-width: 1399px) {
  .coh-style-defhc-menu-level-2-wrapper-956 {
    margin-left: 12.5rem !important;
  }
}
@media (max-width: 1110px) {
  .coh-style-defhc-menu-level-2-wrapper-956 {
    margin-left: 12.5rem !important;
  }
}
@media (max-width: 564px) {
  .coh-style-defhc-menu-level-2-wrapper-956 {
    margin-left: 12.5rem !important;
  }
}
.coh-style-defhc-menu-level-2-wrapper-281 {
  margin-left: 36.5rem !important;
}
@media (max-width: 1599px) {
  .coh-style-defhc-menu-level-2-wrapper-281 {
    margin-left: 36.5rem !important;
  }
}
@media (max-width: 1399px) {
  .coh-style-defhc-menu-level-2-wrapper-281 {
    margin-left: 36.5rem !important;
  }
}
@media (max-width: 1110px) {
  .coh-style-defhc-menu-level-2-wrapper-281 {
    margin-left: 12.5rem !important;
  }
}
@media (max-width: 767px) {
  .coh-style-defhc-menu-level-2-wrapper-281 {
    margin-left: 12.5rem !important;
  }
}
@media (max-width: 564px) {
  .coh-style-defhc-menu-level-2-wrapper-281 {
    margin-left: 12.5rem !important;
  }
}
@media (max-width: 1110px) {
  .coh-style-defhc-menu-level-2-wrapper {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .coh-style-defhc-menu-level-2-wrapper {
    margin-left: 0 !important;
  }
}
@media (max-width: 564px) {
  .coh-style-defhc-menu-level-2-wrapper {
    margin-left: 0 !important;
  }
}
.coh-style-tag {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-weight: bold;
  -webkit-border-radius: 0.75rem;
          border-radius: 0.75rem;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  height: 1.5rem;
  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;
  background-color: rgb(242, 242, 242);
  margin-right: 0.75rem;
  color: rgb(72, 72, 72);
}
@media (max-width: 767px) {
  .coh-style-tag {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.coh-style-tag:hover {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
}
.coh-style-span-xs {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .coh-style-span-xs {
    font-size: 1.125rem;
  }
}
.coh-style-rounded-bordered-box-shadow {
  -webkit-box-shadow: 1px 3px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 3px 2px 2px rgba(0, 0, 0, 0.25);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.coh-style-span-xl {
  font-weight: bold;
  font-size: 5rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (max-width: 1599px) {
  .coh-style-span-xl {
    font-size: 4.5rem;
  }
}
@media (max-width: 1399px) {
  .coh-style-span-xl {
    font-size: 4rem;
  }
}
@media (max-width: 1110px) {
  .coh-style-span-xl {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-span-xl {
    font-size: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-style-span-xl {
    font-size: 2.5rem;
  }
}
.coh-style-span-sm {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
@media (max-width: 1399px) {
  .coh-style-span-sm {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .coh-style-span-sm {
    font-size: 1.25rem;
  }
}
.coh-style-span-md {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (max-width: 1599px) {
  .coh-style-span-md {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .coh-style-span-md {
    font-size: 1.5rem;
  }
}
.coh-style-span-lg {
  margin-bottom: 1.5rem;
  font-size: 3rem;
}
@media (max-width: 1599px) {
  .coh-style-span-lg {
    font-size: 2.5rem;
  }
}
@media (max-width: 1399px) {
  .coh-style-span-lg {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .coh-style-span-lg {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .coh-style-small-hidden {
    display: none;
  }
}
.coh-style-slider-navigation-left-purple-plain, .coh-style-slider-navigation-right-purple-plain {
  background-color: rgba(0, 0, 0, 0);
  width: 1.5rem;
  height: 1.5rem;
  min-width: 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;
}
.coh-style-slider-navigation-left-purple-plain:before, .coh-style-slider-navigation-right-purple-plain:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.83 5L7.41 1.41L6 0L0 6L6 12L7.41 10.59L3.83 7H16V5H3.83Z' fill='%23531295'/%3E%3C/svg%3E ");;
}
.coh-style-slider-navigation-left-purple-plain:hover, .coh-style-slider-navigation-right-purple-plain:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-slider-navigation-right-purple-plain:before {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.17 13L12.59 16.59L14 18L20 12L14 6L12.59 7.41L16.17 11H4V13H16.17Z' fill='%23531295'/%3E%3C/svg%3E ");
}
.coh-style-slider-flex-layout .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner {
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-right: 40px;
  padding-left: 40px;
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-prev, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-prev, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-prev, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-prev {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-prev:before, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-prev:before, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-prev:before, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-prev:before {
  color: rgb(83, 18, 149);
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-next, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-next, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-next, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-next {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-next:before, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-next:before, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-next:before, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-next:before {
  color: rgb(83, 18, 149);
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-list, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-list, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-list, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: 0;
  max-width: 100%;
  overflow: hidden;
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-list .coh-slider-item.slick-slide, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-list .coh-slider-item.slick-slide, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-list .coh-slider-item.slick-slide, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-list .coh-slider-item.slick-slide {
  padding-right: 0;
  padding-left: 0;
}
.coh-style-slider-display-nav .coh-slider-container-mid > .coh-slider-container-inner .slick-dots, .coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-dots, .coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-dots, .coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-dots {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
.coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-next:before {
  color: rgb(255, 255, 255);
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.17 7-3.58 3.59L10 12l6-6-6-6-1.41 1.41L12.17 5H0v2h12.17Z' fill='%23fff'/%3E%3C/svg%3E") !important;
}
.coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-prev:before {
  color: rgb(255, 255, 255);
}
.coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-dots li.slick-active button {
  background-color: rgb(255, 255, 255);
}
.coh-style-slider-display-nav-light .coh-slider-container-mid > .coh-slider-container-inner .slick-dots li button:hover {
  background-color: rgb(255, 255, 255);
}
.coh-style-slider-display-nav-prev .coh-slider-container-mid > .coh-slider-container-inner .slick-next {
  display: none !important;
  display: none;
}
.coh-style-slider-display-nav-next .coh-slider-container-mid > .coh-slider-container-inner .slick-prev {
  display: none !important;
  display: none;
}
.coh-style-hero-text-light p, .coh-style-hero-text-light span {
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1599px) {
  .coh-style-hero-text-light p, .coh-style-hero-text-light span {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1110px) {
  .coh-style-hero-text-light p, .coh-style-hero-text-light span {
    font-size: 0.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-style-medium-hidden {
    display: none;
  }
}
.coh-style-secondary-button {
  background-color: rgb(255, 255, 255);
  border-width: 0.125rem;
  border-color: rgb(151, 61, 252);
  border-style: solid;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: center;
}
.coh-style-secondary-button:hover {
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
  -webkit-transition: background-color 2ms ease;
  transition: background-color 2ms ease;
  -webkit-filter: none;
          filter: none;
  background-color: rgb(43, 15, 79);
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-free-trial-image-sticky {
  position: sticky;
  bottom: 35px;
  z-index: -1;
  padding-top: 35px;
  width: 100%;
  display: none;
}
@media (max-width: 1110px) {
  .coh-style-free-trial-image-sticky {
    display: block;
  }
}
.coh-style-card-theme-blue {
  border-color: rgb(0, 193, 243);
}
.coh-style-card-theme-blue li:before {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 193, 243);
  background-color: rgb(0, 193, 243);
}
.coh-style-card-theme-blue hr {
  border-color: rgb(0, 193, 243);
}
.coh-style-card-theme-blue .coh-link {
  margin-bottom: 2.3125rem;
}
.coh-style-breadcrumb-home-link {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
  font-size: 0.875rem;
  line-height: 1.25rem;
  vertical-align: text-bottom;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: inline-block;
  margin-right: 1.375rem;
  letter-spacing: -0.0175rem;
}
.coh-style-breadcrumb-home-link:hover {
  color: rgb(151, 61, 252);
  font-weight: 400;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.coh-style-focusable-content .card-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.coh-style-book-a-demo-style-1 {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -webkit-flex-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
  height: 30rem;
}
.coh-style-animate-svg-icon-right {
  text-decoration: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 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;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
.coh-style-animate-svg-icon-right: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;
  font-size: 1.3125rem;
  margin-left: 0.125rem;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.coh-style-animate-svg-icon-right:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-animate-svg-icon-right:hover:after {
  margin-left: 0.375rem;
}
.coh-style-card-theme-red li:before {
  color: rgb(255, 255, 255);
  border-color: rgb(209, 90, 32);
  background-color: rgb(209, 90, 32);
}
.coh-style-card-theme-red hr {
  border-color: rgb(209, 90, 32);
}
.coh-style-card-theme-red .coh-link {
  margin-bottom: 2.3125rem;
}
.coh-style-free-trial-image-fixed {
  position: fixed;
  bottom: 0.125rem;
  left: 0;
  z-index: -1;
  width: 100%;
}
@media (max-width: 1110px) {
  .coh-style-free-trial-image-fixed {
    display: none;
  }
}
.coh-style-card-theme-green li:before {
  color: rgb(255, 255, 255);
  border-color: rgb(42, 131, 78);
  background-color: rgb(42, 131, 78);
}
.coh-style-card-theme-green hr {
  border-color: rgb(42, 131, 78);
}
.coh-style-card-theme-green .coh-link {
  margin-bottom: 2.3125rem;
}
.coh-style-flex-column-odd-even {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(191, 191, 191);
  padding-top: 40px;
  padding-bottom: 40px;
}
.coh-style-flex-column-odd-even:nth-child(even) .grid-container {
  grid-template-columns: 65px 1fr 65px 65px 1fr 65px;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even:nth-child(even) .grid-container {
    grid-template-columns: 20px 0.53fr 40px .47fr;
  }
}
@media (max-width: 1110px) {
  .coh-style-flex-column-odd-even:nth-child(even) .grid-container {
    grid-template-columns: 0.53fr 40px 0.47fr;
  }
}
@media (max-width: 767px) {
  .coh-style-flex-column-odd-even:nth-child(even) .grid-container {
    display: block;
  }
}
.coh-style-flex-column-odd-even:nth-child(even) .grid-container .image-container {
  grid-column: 4 / span 3;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even:nth-child(even) .grid-container .image-container {
    grid-column: 4 / 5;
  }
}
@media (max-width: 1110px) {
  .coh-style-flex-column-odd-even:nth-child(even) .grid-container .image-container {
    grid-column: 3 / 4;
  }
}
.coh-style-flex-column-odd-even:nth-child(even) .grid-container .content-container {
  grid-column-start: 2;
  grid-row-start: 1;
}
@media (max-width: 1110px) {
  .coh-style-flex-column-odd-even:nth-child(even) .grid-container .content-container {
    grid-column-start: 1;
  }
}
.coh-style-flex-column-odd-even .content-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even .content-container {
    max-width: 100%;
  }
}
.coh-style-flex-column-odd-even .podcast__date {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  font-style: normal;
  text-transform: uppercase;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.5rem;
}
.coh-style-flex-column-odd-even .podcast__title a {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  color: rgb(83, 18, 149);
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1599px) {
  .coh-style-flex-column-odd-even .podcast__title a {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-style-flex-column-odd-even .podcast__title a {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-style-flex-column-odd-even .grid-container {
  display: grid;
  grid-template-columns: 65px 1fr 65px 65px 1fr 65px;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even .grid-container {
    grid-template-columns: 0.47fr 40px 0.53fr 20px;
  }
}
@media (max-width: 1110px) {
  .coh-style-flex-column-odd-even .grid-container {
    grid-template-columns: 0.47fr 40px 0.53fr;
  }
}
@media (max-width: 767px) {
  .coh-style-flex-column-odd-even .grid-container {
    display: block;
  }
}
.coh-style-flex-column-odd-even .grid-container .image-container {
  grid-column: 1 / span 3;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even .grid-container .image-container {
    grid-column: 1 / 2;
  }
}
@media (max-width: 767px) {
  .coh-style-flex-column-odd-even .grid-container .image-container {
    aspect-ratio: 1 / 1;
    max-width: 50%;
    margin: 0 auto 1.5rem auto;
  }
}
.coh-style-flex-column-odd-even .grid-container .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
}
.coh-style-flex-column-odd-even .grid-container .content-container {
  grid-column-start: 5;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even .grid-container .content-container {
    grid-column-start: 3;
  }
}
.coh-style-flex-column-odd-even .podcast__summary p {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1399px) {
  .coh-style-flex-column-odd-even .podcast__summary p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 767px) {
  .coh-style-flex-column-odd-even .podcast__summary p {
    font-size: 0.8125rem;
  }
}
.coh-style-flex-column-odd-even .wistia_embed {
  width: 100%;
}
.coh-style-align-content-center, .coh-style-align-content-center-100-width {
  margin-right: auto;
  margin-left: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}
.coh-style-align-content-center-100-width {
  width: 100%;
}
.coh-style-header-light-theme {
  background-color: rgb(255, 255, 255);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-light-theme .utilities-bar-horizontal {
  background-color: rgb(249, 246, 244);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .utilities-bar-horizontal {
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu a {
  color: rgb(43, 15, 79);
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu a:hover {
  color: rgb(151, 61, 252);
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul {
  float: right;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li {
  list-style-type: none !important;
  width: 6.25rem;
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li span {
  float: right;
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li span:before, .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li span:after {
  clear: none;
  content: normal;
  display: inline;
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li span: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.25rem;
  content: "\f107";
  font-family: icomoon;
  color: rgb(83, 18, 149);
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul {
  height: auto;
  background-color: rgb(255, 255, 255);
  padding-top: 0.625rem;
  padding-right: 0.9375rem;
  padding-left: 0;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(233, 222, 212);
  width: 11.875rem;
  margin-top: 0;
  width: 190px !important;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul {
    position: relative;
    display: none;
    z-index: 100;
    width: 100% !important;
    border-width: 0;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul {
    z-index: 100;
    position: relative;
  }
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul li {
  padding-bottom: 0.625rem;
  padding-left: 0;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(233, 222, 212);
  width: auto;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul li a {
    border-bottom-width: 0;
    border-bottom-style: none;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul li a {
    border-bottom-width: 0;
    border-bottom-style: none;
  }
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li ul li:last-child {
  padding-top: 0.625rem;
  padding-left: 0;
  border-bottom-width: 0;
  border-bottom-style: none;
}
.coh-style-header-light-theme .utilities-bar-horizontal .utilities-menu ul li .is-expanded {
  width: 5.625rem;
}
.coh-style-header-light-theme .utilities-bar-horizontal .social-links a {
  color: rgb(38, 163, 221);
}
.coh-style-header-light-theme .utilities-bar-horizontal .social-links a:hover {
  color: rgb(112, 195, 233);
}
.coh-style-header-light-theme .utilities-bar-vertical {
  background-color: rgb(242, 242, 242);
}
.coh-style-header-light-theme .utilities-bar-vertical .utilities-menu a {
  color: rgb(0, 0, 0);
}
.coh-style-header-light-theme .utilities-bar-vertical .utilities-menu a:hover {
  color: rgb(38, 163, 221);
}
.coh-style-header-light-theme .utilities-bar-vertical .social-links {
  background-color: rgb(255, 255, 255);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-light-theme .utilities-bar-vertical .social-links a {
  color: rgb(38, 163, 221);
}
.coh-style-header-light-theme .utilities-bar-vertical .social-links a:hover {
  color: rgb(112, 195, 233);
}
.coh-style-header-light-theme .main-menu-toggle-button {
  color: rgb(43, 15, 79);
}
.coh-style-header-light-theme .main-menu-toggle-button:hover {
  color: rgb(151, 61, 252);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu-toggle-button:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu-toggle-button:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu-wrapper {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0 0.0625rem 0 0 rgb(219, 219, 220);
            box-shadow: inset 0 0.0625rem 0 0 rgb(219, 219, 220);
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li {
  -webkit-transition: 300ms ease-in-out box-shadow;
  transition: 300ms ease-in-out box-shadow;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li:hover {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(43, 15, 79);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(43, 15, 79);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li.is-expanded {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(83, 18, 149);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li.in-active-trail {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(83, 18, 149);
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li > a {
  color: rgb(43, 15, 79);
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > a {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(233, 222, 212);
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li > a:hover {
  color: rgb(151, 61, 252);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > a:hover {
    border-bottom-color: rgb(38, 163, 221);
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li > span {
  color: rgb(43, 15, 79);
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9375rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > span {
    border-bottom-width: 0.0625rem;
    border-style: solid;
    border-color: rgb(233, 222, 212);
    position: relative;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > span {
    border-color: rgb(233, 222, 212);
    border-style: solid;
    border-bottom-width: 0.0625rem;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-1 > li > span: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: "\f107";
  font-family: icomoon;
  color: rgb(43, 15, 79);
  margin-left: 0.25rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > span:after {
    position: absolute;
    right: 1.875rem;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > span:after {
    position: absolute;
    right: 1.875rem;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-1 > li > span[aria-expanded=true] {
    background-color: rgb(249, 246, 244);
  }
}
.coh-style-header-light-theme .main-menu .menu-level-2-wrapper {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(233, 222, 212);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: 12.5rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-2-wrapper {
    padding-right: 1.25rem;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-2-wrapper {
    margin-right: 0;
    margin-left: -0.625rem;
    padding-right: 1.25rem;
    border-width: 0.0625rem;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
  background-color: rgb(255, 255, 255);
  padding-right: 0.9375rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgba(0, 0, 0, 0);
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    margin-bottom: 0.9375rem;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-2 {
    display: block;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-2 > li > a {
  color: rgb(43, 15, 79);
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-light-theme .main-menu .menu-level-2 > li > a:hover {
  color: rgb(151, 61, 252);
  border-bottom-color: rgb(38, 163, 221);
}
.coh-style-header-light-theme .main-menu .menu-level-2 > li span {
  padding-left: 0.9375rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  color: rgb(83, 18, 149);
  border-bottom-width: 0.0625rem;
  border-style: solid;
  border-bottom-color: rgb(233, 222, 212);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-2 > li span {
    padding-left: 0;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-2 > li span {
    padding-left: 0;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-3 {
  color: rgb(43, 15, 79);
}
.coh-style-header-light-theme .main-menu .menu-level-3 > li {
  color: rgb(43, 15, 79);
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .main-menu .menu-level-3 > li {
    padding-left: 0;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .main-menu .menu-level-3 > li {
    padding-left: 0;
  }
}
.coh-style-header-light-theme .main-menu .menu-level-3 > li > a {
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  color: rgb(43, 15, 79);
  padding-bottom: 0.25rem;
  margin-top: 0.3125rem;
}
.coh-style-header-light-theme .main-menu .menu-level-3 > li > a:hover {
  color: rgb(151, 61, 252);
  border-bottom-color: rgb(38, 163, 221);
}
.coh-style-header-light-theme .main-menu .menu-level-3 > li p {
  font-size: 0.75rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .primary-nav-menu.menu-level-1 > li {
    -webkit-transition: 500ms ease-in-out border-color;
    transition: 500ms ease-in-out border-color;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .primary-nav-menu.menu-level-1 > li.is-expanded {
    border-bottom-color: rgb(233, 222, 212);
  }
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2-wrapper {
  max-height: -webkit-calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2-wrapper {
    border-width: 0;
    max-width: none;
    max-height: none;
    overflow-y: hidden;
  }
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: none;
  width: 100%;
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item {
  padding-top: 0;
  margin-top: 1.5rem;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) {
  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;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) ~ .coh-menu-list-item {
  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;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+2) {
  max-width: 50%;
  -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;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+2) ~ .coh-menu-list-item {
  max-width: 50%;
  -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;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+3) {
  max-width: 33.3333%;
  -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;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+3) ~ .coh-menu-list-item {
  max-width: 33.3333%;
  -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;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+4) {
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+4) ~ .coh-menu-list-item {
  max-width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+5) {
  max-width: 33%;
  -webkit-flex-basis: 33%;
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%;
}
.coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+5) ~ .coh-menu-list-item {
  max-width: 33.3333%;
  -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;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
  }
}
@media (max-width: 767px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) ~ .coh-menu-list-item {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
  }
}
@media (max-width: 767px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) ~ .coh-menu-list-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (max-width: 564px) {
  .coh-style-header-light-theme .primary-nav-menu .menu-level-2 > .coh-menu-list-item:nth-last-child(n+1) ~ .coh-menu-list-item {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.coh-style-header-light-theme .search-toggle-button {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: rgb(43, 15, 79);
  background-color: rgba(0, 0, 0, 0);
  min-width: 5.625rem;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .search-toggle-button {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .search-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-light-theme .search-toggle-button.search-active {
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
.coh-style-header-light-theme .search-wrapper #block-searchform input[type=search] {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  border-style: none;
}
.coh-style-header-light-theme .search-wrapper #block-searchform input[type=submit] {
  color: rgba(0, 0, 0, 0);
}
.coh-style-header-light-theme .search-wrapper #block-searchform .form-actions {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: rgb(43, 15, 79);
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -0.375rem;
  right: 20%;
}
.coh-style-header-light-theme .search-wrapper #block-searchform .form-actions:hover {
  color: rgb(151, 61, 252);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-header-light-theme .search-wrapper label {
  margin-top: -0.5rem;
  padding-left: 0.9375rem;
  color: rgba(0, 0, 0, 0);
}
.coh-style-header-light-theme .search-wrapper .form-text {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  position: absolute;
  top: 0;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  border-style: none;
}
.coh-style-header-light-theme .search-wrapper .form-actions {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: -0.375rem;
  right: 0%;
}
@media (max-width: 1110px) {
  .coh-style-header-light-theme .search-wrapper .form-actions {
    top: -0.875rem;
  }
}
.coh-style-header-dark-theme {
  background-color: rgb(34, 34, 34);
}
.coh-style-header-dark-theme .utilities-bar-horizontal {
  background-color: rgb(50, 50, 50);
}
.coh-style-header-dark-theme .utilities-bar-horizontal .utilities-menu a {
  color: rgb(255, 255, 255);
}
.coh-style-header-dark-theme .utilities-bar-horizontal .utilities-menu a:hover {
  color: rgb(38, 163, 221);
}
.coh-style-header-dark-theme .utilities-bar-horizontal .social-links a {
  color: rgb(38, 163, 221);
}
.coh-style-header-dark-theme .utilities-bar-horizontal .social-links a:hover {
  color: rgb(112, 195, 233);
}
.coh-style-header-dark-theme .utilities-bar-vertical {
  background-color: rgb(242, 242, 242);
}
.coh-style-header-dark-theme .utilities-bar-vertical .utilities-menu a {
  color: rgb(0, 0, 0);
}
.coh-style-header-dark-theme .utilities-bar-vertical .utilities-menu a:hover {
  color: rgb(38, 163, 221);
}
.coh-style-header-dark-theme .utilities-bar-vertical .social-links {
  background-color: rgb(255, 255, 255);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-dark-theme .utilities-bar-vertical .social-links a {
  color: rgb(38, 163, 221);
}
.coh-style-header-dark-theme .utilities-bar-vertical .social-links a:hover {
  color: rgb(112, 195, 233);
}
.coh-style-header-dark-theme .main-menu-toggle-button {
  color: rgb(255, 255, 255);
}
.coh-style-header-dark-theme .main-menu-toggle-button:hover {
  color: rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu-wrapper {
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li {
  -webkit-transition: 300ms ease-in-out box-shadow;
  transition: 300ms ease-in-out box-shadow;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li:hover {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li.is-expanded {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li.in-active-trail {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li > a {
  color: rgb(255, 255, 255);
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > a {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
    color: rgb(0, 0, 0);
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li > a:hover {
  color: rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > a:hover {
    border-bottom-color: rgb(38, 163, 221);
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-1 > li > span {
  color: rgb(255, 255, 255);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-1 > li > span {
    color: rgb(0, 0, 0);
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
  background-color: rgb(242, 242, 242);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-dark-theme .main-menu .menu-level-2 > li > a {
  color: rgb(0, 0, 0);
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-dark-theme .main-menu .menu-level-2 > li > a:hover {
  color: rgb(38, 163, 221);
  border-bottom-color: rgb(38, 163, 221);
}
.coh-style-header-dark-theme .main-menu .menu-level-3 > li > a {
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  color: rgb(0, 0, 0);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-dark-theme .main-menu .menu-level-3 > li > a:hover {
  color: rgb(38, 163, 221);
  border-bottom-color: rgb(38, 163, 221);
}
.coh-style-header-dark-theme .search-toggle-button {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(50, 50, 50);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .search-toggle-button {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-dark-theme .search-toggle-button:hover {
  background-color: rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .search-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(38, 163, 221);
  }
}
.coh-style-header-dark-theme .search-toggle-button.search-active {
  background-color: rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-dark-theme .search-toggle-button.search-active {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-dark-theme .search-wrapper #block-searchform input[type=search] {
  background-color: rgb(242, 242, 242);
}
.coh-style-header-dark-theme .search-wrapper #block-searchform input[type=submit] {
  color: rgba(0, 0, 0, 0);
}
.coh-style-header-dark-theme .search-wrapper #block-searchform .form-actions {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: rgb(0, 0, 0);
  background-color: rgb(242, 242, 242);
}
.coh-style-header-dark-theme .search-wrapper #block-searchform .form-actions:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(38, 163, 221);
}
.coh-style-header-colored-theme {
  background-color: rgb(26, 137, 201);
}
.coh-style-header-colored-theme .utilities-bar-horizontal {
  background-color: rgb(38, 163, 221);
}
.coh-style-header-colored-theme .utilities-bar-horizontal .utilities-menu a {
  color: rgb(255, 255, 255);
}
.coh-style-header-colored-theme .utilities-bar-horizontal .utilities-menu a:hover {
  color: rgb(0, 0, 0);
}
.coh-style-header-colored-theme .utilities-bar-horizontal .social-links a {
  color: rgb(0, 0, 0);
}
.coh-style-header-colored-theme .utilities-bar-horizontal .social-links a:hover {
  color: rgb(255, 255, 255);
}
.coh-style-header-colored-theme .utilities-bar-vertical {
  background-color: rgb(242, 242, 242);
}
.coh-style-header-colored-theme .utilities-bar-vertical .utilities-menu a {
  color: rgb(0, 0, 0);
}
.coh-style-header-colored-theme .utilities-bar-vertical .utilities-menu a:hover {
  color: rgb(38, 163, 221);
}
.coh-style-header-colored-theme .utilities-bar-vertical .social-links {
  background-color: rgb(255, 255, 255);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-colored-theme .utilities-bar-vertical .social-links a {
  color: rgb(38, 163, 221);
}
.coh-style-header-colored-theme .utilities-bar-vertical .social-links a:hover {
  color: rgb(112, 195, 233);
}
.coh-style-header-colored-theme .main-menu-toggle-button {
  color: rgb(255, 255, 255);
}
.coh-style-header-colored-theme .main-menu-toggle-button:hover {
  color: rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu-wrapper {
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li {
  -webkit-transition: 300ms ease-in-out box-shadow;
  transition: 300ms ease-in-out box-shadow;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li:hover {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li.is-expanded {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li.is-expanded {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li.in-active-trail {
  -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
          box-shadow: inset 0 -0.1875rem 0 0 rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li.in-active-trail {
    -webkit-box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
            box-shadow: inset 0 -0.1875rem 0 0 rgb(38, 163, 221);
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li > a {
  color: rgb(255, 255, 255);
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > a {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 219, 220);
    color: rgb(0, 0, 0);
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li > a:hover {
  color: rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > a:hover {
    color: rgb(38, 163, 221);
    border-bottom-color: rgb(38, 163, 221);
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-1 > li > span {
  color: rgb(255, 255, 255);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-1 > li > span {
    color: rgb(0, 0, 0);
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
  background-color: rgb(242, 242, 242);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .main-menu .menu-level-2-wrapper > .coh-container-boxed {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-colored-theme .main-menu .menu-level-2 > li > a {
  color: rgb(0, 0, 0);
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-colored-theme .main-menu .menu-level-2 > li > a:hover {
  color: rgb(38, 163, 221);
  border-bottom-color: rgb(38, 163, 221);
}
.coh-style-header-colored-theme .main-menu .menu-level-3 > li > a {
  -webkit-transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: color 300ms ease-in-out, 300ms ease-in-out border-color;
  color: rgb(0, 0, 0);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(219, 219, 220);
}
.coh-style-header-colored-theme .main-menu .menu-level-3 > li > a:hover {
  color: rgb(38, 163, 221);
  border-bottom-color: rgb(38, 163, 221);
}
.coh-style-header-colored-theme .search-toggle-button {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: rgb(255, 255, 255);
  background-color: rgb(38, 163, 221);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .search-toggle-button {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-colored-theme .search-toggle-button:hover {
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .search-toggle-button:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgb(0, 0, 0);
  }
}
.coh-style-header-colored-theme .search-toggle-button.search-active {
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-style-header-colored-theme .search-toggle-button.search-active {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-style-header-colored-theme .search-wrapper #block-searchform input[type=search] {
  background-color: rgb(242, 242, 242);
}
.coh-style-header-colored-theme .search-wrapper #block-searchform input[type=submit] {
  color: rgba(0, 0, 0, 0);
}
.coh-style-header-colored-theme .search-wrapper #block-searchform .form-actions {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  color: rgb(0, 0, 0);
  background-color: rgb(242, 242, 242);
}
.coh-style-header-colored-theme .search-wrapper #block-searchform .form-actions:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.coh-style-contact-information {
  -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;
  margin-bottom: 0;
}
.coh-style-contact-information li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  margin-left: 0;
  list-style-type: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-style-contact-information li:before {
  width: 1rem;
  margin-right: 1rem;
}
.coh-style-contact-information li.place-contact-name:before {
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  font-family: icomoon;
}
.coh-style-contact-information li.place-company:before {
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ad";
  font-family: icomoon;
}
.coh-style-contact-information li.place-address:before {
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-family: icomoon;
}
.coh-style-contact-information li.place-telephone:before {
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f098";
  font-family: icomoon;
}
.coh-style-contact-information li.place-email:before {
  line-height: 1.5;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-family: icomoon;
}
.coh-style-footer-purple-theme {
  background-color: rgb(43, 15, 79);
  color: rgb(255, 255, 255);
}
.coh-style-footer-purple-theme .footer-menu {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-footer-purple-theme .footer-menu a {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  line-height: 1.25rem;
  padding-bottom: 0.3125rem;
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .footer-menu a {
    padding-bottom: 0.3125rem;
  }
}
.coh-style-footer-purple-theme .footer-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .footer-menu ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.coh-style-footer-purple-theme .footer-menu ul li {
  margin-left: -0.625rem;
  list-style-type: none;
  padding-right: 0.25rem;
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .footer-menu ul li {
    margin-left: 1%;
  }
}
.coh-style-footer-purple-theme .footer-menu ul li span {
  vertical-align: baseline;
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .footer-menu ul li span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .footer-menu ul li a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coh-style-footer-purple-theme .footer-menu ul li ul {
  margin-top: 0.4375rem;
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .footer-menu ul li ul {
    margin-top: 0;
  }
}
.coh-style-footer-purple-theme .social-links a {
  color: rgb(255, 255, 255);
  font-size: 1.5625rem;
}
@media (max-width: 1110px) {
  .coh-style-footer-purple-theme .social-links a {
    margin-right: 0.5625rem;
  }
}
@media (max-width: 564px) {
  .coh-style-footer-purple-theme .social-links a {
    margin-right: 0;
  }
}
.coh-style-footer-purple-theme .social-links a:hover {
  color: rgb(151, 61, 252);
  text-decoration: none;
}
.coh-style-footer-purple-theme .secondary-row {
  background-color: rgb(43, 15, 79);
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-footer-light-theme {
  background-color: rgb(255, 255, 255);
  color: rgb(43, 15, 79);
}
.coh-style-footer-light-theme .footer-menu {
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-footer-light-theme .footer-menu a {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  line-height: 1.25rem;
  padding-bottom: 0.5rem;
}
.coh-style-footer-light-theme .footer-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 1399px) {
  .coh-style-footer-light-theme .footer-menu ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.coh-style-footer-light-theme .footer-menu ul li {
  margin-left: -0.625rem;
  list-style-type: none;
  padding-right: 0.25rem;
  padding-left: 0.6rem;
}
@media (max-width: 767px) {
  .coh-style-footer-light-theme .footer-menu ul li {
    padding-left: 0;
  }
}
@media (max-width: 564px) {
  .coh-style-footer-light-theme .footer-menu ul li {
    margin-left: 1%;
  }
}
.coh-style-footer-light-theme .footer-menu ul li span {
  vertical-align: baseline;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .coh-style-footer-light-theme .footer-menu ul li span {
    padding-left: 0.25rem;
  }
}
@media (max-width: 564px) {
  .coh-style-footer-light-theme .footer-menu ul li span {
    padding-left: 1rem;
  }
}
.coh-style-footer-light-theme .footer-menu ul li ul {
  margin-top: 0.4375rem;
}
@media (max-width: 1399px) {
  .coh-style-footer-light-theme .footer-menu ul li ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1110px) {
  .coh-style-footer-light-theme .footer-menu ul li ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
@media (max-width: 564px) {
  .coh-style-footer-light-theme .footer-menu ul li ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 1399px) {
  .coh-style-footer-light-theme .footer-menu ul li ul li {
    vertical-align: top;
    display: inline-block;
    width: 100%;
  }
}
.coh-style-footer-light-theme .social-links a {
  color: rgb(43, 15, 79);
  font-size: 1.25rem;
  margin-right: 0.4375rem;
}
@media (max-width: 564px) {
  .coh-style-footer-light-theme .social-links a {
    margin-right: 1rem;
  }
}
.coh-style-footer-light-theme .social-links a:hover {
  color: rgb(151, 61, 252);
  text-decoration: none;
}
.coh-style-footer-light-theme .secondary-row {
  background-color: rgb(255, 255, 255);
  color: rgb(32, 31, 30);
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-footer-colored-theme {
  background-color: rgb(38, 163, 221);
}
.coh-style-footer-colored-theme .footer-menu a {
  color: rgb(255, 255, 255);
}
.coh-style-footer-colored-theme .footer-menu a:hover {
  color: rgb(0, 0, 0);
}
.coh-style-footer-colored-theme .social-links a {
  color: rgb(0, 0, 0);
}
.coh-style-footer-colored-theme .social-links a:hover {
  color: rgb(255, 255, 255);
}
.coh-style-footer-colored-theme .secondary-row {
  background-color: rgb(26, 137, 201);
  color: rgb(255, 255, 255);
}
.coh-style-footer-dark-theme {
  background-color: rgb(34, 34, 34);
}
.coh-style-footer-dark-theme .footer-menu a {
  color: rgb(255, 255, 255);
}
.coh-style-footer-dark-theme .footer-menu a:hover {
  color: rgb(38, 163, 221);
}
.coh-style-footer-dark-theme .social-links a {
  color: rgb(38, 163, 221);
}
.coh-style-footer-dark-theme .social-links a:hover {
  color: rgb(112, 195, 233);
}
.coh-style-footer-dark-theme .secondary-row {
  background-color: rgb(50, 50, 50);
  color: rgb(255, 255, 255);
}
.coh-style-text-small {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.coh-style-text-small a {
  font-size: inherit;
}
.coh-style-text-small p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.coh-style-text-color-purple {
  color: rgb(43, 15, 79);
}
.coh-style-search-block {
  margin-bottom: 1rem;
  right: 260px !important;
}
@media (max-width: 1110px) {
  .coh-style-search-block {
    position: fixed;
    top: 3.4375rem;
    left: 0.9375rem;
    width: 50%;
    height: 1.875rem;
    border-width: 0.0625rem;
    -webkit-border-radius: 0.3125rem;
            border-radius: 0.3125rem;
    border-style: solid;
    border-color: rgb(209, 90, 32);
    z-index: 100;
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-search-block .search-block-form {
  padding: 0;
}
.coh-style-search-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-search-block #search-block-form .form-type-search {
  margin-right: 0;
}
.coh-style-search-block .form-type-search, .coh-style-search-block .form-type-search-api-autocomplete {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}
.coh-style-search-block .form-search, .coh-style-search-block .form-text.form-autocomplete {
  height: 3.5rem;
  width: 100%;
  background-color: rgb(242, 242, 242);
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-style: none;
  color: rgb(72, 72, 72);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-style-search-block .form-actions {
  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;
  background-color: rgb(242, 242, 242);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  padding: 0;
}
.coh-style-search-block .form-actions:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  pointer-events: none;
  content: "\f002";
  font-family: icomoon;
  position: absolute;
  font-size: 1.5rem;
  color: rgb(43, 15, 79);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.coh-style-search-block .form-actions:before:hover {
  color: rgb(151, 61, 252);
}
.coh-style-search-block .form-actions:hover:before {
  color: rgb(151, 61, 252);
}
.coh-style-search-block .button.form-submit {
  height: 3.5rem;
  width: 3.5rem;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: rgba(0, 0, 0, 0);
}
.coh-style-search-block .button.form-submit:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.coh-style-text-color-light-background {
  color: rgb(0, 0, 0);
}
.coh-style-text-color-colored-background {
  color: rgb(255, 255, 255);
}
.coh-style-text-color-dark-background {
  color: rgb(255, 255, 255);
}
.coh-style-fake-link-with-icon {
  color: rgb(38, 163, 221);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.coh-style-fake-link-with-icon: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: "\f054";
  font-family: icomoon;
  padding-left: 0.375rem;
  font-size: 0.625rem;
}
.coh-style-fake-button {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-fake-button:hover {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-fake-button: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: "\f054";
  font-family: icomoon;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title {
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title.is-active {
  background-color: rgb(83, 18, 149);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title.is-active a {
  background-color: rgba(0, 0, 0, 0);
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title.is-active a:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(43, 15, 79);
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(43, 15, 79);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(43, 15, 79);
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(151, 61, 252);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.125rem 0 0 rgb(83, 18, 149);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-title 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;
  margin-left: auto;
  content: "\f078";
  font-family: icomoon;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  position: relative;
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li.is-active {
  background-color: rgb(83, 18, 149);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li.is-active a {
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 -0.125rem 0 0 rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(219, 219, 220);
  -webkit-transition: 200ms ease box-shadow;
  transition: 200ms ease box-shadow;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  color: rgb(43, 15, 79);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li a:hover {
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 -0.125rem 0 0 rgba(0, 0, 0, 0);
  color: rgb(151, 61, 252);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-accordion-tabs-keyline-light-text .coh-accordion-tabs-nav li 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: "\f105";
  font-family: icomoon;
  position: absolute;
  right: 1.25rem;
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title.is-active a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 0.0625rem;
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-bottom-style: none;
  margin-bottom: 0;
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title.is-active a:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(43, 15, 79);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 0.9375rem;
  padding-right: 2rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
  margin-bottom: 0.9375rem;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  -webkit-box-shadow: inset 0 -0.125rem 0 0 rgb(151, 61, 252);
          box-shadow: inset 0 -0.125rem 0 0 rgb(151, 61, 252);
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-title 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;
  margin-left: auto;
  content: "\f078";
  font-family: icomoon;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li.is-active {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li.is-active a {
  -webkit-box-shadow: inset 0 -0.25rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.25rem 0 0 rgb(83, 18, 149);
  background-color: rgba(0, 0, 0, 0);
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
  -webkit-transition: 200ms ease box-shadow;
  transition: 200ms ease box-shadow;
  color: rgb(43, 15, 79);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.125rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.coh-style-accordion-tabs-keyline-dark-text .coh-accordion-tabs-nav li a:hover {
  -webkit-box-shadow: inset 0 -0.25rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.25rem 0 0 rgb(83, 18, 149);
  color: rgb(43, 15, 79);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-title.is-active a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-title.is-active a:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-title a {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(43, 15, 79);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 200ms ease box-shadow, background-color 300ms ease;
  transition: 200ms ease box-shadow, background-color 300ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.25rem;
  padding-top: 0.9375rem;
  padding-right: 2rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.25rem;
  -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: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.9375rem;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-dark-text-2 .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-dark-text-2 .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-title a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(43, 15, 79);
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-title 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;
  margin-left: 8px;
  content: "\f078";
  font-family: icomoon;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li {
  margin-bottom: 2.75rem;
  margin-left: 0;
  text-align: right;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li {
    margin-bottom: 0.75rem;
  }
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li.is-active a {
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.75rem;
  line-height: 2.125rem;
  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-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li.is-active a:before {
  content: url("/sites/default/files/images/coolicon.svg");
  margin-right: 0.5rem;
  line-height: 0.0625rem;
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li a {
  color: rgb(43, 15, 79);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.02em;
  display: inline-block;
}
.coh-style-accordion-tabs-dark-text-2 .coh-accordion-tabs-nav li a:hover {
  color: rgb(156, 83, 237);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-accordion-tabs-solid .coh-accordion-title {
  margin-bottom: 0.0625rem;
}
.coh-style-accordion-tabs-solid .coh-accordion-title.is-active a {
  background-color: rgb(26, 137, 201);
}
.coh-style-accordion-tabs-solid .coh-accordion-title.is-active a:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.coh-style-accordion-tabs-solid .coh-accordion-title.is-active a:hover {
  background-color: rgb(26, 137, 201);
}
.coh-style-accordion-tabs-solid .coh-accordion-title a {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-solid .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
.coh-style-accordion-tabs-solid .coh-accordion-title a:hover {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-accordion-tabs-solid .coh-accordion-title 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;
  margin-left: auto;
  content: "\f078";
  font-family: icomoon;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
}
.coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a {
  background-color: rgb(26, 137, 201);
}
.coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li.is-active a:hover {
  background-color: rgb(26, 137, 201);
}
.coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: rgb(255, 255, 255);
  background-color: rgb(38, 163, 221);
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  margin-right: 0.0625rem;
  margin-bottom: 0.0625rem;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.coh-style-accordion-tabs-solid .coh-accordion-tabs-nav li a:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(112, 195, 233);
}
.coh-style-accordion-tabs-borderless .coh-accordion-title {
  margin-bottom: 0.0625rem;
}
.coh-style-accordion-tabs-borderless .coh-accordion-title.is-active a {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0.125rem;
  border-bottom-style: solid;
}
.coh-style-accordion-tabs-borderless .coh-accordion-title.is-active a:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.coh-style-accordion-tabs-borderless .coh-accordion-title a {
  color: rgb(43, 15, 79);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 24px;
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  font-weight: 500;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-color: rgb(219, 219, 220);
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-title a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-title a {
    padding-top: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 564px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-title a {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-style-accordion-tabs-borderless .coh-accordion-title 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;
  margin-left: auto;
  content: "\f078";
  font-family: icomoon;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 300ms ease transform;
  transition: 300ms ease transform;
}
.coh-style-accordion-tabs-borderless .coh-accordion-tabs-nav li {
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-accordion-tabs-borderless .coh-accordion-tabs-nav li.is-active {
  -webkit-box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
          box-shadow: inset 0 -0.0625rem 0 0 rgb(83, 18, 149);
}
.coh-style-accordion-tabs-borderless .coh-accordion-tabs-nav li.is-active a {
  border-bottom-width: 0.125rem;
  border-color: rgb(83, 18, 149);
}
.coh-style-accordion-tabs-borderless .coh-accordion-tabs-nav li a {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.25rem;
  padding-right: 2rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  margin-right: 0.0625rem;
  margin-bottom: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-color: rgb(242, 242, 242);
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-tabs-nav li a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-tabs-nav li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.coh-style-accordion-tabs-borderless .coh-accordion-tabs-content {
  border-width: 0;
  border-bottom-width: 0.125rem;
  border-style: solid;
  border-color: rgb(83, 18, 149);
}
.coh-style-accordion-tabs-borderless .coh-accordion-tabs-content .coh-container {
  padding-top: 0;
  padding-right: 32px;
  padding-bottom: 0;
  padding-left: 32px;
  color: rgb(0, 0, 0);
}
@media (max-width: 1399px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-tabs-content .coh-container {
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-tabs-content .coh-container {
    padding-top: 0;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
  }
}
@media (max-width: 564px) {
  .coh-style-accordion-tabs-borderless .coh-accordion-tabs-content .coh-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-style-caption-small {
  font-size: 0.875rem;
  line-height: 1.25;
}
.coh-style-paragraph-small {
  font-size: 0.75rem;
}
.coh-style-modal-close-button-light, .coh-style-modal-close-button-dark, .coh-style-modal-close-button-color {
  height: 3rem;
  width: 3rem;
  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(38, 163, 221);
  font-size: 1.5rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  background-color: rgb(242, 242, 242);
}
.coh-style-modal-close-button-light:before, .coh-style-modal-close-button-dark:before, .coh-style-modal-close-button-color:before {
  content: "✕";
}
.coh-style-modal-close-button-light:hover, .coh-style-modal-close-button-dark:hover, .coh-style-modal-close-button-color:hover {
  color: rgb(26, 137, 201);
  background-color: rgb(219, 219, 220);
}
.coh-style-modal-close-button-color {
  color: rgb(43, 15, 79);
  background-color: rgba(0, 0, 0, 0);
  min-width: 0.625rem;
}
.coh-style-modal-close-button-color:hover {
  color: rgb(151, 61, 252);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-modal-close-button-dark {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.coh-style-modal-close-button-dark:hover {
  background-color: rgb(72, 72, 72);
  color: rgb(255, 255, 255);
}
.coh-style-slider-navigation-left-purple, .coh-style-slider-navigation-right-purple, .coh-style-slider-navigation-right-white-w-purple-arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  background-color: rgb(84, 18, 153);
  -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;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  min-width: 0;
  margin-right: 0.5rem;
}
.coh-style-slider-navigation-left-purple:before, .coh-style-slider-navigation-right-purple:before, .coh-style-slider-navigation-right-white-w-purple-arrow:before {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.83 5L7.41 1.41L6 0L0 6L6 12L7.41 10.59L3.83 7H16V5H3.83Z' fill='%23ffffff'/%3E%3C/svg%3E ");
}
@media (max-width: 767px) {
  .coh-style-slider-navigation-left-purple:before, .coh-style-slider-navigation-right-purple:before, .coh-style-slider-navigation-right-white-w-purple-arrow:before {
    font-size: 0.75rem;
  }
}
.coh-style-slider-navigation-left-purple:hover, .coh-style-slider-navigation-right-purple:hover, .coh-style-slider-navigation-right-white-w-purple-arrow:hover {
  background-color: rgb(156, 83, 237);
}
[disabled=disabled].coh-style-slider-navigation-left-purple, [disabled=disabled].coh-style-slider-navigation-right-purple, [disabled=disabled].coh-style-slider-navigation-right-white-w-purple-arrow {
  opacity: 0.3;
}
[disabled=disabled].coh-style-slider-navigation-left-purple:hover, [disabled=disabled].coh-style-slider-navigation-right-purple:hover, [disabled=disabled].coh-style-slider-navigation-right-white-w-purple-arrow:hover {
  background-color: rgb(83, 18, 149);
}
.coh-style-slider-navigation-right-white-w-purple-arrow {
  margin-right: 0;
  background-color: rgb(255, 255, 255);
}
.coh-style-slider-navigation-right-white-w-purple-arrow:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.83 5L7.41 1.41L6 0L0 6L6 12L7.41 10.59L3.83 7H16V5H3.83Z' fill='%239C54ED'/%3E%3C/svg%3E ");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  padding-top: 2px;
}
.coh-style-slider-navigation-right-white-w-purple-arrow:hover:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.83 5L7.41 1.41L6 0L0 6L6 12L7.41 10.59L3.83 7H16V5H3.83Z' fill='%23FFFFFF'/%3E%3C/svg%3E ");
}
.coh-style-slider-navigation-right-purple {
  margin-right: 0;
}
.coh-style-slider-navigation-right-purple:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.83 5L7.41 1.41L6 0L0 6L6 12L7.41 10.59L3.83 7H16V5H3.83Z' fill='%23ffffff'/%3E%3C/svg%3E ");
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  padding-top: 2px;
}
.coh-style-slider-navigation-left, .coh-style-slider-navigation-right-plain, .coh-style-slider-navigation-right {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 3.5rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.25);
  -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;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
@media (max-width: 1399px) {
  .coh-style-slider-navigation-left, .coh-style-slider-navigation-right-plain, .coh-style-slider-navigation-right {
    width: 2rem;
  }
}
@media (max-width: 767px) {
  .coh-style-slider-navigation-left, .coh-style-slider-navigation-right-plain, .coh-style-slider-navigation-right {
    width: 1.5rem;
  }
}
.coh-style-slider-navigation-left:before, .coh-style-slider-navigation-right-plain:before, .coh-style-slider-navigation-right: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: "\f053";
  font-family: icomoon;
  color: rgb(255, 255, 255);
  font-size: 1rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
@media (max-width: 767px) {
  .coh-style-slider-navigation-left:before, .coh-style-slider-navigation-right-plain:before, .coh-style-slider-navigation-right:before {
    font-size: 0.75rem;
  }
}
.coh-style-slider-navigation-left:hover, .coh-style-slider-navigation-right-plain:hover, .coh-style-slider-navigation-right:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.coh-style-slider-navigation-right: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: "\f054";
  font-family: icomoon;
}
.coh-style-slider-navigation-right-plain {
  background-color: rgba(0, 0, 0, 0);
  color: currentColor;
  min-height: 0;
  min-width: 0;
  height: 44px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.coh-style-slider-navigation-right-plain:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewbox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.17 7-3.58 3.59L10 12l6-6-6-6-1.41 1.41L12.17 5H0v2h12.17Z' fill='%23541299'/%3E%3C/svg%3E");
  color: currentColor;
  -webkit-transition: 300ms ease opacity;
  transition: 300ms ease opacity;
  position: relative;
  top: 2.5px;
}
.coh-style-slider-navigation-right-plain:hover {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-slider-navigation-right-plain:hover:before {
  opacity: 0.7;
}
.coh-style-modal-open-button-light, .coh-style-modal-open-button-color, .coh-style-modal-open-button-dark {
  background-color: rgb(242, 242, 242);
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  color: rgb(38, 163, 221);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.coh-style-modal-open-button-light:hover, .coh-style-modal-open-button-color:hover, .coh-style-modal-open-button-dark:hover {
  background-color: rgb(219, 219, 220);
  color: rgb(26, 137, 201);
}
.coh-style-modal-open-button-dark {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.coh-style-modal-open-button-dark:hover {
  background-color: rgb(72, 72, 72);
  color: rgb(255, 255, 255);
}
.coh-style-modal-open-button-color {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
}
.coh-style-modal-open-button-color:hover {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background:hover .fake-link {
  color: rgb(112, 195, 233);
}
.coh-style-card-text-dark-background:hover .fake-button {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background a {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background .fake-link {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-dark-background .fake-button {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background .card-date {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background .card-tag {
  color: rgb(255, 255, 255);
  background-color: rgb(38, 163, 221);
}
.coh-style-card-text-dark-background .card-tag:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(112, 195, 233);
}
.coh-style-card-text-dark-background .card-person {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background .card-person:hover {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-dark-background .card-place {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-dark-background .card-place:hover {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-dark-background .card-link:hover {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-light-background {
  color: rgb(0, 0, 0);
}
.coh-style-card-text-light-background:hover .fake-link {
  color: rgb(112, 195, 233);
}
.coh-style-card-text-light-background:hover .fake-button {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-light-background a {
  color: rgb(0, 0, 0);
}
.coh-style-card-text-light-background .fake-link {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-light-background .fake-button {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-light-background .card-date {
  color: rgb(72, 72, 72);
}
.coh-style-card-text-light-background .card-tag {
  color: rgb(72, 72, 72);
  background-color: rgb(242, 242, 242);
}
.coh-style-card-text-light-background .card-tag:hover {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-light-background .card-person {
  color: rgb(72, 72, 72);
}
.coh-style-card-text-light-background .card-person:hover {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-light-background .card-place {
  color: rgb(72, 72, 72);
}
.coh-style-card-text-light-background .card-place:hover {
  color: rgb(38, 163, 221);
}
.coh-style-card-text-light-background .card-link:hover {
  color: rgb(38, 163, 221);
}
.coh-style-read-more-button-light {
  background-color: rgb(242, 242, 242);
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  color: rgb(38, 163, 221);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  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-read-more-button-light:hover {
  background-color: rgb(219, 219, 220);
  color: rgb(38, 163, 221);
}
.coh-style-read-more-button-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: "\f078";
  font-family: icomoon;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  margin-left: auto;
}
.is-expanded.coh-style-read-more-button-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: "\f077";
  font-family: icomoon;
}
.coh-style-card-text-colored-background {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background:hover .fake-link {
  color: rgb(72, 72, 72);
}
.coh-style-card-text-colored-background:hover .fake-button {
  background-color: rgb(72, 72, 72);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background a {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background .fake-link {
  color: rgb(0, 0, 0);
}
.coh-style-card-text-colored-background .fake-button {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background .card-date {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background .card-tag {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.coh-style-card-text-colored-background .card-tag:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(72, 72, 72);
}
.coh-style-card-text-colored-background .card-person {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background .card-person:hover {
  color: rgb(0, 0, 0);
}
.coh-style-card-text-colored-background .card-place {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background .card-place:hover {
  color: rgb(0, 0, 0);
}
.coh-style-card-text-colored-background .card-link {
  color: rgb(255, 255, 255);
}
.coh-style-card-text-colored-background .card-link:hover {
  color: rgb(0, 0, 0);
}
.coh-style-read-more-button-dark {
  background-color: rgb(0, 0, 0);
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  color: rgb(255, 255, 255);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  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-read-more-button-dark:hover {
  background-color: rgb(72, 72, 72);
  color: rgb(255, 255, 255);
}
.coh-style-read-more-button-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;
  content: "\f078";
  font-family: icomoon;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  margin-left: auto;
}
.is-expanded.coh-style-read-more-button-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;
  content: "\f077";
  font-family: icomoon;
}
.coh-style-read-more-button-color {
  background-color: rgb(38, 163, 221);
  padding-top: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  color: rgb(255, 255, 255);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  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-read-more-button-color:hover {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-read-more-button-color: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: "\f078";
  font-family: icomoon;
  font-size: 0.75rem;
  padding-left: 0.5rem;
  margin-left: auto;
}
.is-expanded.coh-style-read-more-button-color: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: "\f077";
  font-family: icomoon;
}
.coh-style-read-more {
  padding-top: 0.5rem;
  padding-right: 1.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  color: rgb(38, 163, 221);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.coh-style-read-more:hover {
  color: rgb(112, 195, 233);
}
.coh-style-read-more: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: "\f078";
  font-family: icomoon;
  font-size: 0.75rem;
  padding-left: 0.25rem;
}
.is-expanded.coh-style-read-more: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: "\f077";
  font-family: icomoon;
}
.coh-style-heading-xl {
  font-size: 5rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media (max-width: 1599px) {
  .coh-style-heading-xl {
    font-size: 4.5rem;
  }
}
@media (max-width: 1399px) {
  .coh-style-heading-xl {
    font-size: 4rem;
  }
}
@media (max-width: 1110px) {
  .coh-style-heading-xl {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-heading-xl {
    font-size: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-style-heading-xl {
    font-size: 2.5rem;
  }
}
.coh-style-heading-1-size {
  font-size: 3rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (max-width: 1599px) {
  .coh-style-heading-1-size {
    font-size: 2.5rem;
  }
}
@media (max-width: 1399px) {
  .coh-style-heading-1-size {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .coh-style-heading-1-size {
    font-size: 1.75rem;
  }
}
.coh-heading.coh-component.coh-style-heading-1-size {
  font-size: 3rem;
  line-height: 1.25;
}
@media (max-width: 1599px) {
  .coh-heading.coh-component.coh-style-heading-1-size {
    font-size: 2.5rem;
  }
}
@media (max-width: 1399px) {
  .coh-heading.coh-component.coh-style-heading-1-size {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .coh-heading.coh-component.coh-style-heading-1-size {
    font-size: 1.75rem;
  }
}
.coh-style-heading-2-size {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (max-width: 1599px) {
  .coh-style-heading-2-size {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .coh-style-heading-2-size {
    font-size: 1.5rem;
  }
}
.coh-heading.coh-component.coh-style-heading-2-size {
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 1599px) {
  .coh-heading.coh-component.coh-style-heading-2-size {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .coh-heading.coh-component.coh-style-heading-2-size {
    font-size: 1.5rem;
  }
}
.coh-style-heading-3-size {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media (max-width: 1399px) {
  .coh-style-heading-3-size {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .coh-style-heading-3-size {
    font-size: 1.25rem;
  }
}
.coh-heading.coh-component.coh-style-heading-3-size {
  font-size: 1.5rem;
  line-height: 1.25;
}
@media (max-width: 1599px) {
  .coh-heading.coh-component.coh-style-heading-3-size {
    font-size: 1.375rem;
  }
}
@media (max-width: 767px) {
  .coh-heading.coh-component.coh-style-heading-3-size {
    font-size: 1.25rem;
  }
}
.coh-style-heading-4-size {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.375rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 1399px) {
  .coh-style-heading-4-size {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .coh-style-heading-4-size {
    margin-bottom: 1.25rem;
  }
}
.coh-heading.coh-component.coh-style-heading-4-size {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 1399px) {
  .coh-heading.coh-component.coh-style-heading-4-size {
    font-size: 1.125rem;
  }
}
.coh-style-heading-5-size {
  font-size: 1rem;
  margin-bottom: 1.375rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .coh-style-heading-5-size {
    margin-bottom: 1.25rem;
  }
}
.coh-heading.coh-component.coh-style-heading-5-size {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}
.coh-style-pre-heading, .coh-style-pre-heading-light, .coh-style-pre-heading-blue, .coh-style-pre-heading-dark {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media (max-width: 1399px) {
  .coh-style-pre-heading, .coh-style-pre-heading-light, .coh-style-pre-heading-blue, .coh-style-pre-heading-dark {
    margin-bottom: 0.5rem;
  }
}
.coh-style-pre-heading-dark {
  color: rgb(0, 0, 0);
}
.coh-style-pre-heading-blue {
  color: rgb(38, 163, 221);
}
.coh-style-pre-heading-light {
  color: rgb(255, 255, 255);
}
.coh-style-multi-column-two-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-multi-column-two-column {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 1110px) {
  .coh-style-multi-column-two-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.coh-style-multi-column-three-column {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-multi-column-three-column {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 1110px) {
  .coh-style-multi-column-three-column {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.coh-style-margin-bottom-small {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-margin-bottom-small {
    margin-bottom: 1.5rem;
  }
}
.coh-style-padding-top-bottom-large {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-top-bottom-large {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-top-bottom-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.coh-style-padding-top-bottom-small {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-top-bottom-small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.coh-style-padding-top-large {
  padding-top: 6rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-top-large {
    padding-top: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-top-large {
    padding-top: 3rem;
  }
}
.coh-style-padding-top-small {
  padding-top: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-top-small {
    padding-top: 1.5rem;
  }
}
.coh-style-padding-bottom-large {
  padding-bottom: 6rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-bottom-large {
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-bottom-large {
    padding-bottom: 3rem;
  }
}
.coh-style-view-pagination {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 564px) {
  .coh-style-view-pagination {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-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;
  }
}
.coh-style-view-pagination .pager__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.coh-style-view-pagination .pager__item .coh-style-duplicate-of-link-button-color {
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
  line-height: 1.25;
}
.coh-style-view-pagination .pager__item .coh-style-duplicate-of-link-button-color:hover {
  background-color: rgb(43, 15, 79);
}
.coh-style-view-pagination .pager__item a {
  background-color: rgb(255, 255, 255);
  display: block;
  min-height: 2rem;
  min-width: 2rem;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  line-height: 2rem;
  text-align: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.coh-style-view-pagination .pager__item a:hover {
  background-color: rgb(38, 163, 221);
  color: rgb(255, 255, 255);
}
.coh-style-view-pagination .is-active a {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.coh-style-view-pagination .is-active a:hover {
  background-color: rgb(0, 0, 0);
}
.coh-style-view-pagination .pager__item--first a {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-view-pagination .pager__item--first a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(112, 195, 233);
}
.coh-style-view-pagination .pager__item--last a {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-view-pagination .pager__item--last a:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(112, 195, 233);
}
.coh-style-infinite-scroll-view-pagination {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 564px) {
  .coh-style-infinite-scroll-view-pagination {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-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;
  }
}
.coh-style-infinite-scroll-view-pagination .pager__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style-type: none;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.coh-style-infinite-scroll-view-pagination .pager__item .coh-style-duplicate-of-link-button-color {
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
  line-height: 1.25;
  font-size: 1rem;
}
.coh-style-infinite-scroll-view-pagination .pager__item .coh-style-duplicate-of-link-button-color:hover {
  background-color: rgb(151, 61, 252);
}
.coh-style-infinite-scroll-view-pagination .pager__item a {
  background-color: rgb(255, 255, 255);
  display: block;
  min-height: 2rem;
  min-width: 2rem;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  line-height: 2rem;
  text-align: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.coh-style-infinite-scroll-view-pagination .pager__item a:hover {
  color: rgb(255, 255, 255);
}
.coh-style-padding-bottom-small {
  padding-bottom: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-bottom-small {
    padding-bottom: 1.5rem;
  }
}
.coh-style-margin-right-small {
  margin-right: 1.875rem;
}
.coh-style-padding-left-right-large {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-left-right-large {
    padding-right: 4.5rem;
    padding-left: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-padding-left-right-large {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.coh-style-padding-left-right-small {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-left-right-small {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.coh-style-padding-small {
  padding: 2rem;
}
@media (max-width: 1399px) {
  .coh-style-padding-small {
    padding: 1.5rem;
  }
}
.coh-style-link-with-icon {
  color: rgb(43, 15, 79);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-link-with-icon:hover {
  color: rgb(151, 61, 252);
}
.coh-style-link-with-icon:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  color: #973DFC !important;;
  font-weight: 100;
  content: "\e900";
  font-family: icomoon;
  padding-left: 0.375rem;
  font-size: 0.9375rem;
}
.coh-style-link-with-icon--chevron.coh-style-link-with-icon:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  color: inherit !important;
  content: "\f054";
  font-family: icomoon;
}
.coh-style-link-with-icon--play.coh-style-link-with-icon {
  position: relative;
}
.coh-style-link-with-icon--play.coh-style-link-with-icon:after {
  content: url("data:image/svg+xml,%3Csvg width='131' height='131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.65 126a60.35 60.35 0 1 0 0-120.7 60.35 60.35 0 0 0 0 120.7Z' stroke='%23b3b7b8' stroke-opacity='.8' stroke-width='9.32' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m100.27 65.65-61.2-35.33v70.66l61.2-35.33Z' stroke='%23b3b7b8' stroke-opacity='.8' stroke-width='9.32' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scaleX(0.5) scaleY(0.5);
      -ms-transform: translate(-50%, -50%) scaleX(0.5) scaleY(0.5);
          transform: translate(-50%, -50%) scaleX(0.5) scaleY(0.5);
}
.coh-style-link-button-color, .coh-style-link-button-play, .coh-style-download-link, .coh-style-link-button-play-simple {
  background-color: rgb(83, 18, 149);
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.625rem;
  padding-right: 1.5625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
}
.coh-style-link-button-color:hover, .coh-style-link-button-play:hover, .coh-style-download-link:hover, .coh-style-link-button-play-simple:hover {
  background-color: rgb(151, 61, 252);
  color: rgb(255, 255, 255);
}
.coh-style-link-button-play-simple {
  padding-left: 0.625rem;
  font-size: 14px;
  line-height: 1.25;
}
.coh-style-link-button-play-simple:before {
  line-height: 0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  font-family: icomoon;
  font-size: inherit;
  padding-top: 0.0625rem;
  padding-right: 0.4375rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.625rem;
  margin-right: 0.625rem;
}
.coh-style-download-link {
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  padding-top: 0.875rem;
  padding-right: 2.5rem;
  padding-bottom: 0.875rem;
  padding-left: 2.5rem;
}
.coh-style-download-link:hover {
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-download-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: "\e902";
  font-family: icomoon;
  margin-right: 0.5rem;
  font-size: 1.375rem;
}
.coh-style-link-button-play {
  padding-left: 0.625rem;
  font-size: 1rem;
}
.coh-style-link-button-play:before {
  line-height: 1.75rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  font-family: icomoon;
  font-size: 0.9375rem;
  padding-top: 0.0625rem;
  padding-right: 0.4375rem;
  padding-bottom: 0.0625rem;
  padding-left: 0.625rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  margin-right: 0.625rem;
}
.coh-style-duplicate-of-link-button-color {
  background-color: rgb(255, 255, 255);
  color: rgb(43, 15, 79);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.625rem;
  padding-right: 1.5625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
  text-align: center;
  border-width: 0.125rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
}
.coh-style-duplicate-of-link-button-color:hover {
  background-color: rgb(151, 61, 252);
  color: rgb(255, 255, 255);
}
.coh-style-link-button-color-gold, .coh-style-play-button-in-circle {
  background-color: rgb(214, 135, 18);
  color: rgb(255, 255, 255);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-top: 0.625rem;
  padding-right: 1.5625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 6.25rem;
          border-radius: 6.25rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.coh-style-link-button-color-gold:hover, .coh-style-play-button-in-circle:hover {
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-play-button-in-circle {
  font-size: 0.875rem;
  line-height: 20px;
  padding-top: 0.375rem;
  padding-right: 1.5rem;
  padding-bottom: 0.375rem;
  padding-left: 1.5rem;
}
.coh-style-play-button-in-circle: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: "\f144";
  font-family: icomoon;
  font-size: 1.5rem;
  padding-right: 0.3125rem;
}
.coh-style-breadcrumbs {
  margin-top: 0;
  margin-right: -1.125rem;
  margin-bottom: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-transform: capitalize;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  vertical-align: text-bottom;
  display: inline-block;
  position: relative;
  letter-spacing: -0.0175rem;
}
.coh-style-breadcrumbs li {
  display: inline-block;
  margin-top: 0;
  margin-right: 1.125rem;
  margin-bottom: 0;
  margin-left: 0;
  color: rgb(43, 15, 79);
  font-weight: 400;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  text-transform: capitalize;
  line-height: 1.25rem;
  vertical-align: text-bottom;
  position: relative;
  padding-left: 1.875rem;
}
.coh-style-breadcrumbs li:before {
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: normal;
  content: "\f105";
  font-family: icomoon;
  font-size: 1.5rem;
  color: rgb(151, 61, 252);
  position: absolute;
  left: 0;
}
.coh-style-breadcrumbs li a {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgb(43, 15, 79);
  line-height: 1.25rem;
  text-transform: capitalize;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button {
  background-color: rgb(38, 163, 221);
  -webkit-border-radius: 50%;
          border-radius: 50%;
  position: relative;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  background-image: none;
}
.coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-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: "\f04b";
  font-family: icomoon;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.coh-style-video .mejs__layers .mejs__overlay.mejs__overlay-play .mejs__overlay-button:hover {
  background-color: rgb(26, 137, 201);
}
.coh-style-video .mejs__layers .mejs__overlay .mejs__overlay-loading .mejs__overlay-loading-bg-img {
  background: none;
  border-width: 0.625rem;
  -webkit-border-radius: 3.125rem;
          border-radius: 3.125rem;
  border-style: solid;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-left-color: rgb(38, 163, 221);
  border-right-color: rgba(0, 0, 0, 0.2);
}
.coh-style-video .mejs__controls {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgb(38, 163, 221);
  background-image: none;
  padding: 0;
}
.coh-style-video .mejs__controls .mejs__button {
  line-height: normal;
  height: 2.5rem;
  width: 2.5rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__play 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: "\f04b";
  font-family: icomoon;
  font-size: 1rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__pause 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: "\f04c";
  font-family: icomoon;
  font-size: 1rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__replay 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: "\f01e";
  font-family: icomoon;
  font-size: 1rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__mute 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: "\f026";
  font-family: icomoon;
  font-size: 1.25rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__unmute 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: "\f028";
  font-family: icomoon;
  font-size: 1.25rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__fullscreen-button.mejs__unfullscreen 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: "\f065";
  font-family: icomoon;
  font-size: 1rem;
}
.coh-style-video .mejs__controls .mejs__button.mejs__fullscreen-button 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: "\f065";
  font-family: icomoon;
  font-size: 1rem;
}
.coh-style-video .mejs__controls .mejs__button button {
  color: rgb(255, 255, 255);
  font-size: 1.875rem;
  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: 2.5rem;
  width: 2.5rem;
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  margin: 0;
}
.coh-style-video .mejs__controls .mejs__button button:hover {
  background-color: rgb(112, 195, 233);
}
.coh-style-video .mejs__controls .mejs__button .mejs__volume-slider {
  background-color: rgb(38, 163, 221);
}
.coh-style-video .mejs__controls .mejs__button .mejs__volume-slider .mejs__volume-total .mejs__volume-handle {
  background-color: rgb(26, 137, 201);
}
.coh-style-video .mejs__controls .mejs__time {
  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);
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.75rem;
  padding: 0;
}
.coh-style-video .mejs__controls .mejs__time-rail {
  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: 2.5rem;
  padding: 0;
  margin: 0;
}
.coh-style-video .mejs__controls .mejs__time-rail .mejs__time-total {
  margin: 0;
}
.coh-style-paragraph-extra-large {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.25;
}
@media (max-width: 1399px) {
  .coh-style-paragraph-extra-large {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .coh-style-paragraph-extra-large {
    font-size: 2rem;
  }
}
.coh-style-paragraph-large {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 1399px) {
  .coh-style-paragraph-large {
    font-size: 1.25rem;
  }
}
.coh-style-tick-list---thin {
  margin-bottom: 0;
}
.coh-style-tick-list---thin li {
  list-style-type: none;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.coh-style-tick-list---thin li:before {
  margin-top: 0.0625rem;
  margin-right: 1.125rem;
  height: 1.375rem;
  width: 1.375rem;
  -webkit-border-radius: 3.125rem;
          border-radius: 3.125rem;
  font-size: 1rem;
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  content: "L";
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotateY(180deg) rotateZ(-45deg);
          transform: rotateY(180deg) rotateZ(-45deg);
  line-height: 0;
  border-width: 0.0625rem;
  border-style: solid;
}
.coh-style-tick-list---thin li p {
  margin-top: 0;
  margin-bottom: 0;
}
.coh-style-tick-list {
  margin-bottom: 0;
}
.coh-style-tick-list li {
  list-style-type: none;
  margin-bottom: 1rem;
  margin-left: 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.coh-style-tick-list li: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: "\f00c";
  font-family: icomoon;
  color: rgb(255, 255, 255);
  margin-top: 0.1875rem;
  margin-right: 0.5rem;
  background-color: rgb(38, 163, 221);
  height: 1rem;
  width: 1rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  font-size: 0.625rem;
  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;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.coh-style-social-icon {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  display: inline-block;
}
.coh-style-social-icon a {
  background-color: rgb(38, 163, 221);
  height: 2rem;
  width: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.coh-style-social-icon a: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: "\f09a";
  font-family: icomoon;
  color: rgb(255, 255, 255);
  font-size: 1rem;
}
.coh-style-social-icon a:hover {
  background-color: rgb(112, 195, 233);
  color: rgb(255, 255, 255);
}
.coh-style-slider-pagination, .coh-style-slider-pagination-bottom-left {
  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: 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;
  position: absolute;
  left: 9.5% !important;
  bottom: 0px !important;
  top: 450px !important;
  right: auto !important;
}
@media (max-width: 1110px) {
  .coh-style-slider-pagination, .coh-style-slider-pagination-bottom-left {
    left: 40px !important;
    top: 370px !important;
  }
}
@media (max-width: 564px) {
  .coh-style-slider-pagination, .coh-style-slider-pagination-bottom-left {
    top: 390px !important;
    left: 25px !important;
  }
}
.coh-style-slider-pagination li, .coh-style-slider-pagination-bottom-left li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-style-slider-pagination li:before, .coh-style-slider-pagination-bottom-left li:before {
  content: normal;
}
.coh-style-slider-pagination li.slick-active button, .coh-style-slider-pagination-bottom-left li.slick-active button {
  background-color: rgb(83, 18, 149);
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
}
.coh-style-slider-pagination li button, .coh-style-slider-pagination-bottom-left li button {
  background-color: rgb(151, 61, 252);
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  height: 6px !important;
  min-width: 6.25rem;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.coh-style-slider-pagination li button:hover, .coh-style-slider-pagination-bottom-left li button:hover {
  background-color: rgb(83, 18, 149);
}
.coh-style-slider-pagination-bottom-left {
  left: 0 !important;
  top: -webkit-calc(100% - 35px) !important;
  top: calc(100% - 35px) !important;
  bottom: auto !important;
  right: auto !important;
}
.coh-style-slider-pagination-bottom-left li button {
  min-width: 48px;
}
.move-pagination-up.coh-ce-1dc117b7-c5baa27a .slick-dots {
  top: -2rem;
}
.move-pagination-down.coh-ce-1dc117b7-c5baa27a .slick-dots {
  padding-top: 1rem;
}
.padding-left-right.coh-ce-1dc117b7-c5baa27a .coh-slider-container-mid {
  padding-right: 5rem;
  padding-left: 5rem;
}
@media (max-width: 1399px) {
  .padding-left-right.coh-ce-1dc117b7-c5baa27a .coh-slider-container-mid {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
  }
}
@media (max-width: 767px) {
  .padding-left-right.coh-ce-1dc117b7-c5baa27a .coh-slider-container-mid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow {
  background-color: rgba(0, 0, 0, 0);
}
.color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0);
}
.color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover:before {
  color: rgb(112, 195, 233);
}
.color-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:before {
  color: rgb(38, 163, 221);
}
.dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow {
  background-color: rgba(0, 0, 0, 0);
}
.dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0);
}
.dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover:before {
  color: rgb(72, 72, 72);
}
.dark-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:before {
  color: rgb(0, 0, 0);
}
.light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow {
  background-color: rgba(0, 0, 0, 0);
}
.light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0);
}
.light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:hover:before {
  color: rgb(219, 219, 220);
}
.light-arrows.coh-ce-1dc117b7-c5baa27a .slick-arrow:before {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_2_col_pop_up_img_left-99444ead {
  position: relative;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
}
.coh-ce-cpt_2_col_pop_up_img_left-ea3302d {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_2_col_pop_up_img_left-ea3302d {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.coh-ce-cpt_2_col_pop_up_img_left-ea3302d > * {
  position: absolute;
  top: 0;
}
.coh-ce-cpt_2_col_with_aside-fd48fbf3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_2_col_with_aside-123f3497 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.64%;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_2_col_with_aside-123f3497 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: initial;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_2_col_with_aside-123f3497 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_2_col_with_aside-123f3497 .two-col-w-aside__main-col {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.coh-ce-cpt_2_col_with_aside-123f3497 .two-col-w-aside__aside-col {
  -webkit-flex-basis: 30.79%;
      -ms-flex-preferred-size: 30.79%;
          flex-basis: 30.79%;
  max-width: 30.79%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_2_col_with_aside-123f3497 .two-col-w-aside__aside-col {
    max-width: 100%;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_2_col_with_aside-123f3497 .two-col-w-aside__aside {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.coh-ce-cpt_about_the_author-dcd5f8b8 {
  border-width: 0.0625rem;
  border-color: rgb(243, 243, 243);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(255, 255, 255)), to(rgb(243, 236, 232)));
  background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 1%, rgb(243, 236, 232) 100%);
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgb(243, 236, 232) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  border-style: solid;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_about_the_author-dcd5f8b8 {
    padding-top: 2rem;
    padding-right: 1.5rem;
    padding-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_about_the_author-dcd5f8b8 {
    padding-top: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coh-ce-cpt_about_the_author-dcd5f8b8:before {
  content: normal;
}
.coh-ce-cpt_about_the_author-dcd5f8b8:after {
  content: normal;
}
.coh-ce-cpt_about_the_author-dcd5f8b8 .author-profile__image {
  height: 9.625rem;
  width: 9.625rem;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_about_the_author-dcd5f8b8 .author-profile__image {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.coh-ce-cpt_about_the_author-dcd5f8b8 .author-profile__eyebrow {
  font-size: 0.75rem;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  color: rgb(43, 15, 79);
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
  letter-spacing: 0.08rem;
  line-height: 1.25rem;
}
.coh-ce-cpt_about_the_author-dcd5f8b8 .author-profile__name {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.coh-ce-cpt_about_the_author-dcd5f8b8 .author-profile__bio {
  margin-bottom: 1rem;
}
.coh-ce-cpt_about_the_author-dcd5f8b8 .author-profile__bio p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_ad_space-ab7457e5 {
  -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;
  gap: 2rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_ad_space-ab7457e5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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 (max-width: 564px) {
  .coh-ce-cpt_ad_space-ab7457e5 {
    display: block;
  }
}
.coh-ce-cpt_ad_space-ab7457e5:before {
  content: normal;
}
.coh-ce-cpt_ad_space-ab7457e5:after {
  content: normal;
}
.coh-ce-cpt_ad_space-ab7457e5 .aSpaces__ad-container {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_ad_space-ab7457e5 .aSpaces__ad-container {
    width: 34.7792998478%;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_ad_space-ab7457e5 .aSpaces__ad-container {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_ad_space-ab7457e5 .aSpaces__ad-container:first-child {
    margin-bottom: 2rem;
  }
}
.coh-ce-cpt_ad_space-ab7457e5 .aSpaces__link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.coh-ce-cpt_ad_spaces-77d876ea {
  -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;
  gap: 2rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_ad_spaces-77d876ea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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 (max-width: 564px) {
  .coh-ce-cpt_ad_spaces-77d876ea {
    display: block;
  }
}
.coh-ce-cpt_ad_spaces-77d876ea:before {
  content: normal;
}
.coh-ce-cpt_ad_spaces-77d876ea:after {
  content: normal;
}
.coh-ce-cpt_ad_spaces-77d876ea .ad-spaces__ad-container {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_ad_spaces-77d876ea .ad-spaces__ad-container {
    width: 34.7792998478%;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_ad_spaces-77d876ea .ad-spaces__ad-container {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_ad_spaces-77d876ea .ad-spaces__ad-container:first-child {
    margin-bottom: 2rem;
  }
}
.coh-ce-cpt_ad_spaces-77d876ea .ad-spaces__link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.coh-ce-cpt_author_profile-4dfd761c {
  background-image: none;
  text-align: center;
  padding-top: 2.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile-4dfd761c {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_author_profile-4dfd761c {
    text-align: center;
  }
}
.coh-ce-cpt_author_profile-4dfd761c .author__content {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgb(255, 255, 255)), to(rgb(243, 236, 232)));
  background-image: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 1%, rgb(243, 236, 232) 100%);
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 1%, rgb(243, 236, 232) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-right: 0.625rem;
  padding-bottom: 5.625rem;
  padding-left: 0.625rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__content {
    padding-top: 0;
    padding-bottom: 2.5rem;
    display: block;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__name-socials {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__name-socials {
    padding-left: 0;
  }
}
.coh-ce-cpt_author_profile-4dfd761c .author__image {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  height: 9.625rem;
  width: 9.625rem;
  margin-top: -2.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__image {
    margin-top: 0;
    margin-right: 0;
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__image {
    margin-top: -2.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-ce-cpt_author_profile-4dfd761c .author__name {
  font-size: 2rem;
  line-height: 3rem;
  color: rgb(43, 15, 79);
  margin-top: 1.5rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_author_profile-4dfd761c .author__name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_author_profile-4e56c96d {
  background-image: none;
}
.coh-ce-cpt_author_profile_page_template-37d5afa6 {
  padding-top: 7.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 {
    padding-top: 2.125rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 {
    padding-top: 0.9375rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__content-row {
    display: block;
  }
}
.coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__content-wrap {
    display: block;
    width: 72.6470588235%;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__content-wrap {
    width: 100%;
  }
}
.coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__text {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  padding-top: 2.5rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__text {
    -webkit-box-flex: 8;
    -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 .profile-pg__text {
    padding-top: 3rem;
  }
}
.coh-ce-cpt_author_profile_page_template-37d5afa6 .author {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_author_profile_page_template-37d5afa6 .author {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
}
.coh-ce-cpt_background_video-3a31c24c {
  position: relative;
  z-index: -1;
}
.coh-ce-cpt_background_video-5cc67da2 {
  width: 100%;
}
.coh-ce-cpt_beacon-c9010287 {
  background-color: rgb(83, 18, 149);
  min-height: 40px;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 24px;
  left: 24px;
  min-width: 40px;
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  overflow: hidden;
  -webkit-border-radius: 20px / 20px;
          border-radius: 20px / 20px;
  cursor: pointer;
  display: block;
}
@media (max-width: 767px) {
  .coh-ce-cpt_beacon-c9010287 {
    display: none;
  }
}
.coh-ce-cpt_beacon-980ce417 {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 40px;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_beacon-980ce417:hover {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_beacon-9c08a37b {
  min-height: 18px;
  height: 18px;
  min-width: 18px;
  width: 18px;
  position: absolute;
  top: 11px;
  left: 11px;
}
.coh-ce-cpt_beacon-3a371971 {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_blockquote-eebeed73 {
  padding-right: 0;
  padding-left: 0;
  border-left-style: none;
  margin-bottom: 0;
}
.coh-ce-cpt_blockquote-eebeed73:before {
  padding-left: 0;
}
.coh-ce-cpt_blockquote-50ab9410 {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 1.5rem;
  margin-top: auto;
}
.coh-ce-cpt_blockquote-553a8b89 {
  display: block;
  font-weight: bold;
}
.coh-ce-cpt_blockquote-5baee877 {
  display: block;
  margin-top: 0.5rem;
}
.coh-ce-cpt_blockquote-bf1797a2 {
  font-style: normal;
  font-size: 0.75rem;
}
.coh-ce-cpt_blog_header-f16d9a54 {
  padding-bottom: 3.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_header-f16d9a54 {
    padding-bottom: 2rem;
  }
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__title-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__title {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 2.25rem;
  line-height: 3.375rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.125rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__info-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__info {
  border-color: rgb(154, 159, 161);
  border-style: solid;
  border-bottom-width: 0.0625rem;
  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-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    gap: .5rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__info {
    gap: .5rem;
  }
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__date {
  margin-bottom: 0;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 0.5;
  -webkit-flex-grow: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
  -webkit-flex-shrink: 0.5;
      -ms-flex-negative: 0.5;
          flex-shrink: 0.5;
}
@media (max-width: 767px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__date {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -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_blog_header-f16d9a54 .blog-heading__author-time {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -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;
  text-align: center;
  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: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 0.875rem;
  color: rgb(32, 31, 30);
  line-height: 1.25rem;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__author {
  color: rgb(43, 15, 79);
  padding-right: 0.625rem;
  padding-left: 0.3125rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.25rem;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__time {
  padding-left: 0.625rem;
  border-left-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(32, 31, 30);
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 0.5;
  -webkit-flex-grow: 0.5;
      -ms-flex-positive: 0.5;
          flex-grow: 0.5;
  -webkit-flex-shrink: 0.5;
      -ms-flex-negative: 0.5;
          flex-shrink: 0.5;
}
@media (max-width: 767px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -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 (max-width: 767px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links ul {
    margin-bottom: 0.375rem;
  }
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links ul[class*=coh-ce-cpt_social_links_card] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links ul[class*=coh-ce-cpt_social_links_card] a {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links ul[class*=coh-ce-cpt_social_links_card] a {
    width: 2rem;
  }
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links ul[class*=coh-ce-cpt_social_links_card] a:before {
  font-size: 1.25rem;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__social-links ul li {
  margin-bottom: 0;
}
.coh-ce-cpt_blog_header-f16d9a54 .blog-heading__image-container {
  aspect-ratio: 3/2;
  position: relative;
  max-width: 53.75rem;
  margin-right: auto;
  margin-left: auto;
  width: 83.333%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_blog_header-f16d9a54 .blog-heading__image-container {
    width: 100%;
    max-width: none;
  }
}
.coh-ce-cpt_blog_header-f16d9a54 .coh-style-social-icon a {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_blog_header-f16d9a54 .coh-style-social-icon a {
    width: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_blog_header-f16d9a54 .coh-style-social-icon a {
    width: 2rem;
  }
}
.coh-ce-cpt_blog_page_template_temp-fb94af09 {
  padding-top: 5rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_page_template_temp-fb94af09 {
    padding-top: 6rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_blog_page_template_temp-fb94af09 {
    padding-top: 3.5rem;
  }
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-bottom: 6.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 {
    display: block;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84:before {
  content: normal;
  background-color: rgb(26, 137, 201);
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84:after {
  content: normal;
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84 .cs-second-summary {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 .cs-second-summary {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84 .two-col-w-aside__main-content {
  grid-column: 2 / span 6;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 .two-col-w-aside__main-content {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 .two-col-w-aside__main-content {
    padding-bottom: 3rem;
  }
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84 .two-col-w-aside__aside {
  grid-column: 9 / span 3;
  grid-row: 1 / span 2;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_blog_page_template_temp-df7e6d84 .two-col-w-aside__aside {
    grid-column: 9 / span 4;
    width: 100%;
  }
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84 .callout + * {
  margin-top: 1.5rem;
}
.coh-ce-cpt_blog_page_template_temp-df7e6d84 .author-profile {
  margin-top: 3rem;
}
.coh-ce-cpt_breadcrumbs-b00f9d69 {
  padding-top: 0;
  padding-bottom: 0;
}
.transparent-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
  background-color: rgba(0, 0, 0, 0);
}
.solid-dark-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
  background-color: rgb(34, 34, 34);
}
.solid-light-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
  background-color: rgb(242, 242, 242);
}
.semi-transparent-dark-background.coh-ce-cpt_breadcrumbs-b00f9d69 {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
}
.position-absolute-top-left.coh-ce-cpt_breadcrumbs-b00f9d69 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.coh-ce-cpt_button_with_source_parameter-b25617c6 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.add-space-below.coh-ce-cpt_button_with_source_parameter-b25617c6 {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_button_with_source_parameter-b25617c6 {
    margin-bottom: 1.5rem;
  }
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 {
  padding-bottom: 3.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 {
    padding-bottom: 2rem;
  }
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__title-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__title {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.125rem;
  text-align: center;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__title {
    font-size: 2.75rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__info-row {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__date-social-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 564px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__date-social-row {
    -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;
  }
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__date {
  margin-bottom: 0;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .cs-heading__published {
  padding-right: 0.3125rem;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 0.875rem;
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(154, 159, 161);
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: rgb(154, 159, 161);
}
@media (max-width: 564px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container {
    border-bottom-width: 0;
    border-top-width: 0.0625rem;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container ul {
    margin-bottom: 0.375rem;
  }
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container ul[class*=coh-ce-cpt_social_links_card] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container ul[class*=coh-ce-cpt_social_links_card] a {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container ul[class*=coh-ce-cpt_social_links_card] a {
    width: 2rem;
  }
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container ul[class*=coh-ce-cpt_social_links_card] a:before {
  font-size: 1.25rem;
}
.coh-ce-cpt_case_study_header_alt-7b0c1b6 .share-links__container ul li {
  margin-bottom: 0;
}
.coh-ce-cpt_case_study_page_template_tem-fb94af09 {
  padding-top: 5rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_page_template_tem-fb94af09 {
    padding-top: 6rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_case_study_page_template_tem-fb94af09 {
    padding-top: 3.5rem;
  }
}
.coh-ce-cpt_case_study_page_template_tem-6beef554 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_page_template_tem-6beef554 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.coh-ce-cpt_case_study_page_template_tem-fd48fbf3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_case_study_page_template_tem-88ace759 {
  background-color: rgb(219, 219, 220);
  min-height: 50vh;
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-bottom: 6.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 {
    display: block;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5:before {
  content: normal;
  background-color: rgb(26, 137, 201);
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5:after {
  content: normal;
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5 .cs-second-summary {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 .cs-second-summary {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__main-content {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__main-content {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__main-content {
    border-top-color: rgb(154, 159, 161);
    border-top-width: 0.0625rem;
    border-top-style: solid;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__aside {
  grid-column: 9 / span 3;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  justify-self: end;
  grid-row: 1 / span 2;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__aside {
    grid-column: 9 / span 4;
    width: 100%;
  }
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__aside .cs-testimonial {
  position: sticky;
  top: 6.25rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_page_template_tem-118f77b5 .two-col-w-aside__aside .cs-testimonial {
    position: static;
  }
}
.coh-ce-cpt_case_study_page_template_tem-118f77b5 .callout + * {
  margin-top: 1.5rem;
}
.coh-ce-cpt_case_study_second_summary-ad9fd965 {
  border-bottom-width: 0.0625rem;
  border-bottom-color: rgb(154, 159, 161);
  border-bottom-style: solid;
  padding-bottom: 4rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_case_study_second_summary-ad9fd965 {
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_second_summary-ad9fd965 {
    padding-bottom: 3rem;
    border-bottom-width: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_case_study_second_summary-ad9fd965 {
    padding-bottom: 2rem;
  }
}
.coh-ce-cpt_case_study_second_summary-ad9fd965 .cs-second-summary__text > *:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_case_study_second_summary-ad9fd965 .cs-second-summary__text > *:last-child *:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_case_study_summary-7df8c9a8 {
  -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 (max-width: 1110px) {
  .coh-ce-cpt_case_study_summary-7df8c9a8 {
    -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;
  }
}
.coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__content {
  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 (max-width: 1110px) {
  .coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__logo-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -webkit-flex-shrink: 3;
      -ms-flex-negative: 3;
          flex-shrink: 3;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__logo-wrap {
    padding-bottom: 1.5rem;
    width: 100%;
  }
}
.coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__logo {
  margin-right: auto;
  margin-left: auto;
  width: auto;
  max-width: 14rem;
  max-height: 5rem;
  height: auto;
}
.coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__text-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 5;
  -webkit-flex-grow: 5;
      -ms-flex-positive: 5;
          flex-grow: 5;
  -webkit-flex-shrink: 5;
      -ms-flex-negative: 5;
          flex-shrink: 5;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__text-wrap {
    text-align: center;
  }
}
.coh-ce-cpt_case_study_summary-7df8c9a8 .cs-summary__text-wrap p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_circular_image-ba5ed65 {
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  min-height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.fill-space-available.coh-ce-cpt_circular_image-ba5ed65 {
  -o-object-fit: cover;
     object-fit: cover;
  width: 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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-ce-cpt_column_0-9431213c {
  min-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_contact_information_card-b76fe74a {
  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_contact_information_card-466af053 {
  margin-bottom: 0.75rem;
}
.coh-ce-cpt_contact_information_card-42bc939c {
  font-style: normal;
}
.coh-ce-cpt_contact_information_card-cc55f948 {
  width: 3rem;
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_contact_us_helper-7e702489 {
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_contact_us_helper-7e702489 h2 {
    line-height: 1.3;
  }
}
.coh-ce-cpt_contact_us_helper-1aae5b45 {
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 564px) {
  .coh-ce-cpt_contact_us_helper-1aae5b45 {
    display: block;
    text-align: center;
  }
}
.coh-ce-cpt_contact_us_helper-1aae5b45 a {
  display: inline-block;
}
.coh-ce-cpt_content_card-ed378e98 {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  text-align: center;
}
.coh-ce-cpt_content_card-e82861b1 {
  text-align: center;
}
.coh-ce-cpt_content_card-5d48f6df {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
}
.coh-ce-cpt_content_card-a745915c {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  text-align: center;
  font-size: 1rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_content_card_60px_image_-ed378e98 {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0;
  text-align: center;
}
.coh-ce-cpt_content_card_60px_image_-6a742dc8 {
  text-align: center;
  height: 3.75rem;
  width: auto;
}
.coh-ce-cpt_content_card_60px_image_-76bb3be7 {
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
}
.coh-ce-cpt_content_card_60px_image_-a745915c {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  text-align: center;
  font-size: 1rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_content_card_with_date-3045e827 {
  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;
  padding-top: 0;
}
.coh-ce-cpt_content_card_with_date-e82861b1 {
  text-align: center;
}
.coh-ce-cpt_content_card_with_date-cbbe6ee1 {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.coh-ce-cpt_content_card_with_date-498a5f6 {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(83, 18, 149);
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.coh-ce-cpt_content_card_with_date-f22ffc9b {
  margin-bottom: 0.75rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1.125rem;
  line-height: 1.5;
}
.coh-ce-cpt_content_card_with_date-3df446bf:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.coh-ce-cpt_content_card_with_date-60a89b58 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.coh-ce-cpt_content_card_with_date-cc963671 {
  vertical-align: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_content_card_with_date-4719fde0 {
  text-align: right;
}
.coh-ce-cpt_content_card_with_date-2d134287 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(69, 69, 69);
}
@media (max-width: 564px) {
  .coh-ce-cpt_content_card_with_date-2d134287 {
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.coh-ce-cpt_drop_zone_and_wide_image-cf5732e4 .image-column img {
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.coh-ce-cpt_drop_zone_and_wide_image-cf5732e4 .image-column .image-container {
  padding-bottom: 0;
}
.coh-ce-cpt_drop_zone_and_wide_image-40886e00 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.image-drop-zone-desktop.coh-ce-cpt_drop_zone_and_wide_image-40886e00 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.image-drop-zone-desktop.coh-ce-cpt_drop_zone_and_wide_image-40886e00 .image-column {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1110px) {
  .image-drop-zone-tablet.coh-ce-cpt_drop_zone_and_wide_image-40886e00 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.coh-ce-cpt_drop_zone_and_wide_image-7304429c {
  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 (max-width: 1110px) {
  .coh-ce-cpt_drop_zone_and_wide_image-bf5611cb {
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_drop_zone_and_wide_image-bf5611cb {
    padding-top: 3rem;
  }
}
.coh-ce-cpt_drop_zone_and_wide_image-399455a4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_drop_zone_and_wide_image-71d75c14 {
  height: 100%;
  -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;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_drop_zone_and_wide_image-71d75c14 {
    height: auto;
    min-width: 100%;
    padding-bottom: 4.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_drop_zone_and_wide_image-71d75c14 {
    padding-bottom: 3rem;
  }
}
.image-object-fit-cover.coh-ce-cpt_drop_zone_and_wide_image-71d75c14 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1110px) {
  .image-object-fit-cover.coh-ce-cpt_drop_zone_and_wide_image-71d75c14 img {
    height: auto;
  }
}
.coh-ce-cpt_drop_zone_and_wide_image-71d75c14 img {
  min-width: 100%;
}
.coh-ce-cpt_feature_card-a17a5f72 {
  margin-bottom: 0.75rem;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  font-weight: normal;
}
.coh-ce-cpt_feature_card-c93452a2 {
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_feature_card-cc55f948 {
  width: 3rem;
  margin-bottom: 1.5rem;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.coh-ce-cpt_feature_card_checklist-66c58fa7:before {
  line-height: .6;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  font-family: icomoon;
  color: rgb(0, 193, 243);
  height: 1.75rem;
  width: 1.875rem;
  position: absolute;
  left: -2.0625rem;
  font-size: 2.5rem;
  top: 0.3125rem;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.coh-ce-cpt_feature_card_checklist-1f8af7f0 {
  margin-bottom: 0.75rem;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-weight: normal;
}
.coh-ce-cpt_feature_card_checklist-a0aaa432 {
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_feature_card_checklist_with_-66c58fa7:before {
  line-height: .6;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f058";
  font-family: icomoon;
  color: rgb(0, 193, 243);
  height: 1.75rem;
  width: 1.875rem;
  position: absolute;
  left: -2.0625rem;
  font-size: 2.5rem;
  top: 0.3125rem;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.coh-ce-cpt_feature_card_checklist_with_-251025a8 {
  margin-bottom: 0.75rem;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-weight: normal;
  -webkit-filter: none;
          filter: none;
}
.coh-ce-cpt_feature_card_checklist_with_-251025a8:hover {
  color: rgb(151, 61, 252);
}
.coh-ce-cpt_feature_card_checklist_with_-bf5ee020 {
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_free_trial_page-8a7e91d {
  background-color: rgb(43, 15, 79);
  min-height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  overflow: hidden;
  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-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;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d {
    padding-top: 2.5rem;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row {
    display: block;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row {
    width: 100%;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row {
    width: 100%;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column {
  position: relative;
  min-height: 33.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column {
    padding-right: 0;
    padding-left: 0;
    position: static;
    min-height: initial;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column .ft-pg__form-container {
  -webkit-border-bottom-right-radius: 8.75rem;
          border-bottom-right-radius: 8.75rem;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column .ft-pg__form-container {
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column .ft-pg__form-container > .coh-container {
  padding-bottom: 2.875rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column .ft-pg__form-container > .coh-container {
    padding-bottom: 2.25rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__form-column .ft-pg__form-container > .coh-container {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__heading-col {
  -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;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__row .ft-pg__heading-col {
    padding-right: 0;
    padding-left: 0;
    display: block;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__heading {
  color: rgb(255, 255, 255);
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -0.0625rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__heading {
    font-size: 1.625rem;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__copy {
  color: rgb(255, 255, 255);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__copy {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__copy {
    display: none;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__copy * {
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__copy * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__facts {
  gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__facts {
    gap: 1rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__facts {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__facts {
    display: none;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact {
  list-style-type: none;
  -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;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
  width: -webkit-calc((100% - 4rem) / 3);
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact {
    text-align: center;
    width: -webkit-calc((100% - 4rem) / 4);
    width: calc((100% - 4rem) / 4);
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact:last-child:after {
  content: normal;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact:nth-child(2) {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    width: -webkit-calc((100% - 4rem) / 2);
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact:nth-child(2) .ft-pg__fact-copy {
    max-width: 6.875rem;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact:after {
  background-color: rgb(151, 61, 252);
  content: "";
  height: 100%;
  width: 0;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact:after {
    position: absolute;
    top: 0;
    right: -0.5rem;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact-number {
  color: rgb(0, 189, 240);
  font-size: 1.7rem;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact-number {
    font-size: 1.25rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact-number {
    font-size: 1.9375rem;
    margin-top: 0.75rem;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact-copy {
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
  line-height: 1.5rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact-copy {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__fact-copy {
    max-width: 4rem;
    margin-right: auto;
    margin-bottom: 0.75rem;
    margin-left: auto;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows {
  position: absolute;
  top: 50%;
  height: 4.8125rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -webkit-calc(100% + 1rem);
  right: calc(100% + 1rem);
  aspect-ratio: 277 / 64;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: 2.25rem;
    right: -webkit-calc(100% + 2rem);
    right: calc(100% + 2rem);
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows {
    display: none;
  }
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows > .coh-component {
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows svg {
  display: block;
  width: 100%;
}
.coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows-right {
  right: auto;
  left: -webkit-calc(100% + 1rem);
  left: calc(100% + 1rem);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_free_trial_page-8a7e91d .ft-pg__arrows-right {
    left: -webkit-calc(100% + 2rem);
    left: calc(100% + 2rem);
  }
}
.coh-ce-cpt_h2_content_card_with_date-3045e827 {
  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;
  padding-top: 0;
}
.coh-ce-cpt_h2_content_card_with_date-e82861b1 {
  text-align: center;
}
.coh-ce-cpt_h2_content_card_with_date-cbbe6ee1 {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.coh-ce-cpt_h2_content_card_with_date-498a5f6 {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(83, 18, 149);
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.coh-ce-cpt_h2_content_card_with_date-90627cee {
  margin-bottom: 0.75rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1.125rem;
  line-height: 1.5;
}
.coh-ce-cpt_h2_content_card_with_date-3df446bf:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.coh-ce-cpt_h2_content_card_with_date-60a89b58 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.coh-ce-cpt_h2_content_card_with_date-cc963671 {
  vertical-align: baseline;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-cpt_h2_content_card_with_date-4719fde0 {
  text-align: right;
}
.coh-ce-cpt_h2_content_card_with_date-2d134287 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(69, 69, 69);
}
@media (max-width: 564px) {
  .coh-ce-cpt_h2_content_card_with_date-2d134287 {
    text-align: right;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.coh-ce-cpt_hci__you_might_be_interested-680401fc {
  margin-bottom: 2.6875rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_hci__you_might_be_interested-680401fc {
    margin-bottom: 2.1875rem;
  }
}
.coh-ce-cpt_heading_for_blog-efaa9caa {
  height: 3.4375rem;
  width: 3.4375rem;
}
.coh-ce-cpt_heading_for_blog-55cd796b {
  display: block;
  vertical-align: baseline;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_heading_for_blog-55cd796b {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.dark-heading.coh-ce-cpt_heading_for_blog-55cd796b {
  color: rgb(0, 0, 0);
}
.light-heading.coh-ce-cpt_heading_for_blog-55cd796b {
  color: rgb(255, 255, 255);
}
.color-heading.coh-ce-cpt_heading_for_blog-55cd796b {
  color: rgb(38, 163, 221);
}
.align-text-left.coh-ce-cpt_heading_for_blog-55cd796b {
  text-align: left;
}
.align-text-center.coh-ce-cpt_heading_for_blog-55cd796b {
  text-align: center;
}
.align-text-right.coh-ce-cpt_heading_for_blog-55cd796b {
  text-align: right;
}
.coh-ce-cpt_heading_for_blog-d6093493 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
}
.coh-ce-cpt_heading_for_forms-a656ba04 {
  height: 3.4375rem;
  width: 3.4375rem;
  margin-bottom: 0.9375rem;
}
.coh-ce-cpt_heading_for_forms-13fc4938 {
  display: block;
  vertical-align: baseline;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_heading_for_forms-13fc4938 {
    padding-right: 1.25rem;
    padding-left: 0;
  }
}
.dark-heading.coh-ce-cpt_heading_for_forms-13fc4938 {
  color: rgb(0, 0, 0);
}
.light-heading.coh-ce-cpt_heading_for_forms-13fc4938 {
  color: rgb(255, 255, 255);
}
.color-heading.coh-ce-cpt_heading_for_forms-13fc4938 {
  color: rgb(38, 163, 221);
}
.align-text-left.coh-ce-cpt_heading_for_forms-13fc4938 {
  text-align: left;
}
.align-text-center.coh-ce-cpt_heading_for_forms-13fc4938 {
  text-align: center;
}
.align-text-right.coh-ce-cpt_heading_for_forms-13fc4938 {
  text-align: right;
}
.coh-ce-cpt_heading_for_forms-ab71008a {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
}
.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  display: block;
  vertical-align: baseline;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
    padding-right: 1.25rem;
    padding-left: 0;
  }
}
.dark-heading.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  color: rgb(0, 0, 0);
}
.light-heading.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  color: rgb(255, 255, 255);
}
.color-heading.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  color: rgb(38, 163, 221);
}
.align-text-left.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  text-align: left;
}
.align-text-center.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  text-align: center;
}
.align-text-right.coh-ce-cpt_heading_for_forms_no_logo-13fc4938 {
  text-align: right;
}
.coh-ce-cpt_heading_for_forms_no_logo-ab71008a {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
}
.coh-ce-cpt_hero-fedf769c {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_hero-fedf769c {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.transparent-background.coh-ce-cpt_hero-fedf769c {
  background-color: rgba(0, 0, 0, 0);
}
.solid-dark-background.coh-ce-cpt_hero-fedf769c {
  background-color: rgb(34, 34, 34);
}
.solid-light-background.coh-ce-cpt_hero-fedf769c {
  background-color: rgb(242, 242, 242);
}
.semi-transparent-dark-background.coh-ce-cpt_hero-fedf769c {
  background-color: rgba(0, 0, 0, 0.5);
}
.coh-ce-cpt_hero-48d68960 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fluid.coh-ce-cpt_hero-48d68960 {
  min-height: 80vh;
}
.tall.coh-ce-cpt_hero-48d68960 {
  min-height: 40rem;
}
@media (max-width: 1599px) {
  .tall.coh-ce-cpt_hero-48d68960 {
    min-height: 37.5rem;
  }
}
@media (max-width: 1399px) {
  .tall.coh-ce-cpt_hero-48d68960 {
    min-height: 35rem;
  }
}
@media (max-width: 767px) {
  .tall.coh-ce-cpt_hero-48d68960 {
    min-height: 25rem;
  }
}
.short.coh-ce-cpt_hero-48d68960 {
  min-height: 20rem;
}
@media (max-width: 1399px) {
  .short.coh-ce-cpt_hero-48d68960 {
    min-height: 15rem;
  }
}
@media (max-width: 767px) {
  .short.coh-ce-cpt_hero-48d68960 {
    min-height: 10rem;
  }
}
.center-align-content.coh-ce-cpt_hero-48d68960 {
  -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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.center-align-content.coh-ce-cpt_hero-48d68960 .coh-wysiwyg {
  text-align: center;
}
.center-align-content.coh-ce-cpt_hero-48d68960 .text-content {
  width: 64%;
  text-align: center;
}
@media (max-width: 1399px) {
  .center-align-content.coh-ce-cpt_hero-48d68960 .text-content {
    width: 72%;
  }
}
@media (max-width: 1110px) {
  .center-align-content.coh-ce-cpt_hero-48d68960 .text-content {
    width: 100%;
  }
}
.center-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 64%;
  margin-top: 4rem;
}
@media (max-width: 1399px) {
  .center-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    width: 72%;
  }
}
@media (max-width: 1110px) {
  .center-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .center-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    margin-top: 3rem;
  }
}
.center-align-content.coh-ce-cpt_hero-48d68960 .buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-align-content.coh-ce-cpt_hero-48d68960 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1110px) {
  .left-align-content.coh-ce-cpt_hero-48d68960 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.left-align-content.coh-ce-cpt_hero-48d68960 .text-content {
  width: 32%;
}
@media (max-width: 1399px) {
  .left-align-content.coh-ce-cpt_hero-48d68960 .text-content {
    width: 48%;
  }
}
@media (max-width: 1110px) {
  .left-align-content.coh-ce-cpt_hero-48d68960 .text-content {
    width: 100%;
  }
}
.left-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
  margin-left: 7.5rem;
}
@media (max-width: 1110px) {
  .left-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .left-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    margin-top: 3rem;
  }
}
.right-align-content.coh-ce-cpt_hero-48d68960 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1110px) {
  .right-align-content.coh-ce-cpt_hero-48d68960 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.right-align-content.coh-ce-cpt_hero-48d68960 .text-content {
  width: 32%;
}
@media (max-width: 1399px) {
  .right-align-content.coh-ce-cpt_hero-48d68960 .text-content {
    width: 48%;
  }
}
@media (max-width: 1110px) {
  .right-align-content.coh-ce-cpt_hero-48d68960 .text-content {
    width: 100%;
  }
}
.right-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
  margin-right: 7.5rem;
}
@media (max-width: 1110px) {
  .right-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    width: 100%;
    margin-top: 4rem;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .right-align-content.coh-ce-cpt_hero-48d68960 .drop-zone-content {
    margin-top: 3rem;
  }
}
.coh-ce-cpt_hero-77bc8a97 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.colored.coh-ce-cpt_hero-fd5ded85 {
  color: rgb(38, 163, 221);
}
.add-space-below.coh-ce-cpt_hero-55f19225 {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_hero-55f19225 {
    margin-bottom: 1.5rem;
  }
}
.coh-ce-cpt_hero-65b810ab {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-ce-cpt_hero_with_image_on_the_right-371f319c {
  padding-top: 0.625rem;
  padding-left: 5%;
  margin-right: 3.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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_image_on_the_right-371f319c {
    padding-top: 5%;
    padding-left: 0;
    margin-right: 1.25rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_hero_with_image_on_the_right-371f319c {
    margin-right: 0.9375rem;
  }
}
.coh-ce-cpt_hero_with_image_on_the_right-58433dce {
  color: rgb(43, 15, 79);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_hero_with_image_on_the_right-68b771b9 {
  display: inline;
}
.coh-ce-cpt_hero_with_image_on_the_right-4d3a8fb0 {
  margin-top: 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  margin-left: 1.2rem;
  display: inline-block;
}
.coh-ce-cpt_hero_with_image_on_the_right-a7de3ddb {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_image_on_the_right-a7de3ddb {
    height: auto;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_wistia_video_on_th-4c582ea3 {
    margin-top: 5%;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_hero_with_wistia_video_on_th-4c582ea3 {
    margin-top: 1.875rem;
  }
}
.coh-ce-cpt_hero_with_wistia_video_on_th-1cfa3a90 {
  position: relative;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_wistia_video_on_th-1cfa3a90 {
    position: static;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_hero_with_wistia_video_on_th-1cfa3a90 {
    position: static;
  }
}
.coh-ce-cpt_hero_with_wistia_video_on_th-f4fb938e {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 5%;
  margin-right: 3.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_wistia_video_on_th-f4fb938e {
    padding-left: 0;
    margin-right: 1.25rem;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_hero_with_wistia_video_on_th-f4fb938e {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: static;
    margin-right: 0.9375rem;
  }
}
.coh-ce-cpt_hero_with_wistia_video_on_th-58433dce {
  color: rgb(43, 15, 79);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_hero_with_wistia_video_on_th-c2dbe24b {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-371f319c {
  padding-top: 0.625rem;
  padding-left: 5%;
  margin-right: 3.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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-371f319c {
    padding-top: 5%;
    padding-left: 0;
    margin-right: 1.25rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-371f319c {
    margin-right: 0.9375rem;
  }
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-68b771b9 {
  display: inline;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-5efb5968 {
  display: inline;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-5efb5968: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: "\f015";
  font-family: icomoon;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-cce998ee {
  display: inline;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-58433dce {
  color: rgb(43, 15, 79);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-c2dbe24b {
  margin-bottom: 1.875rem;
}
.coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-a7de3ddb {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_wistia_video_on_the_right_20220811-a7de3ddb {
    height: auto;
  }
}
.coh-ce-cpt_home_page_rotator-37c3da5c {
  position: relative;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_home_page_rotator-37c3da5c .coh-slider-container-mid {
    margin-bottom: 15rem;
    overflow: visible;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_home_page_rotator-37c3da5c .coh-slider-container-mid {
    margin-bottom: 5rem;
  }
}
.coh-ce-cpt_home_page_rotator-868e6e03 {
  padding-top: 3.75rem;
  padding-right: 1.875rem;
  padding-bottom: 3.75rem;
  padding-left: 7%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_home_page_rotator-868e6e03 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_home_page_rotator-487893c5 {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_home_page_rotator-487893c5 {
    height: 28.125rem;
  }
}
.coh-ce-cpt_home_page_rotator-b17a97a8 {
  padding-top: 4rem;
  padding-right: 2.5rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  background-color: rgb(255, 255, 255);
  height: 30rem;
  position: relative;
}
@media (max-width: 564px) {
  .coh-ce-cpt_home_page_rotator-b17a97a8 {
    padding-top: 2.5rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.coh-ce-cpt_home_page_rotator-f61601b0 {
  margin-top: 0;
  margin-bottom: 0.3125rem;
  color: rgb(43, 15, 79);
}
@media (max-width: 564px) {
  .coh-ce-cpt_home_page_rotator-f61601b0 {
    line-height: 1.3;
    margin-bottom: 0.4375rem;
    font-size: 1.75rem;
  }
}
.add-space-below.coh-ce-cpt_home_page_rotator-55f19225 {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_home_page_rotator-55f19225 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_home_page_rotator-6b8364ca {
    height: 25rem;
  }
}
.coh-ce-cpt_home_page_rotator-7a2bd260 {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_home_page_rotator-7a2bd260 {
    display: block;
    height: 25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_home_page_rotator-7a2bd260 {
    height: 15rem;
  }
}
.coh-ce-cpt_horizontal_content_card-466af053 {
  margin-bottom: 0.75rem;
}
.coh-ce-cpt_horizontal_content_card-3df446bf:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.coh-ce-cpt_horizontal_content_card-92be551f {
  margin-top: auto;
}
.coh-ce-cpt_horizontal_content_card-9b2e5e08 {
  min-height: 1px;
}
.image-object-fit-cover.coh-ce-cpt_horizontal_content_card-9b2e5e08 {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_impact_card-c4fa5111 {
  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: 25rem;
  height: 100%;
}
.coh-ce-cpt_impact_card-466af053 {
  margin-bottom: 0.75rem;
}
.coh-ce-cpt_impact_card-63e38b8f {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_impact_card-63e38b8f:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
}
.coh-ce-cpt_impact_card-38bc85ac {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: auto;
}
.coh-ce-cpt_link-b25617c6 {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.add-space-below.coh-ce-cpt_link-b25617c6 {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_link-b25617c6 {
    margin-bottom: 1.5rem;
  }
}
.coh-ce-cpt_linked_feature_card-174f3e72 {
  background-color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.left-align-image-above.coh-ce-cpt_linked_feature_card-174f3e72 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.left-align-image-left.coh-ce-cpt_linked_feature_card-174f3e72 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.left-align-image-left.coh-ce-cpt_linked_feature_card-174f3e72 .card-content {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.left-align-image-left.coh-ce-cpt_linked_feature_card-174f3e72 .card-image {
  margin-right: 1.5rem;
}
.center-align-image-above.coh-ce-cpt_linked_feature_card-174f3e72 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.center-align-image-above.coh-ce-cpt_linked_feature_card-174f3e72 .card-image {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.center-align-image-above.coh-ce-cpt_linked_feature_card-174f3e72 .fake-link {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.coh-ce-cpt_linked_feature_card-f5160f6f {
  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;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  background-color: rgb(255, 255, 255);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
  -webkit-filter: drop-shadow(0 0.0625rem 0.25rem rgb(219, 219, 220));
          filter: drop-shadow(0 0.0625rem 0.25rem rgb(219, 219, 220));
  padding-top: 1.875rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
}
.coh-ce-cpt_linked_feature_card-f5160f6f:hover {
  -webkit-box-shadow: 0 0.375rem 0.625rem rgb(191, 191, 191);
          box-shadow: 0 0.375rem 0.625rem rgb(191, 191, 191);
}
.coh-ce-cpt_linked_feature_card-466af053 {
  margin-bottom: 0.75rem;
}
.coh-ce-cpt_linked_feature_card-33d9f843 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_modal_window-50d5c6fb {
  overflow: auto;
  max-height: -webkit-calc(100vh - 4rem);
  max-height: calc(100vh - 4rem);
  -webkit-overflow-scrolling: touch;
  padding: 2rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_modal_window-50d5c6fb {
    max-height: -webkit-calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
    padding: 1.5rem;
  }
}
.coh-ce-cpt_plain_header-e51d7f53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header-position--relative.coh-ce-cpt_plain_header-e51d7f53 {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.header-position--fixed.coh-ce-cpt_plain_header-e51d7f53 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.menu-column-count-desktop-4.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-4.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.menu-column-count-desktop-3.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-3.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.menu-column-count-desktop-2.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-2.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.menu-column-count-desktop-1.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-1 > li {
  position: relative;
}
.menu-column-count-desktop-1.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2-wrapper {
  width: 20rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50% !important;
  right: auto;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-1.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2-wrapper {
    width: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0 !important;
  }
}
.menu-column-count-desktop-1.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2-wrapper > .coh-container-boxed {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.menu-column-count-desktop-1.coh-ce-cpt_plain_header-e51d7f53 .main-menu .menu-level-2 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.toolbar-horizontal.toolbar-fixed .header-position--fixed.coh-ce-cpt_plain_header-e51d7f53 {
  top: 2.4375rem;
}
.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .header-position--fixed.coh-ce-cpt_plain_header-e51d7f53 {
  top: 4.9375rem;
}
.toolbar-vertical.toolbar-fixed .header-position--fixed.coh-ce-cpt_plain_header-e51d7f53 {
  top: 2.4375rem;
}
.coh-ce-cpt_plain_header-b2c70467 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_plain_header-b2c70467 {
    padding-right: 0;
    padding-left: 1.25rem;
    height: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_plain_header-b2c70467 {
    padding-right: 0;
    padding-left: 1.25rem;
  }
}
.coh-ce-cpt_plain_header-1ef348b0 {
  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 (max-width: 1110px) {
  .coh-ce-cpt_plain_header-1ef348b0 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_plain_header-1ef348b0 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.coh-ce-cpt_plain_header-b42bb97d {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_plain_header-b42bb97d {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_plain_header-b42bb97d {
    width: 100%;
  }
}
.coh-ce-cpt_plain_header-da0d809a {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_plain_header-da0d809a {
    height: -webkit-calc(100vh - 48px);
    height: calc(100vh - 48px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 7.125rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_plain_header-da0d809a:after {
    background-color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_plain_header-85f5d826 {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_plain_header-85f5d826 {
    height: auto;
  }
}
.coh-ce-cpt_plain_header-41b3e751 {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_plain_header-41b3e751 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-width: 0.0625rem;
    border-top-width: 0.0625rem;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(233, 222, 212);
    border-bottom-color: rgb(233, 222, 212);
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_pop_up_with_image_on_the_rig-4c582ea3 {
    margin-top: 5%;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_pop_up_with_image_on_the_rig-4c582ea3 {
    margin-top: 1.875rem;
  }
}
.coh-ce-cpt_pop_up_with_image_on_the_rig-1cfa3a90 {
  position: relative;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_pop_up_with_image_on_the_rig-1cfa3a90 {
    position: static;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_pop_up_with_image_on_the_rig-1cfa3a90 {
    position: static;
  }
}
.coh-ce-cpt_pop_up_with_image_on_the_rig-f4fb938e {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 5%;
  margin-right: 3.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_pop_up_with_image_on_the_rig-f4fb938e {
    padding-left: 0;
    margin-right: 1.25rem;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_pop_up_with_image_on_the_rig-f4fb938e {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    position: static;
    margin-right: 0.9375rem;
  }
}
.coh-ce-cpt_pop_up_with_image_on_the_rig-58433dce {
  color: rgb(43, 15, 79);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_price_card-c02e9cd1 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  background-color: rgb(83, 18, 149);
}
.coh-ce-cpt_price_card-a0debb68 {
  margin-bottom: 0;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
  line-height: 2rem;
}
.coh-ce-cpt_price_card-a324b440 {
  background-color: rgb(255, 255, 255);
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  min-height: 7.375rem;
  height: auto;
}
.coh-ce-cpt_price_card-d6093493 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
}
.coh-ce-cpt_price_card-c1752632 {
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_price_card_w_list-7994ace4 {
  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: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_price_card_w_list-22ba19c1 {
  margin-bottom: 0;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(83, 18, 149);
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: left;
}
.coh-ce-cpt_price_card_w_list-10ab4f09 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}
.coh-ce-cpt_price_card_w_list-f98a9f66 {
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-cpt_price_card_w_list-f98a9f66 hr {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 0.125rem;
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-cpt_price_card_w_list-153f2731 {
  padding-top: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem;
}
.coh-ce-cpt_price_card_w_list-628ec8bf {
  margin-bottom: 1.5625rem;
  border-top-color: rgb(38, 163, 221);
}
.coh-ce-cpt_price_card_w_list-5b7e41af {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  position: relative;
}
.coh-ce-cpt_profile_card-253ad1bc {
  padding-top: 0.3125rem;
  padding-right: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.3125rem;
  padding-left: 5px !important;
}
.coh-ce-cpt_profile_card-44135501 {
  padding-top: 0.4375rem;
  padding-right: 0.4375rem;
  padding-bottom: 0.4375rem;
  padding-left: 0.4375rem;
}
.coh-ce-cpt_profile_card-45918378 {
  margin-bottom: -0.375rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.coh-ce-cpt_profile_card-41b10bd:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
}
.coh-ce-cpt_profile_card-29d204db {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(69, 69, 69);
}
.coh-ce-cpt_purple_and_green_rectangles-ebe2320a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_purple_and_green_rectangles-ebe2320a:before {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-width: 0.3125rem;
  -webkit-border-radius: 1.875rem;
          border-radius: 1.875rem;
  border-style: solid;
  border-color: rgb(83, 18, 149);
  height: 100%;
  left: 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_purple_and_green_rectangles-ebe2320a:after {
  display: block;
  position: absolute;
  border-width: 0.3125rem;
  -webkit-border-radius: 1.875rem;
          border-radius: 1.875rem;
  border-style: solid;
  border-color: rgb(42, 131, 78);
  width: 100%;
  height: 40%;
  left: 16.5%;
  top: 17%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_purple_and_green_rectangles-ebe2320a .purple-green-rects__rect {
  border-width: 0.3125rem;
  -webkit-border-radius: 2.5rem;
          border-radius: 2.5rem;
  border-style: solid;
  border-color: rgb(83, 18, 149);
  height: 52%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 32%;
}
.coh-ce-cpt_purple_and_green_rectangles-ebe2320a .purple-green-rects__rect:before {
  content: normal;
}
.coh-ce-cpt_purple_and_green_rectangles-ebe2320a .purple-green-rects__rect:after {
  content: normal;
}
.coh-ce-cpt_purple_rectangles-34b9f29d {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_purple_rectangles-34b9f29d:before {
  display: block;
  position: absolute;
  top: 0;
  right: 33%;
  width: 100%;
  border-width: 0.3125rem;
  -webkit-border-radius: 1.875rem;
          border-radius: 1.875rem;
  border-style: solid;
  border-color: rgb(83, 18, 149);
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_purple_rectangles-34b9f29d .purple-rects__rect {
  border-width: 0.3125rem;
  -webkit-border-radius: 2.5rem;
          border-radius: 2.5rem;
  border-style: solid;
  border-color: rgb(83, 18, 149);
  height: 52%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 16%;
}
.coh-ce-cpt_purple_rectangles-34b9f29d .purple-rects__rect:before {
  position: absolute;
  display: block;
  border-width: 0.3125rem;
  -webkit-border-radius: 1.875rem;
          border-radius: 1.875rem;
  border-style: solid;
  border-color: rgb(156, 83, 237);
  height: 24.3%;
  top: 50%;
  -webkit-transform: translate(-50%, -60%);
      -ms-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: -webkit-calc(100% - 76px);
  width: calc(100% - 76px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
}
.coh-ce-cpt_related_content-afa505f2 {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  border-width: 1.5rem;
  border-top-color: rgb(154, 159, 161);
}
.coh-ce-cpt_related_content-afa505f2 .related__heading {
  margin-bottom: 2.75rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_related_content-afa505f2 .related__heading {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
}
.coh-ce-cpt_related_content-afa505f2 .related__read-more {
  margin-top: 4.375rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_related_content-afa505f2 .related__read-more {
    margin-top: 2.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_related_content-afa505f2 .related__read-more {
    margin-top: 3.25rem;
  }
}
.coh-ce-cpt_rotator_slide-88d9baa6 {
  padding-top: 3.75rem;
  padding-right: 1.875rem;
  padding-bottom: 3.75rem;
  padding-left: 7%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide-88d9baa6 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_rotator_slide-487893c5 {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide-487893c5 {
    height: 28.125rem;
  }
}
.coh-ce-cpt_rotator_slide-1382266f {
  background-color: rgb(255, 255, 255);
  height: 30rem;
  padding-top: 4rem;
  padding-right: 2.5rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  position: relative;
}
@media (max-width: 564px) {
  .coh-ce-cpt_rotator_slide-1382266f {
    padding-top: 2.5rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.coh-ce-cpt_rotator_slide-1af52d3e {
  color: rgb(43, 15, 79);
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_rotator_slide-1af52d3e {
    margin-bottom: 0.4375rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.add-space-below.coh-ce-cpt_rotator_slide-8008535d {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_rotator_slide-8008535d {
    margin-bottom: 1.5rem;
  }
}
.add-space-below.coh-ce-cpt_rotator_slide-b1e76d1d {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_rotator_slide-b1e76d1d {
    margin-bottom: 1.5rem;
  }
}
.coh-ce-cpt_rotator_slide-1fc853e0:before {
  line-height: 1.25;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f01d";
  font-family: icomoon;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
}
.coh-ce-cpt_rotator_slide-cc1db02c {
  padding-left: 1rem;
  font-size: 14px;
  line-height: 1.25;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide-6b8364ca {
    height: 25rem;
  }
}
.coh-ce-cpt_rotator_slide-80d42913 {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide-80d42913 {
    height: 25rem;
    display: block;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_rotator_slide-80d42913 {
    height: 15rem;
  }
}
.coh-ce-cpt_rotator_slide_container-ae4793dc {
  padding-top: 3.75rem;
  padding-right: 1.875rem;
  padding-bottom: 3.75rem;
  padding-left: 7%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide_container-ae4793dc {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_rotator_slide_container-ae4793dc .coh-style-slider-display-nav, .coh-ce-cpt_rotator_slide_container-ae4793dc .coh-style-slider-display-nav-prev, .coh-style-slider-display-nav-next .coh-ce-cpt_rotator_slide_container-ae4793dc {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.coh-ce-cpt_rotator_slide_container-cfbd48b3 {
  padding-bottom: 60px;
}
.coh-ce-cpt_rotator_slide_container-cfbd48b3 .coh-style-slider-display-nav .coh-row-inner, .coh-ce-cpt_rotator_slide_container-cfbd48b3 .coh-style-slider-display-nav-prev .coh-row-inner, .coh-style-slider-display-nav-next .coh-row-inner .coh-ce-cpt_rotator_slide_container-cfbd48b3 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.coh-ce-cpt_rotator_slide_wysiwyg-88d9baa6 {
  padding-top: 3.75rem;
  padding-right: 1.875rem;
  padding-bottom: 3.75rem;
  padding-left: 7%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide_wysiwyg-88d9baa6 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_rotator_slide_wysiwyg-6b8364ca {
    height: 25rem;
  }
}
.coh-ce-cpt_rotator_slide_wysiwyg-1af52d3e {
  color: rgb(43, 15, 79);
  margin-top: 0;
  margin-bottom: 0.3125rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_rotator_slide_wysiwyg-1af52d3e {
    margin-bottom: 0.4375rem;
    font-size: 1.75rem;
    line-height: 1.3;
  }
}
.coh-ce-cpt_site_footer_without_cta-25665ad4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 95.625rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_site_footer_without_cta-25665ad4 {
    max-width: initial;
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer_without_cta-25665ad4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer_without_cta-25665ad4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_site_footer_without_cta-81819994 {
  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: 83.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 {
    max-width: initial;
    margin-right: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_site_footer_without_cta-81819994 .footer-free-trial-cta {
  padding-top: 2rem;
  max-width: 60%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 .footer-free-trial-cta {
    max-width: 100%;
  }
}
.coh-ce-cpt_site_footer_without_cta-81819994 .footer-free-trial-cta .coh-column {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_site_footer_without_cta-81819994 .footer-free-trial-cta-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  color: rgb(43, 15, 79);
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 .footer-free-trial-cta-heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 .footer-free-trial-cta-heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer_without_cta-81819994 .footer-menu .coh-column {
    margin-bottom: 1rem;
  }
}
.coh-ce-cpt_site_footer_without_cta-81819994 .footer-logo {
  height: 2rem;
  width: 9.75rem;
  margin-top: 1rem;
}
.coh-ce-cpt_site_footer_without_cta-81819994 .footer-copyright a, .coh-ce-cpt_site_footer_without_cta-81819994 .footer-copyright p {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_site_footer_without_cta-fb5125f2 {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer_without_cta-fb5125f2 {
    height: auto;
  }
}
.coh-ce-cpt_site_footer_without_cta-1a90bda {
  height: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer_without_cta-1a90bda {
    height: auto;
  }
}
.coh-ce-cpt_site_footer_without_cta-4880e729 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 2rem;
  padding-bottom: 2.1875rem;
  padding-left: 2rem;
  -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 (max-width: 1399px) {
  .coh-ce-cpt_site_footer_without_cta-4880e729 {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_footer_without_cta-4880e729 {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer_without_cta-4880e729 {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_site_footer_without_cta-4880e729 p {
  font-size: 0.75rem;
}
.coh-ce-cpt_site_footer_without_cta-4880e729 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_site_footer_without_cta-cc9d921d {
  margin-top: 2rem;
}
.coh-ce-cpt_slide_item-2ee1ff76 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.coh-ce-cpt_social_links_card_author_pro-814ccf79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.purple-icons.coh-ce-cpt_social_links_card_author_pro-814ccf79 a {
  background-color: rgba(0, 0, 0, 0);
  height: 1.75rem;
  width: 1.75rem;
}
.purple-icons.coh-ce-cpt_social_links_card_author_pro-814ccf79 a:before {
  color: rgb(43, 15, 79);
  font-size: 1.375rem;
}
.purple-icons.coh-ce-cpt_social_links_card_author_pro-814ccf79 a:hover:before {
  color: rgb(156, 83, 237);
}
.coh-ce-cpt_social_links_card_author_pro-33a132e2 {
  margin-right: -0.25rem;
  margin-bottom: 0;
  margin-left: -0.25rem;
}
.coh-ce-cpt_social_links_card_author_pro-5dada3cd {
  margin-bottom: 0.5rem;
}
.facebook.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f09a";
  font-family: icomoon;
}
.twitter.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f099";
  font-family: icomoon;
}
.linkedin.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f0e1";
  font-family: icomoon;
}
.youtube.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f16a";
  font-family: icomoon;
}
.vimeo.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f27d";
  font-family: icomoon;
}
.instagram.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f16d";
  font-family: icomoon;
}
.medium.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f23a";
  font-family: icomoon;
}
.pinterest.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f231";
  font-family: icomoon;
}
.rss.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f09e";
  font-family: icomoon;
}
.behance.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f1b4";
  font-family: icomoon;
}
.drupal.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f1a9";
  font-family: icomoon;
}
.github.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f09b";
  font-family: icomoon;
}
.xing.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f168";
  font-family: icomoon;
}
.bitbucket.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f171";
  font-family: icomoon;
}
.whatsapp.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f232";
  font-family: icomoon;
}
.slideshare.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f1e7";
  font-family: icomoon;
}
.flickr.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f16e";
  font-family: icomoon;
}
.vkontakte.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f189";
  font-family: icomoon;
}
.tumblr.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f173";
  font-family: icomoon;
}
.email.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f003";
  font-family: icomoon;
}
.link.coh-ce-cpt_social_links_card_author_pro-98d6230: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: "\f0c1";
  font-family: icomoon;
}
.coh-ce-cpt_social_links_revised-9897ff5f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_social_links_revised-9897ff5f {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.coh-ce-cpt_social_links_revised-300f6944 {
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
.coh-ce-cpt_social_links_revised-cca3989a {
  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;
  font-size: 1.25rem;
  height: 100%;
  min-width: 1.5rem;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
}
.facebook.coh-ce-cpt_social_links_revised-cca3989a: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: "\f09a";
  font-family: icomoon;
}
.twitter.coh-ce-cpt_social_links_revised-cca3989a:before {
  content: url('data:image/svg+xml,<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.84944 6.80288L13.7931 0.849121H12.6216L8.32903 6.01868L4.90059 0.849121H0.946289L6.13077 8.66642L0.946289 14.9098H2.11783L6.65087 9.45061L10.2716 14.9098H14.2259L8.84915 6.80288H8.84944ZM7.24484 8.73529L6.71955 7.95686L2.53996 1.76284H4.33939L7.71236 6.76161L8.23766 7.54004L12.6221 14.0377H10.8227L7.24484 8.73559V8.73529Z" fill="currentColor"/></svg>');;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.twitter.coh-ce-cpt_social_links_revised-cca3989a:hover:before {
  content: url('data:image/svg+xml,<svg viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.84944 6.80288L13.7931 0.849121H12.6216L8.32903 6.01868L4.90059 0.849121H0.946289L6.13077 8.66642L0.946289 14.9098H2.11783L6.65087 9.45061L10.2716 14.9098H14.2259L8.84915 6.80288H8.84944ZM7.24484 8.73529L6.71955 7.95686L2.53996 1.76284H4.33939L7.71236 6.76161L8.23766 7.54004L12.6221 14.0377H10.8227L7.24484 8.73559V8.73529Z" fill="rgb(151, 61, 252)"/></svg>');;
}
.linkedin.coh-ce-cpt_social_links_revised-cca3989a: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: "\f0e1";
  font-family: icomoon;
}
.youtube.coh-ce-cpt_social_links_revised-cca3989a: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: "\f16a";
  font-family: icomoon;
}
.vimeo.coh-ce-cpt_social_links_revised-cca3989a: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: "\f27d";
  font-family: icomoon;
}
.instagram.coh-ce-cpt_social_links_revised-cca3989a: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: "\f16d";
  font-family: icomoon;
}
.medium.coh-ce-cpt_social_links_revised-cca3989a: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: "\f23a";
  font-family: icomoon;
}
.pinterest.coh-ce-cpt_social_links_revised-cca3989a: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: "\f231";
  font-family: icomoon;
}
.rss.coh-ce-cpt_social_links_revised-cca3989a: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: "\f09e";
  font-family: icomoon;
}
.behance.coh-ce-cpt_social_links_revised-cca3989a: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: "\f1b4";
  font-family: icomoon;
}
.drupal.coh-ce-cpt_social_links_revised-cca3989a: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: "\f1a9";
  font-family: icomoon;
}
.github.coh-ce-cpt_social_links_revised-cca3989a: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: "\f09b";
  font-family: icomoon;
}
.xing.coh-ce-cpt_social_links_revised-cca3989a: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: "\f168";
  font-family: icomoon;
}
.bitbucket.coh-ce-cpt_social_links_revised-cca3989a: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: "\f171";
  font-family: icomoon;
}
.whatsapp.coh-ce-cpt_social_links_revised-cca3989a: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: "\f232";
  font-family: icomoon;
}
.slideshare.coh-ce-cpt_social_links_revised-cca3989a: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: "\f1e7";
  font-family: icomoon;
}
.flickr.coh-ce-cpt_social_links_revised-cca3989a: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: "\f16e";
  font-family: icomoon;
}
.vkontakte.coh-ce-cpt_social_links_revised-cca3989a: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: "\f189";
  font-family: icomoon;
}
.tumblr.coh-ce-cpt_social_links_revised-cca3989a: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: "\f173";
  font-family: icomoon;
}
.coh-ce-cpt_static_image_ad-d6531bdf {
  display: block;
}
.coh-ce-cpt_static_image_ad-d6531bdf .static-ad__img {
  width: 100%;
}
.coh-ce-cpt_stat_card-b76fe74a {
  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_stat_card-cfb0ac47 {
  margin-bottom: 0.3125rem;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_stat_card-cfb0ac47 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
  }
}
.coh-ce-cpt_stat_card-7a669737 {
  text-align: center;
  margin-bottom: 0;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 {
  background-repeat: no-repeat;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table {
  max-width: -webkit-fit-content;
  max-width: fit-content;
  max-width: -moz-fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(white)) center left, -webkit-gradient(linear, left top, left bottom, from(white), to(white)) center right, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0))) center left, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1))) center right;
  background: -webkit-linear-gradient(white, white) center left, -webkit-linear-gradient(white, white) center right, -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) center left, -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)) center right;
  background: linear-gradient(white, white) center left, linear-gradient(white, white) center right, linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)) center left, linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1)) center right;
  background-repeat: no-repeat;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
  white-space: nowrap;
  display: block;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  overflow-x: auto;
  width: 100%;
  float: none;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table:before, .coh-ce-cpt_table_with_overflow-3c706ca6 table:after {
  clear: none;
  content: normal;
  display: inline;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  background-color: rgb(221, 223, 224);
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table::-webkit-scrollbar:horizontal {
  height: 0.625rem;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table::-webkit-scrollbar {
  -webkit-appearance: none;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table th {
  white-space: nowrap;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 table td {
  white-space: nowrap;
}
.coh-ce-cpt_table_with_overflow-3c706ca6 [data-element=dh_table_element] .coh-style-caption-small {
  padding-top: 0.8rem;
  margin-top: 0.3rem;
  border-top-style: solid;
  border-width: 0.0625rem;
  border-color: rgb(219, 213, 213);
  color: rgb(72, 72, 72);
}
.coh-ce-cpt_table_with_overflow-3c706ca6 [data-element=dh_table_element] .coh-style-caption-small:nth-of-type(1) {
  display: none;
}
.space-between-nav-content.coh-ce-cpt_tabs_container_vertical_tabs-a902b84a .coh-accordion-tabs-content {
  padding-left: 11.5%;
}
@media (max-width: 1399px) {
  .space-between-nav-content.coh-ce-cpt_tabs_container_vertical_tabs-a902b84a .coh-accordion-tabs-content {
    padding-left: 0;
  }
}
.coh-ce-cpt_tabs_container_vertical_tabs-a902b84a .coh-accordion-tabs-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.coh-ce-cpt_tab_item-c2f2aca7 {
  margin-right: 3.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_tab_item-c2f2aca7 {
    margin-right: 0;
  }
}
.coh-ce-cpt_tab_item-f9754807 {
  color: rgb(43, 15, 79);
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  .coh-ce-cpt_tab_item-f9754807 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_tab_item-5e62e8bf {
    padding-top: 2.1875rem;
  }
}
.coh-ce-cpt_testimonial_card-3154f319 {
  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_testimonial_card-29a98c9a {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 3.5rem;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
}
.coh-ce-cpt_testimonial_card-304b2870 {
  border-left-style: none;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_testimonial_card-2f2a169e {
  margin-top: auto;
  padding-top: 1.5rem;
  line-height: 1rem;
  font-size: 1rem;
}
.coh-ce-cpt_testimonial_card-cddd3c96 {
  border-width: 0.0625rem;
  border-top-style: solid;
  width: 12.5rem;
  border-top-color: rgb(43, 15, 79);
  margin-right: auto;
  margin-bottom: 1.25rem;
  margin-left: auto;
}
.coh-ce-cpt_testimonial_card-ef8f3663 {
  margin-bottom: 0.5rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.5rem;
}
.coh-ce-cpt_testimonial_card-a817a9c0 {
  font-size: 1rem;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_text_and_image-7c160857 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image-7c160857 {
    margin-bottom: 0.625rem;
  }
}
.coh-ce-cpt_text_and_image-1aafecad {
  position: relative;
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image-1aafecad {
    position: static;
  }
}
.coh-ce-cpt_text_and_image-b0311ea5 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-right: 1.25rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image-b0311ea5 {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-right: 0;
  }
}
.coh-ce-cpt_text_and_image-be473882 {
  line-height: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.4375rem;
}
.coh-ce-cpt_text_and_image-8bd8a989 {
  color: rgb(43, 15, 79);
  margin-bottom: 0.4375rem;
}
.coh-ce-cpt_text_and_image-655a3fd {
  margin-bottom: 0.3125rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image-928c7e44 {
    padding-top: 1.5625rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_text_and_image_on_the_left-7c160857 {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image_on_the_left-7c160857 {
    margin-bottom: 0.625rem;
  }
}
.coh-ce-cpt_text_and_image_on_the_left-d618027d {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image_on_the_left-6875dbd8 {
    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 (max-width: 564px) {
  .coh-ce-cpt_text_and_image_on_the_left-25bc9bda {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image_on_the_left-14548147 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.coh-ce-cpt_text_and_image_on_the_left-7383d682 {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  top: 50%;
  margin-left: 1.25rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_text_and_image_on_the_left-7383d682 {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-left: 0;
  }
}
.coh-ce-cpt_text_and_image_on_the_left-be473882 {
  line-height: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.4375rem;
}
.coh-ce-cpt_text_and_image_on_the_left-8bd8a989 {
  color: rgb(43, 15, 79);
  margin-bottom: 0.4375rem;
}
.coh-ce-cpt_text_and_image_on_the_left-655a3fd {
  margin-bottom: 0.3125rem;
}
.coh-ce-cpt_text_callout_box-ea74c693 {
  color: rgb(0, 0, 0);
  margin-bottom: 0;
}
.coh-ce-cpt_utilities_bar_horizontal-88552b57 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  height: 2.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_utilities_bar_horizontal-88552b57 {
    padding-right: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_utilities_bar_horizontal-88552b57 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_utilities_bar_horizontal-88552b57 .utilities-menu li {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.coh-ce-cpt_utilities_bar_horizontal-88552b57 .social-links a {
  width: 2rem;
}
.coh-ce-cpt_utilities_bar_horizontal-f0b6587c {
  height: 100%;
  padding-right: 1.8rem;
}
.coh-ce-cpt_utilities_bar_horizontal-f0b6587c + * {
  margin-left: 1rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_utilities_bar_horizontal-f0b6587c + * {
    margin-left: 0;
  }
}
.coh-ce-cpt_utilities_bar_horizontal-1d62361 {
  height: 100%;
  background-color: rgb(46, 14, 79);
  padding-right: 1.8rem;
}
.coh-ce-cpt_utilities_bar_horizontal-1d62361 + * {
  margin-left: 1rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_utilities_bar_horizontal-1d62361 + * {
    margin-left: 0;
  }
}
.coh-ce-cpt_utilities_bar_vertical-81040a3c {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_utilities_bar_vertical-81040a3c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_utilities_bar_vertical-81040a3c .social-links a {
  width: auto;
}
.coh-ce-cpt_utilities_bar_vertical-80f39919 {
  height: 100%;
}
.coh-ce-cpt_utilities_bar_vertical-80f39919 + * {
  margin-left: 1rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_utilities_bar_vertical-80f39919 + * {
    margin-left: 0;
  }
}
.coh-ce-cpt_utilities_bar_vertical-80f39919 ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-cpt_utilities_bar_vertical-80f39919 a {
  padding-top: 0.75rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
}
.coh-ce-cpt_vertical_tabs_with_cards-13f5ae8f {
  color: rgb(43, 15, 79);
}
.space-between-nav-content.coh-ce-cpt_vertical_tabs_with_cards-c4f98459 .coh-accordion-tabs-content {
  padding-left: 11.5%;
}
@media (max-width: 1399px) {
  .space-between-nav-content.coh-ce-cpt_vertical_tabs_with_cards-c4f98459 .coh-accordion-tabs-content {
    padding-left: 0;
  }
}
.coh-ce-cpt_vertical_tabs_with_cards-c4f98459 .coh-accordion-tabs-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_vertical_tabs_with_cards-c4f98459 .coh-accordion-tabs-content-wrapper {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.coh-ce-cpt_vertical_tabs_with_cards_tab-c3a70875: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: "\f105";
  font-family: icomoon;
  color: rgb(255, 255, 255);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_vertical_tabs_with_cards_tab-ce719e8a {
    padding-top: 1.25rem;
  }
}
.coh-ce-cpt_vertical_tabs_with_cards_tab-5fbec772 {
  padding-top: 1.5625rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5625rem;
  padding-left: 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;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(156, 83, 237);
  -webkit-filter: drop-shadow(0 0.0625rem 0.25rem rgb(219, 219, 220));
          filter: drop-shadow(0 0.0625rem 0.25rem rgb(219, 219, 220));
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  height: 16.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_vertical_tabs_with_cards_tab-5fbec772 {
    height: 16.25rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_vertical_tabs_with_cards_tab-5fbec772 {
    height: auto;
  }
}
.coh-ce-cpt_vertical_tabs_with_cards_tab-5fbec772:hover {
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 0 0.375rem 0.625rem rgb(219, 219, 220);
          box-shadow: 0 0.375rem 0.625rem rgb(219, 219, 220);
}
.coh-ce-cpt_vertical_tabs_with_cards_tab-c90d6321 {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
.coh-ce-cpt_video-ea901c4e {
  width: 100%;
}
.coh-ce-cpt_breadcrumbs_dhc-836f2939 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.align-text-left .coh-ce-cpt_breadcrumbs_dhc-836f2939 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.align-text-center .coh-ce-cpt_breadcrumbs_dhc-836f2939 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.align-text-right .coh-ce-cpt_breadcrumbs_dhc-836f2939 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.coh-ce-cpt_heading-8ba01ef {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  margin-bottom: 0.625rem;
  text-transform: uppercase;
}
.coh-ce-cpt_heading_with_button-4c1f62ce {
  text-align: center;
  padding-top: 3.125rem;
}
.coh-ce-cpt_heading_with_button-55cd796b {
  display: block;
  vertical-align: baseline;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_heading_with_button-55cd796b {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.dark-heading.coh-ce-cpt_heading_with_button-55cd796b {
  color: rgb(0, 0, 0);
}
.light-heading.coh-ce-cpt_heading_with_button-55cd796b {
  color: rgb(255, 255, 255);
}
.color-heading.coh-ce-cpt_heading_with_button-55cd796b {
  color: rgb(38, 163, 221);
}
.align-text-left.coh-ce-cpt_heading_with_button-55cd796b {
  text-align: left;
}
.align-text-center.coh-ce-cpt_heading_with_button-55cd796b {
  text-align: center;
}
.align-text-right.coh-ce-cpt_heading_with_button-55cd796b {
  text-align: right;
}
.coh-ce-cpt_heading_with_button-d6093493 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: center;
}
.coh-ce-cpt_site_footer-25665ad4 {
  margin-right: auto;
  margin-left: auto;
  max-width: 95.625rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_site_footer-25665ad4 {
    max-width: initial;
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer-25665ad4 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer-25665ad4 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_site_footer-81819994 {
  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: 83.125rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_site_footer-81819994 {
    max-width: initial;
    margin-right: 4rem;
    margin-left: 4rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer-81819994 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer-81819994 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_site_footer-81819994 .footer-free-trial-cta {
  padding-top: 2rem;
  max-width: 60%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_footer-81819994 .footer-free-trial-cta {
    max-width: 100%;
  }
}
.coh-ce-cpt_site_footer-81819994 .footer-free-trial-cta .coh-column {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_site_footer-81819994 .footer-free-trial-cta-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  color: rgb(43, 15, 79);
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer-81819994 .footer-free-trial-cta-heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_footer-81819994 .footer-free-trial-cta-heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer-81819994 .footer-menu .coh-column {
    margin-bottom: 1rem;
  }
}
.coh-ce-cpt_site_footer-81819994 .footer-logo {
  height: 2rem;
  width: 9.75rem;
  margin-top: 1rem;
}
.coh-ce-cpt_site_footer-81819994 .footer-copyright a, .coh-ce-cpt_site_footer-81819994 .footer-copyright p {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_site_footer-fb5125f2 {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer-fb5125f2 {
    height: auto;
  }
}
.coh-ce-cpt_site_footer-1a90bda {
  height: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer-1a90bda {
    height: auto;
  }
}
.coh-ce-cpt_site_footer-4880e729 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 2rem;
  padding-bottom: 2.1875rem;
  padding-left: 2rem;
  -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 (max-width: 1399px) {
  .coh-ce-cpt_site_footer-4880e729 {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_footer-4880e729 {
    padding-bottom: 0.9375rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer-4880e729 {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_site_footer-4880e729 p {
  font-size: 0.75rem;
}
.coh-ce-cpt_site_footer-4880e729 p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_site_footer-cc9d921d {
  margin-top: 2rem;
}
.coh-ce-cpt_social_links-c4355378 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .coh-ce-cpt_social_links-c4355378 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.coh-ce-cpt_social_links-ff917e8c {
  margin-bottom: 0;
  margin-left: 0;
  list-style-type: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.coh-ce-cpt_social_links-7fba6170 {
  height: 2.5rem;
  width: 2rem;
  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;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_social_links-7fba6170 {
    width: auto;
  }
}
.facebook.coh-ce-cpt_social_links-7fba6170: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: "\f09a";
  font-family: icomoon;
}
.twitter.coh-ce-cpt_social_links-7fba6170: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: "\f099";
  font-family: icomoon;
}
.linkedin.coh-ce-cpt_social_links-7fba6170: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: "\f0e1";
  font-family: icomoon;
}
.youtube.coh-ce-cpt_social_links-7fba6170: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: "\f16a";
  font-family: icomoon;
}
.vimeo.coh-ce-cpt_social_links-7fba6170: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: "\f27d";
  font-family: icomoon;
}
.instagram.coh-ce-cpt_social_links-7fba6170: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: "\f16d";
  font-family: icomoon;
}
.medium.coh-ce-cpt_social_links-7fba6170: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: "\f23a";
  font-family: icomoon;
}
.pinterest.coh-ce-cpt_social_links-7fba6170: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: "\f231";
  font-family: icomoon;
}
.rss.coh-ce-cpt_social_links-7fba6170: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: "\f09e";
  font-family: icomoon;
}
.behance.coh-ce-cpt_social_links-7fba6170: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: "\f1b4";
  font-family: icomoon;
}
.drupal.coh-ce-cpt_social_links-7fba6170: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: "\f1a9";
  font-family: icomoon;
}
.github.coh-ce-cpt_social_links-7fba6170: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: "\f09b";
  font-family: icomoon;
}
.xing.coh-ce-cpt_social_links-7fba6170: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: "\f168";
  font-family: icomoon;
}
.bitbucket.coh-ce-cpt_social_links-7fba6170: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: "\f171";
  font-family: icomoon;
}
.whatsapp.coh-ce-cpt_social_links-7fba6170: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: "\f232";
  font-family: icomoon;
}
.slideshare.coh-ce-cpt_social_links-7fba6170: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: "\f1e7";
  font-family: icomoon;
}
.flickr.coh-ce-cpt_social_links-7fba6170: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: "\f16e";
  font-family: icomoon;
}
.vkontakte.coh-ce-cpt_social_links-7fba6170: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: "\f189";
  font-family: icomoon;
}
.tumblr.coh-ce-cpt_social_links-7fba6170: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: "\f173";
  font-family: icomoon;
}
.coh-ce-cpt_social_links_card-849e44df {
  margin-bottom: 1rem;
}
.coh-ce-cpt_social_links_card-33a132e2 {
  margin-right: -0.25rem;
  margin-bottom: 0;
  margin-left: -0.25rem;
}
.coh-ce-cpt_social_links_card-5dada3cd {
  margin-bottom: 0.5rem;
}
.facebook.coh-ce-cpt_social_links_card-98d6230: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: "\f09a";
  font-family: icomoon;
}
.twitter.coh-ce-cpt_social_links_card-98d6230: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: "\f099";
  font-family: icomoon;
}
.linkedin.coh-ce-cpt_social_links_card-98d6230: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: "\f0e1";
  font-family: icomoon;
}
.youtube.coh-ce-cpt_social_links_card-98d6230: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: "\f16a";
  font-family: icomoon;
}
.vimeo.coh-ce-cpt_social_links_card-98d6230: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: "\f27d";
  font-family: icomoon;
}
.instagram.coh-ce-cpt_social_links_card-98d6230: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: "\f16d";
  font-family: icomoon;
}
.medium.coh-ce-cpt_social_links_card-98d6230: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: "\f23a";
  font-family: icomoon;
}
.pinterest.coh-ce-cpt_social_links_card-98d6230: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: "\f231";
  font-family: icomoon;
}
.rss.coh-ce-cpt_social_links_card-98d6230: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: "\f09e";
  font-family: icomoon;
}
.behance.coh-ce-cpt_social_links_card-98d6230: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: "\f1b4";
  font-family: icomoon;
}
.drupal.coh-ce-cpt_social_links_card-98d6230: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: "\f1a9";
  font-family: icomoon;
}
.github.coh-ce-cpt_social_links_card-98d6230: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: "\f09b";
  font-family: icomoon;
}
.xing.coh-ce-cpt_social_links_card-98d6230: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: "\f168";
  font-family: icomoon;
}
.bitbucket.coh-ce-cpt_social_links_card-98d6230: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: "\f171";
  font-family: icomoon;
}
.whatsapp.coh-ce-cpt_social_links_card-98d6230: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: "\f232";
  font-family: icomoon;
}
.slideshare.coh-ce-cpt_social_links_card-98d6230: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: "\f1e7";
  font-family: icomoon;
}
.flickr.coh-ce-cpt_social_links_card-98d6230: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: "\f16e";
  font-family: icomoon;
}
.vkontakte.coh-ce-cpt_social_links_card-98d6230: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: "\f189";
  font-family: icomoon;
}
.tumblr.coh-ce-cpt_social_links_card-98d6230: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: "\f173";
  font-family: icomoon;
}
.email.coh-ce-cpt_social_links_card-98d6230: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: "\f003";
  font-family: icomoon;
}
.link.coh-ce-cpt_social_links_card-98d6230: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: "\f0c1";
  font-family: icomoon;
}
.coh-ce-9098cd6d {
  padding-top: 5.625rem;
  padding-bottom: 8.125rem;
}
@media (max-width: 564px) {
  .coh-ce-9098cd6d {
    padding-top: 3.125rem;
  }
}
.coh-ce-c8a1dbd1 {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
  margin-bottom: 1.5625rem;
}
.coh-ce-a9a1c62b {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
@media (max-width: 564px) {
  .coh-ce-43004bb3 {
    margin-top: 1.25rem;
  }
}
.coh-ce-73fa6a92 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.coh-ce-87ddf3a1 {
  text-align: center;
}
.coh-ce-39c9ff7c .related-view__col > * {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-39c9ff7c .related-view__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .coh-ce-39c9ff7c .related-view__row {
    gap: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-39c9ff7c .related-view__row {
    gap: 0;
  }
}
.coh-ce-39c9ff7c .related-view__col:last-child .related-cs {
  margin-bottom: 0;
}
.coh-ce-49dfa66c {
  padding-top: 1.25rem;
  padding-right: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.25rem;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(151, 61, 252);
  margin-bottom: 1.5625rem;
}
.coh-ce-a9a1c62b {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}
.coh-ce-680401fc {
  margin-bottom: 2.6875rem;
}
@media (max-width: 767px) {
  .coh-ce-680401fc {
    margin-bottom: 2.1875rem;
  }
}
.coh-ce-477f54c5 {
  display: block;
  height: 100%;
}
@media (max-width: 767px) {
  .coh-ce-477f54c5 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.coh-ce-c2a716e9 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (max-width: 767px) {
  .coh-ce-c2a716e9 {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-3d39c93a {
  font-size: 0.875rem;
  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%;
}
@media (max-width: 767px) {
  .coh-ce-3d39c93a {
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
  }
}
.coh-ce-9c23e4ec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.coh-ce-4be69de6 {
  font-size: 0.75rem;
  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%;
}
.coh-ce-720fc342 {
  display: none;
  height: 100%;
}
.coh-ce-c471ac2e {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.coh-ce-73d3ce89 {
  display: block;
  max-width: 31.25rem;
}
.coh-ce-73d3ce89 .ad-space__image {
  display: block;
  width: 100%;
}
.coh-ce-fb94af09 {
  padding-top: 5rem;
}
@media (max-width: 1399px) {
  .coh-ce-fb94af09 {
    padding-top: 6rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-fb94af09 {
    padding-top: 3.5rem;
  }
}
.coh-ce-e89961e8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 1399px) {
  .coh-ce-e89961e8 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
.coh-ce-e89961e8 .coh-image-align-centre-xl {
  margin-left: 50% !important;
}
.coh-ce-fd48fbf3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coh-ce-5ed8d8ec {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-bottom: 2.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-5ed8d8ec {
    margin-bottom: 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-5ed8d8ec {
    display: block;
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-5ed8d8ec {
    margin-bottom: 0;
  }
}
.coh-ce-5ed8d8ec:before {
  content: normal;
  background-color: rgb(26, 137, 201);
}
.coh-ce-5ed8d8ec:after {
  content: normal;
}
.coh-ce-5ed8d8ec .cs-second-summary {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
@media (max-width: 1399px) {
  .coh-ce-5ed8d8ec .cs-second-summary {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
.coh-ce-5ed8d8ec .two-col-w-aside__main-content {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
@media (max-width: 1399px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__main-content {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__main-content {
    border-top-color: rgb(154, 159, 161);
    border-top-width: 0.0625rem;
    border-top-style: solid;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}
.coh-ce-5ed8d8ec .two-col-w-aside__main-content .coh-style-text-color-light-background {
  color: rgb(43, 15, 79);
}
.coh-ce-5ed8d8ec .two-col-w-aside__main-content hr {
  margin-top: 1.9375rem;
  margin-bottom: 1.9375rem;
}
@media (max-width: 1110px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__main-content hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.coh-ce-5ed8d8ec .two-col-w-aside__aside {
  grid-column: 9 / span 3;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
  justify-self: end;
  grid-row: 1 / span 2;
}
@media (max-width: 1399px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__aside {
    grid-column: 9 / span 4;
    width: 100%;
  }
}
.coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap {
  position: sticky;
  top: 7.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    gap: 2rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap:before {
  display: none;
}
.coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap:after {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap .static-ad {
    min-width: 342px;
  }
}
@media (max-width: 767px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap .static-ad {
    min-width: -webkit-calc(50% - 32px);
    min-width: calc(50% - 32px);
  }
}
@media (max-width: 564px) {
  .coh-ce-5ed8d8ec .two-col-w-aside__sticky-wrap .static-ad {
    min-width: 17rem;
    width: 50%;
  }
}
.coh-ce-5ed8d8ec .callout + * {
  margin-top: 1.5rem;
}
.coh-ce-5ed8d8ec .static-ad {
  margin-top: 1rem;
}
.coh-ce-63a5296c {
  margin-bottom: 7.1875rem;
}
@media (max-width: 1399px) {
  .coh-ce-63a5296c {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-63a5296c {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-680401fc {
  margin-bottom: 2.6875rem;
}
@media (max-width: 767px) {
  .coh-ce-680401fc {
    margin-bottom: 2.1875rem;
  }
}
.coh-ce-a90d796f {
  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;
}
@media (max-width: 564px) {
  .coh-ce-ba32971a {
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .coh-ce-f61a5715 .image-column img {
    max-width: 75%;
    margin: 0 auto;
  }
}
.coh-ce-f61a5715 .podcast-row, .coh-ce-f61a5715 .transcript-row {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .coh-ce-f61a5715 .podcast-row, .coh-ce-f61a5715 .transcript-row {
    max-width: 100%;
  }
}
.coh-ce-f61a5715 .podcast-date {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
}
.coh-ce-f61a5715 .transcript-row .field__label {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 1rem;
  color: rgb(83, 18, 149);
}
.coh-ce-cpt_video_carousel-2be8bd60 {
  display: grid;
  grid-template-columns: minmax(64px, 1fr)  minmax(auto, 1472px) minmax(64px, 1fr);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_video_carousel-2be8bd60 {
    grid-template-columns: minmax(48px, 1fr)  minmax(auto, 1472px) minmax(48px, 1fr);
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 {
    grid-template-columns: minmax(24px, 1fr)  minmax(auto, 1472px) minmax(24px, 1fr);
  }
}
.coh-ce-cpt_video_carousel-2be8bd60:before {
  content: normal;
}
.coh-ce-cpt_video_carousel-2be8bd60:after {
  content: normal;
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__heading {
  text-align: center;
  margin-top: -0.125rem;
  grid-column: 2;
  grid-row: 2;
  background-color: rgb(229, 217, 209);
  padding-bottom: 2.625rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__heading {
    padding-bottom: 1.5rem;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__header {
  font-size: 2.25rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 48.125rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__header {
    font-size: 2rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__header {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__header {
    font-size: 1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__subhead {
  font-size: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__subhead {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__subhead p {
  font-size: 1.25rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__subhead p {
    font-size: 1rem;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__subhead p:last-child {
  margin-bottom: 0;
}
.coh-ce-cpt_video_carousel-2be8bd60 .coh-slider-nav-bottom {
  padding-top: 2.5rem;
  padding-bottom: 3.875rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .coh-slider-nav-bottom {
    padding-top: 2.125rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .coh-slider-nav-bottom {
    padding-top: 1.75rem;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .coh-slider-nav-bottom {
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__slide {
  aspect-ratio: 16/9;
  padding-right: 0;
  padding-left: 0;
  margin-right: 1.375rem;
  margin-left: 1.375rem;
  overflow: hidden;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 1.875rem;
          border-top-right-radius: 1.875rem;
  -webkit-border-bottom-left-radius: 1.875rem;
          border-bottom-left-radius: 1.875rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__slide {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__slide {
    margin-right: 0.375rem;
    margin-left: 0.375rem;
    -webkit-border-top-right-radius: 1.5rem;
            border-top-right-radius: 1.5rem;
    -webkit-border-bottom-left-radius: 1.5rem;
            border-bottom-left-radius: 1.5rem;
    -webkit-border-top-left-radius: 0.25rem;
            border-top-left-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__slide {
    margin-right: 0.3125rem;
    margin-left: 0.3125rem;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-module__slider {
  grid-row: 3;
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__bkd {
  background-color: rgb(229, 217, 209);
  grid-column: 2;
  grid-row: 3;
  -webkit-border-bottom-left-radius: clamp(20px, 6.5vw, 24px);
          border-bottom-left-radius: clamp(20px, 6.5vw, 24px);
  -webkit-border-bottom-right-radius: clamp(20px, 6.5vw, 24px);
          border-bottom-right-radius: clamp(20px, 6.5vw, 24px);
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap {
  grid-column: 2;
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #x-large-screen {
  display: block;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #x-large-screen {
    display: none;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #large-screen {
  display: none;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #large-screen {
    display: block;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #large-screen {
    display: none;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #large-screen {
    display: none;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #medium-screen {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #medium-screen {
    display: block;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #medium-screen {
    display: none;
  }
}
.coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #small-screen {
  display: none;
}
@media (max-width: 767px) {
  .coh-ce-cpt_video_carousel-2be8bd60 .video-carousel__svg-wrap #small-screen {
    display: block;
  }
}

.coh-ce-cpt_video_carousel-afb28c65 {
  background-color: rgb(229, 217, 209);
  -webkit-clip-path: url(#test-mask);
          clip-path: url(#test-mask);
}
.coh-ce-cpt_video_carousel-aae098bc {
  grid-row: 2;
  grid-column: 1/-1;
}
.coh-ce-cpt_video_carousel-479493f8 {
  overflow: hidden;
}
.coh-ce-cpt_video_carousel-23a345ce:before {
  content: normal;
}
.coh-ce-cpt_video_carousel-23a345ce:after {
  content: normal;
}
.coh-ce-cpt_site_footer_revised-bd2eb210 {
  max-width: 95.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_site_footer_revised-bd2eb210 {
    max-width: initial;
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_site_footer_revised-bd2eb210 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_site_footer_revised-bd2eb210 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_site_footer_revised-a56776d8 p {
  font-size: 0.75rem;
}
.coh-ce-cpt_site_footer_revised-a56776d8 p:last-child {
  margin-bottom: 0;
}
.coh-ce-4a798625 {
  display: block;
  height: 100%;
  margin-bottom: 0;
}
@media (max-width: 1110px) {
  .coh-ce-4a798625 {
    padding-top: 1.625rem;
  }
}
.coh-ce-68f6ae79 {
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-ce-889292d9 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0.5rem;
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
  border-bottom-color: rgb(229, 217, 209);
  display: block;
  margin-bottom: 1.125rem;
}
.coh-ce-787aa6dc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-ce-78abd7fe {
  list-style-type: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-ce-70c5b5d0 {
  font-size: 0.875rem;
  height: 100%;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-ce-2ed8c9df {
  margin-bottom: 0;
}
.coh-ce-c2a716e9 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media (max-width: 767px) {
  .coh-ce-c2a716e9 {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-3d39c93a {
  font-size: 0.875rem;
  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%;
}
@media (max-width: 767px) {
  .coh-ce-3d39c93a {
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
  }
}
.coh-ce-cpt_accordion_item-9f6127a5 {
  border-width: 0.0625rem;
  border-color: rgb(151, 61, 252);
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  margin-bottom: 0.9375rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.25rem;
}
.coh-ce-cpt_accordion_item-9f6127a5 li {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
.coh-ce-cpt_accordion_item-9f6127a5 strong {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
.coh-ce-cpt_accordion_item-8a8ccd15 {
  padding-top: 0.9375rem;
  padding-right: 2rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.25rem;
}
.coh-ce-cpt_accordion_item-6fe665ea p {
  line-height: 1.5rem;
  font-size: 1rem;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_accordion_item-6fe665ea li {
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_accordion_item-a5be15e4 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(43, 15, 79);
  font-size: 1rem;
  line-height: 1.5rem;
}
.coh-ce-6ed82b86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1110px) {
  .coh-ce-6ed82b86 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.coh-ce-cfeba3d3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  -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 (max-width: 1110px) {
  .coh-ce-cfeba3d3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.has-children.is-collapsed.coh-ce-cfeba3d3 > a:after {
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
}
.has-children.is-expanded.coh-ce-cfeba3d3 > a:after {
  -webkit-transform: rotateZ(180deg);
      -ms-transform: rotate(180deg);
          transform: rotateZ(180deg);
}
.has-children.coh-ce-cfeba3d3 > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1110px) {
  .has-children.coh-ce-cfeba3d3 > a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.has-children.coh-ce-cfeba3d3 > 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: "\f107";
  font-family: icomoon;
  -webkit-transition: 200ms ease-in-out transform;
  transition: 200ms ease-in-out transform;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.5rem;
}
.coh-ce-7603bfd {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (max-width: 1110px) {
  .coh-ce-7603bfd {
    padding-right: 1rem;
    padding-left: 1rem;
    height: auto;
  }
}
.coh-ce-3e784c59 {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 1110px) {
  .coh-ce-3e784c59 {
    position: static;
  }
}
.coh-ce-28962f51 {
  padding-top: 0;
  padding-bottom: 3rem;
  pointer-events: auto;
}
@media (max-width: 1110px) {
  .coh-ce-28962f51 {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .coh-ce-28962f51 {
    padding-left: 0 !important;
  }
}
@media (max-width: 564px) {
  .coh-ce-28962f51 {
    padding-left: 0 !important;
    padding-left: 0;
  }
}
.coh-ce-41faece7 {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.coh-ce-e61bc1dc {
  list-style-type: none;
  margin-left: 0;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: inline-block;
}
@media (max-width: 1110px) {
  .coh-ce-e61bc1dc {
    padding-right: 0;
    padding-left: 1rem;
  }
}
.coh-ce-5d9b5c92 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  font-size: 0.875rem;
}
.coh-ce-7666841d {
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-d344be45 {
  margin-left: 0;
  list-style-type: none;
  padding-left: 1rem;
}
.coh-ce-769e1d0 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
}
.coh-ce-cf4e20c9 {
  pointer-events: none;
  background: #F9F6F4 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  max-width: 100% !important;
  padding-left: 2.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cf4e20c9 {
    position: static;
    display: none;
  }
}
@media (max-width: 564px) {
  .coh-ce-cf4e20c9 {
    display: none;
  }
}
.coh-ce-d0cfe82d {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  pointer-events: auto;
  background: #F9F6F4 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  background-color: rgb(214, 135, 18);
}
@media (max-width: 1110px) {
  .coh-ce-d0cfe82d {
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.75rem;
  }
}
.coh-ce-cpt_podcast_promo-b9f6a518 .podcast-promo__text-btns {
  padding-right: 2rem;
  padding-left: 2rem;
}
.coh-ce-cpt_podcast_promo-b9f6a518 [data-element=dh_rawhtml_element] {
  max-width: 100%;
  width: 100%;
}
.coh-ce-cpt_podcast_promo-b9f6a518 [data-element=dh_rawhtml_element] svg {
  width: 100%;
  display: block;
}
.coh-ce-cpt_podcast_promo-b9f6a518 .podcast__content {
  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_podcast_promo-b9f6a518 .podcast-promo__row {
  background-color: rgb(43, 15, 79);
}
.coh-ce-cpt_podcast_promo-b9f6a518 .coh-style-hero-text-light p {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_podcast_promo-b9f6a518 .coh-style-hero-text-light p {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_podcast_promo-b9f6a518 .coh-style-hero-text-light p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.coh-ce-cpt_podcast_promo-b9f6a518 .podcast__cta {
  font-size: 1.25rem;
  line-height: 2rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_podcast_promo-b9f6a518 .podcast__cta {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_podcast_promo-b9f6a518 .podcast__cta {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.coh-ce-cpt_podcast_promo-b9f6a518 a:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_podcast_promo-b9f6a518 button:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-3f96e15d {
  position: relative;
}
.coh-ce-4cec0802 .related-card__title-link {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgb(43, 15, 79);
  text-align: left;
  text-decoration: none;
}
.coh-ce-1925d042 {
  padding-top: 2.125rem;
}
@media (max-width: 1399px) {
  .coh-ce-1925d042 {
    padding-top: 3.125rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-1925d042 {
    padding-top: 2rem;
  }
}
.coh-ce-1925d042 .blog-heading__container {
  padding-top: 3.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-1925d042 .blog-heading__container {
    padding-top: 2.375rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-1925d042 .blog-heading__container {
    padding-top: 2rem;
  }
}
.coh-ce-372da5a5 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  margin-bottom: 6.25rem;
}
@media (max-width: 1399px) {
  .coh-ce-372da5a5 {
    margin-bottom: 4.375rem;
    gap: 24px;
  }
}
@media (max-width: 1110px) {
  .coh-ce-372da5a5 {
    display: block;
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-372da5a5 {
    margin-bottom: 4.375rem;
  }
}
.coh-ce-372da5a5:before {
  content: normal;
  background-color: rgb(26, 137, 201);
}
.coh-ce-372da5a5:after {
  content: normal;
}
.coh-ce-372da5a5 .cs-second-summary {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 32px);
  width: calc(100% + 32px);
}
@media (max-width: 1399px) {
  .coh-ce-372da5a5 .cs-second-summary {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
.coh-ce-372da5a5 .two-col-w-aside__main-content {
  grid-column: 2 / span 6;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
}
@media (max-width: 1399px) {
  .coh-ce-372da5a5 .two-col-w-aside__main-content {
    grid-column: 1 / span 7;
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-372da5a5 .two-col-w-aside__main-content {
    padding-bottom: 3rem;
  }
}
.coh-ce-372da5a5 .two-col-w-aside__aside {
  grid-column: 9 / span 3;
  grid-row: 1 / span 2;
}
@media (max-width: 1399px) {
  .coh-ce-372da5a5 .two-col-w-aside__aside {
    grid-column: 9 / span 4;
    width: 100%;
  }
}
.coh-ce-372da5a5 .two-col-w-aside__aside > div:first-child {
  position: sticky;
  top: 7.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-372da5a5 .two-col-w-aside__aside > div:first-child {
    position: static;
  }
}
.coh-ce-372da5a5 .callout + * {
  margin-top: 1.5rem;
}
.coh-ce-372da5a5 .author-profile {
  margin-top: 3rem;
}
.coh-ce-9bd57b88 {
  margin-bottom: 5.3125rem;
}
@media (max-width: 1399px) {
  .coh-ce-9bd57b88 {
    margin-bottom: 4.625rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-9bd57b88 {
    margin-bottom: 5.3125rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-9bd57b88 {
    margin-bottom: 3.4375rem;
  }
}
.coh-ce-9bd57b88 .related {
  width: 73.6413043478%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .coh-ce-9bd57b88 .related {
    width: 83.333%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-9bd57b88 .related {
    width: 100%;
  }
}
.coh-ce-3f96e15d {
  position: relative;
}
.coh-ce-4cec0802 .related-card__title-link {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: rgb(43, 15, 79);
  text-align: left;
  text-decoration: none;
}
.coh-ce-e36af06a {
  padding-top: 7.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-e36af06a {
    padding-top: 2.125rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-e36af06a {
    padding-top: 0.9375rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-e36af06a .profile-pg__content-row {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 470px;
  }
}
@media (max-width: 767px) {
  .coh-ce-e36af06a .profile-pg__content-row {
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-e36af06a .profile-pg__content-row .profile-pg__col {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-e36af06a .profile-pg__content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1399px) {
  .coh-ce-e36af06a .profile-pg__content-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 1110px) {
  .coh-ce-e36af06a .profile-pg__content-wrap {
    display: block;
    width: 72.6470588235%;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .coh-ce-e36af06a .profile-pg__content-wrap {
    width: 100%;
  }
}
.coh-ce-e36af06a .profile-pg__text {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 6;
  -webkit-flex-grow: 6;
      -ms-flex-positive: 6;
          flex-grow: 6;
  padding-top: 2.5rem;
}
@media (max-width: 1399px) {
  .coh-ce-e36af06a .profile-pg__text {
    -webkit-box-flex: 8;
    -webkit-flex-grow: 8;
        -ms-flex-positive: 8;
            flex-grow: 8;
  }
}
@media (max-width: 1110px) {
  .coh-ce-e36af06a .profile-pg__text {
    padding-top: 3rem;
  }
}
.coh-ce-e36af06a .author {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}
@media (max-width: 1399px) {
  .coh-ce-e36af06a .author {
    -webkit-box-flex: 4;
    -webkit-flex-grow: 4;
        -ms-flex-positive: 4;
            flex-grow: 4;
  }
}
.coh-ce-e36af06a .profile-pg__about-heading {
  color: rgb(43, 15, 79);
  font-size: 2rem;
  line-height: 3rem;
}
@media (max-width: 767px) {
  .coh-ce-e36af06a .profile-pg__about-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-3b8ce369 {
  text-align: center;
  border-top-width: 0;
  margin-top: 3.25rem;
  margin-bottom: 4.375rem;
}
@media (max-width: 1599px) {
  .coh-ce-3b8ce369 {
    margin-top: 4rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-3b8ce369 {
    width: 61.1979166667%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .coh-ce-3b8ce369 {
    width: 100%;
  }
}
.coh-ce-3b8ce369 .recent-posts__content {
  border-top-color: rgb(154, 159, 161);
  border-top-width: 0.0625rem;
  border-top-style: solid;
  padding-top: 2.625rem;
}
@media (max-width: 1399px) {
  .coh-ce-3b8ce369 .recent-posts__content {
    padding-top: 2rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-3b8ce369 .recent-posts__content {
    max-width: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .coh-ce-3b8ce369 .recent-posts__content {
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-3b8ce369 .recent-posts__row {
    display: block;
  }
}
.coh-ce-3b8ce369 .recent-posts__heading {
  margin-bottom: 2.625rem;
}
@media (max-width: 1399px) {
  .coh-ce-3b8ce369 .recent-posts__heading {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.coh-ce-cpt_promo_card_square-bf0391dc {
  margin-top: 1.875rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_promo_card_square-bf0391dc {
    margin-top: 2rem;
  }
}
.coh-ce-cpt_promo_card_square-bf0391dc .promo-card {
  padding-top: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 3.5rem;
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_promo_card_square-bf0391dc .promo-card {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_card_square-bf0391dc .promo-card {
    margin-bottom: 2.375rem;
  }
}
.coh-ce-cpt_promo_card_square-bf0391dc .card-image {
  height: 5rem;
  width: 5rem;
}
.coh-ce-cpt_promo_card_square-bf0391dc .card-heading {
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  color: rgb(83, 18, 149);
  line-height: 2rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_promo_card_square-bf0391dc .card-text {
  margin-top: 1rem;
}
.coh-ce-cpt_promo_card_square-bf0391dc .card-text > * {
  margin-bottom: 0;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_promo_card_square-bf0391dc .card-square-grid-title {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_card_square-bf0391dc .card-square-grid-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c {
  margin-top: 1.875rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 58rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c {
    margin-top: 2rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-card {
  width: 100%;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-card {
    margin-bottom: 2.375rem;
  }
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .card-image {
  height: 100%;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 10.9375rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c .card-image {
    -webkit-border-top-right-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    height: 14.75rem;
  }
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .card-image.icon {
  -o-object-fit: contain;
     object-fit: contain;
  height: 5.0625rem;
  width: 5.0625rem;
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .card-heading {
  margin-bottom: 0;
  font-weight: 400;
  color: rgb(83, 18, 149);
  line-height: 2rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-card-text {
  margin-top: 0.25rem;
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-card-text > * {
  margin-bottom: 0;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-content-container {
  padding-top: 1.6875rem;
  padding-right: 1.4375rem;
  padding-bottom: 1.75rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-content-container {
    padding-top: 1.875rem;
    padding-right: 1.25rem;
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-content-container {
    padding-left: 1.25rem;
  }
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-image-container {
  height: 100%;
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-image-container.icon {
  background-color: rgb(83, 18, 149);
  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;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c .promo-horizontal-image-container.icon {
    -webkit-border-top-right-radius: 0.25rem;
            border-top-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
  }
}
.coh-ce-cpt_promo_cards_horizontal-426d4c7c .cart-horizontal-title {
  text-align: center;
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .coh-ce-cpt_promo_cards_horizontal-426d4c7c .cart-horizontal-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_short_cta_banner-89c0c56d {
  padding-top: 0.9375rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_short_cta_banner-89c0c56d {
    display: none;
  }
}
.coh-ce-cpt_short_cta_banner-e6f9203c {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_short_cta_banner-d0ae9d0c {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.625rem;
  vertical-align: baseline;
  display: block;
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 564px) {
  .coh-ce-cpt_short_cta_banner-d0ae9d0c {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.coh-ce-cpt_short_cta_banner-ed700ef6 {
  margin-bottom: 0;
}
.coh-ce-cpt_short_cta_banner-ed700ef6 :focus-visible {
  outline-width: 2px;
  outline-color: rgb(255, 255, 255);
  outline-offset: 4px;
  outline-style: dashed;
}
.coh-ce-cpt_promo-fc410196 {
  margin-top: 4rem;
  margin-bottom: 9rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_promo-fc410196 {
    margin-top: 2.5rem;
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_promo-fc410196 {
    margin-top: 3.25rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_promo-fc410196 {
    margin-top: 4.25rem;
    margin-bottom: 9.375rem;
  }
}
.coh-ce-cpt_promo-fc410196 .promo-inner-container {
  display: grid;
  grid-template-columns: 1fr 10px 2fr;
  grid-template-rows: 75px 1fr 75px;
  max-width: 1000px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_promo-fc410196 .promo-inner-container {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_promo-fc410196 .promo-inner-container {
    grid-template-columns: 1fr 5px 2fr;
    grid-template-rows: 33px 1fr 33px;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_promo-fc410196 .promo-inner-container {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
}
.coh-ce-cpt_promo-fc410196 .image-container {
  grid-area: 1 / 1 / -1 / 3;
}
@media (max-width: 564px) {
  .coh-ce-cpt_promo-fc410196 .image-container {
    grid-area: 1 / 1 / 2 / -1;
  }
}
.coh-ce-cpt_promo-fc410196 .promo-image {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 9.375rem;
          border-bottom-left-radius: 9.375rem;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-ce-cpt_promo-fc410196 .text-container {
  grid-area: 2 / 2 / 3 / -1;
  background-color: rgb(255, 255, 255);
  -webkit-filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
@media (max-width: 564px) {
  .coh-ce-cpt_promo-fc410196 .text-container {
    grid-area: 2 / 1 / -1 / -1;
    background-color: rgba(0, 0, 0, 0);
    -webkit-filter: none;
            filter: none;
  }
}
.coh-ce-cpt_promo-fc410196 .promo-quote > * {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_promo-fc410196 .promo-quote > * {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_promo-fc410196 .promo-quote > * {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.coh-ce-cpt_promo-fc410196 .promo-name {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}
.coh-ce-cpt_promo-fc410196 .promo-position {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
.coh-ce-cpt_promo-fc410196 .promo-cta {
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
  padding-top: 0.875rem;
  padding-right: 2.5rem;
  padding-bottom: 0.875rem;
  padding-left: 2.5rem;
}
.coh-ce-cpt_pre_footer_cta-d6b08e4d {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.coh-ce-cpt_pre_footer_cta-7bb658b0 {
  margin-bottom: 0;
}
.coh-ce-cpt_pre_footer_cta-7bb658b0:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_book_demo_three-a7722723 {
  display: grid;
  grid-template-columns: -webkit-calc(50% - 720px) repeat(14, 1fr) -webkit-calc(50% - 720px);
  grid-template-columns: calc(50% - 720px) repeat(14, 1fr) calc(50% - 720px);
  grid-template-rows: 1fr auto;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  letter-spacing: -0.02em;
  position: relative;
  padding-bottom: 3.75rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_demo_three-a7722723 {
    grid-template-columns: 0 repeat(14, 1fr) 0;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_demo_three-a7722723 {
    grid-template-columns: 0 repeat(10, 1fr) 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 {
    grid-template-columns: 0 repeat(8, 1fr) 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 {
    display: block;
    padding-top: 2.25rem;
    padding-right: 0.875rem;
    padding-bottom: 2.25rem;
    padding-left: 0.875rem;
    overflow: hidden;
  }
}
.coh-ce-cpt_book_demo_three-a7722723:before {
  content: normal;
}
.coh-ce-cpt_book_demo_three-a7722723:after {
  content: normal;
}
.coh-ce-cpt_book_demo_three-a7722723 a:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__cream-bkgd {
  background-color: rgba(229, 217, 209, 0.5);
  grid-column: 1 / -1;
  grid-row: 1;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__cream-bkgd {
    display: none;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary {
  background-color: rgb(83, 18, 149);
  grid-column: 3 / span 12;
  grid-row: 1;
  color: rgb(255, 255, 255);
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-border-top-left-radius: 1.875rem;
          border-top-left-radius: 1.875rem;
  -webkit-border-top-right-radius: 1.875rem;
          border-top-right-radius: 1.875rem;
  -webkit-filter: drop-shadow(0 0.625rem 2.5rem rgba(0, 0, 0, 0.33));
          filter: drop-shadow(0 0.625rem 2.5rem rgba(0, 0, 0, 0.33));
  z-index: 100;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary {
    grid-column: 2 / span 10;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary {
    grid-column: 2 / span 8;
    margin-top: 1.25rem;
    -webkit-filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.33));
            filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.33));
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary {
    top: 3rem;
    bottom: 4.125rem;
    margin-top: 0;
    -webkit-border-top-left-radius: 1.25rem;
            border-top-left-radius: 1.25rem;
    -webkit-border-top-right-radius: 1.25rem;
            border-top-right-radius: 1.25rem;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-content {
  width: 54%;
  text-align: center;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.25rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-content {
    width: 48%;
    padding-top: 8vw;
    padding-right: 2.875rem;
    padding-bottom: 13.5vw;
    padding-left: 2.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-content {
    width: 100%;
    padding-top: 3rem;
    padding-right: 10%;
    padding-bottom: 5rem;
    padding-left: 10%;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-heading {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 3rem;
  line-height: 3.375rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-heading {
    font-size: 2.875rem;
    line-height: 3.25rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-heading {
    font-size: 2.25rem;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-subhead {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 1rem;
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta {
  position: relative;
  font-size: 1.25rem;
  padding-right: 5.9375rem;
  padding-left: 5.9375rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta {
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta:before {
  content: "";
  position: absolute;
  right: 50%;
  border-color: rgb(156, 83, 237);
  border-right-style: solid;
  border-bottom-style: solid;
  width: 40vw;
  height: 4vw;
  -webkit-border-bottom-right-radius: 1.125rem;
          border-bottom-right-radius: 1.125rem;
  top: -webkit-calc(100% + 20px);
  top: calc(100% + 20px);
  max-height: 3.75rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta:before {
    border-right-style: none;
    border-bottom-style: none;
    width: 0.1875rem;
    background-color: rgb(156, 83, 237);
    height: 3.75rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta:after {
  content: "";
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  right: 50%;
  border-color: rgb(156, 83, 237);
  border-right-width: 0.1875rem;
  border-top-width: 0.1875rem;
  -webkit-transform: rotateZ(-45deg) translateX(-1.5px);
      -ms-transform: rotate(-45deg) translateX(-1.5px);
          transform: rotateZ(-45deg) translateX(-1.5px);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  border-top-style: solid;
  border-right-style: solid;
  top: -webkit-calc(100% + 1rem);
  top: calc(100% + 1rem);
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta:after {
    -webkit-transform: rotateZ(-45deg) translateX(-4px);
        -ms-transform: rotate(-45deg) translateX(-4px);
            transform: rotateZ(-45deg) translateX(-4px);
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__primary-cta:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(214, 135, 18);
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary {
  background-color: rgb(43, 15, 79);
  grid-column: 3 / span 12;
  grid-row: 2;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-border-bottom-left-radius: 1.875rem;
          border-bottom-left-radius: 1.875rem;
  -webkit-border-bottom-right-radius: 1.875rem;
          border-bottom-right-radius: 1.875rem;
  -webkit-filter: drop-shadow(0 0.625rem 2.5rem rgba(0, 0, 0, 0.33));
          filter: drop-shadow(0 0.625rem 2.5rem rgba(0, 0, 0, 0.33));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgb(255, 255, 255);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary {
    grid-column: 2 / span 10;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary {
    grid-column: 2 / span 8;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary {
    -webkit-border-bottom-left-radius: 1.25rem;
            border-bottom-left-radius: 1.25rem;
    -webkit-border-bottom-right-radius: 1.25rem;
            border-bottom-right-radius: 1.25rem;
    position: relative;
    z-index: -1;
    -webkit-filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.33));
            filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.33));
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary:before {
  background-color: rgba(229, 217, 209, 0.5);
  height: 2000px;
  display: block;
  width: 100%;
  content: normal;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: -0.9375rem;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-content {
  width: 54%;
  text-align: center;
  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: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -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;
    text-align: left;
    padding-top: 7vw;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-content {
    text-align: center;
    display: block;
    padding-top: 1.0625rem;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-heading {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-right: auto;
  margin-bottom: 0.625rem;
  margin-left: auto;
  max-width: 25rem;
  display: block;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-heading {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 3%;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-heading {
    margin-right: auto;
    margin-bottom: 0.625rem;
    margin-left: auto;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-ctas {
  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;
  gap: 1rem;
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-cta {
  background-color: rgba(0, 0, 0, 0);
  width: 12rem;
  color: rgb(242, 242, 242);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-cta {
    width: 11.25rem;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__secondary-cta:hover {
  background-color: rgb(156, 83, 237);
  color: rgb(43, 15, 79);
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 2.875rem;
  margin-left: -2.5rem;
  padding-right: 2.875rem;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
  grid-column: 4 / span 4;
  grid-row: 1 / span 2;
  width: -webkit-calc(100% + 2.125rem);
  width: calc(100% + 2.125rem);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 100;
  -webkit-filter: none;
          filter: none;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap {
    grid-column: 3 / span 4;
    padding-right: 1.75rem;
    padding-bottom: 1.5625rem;
    padding-left: 1.5625rem;
    margin-left: -3.4375rem;
    width: 95%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap {
    grid-column: 3 / span 3;
    padding-bottom: 1rem;
    margin-bottom: 13vw;
    margin-left: -3.75rem;
    width: 116%;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    aspect-ratio: 1.7;
    background-color: rgb(83, 18, 149);
    -webkit-filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.33));
            filter: drop-shadow(0 0.625rem 1.25rem rgba(0, 0, 0, 0.33));
    overflow: hidden;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap:before {
  content: "";
  position: absolute;
  border-color: rgb(156, 83, 237);
  border-width: 0.1875rem;
  border-style: solid;
  -webkit-border-bottom-right-radius: 1.125rem;
          border-bottom-right-radius: 1.125rem;
  -webkit-border-top-right-radius: 1.125rem;
          border-top-right-radius: 1.125rem;
  width: 20%;
  height: 70%;
  top: 14%;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap:before {
    -webkit-border-top-right-radius: 1.875rem;
            border-top-right-radius: 1.875rem;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
    top: 23%;
    right: 6vw;
    height: 80%;
    opacity: 0.2;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap:after {
  border-style: solid;
  -webkit-border-radius: 1.125rem;
          border-radius: 1.125rem;
  position: absolute;
  left: 0;
  width: 70%;
  z-index: -1;
  bottom: 0;
  border-width: 0.1875rem;
  border-color: rgb(156, 83, 237);
  height: 67%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image-wrap:after {
    -webkit-border-radius: 1.875rem;
            border-radius: 1.875rem;
    height: 74%;
    top: 39%;
    bottom: initial;
    left: 9vw;
  }
}
.coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image {
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-filter: drop-shadow(0 0.625rem 2.5rem rgba(0, 0, 0, 0.33));
          filter: drop-shadow(0 0.625rem 2.5rem rgba(0, 0, 0, 0.33));
  width: 100%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_demo_three-a7722723 .book-demo-3__image {
    width: 67%;
    margin-left: 16vw;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d {
  background-color: rgb(43, 15, 79);
  min-height: 100%;
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
  overflow: hidden;
  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-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;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d {
    padding-bottom: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgb(83, 18, 149);
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-content-column {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-content-column {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__row {
  max-height: 49.75rem;
  min-height: -webkit-calc(60vh + 6.375rem);
  min-height: calc(60vh + 6.375rem);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__row {
    min-height: initial;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__row {
    display: block;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-content {
    display: block;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 0;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container .coh-heading {
  font-size: 2.25rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container .coh-heading {
    font-size: 1.625rem;
    margin-top: 2.5rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container .coh-heading {
    margin-bottom: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__form-container > .coh-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__content-wrap {
    -webkit-flex-basis: initial;
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__eyebrow {
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.25rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__heading {
  color: rgb(255, 255, 255);
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 2.25rem;
  line-height: 3.375rem;
  font-weight: normal;
  margin-bottom: 0;
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__heading-wrap {
  margin-top: 10.25rem;
  margin-bottom: 3.5rem;
  padding-right: -webkit-calc(8.33% + 3rem);
  padding-right: calc(8.33% + 3rem);
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__heading-wrap {
    padding-right: 0;
    margin-top: 8.125rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__heading-wrap {
    margin-top: 0;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__heading-wrap {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__rects {
  position: relative;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .demo-pg__rects {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .rects {
  position: absolute;
  right: 1rem;
  width: 250%;
  height: 60vh;
  top: 0;
  max-height: 43.375rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .rects {
    display: none;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .rects {
    display: block;
    top: 12.375rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .rects {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo_page-f9eb287d .purple-green-rects {
  left: 1rem;
  right: auto;
  top: 6.375rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .purple-green-rects {
    left: 1.5rem;
    top: 12.375rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-f9eb287d .purple-rects__rect {
    border-color: rgb(43, 15, 79);
    border-width: 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-142e456b {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo_page-142e456b .logo-group-sm__text {
  margin-bottom: 1.25rem;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_book_a_demo_page-142e456b .logo-group-sm__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
}
.coh-ce-cpt_book_a_demo_page-142e456b .logo-group-sm__logos:after {
  content: normal;
}
.coh-ce-cpt_book_a_demo_page-142e456b .logo-group-sm__logos:before {
  content: normal;
}
.coh-ce-cpt_book_a_demo_page-142e456b .logo-group-sm__logo {
  max-width: 33%;
  height: auto;
  width: auto;
  max-height: 100%;
}
.coh-ce-cpt_book_a_demo_page-d5576ce1 {
  display: none;
  text-align: center;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-d5576ce1 {
    display: block;
    padding-top: 4.25rem;
    padding-bottom: 3.375rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_page-d5576ce1 {
    padding-top: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-d5576ce1 {
    padding-top: 0;
  }
}
.coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__text {
  margin-bottom: 1.25rem;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logos {
    -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: 2rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logos {
    height: 1.5rem;
  }
}
.coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logos:after {
  content: normal;
}
.coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logos:before {
  content: normal;
}
.coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logo {
  max-width: 7.8125rem;
  height: auto;
  width: auto;
  max-height: 100%;
}
@media (max-width: 564px) {
  .coh-ce-cpt_book_a_demo_page-d5576ce1 .logo-group-sm__logo {
    max-width: 6.25rem;
  }
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 {
  max-width: 73.125rem;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .heading-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .heading-container {
    padding-top: 3.5rem;
  }
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .cs-title {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .cs-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .cs-subtitle {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
  font-size: 1.75rem;
  line-height: 2.125rem;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .cs-subtitle {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-container {
  background-color: rgb(83, 18, 149);
  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;
  padding-top: 2.90625rem;
  padding-right: 2rem;
  padding-bottom: 2.90625rem;
  padding-left: 2rem;
  position: absolute;
  top: 27%;
  left: 25%;
  z-index: 1;
  bottom: 27%;
  right: 25%;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-top-right-radius: 0.5rem;
          border-top-right-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  gap: 8px;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-container {
    top: 24%;
    bottom: 24%;
    left: 20%;
    right: 20%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-container {
    position: relative;
    left: 0;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    padding-top: 3.1875rem;
    padding-bottom: 3.1875rem;
  }
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-title {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-align: center;
  letter-spacing: -0.02em;
  padding-top: 0.125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.125rem;
  padding-left: 0.625rem;
  -webkit-border-radius: 0.0625rem;
          border-radius: 0.0625rem;
  margin-bottom: 0;
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-wysiwyg {
  color: rgb(255, 255, 255);
  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;
  margin-bottom: 1rem;
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-wysiwyg > * {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 0;
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .image-container {
  position: relative;
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-link {
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 .content-box-link:hover {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_hero_with_context_box_overla-1bc562c0 a:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf {
  padding-top: 5.625rem;
  padding-bottom: 6rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf {
    padding-top: 5.625rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  -webkit-filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-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-ce-cpt_multipromo_carousel_3_cards_-5973decf .image-bottom .card-image {
  grid-row: 2 / 3;
  align-self: end;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .image-bottom .card-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .image-bottom .card-content {
  grid-row: 1 / 2;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .image-bottom .card-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-content {
  grid-row: 2 / 3;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  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 (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-content {
    -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;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-image {
  grid-row: 1 / 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
          border-top-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-image {
    height: 50%;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-image.card-image--icon {
  -o-object-fit: contain;
     object-fit: contain;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-heading-container {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 48.125rem;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-heading {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-heading {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-description > * {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-description > * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .multipromo-description {
  margin-bottom: 1.5rem;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .slick-list {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-description {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-link.coh-style-text-color-dark-background:after {
  color: white !important;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-link.coh-style-text-color-dark-background:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-link {
  margin-top: auto;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .card-link.coh-style-text-color-dark-background {
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .coh-slider-nav-bottom {
  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_multipromo_carousel_3_cards_-5973decf .coh-slider-item {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .coh-slider-item:hover {
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .coh-slider-item:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.coh-ce-cpt_multipromo_carousel_3_cards_-5973decf .bg-light:hover {
  border-bottom-width: 0.5rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(156, 83, 237);
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 {
  background-color: rgb(43, 15, 79);
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .tab-panel-container {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-template-areas: "cards title"     "cards logos";;
  padding-top: 1.5rem;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  height: 40.3125rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .tab-panel-container {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .tab-panel-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .tab-panel-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .tab-panel-container {
    padding-top: 3rem;
    padding-right: 0.875rem;
    padding-bottom: 3rem;
    padding-left: 0.875rem;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "cards" "logos";
    grid-template-rows: -webkit-min-content 590px -webkit-min-content;
    grid-template-rows: min-content 590px min-content;
    height: 60.625rem;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .details-title-container {
  grid-area: title;
  color: rgb(255, 255, 255);
  padding-top: 8.125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .details-title-container {
    padding-top: 6.5625rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .details-title-container {
    padding-top: 0;
    margin-bottom: 2.5rem;
    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;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .cards-container {
  grid-area: cards;
  position: relative;
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .cards-container {
    margin-bottom: 2.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;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .details-logo-container {
  grid-area: logos;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .details-logo-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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .card {
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  height: 34.375rem;
  position: absolute;
  width: 23.125rem;
  -webkit-filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
  background: -webkit-gradient(linear, left top, left bottom, from(#F3ECE8), color-stop(50%, #F3ECE8), color-stop(50%, #FFFFFF), to(#FFFFFF));
  background: -webkit-linear-gradient(top, #F3ECE8 0%, #F3ECE8 50%, #FFFFFF 50%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #F3ECE8 0%, #F3ECE8 50%, #FFFFFF 50%, #FFFFFF 100%);
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .card {
    width: auto;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .card {
    position: relative;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .card:first-child {
  z-index: 2;
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .card:nth-child(2) {
  -webkit-transform: rotateZ(3deg);
      -ms-transform: rotate(3deg);
          transform: rotateZ(3deg);
  z-index: 1;
  top: 1.1875rem;
  left: 1.1875rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .card:nth-child(2) {
    display: none;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .card:last-child {
  -webkit-transform: rotateZ(6deg);
      -ms-transform: rotate(6deg);
          transform: rotateZ(6deg);
  top: 2.375rem;
  left: 2.375rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .card:last-child {
    display: none;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .card-content-container {
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  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_industry_details_tabs-1087dfd9 .card-text {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .card-link {
  margin-top: auto;
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .main-card {
  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 (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .main-card {
    border-bottom-width: 0.5rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(151, 61, 252);
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .details-eyebrow {
  font-size: 1.25rem;
  line-height: 1rem;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .details-eyebrow {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .details-title {
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .details-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .details-title {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .details-link:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .logo-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-height: 2rem;
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .logo {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 6.875rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_industry_details_tabs-1087dfd9 .logo {
    max-width: 6rem;
  }
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .logo:not(:last-child) {
  margin-right: 1.5rem;
}
.coh-ce-cpt_industry_details_tabs-1087dfd9 .details-logo-title {
  margin-bottom: 1rem;
}
.coh-ce-cpt_you_might_be_interested_in_0-680401fc {
  margin-bottom: 2.6875rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_you_might_be_interested_in_0-680401fc {
    margin-bottom: 2.1875rem;
  }
}
.coh-ce-cpt_site_header-3378ce62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.header-position--relative.coh-ce-cpt_site_header-3378ce62 {
  position: relative;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.header-position--fixed.coh-ce-cpt_site_header-3378ce62 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 103;
}
.menu-column-count-desktop-4.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-4.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.menu-column-count-desktop-3.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-3.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.menu-column-count-desktop-2.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-2.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.menu-column-count-desktop-1.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-1 > li {
  position: relative;
}
.menu-column-count-desktop-1.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2-wrapper {
  width: 20rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50% !important;
  right: auto;
}
@media (max-width: 1110px) {
  .menu-column-count-desktop-1.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2-wrapper {
    width: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: 0 !important;
  }
}
.menu-column-count-desktop-1.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2-wrapper > .coh-container-boxed {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}
.menu-column-count-desktop-1.coh-ce-cpt_site_header-3378ce62 .main-menu .menu-level-2 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.coh-ce-cpt_site_header-3378ce62 .utilities-wrapper {
  margin-right: 1.5rem;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-wrapper {
    margin-right: 0;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem;
    border-bottom-color: rgb(233, 222, 212);
    position: relative;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-menu {
    width: 100%;
  }
}
.coh-ce-cpt_site_header-3378ce62 .utilities-menu span {
  font-family: 'Basis Grotesque Medium';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-menu span {
    float: none !important;
    padding-top: 0.75rem;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    font-size: 0.9375rem;
    line-height: 1rem;
    height: auto;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-menu span:after {
    position: absolute;
    right: 1.875rem;
  }
}
.coh-ce-cpt_site_header-3378ce62 .utilities-menu .menu-level-2 {
  position: absolute;
  top: 5.3125rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-menu .menu-level-2 {
    top: 0;
    float: none !important;
    border-width: 0 !important;
    margin-bottom: 0;
  }
}
.coh-ce-cpt_site_header-3378ce62 .utilities-menu > ul {
  margin-bottom: 0;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-menu > ul {
    float: none !important;
  }
}
.coh-ce-cpt_site_header-3378ce62 .utilities-menu > ul > li {
  width: 100% !important;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-ce-cpt_site_header-3378ce62 .utilities-menu > ul > li ul li {
  margin-bottom: 0.625rem;
}
.coh-ce-cpt_site_header-3378ce62 .utilities-menu > ul > li ul li:last-child {
  padding-bottom: 0.625rem;
  margin-bottom: 0;
  padding-top: 0 !important;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-3378ce62 .utilities-menu > ul > li ul li a {
    font-family: 'Basis Grotesque Medium';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 0.9375rem;
    line-height: 1rem;
  }
}
.coh-ce-cpt_site_header-3378ce62 .utilities-bar-horizontal .utilities-menu.utilities-menu-mobile ul li span {
  padding-left: 1rem;
  line-height: 1.5 !important;
}
.coh-ce-cpt_site_header-3378ce62 .utilities-bar-horizontal .utilities-menu.utilities-menu-mobile ul ul {
  margin-top: 0;
  padding-left: 0.125rem;
}
.coh-ce-cpt_site_header-3378ce62 .menu-level-1 li a {
  line-height: 1.5;
}
.toolbar-horizontal.toolbar-fixed .header-position--fixed.coh-ce-cpt_site_header-3378ce62 {
  top: 2.4375rem;
}
.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .header-position--fixed.coh-ce-cpt_site_header-3378ce62 {
  top: 4.9375rem;
}
.toolbar-vertical.toolbar-fixed .header-position--fixed.coh-ce-cpt_site_header-3378ce62 {
  top: 2.4375rem;
}
.coh-ce-cpt_site_header-b2c70467 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 2rem;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-b2c70467 {
    padding-right: 0;
    padding-left: 1.25rem;
    height: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_header-b2c70467 {
    padding-right: 0;
    padding-left: 1.25rem;
  }
}
.coh-ce-cpt_site_header-5282b65d {
  max-height: 5rem;
  width: auto;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-5282b65d {
    max-height: 3rem;
  }
}
.coh-ce-cpt_site_header-f2bb8949 {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-f2bb8949 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    height: auto;
    width: 100%;
  }
}
.coh-ce-cpt_site_header-da0d809a {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-da0d809a {
    height: -webkit-calc(100vh - 48px);
    height: calc(100vh - 48px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 7.125rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_header-da0d809a:after {
    background-color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_site_header-85f5d826 {
  height: 100%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-85f5d826 {
    height: auto;
  }
}
.coh-ce-cpt_site_header-41b3e751 {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-41b3e751 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-width: 0.0625rem;
    border-top-width: 0.0625rem;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(233, 222, 212);
    border-bottom-color: rgb(233, 222, 212);
  }
}
.coh-ce-cpt_site_header-69cfd253 {
  height: 3rem;
  width: 3rem;
  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;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-69cfd253 {
    height: 2.5rem;
    font-size: 0.9375rem;
  }
}
.coh-ce-cpt_site_header-69cfd253: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: "\f002";
  font-family: icomoon;
}
.search-active.coh-ce-cpt_site_header-69cfd253: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: "\f00d";
  font-family: icomoon;
}
.coh-ce-cpt_site_header-f7fc4a4 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.coh-ce-cpt_site_header-2c3e9803 {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-2c3e9803 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_site_header-1ef348b0 {
  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 (max-width: 1110px) {
  .coh-ce-cpt_site_header-1ef348b0 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_header-1ef348b0 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.coh-ce-cpt_site_header-2847932a {
  display: none;
  -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: 3rem;
  width: 3rem;
  font-size: 1.5rem;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-2847932a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgb(255, 255, 255);
    min-width: auto;
    width: auto;
  }
}
.coh-ce-cpt_site_header-2847932a: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: "\f0c9";
  font-family: icomoon;
}
.menu-active.coh-ce-cpt_site_header-2847932a: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: "\f00d";
  font-family: icomoon;
}
.menu-active.coh-ce-cpt_site_header-2847932a:after {
  background-color: rgba(0, 0, 0, 0.5);
  height: -webkit-calc(100vh - 48px);
  height: calc(100vh - 48px);
  width: 100vw;
  position: absolute;
  top: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1110px) {
  .menu-active.coh-ce-cpt_site_header-2847932a:after {
    content: "";
    background-color: rgb(255, 255, 255);
  }
}
@media (max-width: 564px) {
  .menu-active.coh-ce-cpt_site_header-2847932a:after {
    background-color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_site_header-879e8139 {
  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;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0.5rem;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 3rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-879e8139 {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    display: none;
  }
}
.coh-ce-cpt_site_header-879e8139:before {
  margin-left: auto;
}
.menu-position-desktop--right .coh-ce-cpt_site_header-879e8139 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1110px) {
  .menu-position-desktop--right .coh-ce-cpt_site_header-879e8139 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_site_header-32c51c42 {
  height: 3rem;
  width: 3rem;
  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;
  font-size: 1.5rem;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding-right: 0.625rem;
}
.coh-ce-cpt_site_header-32c51c42: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: "\f002";
  font-family: icomoon;
}
.search-active.coh-ce-cpt_site_header-32c51c42: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: "\f00d";
  font-family: icomoon;
}
.coh-ce-cpt_site_header-c1f26063 {
  display: none;
  position: absolute;
  top: 3.4375rem;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_site_header-10312ee9 {
  height: 3.125rem;
  width: 25%;
  position: absolute;
  top: 0.3125rem;
  right: 12.5rem;
  border-width: 0.0625rem;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  border-style: solid;
  border-color: rgb(186, 81, 32);
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_site_header-388518f9 {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-left: 0.5rem;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 3rem;
  text-align: right;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_site_header-388518f9 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -0.1875rem;
    margin-left: 0;
    display: block;
    min-width: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_site_header-388518f9 {
    min-width: 0;
  }
}
.coh-ce-cpt_site_header-388518f9:before {
  margin-left: auto;
}
.menu-position-desktop--right .coh-ce-cpt_site_header-388518f9 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
@media (max-width: 1110px) {
  .menu-position-desktop--right .coh-ce-cpt_site_header-388518f9 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_site_header-d51a3646 {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-top: 0.6875rem;
}
.coh-ce-cpt_industry_details_tab_contain-1309a98b .industry-tabs-title {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  letter-spacing: -0.02em;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_industry_details_tab_contain-1309a98b .industry-tabs-title {
    margin-right: 0.9375rem;
    margin-bottom: 1rem;
    margin-left: 0.9375rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_industry_details_tab_contain-1309a98b .industry-tabs-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_industry_details_tab_contain-1309a98b .coh-accordion-tabs-content-wrapper {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_industry_details_tab_contain-1309a98b .coh-accordion-tabs-nav {
  padding-top: 8rem;
  padding-right: 7rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_industry_details_tab_contain-1309a98b .coh-accordion-tabs-nav {
    padding-right: 0;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_industry_details_tab_contain-1309a98b .coh-accordion-tabs-nav {
    padding-top: 0;
  }
}
.coh-ce-cpt_industry_details_tab_contain-1309a98b .coh-accordion-tabs {
  max-width: 92rem;
  margin: 0 auto;
}
.coh-ce-cpt_industry_details_tab_contain-13f5ae8f {
  color: rgb(43, 15, 79);
}
.space-between-nav-content.coh-ce-cpt_industry_details_tab_contain-7077543f .coh-accordion-tabs-content {
  padding-left: 11.5%;
}
@media (max-width: 1399px) {
  .space-between-nav-content.coh-ce-cpt_industry_details_tab_contain-7077543f .coh-accordion-tabs-content {
    padding-left: 0;
  }
}
.coh-ce-cpt_industry_details_tab_contain-7077543f .coh-accordion-tabs-nav {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_industry_details_tab_contain-7077543f .coh-accordion-tabs-content-wrapper {
    max-width: 100% !important;
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  max-width: 92rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 {
    margin-right: initial;
    margin-left: initial;
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01:before {
  background-color: rgba(255, 255, 255, 0.8);
  height: 6rem;
  width: 12.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01:before {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01:after {
  background-color: rgba(255, 255, 255, 0.8);
  height: 6rem;
  width: 13.125rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01:after {
    width: 6.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01:after {
    background-color: rgba(0, 0, 0, 0);
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-heading {
  text-align: center;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  color: rgb(43, 15, 79);
  font-size: 1.25rem;
  line-height: 1rem;
  margin-bottom: 1.875rem;
  letter-spacing: -0.02em;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-heading {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-thumbnail-slider {
  height: 2.6875rem;
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-slide {
  margin-right: 3rem;
  margin-left: 3rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-slide {
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-slide:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0;
  outline-color: rgb(83, 18, 149);
  outline-style: dashed;
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-image {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 110px;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-image {
    max-width: 125px;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-image {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .carousel-image {
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .coh-slider-container-mid, .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .coh-slider-container-inner, .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .slick-list, .coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .slick-track {
  height: 100%;
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .slick-track {
  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;
}
.coh-ce-cpt_duplicate_of_gallery_slider-cce24a01 .slick-next {
  z-index: 2 !important;
}
.coh-ce-cpt_duplicate_of_gallery_slider-614032de {
  display: none;
}
.move-pagination-up.coh-ce-cpt_duplicate_of_gallery_slider-614032de .slick-dots {
  top: -2rem;
}
.move-pagination-down.coh-ce-cpt_duplicate_of_gallery_slider-614032de .slick-dots {
  top: 1.5rem;
}
.coh-ce-cpt_homepage_hero-48d68960 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fluid.coh-ce-cpt_homepage_hero-48d68960 {
  min-height: 80vh;
}
.tall.coh-ce-cpt_homepage_hero-48d68960 {
  min-height: 40rem;
}
@media (max-width: 1599px) {
  .tall.coh-ce-cpt_homepage_hero-48d68960 {
    min-height: 37.5rem;
  }
}
@media (max-width: 1399px) {
  .tall.coh-ce-cpt_homepage_hero-48d68960 {
    min-height: 35rem;
  }
}
@media (max-width: 767px) {
  .tall.coh-ce-cpt_homepage_hero-48d68960 {
    min-height: 25rem;
  }
}
.short.coh-ce-cpt_homepage_hero-48d68960 {
  min-height: 20rem;
}
@media (max-width: 1399px) {
  .short.coh-ce-cpt_homepage_hero-48d68960 {
    min-height: 15rem;
  }
}
@media (max-width: 767px) {
  .short.coh-ce-cpt_homepage_hero-48d68960 {
    min-height: 10rem;
  }
}
.center-align-content.coh-ce-cpt_homepage_hero-48d68960 {
  -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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.center-align-content.coh-ce-cpt_homepage_hero-48d68960 .coh-wysiwyg {
  text-align: center;
}
.center-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
  width: 64%;
  text-align: center;
}
@media (max-width: 1399px) {
  .center-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
    width: 72%;
  }
}
@media (max-width: 1110px) {
  .center-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
    width: 100%;
  }
}
.center-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 64%;
  margin-top: 4rem;
}
@media (max-width: 1399px) {
  .center-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    width: 72%;
  }
}
@media (max-width: 1110px) {
  .center-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .center-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    margin-top: 3rem;
  }
}
.center-align-content.coh-ce-cpt_homepage_hero-48d68960 .buttons {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.left-align-content.coh-ce-cpt_homepage_hero-48d68960 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1110px) {
  .left-align-content.coh-ce-cpt_homepage_hero-48d68960 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.left-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
  width: 32%;
}
@media (max-width: 1399px) {
  .left-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
    width: 48%;
  }
}
@media (max-width: 1110px) {
  .left-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
    width: 100%;
  }
}
.left-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
  margin-left: 7.5rem;
}
@media (max-width: 1110px) {
  .left-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .left-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    margin-top: 3rem;
  }
}
.right-align-content.coh-ce-cpt_homepage_hero-48d68960 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1110px) {
  .right-align-content.coh-ce-cpt_homepage_hero-48d68960 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.right-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
  width: 32%;
}
@media (max-width: 1399px) {
  .right-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
    width: 48%;
  }
}
@media (max-width: 1110px) {
  .right-align-content.coh-ce-cpt_homepage_hero-48d68960 .text-content {
    width: 100%;
  }
}
.right-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
  margin-right: 7.5rem;
}
@media (max-width: 1110px) {
  .right-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    width: 100%;
    margin-top: 4rem;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (max-width: 767px) {
  .right-align-content.coh-ce-cpt_homepage_hero-48d68960 .drop-zone-content {
    margin-top: 3rem;
  }
}
.coh-ce-cpt_homepage_hero-77bc8a97 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.colored.coh-ce-cpt_homepage_hero-fd5ded85 {
  color: rgb(38, 163, 221);
}
.add-space-below.coh-ce-cpt_homepage_hero-55f19225 {
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .add-space-below.coh-ce-cpt_homepage_hero-55f19225 {
    margin-bottom: 1.5rem;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 {
  background-color: rgb(43, 15, 79);
  color: rgb(255, 255, 255);
  padding-top: 4.8125rem;
  padding-right: 120px;
  padding-bottom: 5.4375rem;
  padding-left: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 {
    padding-top: 3.5625rem;
    padding-bottom: 3.5625rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 {
    padding-top: 5.3125rem;
    padding-bottom: 2.8125rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 {
    padding-top: 3.375rem;
    padding-right: 1.625rem;
    padding-bottom: 8.75rem;
    padding-left: 1.625rem;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 a:focus-visible {
  outline-width: 2px;
  outline-offset: 4px;
  outline-color: rgb(255, 255, 255);
  outline-style: dashed;
}
.coh-ce-cpt_book_a_demo-f728e590 .coh-row-inner {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 .coh-column {
    position: static;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns {
  max-width: 986px;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns {
    max-width: 845px;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns {
    max-width: 425px;
  }
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner {
    gap: 16px;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0px;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:first-child {
  -webkit-flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
          flex-basis: 47%;
  max-width: 47%;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:first-child {
    max-width: 48%;
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:first-child {
    max-width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: block;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:nth-child(2) {
  max-width: 30%;
  -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
          flex-basis: 30%;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:nth-child(2) {
    max-width: 27%;
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:nth-child(2) {
    max-width: 51%;
    -webkit-flex-basis: 51%;
        -ms-flex-preferred-size: 51%;
            flex-basis: 51%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:nth-child(2) .book-a-demo-1__cta--secondary {
    border-left-width: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:nth-child(2) .book-a-demo-1__cta--secondary {
    padding-right: 22px;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:last-child {
  max-width: 23%;
  -webkit-flex-basis: 23%;
      -ms-flex-preferred-size: 23%;
          flex-basis: 23%;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:last-child {
    max-width: 25%;
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:last-child {
    max-width: 49%;
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__columns > .coh-container > .coh-row > .coh-row-inner > .coh-column:last-child .book-a-demo-1__cta--secondary {
    padding-left: 25px;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo__cta {
  font-weight: bold;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: rgb(156, 83, 237);
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo__cta:hover {
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  background-color: rgb(83, 18, 149);
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--main {
  padding-right: 2.5rem;
  padding-bottom: 3.125rem;
  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-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--main {
    padding-right: 1.875rem;
    padding-bottom: 0.75rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--main {
    padding-right: 0;
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--main {
    padding-bottom: 1.3125rem;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--secondary {
  padding-top: 3.125rem;
  padding-right: 0;
  padding-bottom: 3.125rem;
  padding-left: 3.25rem;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(156, 83, 237);
  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 (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--secondary {
    padding-top: 2.5rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--secondary {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 .book-a-demo-1__cta--secondary p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1.125rem;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 .coh-style-link-button-outline-purple {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.coh-ce-cpt_book_a_demo-f728e590 h3 {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-f728e590 h3 {
    line-height: 1.4375rem;
    font-size: 1.25rem;
    margin-bottom: 0.1875rem;
  }
}
.coh-ce-cpt_book_a_demo-f728e590 p {
  font-size: 1.25rem;
  line-height: 2rem;
}
.coh-ce-cpt_book_a_demo-fec8e8c9 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.coh-ce-cpt_book_a_demo-d1d56209 {
  margin-right: 17px;
  margin-bottom: 1.5rem;
  width: 92%;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-d1d56209 {
    width: 80%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-d1d56209 {
    margin-right: 19px;
    margin-bottom: 1.5rem;
    margin-left: 19px;
    width: 80%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo-d1d56209 {
    width: 91%;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-d1d56209 {
    margin-right: 12px;
    margin-bottom: 0.875rem;
    margin-left: 0;
  }
}
.coh-ce-cpt_book_a_demo-e1b52d63 {
  font-size: 36px;
  line-height: 42px;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgb(255, 255, 255);
  margin-bottom: 0.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo-e1b52d63 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-e1b52d63 {
    margin-bottom: 0;
  }
}
.coh-ce-cpt_book_a_demo-410592fb {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 2rem;
}
.coh-ce-cpt_book_a_demo-82670830 {
  position: relative;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-82670830 {
    position: static;
  }
}
.coh-ce-cpt_book_a_demo-82670830 [data-element=dh_rawhtml_element] * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_book_a_demo-82670830 [data-element=dh_rawhtml_element] *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_book_a_demo-82670830 [data-element=dh_rawhtml_element] *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:before {
  height: 494px;
  width: 411px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -601px;
  display: block;
  border-width: 3px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border-style: solid;
  border-color: rgb(83, 18, 149);
  content: "";
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:before {
    left: -508px;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:before {
    left: -575px;
    height: 670px;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:before {
    height: 100px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    top: -webkit-calc(100% - 42px);
    top: calc(100% - 42px);
    bottom: auto;
    left: -5px;
    right: -43px;
  }
}
.coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:after {
  height: 261px;
  width: 519px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  border-width: 3px;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  border-style: solid;
  border-color: rgb(83, 18, 149);
  content: "";
  left: -655px;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:after {
    left: -562px;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:after {
    height: 399px;
    left: -624px;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__purple-rectangles:after {
    height: 200px;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    top: -webkit-calc(100% - 98px);
    top: calc(100% - 98px);
    bottom: auto;
    left: 105px;
    right: 30px;
  }
}
.coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__bright-purple-shape {
  height: 64px;
  width: 465px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -622px;
  border-width: 3px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  border-style: solid;
  border-color: rgb(156, 83, 237);
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__bright-purple-shape {
    left: -535px;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__bright-purple-shape {
    left: -597px;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__bright-purple-shape {
    height: 200px;
    width: 64px;
    margin-top: 0;
    margin-bottom: 0;
    top: -webkit-calc(100% - 77px);
    top: calc(100% - 77px);
    bottom: auto;
    left: auto;
    right: 90px;
  }
}
.coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__green-arrow {
  height: 3px;
  width: 100vw;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -webkit-calc(-100vw - 18px);
  left: calc(-100vw - 18px);
  background-color: rgb(42, 131, 78);
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__green-arrow {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__green-arrow:before {
  height: 13px;
  width: 3px;
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
  content: "";
  background-color: rgb(42, 131, 78);
  -webkit-transform: rotate(-45deg) translate(3px, 2px);
      -ms-transform: rotate(-45deg) translate(3px, 2px);
          transform: rotate(-45deg) translate(3px, 2px);
  -webkit-transform-origin: bottom center;
      -ms-transform-origin: bottom center;
          transform-origin: bottom center;
}
.coh-ce-cpt_book_a_demo-82670830 .book-a-demo-1__green-arrow:after {
  -webkit-transform: rotate(45deg) translate(3px, -2px);
      -ms-transform: rotate(45deg) translate(3px, -2px);
          transform: rotate(45deg) translate(3px, -2px);
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  background-color: rgb(42, 131, 78);
  height: 13px;
  width: 3px;
  position: absolute;
  display: block;
  content: "";
  right: 0;
  top: 0;
}
.coh-ce-cpt_book_a_demo-6b02e79f {
  font-size: 20px;
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo-3ef90da2 {
    font-size: 0.6rem;
  }
}
.coh-ce-cpt_book_a_demo-b5482eb5 {
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}
.coh-ce-cpt_what_people_have_said_webina-e964e39f {
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-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;
}
.coh-ce-cpt_duplicate_of_what_people_hav-e964e39f {
  padding-bottom: 0;
  margin-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-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;
}
.move-pagination-up.coh-ce-cpt_gallery_slider-4d540297 .slick-dots {
  top: -2rem;
}
.move-pagination-down.coh-ce-cpt_gallery_slider-4d540297 .slick-dots {
  top: 1.5rem;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 {
  padding-top: 5.625rem;
  padding-bottom: 6rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 {
    padding-top: 5.625rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.card-link.coh-style-text-color-dark-background.coh-ce-cpt_multipromo_carousel-fa2d8619 {
  color: rgb(255, 255, 255);
  font-family: 'Basis Grotesque';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.02em;
}
.card-link.coh-style-text-color-dark-background.coh-ce-cpt_multipromo_carousel-fa2d8619:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.card-link.coh-style-text-color-dark-background.coh-ce-cpt_multipromo_carousel-fa2d8619:after {
  color: white !important;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-container {
  display: grid;
  grid-template-rows: 1fr 1fr;
  -webkit-filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.08));
  -webkit-border-radius: 0.25rem;
          border-radius: 0.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .card-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-ce-cpt_multipromo_carousel-fa2d8619 .image-bottom .card-image {
  grid-row: 2 / 3;
  align-self: end;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .image-bottom .card-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .image-bottom .card-content {
  grid-row: 1 / 2;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .image-bottom .card-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-content {
  grid-row: 2 / 3;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  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 (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .card-content {
    -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;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-image {
  grid-row: 1 / 2;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-border-top-left-radius: 0.25rem;
          border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
          border-top-right-radius: 0.25rem;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .card-image {
    height: 50%;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-image.card-image--icon {
  -o-object-fit: contain;
     object-fit: contain;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-heading-container {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 48.125rem;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-heading {
  font-size: 2.25rem;
  line-height: 3.0625rem;
  text-align: center;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-heading {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-description > * {
  font-size: 1.25rem;
  line-height: 2rem;
  text-align: center;
  letter-spacing: -0.02em;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-description > * {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .multipromo-description {
  margin-bottom: 1.5rem;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .slick-list {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .card-heading {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 564px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .card-heading {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-description {
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.02em;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .card-link {
  margin-top: auto;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .coh-slider-nav-bottom {
  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_multipromo_carousel-fa2d8619 .coh-slider-item {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .coh-slider-item:hover {
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 767px) {
  .coh-ce-cpt_multipromo_carousel-fa2d8619 .coh-slider-item:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .bg-light {
  position: relative;
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .bg-light:hover {
  border-bottom-width: 0.5rem;
  border-bottom-style: none;
  border-bottom-color: rgb(156, 83, 237);
}
.coh-ce-cpt_multipromo_carousel-fa2d8619 .bg-light:hover:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: rgb(151, 61, 252);
  -webkit-border-bottom-left-radius: 0.25rem;
          border-bottom-left-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0.25rem;
          border-bottom-right-radius: 0.25rem;
  top: 100%;
  -webkit-transition: all 0.2ms ease-in-out;
  transition: all 0.2ms ease-in-out;
}
.coh-ce-cpt_multipromo_carousel-c580ff62 {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_webinar_speaker_intro-c2636c82 {
  max-height: 100px;
  min-height: 100px;
  min-width: 100px;
  max-width: 100px;
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(255, 255, 255);
  display: grid;
  grid-template-columns: -webkit-calc(50% - 720px) repeat(14, 1fr) -webkit-calc(50% - 720px);
  grid-template-columns: calc(50% - 720px) repeat(14, 1fr) calc(50% - 720px);
  grid-template-rows: 1fr auto 1fr;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  letter-spacing: -0.02em;
  background-image: none;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc {
    grid-template-columns: 0 repeat(14, 1fr) 0;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc {
    grid-template-columns: 0 repeat(10, 1fr) 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc {
    grid-template-columns: 0 repeat(8, 1fr) 0;
    grid-template-rows: repeat(3, auto);
    padding-top: 0.9375rem;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc {
    display: block;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(234, 139, 123)), to(rgb(234, 139, 123)));
    background-image: -webkit-linear-gradient(left, rgb(234, 139, 123) 1%, rgb(234, 139, 123) 100%);
    background-image: linear-gradient(90deg, rgb(234, 139, 123) 1%, rgb(234, 139, 123) 100%);
    background-position: left center;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left 240px;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc:before {
  content: normal;
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc:after {
  content: normal;
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc a:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__left-ribbon {
  background-color: rgb(234, 139, 123);
  grid-column: 1 / -1;
  grid-row: 2;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__left-ribbon {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas {
  grid-column: 3 / span 4;
  grid-row: 2;
  width: -webkit-calc(100% + 4.375rem);
  width: calc(100% + 4.375rem);
  background-color: rgb(234, 139, 123);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  margin-left: -1.875rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas {
    grid-column: 3 / span 5;
    width: -webkit-calc(100% + 2.5rem);
    width: calc(100% + 2.5rem);
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    grid-column: 2 / span 4;
    margin-left: 0;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -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;
  padding-top: 1rem;
  padding-bottom: 1rem;
  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: 15rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:first-child {
  border-right-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(43, 15, 79);
  padding-right: 2.5rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:first-child {
    padding-right: 1.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:first-child {
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:first-child {
    padding-right: 0.625rem;
    padding-left: 0;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:last-child {
  padding-left: 2.5rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:last-child {
    padding-left: 1.875rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:last-child {
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-ctas .book-demo-2__secondary-cta:last-child {
    padding-right: 0;
    padding-left: 0.625rem;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-btn {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(255, 255, 255);
  letter-spacing: -0.02em;
  margin-top: auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-btn:hover {
  color: rgb(234, 139, 123);
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-heading {
  font-size: 1.25rem;
  line-height: 2rem;
  font-family: 'Basis Grotesque Bold';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: block;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-heading {
    line-height: 1.375rem;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-desc {
  font-size: 1.25rem;
  line-height: 2rem;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-desc {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__secondary-cta-desc {
    max-width: 11.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-area {
  background-color: rgb(43, 15, 79);
  grid-column: 8 / span 7;
  grid-row: 1 / span 3;
  width: -webkit-calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  margin-left: -2.5rem;
  -webkit-filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0.625rem 1.875rem rgba(0, 0, 0, 0.2));
  -webkit-border-bottom-right-radius: 7.875rem;
          border-bottom-right-radius: 7.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.125rem;
  padding-right: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 3.125rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-area {
    grid-column: 8 / span 7;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-area {
    grid-column: 6 / span 6;
    width: -webkit-calc(100% + .875rem);
    width: calc(100% + .875rem);
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2.75rem;
    -webkit-border-bottom-right-radius: 5.1875rem;
            border-bottom-right-radius: 5.1875rem;
    margin-left: -0.875rem;
    width: 100%;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-area {
    grid-column: 3 / span 6;
    grid-row: 1 / span 2;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-area {
    display: block;
    padding-top: 2.75rem;
    padding-right: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    -webkit-border-bottom-right-radius: 7.625rem;
            border-bottom-right-radius: 7.625rem;
    -webkit-filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 0.5rem 0.5rem rgba(0, 0, 0, 0.2));
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-content {
  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-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -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;
  padding-right: 2.25rem;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-content {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-content {
    text-align: center;
    padding-right: 0;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-heading {
  font-size: 2.25rem;
  line-height: 3rem;
  font-family: 'Recoleta';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.625rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-heading {
    font-size: 2.625rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__call-out-heading {
    font-size: 2.5rem;
    line-height: 2rem;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__callout-copy {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__callout-copy {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__callout-copy {
    max-width: 12.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__icon {
  width: 5.375rem;
  margin-bottom: 1rem;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__icon {
    width: 3.5rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__icon {
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__primary-cta-btn {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin-top: 0.625rem;
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__primary-cta-btn {
    font-size: 1rem;
  }
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__primary-cta-btn {
    font-size: 0.875rem;
    margin-top: 0.875rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__primary-cta-btn {
    margin-right: auto;
    margin-bottom: 2.125rem;
    margin-left: auto;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__dashboard {
  background-color: rgb(251, 251, 251);
  -webkit-border-bottom-right-radius: 6.75rem;
          border-bottom-right-radius: 6.75rem;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -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;
}
@media (max-width: 1399px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__dashboard {
    -webkit-border-bottom-right-radius: 4.4375rem;
            border-bottom-right-radius: 4.4375rem;
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__dashboard {
    -webkit-border-bottom-right-radius: 5.875rem;
            border-bottom-right-radius: 5.875rem;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__dashboard-img {
  width: auto;
  height: 26vw;
  min-height: 16.75rem;
  max-height: 24.625rem;
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__dashboard-img {
    width: 100%;
    height: auto;
    max-height: initial;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__right-ribbon {
  grid-column: 15 / span 2;
  grid-row: 2;
  width: -webkit-calc(100% + 5rem);
  width: calc(100% + 5rem);
  margin-left: -5rem;
  background-color: rgb(234, 139, 123);
}
@media (max-width: 1599px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__right-ribbon {
    grid-column: 11;
    width: -webkit-calc(100% + 2.5rem);
    width: calc(100% + 2.5rem);
  }
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__right-ribbon {
    display: none;
  }
}
.coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__middle-ribbon {
  display: none;
}
@media (max-width: 1110px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__middle-ribbon {
    grid-column: 1 / -1;
    grid-row: 2;
    display: block;
    height: 16vw;
    background-color: rgb(234, 139, 123);
  }
}
@media (max-width: 767px) {
  .coh-ce-cpt_book_a_demo_version_two-aab6a9cc .book-demo-2__middle-ribbon {
    display: none;
  }
}
.coh-ce-6f78460f {
  overflow: hidden;
  position: relative;
}
.coh-ce-6f78460f {
  overflow: hidden;
  position: relative;
}
.coh-ce-3f96e15d {
  position: relative;
}
.coh-ce-a90d796f {
  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;
}
@media (max-width: 1399px) {
  .coh-ce-8297b9e .recent-view__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1110px) {
  .coh-ce-8297b9e .recent-view__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .coh-ce-8297b9e .recent-view__row {
    gap: 0;
  }
}
@media (max-width: 564px) {
  .coh-ce-8297b9e .recent-view__row {
    gap: 0;
  }
}
.coh-ce-8297b9e .recent-view__col {
  margin-bottom: 2.625rem;
}
@media (max-width: 1399px) {
  .coh-ce-8297b9e .recent-view__col {
    margin-bottom: 1rem;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}
.coh-ce-8297b9e .recent-view__col > * {
  height: 100%;
}
.coh-ce-1651dab4 {
  border-right-width: 0.0625rem;
  border-right-style: solid;
  border-right-color: rgb(179, 183, 184);
  padding-left: 0 !important;
  padding-top: 6px;
}
@media (max-width: 1110px) {
  .coh-ce-1651dab4 {
    border-right-color: rgba(0, 0, 0, 0);
    padding-top: 0;
  }
}
.coh-ce-cpt_webinars_transcript_componen-ec169b5f {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_logo_card-65d0948c {
  position: absolute;
  height: 100%;
  width: 100%;
}
