.coh-style-body-text--large {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 125%;
}
@media (min-width: 1024px) {
  .coh-style-body-text--large {
    font-size: 1.25rem;
  }
}
.coh-style-teams-layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 16px;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (min-width: 568px) {
  .coh-style-teams-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .coh-style-teams-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .coh-style-teams-layout {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  .coh-style-teams-layout {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 31px;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.coh-style-teams-layout:before {
  display: none;
}
.coh-style-teams-layout .team-card__front {
  width: 100%;
}
.coh-style-margin-top--s {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .coh-style-margin-top--s {
    margin-top: 12px;
  }
}
@media (min-width: 1280px) {
  .coh-style-margin-top--s {
    margin-top: 16px;
  }
}
.coh-style-margin-top--m {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .coh-style-margin-top--m {
    margin-top: 24px;
  }
}
@media (min-width: 1280px) {
  .coh-style-margin-top--m {
    margin-top: 32px;
  }
}
.coh-style-margin-top--l {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .coh-style-margin-top--l {
    margin-top: 48px;
  }
}
@media (min-width: 1280px) {
  .coh-style-margin-top--l {
    margin-top: 64px;
  }
}
.coh-style-margin-bottom--m {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .coh-style-margin-bottom--m {
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .coh-style-margin-bottom--m {
    margin-bottom: 32px;
  }
}
.coh-style-boxed-full-width-bg {
  position: relative;
  max-width: -webkit-calc(min(100%, 100rem));
  max-width: calc(min(100%, 100rem));
  z-index: auto;
}
.coh-style-boxed-full-width-bg:not(.coh-container-boxed) {
  margin-right: auto;
  margin-left: auto;
  max-width: -webkit-calc(min(-webkit-calc(100% - 32px), 100rem));
  max-width: calc(min(calc(100% - 32px), 100rem));
}
@media (min-width: 1024px) {
  .coh-style-boxed-full-width-bg:not(.coh-container-boxed) {
    max-width: -webkit-calc(min(-webkit-calc(100% - 96px), 100rem));
    max-width: calc(min(calc(100% - 96px), 100rem));
  }
}
@media (min-width: 1280px) {
  .coh-style-boxed-full-width-bg:not(.coh-container-boxed) {
    max-width: -webkit-calc(min(-webkit-calc(100% - 80px), 100rem));
    max-width: calc(min(calc(100% - 80px), 100rem));
  }
}
@media (min-width: 1912px) {
  .coh-style-boxed-full-width-bg:not(.coh-container-boxed) {
    max-width: -webkit-calc(min(-webkit-calc(100% - 150px), 100rem));
    max-width: calc(min(calc(100% - 150px), 100rem));
  }
}
.coh-style-boxed-full-width-bg:not(.coh-container-boxed) .coh-style-boxed-full-width-bg {
  max-width: 100%;
}
.coh-style-boxed-full-width-bg:not(.coh-container-boxed) .coh-style-boxed-full-width-bg:not(.coh-container-boxed) {
  max-width: 100%;
}
.coh-style-boxed-full-width-bg:after {
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 50vw);
  left: calc(50% - 50vw);
  right: -webkit-calc(50% - 50vw);
  right: calc(50% - 50vw);
  bottom: 0;
  content: "";
  display: block;
  z-index: -1;
}
.coh-style-boxed-full-width-bg .coh-style-boxed-full-width-bg:not(.coh-container-boxed) {
  max-width: 100%;
}
.coh-preview.coh-style-is-inverted {
  background-color: rgb(4, 21, 63);
}
.coh-style-is-inverted :is(h1, h2, h3, h4, h5, h6, p, li, td, th, blockquote, figure) {
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted :is(h1, h2, h3, h4, h5, h6, p, li, td, th, blockquote, figure) :is(a, span) {
  color: inherit;
}
.coh-style-is-inverted :is(.coh-wysiwyg) {
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted :is(.coh-wysiwyg) a:not(.coh-link) {
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted :is(.coh-wysiwyg) a:not(.coh-link):hover {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted .breadcrumb ol li {
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted .breadcrumb ol li a {
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted .breadcrumb ol li a:hover {
  color: rgb(255, 255, 255);
}
.coh-style-is-inverted :is(:disabled, [disabled]):is(.coh-style-button.is--secondary) {
  -webkit-box-shadow: inset 0 0 0 3px #E5E5E5 !important;
          box-shadow: inset 0 0 0 3px #E5E5E5 !important;
  color: #E5E5E5 !important;
}
.coh-style-is-inverted .coh-style-button {
  background-color: rgb(255, 255, 255);
  color: rgb(4, 21, 63);
}
.coh-style-is-inverted .coh-style-button:hover {
  background-color: rgb(221, 230, 253);
  color: rgb(4, 21, 63);
}
.coh-style-is-inverted .coh-style-button:focus {
  outline-color: rgb(255, 255, 255);
  color: rgb(4, 56, 176);
}
.coh-style-is-inverted .coh-style-button.is--secondary {
  color: white !important;
  -webkit-box-shadow: inset 0 0 0 3px white;
          box-shadow: inset 0 0 0 3px white;
}
.coh-style-is-inverted .coh-style-button.is--secondary:hover {
  background-color: rgb(242, 247, 251);
  color: #04153F !important;
}
.coh-style-is-inverted .coh-style-button.is--secondary:focus {
  background-color: rgb(251, 250, 251);
  color: #0438B0 !important;
}
.coh-style-is-inverted .coh-style-card-container {
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(255, 255, 255, 0.25);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(255, 255, 255, 0.25);
}
.coh-style-is-inverted .coh-style-card-container:has(.coh-link):hover {
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(255, 255, 255, 0.4);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(255, 255, 255, 0.4);
}
.coh-style-is-dropzone:not(:has(*)) {
  display: none;
}
.coh-style-icon-button--primary-cobalt-small {
  background-color: rgb(4, 56, 176);
  max-height: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  width: 1.25rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  display: block;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  -webkit-border-radius: 2rem;
          border-radius: 2rem;
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/arrow-right.svg');
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 1.25rem;
  min-width: 1.25rem;
  font-size: 0;
  line-height: 0;
}
.coh-style-icon-button, .coh-style-icon-button--themed {
  height: 2.8125rem;
  width: 2.8125rem;
  max-height: 2.8125rem;
  max-width: 2.8125rem;
  -webkit-border-radius: 2rem;
          border-radius: 2rem;
  background-color: rgb(4, 56, 176);
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  line-height: 0;
}
.coh-style-icon-button:after, .coh-style-icon-button--themed: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: "\e91c";
  font-family: Icomoon;
  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);
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.9375rem;
}
.coh-style-icon-button:focus-visible, .coh-style-icon-button--themed:focus-visible {
  outline-width: 0.09375rem;
  outline-offset: 0.25rem;
  outline-color: rgb(0, 0, 0);
  outline-style: dotted;
}
.coh-style-icon-button:disabled, .coh-style-icon-button--themed:disabled {
  cursor: not-allowed;
  background-color: rgb(243, 243, 243);
}
.coh-style-icon-button:disabled:after, .coh-style-icon-button--themed:disabled:after {
  color: rgb(114, 114, 114);
}
.coh-accordion-tabs-vertical-left.coh-style-tabs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .coh-accordion-tabs-vertical-left.coh-style-tabs {
    gap: 48px;
  }
}
@media (min-width: 1280px) {
  .coh-accordion-tabs-vertical-left.coh-style-tabs {
    gap: 80px;
  }
}
.coh-accordion-tabs-vertical-left.coh-style-tabs .coh-accordion-tabs-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .coh-accordion-tabs-vertical-left.coh-style-tabs .coh-accordion-tabs-nav {
    max-width: 33.3333333333%;
  }
}
.coh-accordion-tabs-vertical-left.coh-style-tabs .coh-accordion-tabs-nav li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.coh-accordion-tabs-vertical-left.coh-style-tabs .coh-accordion-tabs-content-wrapper {
  max-width: 100%;
  margin-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-accordion-tabs-vertical-left.coh-style-tabs .coh-accordion-tabs-content-wrapper {
    max-width: 66.6666666667%;
  }
}
.tabs--with-icon.coh-style-tabs .tabs-list__item:after, .tabs--with-icon.coh-style-tabs .coh-accordion-tabs-nav li a:after, .tabs--with-icon.coh-style-tabs .coh-accordion-title a:after {
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 1rem;
  width: 1rem;
  display: block;
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon-eye--closed.svg');
  content: "";
}
@media (min-width: 1280px) {
  .tabs--with-icon.coh-style-tabs .tabs-list__item:after, .tabs--with-icon.coh-style-tabs .coh-accordion-tabs-nav li a:after, .tabs--with-icon.coh-style-tabs .coh-accordion-title a:after {
    height: 1.5rem;
    width: 1.5rem;
  }
}
.tabs--minimal.coh-style-tabs .coh-accordion-tabs-nav {
  gap: 20px;
}
.tabs--minimal.coh-style-tabs .coh-accordion-tabs-nav a {
  color: rgb(4, 21, 63);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 1rem;
  line-height: 150%;
  text-align: left;
}
.tabs--minimal.coh-style-tabs .coh-accordion-tabs-nav a:hover {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(155, 185, 253);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(4, 56, 176);
}
.tabs--minimal.coh-style-tabs .coh-accordion-tabs-nav li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.tabs--minimal.coh-style-tabs .coh-accordion-tabs-nav li.is-active a {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(4, 56, 176);
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(4, 56, 176);
  font-weight: 300;
}
.coh-style-tabs .tabs-list__item, .coh-style-tabs .coh-accordion-tabs-nav li a, .coh-style-tabs .coh-accordion-title a {
  color: rgb(4, 56, 176);
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
  background-color: rgb(255, 255, 255);
  padding: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.25);
  gap: 16px;
  text-decoration: none;
  text-align: left;
}
@media (min-width: 1280px) {
  .coh-style-tabs .tabs-list__item, .coh-style-tabs .coh-accordion-tabs-nav li a, .coh-style-tabs .coh-accordion-title a {
    font-size: 1.25rem;
    padding: 24px;
    gap: 24px;
  }
}
.coh-style-tabs .tabs-list__item:before, .coh-style-tabs .coh-accordion-tabs-nav li a:before, .coh-style-tabs .coh-accordion-title a:before {
  display: none;
}
.coh-style-tabs .tabs-list__item:hover, .coh-style-tabs .coh-accordion-tabs-nav li a:hover, .coh-style-tabs .coh-accordion-title a:hover {
  color: rgb(4, 56, 176);
  background-color: rgb(242, 247, 251);
  cursor: pointer;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.40);
          box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.40);
}
.coh-style-tabs .tabs-list__item:focus-visible, .coh-style-tabs .coh-accordion-tabs-nav li a:focus-visible, .coh-style-tabs .coh-accordion-title a:focus-visible {
  outline: 0.3125rem auto -webkit-focus-ring-color;;
}
.coh-style-tabs .tabs-list__item.tabs-list__item--active, .coh-style-tabs .coh-accordion-tabs-nav li a.tabs-list__item--active, .coh-style-tabs .coh-accordion-title a.tabs-list__item--active {
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-color: rgb(4, 56, 176);
}
.coh-style-tabs .tabs-list__item.tabs-list__item--active:after, .coh-style-tabs .coh-accordion-tabs-nav li a.tabs-list__item--active:after, .coh-style-tabs .coh-accordion-title a.tabs-list__item--active:after {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon-eye--open.svg');
}
.coh-style-tabs .coh-accordion-tabs-nav {
  display: none;
  gap: 16px;
}
@media (min-width: 768px) {
  .coh-style-tabs .coh-accordion-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .coh-style-tabs .coh-accordion-tabs-nav {
    gap: 24px;
  }
}
.coh-style-tabs .coh-accordion-tabs-nav li {
  -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-style-tabs .coh-accordion-tabs-nav li.is-active a {
  font-weight: 500;
  color: rgb(255, 255, 255);
  background-color: rgb(4, 56, 176);
}
.coh-style-tabs .coh-accordion-tabs-nav li.is-active a:after {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon-eye--open.svg');
}
.coh-style-tabs .coh-wysiwyg {
  padding: 0;
}
.coh-style-tabs .coh-accordion-tabs-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.coh-style-tabs .coh-accordion-tabs-content-wrapper .coh-accordion-title.is-active a {
  color: rgb(255, 255, 255);
  font-weight: 500;
  background-color: rgb(4, 56, 176);
}
.coh-style-tabs .coh-accordion-tabs-content-wrapper .coh-accordion-title.is-active a:after {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon-eye--open.svg');
}
.coh-style-tabs .coh-accordion-tabs-content-wrapper .coh-accordion-tabs-content {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .coh-style-tabs .coh-accordion-tabs-content-wrapper .coh-accordion-tabs-content {
    margin-top: 0;
  }
}
.coh-style-tabs .coh-accordion-tabs-content-wrapper {
  margin-top: 0;
}
@media (min-width: 768px) {
  .coh-style-tabs .coh-accordion-tabs-content-wrapper {
    margin-top: 48px;
  }
}
.coh-style-searchstax {
  margin-top: 20px;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .coh-style-searchstax {
    margin-top: 48px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .coh-style-searchstax {
    margin-top: 64px;
    margin-bottom: 8rem;
  }
}
.searchstax-page-wrapper.coh-style-searchstax {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 1280px) {
  .searchstax-page-wrapper.coh-style-searchstax {
    max-width: 66.875rem;
  }
}
.searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) {
    margin-top: 0;
    margin-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) {
    margin-top: 0;
    margin-bottom: 64px;
  }
}
.searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) .search-details-container {
  display: none;
}
.searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) .searchstax-page-layout-facet-container {
  display: none;
}
.searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) .searchstax-page-layout-facet-result-container {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
}
.searchstax-page-wrapper.coh-style-searchstax:not(:has(.searchstax-search-result)) .search-instruction {
  display: block;
}
@media (min-width: 1280px) {
  .searchstax-page-wrapper.coh-style-searchstax:has(.is-open) {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .searchstax-page-wrapper.coh-style-searchstax:has(.is-open) .search-details-container {
    padding-right: 0;
    padding-left: 0;
  }
}
.searchstax-page-wrapper.coh-style-searchstax:has(.searchstax-no-results-wrap) .search-instruction {
  display: none;
}
.coh-style-searchstax .searchstax-search-input-container {
  padding: 16px;
  background-color: rgb(255, 255, 255);
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(199, 194, 207);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .coh-style-searchstax .searchstax-search-input-container {
    max-width: 50%;
  }
}
.coh-style-searchstax .searchstax-page-layout-container {
  margin-right: 0;
  margin-left: 0;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-searchstax .searchstax-page-layout-container:has(.searchstax-no-results-wrap) .search-details-container {
  display: none;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
  gap: 0;
  margin-top: 32px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-page-layout-facet-result-container:has(.is-open) {
  gap: 24px;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container {
  padding-right: 0;
  min-width: auto;
  margin-bottom: 0;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-result-container {
  width: 100%;
}
.coh-style-searchstax .searchstax-page-layout-container .search-details-container {
  display: none;
  -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;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-page-layout-container .search-details-container {
    margin-top: 20px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .coh-style-searchstax .searchstax-page-layout-container .search-details-container {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-search-input-container {
  border-style: none;
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-search-input {
  border-width: 0.0625rem;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  border-style: solid;
  background-color: rgb(255, 255, 255);
  border-color: rgb(199, 194, 207);
  padding: 10px;
  height: auto;
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-search-input {
    padding: 16px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
  }
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-search-input:hover {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline-width: 1px;
  outline-color: rgb(31, 97, 250);
  outline-style: solid;
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-search-input:focus-visible {
  outline-width: 3px;
  outline-color: rgb(105, 150, 252);
  outline-style: solid;
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-search-icon {
  margin-top: 0;
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-autosuggest-container {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  background-color: rgb(255, 255, 255);
  top: 0;
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-autosuggest-container .searchstax-autosuggest-item {
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-autosuggest-container .searchstax-autosuggest-item.active {
  background-color: rgb(242, 247, 251);
  color: rgb(4, 21, 63);
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-autosuggest-container .searchstax-autosuggest-item.active .searchstax-autosuggest-item-term-container {
  color: rgb(4, 21, 63);
}
.coh-style-searchstax .searchstax-page-layout-container #searchstax-input-container .searchstax-search-input-wrapper .searchstax-autosuggest-container .searchstax-autosuggest-item-term-container {
  font-size: 1rem;
  line-height: 150%;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container {
  margin-top: 56px;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous, .coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next {
  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-radius: 48px;
          border-radius: 48px;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(4, 21, 63);
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-size: 0;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous:not(.disabled):hover, .coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next:not(.disabled):hover {
  background-color: rgb(230, 237, 254);
  border-color: rgb(230, 237, 254);
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous:not(.disabled):active, .coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next:not(.disabled):active {
  background-color: rgb(155, 185, 253);
  border-color: rgb(155, 185, 253);
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous.disabled, .coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next.disabled {
  background-color: rgb(243, 243, 243);
  border-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous.disabled:after, .coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next.disabled:after {
  color: rgb(160, 164, 174);
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-previous:after {
  line-height: 100%;
  font-weight: 400;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e934";
  font-family: Icomoon;
  font-size: 1rem;
  width: 1.5rem;
  color: rgb(4, 21, 63);
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-next:after {
  line-height: 100%;
  font-weight: 400;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  color: rgb(4, 21, 63);
  width: 1.5rem;
  content: "\e933";
  font-family: Icomoon;
}
.coh-style-searchstax .searchstax-page-layout-container .searchstax-pagination-container .searchstax-pagination-content .searchstax-pagination-details {
  font-weight: 400;
  color: rgb(4, 21, 63);
}
.coh-style-searchstax .searchstax-page-layout-container #search-feedback-container-mobile {
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-page-layout-container #search-feedback-container-mobile {
    display: none;
  }
}
.coh-style-searchstax .search-results-count {
  text-align: center;
}
.coh-style-searchstax .search-results-count .coh-style-text--small {
  font-weight: 400;
}
.coh-style-searchstax .search-results-count span {
  color: rgb(4, 56, 176);
  font-weight: 700;
}
.coh-style-searchstax .search-results-count p {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .search-results-count p {
    font-size: 1rem;
    font-weight: 400;
  }
}
.coh-style-searchstax .searchstax-total-results, .coh-style-searchstax .searchstax-total-results p {
  color: rgb(4, 21, 63);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
  margin: 0;
}
@media (min-width: 1280px) {
  .coh-style-searchstax .searchstax-total-results, .coh-style-searchstax .searchstax-total-results p {
    font-weight: 400;
    font-size: 1rem;
  }
}
.coh-style-searchstax .searchstax-total-results span {
  color: rgb(4, 21, 63);
}
.coh-style-searchstax .searchstax-search-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results {
    gap: 8px;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result {
  -webkit-box-shadow: none;
          box-shadow: none;
  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;
  padding: 0 !important;
  gap: 24px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result {
    padding: 24px !important;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result:hover {
  background-color: rgb(242, 247, 251);
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-title-container .searchstax-search-result-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 125%;
  text-align: left;
  color: rgb(4, 21, 63);
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-title-container .searchstax-search-result-title {
    font-size: 1.25rem;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-description {
  font-size: 1rem;
  line-height: 150%;
  color: rgb(4, 21, 63);
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-thumbnail {
  top: 0;
  height: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-thumbnail {
    height: 12.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-thumbnail {
    height: 13.75rem;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-ribbon {
  top: 12px;
  left: 0;
  z-index: 1;
  background-color: rgb(4, 56, 176);
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  text-transform: capitalize;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 150%;
  padding-top: 4px;
  padding-right: 12px;
  padding-bottom: 4px;
  padding-left: 12px;
  min-width: auto;
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-image-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: none;
  overflow: visible;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 216px;
        -ms-flex: 0 0 216px;
            flex: 0 0 216px;
  }
}
@media (min-width: 1280px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-image-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 290px;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-image-container .default-image {
  background-color: rgb(230, 237, 254);
  width: 100%;
  height: 100%;
  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-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-image-container .default-image {
    height: 12.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-image-container .default-image {
    height: 13.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-tags {
    margin-top: 20px;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-tags:not(:has(li)) {
  display: none;
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-tags li {
  background-color: rgb(230, 237, 254);
  color: rgb(4, 21, 63);
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 0.875rem;
  line-height: 150%;
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-common:first-of-type {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 150%;
  color: rgb(67, 74, 91);
  font-weight: 300;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-common:first-of-type {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container .searchstax-search-result-common:first-of-type {
    margin-bottom: 12px;
  }
}
.coh-style-searchstax .searchstax-search-results .searchstax-search-result .searchstax-search-result-content-container em {
  background-color: rgba(249, 196, 191, 0.5);
  font-style: normal;
  padding-right: 4px;
  padding-left: 4px;
}
.coh-style-searchstax .searchstax-search-results .searchstax-result-item-link:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.coh-style-searchstax .search-instruction {
  text-align: center;
  margin: 0;
  display: none;
}
.coh-style-utility-button, .coh-style-utility-button--light, .coh-style-utility-button--with-icon {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  background-color: rgb(7, 37, 110);
  font-size: 0.875rem;
  line-height: 1rem;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  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;
  gap: 8px;
}
@media (min-width: 1024px) {
  .coh-style-utility-button, .coh-style-utility-button--light, .coh-style-utility-button--with-icon {
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    line-height: 150%;
  }
}
.coh-style-utility-button:before, .coh-style-utility-button--light:before, .coh-style-utility-button--with-icon:before {
  font-size: 1rem;
  line-height: 100%;
}
.coh-style-utility-button:hover, .coh-style-utility-button--light:hover, .coh-style-utility-button--with-icon:hover {
  background-color: rgb(10, 53, 158);
}
.coh-style-utility-button:focus-visible, .coh-style-utility-button--light:focus-visible, .coh-style-utility-button--with-icon:focus-visible {
  outline-width: 0.125rem;
  outline-color: rgb(126, 160, 247);
  outline-style: solid;
}
.coh-style-utility-button--with-icon {
  font-size: 0;
  gap: 0;
}
@media (min-width: 1024px) {
  .coh-style-utility-button--with-icon {
    font-size: 0.875rem;
    gap: 8px;
  }
}
.coh-style-utility-button--light {
  color: rgb(4, 21, 63);
  background-color: rgb(230, 237, 254);
}
.coh-style-utility-button--light:hover {
  background-color: rgb(242, 247, 251);
}
.coh-style-button--icon {
  font-size: 1rem;
  color: rgb(4, 21, 63);
  padding: 16px;
  -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;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
@media (min-width: 768px) {
  .coh-style-button--icon {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .coh-style-button--icon {
    font-size: 1.25rem;
  }
}
.coh-style-button--icon:hover {
  background-color: rgba(4, 22, 64, 0.1);
}
.coh-style-button--icon:focus {
  outline-offset: 0.25rem;
  outline-color: rgb(4, 21, 63);
  outline-style: solid;
  outline-width: 0.125rem;
}
.is-inverted .coh-style-button--icon {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.is-inverted .coh-style-button--icon:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.coh-style-text-width {
  max-width: -webkit-calc(min(100%, 960px));
  max-width: calc(min(100%, 960px));
}
.coh-style-button-primary-new, .coh-style-button-primary--lilac, .coh-style-button-primary--cobalt, .coh-style-button-primary--pink, .coh-style-button-primary--medium, .coh-style-button-primary--white, .coh-style-button-primary--large {
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  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;
  text-decoration: none;
  font-weight: 500;
  background-color: rgb(4, 56, 176);
  line-height: 25px;
  color: rgb(255, 255, 255);
  -webkit-border-radius: 48px;
          border-radius: 48px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  gap: 8px;
  cursor: pointer;
  min-width: 8.75rem;
  padding-top: 0.625rem;
  padding-right: 1.5rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  height: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-style-button-primary-new, .coh-style-button-primary--lilac, .coh-style-button-primary--cobalt, .coh-style-button-primary--pink, .coh-style-button-primary--medium, .coh-style-button-primary--white, .coh-style-button-primary--large {
    min-width: 10rem;
    height: 3.875rem;
    padding-top: 1rem;
    padding-right: 1.75rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
  }
}
.coh-style-button-primary-new:hover, .coh-style-button-primary--lilac:hover, .coh-style-button-primary--cobalt:hover, .coh-style-button-primary--pink:hover, .coh-style-button-primary--medium:hover, .coh-style-button-primary--white:hover, .coh-style-button-primary--large:hover {
  color: rgb(255, 255, 255);
  -webkit-box-shadow:  0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow:  0px 0px 20px 0px rgba(81, 80, 80, 0.25);;
}
@media (min-width: 1024px) {
  .coh-style-button-primary-new:hover, .coh-style-button-primary--lilac:hover, .coh-style-button-primary--cobalt:hover, .coh-style-button-primary--pink:hover, .coh-style-button-primary--medium:hover, .coh-style-button-primary--white:hover, .coh-style-button-primary--large:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(5, 71, 224);
  }
}
.coh-style-button-primary-new:active, .coh-style-button-primary--lilac:active, .coh-style-button-primary--cobalt:active, .coh-style-button-primary--pink:active, .coh-style-button-primary--medium:active, .coh-style-button-primary--white:active, .coh-style-button-primary--large:active {
  background-color: rgb(3, 40, 125);
}
.coh-style-button-primary-new:focus, .coh-style-button-primary--lilac:focus, .coh-style-button-primary--cobalt:focus, .coh-style-button-primary--pink:focus, .coh-style-button-primary--medium:focus, .coh-style-button-primary--white:focus, .coh-style-button-primary--large:focus {
  outline: none;
  border: none;
}
.coh-style-button-primary-new:focus-visible, .coh-style-button-primary--lilac:focus-visible, .coh-style-button-primary--cobalt:focus-visible, .coh-style-button-primary--pink:focus-visible, .coh-style-button-primary--medium:focus-visible, .coh-style-button-primary--white:focus-visible, .coh-style-button-primary--large:focus-visible {
  outline: 1.5px dotted #000;
  outline-offset: 8px;
}
.coh-style-button-primary-new:after, .coh-style-button-primary--lilac:after, .coh-style-button-primary--cobalt:after, .coh-style-button-primary--pink:after, .coh-style-button-primary--medium:after, .coh-style-button-primary--white:after, .coh-style-button-primary--large:after {
  color: rgb(255, 255, 255);
}
.coh-style-button-primary-new:before, .coh-style-button-primary--lilac:before, .coh-style-button-primary--cobalt:before, .coh-style-button-primary--pink:before, .coh-style-button-primary--medium:before, .coh-style-button-primary--white:before, .coh-style-button-primary--large:before {
  color: rgb(255, 255, 255);
}
.icon-left.coh-style-button-primary-new:before, .icon-left.coh-style-button-primary--lilac:before, .icon-left.coh-style-button-primary--cobalt:before, .icon-left.coh-style-button-primary--pink:before, .icon-left.coh-style-button-primary--medium:before, .icon-left.coh-style-button-primary--white:before, .icon-left.coh-style-button-primary--large:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.78125rem;
  content: "\e905";
  font-family: Icomoon;
}
.icon-right.coh-style-button-primary-new:after, .icon-right.coh-style-button-primary--lilac:after, .icon-right.coh-style-button-primary--cobalt:after, .icon-right.coh-style-button-primary--pink:after, .icon-right.coh-style-button-primary--medium:after, .icon-right.coh-style-button-primary--white:after, .icon-right.coh-style-button-primary--large:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  -webkit-box-sizing: box-sizing;
          box-sizing: box-sizing;
  height: 1.5rem;
  width: 1.4375rem;
  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;
  content: "\e905";
  font-family: Icomoon;
}
.coh-style-button-primary--cobalt.dark-background:hover {
  color: rgb(255, 255, 255);
  border: 1.5px solid  #0547E0;
}
@media (min-width: 1024px) {
  .coh-style-button-primary--cobalt.dark-background:hover {
    background-color: rgb(5, 71, 224);
  }
}
.coh-style-button-primary--pink.dark-background:hover {
  color: rgb(4, 21, 63);
  border: 1.5px solid  #FDEAE8;
}
@media (min-width: 1024px) {
  .coh-style-button-primary--pink.dark-background:hover {
    background-color: rgb(253, 234, 232);
  }
}
.coh-style-button-primary--lilac.dark-background:hover {
  color: rgb(4, 21, 63);
  border: 1.5px solid  #F4F3F5;
}
@media (min-width: 1024px) {
  .coh-style-button-primary--lilac.dark-background:hover {
    background-color: rgb(244, 243, 245);
  }
}
.coh-style-button-primary—white.dark-background.coh-style-button-primary-new, .coh-style-button-primary—white.dark-background.coh-style-button-primary--lilac, .coh-style-button-primary—white.dark-background.coh-style-button-primary--cobalt, .coh-style-button-primary—white.dark-background.coh-style-button-primary--pink, .coh-style-button-primary—white.dark-background.coh-style-button-primary--medium, .coh-style-button-primary—white.dark-background.coh-style-button-primary--white, .coh-style-button-primary—white.dark-background.coh-style-button-primary--large {
  color: rgb(3, 40, 125);
}
@media (min-width: 1024px) {
  .coh-style-button-primary—white.dark-background.coh-style-button-primary-new, .coh-style-button-primary—white.dark-background.coh-style-button-primary--lilac, .coh-style-button-primary—white.dark-background.coh-style-button-primary--cobalt, .coh-style-button-primary—white.dark-background.coh-style-button-primary--pink, .coh-style-button-primary—white.dark-background.coh-style-button-primary--medium, .coh-style-button-primary—white.dark-background.coh-style-button-primary--white, .coh-style-button-primary—white.dark-background.coh-style-button-primary--large {
    background-color: rgb(221, 230, 253);
  }
}
.coh-style-button-primary—white.dark-background.coh-style-button-primary-new:hover, .coh-style-button-primary—white.dark-background.coh-style-button-primary--lilac:hover, .coh-style-button-primary—white.dark-background.coh-style-button-primary--cobalt:hover, .coh-style-button-primary—white.dark-background.coh-style-button-primary--pink:hover, .coh-style-button-primary—white.dark-background.coh-style-button-primary--medium:hover, .coh-style-button-primary—white.dark-background.coh-style-button-primary--white:hover, .coh-style-button-primary—white.dark-background.coh-style-button-primary--large:hover {
  background-color: rgb(221, 230, 253);
  color: rgb(3, 40, 125);
  border: 1.5px solid #F4F3F5;
}
.coh-style-button-primary--large {
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 30px;
  min-width: 8.75rem;
  height: 3.125rem;
}
@media (min-width: 1024px) {
  .coh-style-button-primary--large {
    padding-top: 1rem;
    padding-right: 1.75rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    min-width: 10rem;
    height: 3.875rem;
  }
}
.coh-style-button-primary--white {
  color: rgb(4, 56, 176);
  background-color: rgb(255, 255, 255);
}
.coh-style-button-primary--white:active {
  color: rgb(3, 40, 125);
}
@media (min-width: 1024px) {
  .coh-style-button-primary--white:active {
    background-color: rgb(255, 255, 255);
  }
}
.coh-style-button-primary--white:active:before {
  color: rgb(3, 40, 125);
}
.coh-style-button-primary--white:active:after {
  color: rgb(3, 40, 125);
}
.coh-style-button-primary--white:before {
  color: rgb(4, 56, 176);
}
.coh-style-button-primary--white:after {
  color: rgb(4, 56, 176);
}
.coh-style-button-primary--white:hover {
  color: rgb(3, 40, 125);
}
@media (min-width: 1024px) {
  .coh-style-button-primary--white:hover {
    background-color: rgb(221, 230, 253);
  }
}
.coh-style-button-primary--white:hover:after {
  color: rgb(3, 40, 125);
}
.coh-style-button-primary--white:hover:before {
  color: rgb(3, 40, 125);
}
.coh-style-button-primary--medium {
  padding-top: 0.75rem;
  padding-right: 1.5rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  line-height: 30px;
  min-width: 8.75rem;
  height: 3.375rem;
}
@media (min-width: 1024px) {
  .coh-style-button-primary--medium {
    min-width: 8.75rem;
  }
}
.coh-style-button-primary--pink {
  color: rgb(4, 21, 63);
  background-color: rgb(249, 196, 191);
}
.coh-style-button-primary--pink:hover {
  color: rgb(4, 21, 63);
}
@media (min-width: 1024px) {
  .coh-style-button-primary--pink:hover {
    background-color: rgb(253, 234, 232);
  }
}
.coh-style-button-primary--pink:active {
  background-color: rgb(245, 152, 143);
}
.coh-style-button-primary--pink:before {
  color: rgb(4, 21, 63);
}
.coh-style-button-primary--pink:after {
  color: rgb(4, 21, 63);
}
.coh-style-button-primary--cobalt {
  background-color: rgb(4, 56, 176);
  color: rgb(255, 255, 255);
}
.coh-style-button-primary--cobalt:hover {
  color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-style-button-primary--cobalt:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(5, 71, 224);
  }
}
.coh-style-button-primary--cobalt:active {
  background-color: rgb(3, 40, 125);
}
.coh-style-button-primary--cobalt:after {
  color: rgb(255, 255, 255);
}
.coh-style-button-primary--cobalt:before {
  color: rgb(255, 255, 255);
}
.coh-style-button-primary--lilac {
  background-color: rgb(199, 194, 207);
  color: rgb(4, 21, 63);
}
@media (min-width: 1024px) {
  .coh-style-button-primary--lilac:hover {
    color: rgb(4, 21, 63);
    background-color: rgb(244, 243, 245);
  }
}
.coh-style-button-primary--lilac:active {
  background-color: rgb(221, 218, 226);
}
.coh-style-button-primary--lilac:before, .coh-style-button-primary--lilac :after {
  color: rgb(4, 21, 63);
}
.coh-style-button-primary--lilac:after {
  color: rgb(4, 21, 63);
}
.coh-style-button-primary--lilac:before {
  color: rgb(4, 21, 63);
}
.search-input-form.coh-style-filters {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .search-input-form.coh-style-filters {
    margin-top: 56px;
    margin-bottom: 48px;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .search-input-form.coh-style-filters {
    margin-top: 80px;
    margin-bottom: 64px;
    width: 40%;
  }
}
.search-input-form.coh-style-filters form {
  height: auto;
  -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;
  margin: 0 !important;
  gap: 8px;
  padding-right: 16px;
  padding-left: 16px;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .search-input-form.coh-style-filters form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4px;
    padding-right: 0;
    padding-left: 0;
  }
}
.search-input-form.coh-style-filters form .form-item {
  position: relative;
  width: 100%;
}
.search-input-form.coh-style-filters form .form-item label {
  font-size: 0;
  margin: 0;
}
.search-input-form.coh-style-filters form .form-item input {
  line-height: 150%;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%2017L21%2021%22%20stroke%3D%22%2304153F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M3%2011C3%2015.4183%206.58172%2019%2011%2019C13.213%2019%2015.2161%2018.1015%2016.6644%2016.6493C18.1077%2015.2022%2019%2013.2053%2019%2011C19%206.58172%2015.4183%203%2011%203C6.58172%203%203%206.58172%203%2011Z%22%20stroke%3D%22%2304153F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-position: 16px center !important;
  padding-right: 48px;
  padding-left: 48px;
  color: rgb(4, 21, 63);
}
.search-input-form.coh-style-filters form .form-item .input-clear-btn {
  height: 1.5rem;
  width: 1.5rem;
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9.1712%2014.8284L11.9996%2012M14.8281%209.17157L11.9996%2012M11.9996%2012L9.1712%209.17157M11.9996%2012L14.8281%2014.8284%22%20stroke%3D%22%237A777F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%237A777F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-color: #fff;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-input-form.coh-style-filters form .form-item .input-clear-btn:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.search-input-form.coh-style-filters form .form-actions {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  display: none;
}
@media (min-width: 1024px) {
  .search-input-form.coh-style-filters form .form-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-input-form.coh-style-filters form button[type=submit] {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  height: 2.8125rem;
  font-size: 0.875rem;
  padding-top: 8px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-left: 20px;
  min-width: auto;
  display: none;
}
@media (min-width: 1024px) {
  .search-input-form.coh-style-filters form button[type=submit] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1280px) {
  .search-input-form.coh-style-filters form button[type=submit] {
    height: 3.5rem;
  }
}
.search-input-form.coh-style-filters form button[type=submit]:after {
  display: none !important;
}
.search-input-form.coh-style-filters form button[name=reset] {
  display: none;
}
.view-filters.coh-style-searchstax.coh-style-filters {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container:has(.view__no-results) .searchstax-page-layout-facet-container {
    display: none;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container:has(.view__no-results) .searchstax-facets-pill-filter-by.searchstax-filter-button {
  opacity: 0.5;
  pointer-events: none;
}
.view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container {
  -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;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container {
    padding-top: 28px;
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1280px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container {
    margin-bottom: 40px;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container .searchstax-facets-pill-filter-by.searchstax-filter-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
    margin-top: 28px;
  }
}
@media (min-width: 1280px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container {
    margin-top: 40px;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container {
  width: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  padding: 20px;
  height: 100dvh;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container {
    position: relative;
    padding: 0;
    z-index: 0;
    height: 0;
  }
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container:has(input:checked) .view-filters--clear {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container:has(input:checked) form .form-actions button[name=reset] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container:has(input:checked) form .form-actions button[name=reset] {
    display: none;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container.is-open {
  width : 100%;
  max-width: 100% !important;
  opacity: 1;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container.is-open {
    width : 25%;
    max-width: 25% !important;
    height: auto;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form .form-type-checkbox {
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form .form-type-checkbox label {
  font-size: 0.875rem;
  line-height: 150%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form fieldset {
  background-color: rgb(255, 255, 255);
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form fieldset .fieldset-legend {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 125%;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form fieldset .fieldset-legend {
    font-size: 1.25rem;
    line-height: 125%;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form fieldset > legend {
  padding-top: 16px;
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(128, 147, 220);
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form fieldset > legend {
    padding-top: 24px;
    margin-bottom: 24px;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form .form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(128, 147, 220);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  gap: 32px;
}
@media (min-width: 1024px) {
  .view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container form .form-actions {
    display: none;
  }
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container .facets-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.view-filters.coh-style-filters .searchstax-page-layout-container .searchstax-page-layout-facet-result-container .searchstax-page-layout-facet-container .view-filters--clear {
  display: none;
}
.coh-style-filters details {
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(128, 147, 220);
  padding-top: 24px;
  cursor: pointer;
  margin-top: 0 !important;
  display: block !important;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .coh-style-filters details {
    margin-bottom: 16px;
  }
}
.coh-style-filters details summary {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 125%;
  text-align: left;
  font-weight: 400;
  color: rgb(4, 21, 63);
  text-transform: none;
  width: 100%;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .coh-style-filters details summary {
    font-size: 1.25rem;
    line-height: 125%;
    margin-bottom: 24px;
  }
}
.coh-style-filters details summary: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: "\e935";
  font-family: Icomoon;
  color: rgb(4, 21, 63);
  margin-left: 8px;
  -webkit-transition: 300ms ease-in-out transform;
  transition: 300ms ease-in-out transform;
}
.coh-style-filters details[open] summary:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: rgb(4, 56, 176);
}
.coh-style-filters .searchstax-page-layout-facet-container form {
  height: -webkit-calc(100% - 130px);
  height: calc(100% - 130px);
  overflow: auto;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container form {
    height: auto;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container form button[type=submit], .coh-style-filters .searchstax-page-layout-facet-container form input[type=submit] {
  background-color: rgb(4, 56, 176);
  color: rgb(255, 255, 255);
  font-weight: 500;
  -webkit-border-radius: 48px;
          border-radius: 48px;
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  font-size: 0.875rem;
  line-height: 150%;
  height: 2.75rem;
  min-width: 7.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;
  gap: 8px;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container form button[type=submit], .coh-style-filters .searchstax-page-layout-facet-container form input[type=submit] {
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-size: 1.25rem;
    height: auto;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container form button[type=submit]:hover, .coh-style-filters .searchstax-page-layout-facet-container form input[type=submit]:hover {
  background-color: rgb(5, 71, 224);
}
.coh-style-filters .searchstax-page-layout-facet-container form button[type=submit]:after, .coh-style-filters .searchstax-page-layout-facet-container form input[type=submit]:after {
  display: none;
}
.coh-style-filters .searchstax-page-layout-facet-container form button[type=submit]:focus-visible, .coh-style-filters .searchstax-page-layout-facet-container form input[type=submit]:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.coh-style-filters .searchstax-page-layout-facet-container form button[name=reset], .coh-style-filters .searchstax-page-layout-facet-container form input[name=reset] {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(4, 56, 176);
  font-size: 0.875rem;
  padding: 0;
  min-width: auto;
  display: none;
}
.coh-style-filters .searchstax-page-layout-facet-container form button[name=reset]:hover, .coh-style-filters .searchstax-page-layout-facet-container form input[name=reset]:hover {
  color: rgb(5, 71, 224);
  background-color: rgba(0, 0, 0, 0);
}
.coh-style-filters .searchstax-page-layout-facet-container form button[name=reset]:after, .coh-style-filters .searchstax-page-layout-facet-container form input[name=reset]: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: "\e92a";
  font-family: Icomoon;
  display: none;
  margin-left: 0;
}
.coh-style-filters .searchstax-facets-container-desktop, .coh-style-filters .searchstax-facets-container-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-desktop, .coh-style-filters .searchstax-facets-container-mobile {
    gap: 16px;
  }
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container {
  border-bottom-style: none;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 0;
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(128, 147, 220);
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container.active, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container.active {
  padding-bottom: 0;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container.active .searchstax-facet-title-container .searchstax-facet-title-arrow:after, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container.active .searchstax-facet-title-container .searchstax-facet-title-arrow:after {
  color: rgb(4, 56, 176);
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container {
  margin-bottom: 0;
  gap: 8px;
  -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;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container:hover .searchstax-facet-title, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container:hover .searchstax-facet-title {
  opacity: 1;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 125%;
  text-transform: none;
  color: rgb(4, 21, 63);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title {
    font-size: 1.25rem;
  }
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title:hover, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title:hover {
  color: rgb(4, 56, 176);
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow {
  width: auto;
  -webkit-transition: 300ms ease-in-out transform;
  transition: 300ms ease-in-out transform;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:after, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:after {
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(4, 21, 63);
  content: "\e935";
  font-family: Icomoon;
  height: 1.5rem;
  width: 1.5rem;
  background-image: none;
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:hover, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-title-container .searchstax-facet-title-arrow:hover {
  opacity: 1;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container {
  padding-left: 0;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container {
    margin-top: 24px;
  }
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container {
  padding-top: 12px;
  padding-right: 8px;
  padding-bottom: 12px;
  padding-left: 8px;
  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;
  gap: 8px;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-label, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-label {
  color: rgb(4, 21, 63);
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-transform: none;
  margin: 0;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-label, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-label {
    font-size: 0.875rem;
  }
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-input, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-filters .searchstax-facets-container-desktop .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-count, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facet-container .searchstax-facet-values-container .searchstax-facet-value-container .searchstax-facet-value-count {
  margin-left: auto;
  padding-left: 4px;
}
.coh-style-filters .searchstax-facets-container-mobile {
  margin-bottom: 40px;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay {
  border-style: none;
  width: 0;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  display: block;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay.searchstax-show {
  visibility: visible;
  width: 100vw;
  opacity: 1;
  height: 100dvh;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-container-mobile {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(98% - 84px);
  height: calc(98% - 84px);
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-header {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  border-style: none;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-header .searchstax-facets-mobile-overlay-header-title {
  color: rgb(4, 21, 63);
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 150%;
  text-align: left;
  text-transform: none;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-header .searchstax-search-close {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M7.8835%2020.1164L13.9999%2014M20.1163%207.88359L13.9999%2014M13.9999%2014L7.8835%207.88359M13.9999%2014L20.1163%2020.1164%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A");
  height: 1.5rem;
  width: 1.5rem;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-done {
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 150%;
  text-align: center;
  background-color: rgb(4, 56, 176);
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 16px;
  padding-left: 20px;
  -webkit-border-radius: 48px;
          border-radius: 48px;
  min-width: 10rem;
  height: 2.75rem;
  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;
  border-style: none;
  left: unset;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
  float: none;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-done:before, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-done:after {
  clear: none;
  content: normal;
  display: inline;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-done {
    font-size: 1.25rem;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    height: 3.375rem;
  }
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-mobile-overlay .searchstax-facets-mobile-overlay-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-right: 48px;
  padding-bottom: 20px;
  padding-left: 48px;
  background-color: rgb(255, 255, 255);
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(199, 194, 207);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  gap: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-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;
  gap: 24px;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pills-selected {
  display: none;
  gap: 8px;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-facets {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: rgb(4, 56, 176);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  gap: 8px;
  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: 0;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-facets .searchstax-facets-pill-label {
  color: rgb(4, 56, 176);
  font-size: 0.875rem;
  line-height: 150%;
}
.coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-facets .searchstax-facets-pill-icon-close {
  height: 1.125rem;
  width: 1.125rem;
  margin-left: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M5.5687%2013.432L9.50068%209.5M13.4327%205.56802L9.50068%209.5M9.50068%209.5L5.5687%205.56802M9.50068%209.5L13.4327%2013.432%22%20stroke%3D%22%230438B0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E%0A");
}
.coh-style-filters .search-details-container .searchstax-facets-pill-filter-by, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by {
  border-style: none;
  background-color: rgb(230, 237, 254);
  height: 2.8125rem;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  color: rgb(4, 21, 63);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-style-filters .search-details-container .searchstax-facets-pill-filter-by, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by {
    height: 3.5rem;
  }
}
.coh-style-filters .search-details-container .searchstax-facets-pill-filter-by:hover, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by:hover {
  background-color: rgb(242, 247, 251);
}
.coh-style-filters .search-details-container .searchstax-facets-pill-filter-by:after, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by:after {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M3%206H21%22%20stroke%3D%22%230438B0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M7%2012L17%2012%22%20stroke%3D%22%230438B0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3Cpath%20d%3D%22M10%2018H14%22%20stroke%3D%22%230438B0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%3C/svg%3E");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  content: "";
}
.coh-style-filters .search-details-container .searchstax-facets-pill-filter-by.searchstax-filter-button, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by.searchstax-filter-button {
  display: none;
}
@media (min-width: 1024px) {
  .coh-style-filters .search-details-container .searchstax-facets-pill-filter-by.searchstax-filter-button, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by.searchstax-filter-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-filters .search-details-container .searchstax-facets-pill-filter-by.searchstax-filter-button:focus-visible, .coh-style-filters .searchstax-facets-container-mobile .searchstax-facets-pills-container .searchstax-facets-pill-filter-by.searchstax-filter-button:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.coh-style-filters .searchstax-page-layout-facet-container {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container {
    width: 0;
    opacity: 0;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container.is-open {
  width: 25%;
  margin-right: 0;
  opacity: 1;
  max-width: 25% !important;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container.is-open {
    margin-right: 24px;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container .searchstax-facets-container-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container .searchstax-facets-container-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container .searchstax-facets-container-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container .searchstax-facets-container-mobile {
    display: none;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container .facets-header {
  display: none;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-style-filters .searchstax-page-layout-facet-container .facets-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-style-filters .searchstax-page-layout-facet-container .facets-header .facets-header-title {
  font-size: 1.25rem;
  line-height: 150%;
  margin: 0;
}
.coh-style-filters .filters-close-button {
  color: rgb(4, 21, 63);
  font-size: 0;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 1024px) {
  .coh-style-filters .filters-close-button {
    display: none;
  }
}
.coh-style-filters .filters-close-button:after {
  line-height: 100%;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  content: "\e939";
  font-family: Icomoon;
}
.coh-style-card-container {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.25);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.25);
  cursor: pointer;
  gap: 24px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  height: 100%;
}
@media (min-width: 1024px) {
  .coh-style-card-container {
    max-width: 32.5rem;
  }
}
.coh-style-card-container:has(.coh-link) {
  cursor: pointer;
}
.coh-style-card-container:has(.coh-link):hover {
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.4);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.4);
}
.coh-style-card-container:has(.coh-link):hover .coh-style-link--primary span {
  text-decoration: underline;
}
.coh-style-card-container:has(.coh-link) .coh-style-link--primary {
  color: rgb(5, 71, 224);
}
.coh-style-card-container:has(.coh-link) .coh-style-link--primary span {
  text-decoration: none;
}
.coh-style-card-container:not(:has(.coh-link)) {
  cursor: unset;
}
.has--background-pale.coh-style-card-container {
  background-color: rgb(242, 247, 251);
}
.is--simple-card.coh-style-card-container .card-body-text {
  -webkit-line-clamp: unset;
}
.has--image.coh-style-card-container:hover {
  background-color: rgb(242, 247, 251);
}
.has--image.coh-style-card-container:hover .team_card__content {
  background-color: rgb(242, 247, 251);
}
.coh-style-card-container :is(.card-side-by-side, .card-body-container):before {
  display: none;
}
.coh-style-card-container :is(.card-side-by-side, .card-body-container):after {
  display: none;
}
.coh-style-card-container .card-body-container {
  gap: 24px;
  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-style-card-container .card-body-container .coh-link {
  margin-top: auto;
}
.coh-style-card-container .card-side-by-side {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-style-card-container .coh-heading {
  color: rgb(4, 56, 176);
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 0;
  overflow-wrap: break-word;
}
.coh-style-card-container .card-body-text {
  font-size: 0.875rem;
  -webkit-line-clamp: 3;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.coh-style-card-container .card-body-text * {
  font-size: inherit;
  line-height: inherit;
}
.coh-style-card-container img {
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  margin-top: -webkit-calc(-1 * 24px);
  margin-top: calc(-1 * 24px);
  margin-right: -webkit-calc(-1 * 24px);
  margin-right: calc(-1 * 24px);
  margin-bottom: 0;
  margin-left: -webkit-calc(-1 * 24px);
  margin-left: calc(-1 * 24px);
  max-width: -webkit-calc(100% + (2 * 24px));
  max-width: calc(100% + (2 * 24px));
  width: auto;
  aspect-ratio: 6/5;
}
@media (min-width: 1912px) {
  .coh-style-category-filter {
    width: 100%;
  }
}
@media (min-width: 568px) {
  .coh-style-category-filter ul {
    gap: 12px 10px;
  }
}
@media (min-width: 1024px) {
  .coh-style-category-filter ul {
    gap: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-style-category-filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 15px;
  }
}
@media (min-width: 768px) {
  .coh-style-category-filter ul li {
    height: 2.4375rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-category-filter ul li {
    height: 2.5625rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-category-filter ul li {
    background-color: rgba(4, 22, 64, 0.1);
    text-align: center;
    height: 2.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;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
@media (min-width: 1912px) {
  .coh-style-category-filter ul li:hover {
    background-color: rgb(4, 56, 176);
  }
}
@media (min-width: 1912px) {
  .coh-style-category-filter ul li:hover a {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 568px) {
  .coh-style-category-filter ul li a {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-category-filter ul li a {
    font-weight: 300;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding-top: 0.75rem;
    padding-right: 0.9375rem;
    padding-bottom: 0.75rem;
    padding-left: 0.9375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-style-category-filter ul li a.bef-link--selected {
    color: rgb(255, 255, 255);
    background-color: rgb(4, 56, 176);
  }
}
@media (min-width: 568px) {
  .coh-style-text-subheading {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.21px;
  }
}
@media (min-width: 768px) {
  .coh-style-text-subheading {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0.18px;
  }
}
@media (min-width: 1024px) {
  .coh-style-text-subheading {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.21px;
  }
}
@media (min-width: 1912px) {
  .coh-style-text-subheading {
    font-weight: bold;
    color: rgb(4, 21, 63);
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: 0.27px;
    text-transform: uppercase;
  }
}
@media (min-width: 1024px) {
  .coh-style-rathbones-symbol:after {
    height: 42px;
    width: 42px;
  }
}
@media (min-width: 1912px) {
  .coh-style-rathbones-symbol:after {
    position: absolute;
    bottom: 25%;
    height: 62px;
    width: 62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
  }
}
@media (min-width: 1912px) {
  .no-symbol.coh-style-rathbones-symbol {
    display: none;
  }
}
.coh-style-container-full-viewport-height {
  min-height: -webkit-calc(100vh - 140px);
  min-height: calc(100vh - 140px);
}
@media (min-width: 768px) {
  .coh-style-container-full-viewport-height {
    min-height: -webkit-calc(100vh - 120px);
    min-height: calc(100vh - 120px);
  }
}
@media (min-width: 1024px) {
  .coh-style-container-full-viewport-height {
    min-height: -webkit-calc(100vh - 108px);
    min-height: calc(100vh - 108px);
  }
}
@media (min-width: 1280px) {
  .coh-style-container-full-viewport-height {
    min-height: -webkit-calc(100vh - 118px);
    min-height: calc(100vh - 118px);
  }
}
@media (min-width: 1912px) {
  .coh-style-container-full-viewport-height {
    min-height: -webkit-calc(100vh - 155px);
    min-height: calc(100vh - 155px);
  }
}
.coh-style-status---replace:not(:has(*)) {
  display: none;
}
.coh-style-link--large {
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0px;
}
@media (min-width: 568px) {
  .coh-style-link--large {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.17px;
  }
}
@media (min-width: 768px) {
  .coh-style-link--large {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
  }
}
@media (min-width: 1024px) {
  .coh-style-link--large {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.18px;
  }
}
@media (min-width: 1912px) {
  .coh-style-link--large {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
  }
}
.coh-style-link--large:hover {
  font-size: 13px !important;
  line-height: 18px !important;
}
@media (min-width: 1912px) {
  .coh-style-icon-link, .coh-style-icon-link--dot, .coh-style-icon-link--pdf, .coh-style-icon-link--audio, .coh-style-icon-link--download, .coh-style-icon-link--video {
    font-size: 0;
    line-height: 0;
  }
}
@media (min-width: 1912px) {
  .coh-style-icon-link--video:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91a";
    font-family: icomoon;
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-icon-link--download: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: "\e929";
    font-family: icomoon;
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-icon-link--audio:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91d";
    font-family: icomoon;
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-icon-link--pdf: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: "\e90d";
    font-family: icomoon;
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-icon-link--dot:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    content: "\e92a";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-style-text-container {
    max-width: 960px;
  }
}
@media (min-width: 1912px) {
  .coh-style-sidebar-search-form {
    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;
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .coh-style-sidebar-layout---content-container {
    padding-right: 0px;
  }
}
@media (min-width: 1912px) {
  .coh-style-sidebar-layout---content-container {
    padding-right: 25px;
  }
}
@media (min-width: 1912px) {
  .coh-style-sidebar-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 12px;
  }
}
.coh-style-text---eyebrow-new {
  font-size: 0.875rem;
  line-height: 21px;
  font-weight: 300;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.coh-style-view-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  text-align: center;
  gap: 12px;
  padding-top: 0;
  padding-bottom: 0;
}
.coh-style-view-pagination .pager__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-style-view-pagination .pager__item.is-active a {
  background-color: rgb(249, 196, 191);
}
.coh-style-view-pagination .pager__item a {
  font-weight: 500;
  text-decoration: none;
  color: rgb(4, 21, 63);
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  background-color: rgb(255, 255, 255);
  min-height: 2.3125rem;
  min-width: 2.3125rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  -webkit-border-radius: 3rem;
          border-radius: 3rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.coh-style-view-pagination .pager__item a:hover {
  text-decoration: none;
  background-color: rgb(230, 237, 254);
}
.coh-style-view-pagination .pager__item a:active {
  color: rgb(4, 21, 63);
  background-color: rgb(155, 185, 253);
}
.coh-style-view-pagination .pager__item--last a, .coh-style-view-pagination .pager__item--previous a, .coh-style-view-pagination .pager__item--first a, .coh-style-view-pagination .pager__item--next a {
  outline: 1px solid #04153F;
}
.coh-style-view-pagination .pager__item--last a:active, .coh-style-view-pagination .pager__item--previous a:active, .coh-style-view-pagination .pager__item--first a:active, .coh-style-view-pagination .pager__item--next a:active {
  background-color: rgb(155, 185, 253);
  color: rgb(4, 21, 63);
  outline: none;
}
.coh-style-view-pagination .pager__item--last a:hover, .coh-style-view-pagination .pager__item--previous a:hover, .coh-style-view-pagination .pager__item--first a:hover, .coh-style-view-pagination .pager__item--next a:hover {
  outline: none;
}
.coh-style-view-pagination .pager__item--last a span, .coh-style-view-pagination .pager__item--previous a span, .coh-style-view-pagination .pager__item--first a span, .coh-style-view-pagination .pager__item--next a span {
  height: 1.5rem;
  width: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: large;
}
.coh-style-view-pagination .pager__item--ellipsis {
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 3rem;
          border-radius: 3rem;
}


.coh-style-h1--hero {
  font-size: 2.375rem;
  line-height: 2.625rem;
}
@media (min-width: 768px) {
  .coh-style-h1--hero {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1024px) {
  .coh-style-h1--hero {
    font-size: 3.25rem;
    line-height: 3.5625rem;
  }
}
@media (min-width: 1280px) {
  .coh-style-h1--hero {
    font-size: 3.625rem;
    line-height: 4rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-h1--hero {
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 3.75rem;
    line-height: 4.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-link--image {
    display: block;
    text-transform: none;
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-style-link--image:hover {
    text-decoration: none;
    text-transform: none;
  }
}
@media (min-width: 1912px) {
  .coh-style-link--image:focus-visible {
    text-transform: none;
    text-decoration: none;
    outline-width: 2px;
    outline-offset: 0;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
.coh-style-link--tag {
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  font-weight: 300;
  color: rgb(4, 21, 63);
  text-align: center;
  text-decoration: none;
  background-color: rgb(242, 247, 251);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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-in-out, color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
@media (min-width: 1024px) {
  .coh-style-link--tag {
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
  }
}
.coh-style-link--tag:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(4, 56, 176);
}
.coh-style-link--tag:focus-visible {
  outline-width: 2px;
  outline-offset: -1px;
  outline-color: rgb(105, 150, 252);
  outline-style: solid;
}
.is-active.coh-style-link--tag {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(4, 56, 176);
  border-color: rgb(4, 56, 176);
}
@media (min-width: 568px) {
  .coh-style-text--normal {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .coh-style-text--normal {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .coh-style-text--normal {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1912px) {
  .coh-style-text--normal {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.coh-style-text--small {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 150%;
}
.coh-style-text--eyebrow {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  color: rgb(4, 21, 63);
}
.coh-style-text--hero-subtext {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .coh-style-text--hero-subtext {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 1280px) {
  .coh-style-text--hero-subtext {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-text--hero-subtext {
    font-family: 'Guardian RTB Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
.coh-style-text--inner-hero-subtext {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1912px) {
  .coh-style-text--inner-hero-subtext {
    font-family: 'Guardian RTB Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-style-highlighted-border-both {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgb(231, 231, 231);
    border-bottom-color: rgb(231, 231, 231);
  }
}
.coh-style-button--primary {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  line-height: 150%;
  text-decoration: none;
  background-color: rgb(4, 56, 176);
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  gap: 4px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 10rem;
}
@media (min-width: 768px) {
  .coh-style-button--primary {
    gap: 8px;
  }
}
@media (min-width: 1912px) {
  .coh-style-button--primary {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
}
.coh-style-button--primary:hover {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(80, 80, 80, 0.25);
          box-shadow: 0 0 1.25rem 0 rgba(80, 80, 80, 0.25);
  color: rgb(255, 255, 255);
}
@media (min-width: 1912px) {
  .coh-style-button--primary:hover {
    text-decoration: none;
  }
}
.coh-style-button--primary:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.5rem;
  outline-color: rgb(4, 56, 176);
  outline-style: dotted;
}
.coh-style-button--primary:is(:disabled, [disabled]) {
  background-color: rgb(235, 235, 235);
  color: rgb(114, 114, 114);
  pointer-events: none;
  cursor: default;
}
.coh-style-button--primary:after {
  font-size: 1em;
  margin-right: -webkit-calc(-1 * 4px);
  margin-right: calc(-1 * 4px);
  -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-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
}
.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  min-width: unset;
}
.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only):after {
  width: 1.25em;
  margin-right: unset;
  height: 1.25em;
  font-size: 1.25em;
  line-height: 0.0625rem;
  margin-left: unset !important;
}
.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) span:is(:first-child, .visually-hidden) {
  overflow: hidden;
  position: absolute;
  height: 0.0625rem;
  width: 0.0625rem;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
.is--size-m.coh-style-button--primary {
  font-size: 1.25rem;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
}
.is--size-m.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  min-width: unset;
}
.is--size-s.coh-style-button--primary {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  min-width: 8.25rem;
}
.is--size-s.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  min-width: unset;
}
.is--size-flex.coh-style-button--primary {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  min-width: 8.25rem;
}
@media (min-width: 768px) {
  .is--size-flex.coh-style-button--primary {
    font-size: 1.25rem;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    min-width: 10rem;
  }
}
@media (min-width: 1280px) {
  .is--size-flex.coh-style-button--primary {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }
}
.is--size-flex.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  min-width: unset;
}
@media (min-width: 768px) {
  .is--size-flex.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
}
@media (min-width: 1280px) {
  .is--size-flex.coh-style-button--primary:is(:has(.visually-hidden), .is--icon-only) {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
.is--primary.coh-style-button--primary:hover {
  background-color: rgb(5, 71, 224);
}
.has--icon-left.coh-style-button--primary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.has--icon-left.coh-style-button--primary:after {
  margin-right: unset;
  margin-left: -webkit-calc(-1 * 4px);
  margin-left: calc(-1 * 4px);
}
.has--chevron.coh-style-button--primary: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: "\e91c";
  font-family: Icomoon;
}
.coh-style-is-inverted .coh-style-button--primary {
  color: rgb(4, 56, 176);
  background-color: rgb(255, 255, 255);
}
.coh-style-is-inverted .coh-style-button--primary:hover {
  background-color: rgb(221, 230, 253);
  color: rgb(3, 40, 125);
}
.coh-style-is-inverted .coh-style-button--primary:focus-visible {
  outline-color: rgb(255, 255, 255);
}
.coh-style-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  line-height: 150%;
  text-decoration: none;
  background-color: rgb(4, 56, 176);
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  gap: 4px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 10rem;
}
@media (min-width: 768px) {
  .coh-style-button {
    gap: 8px;
  }
}
@media (min-width: 1912px) {
  .coh-style-button {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
}
.coh-style-button:hover {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(80, 80, 80, 0.25);
          box-shadow: 0 0 1.25rem 0 rgba(80, 80, 80, 0.25);
  color: rgb(255, 255, 255);
  background-color: rgb(5, 71, 224);
}
@media (min-width: 1912px) {
  .coh-style-button:hover {
    text-decoration: none;
  }
}
.coh-style-button:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0.5rem;
  outline-color: rgb(4, 56, 176);
  outline-style: dotted;
}
.coh-style-button:is(:disabled, [disabled]) {
  background-color: #ebebeb !important;
  color: #727272 !important;
  pointer-events: none;
  cursor: default;
}
.coh-style-button:is(:disabled, [disabled]):is(.is--secondary) {
  background-color: transparent !important;
  -webkit-box-shadow: inset 0 0 0 3px #727272 !important;
          box-shadow: inset 0 0 0 3px #727272 !important;
}
.coh-style-button:after {
  font-size: 1rem;
  padding: 4px;
  margin-right: -webkit-calc(-1 * 4px);
  margin-right: calc(-1 * 4px);
  -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-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.coh-style-button:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 16px;
          padding-inline-end: 16px;
  -webkit-padding-start: 16px;
          padding-inline-start: 16px;
  min-width: unset;
}
.coh-style-button:is(:has(.visually-hidden), .is--icon-only):after {
  margin-right: unset;
  font-size: 20px;
  line-height: 0.0625rem;
  margin-left: unset !important;
  padding: 0.375rem;
}
.coh-style-button:is(:has(.visually-hidden), .is--icon-only) span:is(:first-child, .visually-hidden) {
  overflow: hidden;
  position: absolute;
  height: 0.0625rem;
  width: 0.0625rem;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
}
.is--size-m.coh-style-button {
  font-size: 1.25rem;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
}
.is--size-m.coh-style-button:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 12px;
          padding-inline-end: 12px;
  -webkit-padding-start: 12px;
          padding-inline-start: 12px;
  min-width: unset;
}
.is--size-m.coh-style-button:is(:has(.visually-hidden), .is--icon-only):after {
  font-size: 1rem;
  padding: 4px;
}
.is--size-s.coh-style-button {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  min-width: 8.25rem;
  min-height: 2.75rem;
}
@media (min-width: 1024px) {
  .is--size-s.coh-style-button {
    min-height: 3rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.is--size-s.coh-style-button:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  min-width: unset;
  height: 2.25rem;
  width: 2.25rem;
  min-height: 2.25rem;
}
.is--size-s.coh-style-button:is(:has(.visually-hidden), .is--icon-only):after {
  font-size: 0.75rem;
  padding: 4px;
}
.is--size-flex.coh-style-button {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  min-width: 8.25rem;
  min-height: 2.5rem;
}
@media (min-width: 768px) {
  .is--size-flex.coh-style-button {
    font-size: 1.25rem;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    min-width: 10rem;
    min-height: auto;
  }
}
@media (min-width: 1280px) {
  .is--size-flex.coh-style-button {
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
  }
}
.is--size-flex.coh-style-button:is(:has(.visually-hidden), .is--icon-only) {
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  min-width: unset;
}
@media (min-width: 768px) {
  .is--size-flex.coh-style-button:is(:has(.visually-hidden), .is--icon-only) {
    -webkit-padding-end: 12px;
            padding-inline-end: 12px;
    -webkit-padding-start: 12px;
            padding-inline-start: 12px;
  }
}
@media (min-width: 1280px) {
  .is--size-flex.coh-style-button:is(:has(.visually-hidden), .is--icon-only) {
    -webkit-padding-end: 16px;
            padding-inline-end: 16px;
    -webkit-padding-start: 16px;
            padding-inline-start: 16px;
  }
}
.is--primary.coh-style-button:hover {
  background-color: rgb(5, 71, 224);
}
.is--secondary.coh-style-button {
  background-color: rgba(0, 0, 0, 0);
  color: rgb(4, 21, 63);
  -webkit-box-shadow: inset 0 0 0 0.1875rem rgb(4, 56, 176);
          box-shadow: inset 0 0 0 0.1875rem rgb(4, 56, 176);
}
.is--secondary.coh-style-button:hover {
  background-color: rgb(221, 230, 253);
}
.is--secondary.coh-style-button:focus {
  background-color: rgb(155, 185, 253);
}
.is--secondary.coh-style-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.is--utility-toggle.coh-style-button {
  gap: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 115%;
  background-color: rgb(7, 37, 110);
  min-height: 2.3125rem;
  min-width: unset;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
}
@media (min-width: 768px) {
  .is--utility-toggle.coh-style-button {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.is--utility-toggle.coh-style-button:before {
  font-size: 1.25rem;
  line-height: 100%;
  margin-right: 8px;
}
.is--utility-toggle.coh-style-button:hover {
  background-color: rgb(10, 53, 158);
}
.is--utility-toggle.coh-style-button:focus-visible {
  outline-width: 0.125rem;
  outline-color: rgb(105, 150, 252);
  outline-style: solid;
}
.is--utility-toggle.has--icon.coh-style-button {
  font-size: 0;
}
@media (min-width: 768px) {
  .is--utility-toggle.has--icon.coh-style-button {
    font-size: 0.875rem;
  }
}
.is--utility-toggle.has--icon.coh-style-button:before {
  margin-right: 0;
}
@media (min-width: 768px) {
  .is--utility-toggle.has--icon.coh-style-button:before {
    margin-right: 8px;
  }
}
.is--utility-toggle.coh-style-button span {
  white-space: pre;
}
.has--icon-left.coh-style-button {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.has--icon-left.coh-style-button:after {
  margin-right: unset;
  margin-left: -webkit-calc(-1 * 4px);
  margin-left: calc(-1 * 4px);
}
.has--chevron.coh-style-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: "\e933";
  font-family: Icomoon;
}
.slick-prev.coh-style-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: "\e937";
  font-family: Icomoon;
}
.slick-next.coh-style-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: "\e936";
  font-family: Icomoon;
}
.coh-style-button .is--hidden-xs {
  display: none;
}
@media (min-width: 768px) {
  .coh-style-button .is--hidden-xs {
    display: inline;
  }
}
@media (min-width: 1912px) {
  .coh-style-highlighted-border-top {
    padding-top: 12px;
    margin-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(231, 231, 231);
  }
}
@media (min-width: 1912px) {
  .coh-style-highlighted-border-bottom {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(231, 231, 231);
  }
}
.coh-style-link--primary, .coh-style-link-primary-large, .coh-style-link-primary-white, .coh-style-link-primary-cobalt, .coh-style-link-primary-small, .coh-style-link-primary-medium {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  color: rgb(4, 56, 176);
  font-size: 1.5rem;
  line-height: 150%;
  text-decoration: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  gap: 4px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .coh-style-link--primary, .coh-style-link-primary-large, .coh-style-link-primary-white, .coh-style-link-primary-cobalt, .coh-style-link-primary-small, .coh-style-link-primary-medium {
    gap: 8px;
  }
}
@media (min-width: 1912px) {
  .coh-style-link--primary, .coh-style-link-primary-large, .coh-style-link-primary-white, .coh-style-link-primary-cobalt, .coh-style-link-primary-small, .coh-style-link-primary-medium {
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
  }
}
.coh-style-link--primary:hover, .coh-style-link-primary-large:hover, .coh-style-link-primary-white:hover, .coh-style-link-primary-cobalt:hover, .coh-style-link-primary-small:hover, .coh-style-link-primary-medium:hover {
  color: rgb(5, 71, 224);
  text-decoration: none;
}
@media (min-width: 1912px) {
  .coh-style-link--primary:hover, .coh-style-link-primary-large:hover, .coh-style-link-primary-white:hover, .coh-style-link-primary-cobalt:hover, .coh-style-link-primary-small:hover, .coh-style-link-primary-medium:hover {
    text-decoration: none;
  }
}
.coh-style-link--primary:focus-visible, .coh-style-link-primary-large:focus-visible, .coh-style-link-primary-white:focus-visible, .coh-style-link-primary-cobalt:focus-visible, .coh-style-link-primary-small:focus-visible, .coh-style-link-primary-medium:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 8px;
  outline-color: rgb(4, 56, 176);
  outline-style: dotted;
}
.coh-style-link--primary:is(:disabled, [disabled]), .coh-style-link-primary-large:is(:disabled, [disabled]), .coh-style-link-primary-white:is(:disabled, [disabled]), .coh-style-link-primary-cobalt:is(:disabled, [disabled]), .coh-style-link-primary-small:is(:disabled, [disabled]), .coh-style-link-primary-medium:is(:disabled, [disabled]) {
  color: rgb(114, 114, 114);
  pointer-events: none;
  cursor: default;
}
.coh-style-link--primary:after, .coh-style-link-primary-large:after, .coh-style-link-primary-white:after, .coh-style-link-primary-cobalt:after, .coh-style-link-primary-small:after, .coh-style-link-primary-medium:after {
  font-size: 1em;
  -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-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
}
.is--size-m.coh-style-link--primary, .is--size-m.coh-style-link-primary-large, .is--size-m.coh-style-link-primary-white, .is--size-m.coh-style-link-primary-cobalt, .is--size-m.coh-style-link-primary-small, .is--size-m.coh-style-link-primary-medium {
  font-size: 1.25rem;
}
.is--size-s.coh-style-link--primary, .is--size-s.coh-style-link-primary-large, .is--size-s.coh-style-link-primary-white, .is--size-s.coh-style-link-primary-cobalt, .is--size-s.coh-style-link-primary-small, .is--size-s.coh-style-link-primary-medium {
  font-size: 0.875rem;
}
.is--size-flex.coh-style-link--primary, .is--size-flex.coh-style-link-primary-large, .is--size-flex.coh-style-link-primary-white, .is--size-flex.coh-style-link-primary-cobalt, .is--size-flex.coh-style-link-primary-small, .is--size-flex.coh-style-link-primary-medium {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .is--size-flex.coh-style-link--primary, .is--size-flex.coh-style-link-primary-large, .is--size-flex.coh-style-link-primary-white, .is--size-flex.coh-style-link-primary-cobalt, .is--size-flex.coh-style-link-primary-small, .is--size-flex.coh-style-link-primary-medium {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .is--size-flex.coh-style-link--primary, .is--size-flex.coh-style-link-primary-large, .is--size-flex.coh-style-link-primary-white, .is--size-flex.coh-style-link-primary-cobalt, .is--size-flex.coh-style-link-primary-small, .is--size-flex.coh-style-link-primary-medium {
    font-size: 1.5rem;
  }
}
.has--icon-left.coh-style-link--primary, .has--icon-left.coh-style-link-primary-large, .has--icon-left.coh-style-link-primary-white, .has--icon-left.coh-style-link-primary-cobalt, .has--icon-left.coh-style-link-primary-small, .has--icon-left.coh-style-link-primary-medium {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.has--chevron.coh-style-link--primary:after, .has--chevron.coh-style-link-primary-large:after, .has--chevron.coh-style-link-primary-white:after, .has--chevron.coh-style-link-primary-cobalt:after, .has--chevron.coh-style-link-primary-small:after, .has--chevron.coh-style-link-primary-medium: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: "\e91c";
  font-family: Icomoon;
}
.coh-style-link--primary span:first-child, .coh-style-link-primary-large span:first-child, .coh-style-link-primary-white span:first-child, .coh-style-link-primary-cobalt span:first-child, .coh-style-link-primary-small span:first-child, .coh-style-link-primary-medium span:first-child {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.coh-style-is-inverted .coh-style-link--primary, .coh-style-is-inverted .coh-style-link-primary-large, .coh-style-is-inverted .coh-style-link-primary-white, .coh-style-is-inverted .coh-style-link-primary-cobalt, .coh-style-is-inverted .coh-style-link-primary-small, .coh-style-is-inverted .coh-style-link-primary-medium {
  color: rgb(255, 255, 255);
}
.coh-style-link-primary-medium {
  font-size: 1.25rem;
  line-height: 30px;
}
.coh-style-link-primary-small {
  font-size: 0.875rem;
  line-height: 21px;
  text-underline-offset: 6px;
}
.coh-style-link-primary-cobalt {
  color: rgb(4, 56, 176);
}
.coh-style-link-primary-cobalt:hover {
  color: rgb(5, 71, 224);
}
.coh-style-link-primary-cobalt:hover:before {
  color: rgb(5, 71, 224);
}
.coh-style-link-primary-cobalt:hover:after {
  color: rgb(5, 71, 224);
}
.coh-style-link-primary-cobalt:active {
  color: rgb(3, 40, 125);
}
.coh-style-link-primary-white {
  color: rgb(255, 255, 255);
}
.coh-style-link-primary-white:hover {
  color: rgb(255, 255, 255);
}
.coh-style-link-primary-white:active {
  color: rgb(255, 255, 255);
}
.coh-style-link-primary-white:before {
  color: rgb(255, 255, 255);
}
.coh-style-link-primary-white:after {
  color: rgb(255, 255, 255);
}
.coh-style-link-primary-white:focus-visible {
  outline: 1.5px dotted #fff;
}
.coh-style-link-primary-large {
  font-size: 1.25rem;
  line-height: 30px;
}
@media (min-width: 1024px) {
  .coh-style-link-primary-large {
    font-size: 1.5rem;
    line-height: 36px;
  }
}
.coh-style-video-play-button:hover:after {
  background: url("data:image/svg+xml,%3Csvg width='133' height='146' viewBox='0 0 133 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10936_15659)'%3E%3Cpath d='M122.31 55.54L29.69 2.62C23.55 -0.889997 16 -0.859997 9.88 2.69C3.77 6.23 0 12.77 0 19.85V125.7C0 132.78 3.77 139.32 9.89 142.87C12.97 144.66 16.41 145.55 19.85 145.55C23.29 145.55 26.65 144.68 29.7 142.94L122.32 90.02C128.5 86.49 132.32 79.91 132.32 72.79C132.32 65.67 128.5 59.09 122.32 55.56L122.31 55.54Z' fill='%230547e0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10936_15659'%3E%3Crect width='132.31' height='145.54' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}
.coh-style-video-play-button:after {
  content: "";
  height: 4rem;
  width: 3.4375rem;
  background: url("data:image/svg+xml,%3Csvg width='133' height='146' viewBox='0 0 133 146' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_10936_15659)'%3E%3Cpath d='M122.31 55.54L29.69 2.62C23.55 -0.889997 16 -0.859997 9.88 2.69C3.77 6.23 0 12.77 0 19.85V125.7C0 132.78 3.77 139.32 9.89 142.87C12.97 144.66 16.41 145.55 19.85 145.55C23.29 145.55 26.65 144.68 29.7 142.94L122.32 90.02C128.5 86.49 132.32 79.91 132.32 72.79C132.32 65.67 128.5 59.09 122.32 55.56L122.31 55.54Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_10936_15659'%3E%3Crect width='132.31' height='145.54' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center;;
  background-size: contain;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .coh-style-video-play-button:after {
    width: 4.5rem;
    height: 5.125rem;
  }
}
.coh-ce-cpt_2_3_wide_column-f54928eb .coh-wysiwyg {
  max-width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 {
    max-width: 57.375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 {
    max-width: 64.6875rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 {
    max-width: 74.8125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 {
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    width: 100%;
    max-width: 86.0625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 .slick--disabled {
    gap: 82px 0;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 .slick--disabled {
    gap: 75px 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 .slick--disabled {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    visibility: visible;
    gap: 104px 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 .slick--disabled .coh-slider-nav-inner-top {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 .slick--disabled .coh-slider-nav-inner-bottom {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-7858aa35 .slick--disabled .coh-slider-item {
    -webkit-box-flex: 33.3%;
    -webkit-flex: 33.3%;
        -ms-flex: 33.3%;
            flex: 33.3%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .slick-track {
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: unset;
    margin-left: unset;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .slick-slide {
    opacity: 0.5;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .slick-slide {
    opacity: 1;
    -webkit-transition: 400ms ease-in-out opacity;
    transition: 400ms ease-in-out opacity;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .slick-slide.slick-active {
    opacity: 1;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-container-mid {
    overflow: visible;
  }
}
.coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top {
    margin-top: 2.625rem;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    text-align: left;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots {
    position: static;
    margin-right: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li {
    margin-top: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li:before {
    margin-right: 0;
    display: none;
    content: normal;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li + li {
    margin-top: 0;
    margin-left: 7px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li button {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    height: 6px;
    width: 6px;
    display: block;
    border-width: 0;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    background-color: rgb(4, 21, 63);
    -webkit-transition: width 250ms ease-in-out, height 250ms ease-out, 250ms ease-in-out transform;
    transition: width 250ms ease-in-out, height 250ms ease-out, 250ms ease-in-out transform;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li button:hover {
    -webkit-transform: scaleX(1.15) scaleY(1.15);
        -ms-transform: scaleX(1.15) scaleY(1.15);
            transform: scaleX(1.15) scaleY(1.15);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-dots li button:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
.coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next {
  height: 30px;
  width: 30px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    background-color: rgb(255, 255, 255);
    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;
    border-width: 0.0625rem;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border-style: solid;
    height: 48px;
    width: 48px;
    -webkit-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev:after, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next:after {
    color: rgb(4, 21, 63);
    font-size: 11px;
    line-height: 0.0625rem;
    content: normal;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev:not(.slick-disabled):hover, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next:not(.slick-disabled):hover {
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev:not(.slick-disabled):hover:after, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next:not(.slick-disabled):hover:after {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev:not(.slick-disabled):focus-visible, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next:not(.slick-disabled):focus-visible {
    background-color: rgb(4, 21, 63);
    outline-width: 1px;
    outline-offset: 2px;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev:not(.slick-disabled):focus-visible:after, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next:not(.slick-disabled):focus-visible:after {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev.slick-disabled, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next.slick-disabled {
    border-color: rgb(152, 155, 151);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev.slick-disabled:after, .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next.slick-disabled:after {
    color: rgb(152, 155, 151);
  }
}
.coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev {
  margin-left: 1.375rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev {
    margin-left: 5.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-prev:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: icomoon;
  }
}
.coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next {
  margin-right: 1.375rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next {
    margin-right: 5.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_columns_to_slider-2adb3e31 .coh-slider-nav-inner-top .slick-next:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
  }
}
.coh-ce-cpt_3_column_content_cards-87b5b5aa {
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_3_column_content_cards-87b5b5aa {
    max-width: 32.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_3_column_content_cards-b529f05c {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.coh-ce-cpt_3_column_content_cards-a8618d70 {
  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;
  width: 100%;
}
.coh-ce-cpt_3_column_content_cards-a8618d70:before {
  display: none;
}
.coh-ce-cpt_3_column_content_cards-a8618d70:after {
  display: none;
}
.coh-ce-cpt_3_column_content_cards-5dc8f7d5 {
  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;
  gap: 4px;
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-cpt_3_column_content_cards-5dc8f7d5: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: "\e92a";
  font-family: Icomoon;
  font-size: 1.25rem;
}
.show--false.coh-ce-cpt_3_column_content_cards-5dc8f7d5 {
  margin-bottom: 0;
  display: none;
}
.coh-ce-cpt_3_column_content_cards-d205730a {
  text-align: left;
}
.show--false.coh-ce-cpt_3_column_content_cards-d205730a {
  margin-bottom: 0;
  display: none;
}
.coh-ce-cpt_3_column_content_cards-d205730a p {
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-cpt_3_column_content_cards-f14a1ab0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  height: 100%;
}
.coh-ce-cpt_3_column_content_cards-f14a1ab0:before {
  display: none;
}
.coh-ce-cpt_3_column_content_cards-f14a1ab0:after {
  display: none;
}
.coh-ce-cpt_3_column_content_cards-24b4dd61 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.coh-ce-cpt_3_column_content_cards-24b4dd61:not(:has(.coh-link)) {
  display: none;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-79326b10 {
    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;
    position: relative;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_50_50_images_hero-7e8124de {
    height: 50%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_images_hero-7e8124de {
    width: 50%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-7e8124de {
    width: 50%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-50aadfa0 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_50_50_images_hero-50ebd6ac {
    height: 50%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_images_hero-50ebd6ac {
    width: 50%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-50ebd6ac {
    width: 50%;
    background-color: rgb(251, 250, 251);
  }
}
.coh-ce-cpt_50_50_images_hero-75777b5a {
  top: 80px;
  width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_50_50_images_hero-75777b5a {
    width: 22rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_50_50_images_hero-75777b5a {
    top: 164px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_images_hero-75777b5a {
    width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_images_hero-75777b5a {
    width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-75777b5a {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 54.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-676fb609 {
    color: rgb(255, 255, 255);
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .coh-heading.coh-ce-cpt_50_50_images_hero-676fb609 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_50_50_images_hero-676fb609 {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_50_50_images_hero-5db4d0c7 {
    z-index: 2;
  }
}
@media (min-width: 1912px) {
  .no-symbol.coh-ce-cpt_50_50_images_hero-5db4d0c7 {
    display: none;
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-e624b745 {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_image_and_text_hero-e624b745 {
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_image_and_text_hero-e624b745 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-e624b745:before {
  display: none;
}
.coh-ce-cpt_50_50_image_and_text_hero-e624b745:after {
  display: none;
}
.header--secondary.coh-ce-cpt_50_50_image_and_text_hero-e624b745 .hero-banner__eyebrow {
  margin-bottom: -1rem;
}
@media (min-width: 1024px) {
  .header--secondary.coh-ce-cpt_50_50_image_and_text_hero-e624b745 .hero-banner__eyebrow {
    margin-bottom: 0;
  }
}
.header--secondary.coh-ce-cpt_50_50_image_and_text_hero-e624b745 coh-heading, .header--secondary.coh-ce-cpt_50_50_image_and_text_hero-e624b745 h1, .header--secondary.coh-ce-cpt_50_50_image_and_text_hero-e624b745 h2 {
  color: rgb(4, 21, 63);
}
.coh-ce-cpt_50_50_image_and_text_hero-e701a65c {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-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;
  width: 100%;
  gap: 32px;
  z-index: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_image_and_text_hero-e701a65c {
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_image_and_text_hero-e701a65c {
    width: 50%;
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-e701a65c:before {
  display: none;
}
.coh-ce-cpt_50_50_image_and_text_hero-e701a65c:after {
  display: none;
}
.coh-ce-cpt_50_50_image_and_text_hero-e701a65c p {
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-cpt_50_50_image_and_text_hero-e701a65c .coh-heading {
  color: rgb(4, 21, 63);
}
.coh-ce-cpt_50_50_image_and_text_hero-4341f130 {
  margin-top: 0;
  margin-bottom: 0;
}
.coh-ce-cpt_50_50_image_and_text_hero-99b67bfa {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}
.coh-ce-cpt_50_50_image_and_text_hero-392d77ca {
  width: 100%;
  max-width: 100%;
  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;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_image_and_text_hero-392d77ca {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_image_and_text_hero-392d77ca {
    width: 50%;
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-392d77ca img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-ce-cpt_50_50_image_and_text_hero-9d07a793 {
  -webkit-clip-path: none;
          clip-path: none;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_image_and_text_hero-9d07a793 {
    max-width: clamp(20.813rem, -4.726rem + 39.904vw, 31.188rem);
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-5ba39c15 {
  width: 100%;
  max-width: 100%;
  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;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_image_and_text_hero-5ba39c15 {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_image_and_text_hero-5ba39c15 {
    width: 50%;
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-da98411d {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_image_and_text_hero-da98411d {
    width: auto;
  }
}
.coh-ce-cpt_50_50_image_and_text_hero-928e2169 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.coh-ce-cpt_50_50_image_and_text_hero-48df7ecf {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_50_50_image_and_text_hero-48df7ecf:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.coh-ce-cpt_accordion_container-7b45e0da {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_accordion_container-7b45e0da {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.coh-ce-cpt_accordion_container-7b45e0da:before {
  display: none;
}
.coh-ce-cpt_accordion_container-7b45e0da:after {
  display: none;
}
@media (min-width: 768px) {
  .layout--image-right.coh-ce-cpt_accordion_container-7b45e0da {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.coh-ce-cpt_accordion_container-7b45e0da .accordion__image {
  max-width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_accordion_container-7b45e0da .accordion__image {
    max-width: 50%;
    display: block;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.coh-ce-cpt_accordion_container-7b45e0da .accordion__image .coh-image {
  aspect-ratio: 6/5;
}
.coh-ce-cpt_accordion_container-7b45e0da .accordion__content {
  max-width: 100%;
  width: 100%;
  -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-ce-cpt_accordion_item-5e6eff2e {
  border-top-width: 0.0625rem;
  border-top-color: rgb(193, 193, 193);
  cursor: pointer;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  border-top-style: solid;
}
.accordion-item--active.coh-ce-cpt_accordion_item-5e6eff2e {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .accordion-item--active.coh-ce-cpt_accordion_item-5e6eff2e {
    margin-bottom: 24px;
  }
}
.accordion-item--active.coh-ce-cpt_accordion_item-5e6eff2e:last-child {
  margin-bottom: 0;
}
.accordion-item--active.coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__heading-wrapper {
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(235, 235, 235);
}
.coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__heading-wrapper {
  gap: 40px;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 16px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__heading-wrapper {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
}
.coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__heading-wrapper:hover {
  cursor: pointer;
  background-color: rgb(242, 247, 251);
}
.coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__heading {
  font-weight: 500;
  color: rgb(4, 56, 176);
  text-align: left;
}
.coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__heading:focus-visible {
  outline-width: 0.09375rem;
  outline-offset: 0.3125rem;
  outline-color: rgb(4, 21, 63);
  outline-style: dashed;
}
.coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__content-wrapper {
  padding-top: 8px;
  padding-right: 8px;
  padding-left: 8px;
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_accordion_item-5e6eff2e .accordion-item__content-wrapper {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.coh-ce-cpt_accordion_item-5e6eff2e .coh-wysiwyg {
  width: 100%;
}
.coh-ce-cpt_accordion_item-5e6eff2e .coh-wysiwyg p {
  font-size: 1rem;
  line-height: 150%;
}
.coh-ce-cpt_accordion_item-5e6eff2e .coh-link + .coh-link {
  margin-left: 16px;
}
.coh-ce-cpt_accordion_item-cb60396e {
  height: 1.5rem;
  width: 1.5rem;
  border-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem;
}
.coh-ce-cpt_accordion_item-cb60396e:after {
  line-height: 1.0;
  font-weight: bold;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(4, 56, 176);
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  -webkit-transition: 250ms ease-in-out transform;
  transition: 250ms ease-in-out transform;
  content: "\e930";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_accordion_item-cb60396e: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: "\e930";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_accordion_item-cb60396e:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.coh-ce-cpt_accordion_item-cb60396e:hover:after {
  color: rgb(4, 56, 176);
}
.is-open.coh-ce-cpt_accordion_item-cb60396e:after {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg);
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-1cbb7509 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom-width: 0.0375rem;
    border-bottom-style: solid;
    border-bottom-color: rgba(116, 118, 120, 0.4);
    padding-top: 0.75rem;
    padding-bottom: 1.1875rem;
    position: relative;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-d1042c9e {
    background-color: rgba(118, 120, 102, 0.4);
    -webkit-transition: 300ms ease-in-out opacity, 300ms ease-in-out visibility;
    transition: 300ms ease-in-out opacity, 300ms ease-in-out visibility;
    min-height: 2rem;
    height: 2rem;
    width: 2rem;
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-d1042c9e:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: icomoon;
    color: rgb(255, 255, 255);
    font-size: 0.6875rem;
    height: 100%;
    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;
  }
}
@media (min-width: 1912px) {
  .link-active.coh-ce-cpt_anchor_navigation-d1042c9e {
    visibility: visible;
    opacity: 1;
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-7f5a54b4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-7f5a54b4::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-bb5f0b21 {
    -webkit-flex-basis: 3.4375rem;
        -ms-flex-preferred-size: 3.4375rem;
            flex-basis: 3.4375rem;
    -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 (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-375253a0 {
    background-color: rgba(118, 120, 102, 0.4);
    -webkit-transition: 300ms ease-in-out opacity, 300ms ease-in-out visibility;
    transition: 300ms ease-in-out opacity, 300ms ease-in-out visibility;
    min-height: 2rem;
    height: 2rem;
    width: 2rem;
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    right: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_anchor_navigation-375253a0:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
    color: rgb(255, 255, 255);
    font-size: 0.6875rem;
    height: 100%;
    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;
  }
}
@media (min-width: 1912px) {
  .link-active.coh-ce-cpt_anchor_navigation-375253a0 {
    visibility: visible;
    opacity: 1;
    background-color: rgb(4, 21, 63);
  }
}
.coh-ce-cpt_article_hero-2efd74c4 {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 24px;
  background-color: rgb(255, 255, 255);
  z-index: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_hero-2efd74c4 {
    -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-ce-cpt_article_hero-2efd74c4:before {
  display: none;
}
.coh-ce-cpt_article_hero-2efd74c4:after {
  display: none;
}
.hero--event.coh-ce-cpt_article_hero-2efd74c4 .hero-banner__share-block, .hero--event.coh-ce-cpt_article_hero-2efd74c4 .hero-banner__author-name {
  display: none;
}
.hero--article.coh-ce-cpt_article_hero-2efd74c4 .hero-banner__location-name {
  display: none;
}
.coh-ce-cpt_article_hero-ab83fc0d {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-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;
  width: 100%;
  z-index: 1;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_hero-ab83fc0d {
    width: 60%;
  }
}
.coh-ce-cpt_article_hero-ab83fc0d:before {
  display: none;
}
.coh-ce-cpt_article_hero-ab83fc0d:after {
  display: none;
}
.coh-ce-cpt_article_hero-ab83fc0d p {
  margin-top: 0;
}
.coh-ce-cpt_article_hero-2cddb423 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_article_hero-2cddb423 {
    gap: 24px;
  }
}
.coh-ce-cpt_article_hero-2cddb423:before {
  display: none;
}
.coh-ce-cpt_article_hero-2cddb423:after {
  display: none;
}
.coh-ce-cpt_article_hero-87c39897 {
  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;
  gap : 12px;
}
.coh-ce-cpt_article_hero-87c39897:before {
  display: none;
}
.coh-ce-cpt_article_hero-87c39897:after {
  display: none;
}
.coh-ce-cpt_article_hero-d7b6f0c9 {
  font-weight: 500;
  text-align: left;
  display: block;
}
.coh-ce-cpt_article_hero-f693f20a {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
}
.coh-ce-cpt_article_hero-f693f20a:before {
  content: "|";
  opacity: 0.2;
}
.coh-ce-cpt_article_hero-7dccdc1a {
  margin-top: 16px;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_article_hero-7dccdc1a {
    margin-top: 20px;
  }
}
.coh-ce-cpt_article_hero-7dccdc1a p {
  font-size: 1rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_article_hero-7dccdc1a p {
    font-size: 1.25rem;
  }
}
.coh-ce-cpt_article_hero-13e41aab {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}
.coh-ce-cpt_article_hero-3a01cb49 {
  font-weight: 500;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_article_hero-3a01cb49 {
    margin-top: 16px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_article_hero-3a01cb49 {
    margin-top: 28px;
  }
}
.coh-ce-cpt_article_hero-21326c30 {
  margin-top: 28px;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_article_hero-21326c30 {
    margin-top: 64px;
  }
}
.coh-ce-cpt_article_hero-2ac713cd {
  width: 100%;
  max-width: 100%;
  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;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_article_hero-2ac713cd {
    width: 33.33%;
  }
}
.coh-ce-cpt_article_hero-2ac713cd img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.coh-ce-cpt_article_hero-98d53c1f {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_badge-fd9a219 {
    padding-top: 0.0234375rem;
    padding-right: 0.046875rem;
    padding-bottom: 0.0234375rem;
    padding-left: 0.046875rem;
    color: rgb(4, 21, 63);
    background-color: rgb(77, 184, 219);
    max-width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.coh-ce-cpt_blockquote-685a239c {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  min-height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
@media (min-width: 768px) {
  .coh-ce-cpt_blockquote-685a239c {
    min-height: 21.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_blockquote-685a239c {
    min-height: 28.125rem;
  }
}
.coh-ce-cpt_blockquote-685a239c:after {
  height: 100%;
  width: -webkit-calc(100%);
  width: calc(100%);
  position: absolute;
  top: 0;
  z-index: -1;
  display: block !important;
}
.has--stripe.coh-ce-cpt_blockquote-685a239c:before {
  height: 0.625rem;
  width: 100%;
  position: absolute;
  top: 0;
  content: "";
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/decorative-side-strip--hr.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  z-index: 1;
}
@media (min-width: 768px) {
  .has--stripe.coh-ce-cpt_blockquote-685a239c:before {
    height: 100%;
    width: 0.625rem;
    background-image: url('/themes/custom/rathbones_rebrand/assets/images/decorative-strip--ram-v.jpg');
    background-position: left bottom;
  }
}
.has--gradient.coh-ce-cpt_blockquote-685a239c:after {
  background-image: -webkit-linear-gradient(197deg, #0438B0 22.16%, #04153F 96.61%);
  background-image: linear-gradient(253deg, #0438B0 22.16%, #04153F 96.61%);
}
.coh-ce-cpt_blockquote-685a239c figure {
  padding: 48px;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 960px;
  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-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) {
  .coh-ce-cpt_blockquote-685a239c figure {
    padding: 56px;
    padding-right: 56px;
    padding-left: 56px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_blockquote-685a239c figure {
    padding: 80px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
.coh-ce-cpt_blockquote-685a239c figure figcaption {
  color: inherit;
}
.coh-ce-cpt_blockquote-685a239c :is(blockquote, .coh-wysiwyg) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.coh-ce-cpt_blockquote-685a239c :is(blockquote, .coh-wysiwyg):before, .coh-ce-cpt_blockquote-685a239c :is(blockquote, .coh-wysiwyg) :after {
  display: none;
}
.coh-ce-cpt_blockquote-685a239c blockquote {
  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;
  word-break: break-word;
  word-wrap: break-word;
  padding: 0;
  min-height: 0;
}
.coh-ce-cpt_blockquote-685a239c blockquote * {
  font-size: 1.75rem;
  line-height: 115%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_blockquote-685a239c blockquote * {
    font-size: 2.625rem;
  }
}
.coh-ce-cpt_blockquote-685a239c .coh-wysiwyg > :first-child:before {
  content: "“";
  color: inherit;
  display: inline;
}
.coh-ce-cpt_blockquote-685a239c .coh-wysiwyg > :last-child:after {
  content: "”";
  color: inherit;
  display: inline;
}
.coh-ce-cpt_blockquote-685a239c .image-container {
  display: none;
  height: auto;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  position: relative;
}
@media (min-width: 768px) {
  .coh-ce-cpt_blockquote-685a239c .image-container {
    display: block;
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_blockquote-685a239c .image-container {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
  }
}
.coh-ce-cpt_blockquote-685a239c img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0% 100%, -webkit-calc(100% - 80px) -webkit-calc(100% - 50px), -webkit-calc(100% - 68px) -webkit-calc(100% - 54px), -webkit-calc(100% - 62px) -webkit-calc(100% - 57px), -webkit-calc(100% - 55px) -webkit-calc(100% - 64px), -webkit-calc(100% - 53px) -webkit-calc(100% - 69px), -webkit-calc(100% - 50px) -webkit-calc(100% - 80px),  100% 0, 0 0);
          clip-path: polygon(0% 100%, calc(100% - 80px) calc(100% - 50px), calc(100% - 68px) calc(100% - 54px), calc(100% - 62px) calc(100% - 57px), calc(100% - 55px) calc(100% - 64px), calc(100% - 53px) calc(100% - 69px), calc(100% - 50px) calc(100% - 80px),  100% 0, 0 0);
  -webkit-clip-path: shape(from 0% 100%, line to -webkit-calc(100% - 80px) -webkit-calc(100% - 50px), curve to -webkit-calc(100% - 50px) -webkit-calc(100% - 80px) with -webkit-calc(100% - 50px) -webkit-calc(100% - 50px), line to 100% 0, line to 0 0);
          clip-path: shape(from 0% 100%, line to calc(100% - 80px) calc(100% - 50px), curve to calc(100% - 50px) calc(100% - 80px) with calc(100% - 50px) calc(100% - 50px), line to 100% 0, line to 0 0);
  height: 100%;
  -webkit-border-top-left-radius: 0.5rem;
          border-top-left-radius: 0.5rem;
  -webkit-border-bottom-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.coh-ce-cpt_blockquote-b842542f {
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 300;
  color: rgb(4, 21, 63);
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-e69bbeec {
    min-height: 306px;
    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-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: auto;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_client_review_card-c89e869d {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-c89e869d {
    font-family: 'Euclid Circular A', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    color: rgb(4, 21, 63);
    line-height: 34px;
    letter-spacing: 0.3px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-ebfb6f4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-2e40185e {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-2e40185e img {
    height: 140px;
    width: 140px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-4ed87130 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: 0;
    -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-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_client_review_card-f1a3312a {
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.03px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-f1a3312a {
    font-family: 'Euclid Circular A', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 500;
    color: rgb(4, 21, 63);
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-style: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_client_review_card-3bdacd28 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-3bdacd28 {
    font-size: 19px;
    font-family: 'Euclid Circular A', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: rgb(0, 0, 0);
    line-height: 26px;
    font-style: normal;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-b883dd1e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-b883dd1e p:not(:empty) + p:not(:empty):before {
    content: " , ";
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_client_review_card-399a206 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-399a206 {
    margin-top: 0;
    margin-bottom: 0.3125rem;
    font-family: 'Euclid Circular A', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: rgb(0, 0, 0);
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    font-style: normal;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_client_review_card-1e41a73c {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_client_review_card-1e41a73c {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Euclid Circular A', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: rgb(0, 0, 0);
    font-size: 19px;
    line-height: 26px;
    font-style: normal;
  }
}
.coh-ce-cpt_content_cards-cfcbaeb9 {
  width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .coh-ce-cpt_content_cards-cfcbaeb9 {
    max-width: 32.5rem;
  }
}
.coh-ce-cpt_content_cards-ea3803b0 {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.coh-ce-cpt_content_cards-9694c9cf {
  margin-top: auto;
}
.coh-ce-cpt_content_cards-9694c9cf:not(:has(> *)) {
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_content_with_sidebar-6ed75f79 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f {
  -webkit-box-shadow: 0px 10px 20px 0px #51505040;
          box-shadow: 0px 10px 20px 0px #51505040;;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f {
    -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;
    min-height: 21.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner-d0061b4f {
    min-height: 28.125rem;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f:not(.coh-style-boxed-full-width-bg) {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
}
.coh-ce-cpt_cta_banner-d0061b4f:not(.coh-style-boxed-full-width-bg):after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
  content: "";
}
.coh-ce-cpt_cta_banner-d0061b4f:not(.coh-style-boxed-full-width-bg) .featured-ct__stripe {
  display: none;
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.coh-style-boxed-full-width-bg, .cta-banner--full-bleed) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner-d0061b4f:is(.coh-style-boxed-full-width-bg, .cta-banner--full-bleed) .featured-ct__compass {
    right: -webkit-calc(50% - 50vw);
    right: calc(50% - 50vw);
    position: relative;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner-d0061b4f:is(.coh-style-boxed-full-width-bg, .cta-banner--full-bleed) .featured-ct__image {
    position: relative;
    left: -webkit-calc(50% - 50vw);
    left: calc(50% - 50vw);
    margin-right: -webkit-calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    -webkit-flex-basis: 50vw;
        -ms-flex-preferred-size: 50vw;
            flex-basis: 50vw;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.coh-style-boxed-full-width-bg, .cta-banner--full-bleed) .featured-ct__image .coh-image {
  position: absolute;
  height: 100%;
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.coh-style-boxed-full-width-bg, .cta-banner--full-bleed) .featured-ct__stripe {
  position: absolute;
  display: none;
  background: url(/themes/custom/rathbones_rebrand/assets/images/decorative-strip--ram-v.jpg) 0 0 no-repeat #04153F;
  height: 100%;
  width: 16px;
  top: 0;
  left: unset;
  right: -webkit-calc(50% - 50vw);
  right: calc(50% - 50vw);
  z-index: 0;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f:is(.coh-style-boxed-full-width-bg, .cta-banner--full-bleed) .featured-ct__stripe {
    display: block;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.has--gradient, .bg-color--cobalt, :not(.is--themed)):after {
  background:  -webkit-linear-gradient(196.66deg, #0438B0 22.16%, #04153F 96.61%);
  background:  linear-gradient(253.34deg, #0438B0 22.16%, #04153F 96.61%);
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.has--gradient, .bg-color--cobalt, :not(.is--themed)) :is(h1, h2, h3, h4, h5, h6), .coh-ce-cpt_cta_banner-d0061b4f:is(.has--gradient, .bg-color--cobalt, :not(.is--themed)) :is(.coh-wysiwyg *, .coh-paragraph) {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.has--gradient, .bg-color--cobalt, :not(.is--themed)) .featured-ct__image + .featured-ct__content {
  background: -webkit-linear-gradient(196.66deg, #0438B0 22.16%, #04153F 96.61%);
  background: linear-gradient(253.34deg, #0438B0 22.16%, #04153F 96.61%);
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f:is(.has--gradient, .bg-color--cobalt, :not(.is--themed)) .featured-ct__image + .featured-ct__content {
    background:  -webkit-linear-gradient(196.66deg, #0438B0 22.16%, #04297f 96.61%);
    background:  linear-gradient(253.34deg, #0438B0 22.16%, #04297f 96.61%);
  }
}
.coh-ce-cpt_cta_banner-d0061b4f:is(.has--gradient, .bg-color--cobalt, :not(.is--themed)) .featured-ct__content {
  background: -webkit-linear-gradient(196.66deg, #042f93 0%, #04153F 130%);
  background: linear-gradient(253.34deg, #042f93 0%, #04153F 130%);
}
.coh-ce-cpt_cta_banner-d0061b4f:not(:has(.coh-image)) {
  gap: 48px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f:not(:has(.coh-image)) .featured-ct__compass {
    display: block;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f:not(:has(.coh-image)) .featured-ct__content {
    padding-right: 0;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f:not(:has(.coh-image)) .featured-ct__stripe {
  left: -webkit-calc(50% - 50vw);
  left: calc(50% - 50vw);
  right: unset;
  position: absolute;
}
.coh-ce-cpt_cta_banner-d0061b4f .featured-ct__image {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f .featured-ct__image {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: block;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f .featured-ct__image .coh-image {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  width: 100%;
  position: absolute;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f .featured-ct__image .coh-image {
    -webkit-clip-path: polygon(0% 100%, -webkit-calc(100% - 80px) -webkit-calc(100% - 50px), -webkit-calc(100% - 68px) -webkit-calc(100% - 54px), -webkit-calc(100% - 62px) -webkit-calc(100% - 57px), -webkit-calc(100% - 55px) -webkit-calc(100% - 64px), -webkit-calc(100% - 53px) -webkit-calc(100% - 69px), -webkit-calc(100% - 50px) -webkit-calc(100% - 80px),  100% 0, 0 0);
            clip-path: polygon(0% 100%, calc(100% - 80px) calc(100% - 50px), calc(100% - 68px) calc(100% - 54px), calc(100% - 62px) calc(100% - 57px), calc(100% - 55px) calc(100% - 64px), calc(100% - 53px) calc(100% - 69px), calc(100% - 50px) calc(100% - 80px),  100% 0, 0 0);
    -webkit-clip-path: shape(from 0% 100%, line to -webkit-calc(100% - 80px) -webkit-calc(100% - 50px), curve to -webkit-calc(100% - 50px) -webkit-calc(100% - 80px) with -webkit-calc(100% - 55px) -webkit-calc(100% - 55px), line to 100% 0, line to 0 0);
            clip-path: shape(from 0% 100%, line to calc(100% - 80px) calc(100% - 50px), curve to calc(100% - 50px) calc(100% - 80px) with calc(100% - 55px) calc(100% - 55px), line to 100% 0, line to 0 0);
    height: 100%;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f .featured-ct__content {
  -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;
  gap: 40px;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner-d0061b4f .featured-ct__content {
    padding-top: 64px;
    padding-right: 32px;
    padding-bottom: 64px;
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner-d0061b4f .featured-ct__content {
    gap: 64px;
    padding-top: 80px;
    padding-right: 64px;
    padding-bottom: 80px;
    padding-left: 64px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner-d0061b4f .featured-ct__content {
    padding: 80px;
  }
}
.coh-ce-cpt_cta_banner-d0061b4f .featured-ct__compass {
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/rathbones-compass-dark.svg');
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: none;
  height: auto;
}
.coh-ce-cpt_cta_banner-637ee591 {
  margin: 0;
  color: rgb(255, 255, 255);
  max-height: 4.6875rem;
  overflow: hidden;
}
.coh-ce-cpt_cta_banner-3ecea657:not(:has(*:not(:empty))) {
  display: none;
}
.coh-ce-cpt_cta_banner-3ecea657 .coh-component {
  text-align: left;
}
.coh-ce-cpt_cta_banner-28b531e5 {
  -webkit-filter: brightness(2.5);
          filter: brightness(2.5);
}
.coh-ce-cpt_cta_banner_one_column-fac14081 {
  -webkit-box-shadow: 0px 10px 20px 0px #51505040;
          box-shadow: 0px 10px 20px 0px #51505040;;
  -webkit-border-radius: 8px;;
          border-radius: 8px;
  height: auto;
  max-height: 25rem;
  position: relative;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-fac14081 {
    height: auto;
    max-height: 31.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-fac14081 {
    height: auto;
    max-height: 37.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-fac14081 {
    height: auto;
    max-height: 55.625rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-fac14081:after {
  background-image:  -webkit-linear-gradient(196.66deg, #0438B0 22.16%, #04153F 96.61%);
  background-image:  linear-gradient(253.34deg, #0438B0 22.16%, #04153F 96.61%);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bg-color--cobalt.coh-ce-cpt_cta_banner_one_column-fac14081 {
  background-image:  -webkit-linear-gradient(196.66deg, #0438B0 22.16%, #04153F 96.61%);
  background-image:  linear-gradient(253.34deg, #0438B0 22.16%, #04153F 96.61%);
}
.is--themed.coh-ce-cpt_cta_banner_one_column-fac14081:after {
  background-image: none;
}
.is--themed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--dynamic-colour {
  color: rgb(4, 21, 63);
}
.is--themed.coh-ce-cpt_cta_banner_one_column-fac14081 .rathbones-compass {
  -webkit-filter: none;
          filter: none;
}
.cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 {
  -webkit-border-radius: 0px;
          border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  max-height: 25rem;
}
@media (min-width: 768px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 {
    height: auto;
    max-height: 31.25rem;
  }
}
@media (min-width: 1024px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 {
    height: auto;
    max-height: 37.5rem;
  }
}
@media (min-width: 1280px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 {
    height: auto;
    max-height: 56.25rem;
  }
}
.cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081:before {
  content: "";
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 50vw);
  left: calc(50% - 50vw);
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/decorative-side-strip.svg');
  background-postion: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.25rem;
  height: 100%;
  display: block;
}
.cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081:after {
  left: -webkit-calc(50% - 50vw);
  left: calc(50% - 50vw);
  width: 100vw;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  display: block;
}
.cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--right .coh-image {
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
@media (min-width: 768px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--right .cta-banner-image {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--right .cta-banner-image {
    padding-top: 1.375rem;
  }
}
@media (min-width: 768px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .rathbones-compass {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .rathbones-compass {
    width: 33.1875rem;
  }
}
.cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--left {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  margin-left: 0px !important;
}
@media (min-width: 1024px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--left {
    padding-top: 4rem;
    padding-right: 0;
    padding-bottom: 4rem;
    padding-left: 4rem;
    margin-left: 3rem;
  }
}
@media (min-width: 1280px) {
  .cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .cta-banner--left {
    padding-top: 5rem;
    padding-right: 0;
    padding-bottom: 5rem;
    padding-left: 4rem;
  }
}
.cta-banner--full-bleed.coh-ce-cpt_cta_banner_one_column-fac14081 .column__right {
  position: absolute;
  right: -webkit-calc(50% - 50vw);
  right: calc(50% - 50vw);
  height: 100%;
}
.coh-ce-cpt_cta_banner_one_column-fac14081 .coh-row {
  height: 100%;
}
.coh-ce-cpt_cta_banner_one_column-238addef {
  height: 100% !important;
  height: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-238addef {
    min-height: 18.75rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-238addef {
    min-height: 25rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-2cf7c6b3 {
  height: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-2cf7c6b3 {
    height: auto;
  }
}
.coh-ce-cpt_cta_banner_one_column-b05f8eaa {
  padding-top: 2rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  margin-right: 0;
  height: 100%;
}
@media (min-width: 568px) {
  .coh-ce-cpt_cta_banner_one_column-b05f8eaa {
    margin-right: 3rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-b05f8eaa {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-b05f8eaa {
    padding-top: 4rem;
    padding-right: 0;
    padding-bottom: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-b05f8eaa {
    padding-top: 5rem;
    padding-right: 0;
    padding-bottom: 5rem;
    padding-left: 4rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-b05f8eaa:has(.cta-banner__link-container) .cat-banner--dropzone-old {
  display: none;
}
.coh-ce-cpt_cta_banner_one_column-a5b6fef2 {
  margin-top: 0;
  margin-bottom: 0.375rem;
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-a5b6fef2 {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-c59ccc0b {
  color: rgb(255, 255, 255);
  font-size: 1.75rem;
  line-height: 35px;
  max-height: 6.25rem;
  margin-bottom: 0.375rem;
  margin-bottom: 6px !important;
  margin-top: 0px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-c59ccc0b {
    max-height: 6.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-c59ccc0b {
    font-size: 2.625rem;
    line-height: 48.3px;
    max-height: 9.375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-c59ccc0b {
    max-height: 12.5rem;
    font-size: 3.5rem;
    line-height: 64.4px;
  }
}
.coh-ce-cpt_cta_banner_one_column-8de98850 {
  color: rgb(255, 255, 255);
  max-height: 4.6875rem;
  margin: 0;
  overflow: hidden;
}
.coh-ce-cpt_cta_banner_one_column-67fce650 {
  margin-top: 2.5rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-67fce650 {
    margin-top: 4rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-d1858dd6 {
  padding-top: 2.5rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-d1858dd6 {
    padding-top: 4rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-d1858dd6:not(:has(*:not(:empty))) {
  display: none;
}
.coh-ce-cpt_cta_banner_one_column-d1858dd6 .coh-component {
  text-align: left;
}
.coh-ce-cpt_cta_banner_one_column-810e4ce {
  height: auto;
  display: none;
}
@media (min-width: 568px) {
  .coh-ce-cpt_cta_banner_one_column-810e4ce {
    display: block;
  }
}
.coh-ce-cpt_cta_banner_one_column-6be8073 {
  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;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-6be8073 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-6be8073 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-6be8073 {
    width: 100%;
  }
}
.coh-ce-cpt_cta_banner_one_column-6be8073:has(.coh-image) .rathbones-compass {
  display: none;
}
.coh-ce-cpt_cta_banner_one_column-49b36a48 {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_cta_banner_one_column-49b36a48 {
    padding-top: 1.3125rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-49b36a48 {
    width: 20.8125rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-49b36a48 {
    width: 28.5625rem;
    padding-top: 1.4375rem;
  }
}
.coh-ce-cpt_cta_banner_one_column-e8c591bd {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: url(#rathbone-compass) !important;
          clip-path: url(#rathbone-compass) !important;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
}
.coh-ce-cpt_cta_banner_one_column-17012bb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.coh-ce-cpt_cta_banner_one_column-9dea23e0 {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/rathbones-compass-dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  -webkit-filter: brightness(2.5);
          filter: brightness(2.5);
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_cta_banner_one_column-9dea23e0 {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_cta_banner_one_column-9dea23e0 {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a {
    overflow: scroll;
  }
}
.coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner {
  top: 1.75rem;
  bottom: 1.75rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner {
    top: 1.875rem;
    bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner {
    top: 2.375rem;
    bottom: 2.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 26, 0);
            box-shadow: 0 0 1.875rem rgba(0, 0, 26, 0);
    position: absolute;
    top: 3.4375rem;
    bottom: 3.4375rem;
  }
}
.coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner .coh-container {
  max-width: 23rem;
  padding: 1.75rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner .coh-container {
    max-width: 33.5rem;
    padding: 1.875rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner .coh-container {
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner .coh-container {
    max-width: 41.4375rem;
    padding: 2.375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner .coh-container {
    max-width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-inner .coh-container {
    max-width: 54.6875rem;
    width: 100%;
    padding: 3.4375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-1345bc1a .coh-modal-close-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: "\e918";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_custom_pop_up-b01e3568 {
  -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;
  gap: 15px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_custom_pop_up-b01e3568 {
    gap: 10px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-b01e3568 {
    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: 15px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-b01e3568:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-b01e3568:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_custom_pop_up-7fce2ec4 {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.coh-ce-cpt_custom_pop_up-7fce2ec4:after {
  top: unset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 568px) {
  .coh-ce-cpt_custom_pop_up-7fce2ec4:after {
    top: unset;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_data_capture_hero_banner-312c2eb {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_data_capture_hero_banner-312c2eb {
    height: -webkit-calc(100vh - 108px);
    height: calc(100vh - 108px);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_data_capture_hero_banner-312c2eb {
    height: -webkit-calc(100vh - 118px);
    height: calc(100vh - 118px);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-312c2eb {
    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;
    position: relative;
    height: -webkit-calc(100vh - 155px);
    height: calc(100vh - 155px);
  }
}
@media (min-width: 568px) {
  .image--position-left.coh-ce-cpt_data_capture_hero_banner-312c2eb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1912px) {
  .image--position-left.coh-ce-cpt_data_capture_hero_banner-312c2eb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_data_capture_hero_banner-807ce4d4 {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-807ce4d4 {
    width: 50%;
    background-color: rgb(251, 250, 251);
    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;
    height: 100%;
  }
}
.coh-ce-cpt_data_capture_hero_banner-65fbd499 {
  padding-top: 3.125rem;
  padding-right: 24px;
  padding-bottom: 3.125rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_data_capture_hero_banner-65fbd499 {
    padding-top: 3.75rem;
    padding-right: 1.5rem;
    padding-bottom: 3.75rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-65fbd499 {
    padding-top: 6.875rem;
    padding-right: 32px;
    padding-bottom: 6.875rem;
    overflow-x: clip;
    overflow-y: auto;
  }
}
.coh-ce-cpt_data_capture_hero_banner-c9779a30 {
  height: 21.125rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_data_capture_hero_banner-c9779a30 {
    height: 30rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-c9779a30 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.coh-ce-cpt_data_capture_hero_banner-f1b3b796 {
  width: 100%;
}
@media (min-width: 568px) {
  .coh-ce-cpt_data_capture_hero_banner-f1b3b796 {
    width: 33.5rem;
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_data_capture_hero_banner-f1b3b796 {
    width: 23.6875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_data_capture_hero_banner-f1b3b796 {
    width: 27.125rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_data_capture_hero_banner-f1b3b796 {
    width: 30.9375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-f1b3b796 {
    width: 35.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    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;
    text-align: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-a1094edd {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-style-h2.coh-heading.coh-ce-cpt_data_capture_hero_banner-a1094edd {
    margin-top: 0;
    margin-bottom: 0.625rem;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_data_capture_hero_banner-b082711c {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_data_capture_hero_banner-b082711c {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-b082711c {
    color: rgb(255, 255, 255);
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_data_capture_hero_banner-3c11ddd {
    z-index: 2;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 {
    background-color: rgba(51, 51, 51, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1500;
  }
}
.coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container {
  padding: 1.75rem;
  max-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container {
    max-width: 33.5rem;
    padding: 1.875rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container {
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container {
    padding: 2.375rem;
    max-width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container {
    max-width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container {
    padding: 3.4375rem;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 26, 0);
            box-shadow: 0 0 30px rgba(0, 0, 26, 0);
    max-width: 54.6875rem;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-f88d0265 > .coh-container .coh-heading {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_disclaimer_pop_up-dc0181b7 {
    height: 3.1875rem;
    width: 3.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-dc0181b7 {
    height: 4.25rem;
    min-height: 0;
    width: 4.25rem;
    position: absolute;
    top: 0;
    right: 0;
    border-style: none;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_disclaimer_pop_up-dc0181b7:after {
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-dc0181b7:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    content: "\e92a";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_disclaimer_pop_up-72be4eb2 {
  margin-top: 0.9375rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_disclaimer_pop_up-72be4eb2 {
    margin-top: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_disclaimer_pop_up-72be4eb2 {
    margin-top: 1.25rem;
    margin-bottom: 2.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-72be4eb2 {
    max-height: 16rem;
    margin-top: 1.875rem;
    margin-right: 0;
    margin-bottom: 3.4375rem;
    margin-left: 0;
    position: relative;
    overflow-y: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-72be4eb2 p br {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-72be4eb2 p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}
.coh-ce-cpt_disclaimer_pop_up-183657c9 {
  gap: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 568px) {
  .coh-ce-cpt_disclaimer_pop_up-183657c9 {
    gap: 10px;
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_disclaimer_pop_up-183657c9 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-183657c9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.3125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-183657c9:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-183657c9:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-91364a64:hover {
    background-color: rgb(144, 145, 147);
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_disclaimer_pop_up-1a876c89:after {
  bottom: 1.75rem;
  top: unset;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 568px) {
  .coh-ce-cpt_disclaimer_pop_up-1a876c89:after {
    bottom: 1.875rem;
    top: unset;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_disclaimer_pop_up-1a876c89:after {
    bottom: 2.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_disclaimer_pop_up-1a876c89:after {
    bottom: 3.4375rem;
  }
}
.coh-ce-cpt_event_card-f70dbd6f .coh-link:not(:hover) span {
  text-decoration: none;
}
.coh-ce-cpt_event_card-74bb568c {
  font-size: 0.875rem;
  margin-bottom: -webkit-calc(-1.5 * 8px);
  margin-bottom: calc(-1.5 * 8px);
}
.coh-ce-cpt_event_card-17f7893a:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  font-family: Icomoon;
  margin-right: 0.5rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_cards_section-238dff37 .slick-track > .coh-slider-item:nth-child(odd) .feature-cards-section__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_cards_section-238dff37 .slick-track > .coh-slider-item:nth-child(odd) .feature-cards-section__slide {
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_cards_section-238dff37 .slick-track > .coh-slider-item:nth-child(odd) .feature-cards-section__card {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_cards_section-238dff37 .slick-track > .coh-slider-item:nth-child(odd) .feature-cards-section__card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_feature_cards_slide-202c16cc {
    margin: -webkit-calc(-20px / 2);
    margin: calc(-20px / 2);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_cards_slide-202c16cc {
    margin: -webkit-calc(-25px / 2);
    margin: calc(-25px / 2);
    height: -webkit-calc(100% + 25px);
    height: calc(100% + 25px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_feature_cards_slide-202c16cc .feature-cards-section__card {
    padding: -webkit-calc(20px / 2);
    padding: calc(20px / 2);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_cards_slide-202c16cc .feature-cards-section__card {
    padding: -webkit-calc(25px / 2);
    padding: calc(25px / 2);
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_cards_slide-202c16cc .feature-cards-section__card > article {
    height: 100%;
  }
}
.coh-ce-cpt_feature_card_vertical-4362c1bf {
  min-height: 15.25rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 15.25rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 29.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 32.25rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 33.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-4362c1bf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 33.3125rem;
    -webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    height: 100%;
  }
}
.feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf {
  min-height: 15.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 568px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 15.25rem;
  }
}
@media (min-width: 768px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 14.1875rem;
  }
}
@media (min-width: 1024px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 15.4375rem;
  }
}
@media (min-width: 1280px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 15.875rem;
  }
}
@media (min-width: 1912px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf {
    min-height: 15.875rem;
    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;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf .feature-card__image-link {
    width: 20.75rem;
  }
}
@media (min-width: 1024px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf .feature-card__image-link {
    width: 15.875rem;
  }
}
@media (min-width: 1280px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf .feature-card__image-link {
    width: 17.9375rem;
  }
}
@media (min-width: 1912px) {
  .feature-card--horizontal.coh-ce-cpt_feature_card_vertical-4362c1bf .feature-card__image-link {
    width: 20.5625rem;
    padding-top: 0;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-abeaeb93 {
    display: none;
    overflow: hidden;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-abeaeb93 {
    display: block;
    overflow: hidden;
    padding-top: 77.17%;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-7cfa30a2 {
    padding: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    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;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-e379884a {
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-e379884a {
    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-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-691f83a2 {
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-691f83a2 {
    display: none;
    overflow: hidden;
    -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
    -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 (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-b23497b5 {
    display: block;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-b23497b5 {
    display: none;
    -webkit-transition: 250ms ease-in-out transform;
    transition: 250ms ease-in-out transform;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-b23497b5:hover {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
        -ms-transform: scaleX(1.05) scaleY(1.05);
            transform: scaleX(1.05) scaleY(1.05);
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-5cdc5d43 {
    margin-left: 1.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-5cdc5d43 {
    margin-left: 0;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-7fd0eb5c {
    margin-top: 0;
    margin-bottom: 6px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-7fd0eb5c {
    font-family: 'Guardian RTB Sans Condensed', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.coh-heading.coh-ce-cpt_feature_card_vertical-23f9232a {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_feature_card_vertical-23f9232a {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_feature_card_vertical-d276bf16 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-d276bf16 {
    margin-top: 0;
    margin-bottom: 25px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-d276bf16 div, .coh-ce-cpt_feature_card_vertical-d276bf16 p {
    font-size: inherit;
    line-height: inherit;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-65b810ab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_feature_card_vertical-ffc4b32e {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-8c2f0e18 {
    background-color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_footer_logos-627e0c11 {
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 11px;
  padding-bottom: 11px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 {
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.coh-ce-cpt_footer_logos-627e0c11 > div {
  padding-top: 11px;
  padding-right: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 > div {
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 > div.show--false {
    margin: 0;
    display: none;
    padding: 0;
  }
}
.coh-ce-cpt_footer_logos-627e0c11 > div > a {
  height: 56px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 > div > a {
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    line-height: 0px;
    text-decoration: none;
    height: 70px;
    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;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 > div > a:hover img {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
        -ms-transform: scaleX(1.05) scaleY(1.05);
            transform: scaleX(1.05) scaleY(1.05);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 > div > a:focus-visible {
    outline-width: 1px;
    outline-offset: 3px;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
.coh-ce-cpt_footer_logos-627e0c11 > div > a img {
  max-width: 110px;
  width: auto;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer_logos-627e0c11 > div > a img {
    -webkit-transition: 250ms ease-in-out transform;
    transition: 250ms ease-in-out transform;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 140px;
  }
}
.coh-ce-cpt_hero_card_component-79428094 {
  width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  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;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.25);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.25);
  position: relative;
  padding-bottom: 2.75rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_card_component-79428094 {
    max-width: 32.5rem;
  }
}
.coh-ce-cpt_hero_card_component-79428094:hover {
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.4);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(80, 80, 80, 0.4);
}
.coh-ce-cpt_hero_card_component-79428094:after {
  content: "";
  height: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -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.5rem;
          border-bottom-left-radius: 0.5rem;
  -webkit-border-bottom-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem;
  display: block !important;
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/decorative-strip--rim.jpg');
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.coh-ce-cpt_hero_card_component-79428094 .coh-style-h6 {
  color: rgb(4, 56, 176);
}
.coh-ce-cpt_hero_card_component-38b3788f {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path:  url(#mask__hero_card);
          clip-path:  url(#mask__hero_card);
  -o-object-position: top;
     object-position: top;
}
.coh-ce-cpt_hero_card_component-6bbbfc54 {
  position: absolute;
}
.coh-ce-cpt_hero_card_component-57da5a8b {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_link-c5c15f32 {
    margin-right: auto;
    padding-right: 0.75rem;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_hero_link-cbf77c42 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .inverted.coh-ce-cpt_hero_link-cbf77c42 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_link-185f1a81 {
    margin: 0;
  }
}
@media (min-width: 1912px) {
  .inverted.coh-ce-cpt_hero_link-185f1a81 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_link-6ed3eff7 {
    margin-bottom: 0.25rem;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_link-6ed3eff7 {
    padding-top: 0.625rem;
    padding-right: 0.75rem;
    padding-bottom: 0.6875rem;
    padding-left: 0.875rem;
    width: 2rem;
    height: 2rem;
    max-width: 2rem;
    max-height: 2rem;
    min-height: 2rem;
    min-width: 2rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_link-6ed3eff7:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
    padding-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_block-67fd02eb {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_block-be7dffc6 {
    color: rgb(255, 255, 255);
  }
}
.coh-heading.coh-ce-cpt_hero_with_background_block-be7dffc6 {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .coh-heading.coh-ce-cpt_hero_with_background_block-be7dffc6 {
    margin-top: 0;
    margin-bottom: 29px;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_hero_with_background_block-be7dffc6 {
    margin-top: 0;
    margin-bottom: 31px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_block-ceed50dc {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_hero_with_background_video-e6dbf118 {
  min-height: -webkit-calc(100vh - 155px);
  min-height: calc(100vh - 155px);
}
@media (min-width: 568px) {
  .coh-ce-cpt_hero_with_background_video-e6dbf118 {
    min-height: -webkit-calc(100vh - 155px);
    min-height: calc(100vh - 155px);
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_with_background_video-e6dbf118 {
    min-height: -webkit-calc(100vh - 155px);
    min-height: calc(100vh - 155px);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_with_background_video-e6dbf118 {
    min-height: -webkit-calc(100vh - 155px);
    min-height: calc(100vh - 155px);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_video-e6dbf118 {
    min-height: -webkit-calc(100vh - 155px);
    min-height: calc(100vh - 155px);
  }
}
.hero-banner.coh-ce-cpt_hero_with_background_video-e6dbf118 {
  height: -webkit-calc(100vh - 140px);
  height: calc(100vh - 140px);
  margin-top: 3.75rem;
}
@media (min-width: 568px) {
  .hero-banner.coh-ce-cpt_hero_with_background_video-e6dbf118 {
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
  }
}
@media (min-width: 1024px) {
  .hero-banner.coh-ce-cpt_hero_with_background_video-e6dbf118 {
    height: -webkit-calc(100vh - 38px);
    height: calc(100vh - 38px);
  }
}
@media (min-width: 1912px) {
  .hero-banner.coh-ce-cpt_hero_with_background_video-e6dbf118 {
    height: -webkit-calc(100vh - 55px);
    height: calc(100vh - 55px);
  }
}
.coh-ce-cpt_hero_with_background_video-519774e3 {
  top: 96px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_hero_with_background_video-519774e3 {
    top: 158px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_video-519774e3 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.coh-ce-cpt_hero_with_background_video-53e98f51 {
  width: 23rem;
  color: rgba(255, 255, 255, 0.98);
}
@media (min-width: 568px) {
  .coh-ce-cpt_hero_with_background_video-53e98f51 {
    width: 22rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_with_background_video-53e98f51 {
    width: 36.5625rem;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_with_background_video-53e98f51 {
    width: 41.4375rem;
    color: rgba(255, 255, 255, 0.99);
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_hero_with_background_video-53e98f51 {
    width: 47.1875rem;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_video-53e98f51 {
    color: rgba(255, 255, 255, 0.99);
    margin-top: 0;
    margin-bottom: 1.875rem;
    width: 50.6875rem;
  }
}
.coh-ce-cpt_hero_with_background_video-c577f601 {
  width: 1.875rem;
  height: 1.875rem;
  bottom: 20px;
  right: 20px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_video-c577f601 {
    -webkit-border-radius: 24px;
            border-radius: 24px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    min-width: unset;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_hero_with_background_video-c577f601: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: "\e923";
    font-family: Icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-button--video-btn--paused.coh-ce-cpt_hero_with_background_video-c577f601: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: "\e907";
    font-family: Icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_horizontal_card-824a70ef {
    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-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_horizontal_card-984b6d72 {
  width: 4.5625rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_horizontal_card-984b6d72 {
    width: 9.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_horizontal_card-984b6d72 {
    width: 10.0625rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_horizontal_card-984b6d72 {
    width: 11.4375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_horizontal_card-984b6d72 {
    overflow: hidden;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 13.1875rem;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_horizontal_card-a2809949 {
    -webkit-transition: 250ms ease-in-out transform;
    transition: 250ms ease-in-out transform;
    height: auto;
    width: 100%;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_horizontal_card-a2809949:hover {
    -webkit-transform: scaleX(1.05) scaleY(1.05);
        -ms-transform: scaleX(1.05) scaleY(1.05);
            transform: scaleX(1.05) scaleY(1.05);
  }
}
.coh-ce-cpt_horizontal_card-c08ab96e {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_horizontal_card-c08ab96e {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_horizontal_card-c08ab96e {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1.5625rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_horizontal_card-c08ab96e {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1.5625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_horizontal_card-c08ab96e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_horizontal_card-194fb336 {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_horizontal_card-f792d8d {
    margin-top: 0;
    margin-bottom: 1.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_icon_card-8c2f0e18 {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_icon_card-871dc8ac {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_icon_card-92da1fad {
    padding-right: 20px;
    margin-top: 18px;
    margin-bottom: 22px;
  }
}
.coh-ce-cpt_icon_cards_section-ec3cbd22 {
  margin-bottom: -2rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_icon_cards_section-ec3cbd22 {
    margin-bottom: -2.5rem;
  }
}
.coh-ce-cpt_icon_cards_section-ec3cbd22 > .coh-column {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_icon_cards_section-ec3cbd22 > .coh-column {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_icon_cards_section-ec3cbd22 .icon-card__heading {
    height: auto !important;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_icon_cards_section-e5b3fdcb {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.coh-ce-cpt_image-511e20eb {
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.image--hide.coh-ce-cpt_image-511e20eb {
  display: none;
}
@media (min-width: 768px) {
  .image--hide.coh-ce-cpt_image-511e20eb {
    display: block;
  }
}
.image--show.coh-ce-cpt_image-511e20eb {
  display: block;
}
.cpt_image--bleed.coh-ce-cpt_image-511e20eb {
  width: 100vw;
  margin-right: -webkit-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.cpt_image--bleed.coh-ce-cpt_image-511e20eb .coh-image {
  width: 100%;
  -webkit-border-radius: 0px;
          border-radius: 0px;
}
.coh-ce-cpt_image-bca6b2df {
  height: auto;
  width: auto;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.coh-ce-cpt_image-b54fbd7c {
  margin-top: 0;
  color: rgb(4, 21, 63);
  font-size: 0.875rem;
  line-height: 150%;
}
.coh-ce-cpt_investor_type-25c8c47 {
  background-color: rgb(120, 101, 146);
  z-index: 2;
}
@media (min-width: 568px) {
  .coh-ce-cpt_investor_type-e25be3dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_investor_type-e25be3dc {
    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;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_investor_type-85dae2ea {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_investor_type-85dae2ea {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_investor_type-cd954027 {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_investor_type-cd954027 {
    -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;
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_investor_type-1efb0a30 {
    color: rgb(120, 101, 146);
    background-color: rgb(255, 255, 255);
    margin-right: 0.4375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_investor_type-5e8d94d2 {
    color: rgb(120, 101, 146);
    background-color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_legal_disclaimer_banner-bd57c7bf {
  padding-top: 0.5rem;
  padding-right: 0.125rem;
  padding-bottom: 0.5rem;
  padding-left: 0.125rem;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  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;
}
@media (min-width: 768px) {
  .coh-ce-cpt_legal_disclaimer_banner-bd57c7bf {
    padding-top: 1rem;
    padding-right: 0;
    padding-bottom: 1rem;
    padding-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_legal_disclaimer_banner-bd57c7bf {
    padding-top: 0.5rem;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
}
.coh-ce-cpt_legal_disclaimer_banner-bd57c7bf p {
  font-size: 0.75rem;
  line-height: 150%;
  color: rgb(67, 74, 91);
  text-align: center;
}
@media (min-width: 768px) {
  .coh-ce-cpt_legal_disclaimer_banner-bd57c7bf p {
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_legal_disclaimer_banner-bd57c7bf p {
    font-size: 0.75rem;
  }
}
.lightbox--long-text.coh-ce-cpt_lightbox-17b635f0 .coh-modal-inner {
  width: 100%;
}
@media (min-width: 768px) {
  .lightbox--long-text.coh-ce-cpt_lightbox-17b635f0 .coh-modal-inner {
    max-width: 41.5rem;
  }
}
.lightbox--video.coh-ce-cpt_lightbox-17b635f0 .coh-modal-inner {
  max-width: 58.75rem;
}
@media (min-width: 568px) {
  .lightbox--video.coh-ce-cpt_lightbox-17b635f0 .coh-modal-close-button {
    margin-top: 8px;
    margin-right: 8px;
  }
}
.lightbox--video.coh-ce-cpt_lightbox-17b635f0 .modal-heading {
  display: none;
}
.coh-ce-cpt_lightbox-17b635f0 .coh-wysiwyg {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-height: -webkit-calc(100vh - 240px);
  max-height: calc(100vh - 240px);
  overflow-y: auto;
}
.coh-ce-cpt_lightbox-17b635f0 .coh-wysiwyg a {
  font-weight: 300;
  color: rgb(4, 56, 176);
}
.coh-ce-cpt_lightbox-17b635f0 .coh-wysiwyg a:hover {
  color: rgb(5, 71, 224);
}
.coh-ce-cpt_lightbox-17b635f0 .coh-modal-inner {
  background-color: rgb(242, 247, 251);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.40);
          box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.40);
  padding: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  width: 100%;
  margin-right: 16px;
  margin-left: 16px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_lightbox-17b635f0 .coh-modal-inner {
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    max-width: 30rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_lightbox-17b635f0 .coh-modal-inner {
    margin-right: 0;
    margin-left: 0;
  }
}
.coh-ce-cpt_lightbox-17b635f0 .coh-modal-close-button {
  height: 2rem;
  width: 2rem;
  font-size: 0;
  margin-top: 12px;
  margin-right: 12px;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_lightbox-17b635f0 .coh-modal-close-button {
    margin-top: 12px;
    margin-right: 12px;
  }
}
.coh-ce-cpt_lightbox-17b635f0 .coh-modal-close-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: "\e939";
  font-family: Icomoon;
  font-size: 1.25rem;
  color: rgb(4, 21, 63);
}
.coh-ce-cpt_lightbox-17b635f0 .coh-modal-close-button:focus-visible {
  outline-width: 1.5px;
  outline-color: rgb(0, 0, 0);
  outline-style: dashed;
}
.coh-ce-cpt_lightbox-17b635f0 .coh-modal-overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.coh-ce-cpt_lightbox-73a4a81c {
  padding-top: 48px;
  padding-right: 20px;
  padding-bottom: 28px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_lightbox-73a4a81c {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_lightbox-73a4a81c {
    gap: 32px;
  }
}
.coh-ce-cpt_lightbox-73a4a81c:before {
  display: none;
}
.coh-ce-cpt_lightbox-73a4a81c:after {
  display: none;
}
.coh-ce-cpt_lightbox-63f63964 {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.coh-ce-cpt_lightbox-63f63964:before {
  display: none;
}
.coh-ce-cpt_lightbox-63f63964:after {
  display: none;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_loader-21f99edf {
    color: rgb(4, 21, 63);
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_loader-21f99edf:before {
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_loader-21f99edf:after {
    background-color: rgb(4, 21, 63);
  }
}
.coh-ce-cpt_logo_grid-5ea3fe0e:before {
  display: none;
}
.coh-ce-cpt_logo_grid-5ea3fe0e:after {
  display: none;
}
.coh-ce-cpt_logo_grid-d87f4104 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_logo_grid-d87f4104 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_logo_grid-d87f4104 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_logo_grid-d87f4104 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.coh-ce-cpt_logo_grid-84dfeb98 {
  height: 100%;
  width: 100%;
  background-color: rgb(251, 250, 251);
  margin: 0;
  padding: 0.9375rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_logo_grid-84dfeb98 {
    padding: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_logo_grid-84dfeb98 {
    padding: 1.5rem;
  }
}
.coh-ce-cpt_logo_grid-84dfeb98:before {
  content: normal;
}
.coh-ce-cpt_map-c8f200d1 {
  width: 23rem;
  height: 13rem;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_map-c8f200d1 {
    height: 18.875rem;
    width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_map-c8f200d1 {
    width: 55.5625rem;
    height: 31.3125rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_map-c8f200d1 {
    width: 62.9375rem;
    height: 35.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_map-c8f200d1 {
    width: 72.125rem;
    height: 40.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_map-c8f200d1 {
    height: 47rem;
    width: 83.25rem;
    padding-bottom: 0;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_minimal_card-84d983cb {
    padding: 1.5rem;
    -webkit-box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1875rem 0.9375rem rgba(0, 0, 0, 0.1);
    width: 100%;
    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_minimal_card-ee7c105f {
  font-size: 1.0625rem;
  line-height: 1.625rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_minimal_card-ee7c105f {
    margin-bottom: 12px!important;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_minimal_card-ee7c105f {
    font-size: 1.1875rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_minimal_card-ee7c105f {
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.375rem;
    color: rgb(0, 0, 0);
    line-height: 1.9375rem;
    margin-top: 0px!important;
    margin-bottom: 14px!important;
  }
}
.coh-ce-cpt_minimal_card-766f94e9 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_minimal_card-766f94e9 {
    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;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.coh-ce-cpt_minimal_card-cd4e3430 {
  margin-right: 0;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_minimal_card-cd4e3430 {
    margin-right: 10px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_minimal_card-cd4e3430 {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.wide--true.coh-ce-cpt_minimal_card-cd4e3430 {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .wide--true.coh-ce-cpt_minimal_card-cd4e3430 {
    margin-right: 58px;
  }
}
@media (min-width: 1024px) {
  .wide--true.coh-ce-cpt_minimal_card-cd4e3430 {
    margin-right: 38px;
  }
}
@media (min-width: 1912px) {
  .wide--true.coh-ce-cpt_minimal_card-cd4e3430 {
    margin-right: 62px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_minimal_card-d650984e {
    width: 2rem;
    min-height: 0;
    height: 2rem;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.coh-ce-cpt_new_hero_banner-7171e708 {
  max-width: unset;
}
@media (min-width: 568px) {
  .coh-ce-cpt_new_hero_banner-7171e708 {
    max-width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_new_hero_banner-7171e708 {
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_new_hero_banner-7171e708 {
    max-width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_new_hero_banner-7171e708 {
    max-width: 47.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-7171e708 {
    position: relative;
    width: 100%;
    text-align: center;
    max-width: 54.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 1;
    gap: 30px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-7171e708:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-7171e708:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-bf44cf89 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-bf44cf89:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-bf44cf89:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-4277d4ae {
    color: rgb(255, 255, 255);
    margin: 0 !important;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-e695de53 {
    color: rgb(255, 255, 255);
    margin: 0 !important;
    font-family: 'Euclid Circular A', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.coh-ce-cpt_new_hero_banner-d152cd7e {
  max-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_new_hero_banner-d152cd7e {
    max-width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_new_hero_banner-d152cd7e {
    max-width: 55.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_new_hero_banner-d152cd7e {
    max-width: 63rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_new_hero_banner-d152cd7e {
    max-width: 72.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-d152cd7e {
    color: rgb(255, 255, 255);
    margin: 0;
    width: 100%;
    max-width: 83.375rem;
  }
}
.coh-ce-cpt_new_hero_banner-1f62f809 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-1f62f809 {
    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;
    gap: 20px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-1f62f809:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-1f62f809:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-feaac851 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-feaac851 h1, .coh-ce-cpt_new_hero_banner-feaac851 h2, .coh-ce-cpt_new_hero_banner-feaac851 h3, .coh-ce-cpt_new_hero_banner-feaac851 h4, .coh-ce-cpt_new_hero_banner-feaac851 h5, .coh-ce-cpt_new_hero_banner-feaac851 h6, .coh-ce-cpt_new_hero_banner-feaac851 p, .coh-ce-cpt_new_hero_banner-feaac851 a, .coh-ce-cpt_new_hero_banner-feaac851 ul, .coh-ce-cpt_new_hero_banner-feaac851 ol, .coh-ce-cpt_new_hero_banner-feaac851 span {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-b940a094 {
    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-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-b940a094:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-b940a094:after {
    display: none;
  }
}
.coh-ce-cpt_new_hero_banner-27c92173 {
  bottom: 3.4375rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_new_hero_banner-27c92173 {
    bottom: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_new_hero_banner-27c92173 {
    bottom: 5.9375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-27c92173 {
    position: absolute;
    bottom: 8.75rem;
    left: 50%;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
    opacity: 0.5;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-538916e8 {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
.coh-ce-cpt_new_hero_banner-949d1e26 {
  bottom: 20px;
  right: 20px;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-949d1e26 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    -webkit-border-radius: 24px;
            border-radius: 24px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_new_hero_banner-949d1e26: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: "\e907";
    font-family: Icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-button--video-btn--paused.coh-ce-cpt_new_hero_banner-949d1e26: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: "\e923";
    font-family: Icomoon;
  }
}
.office-banner__view--show-map.coh-ce-cpt_office_banner-868a5ed1 .offices-map-conatiner {
  display: none;
}
@media (min-width: 1912px) {
  .office-banner__view--show-map.coh-ce-cpt_office_banner-868a5ed1 .offices-map-conatiner {
    display: block;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_office_banner-868a5ed1 .offices-map-conatiner {
    display: none;
  }
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-color: rgba(0, 0, 0, 0);
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li:first-child a:before {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon--grid-default.svg');
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li:last-child a:before {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon--map-default.svg');
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li:hover {
  border-bottom-color: rgb(155, 185, 253);
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li a {
  gap: 8px;
  text-decoration: none;
  word-wrap: break-word;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  color: rgb(4, 21, 63);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li a:before {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  content: "";
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav li a:focus-visible {
  outline-width: 0.09375rem;
  outline-offset: 3px;
  outline-color: rgb(4, 21, 63);
  outline-style: dotted;
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav .is-active {
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(4, 56, 176);
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav .is-active:first-child a:before {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon--grid-active.svg');
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav .is-active:last-child a:before {
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon--map-active.svg');
}
.coh-ce-cpt_office_listing_and_maps-e3098611 .coh-accordion-tabs-nav .is-active a {
  color: rgb(4, 56, 176);
}
.coh-ce-cpt_page_summary_block-ed43addd {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100rem;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-ed43addd {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_page_summary_block-ed43addd {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.coh-ce-cpt_page_summary_block-ed43addd:after {
  background-color: rgb(242, 247, 251);
}
.on-page-nav--enable.coh-ce-cpt_page_summary_block-ed43addd .page-summary-block__right {
  display: block;
}
.on-page-nav--enable.coh-ce-cpt_page_summary_block-ed43addd .stats {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 568px) {
  .on-page-nav--enable.coh-ce-cpt_page_summary_block-ed43addd .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .on-page-nav--enable.coh-ce-cpt_page_summary_block-ed43addd .stats {
    grid-template-columns: repeat(3, 1fr);
  }
}
.on-page-nav--disable.coh-ce-cpt_page_summary_block-ed43addd .page-summary-block__right {
  display: none;
}
.coh-ce-cpt_page_summary_block-7d72ebcd {
  margin: 0px !important;
  gap: 64px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-7d72ebcd {
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-7d72ebcd {
    gap: 24px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_page_summary_block-7d72ebcd {
    gap: 129px;
  }
}
.coh-ce-cpt_page_summary_block-513bdb62 {
  padding: 0 !important;
}
.coh-ce-cpt_page_summary_block-621abc52 {
  margin-top: 1rem;
  margin-bottom: 0;
}
.coh-ce-cpt_page_summary_block-aac86c50 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_page_summary_block-aac86c50 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-aac86c50 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-aac86c50 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_page_summary_block-aac86c50 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.coh-ce-cpt_page_summary_block-9c956e75 {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgba(4, 21, 63, 0.6);
  padding-right: 16px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-9c956e75 {
    padding-right: 0;
    padding-left: 16px;
  }
}
.coh-ce-cpt_page_summary_block-d4c3e287 {
  font-weight: 500;
  color: rgb(4, 21, 63);
  margin-top: 16px !important;
  margin-bottom: 0px !important;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-d4c3e287 {
    margin-top: 0px !important;
    margin-top: 0px !important;
  }
}
.coh-ce-cpt_page_summary_block-c30b01b9 {
  font-size: 1.75rem;
  font-weight: 400;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 125%;
  color: rgb(4, 21, 63);
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-c30b01b9 {
    margin-top: 8px !important;
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_page_summary_block-c30b01b9 {
    font-size: 2.25rem;
    line-height: 125%;
  }
}
.coh-ce-cpt_page_summary_block-b5124ff0 {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-b5124ff0 {
    margin-top: 40px;
  }
}
.coh-ce-cpt_page_summary_block-b5124ff0 p {
  font-size: 0.875rem;
}
.coh-ce-cpt_page_summary_block-f62a0c66 {
  padding: 0px !important;
}
.coh-ce-cpt_page_summary_block-1a9253dc {
  background-color: rgb(255, 255, 255);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.25);;
  gap: 0px;
  -webkit-transition: gap 0.3s ease;
  transition: gap 0.3s ease;
  padding-top: 1.25rem;
  padding-bottom: 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;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-1a9253dc {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-1a9253dc {
    gap: 24px;
  }
}
.coh-ce-cpt_page_summary_block-1a9253dc:before {
  display: none;
}
.coh-ce-cpt_page_summary_block-1a9253dc:after {
  display: none;
}
.on-page-nav--open.coh-ce-cpt_page_summary_block-1a9253dc {
  gap: 16px;
}
@media (min-width: 768px) {
  .on-page-nav--open.coh-ce-cpt_page_summary_block-1a9253dc {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .on-page-nav--open.coh-ce-cpt_page_summary_block-1a9253dc {
    gap: 24px;
  }
}
.coh-ce-cpt_page_summary_block-b46a672c {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
  gap: 8px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-b46a672c {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_page_summary_block-b46a672c:before {
  display: none;
}
.coh-ce-cpt_page_summary_block-b46a672c:after {
  display: none;
}
.on-page-nav__header[tabindex="0"].coh-ce-cpt_page_summary_block-b46a672c {
  cursor: pointer;
}
.on-page-nav__header[tabindex="0"].coh-ce-cpt_page_summary_block-b46a672c:focus-visible {
  outline-width: 0.09375rem;
  outline-offset: 0.5rem;
  outline-color: rgb(0, 0, 0);
  outline-style: dotted;
}
.coh-ce-cpt_page_summary_block-da53515d {
  color: rgb(4, 21, 63);
  font-size: 1.25rem;
  line-height: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-da53515d {
    line-height: 27.5px;
    font-size: 1.375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_page_summary_block-da53515d {
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.coh-ce-cpt_page_summary_block-1e29fb53 {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;;
  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;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-1e29fb53 {
    display: none;
  }
}
.coh-ce-cpt_page_summary_block-1e29fb53: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: "\e930";
  font-family: Icomoon;
  height: 100%;
  font-size: 1.23125rem;
  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;
}
.is-rotated.coh-ce-cpt_page_summary_block-1e29fb53 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.coh-ce-cpt_page_summary_block-cebdccb {
  overflow: hidden;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  height: 0px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-cebdccb {
    height: 100%;
  }
}
.coh-ce-cpt_page_summary_block-8af86e23 {
  cursor: pointer;
  -webkit-transition: 0.3ms ease background-color;
  transition: 0.3ms ease background-color;
}
.coh-ce-cpt_page_summary_block-8af86e23:last-child div {
  border-bottom: none;
}
.coh-ce-cpt_page_summary_block-8af86e23:hover {
  background-color: rgb(242, 247, 251);
}
.coh-ce-cpt_page_summary_block-8af86e23:hover .coh-link {
  text-decoration: none;
  text-shadow: 0 0 0.3px currentColor;
}
.coh-ce-cpt_page_summary_block-dadab814 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(203, 203, 203);
  gap: 8px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-dadab814 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
.coh-ce-cpt_page_summary_block-dadab814:before {
  display: none;
}
.coh-ce-cpt_page_summary_block-dadab814:after {
  display: none;
}
.coh-ce-cpt_page_summary_block-dadab814:has(.icon_link_wrapper span) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-dadab814:has(.icon_link_wrapper span) {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.has--icon.coh-ce-cpt_page_summary_block-dadab814 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .has--icon.coh-ce-cpt_page_summary_block-dadab814 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.coh-ce-cpt_page_summary_block-675dde0a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .coh-ce-cpt_page_summary_block-675dde0a {
    gap: 16px;
  }
}
.icon-pound.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M155.68 79.7804C155.68 76.9941 155.528 74.2428 155.235 71.5343L135.128 74.3605L134.571 70.3995L154.701 67.5695C148.861 31.4567 117.542 3.88019 79.7803 3.88C37.8619 3.88 3.87988 37.862 3.87988 79.7804C3.8799 82.7944 4.05577 85.7673 4.39746 88.6896L24.4424 85.879L24.998 89.8409L4.96777 92.6486C11.0801 128.438 42.2483 155.68 79.7803 155.68C121.698 155.68 155.679 121.699 155.68 79.7804ZM159.68 79.7804C159.679 123.908 123.908 159.68 79.7803 159.68C35.6529 159.68 -0.119907 123.908 -0.120117 79.7804C-0.120117 35.6528 35.6527 -0.119995 79.7803 -0.119995C123.908 -0.119785 159.68 35.653 159.68 79.7804Z' fill='%2304153F'/%3E%3Cpath d='M57.2798 110.43C57.2798 110.22 57.2625 110.033 57.4898 109.89C63.2998 106.23 67.5998 99.24 67.5998 91.18C67.5998 88.92 67.2798 86.77 66.7398 84.73H55.3398V78.49H64.3698C62.4298 73.54 60.2798 68.38 60.2798 61.39C60.2798 48.91 71.6798 39.74 83.5098 39.45C100.83 39.03 108.46 55.04 108.46 55.04L102.22 58.48C102.22 58.48 92.9698 45.57 83.7198 45.57C72.2098 45.57 67.3698 53.96 67.3698 61.7C67.3698 67.83 69.7398 72.67 71.8898 78.48H93.2898V84.5L73.7198 84.71C74.1498 86.65 74.3698 89.01 74.3698 91.59C74.4798 100.84 69.7498 106.65 65.8698 110.41H106.74V116.97H57.2698L57.2798 110.43Z' fill='%230438B0' stroke='%230438B0' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.icon-target.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='198' height='160' viewBox='0 0 198 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M152.16 110.11C140.33 138.07 112.65 157.69 80.38 157.69C37.36 157.69 2.47998 122.81 2.47998 79.79C2.47998 36.77 37.36 1.88 80.38 1.88C102.89 1.88 123.17 11.43 137.39 26.69' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M122.99 101.48C115.08 116.98 98.9701 127.59 80.3801 127.59C53.9801 127.59 32.5701 106.19 32.5701 79.78C32.5701 53.37 53.9701 31.97 80.3801 31.97C93.5801 31.97 105.53 37.32 114.19 45.97' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M80.0801 79.67L179.11 65.75' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M179.11 65.75L127.17 73.05L138.85 48.66L190.79 41.36L179.11 65.75Z' fill='%230438B0'/%3E%3Cpath d='M145.12 93.27L197.06 85.97L179.11 65.75L127.17 73.05L145.12 93.27Z' fill='%230438B0'/%3E%3Cpath d='M152.16 110.11C140.33 138.07 112.65 157.69 80.38 157.69C37.36 157.69 2.47998 122.81 2.47998 79.79C2.47998 36.77 37.36 1.88 80.38 1.88C102.89 1.88 123.17 11.43 137.39 26.69' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M122.99 101.48C115.08 116.98 98.9701 127.59 80.3801 127.59C53.9801 127.59 32.5701 106.19 32.5701 79.78C32.5701 53.37 53.9701 31.97 80.3801 31.97C93.5801 31.97 105.53 37.32 114.19 45.97' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M80.0801 79.67L179.11 65.75' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M179.11 65.75L127.17 73.05L138.85 48.66L190.79 41.36L179.11 65.75Z' fill='%230438B0'/%3E%3Cpath d='M145.12 93.27L197.06 85.97L179.11 65.75L127.17 73.05L145.12 93.27Z' fill='%230438B0'/%3E%3Cpath d='M0.47998 79.7902C0.47998 35.6659 36.2555 -0.119995 80.3804 -0.119995C103.468 -0.119887 124.271 9.67768 138.853 25.3263L135.927 28.0538C122.07 13.1827 102.312 3.88011 80.3804 3.88C38.4653 3.88 4.47998 37.8744 4.47998 79.7902C4.48006 121.706 38.465 155.69 80.3804 155.69C111.818 155.689 138.79 136.577 150.318 109.33L154.001 110.89C141.87 139.563 113.482 159.689 80.3804 159.69C36.2559 159.69 0.480063 123.915 0.47998 79.7902Z' fill='%2304153F'/%3E%3Cpath d='M30.5701 79.7796C30.5703 52.2653 52.8654 29.9702 80.3796 29.97C94.1315 29.97 106.584 35.5462 115.603 44.555L112.777 47.385C104.476 39.0939 93.0277 33.97 80.3796 33.97C55.0745 33.9702 34.5703 54.4745 34.5701 79.7796C34.5701 105.085 55.0841 125.59 80.3796 125.59C98.1889 125.59 113.627 115.427 121.209 100.571L124.771 102.389C116.533 118.532 99.7504 129.59 80.3796 129.59C52.8755 129.59 30.5701 107.294 30.5701 79.7796Z' fill='%2304153F'/%3E%3Cpath d='M80.0801 79.67L179.11 65.75' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M179.11 65.75L127.17 73.05L138.85 48.66L190.79 41.36L179.11 65.75Z' fill='%230438B0'/%3E%3Cpath d='M145.12 93.27L197.06 85.97L179.11 65.75L127.17 73.05L145.12 93.27Z' fill='%230438B0'/%3E%3C/svg%3E%0A");
}
.icon-info.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M155.84 79.8904C155.84 37.9721 121.859 3.9902 79.9404 3.98999C38.022 3.98999 4.04004 37.972 4.04004 79.8904C4.04024 121.809 38.0221 155.79 79.9404 155.79C121.859 155.79 155.84 121.808 155.84 79.8904ZM159.84 79.8904C159.84 124.018 124.068 159.79 79.9404 159.79C35.813 159.79 0.040237 124.018 0.0400391 79.8904C0.0400391 35.7628 35.8129 -0.0100098 79.9404 -0.0100098C124.068 -0.00979533 159.84 35.763 159.84 79.8904Z' fill='%2304153F'/%3E%3Cpath d='M80.9099 62.8C78.4999 62.8 76.3999 61.93 74.6299 60.18C72.8499 58.43 71.96 56.32 71.96 53.85C71.96 51.38 72.8499 49.26 74.6299 47.52C76.4099 45.77 78.4999 44.9 80.9099 44.9C83.4499 44.9 85.59 45.77 87.34 47.52C89.09 49.27 89.96 51.38 89.96 53.85C89.96 56.32 89.09 58.44 87.34 60.18C85.59 61.92 83.4499 62.8 80.9099 62.8ZM73.77 116.89V69.2701H88.15V116.89H73.77Z' fill='%230438B0'/%3E%3C/svg%3E%0A");
}
.icon-arrow.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='161' viewBox='0 0 160 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3599 86.25L118.27 73.89' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M90.1699 120.63L82.1199 114.1L114.33 74.45L72.4299 45.22L78.3799 36.72L129.39 72.34L90.1699 120.63Z' fill='%230438B0'/%3E%3Cpath d='M155.84 80.2704C155.84 38.3521 121.859 4.37021 79.9404 4.37C38.022 4.37 4.04004 38.352 4.04004 80.2704C4.04025 122.189 38.0221 156.17 79.9404 156.17C121.859 156.17 155.84 122.188 155.84 80.2704ZM159.84 80.2704C159.84 124.398 124.068 160.17 79.9404 160.17C35.813 160.17 0.0402535 124.398 0.0400391 80.2704C0.0400391 36.1428 35.8129 0.369995 79.9404 0.369995C124.068 0.37021 159.84 36.143 159.84 80.2704Z' fill='%2304153F'/%3E%3C/svg%3E%0A");
}
.icon-pie.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='179' viewBox='0 0 181 179' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.48 98.2704C156.48 95.3704 156.311 92.5079 155.995 89.6932L78.2297 100.62L89.1565 22.8544C86.342 22.5383 83.4801 22.37 80.5803 22.37C38.6649 22.37 4.67993 56.355 4.67993 98.2704C4.68015 140.186 38.665 174.17 80.5803 174.17C122.495 174.17 156.48 140.186 156.48 98.2704ZM160.48 98.2704C160.48 142.395 124.705 178.17 80.5803 178.17C36.4559 178.17 0.680146 142.395 0.679932 98.2704C0.679932 54.1458 36.4558 18.37 80.5803 18.37C84.3545 18.37 88.0664 18.6363 91.6946 19.1385L93.679 19.4139L82.9299 95.9198L159.436 85.1708L159.711 87.1561C160.213 90.7843 160.48 94.4962 160.48 98.2704Z' fill='%2304153F'/%3E%3Cpath d='M180.88 66.31L103.73 77.15L114.57 0C148.87 4.78 176.04 31.88 180.86 66.15L180.88 66.3V66.31Z' fill='%230438B0'/%3E%3C/svg%3E%0A");
}
.icon-bar.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='161' height='161' viewBox='0 0 161 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M83.4199 157.78V32.81L122 27.39V144.76C122 144.76 109.76 155.6 83.4199 157.79V157.78Z' fill='%230438B0' stroke='%230438B0' stroke-width='3.24' stroke-miterlimit='10'/%3E%3Cpath d='M156.09 80.2704C156.09 38.3521 122.109 4.3702 80.1904 4.37C38.272 4.37 4.29004 38.352 4.29004 80.2704C4.29025 122.189 38.2721 156.17 80.1904 156.17C122.109 156.17 156.09 122.188 156.09 80.2704ZM160.09 80.2704C160.09 124.398 124.318 160.17 80.1904 160.17C36.063 160.17 0.290253 124.398 0.290039 80.2704C0.290039 36.1428 36.0629 0.369995 80.1904 0.369995C124.318 0.370201 160.09 36.143 160.09 80.2704Z' fill='%2304153F'/%3E%3Cpath d='M68.5601 158.171H64.5601V61.4498L29.98 66.3082V138.09H25.98V62.8317L68.5601 56.8492V158.171Z' fill='%2304153F'/%3E%3C/svg%3E%0A");
}
.icon-person-chart.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M97.2802 154.72L69.1201 156.55V86.19L97.2802 82.28V154.72Z' fill='%230438B0' stroke='%230438B0' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M79.94 157.68C122.963 157.68 157.84 122.803 157.84 79.78C157.84 36.757 122.963 1.88 79.94 1.88C36.917 1.88 2.04004 36.757 2.04004 79.78C2.04004 122.803 36.917 157.68 79.94 157.68Z' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M79.94 64.55C90.1186 64.55 98.37 56.2986 98.37 46.12C98.37 35.9414 90.1186 27.69 79.94 27.69C69.7614 27.69 61.51 35.9414 61.51 46.12C61.51 56.2986 69.7614 64.55 79.94 64.55Z' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3Cpath d='M37.6799 145.23V90.61L125.88 78.21V142.7' stroke='%2304153F' stroke-width='3.77' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.icon-refresh.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='160' viewBox='0 0 160 160' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.07 79.7804C156.07 37.8621 122.089 3.88024 80.1704 3.88C38.252 3.88 4.27002 37.862 4.27002 79.7804C4.27023 121.699 38.2521 155.68 80.1704 155.68C122.089 155.68 156.07 121.698 156.07 79.7804ZM160.07 79.7804C160.07 123.908 124.298 159.68 80.1704 159.68C36.043 159.68 0.27023 123.908 0.27002 79.7804C0.27002 35.6528 36.0429 -0.119995 80.1704 -0.119995C124.298 -0.119764 160.07 35.653 160.07 79.7804Z' fill='%2304153F'/%3E%3Cpath d='M43.73 42.79L87 36.7C102.84 34.47 116.99 46.77 116.99 62.77V91.38' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M99.4299 70.73L116.99 88.31L134.56 70.73V85.65L116.99 103.21L99.4299 85.65V70.73Z' fill='%230438B0'/%3E%3Cpath d='M116.6 116.78L73.3301 122.87C57.4901 125.1 43.3401 112.8 43.3401 96.8V68.19' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M60.9 88.83L43.34 71.26L25.78 88.83V73.92L43.34 56.36L60.9 73.92V88.83Z' fill='%230438B0'/%3E%3C/svg%3E%0A");
}
.icon-plus.coh-ce-cpt_page_summary_block-675dde0a span {
  background-image: url("data:image/svg+xml,%3Csvg width='160' height='161' viewBox='0 0 160 161' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156.07 80.2704C156.07 38.3521 122.089 4.37023 80.1704 4.37C38.252 4.37 4.27002 38.352 4.27002 80.2704C4.27023 122.189 38.2521 156.17 80.1704 156.17C122.089 156.17 156.07 122.188 156.07 80.2704ZM160.07 80.2704C160.07 124.398 124.298 160.17 80.1704 160.17C36.043 160.17 0.270234 124.398 0.27002 80.2704C0.27002 36.1428 36.0429 0.369995 80.1704 0.369995C124.298 0.370226 160.07 36.143 160.07 80.2704Z' fill='%2304153F'/%3E%3Cpath d='M30.6499 87.86L129.68 73.95' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3Cpath d='M80.5698 29.01V131.54' stroke='%230438B0' stroke-width='10.36' stroke-miterlimit='10'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_page_summary_block-64838846 {
  height: 2.25rem;
  width: 2.75rem;
  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-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_page_summary_block-64838846 {
    height: 2.625rem;
    width: 3.25rem;
  }
}
.coh-ce-cpt_page_summary_block-b9a01852 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-underline-offset: 6px;
  -webkit-transition: text-shadow 0.3s ease;
  transition: text-shadow 0.3s ease;
  word-break: break-word;
  font-weight: 400;
  color: rgb(4, 56, 176);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.coh-ce-cpt_page_summary_block-b9a01852:focus-visible {
  outline-width: 0.09375rem;
  outline-offset: 0.5rem;
  outline-color: rgb(0, 0, 0);
  outline-style: dotted;
}
.coh-ce-cpt_page_summary_block-a8f0b985 {
  height: 1.5rem;
  width: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.coh-ce-cpt_page_summary_block-a8f0b985: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: "\e936";
  font-family: Icomoon;
  height: 100%;
  font-size: 0.78125rem;
  -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;
}
.coh-ce-cpt_pop_up-fc4fc936 {
  padding-top: 16px;
  padding-right: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  position: sticky;
  top: 0;
  left: 0;
  background-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-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_pop_up-fc4fc936 {
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-left: 20px;
    -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 (min-width: 1912px) {
  .coh-ce-cpt_pop_up-fc4fc936 {
    padding-right: 72px;
    padding-left: 72px;
  }
}
.coh-ce-cpt_pop_up-fc4fc936:before {
  display: none;
}
.coh-ce-cpt_pop_up-fc4fc936:after {
  display: none;
}
.disabled.coh-ce-cpt_pop_up-fc4fc936 {
  position: static;
  display: none;
}
.banner--warning.coh-ce-cpt_pop_up-fc4fc936 .message-title {
  color: rgb(179, 38, 30);
}
.banner--warning.coh-ce-cpt_pop_up-fc4fc936 .message-title:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5.20837C10.3452 5.20837 10.625 5.4882 10.625 5.83337V10.8334C10.625 11.1786 10.3452 11.4584 10 11.4584C9.65482 11.4584 9.375 11.1786 9.375 10.8334L9.375 5.83337C9.375 5.4882 9.65482 5.20837 10 5.20837Z' fill='%23B3261E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4264 13.7012C10.683 13.9321 10.7038 14.3273 10.4729 14.5839L10.4646 14.5931C10.2337 14.8497 9.83847 14.8705 9.5819 14.6396C9.32533 14.4087 9.30453 14.0135 9.53545 13.7569L9.54378 13.7477C9.77469 13.4911 10.1699 13.4703 10.4264 13.7012Z' fill='%23B3261E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99984 2.29163C5.74264 2.29163 2.2915 5.74276 2.2915 9.99996C2.2915 14.2572 5.74264 17.7083 9.99984 17.7083C14.257 17.7083 17.7082 14.2572 17.7082 9.99996C17.7082 5.74276 14.257 2.29163 9.99984 2.29163ZM1.0415 9.99996C1.0415 5.05241 5.05229 1.04163 9.99984 1.04163C14.9474 1.04163 18.9582 5.05241 18.9582 9.99996C18.9582 14.9475 14.9474 18.9583 9.99984 18.9583C5.05229 18.9583 1.0415 14.9475 1.0415 9.99996Z' fill='%23B3261E'/%3E%3C/svg%3E");
}
.banner--critical.coh-ce-cpt_pop_up-fc4fc936 {
  background-color: rgb(179, 38, 30);
}
.banner--critical.coh-ce-cpt_pop_up-fc4fc936 .message-title {
  color: rgb(255, 255, 255);
}
.banner--critical.coh-ce-cpt_pop_up-fc4fc936 .message-title:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 5.20825C10.3452 5.20825 10.625 5.48807 10.625 5.83325V10.8333C10.625 11.1784 10.3452 11.4583 10 11.4583C9.65482 11.4583 9.375 11.1784 9.375 10.8333L9.375 5.83325C9.375 5.48807 9.65482 5.20825 10 5.20825Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.4264 13.7012C10.683 13.9321 10.7038 14.3273 10.4729 14.5839L10.4646 14.5931C10.2337 14.8497 9.83847 14.8705 9.5819 14.6396C9.32533 14.4087 9.30453 14.0135 9.53545 13.7569L9.54378 13.7477C9.77469 13.4911 10.1699 13.4703 10.4264 13.7012Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0003 2.29175C5.74313 2.29175 2.29199 5.74289 2.29199 10.0001C2.29199 14.2573 5.74313 17.7084 10.0003 17.7084C14.2575 17.7084 17.7087 14.2573 17.7087 10.0001C17.7087 5.74289 14.2575 2.29175 10.0003 2.29175ZM1.04199 10.0001C1.04199 5.05253 5.05277 1.04175 10.0003 1.04175C14.9479 1.04175 18.9587 5.05253 18.9587 10.0001C18.9587 14.9476 14.9479 18.9584 10.0003 18.9584C5.05277 18.9584 1.04199 14.9476 1.04199 10.0001Z' fill='white'/%3E%3C/svg%3E");
}
.banner--critical.coh-ce-cpt_pop_up-fc4fc936 .coh-wysiwyg p, .banner--critical.coh-ce-cpt_pop_up-fc4fc936 .coh-wysiwyg a {
  color: rgb(255, 255, 255);
}
.banner--critical.coh-ce-cpt_pop_up-fc4fc936 .popup-close--button:after {
  color: rgb(255, 255, 255);
}
.banner--multiline.coh-ce-cpt_pop_up-fc4fc936 {
  -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;
  gap: 12px;
}
@media (min-width: 1024px) {
  .banner--multiline.coh-ce-cpt_pop_up-fc4fc936 {
    padding-top: 24px;
    padding-right: 28px;
    padding-bottom: 28px;
    padding-left: 28px;
    gap: 8px;
  }
}
@media (min-width: 1912px) {
  .banner--multiline.coh-ce-cpt_pop_up-fc4fc936 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.banner--multiline.coh-ce-cpt_pop_up-fc4fc936 .popup-close--button {
  position: absolute;
  top: 12px;
  right: 16px;
}
@media (min-width: 1024px) {
  .banner--multiline.coh-ce-cpt_pop_up-fc4fc936 .popup-close--button {
    position: absolute;
    top: 8px;
    right: 24px;
  }
}
.banner--multiline.coh-ce-cpt_pop_up-fc4fc936 .message-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  margin-right: 32px;
}
@media (min-width: 1024px) {
  .banner--multiline.coh-ce-cpt_pop_up-fc4fc936 .message-title {
    font-size: 20px;
    line-height: 125%;
    font-weight: 400;
  }
}
.banner--without-close.coh-ce-cpt_pop_up-fc4fc936 .popup-close--button {
  display: none;
}
@media (min-width: 1024px) {
  .banner--singleline.banner--without-close.coh-ce-cpt_pop_up-fc4fc936 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1912px) {
  .banner--singleline.banner--without-close.coh-ce-cpt_pop_up-fc4fc936 {
    padding-right: 72px;
    padding-left: 72px;
  }
}
.banner--singleline.coh-ce-cpt_pop_up-fc4fc936 .message-title {
  font-size: 18px;
  line-height: 150%;
  margin-right: 32px;
}
@media (min-width: 1024px) {
  .banner--singleline.coh-ce-cpt_pop_up-fc4fc936 .message-title {
    font-size: 16px;
    line-height: 150%;
    margin-right: 0;
  }
}
.coh-ce-cpt_pop_up-fc4fc936 p {
  padding: 0;
  margin: 0;
}
.coh-ce-cpt_pop_up-fc4fc936 .message-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_pop_up-fc4fc936 .message-title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
  }
}
.coh-ce-cpt_pop_up-fc4fc936 .message-text {
  display: block;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_pop_up-fc4fc936 .message-text {
    display: inline;
  }
}
.coh-ce-cpt_pop_up-fc4fc936 .coh-wysiwyg {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.coh-ce-cpt_pop_up-fc4fc936 .coh-wysiwyg a {
  font-weight: 400;
  color: rgb(4, 56, 176);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.coh-ce-cpt_pop_up-dd89f70b:before {
  background-position: center;
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%208.9585C10.3452%208.9585%2010.625%209.23832%2010.625%209.5835V13.7502C10.625%2014.0953%2010.3452%2014.3752%2010%2014.3752C9.65482%2014.3752%209.375%2014.0953%209.375%2013.7502V9.5835C9.375%209.23832%209.65482%208.9585%2010%208.9585Z%22%20fill%3D%22%2304153F%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10.4264%205.78447C10.683%206.01538%2010.7038%206.41056%2010.4729%206.66713L10.4646%206.67639C10.2337%206.93296%209.83847%206.95376%209.5819%206.72285C9.32533%206.49193%209.30453%206.09675%209.53545%205.84018L9.54378%205.83093C9.77469%205.57436%2010.1699%205.55356%2010.4264%205.78447Z%22%20fill%3D%22%2304153F%22/%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9.99984%202.2915C5.74264%202.2915%202.2915%205.74264%202.2915%209.99984C2.2915%2014.257%205.74264%2017.7082%209.99984%2017.7082C14.257%2017.7082%2017.7082%2014.257%2017.7082%209.99984C17.7082%205.74264%2014.257%202.2915%209.99984%202.2915ZM1.0415%209.99984C1.0415%205.05229%205.05229%201.0415%209.99984%201.0415C14.9474%201.0415%2018.9582%205.05229%2018.9582%209.99984C18.9582%2014.9474%2014.9474%2018.9582%209.99984%2018.9582C5.05229%2018.9582%201.0415%2014.9474%201.0415%209.99984Z%22%20fill%3D%22%2304153F%22/%3E%3C/svg%3E");
  display: block;
  height: 1.6875rem;
  width: 1.6875rem;
  content: "";
  min-height: 1.6875rem;
  min-width: 1.6875rem;
}
.coh-ce-cpt_pop_up-75cc0a9b {
  margin-right: auto;
  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;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_pop_up-75cc0a9b {
    display: block;
  }
}
.coh-ce-cpt_pop_up-75cc0a9b:before {
  display: none;
}
.coh-ce-cpt_pop_up-75cc0a9b:after {
  display: none;
}
.coh-ce-cpt_pop_up-75cc0a9b .coh-wysiwyg p {
  color: rgb(0, 0, 0);
  font-size: 0.875rem;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_pop_up-75cc0a9b .coh-wysiwyg p {
    font-size: 1rem;
    line-height: 150%;
  }
}
.coh-ce-cpt_pop_up-49d59298 {
  height: 2rem;
  width: 2rem;
  position: absolute;
  top: 12px;
  right: 12px;
  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;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_pop_up-49d59298 {
    position: relative;
    top: unset;
    right: unset;
  }
}
.coh-ce-cpt_pop_up-49d59298:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(0, 0, 0);
  font-size: 1.3125rem;
  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;
  content: "\e939";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_pop_up-49d59298: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: "\e939";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_pop_up-49d59298:hover:after {
  color: rgb(4, 56, 176);
}
.coh-ce-cpt_pop_up-49d59298:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.coh-ce-cpt_region_pop_up-49d79e35 {
  overflow-y: scroll;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1500;
    background-color: rgba(51, 51, 51, 0.8);
    overflow-y: auto;
  }
}
.coh-ce-cpt_region_pop_up-49d79e35 > .coh-container {
  max-width: 100%;
  padding-top: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 1.75rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_region_pop_up-49d79e35 > .coh-container {
    padding-top: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_region_pop_up-49d79e35 > .coh-container {
    padding-top: 2.375rem;
    padding-right: 2.375rem;
    padding-bottom: 2.375rem;
    padding-left: 2.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 > .coh-container {
    background-color: rgb(255, 255, 255);
    max-width: 45rem;
    padding-top: 3.4375rem;
    padding-right: 3.4375rem;
    padding-bottom: 3.4375rem;
    padding-left: 3.4375rem;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 > .coh-container .coh-style-h4 {
    margin-top: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 > .coh-container .coh-style-h5 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .small {
    font-size: 0.625rem;
  }
}
.coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option {
  display: block;
  text-align: left;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option {
    padding-bottom: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(214, 214, 214);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option:last-child {
    border-bottom-width: 0;
    border-bottom-style: none;
  }
}
.coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option > div:first-child {
  padding-right: 0;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option > div:first-child {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option > div:last-child {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -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 (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .country-region-popup__option > div:only-child {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.coh-ce-cpt_region_pop_up-49d79e35 .coh-link {
  min-width: 15.625rem;
  margin-top: 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 .coh-link {
    width: 100%;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 h3 {
    text-align: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-49d79e35 p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-305a20b3 {
    display: none;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_region_pop_up-d1e18449 {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_region_pop_up-d1e18449 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-d1e18449 {
    display: none;
    margin-bottom: 7.3125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-bf0f2526 p {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
  }
}
.coh-ce-cpt_region_pop_up-1ab0e564:after {
  top: unset;
  bottom: 1.75rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 568px) {
  .coh-ce-cpt_region_pop_up-1ab0e564:after {
    top: unset;
    bottom: 1.875rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_region_pop_up-1ab0e564:after {
    bottom: 2.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_region_pop_up-1ab0e564:after {
    bottom: 3.4375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_related_literature-d6bfb346 {
    text-align: center;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_related_literature-8de78eda {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.coh-ce-cpt_related_literature-f3ca6ed5 {
  width: 23rem;
  margin-top: 0.9375rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_related_literature-f3ca6ed5 {
    width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_related_literature-f3ca6ed5 {
    width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_related_literature-f3ca6ed5 {
    width: 41.4375rem;
    margin-top: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_related_literature-f3ca6ed5 {
    width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_related_literature-f3ca6ed5 {
    width: 54.6875rem;
    margin-top: 1.875rem;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.coh-ce-cpt_related_literature-338443fc {
  gap: 55px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_related_literature-338443fc {
    -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;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_related_literature-338443fc {
    gap: 27px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_related_literature-338443fc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 43px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_related_literature-338443fc:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_related_literature-338443fc:after {
    display: none;
  }
}
.coh-ce-cpt_secondary_tabs-cea4398f .secondary-tabs__list--item {
  font-size: 0.875rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_secondary_tabs-cea4398f .secondary-tabs__list--item {
    background-color: rgb(0, 0, 0);
    font-size: 1rem;
    line-height: 1.125rem;
    font-family: 'Guardian RTB Sans Condensed', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    color: rgb(245, 245, 245);
    padding-top: 0.875rem;
    padding-right: 2rem;
    padding-bottom: 0.875rem;
    padding-left: 2rem;
    text-transform: uppercase;
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_secondary_tabs-cea4398f .secondary-tabs__list--item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_secondary_tabs-cea4398f .secondary-tabs__list--item-active {
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_secondary_tabs_item-b604524a {
    margin-top: 1.875rem;
  }
}
.coh-ce-cpt_share_block_0-57078809 {
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_share_block_0-57078809 > a {
  font-size: 24px;
  line-height: 100%;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_share_block_0-57078809 > a {
    -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;
  }
}
.coh-ce-cpt_share_block_0-57078809 > a:after {
  font-size: 24px;
  line-height: 100%;
  color: inherit;
}
.coh-ce-cpt_share_block_0-57078809 > a + a {
  margin-left: 24px;
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span {
  color: rgb(4, 21, 63);
  font-size: 1.125rem;
  line-height: 100%;
  margin-right: 24px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span {
    font-size: 1.5rem;
    height: 2rem;
    width: 2rem;
  }
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span:last-child {
  margin-right: 0;
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span:hover {
  color: rgb(4, 56, 176);
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span:focus-visible {
  outline-width: 1.5px;
  outline-offset: 8px;
  outline-color: rgb(0, 0, 0);
  outline-style: dashed;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_email_custom {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
    font-family: icomoon;
  }
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_email_custom: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: "\e90e";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_email_custom: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: "\e90e";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_linkedin_custom:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_linkedin_custom:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e909";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_twitter_custom: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: "\e92e";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_twitter_custom: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: "\e92e";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_sharethis_custom:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_share_block_0-14e18198 .sharethis-wrapper > span.st_sharethis_custom:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: Icomoon;
  }
}
.coh-ce-cpt_short_hero_banner-fc90c6c1 {
  max-width: unset;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_short_hero_banner-fc90c6c1 {
    max-width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_short_hero_banner-fc90c6c1 {
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_short_hero_banner-fc90c6c1 {
    max-width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_short_hero_banner-fc90c6c1 {
    max-width: 47.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-fc90c6c1 {
    max-width: 54.75rem;
  }
}
.coh-ce-cpt_short_hero_banner-fc90c6c1:before {
  display: none;
}
.coh-ce-cpt_short_hero_banner-fc90c6c1:after {
  display: none;
}
.coh-ce-cpt_short_hero_banner-f4459185 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: unset;
      -ms-flex-line-pack: unset;
          align-content: unset;
  -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: 24px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-f4459185 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_short_hero_banner-f4459185:before {
  display: none;
}
.coh-ce-cpt_short_hero_banner-f4459185:after {
  display: none;
}
.coh-ce-cpt_short_hero_banner-7bdca9e {
  color: rgb(255, 255, 255);
  margin: 0 !important;
}
.coh-ce-cpt_short_hero_banner-1c4c5bd7 {
  font-size: 1rem;
  line-height: 150%;
  text-transform: none;
  margin: 0 !important;
  font-weight: 300;
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_short_hero_banner-3a18fe9 {
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_short_hero_banner-3a18fe9 {
    -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 (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-3a18fe9:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-3a18fe9:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-18b58668 {
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_short_hero_banner-c133a141 {
  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-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-c133a141:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-c133a141:after {
    display: none;
  }
}
.coh-ce-cpt_short_hero_banner-16cdb797 {
  bottom: 3.4375rem;
  position: absolute;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.5;
}
@media (min-width: 568px) {
  .coh-ce-cpt_short_hero_banner-16cdb797 {
    bottom: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_short_hero_banner-16cdb797 {
    bottom: 2.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_short_hero_banner-16cdb797 {
    position: absolute;
    bottom: 3.4375rem;
    left: 50%;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_sidebar_menu_layout-d35e76f3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_sidebar_menu_layout-30afddec {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-2846b33c .coh-accordion-title {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-2846b33c .coh-accordion-title > a {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-2846b33c .coh-accordion-title > a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb {
    position: relative;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title {
    background-color: rgb(4, 21, 63);
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title {
    padding: 0;
    margin-bottom: 2.375rem;
    position: relative;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title.is-active a:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title a {
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title a {
    color: rgb(0, 0, 0);
    cursor: default;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .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;
    color: rgb(255, 255, 255);
    font-size: 1.125rem;
    position: absolute;
    top: 1.5625rem;
    right: 1.25rem;
    content: "\e904";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-bfd25ccb .coh-accordion-title a:after {
    -webkit-transition: 250ms ease-in-out transform;
    transition: 250ms ease-in-out transform;
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_side_navigation_block-c7645436 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_block-c7645436 {
    -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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_block-c7645436 {
    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-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_block-c7645436:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_block-c7645436:after {
    display: none;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_side_navigation_link-2121b619 {
    width: 100%;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_link-2121b619 {
    width: 48%;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_side_navigation_link-2121b619 {
    padding-bottom: 1.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_link-2121b619 {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(216, 217, 217);
    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-bottom: 1.625rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_side_navigation_link-2121b619:first-child {
    border-bottom-color: rgb(4, 21, 63);
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_link-2121b619:first-child {
    border-bottom-color: rgb(227, 227, 228);
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_link-2121b619:first-child {
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(4, 21, 63);
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_side_navigation_link-c2d0c2a6 {
    margin-right: 1.0625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_side_navigation_link-c2d0c2a6 {
    margin-right: 1.4375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_link-c2d0c2a6 {
    margin-right: 1.5rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_side_navigation_link-2c1a6cba {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_link-2c1a6cba {
    font-size: 18px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_link-2c1a6cba {
    color: rgb(0, 0, 0);
    line-height: inherit;
  }
}
.coh-heading.coh-ce-cpt_side_navigation_link-2c1a6cba {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .coh-heading.coh-ce-cpt_side_navigation_link-2c1a6cba {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_side_navigation_link-2c1a6cba {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_side_navigation_link-ab72f4a6 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_side_navigation_link-ab72f4a6 {
    color: rgb(0, 0, 0);
    margin: 0;
    line-height: inherit;
  }
}
.coh-ce-cpt_slider-d40f69d1 {
  overflow: hidden;
}
.coh-ce-cpt_slider-d40f69d1 .team-card__front {
  pointer-events: none;
  width: 100%;
}
.coh-ce-cpt_slider-d40f69d1 .team-card__front:focus-visible {
  outline: none;
}
.coh-ce-cpt_slider-d40f69d1 .team-card__details {
  display: none !important;
}
.coh-ce-cpt_slider-d40f69d1 .coh-slider-nav-top {
  display: none;
}
.coh-ce-cpt_slider-c3f943fc {
  margin-bottom: 1.75rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_slider-c3f943fc {
    margin-bottom: 3rem;
  }
}
.coh-ce-cpt_slider-c3f943fc:before {
  display: none;
}
.coh-ce-cpt_slider-c3f943fc:after {
  display: none;
}
.coh-ce-cpt_slider-e7e0a8f0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.coh-ce-cpt_slider-e7e0a8f0:after {
  display: none;
}
.coh-ce-cpt_slider-e7e0a8f0:before {
  display: none;
}
.coh-ce-cpt_slider-239456e .slick-track {
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_slider-239456e .slick-track {
    gap: 20px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_slider-239456e .slick-track {
    gap: 24px;
  }
}
.coh-ce-cpt_slider-239456e .slick-track:before {
  display: none;
}
.coh-ce-cpt_slider-239456e .slick-slide {
  opacity: 1;
  -webkit-transition: 400ms ease-in-out opacity;
  transition: 400ms ease-in-out opacity;
}
.coh-ce-cpt_slider-239456e .slick-slide.slick-active {
  opacity: 1;
}
.coh-ce-cpt_slider-239456e .coh-slider-container-mid {
  overflow: visible;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top {
  margin-top: 2rem;
  text-align: 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-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}
@media (min-width: 768px) {
  .coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top {
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top {
    margin-top: 2.625rem;
  }
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots {
  margin-right: auto;
  position: static;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li {
  margin-top: 0;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li.slick-active button {
  height: 0.625rem;
  width: 0.625rem;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li + li {
  margin-top: 0;
  margin-left: 0.4375rem;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li button {
  color: rgba(0, 0, 0, 0);
  font-size: 0;
  line-height: 0;
  height: 0.375rem;
  width: 0.375rem;
  border-width: 0;
  -webkit-border-radius: 0.625rem;
          border-radius: 0.625rem;
  border-style: none;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  -webkit-transition: width 250ms ease-in-out, height 250ms ease-in-out, 1250ms ease-in-out transform;
  transition: width 250ms ease-in-out, height 250ms ease-in-out, 1250ms ease-in-out transform;
  background-color: rgb(4, 21, 63);
}
@media (min-width: 568px) {
  .coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li button {
    display: block;
  }
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li button:hover {
  -webkit-transform: scaleX(1.15) scaleY(1.15);
      -ms-transform: scaleX(1.15) scaleY(1.15);
          transform: scaleX(1.15) scaleY(1.15);
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-dots li button:focus-visible {
  outline-width: 1px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: rgb(4, 21, 63);
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-prev {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-prev: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: "\e937";
  font-family: Icomoon;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-next {
  margin-left: 0.625rem;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top .slick-next:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e936";
  font-family: Icomoon;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-bottom {
  gap: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_slider-239456e .coh-slider-nav-bottom {
    margin-top: 3rem;
  }
}
.coh-ce-cpt_slider-239456e .slick-arrow {
  display: block;
  font-size: 0;
}
.coh-ce-cpt_slider-239456e .slick-arrow:after {
  font-size: 1.5625rem;
}
.coh-ce-cpt_slider-239456e .coh-slider-nav-inner-top {
  display: none;
}
.coh-ce-cpt_slider-239456e .coh-slider-item div {
  max-width: 100% !important;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_stay_alert_banner-707f0981 {
    background-color: rgb(4, 21, 63);
    -webkit-transition: height 0.5ms ease;
    transition: height 0.5ms ease;
    position: relative;
    display: none;
    overflow: visible;
    z-index: 155;
  }
}
@media (min-width: 1912px) {
  .stay-alert-banner.stay-alert-banner--show.coh-ce-cpt_stay_alert_banner-707f0981 {
    display: block;
  }
}
@media (min-width: 1912px) {
  .stay-alert-banner.coh-ce-cpt_stay_alert_banner-707f0981 .coh-component {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .stay-alert-banner.coh-ce-cpt_stay_alert_banner-707f0981 .coh-component a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_stay_alert_banner-b9915c39 {
    margin-top: 0.625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_stay_alert_banner-da3dbfd {
    color: rgb(4, 21, 63);
    background-color: rgb(255, 255, 255);
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_stay_alert_banner-da3dbfd:hover {
    background-color: rgb(255, 255, 255);
  }
}
.has--background-pale.coh-ce-cpt_tabs-189c80e0:after {
  background-color: rgb(242, 247, 251);
}
.coh-ce-cpt_tab_component-a868ced6 .coh-link + .coh-link {
  margin-left: 16px;
}
.coh-ce-cpt_team_card-9b785e20 {
  height: 100%;
}
.is--in-template.coh-ce-cpt_team_card-9b785e20 .ss-element--wysiwyg {
  display: none;
}
.is--in-template.coh-ce-cpt_team_card-9b785e20 .ss-element--field {
  display: block;
}
.coh-ce-cpt_team_card-9b785e20 .team_member__link {
  word-wrap: break-word;
  font-weight: 500;
  color: rgb(4, 56, 176);
  word-break: break-word;
  gap: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_team_card-9b785e20 .team_member__link:before {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  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;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
}
.coh-ce-cpt_team_card-9b785e20 .team_member__email:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8335 7.99996L10.0002 10.9166L14.1668 7.99996' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.6665 14.3333V6.66663C1.6665 5.56206 2.56193 4.66663 3.6665 4.66663H16.3332C17.4377 4.66663 18.3332 5.56206 18.3332 6.66663V14.3333C18.3332 15.4379 17.4377 16.3333 16.3332 16.3333H3.6665C2.56193 16.3333 1.6665 15.4379 1.6665 14.3333Z' stroke='%230438B0' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_team_card-9b785e20 .team_member__telephone:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0984 12.7518L11.6665 13.4167C9.34845 12.2533 7.91654 10.9167 7.08321 8.83341L7.72483 5.39166L6.51197 2.16675L3.72946 2.16675C2.60191 2.16675 1.71466 3.0997 1.90108 4.21173C2.29888 6.58466 3.37231 10.5392 6.24987 13.4167C9.27338 16.4403 13.5661 17.8319 16.1378 18.4289C17.299 18.6985 18.3332 17.7909 18.3332 16.5989L18.3332 13.9844L15.0984 12.7518Z' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_team_card-9b785e20 .team_member__linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 7.5V12.5C17.5 15.2614 15.2614 17.5 12.5 17.5H7.5C4.73858 17.5 2.5 15.2614 2.5 12.5V7.5C2.5 4.73858 4.73858 2.5 7.5 2.5H12.5C15.2614 2.5 17.5 4.73858 17.5 7.5Z' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 14.1667V11.25V8.33335' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1665 14.1667V11.4584M9.1665 8.33335V11.4584M9.1665 11.4584C9.1665 8.33335 14.1665 8.33335 14.1665 11.4584V14.1667' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 5.84165L5.84183 5.83239' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_team_card-365c573b {
  height: 100%;
  gap: 0;
  padding: 0;
  position: relative;
}
.coh-ce-cpt_team_card-365c573b:focus-visible {
  outline-width: 1.5px;
  outline-offset: 0.3125rem;
  outline-color: rgb(4, 21, 63);
  outline-style: dotted;
}
.coh-ce-cpt_team_card-365c573b:hover {
  cursor: pointer;
}
.coh-ce-cpt_team_card-365c573b img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  background-color: rgb(233, 232, 235);
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  margin: 0;
}
.coh-ce-cpt_team_card-365c573b .team_card__content {
  gap: 16px;
  -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;
  background-color: rgb(255, 255, 255);
  -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: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-365c573b .team_card__content {
    gap: 20px;
  }
}
.coh-ce-cpt_team_card-fc2f6b55 {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.coh-ce-cpt_team_card-fc2f6b55:focus-visible {
  outline-width: 1.5px;
  outline-style: dotted;
  outline-color: rgb(0, 0, 0);
  outline-offset: 4px;
  -webkit-border-radius: 0.1875rem;
          border-radius: 0.1875rem;
}
.coh-ce-cpt_team_card-2298c964 {
  -webkit-transition: 250ms ease-in-out transform;
  transition: 250ms ease-in-out transform;
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-color: rgb(233, 232, 235);
}
.coh-ce-cpt_team_card-f0d02d22 {
  z-index: 2;
}
.coh-ce-cpt_team_card-cdf5d4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.coh-ce-cpt_team_card-cdf5d4:before {
  display: none;
}
.coh-ce-cpt_team_card-cdf5d4:after {
  display: none;
}
.coh-ce-cpt_team_card-70941570 {
  word-wrap: break-word;
  margin: 0;
  color: rgb(4, 56, 176);
  word-break: break-word;
  font-weight: 500;
  line-height: 125%;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-70941570 {
    font-size: 1.25rem;
    line-height: 125%;
  }
}
.coh-ce-cpt_team_card-93cda112 {
  margin-top: 0;
  margin-bottom: 0;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.5;
}
.coh-ce-cpt_team_card-321428cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.coh-ce-cpt_team_card-321428cb:before {
  display: none;
}
.coh-ce-cpt_team_card-321428cb:after {
  display: none;
}
.coh-ce-cpt_team_card-c95591fd {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.coh-ce-cpt_team_card-c858b6df {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}
.coh-ce-cpt_team_card-fdb534fd {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleX(0.5) scaleY(0.5);
      -ms-transform: scaleX(0.5) scaleY(0.5);
          transform: scaleX(0.5) scaleY(0.5);
  -webkit-transition: 300ms ease-in-out transform, 300ms ease-in-out opacity;
  transition: 300ms ease-in-out transform, 300ms ease-in-out opacity;
  pointer-events: none;
}
.team-card__details--show.coh-ce-cpt_team_card-fdb534fd {
  height: 100vh;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1);
      -ms-transform: scaleX(1) scaleY(1);
          transform: scaleX(1) scaleY(1);
  pointer-events: auto;
}
.coh-ce-cpt_team_card-ad208a23 {
  padding-top: 0;
  padding-right: 1.25rem;
  padding-bottom: 1.75rem;
  padding-left: 1.25rem;
  width: -webkit-calc(100% - 21.5px);
  width: calc(100% - 21.5px);
  background-color: rgb(242, 247, 251);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.40);
          box-shadow: 0px 10px 20px 0px rgba(81, 80, 80, 0.40);
  border: none;
  overflow-y: auto;
  height: 41.25rem;
  right: 50%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-ad208a23 {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-ad208a23 {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    height: 41.25rem;
    width: 57.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_team_card-ad208a23 {
    min-width: 30rem;
    width: 63.875rem;
    height: 44.625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_team_card-ad208a23 {
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}
.coh-ce-cpt_team_card-ec181f6c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  gap: 0px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-ec181f6c {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-ec181f6c {
    gap: 32px;
    height: 100%;
  }
}
.coh-ce-cpt_team_card-ec181f6c:before {
  display: none;
}
.coh-ce-cpt_team_card-ec181f6c:after {
  display: none;
}
.coh-ce-cpt_team_card-e6a554a0 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  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%;
  gap: 24px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-e6a554a0 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-e6a554a0 {
    gap: 32px;
  }
}
.coh-ce-cpt_team_card-e6a554a0:before {
  display: none;
}
.coh-ce-cpt_team_card-e6a554a0:after {
  display: none;
}
.coh-ce-cpt_team_card-187f3dc1 {
  width: 100%;
  word-break: break-word;
}
.coh-ce-cpt_team_card-30eb40c0 {
  word-wrap: break-word;
  font-size: 1.375rem;
  line-height: 125%;
  color: rgb(4, 21, 63);
  margin-bottom: 0.25rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-30eb40c0 {
    font-size: 1.375rem;
    line-height: 125%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_team_card-30eb40c0 {
    font-size: 1.5rem;
    line-height: 125%;
  }
}
.coh-ce-cpt_team_card-77579f4 {
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(4, 21, 63);
  font-size: 1rem;
  line-height: 150%;
  word-wrap: break-word;
  font-weight: 500;
}
.coh-ce-cpt_team_card-95bb3e85 {
  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;
  gap: 4px;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-95bb3e85 {
    gap: 6px;
  }
}
.coh-ce-cpt_team_card-95bb3e85:after {
  display: none;
}
.coh-ce-cpt_team_card-95bb3e85:before {
  display: none;
}
.coh-ce-cpt_team_card-24d83f58 .coh-wysiwyg * {
  min-width: auto;
}
.coh-ce-cpt_team_card-24d83f58 blockquote {
  padding: 0;
}
.coh-ce-cpt_team_card-a061fda1 {
  display: none;
}
.coh-ce-cpt_team_card-a061fda1 .coh-wysiwyg {
  max-height: 100%;
  width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-a061fda1 .coh-wysiwyg {
    max-height: 25.8125rem;
  }
}
.coh-ce-cpt_team_card-a061fda1 .coh-wysiwyg p {
  margin-top: 0;
}
.coh-ce-cpt_team_card-8ecce7c3 {
  width: 100%;
  max-height: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-8ecce7c3 {
    max-height: 25.8125rem;
  }
}
.coh-ce-cpt_team_card-8ecce7c3 p {
  margin-top: 0;
}
.coh-ce-cpt_team_card-60996e26 {
  -webkit-border-radius: 8px;
          border-radius: 8px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  height: 18.6875rem;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-60996e26 {
    height: 37.5rem;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-60996e26 {
    padding: 1.25rem;
    height: 37.0625rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_team_card-60996e26 {
    height: 36.875rem;
  }
}
.coh-ce-cpt_team_card-a727c3d0 {
  height: 15rem;
  background-color: rgb(233, 233, 233);
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_team_card-a727c3d0 {
    height: 21.25rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-a727c3d0 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_card-a727c3d0 {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_team_card-a727c3d0 {
    height: 100%;
  }
}
.coh-ce-cpt_team_card-42aa83d8 {
  height: 4rem;
  width: 100%;
  position: sticky;
  top: 0;
  right: 1rem;
  background-color: rgb(242, 247, 251);
  z-index: 100;
  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;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-42aa83d8 {
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_team_card-42aa83d8 {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.coh-ce-cpt_team_card-42aa83d8:focus-visible {
  outline-width: 1.5px;
  outline-offset: 0.3125rem;
  outline-color: rgb(4, 21, 63);
  outline-style: dotted;
}
.coh-ce-cpt_team_card-5f4c87ae {
  height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.5rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_team_card-5f4c87ae {
    height: 100%;
  }
}
.coh-ce-cpt_team_card-5f4c87ae: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: "\e939";
  font-family: Icomoon;
  color: rgb(4, 21, 63);
  font-size: 1.25rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_team_card_small-74facc4a {
    background-color: rgb(255, 255, 255);
    height: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.coh-heading.coh-ce-cpt_team_card_small-9ec32aaa {
  margin-bottom: 0.625rem;
}
@media (min-width: 1280px) {
  .coh-heading.coh-ce-cpt_team_card_small-9ec32aaa {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_team_card_small-9ec32aaa {
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_team_card_small-a3dc2d2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-12e041b7 {
    min-height: 455px;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_text_image_block-c57d861b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-c57d861b {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_text_image_block-eeac859 {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_text_image_block-eeac859 {
    padding-right: 2.8125rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_text_image_block-eeac859 {
    padding-right: 5.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-eeac859 {
    padding-right: 10.5625rem;
    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 (min-width: 1024px) {
  .coh-heading.coh-ce-cpt_text_image_block-d397a42b {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_text_image_block-d397a42b {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.coh-ce-cpt_text_image_block-eeae5ddc {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_text_image_block-eeae5ddc {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_text_image_block-eeae5ddc {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-eeae5ddc {
    margin-top: 0;
    margin-bottom: 3.4375rem;
  }
}
.coh-ce-cpt_text_image_block-588e9987 {
  display: block;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-588e9987 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-588e9987:not(:empty) {
    margin-right: -16px;
    margin-bottom: -16px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_text_image_block-588e9987 > a {
    margin-right: 16px;
    margin-bottom: 16px;
  }
}
.coh-ce-cpt_text_image_block-902d8404 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_text_image_block-902d8404 {
    margin-bottom: 2.5rem;
  }
}
.coh-ce-cpt_title_text-d1c1788c > *:first-child {
  margin-top: 1.25rem;
}
.coh-ce-cpt_utility_navbar-e1512ba5 {
  background-color: rgb(242, 247, 251);
}
.utility-navbar--transparent.coh-ce-cpt_utility_navbar-e1512ba5 {
  background-color: rgba(0, 0, 0, 0);
}
.utility-navbar--transparent.coh-ce-cpt_utility_navbar-e1512ba5 .utility-nav-toggle {
  background-color: rgb(7, 37, 110);
  color: rgb(255, 255, 255);
}
.utility-navbar--transparent.coh-ce-cpt_utility_navbar-e1512ba5 .utility-nav-toggle:hover {
  background-color: rgb(10, 53, 158);
}
.utility-navbar--transparent.coh-ce-cpt_utility_navbar-e1512ba5 .utility-nav-toggle.toggle-button--dropdown {
  background-color: rgba(0, 0, 0, 0);
}
.utility-navbar--transparent.coh-ce-cpt_utility_navbar-e1512ba5 .site-switcher-menu li a {
  color: rgb(255, 255, 255);
}
.coh-ce-cpt_utility_navbar-c3fd07c9 {
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_utility_navbar-c3fd07c9:before {
  display: none;
}
.coh-ce-cpt_utility_navbar-c3fd07c9:after {
  display: none;
}
.coh-ce-cpt_utility_navbar-e559e68c {
  gap: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_utility_navbar-e559e68c {
    gap: 24px;
  }
}
.coh-ce-cpt_utility_navbar-e559e68c:before {
  display: none;
}
.coh-ce-cpt_utility_navbar-e559e68c:after {
  display: none;
}
.coh-ce-cpt_vertical_cta_banner-8045d4d0 {
  padding-top: 1.5625rem;
  padding-right: 32px;
  padding-bottom: 1.5625rem;
  padding-left: 32px;
  max-width: 100%;
  width: 310px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_vertical_cta_banner-8045d4d0 {
    padding-top: 1.875rem;
    padding-right: 32px;
    padding-bottom: 1.875rem;
    padding-left: 32px;
    max-width: 100%;
    width: 372px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_vertical_cta_banner-8045d4d0 {
    padding-top: 2.1875rem;
    padding-right: 1.5rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.5rem;
    max-width: 100%;
    width: 235px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_vertical_cta_banner-8045d4d0 {
    padding-top: 2.1875rem;
    padding-right: 1.5rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.5rem;
    max-width: 100%;
    width: 275px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_vertical_cta_banner-8045d4d0 {
    padding-top: 2.1875rem;
    padding-right: 1.875rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.875rem;
    max-width: 100%;
    width: 320px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_vertical_cta_banner-9729e8d3 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-cpt_vertical_cta_banner-9729e8d3 {
    margin-top: 0;
    margin-bottom: 18px;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_vertical_cta_banner-befeb6a5 {
    font-size: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_vertical_cta_banner-befeb6a5 {
    margin-bottom: 2.3125rem;
    color: rgb(255, 255, 255);
  }
}
.coh-ce-cpt_video_embed-19b87557 {
  max-width: 100%;
  height: 100%;
  padding-top: -webkit-calc(3/4*100%);
  padding-top: calc(3/4*100%);
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-height: 100%;
}
.video-embed--1by1.coh-ce-cpt_video_embed-19b87557 {
  padding-top: 100%;
}
.video-embed--3by2.coh-ce-cpt_video_embed-19b87557 {
  padding-top: -webkit-calc(2/3*100%);
  padding-top: calc(2/3*100%);
}
.video-embed--4by3.coh-ce-cpt_video_embed-19b87557 {
  padding-top: -webkit-calc(3/4*100%);
  padding-top: calc(3/4*100%);
}
.video-embed--8by5.coh-ce-cpt_video_embed-19b87557 {
  padding-top: -webkit-calc(5/8*100%);
  padding-top: calc(5/8*100%);
}
.video-embed--16by9.coh-ce-cpt_video_embed-19b87557 {
  padding-top: -webkit-calc(9/16*100%);
  padding-top: calc(9/16*100%);
}
.coh-ce-cpt_video_embed-19b87557 > article {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.coh-ce-cpt_video_embed-19b87557 iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.coh-ce-cpt_view_equity_funds-9b280529 {
  padding: 0.625rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_equity_funds-9b280529 {
    background-color: rgb(233, 235, 233);
    padding: 1.25rem;
  }
}
.coh-ce-cpt_view_financial_calendar_past-11ba6283 table td {
  width: 50%;
}
.coh-ce-cpt_view_financial_calendar_upco-63b26df7 table td {
  width: 50%;
}
.coh-ce-cpt_view_fixed_income_funds-9b280529 {
  padding: 0.625rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_fixed_income_funds-9b280529 {
    background-color: rgb(233, 235, 233);
    padding: 1.25rem;
  }
}
.coh-ce-cpt_view_most_read-986667ea {
  max-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_most_read-986667ea {
    max-width: 22rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_view_most_read-986667ea {
    max-width: 17.4375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_view_most_read-986667ea {
    max-width: 19.875rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_view_most_read-986667ea {
    max-width: 22.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_most_read-986667ea {
    width: 100%;
    max-width: 26rem;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_most_read-52b84d98 {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_view_most_read-52b84d98 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_most_read-52b84d98 {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
.coh-ce-cpt_view_multi_asset_funds-9b280529 {
  padding: 0.625rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_multi_asset_funds-9b280529 {
    background-color: rgb(233, 235, 233);
    padding: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .view-our-team--slider-enabled.coh-ce-cpt_view_our_team_contextual_-b375e927 .view-our-team--grid {
    display: none;
  }
}
@media (min-width: 1912px) {
  .view-our-team--slider-enabled.coh-ce-cpt_view_our_team_contextual_-b375e927 .view-our-team--slider {
    display: block;
  }
}
@media (min-width: 1912px) {
  .view-our-team--slider-enabled.coh-ce-cpt_view_our_team_contextual_ful-b375e927 .view-our-team--grid {
    display: none;
  }
}
@media (min-width: 1912px) {
  .view-our-team--slider-enabled.coh-ce-cpt_view_our_team_contextual_ful-b375e927 .view-our-team--slider {
    display: block;
  }
}
.is--narrow.coh-ce-cpt_webform-63ef1295 .site-studio-webform {
  max-width: -webkit-calc(min(100%, 500px));
  max-width: calc(min(100%, 500px));
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .is--narrow.coh-ce-cpt_webform-63ef1295 .site-studio-webform {
    max-width: -webkit-calc(min(100%, 600px));
    max-width: calc(min(100%, 600px));
  }
}
@media (min-width: 1912px) {
  .is--narrow.coh-ce-cpt_webform-63ef1295 .site-studio-webform {
    max-width: -webkit-calc(min(100%, 700px));
    max-width: calc(min(100%, 700px));
  }
}
.has--pale-background.coh-ce-cpt_webform-63ef1295:after {
  background-color: rgb(242, 247, 251);
}
.coh-style-is-inverted.coh-ce-cpt_webform-63ef1295:after {
  background: -webkit-linear-gradient(   197deg,   #0438B0 22.16%,   #04153F 96.61% );
  background: linear-gradient(   253deg,   #0438B0 22.16%,   #04153F 96.61% );
}
.coh-ce-cpt_4_column_item-ef0500c6 {
  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: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.coh-ce-cpt_4_column_item-ef0500c6 .client-review-body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coh-ce-cpt_4_column_item-ef0500c6 .client-review-body p:first-of-type {
  margin-bottom: 0;
}
.coh-ce-cpt_4_column_item-ef0500c6 .client-review-body p:not(:empty) + p:not(:empty):before {
  content: normal;
}
.coh-ce-cpt_50_50_component_and_image-b01866e9 {
  padding-top: 28px;
  padding-bottom: 28px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_component_and_image-b01866e9 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_component_and_image-b01866e9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.is--white.coh-ce-cpt_50_50_component_and_image-b01866e9 {
  background-color: rgba(0, 0, 0, 0);
}
.is--themed-bg.coh-ce-cpt_50_50_component_and_image-b01866e9 {
  background-color: rgb(242, 247, 251);
}
.padding--none.coh-ce-cpt_50_50_component_and_image-b01866e9 {
  padding-top: 0;
  padding-bottom: 0;
}
.coh-ce-cpt_50_50_component_and_image-b1e9173c {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 40px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_50_50_component_and_image-b1e9173c {
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_component_and_image-b1e9173c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_50_50_component_and_image-b1e9173c {
    gap: 80px;
  }
}
@media (min-width: 1024px) {
  .image--position-left.coh-ce-cpt_50_50_component_and_image-b1e9173c {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .is--vertically-centred.coh-ce-cpt_50_50_component_and_image-b1e9173c {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.has--map.coh-ce-cpt_50_50_component_and_image-b1e9173c .image {
  display: none;
}
.has--video.coh-ce-cpt_50_50_component_and_image-b1e9173c .banner-video-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.has--video.coh-ce-cpt_50_50_component_and_image-b1e9173c .banner-image-container {
  display: none;
}
.coh-ce-cpt_50_50_component_and_image-b1e9173c .is--dropzone:not(:has(*)) {
  display: none;
}
.coh-ce-cpt_50_50_component_and_image-8dc64d11 {
  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;
  gap: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_component_and_image-8dc64d11 {
    width: 50%;
    gap: 56px;
  }
}
.coh-ce-cpt_50_50_component_and_image-8dc64d11:before {
  display: none;
}
.coh-ce-cpt_50_50_component_and_image-8dc64d11:after {
  display: none;
}
.content--centre-aligned.coh-ce-cpt_50_50_component_and_image-8dc64d11 {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.content--bottom-aligned.coh-ce-cpt_50_50_component_and_image-8dc64d11 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.coh-ce-cpt_50_50_component_and_image-4198c5c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .coh-ce-cpt_50_50_component_and_image-4198c5c {
    gap: 24px;
  }
}
.coh-ce-cpt_50_50_component_and_image-ddf15449 {
  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;
  gap: 24px;
}
.coh-ce-cpt_50_50_component_and_image-a4dae6cb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.coh-ce-cpt_50_50_component_and_image-2f487218 {
  width: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_component_and_image-2f487218 {
    width: 50%;
  }
}
.coh-ce-cpt_50_50_component_and_image-11ff67e9 {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.coh-ce-cpt_50_50_component_and_image-e489c427 {
  width: 100%;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  padding-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 4/3;
}
.coh-ce-cpt_50_50_component_and_image-491d4d76 {
  width: 100%;
  max-width: 100%;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_50_50_component_and_image-491d4d76 {
    width: 50%;
  }
}
.coh-ce-cpt_50_50_component_and_image-e01f45f3 {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_50_50_component_and_image-be1067ff {
  -webkit-clip-path: none;
          clip-path: none;
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.coh-ce-cpt_50_50_component_and_image-928e2169 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 8px;
          border-radius: 8px;
}
.coh-ce-cpt_50_50_component_and_image-48df7ecf {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_50_50_component_and_image-48df7ecf:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.coh-ce-cpt_drupal_view_layout-49b476de div:before {
  display: none;
}
.coh-ce-cpt_drupal_view_layout-49b476de div:after {
  display: none;
}
.coh-ce-cpt_drupal_view_layout-57cd47dc {
  padding-top: 130px !important;
  padding-bottom: 0px !important;
  margin-bottom: 40px !important;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_drupal_view_layout-57cd47dc {
    padding-top: 0px !important;
    margin-bottom: 64px !important;
  }
}
.coh-ce-cpt_drupal_view_layout-57cd47dc:not(:has(.form-item-search-query)) {
  padding-top: 0px !important;
}
.coh-ce-cpt_drupal_view_layout-57cd47dc fieldset, .coh-ce-cpt_drupal_view_layout-57cd47dc .visually-hidden {
  display: none !important;
}
.coh-ce-cpt_drupal_view_layout-7b3ee216 {
  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;
  gap: 12px;
}
.coh-ce-cpt_drupal_view_layout-bd541340 {
  display: block;
  position: relative;
}
.coh-ce-cpt_drupal_view_layout-bd541340 .form-type-select, .coh-ce-cpt_drupal_view_layout-bd541340 .form-actions {
  display: none !important;
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form {
  -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;
  gap: 12px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form:before {
  height: 1.875rem;
  width: 0.0625rem;
  content: "";
  display: none;
  background-color: rgb(128, 147, 220);
}
@media (min-width: 1024px) {
  .coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form:before {
    display: inline-block;
  }
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form:not(:has(.form-item-search-query)) {
  display: none;
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form:not(:has(.form-item-search-query)) + .input-clear-btn {
  display: none;
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form .form-item-search-query {
  -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;
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form .form-item-search-query input {
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M17%2017L21%2021%22%20stroke%3D%22%2304153F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M3%2011C3%2015.4183%206.58172%2019%2011%2019C13.213%2019%2015.2161%2018.1015%2016.6644%2016.6493C18.1077%2015.2022%2019%2013.2053%2019%2011C19%206.58172%2015.4183%203%2011%203C6.58172%203%203%206.58172%203%2011Z%22%20stroke%3D%22%2304153F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
      background-position: 16px center !important;
  padding-right: 48px;
  padding-left: 48px;
  color: rgb(4, 21, 63);
  line-height: 150%;
}
.coh-ce-cpt_drupal_view_layout-bd541340 .views-exposed-form .form-item-langcode {
  display: none;
}
.coh-ce-cpt_drupal_view_layout-fc82b630 {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-size: 0;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9.1712%2014.8284L11.9996%2012M14.8281%209.17157L11.9996%2012M11.9996%2012L9.1712%209.17157M11.9996%2012L14.8281%2014.8284%22%20stroke%3D%22%237A777F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%237A777F%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  height: 1.5rem;
  width: 1.5rem;
  display: none;
}
.coh-ce-cpt_drupal_view_layout-8b29b23 .form-actions {
  display: none !important;
}
.coh-ce-cpt_drupal_view_layout-8b29b23 form .form-item {
  margin-top: 0 !important;
}
.coh-ce-cpt_drupal_view_layout-8b29b23 form .form-item .sr-only {
  height: 0.0625rem;
  width: 0.0625rem;
  position: absolute !important;
  padding: 0px;
  margin: -1px;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.coh-ce-cpt_drupal_view_layout-8b29b23 .views-exposed-form .form-select {
  border-style: none;
}
.results-is-closed.coh-ce-cpt_drupal_view_layout-5dcb8db0 .searchstax-search-result {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.coh-ce-cpt_drupal_view_layout-65390b8c .form-item-sort-bef-combine {
  display: none;
  display: none !important;
}
.coh-ce-cpt_drupal_view_layout-65390b8c .views-exposed-form .form-no-label {
  display: none !important;
}
.view-filters--hide.coh-ce-cpt_filtered_view-c9e961fc .searchstax-facets-pill-filter-by, .view-filters--hide.coh-ce-cpt_filtered_view-c9e961fc .searchstax-page-layout-facet-container {
  display: none !important;
}
.view-filters--hide.coh-ce-cpt_filtered_view-c9e961fc .search-block-container .views-exposed-form:before {
  display: none;
}
.view-search--hide.coh-ce-cpt_filtered_view-c9e961fc .search-block-container {
  display: none;
}
.view-search--hide.coh-ce-cpt_filtered_view-c9e961fc .search-details-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1024px) {
  .view-search--hide.coh-ce-cpt_filtered_view-c9e961fc .search-details-container {
    padding-top: 0px !important;
  }
}
.view-sorting--hide.coh-ce-cpt_filtered_view-c9e961fc .sorting-block-container {
  display: none;
}
.view-filters--hide.view-search--hide.view-sorting--hide.coh-ce-cpt_filtered_view-c9e961fc .search-details-container {
  display: none !important;
}
.view-filters--hide.view-search--hide.view-sorting--hide.coh-ce-cpt_filtered_view-c9e961fc .searchstax-page-layout-facet-result-container {
  margin-top: 0;
}
.view-search--show.coh-ce-cpt_filtered_view-c9e961fc .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container {
  position: relative;
  padding-top: 106px;
}
@media (min-width: 1024px) {
  .view-search--show.coh-ce-cpt_filtered_view-c9e961fc .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container {
    padding-top: 28px;
  }
}
.view-search--show.coh-ce-cpt_filtered_view-c9e961fc .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container .search-block-container {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .view-search--show.coh-ce-cpt_filtered_view-c9e961fc .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container .search-block-container {
    position: relative;
    top: unset;
    left: unset;
    width: auto;
  }
}
.view-search--show.coh-ce-cpt_filtered_view-c9e961fc .view-filters.coh-style-filters .searchstax-page-layout-container .search-details-container .search-block-container form .form-item {
  width: 100%;
}
.view-filters--hide.view-search--show.view-sorting--hide.coh-ce-cpt_filtered_view-c9e961fc .searchstax-page-layout-container .search-details-container {
  padding-top: 72px;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .view-filters--hide.view-search--show.view-sorting--hide.coh-ce-cpt_filtered_view-c9e961fc .searchstax-page-layout-container .search-details-container {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
.coh-ce-cpt_filters-b1c32e5a {
  padding-top: 16px;
  padding-bottom: 16px;
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters-b1c32e5a {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 24px;
    -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;
  }
}
.coh-ce-cpt_filters-b1c32e5a:before {
  display: none;
}
.coh-ce-cpt_filters-b1c32e5a:after {
  display: none;
}
.coh-ce-cpt_filters-2257c6e7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters-2257c6e7 {
    gap: 24px;
    -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;
  }
}
.coh-ce-cpt_filters-2257c6e7:before {
  display: none;
}
.coh-ce-cpt_filters-2257c6e7:after {
  display: none;
}
.coh-ce-cpt_filters-76c5128e {
  font-size: 1rem;
  line-height: 150%;
  text-align: left;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  height: 2.8125rem;
  padding-right: 16px;
  padding-left: 16px;
  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-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters-76c5128e {
    height: 3.5rem;
  }
}
.coh-ce-cpt_filters-76c5128e:after {
  background-position: center;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/icon-filter.svg');
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  content: "";
}
.coh-ce-cpt_filters-ff2c869b .coh-modal-inner {
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  gap: 24px;
  height: 100dvh;
  width: 100%;
  padding-top: 32px;
  padding-right: 16px;
  padding-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters-ff2c869b .coh-modal-inner {
    width: 60%;
    padding-top: 64px;
    padding-right: 48px;
    padding-left: 48px;
    gap: 28px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_filters-ff2c869b .coh-modal-inner {
    width: 40%;
  }
}
.coh-ce-cpt_filters-ff2c869b .coh-modal-inner form .form-actions {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(199, 194, 207);
  padding-top: 2.25rem;
  padding-right: 1.75rem;
  padding-bottom: 2.25rem;
  padding-left: 1.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
      -webkit-box-pack: center !important;
      -webkit-justify-content: center !important;
          -ms-flex-pack: center !important;
              justify-content: center !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_filters-ff2c869b .coh-modal-close-button {
  font-size: 0;
  height: 1.75rem;
  width: 1.75rem;
  margin-top: 32px;
  margin-right: 16px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_filters-ff2c869b .coh-modal-close-button {
    margin-top: 64px;
    margin-right: 48px;
  }
}
.coh-ce-cpt_filters-ff2c869b .coh-modal-close-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;
  color: rgb(0, 0, 0);
  font-size: 1.75rem;
  content: "\e92a";
  font-family: Icomoon;
}
.coh-ce-cpt_filters-ff2c869b .coh-modal-close-button:focus-visible {
  outline-width: 1.5px;
  outline-offset: 8px;
  outline-color: rgb(0, 0, 0);
  outline-style: dashed;
}
.coh-ce-cpt_filters-ff2c869b .coh-modal-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.coh-ce-cpt_filters-ff2c869b .contextual-region {
  position : unset;
}
.coh-ce-cpt_filters-ff2f7383 {
  color: rgb(0, 0, 0);
}
.coh-ce-cpt_footer-55e801e6 {
  display: block;
  background-color: rgb(242, 247, 251);
  padding-top: 80px;
  padding-bottom: 104px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-55e801e6 {
    padding-bottom: 80px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_footer-55e801e6 .brand--funds {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.coh-ce-cpt_footer-55e801e6 .brand--funds .footer__logos {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
.coh-ce-cpt_footer-55e801e6 .footer__content {
  max-width: 99.5rem;
  width: -webkit-calc(100% - 32px);
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-55e801e6 .footer__content {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}
.coh-ce-cpt_footer-9b073819 {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-9b073819 {
    margin-bottom: 64px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_footer-9b073819 {
    margin-bottom: 80px;
  }
}
.coh-ce-cpt_footer-9b073819 img {
  width: 13.625rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_footer-9b073819 img {
    width: 18rem;
  }
}
.coh-ce-cpt_footer-10387976 {
  -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: 28px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-10387976 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.coh-ce-cpt_footer-10387976:before {
  display: none;
}
.coh-ce-cpt_footer-10387976:after {
  display: none;
}
.coh-ce-cpt_footer-43d1ec1f {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-43d1ec1f {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.coh-ce-cpt_footer-58001a29 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-58001a29 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.coh-ce-cpt_footer-ee258429 {
  margin-bottom: 16px;
  color: rgb(67, 74, 91);
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-ee258429 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1912px) {
  .brand--greenbank.coh-ce-cpt_footer-ee258429 {
    font-weight: bold;
    text-transform: none;
  }
}
.coh-ce-cpt_footer-3f0dc251 {
  margin-top: 0;
  margin-bottom: 0;
  color: rgb(67, 74, 91);
}
.coh-ce-cpt_footer-2aa17020 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_footer-2aa17020 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
  }
}
.coh-ce-cpt_footer-e2a7914d {
  margin-bottom: 16px;
  color: rgb(67, 74, 91);
  font-weight: 400;
}
@media (min-width: 768px) {
  .coh-ce-cpt_footer-e2a7914d {
    margin-bottom: 24px;
  }
}
@media (min-width: 1912px) {
  .brand--greenbank.coh-ce-cpt_footer-e2a7914d {
    font-weight: bold;
    text-transform: none;
  }
}
.coh-ce-cpt_grid_section-9b680484 .views-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_grid_section-9b680484 .views-field span.field-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_grid_section-9b680484 .views-field span.field-content .coh-container-boxed.coh-container-boxed {
  height: 100%;
}
.coh-ce-cpt_grid_section-9b680484 .views-field span.field-content article {
  width: 100%;
}
.coh-ce-cpt_grid_section-213a0f9e {
  max-width: -webkit-calc(min(100%, 960px));
  max-width: calc(min(100%, 960px));
}
.coh-ce-cpt_grid_section-cfe47eea {
  display: grid;
}
.coh-ce-cpt_grid_section-cfe47eea:before {
  display: none;
}
@media (min-width: 768px) {
  .cols-m-2.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .cols-m-3.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .cols-l-2.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cols-l-3.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .cols-l-4.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .cols-xl-3.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width: 1280px) {
  .cols-xl-4.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(4,1fr);
  }
}
@media (min-width: 1280px) {
  .cols-xl-5.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(5,1fr);
  }
}
@media (min-width: 1280px) {
  .cols-xl-6.coh-ce-cpt_grid_section-cfe47eea {
    grid-template-columns: repeat(6,1fr);
  }
}
.col-gap-s.coh-ce-cpt_grid_section-cfe47eea {
  gap: 16px;
}
.col-gap-m.coh-ce-cpt_grid_section-cfe47eea {
  gap: 24px;
}
.col-gap-l.coh-ce-cpt_grid_section-cfe47eea {
  gap: 32px;
}
.col-gap-adaptive.coh-ce-cpt_grid_section-cfe47eea {
  gap: 28px;
}
@media (min-width: 1024px) {
  .col-gap-adaptive.coh-ce-cpt_grid_section-cfe47eea {
    gap: 32px 24px;
  }
}
.coh-ce-cpt_header-d9e6a2e9 {
  width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.coh-ce-cpt_header-d9e6a2e9:has(.header__search.is--expanded) .header__search-toggle: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: "\e939";
  font-family: Icomoon;
}
.coh-ce-cpt_header-d9e6a2e9:has(.header__nav.is--expanded) .header__nav-toggle: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: "\e92a";
  font-family: Icomoon;
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 {
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1280px) {
  .transparent-nav.coh-ce-cpt_header-d9e6a2e9 {
    background-color: rgba(0, 0, 0, 0);
  }
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .header-nav__item {
  color: rgb(255, 255, 255);
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .logo:hover {
  color: rgb(255, 255, 255);
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .logo--solid {
  display: none;
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .logo--white {
  display: block;
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .user-journey-selector-container {
  border-color: rgba(0, 0, 0, 0);
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .user-journey-selector-container .user-journey-selector {
  color: rgb(255, 255, 255);
}
.transparent-nav.coh-ce-cpt_header-d9e6a2e9 .user-journey-selector-container .user-journey-selector:before {
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(173deg) brightness(117%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(173deg) brightness(117%) contrast(100%);
}
.coh-ce-cpt_header-d9e6a2e9 > .coh-container {
  width: 100%;
}
.coh-ce-cpt_header-d9e6a2e9 .header__context-area {
  padding-right: 16px;
  padding-left: 16px;
  height: 4rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__context-area {
    padding-right: 40px;
    padding-left: 40px;
    height: 4.25rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__context-area {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__context-area {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__context-area {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__context-area:after {
  background-color: rgb(230, 237, 254);
}
.coh-ce-cpt_header-d9e6a2e9 .header__main-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 4.75rem;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__main-area {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    height: 6.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__main-area {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__main-area {
    padding-top: 32px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    height: auto;
    gap: 32px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__main-area {
    padding-right: 0;
    padding-left: 0;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__main-area:after {
  background-color: rgb(255, 255, 255);
}
.coh-ce-cpt_header-d9e6a2e9 .header__logo {
  line-height: 0.0625rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__logo {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: none;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__nav.is--expanded {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 6.25rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__nav.is--expanded {
    position: static;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__nav.is--expanded .coh-style-button {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.coh-ce-cpt_header-d9e6a2e9 .header__nav.is--expanded .coh-style-button span {
  width: auto !important;
}
.coh-ce-cpt_header-d9e6a2e9 .coh-style-button--primary {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-cpt_header-d9e6a2e9 .coh-style-button--primary {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__search-toggle {
  padding: 8px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 3rem;
  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;
  -webkit-transition: 500ms right;
  transition: 500ms right;
  color: rgb(4, 21, 63);
  font-size: 1.5rem;
  width: 3rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__search-toggle {
    margin-left: -20px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-d9e6a2e9 .header__search-toggle {
    font-size: 1.25rem;
    padding: 16px;
  }
}
.coh-ce-cpt_header-d9e6a2e9 .header__search-toggle: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: "\e907";
  font-family: Icomoon;
}
.coh-ce-cpt_header-d9e6a2e9 .header__search-toggle:hover {
  background-color: rgba(4, 22, 64, 0.1);
}
.coh-ce-cpt_header-d9e6a2e9 .header__nav-toggle: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: "\e912";
  font-family: Icomoon;
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(215deg, rgb(4, 56, 176) 22%, rgb(4, 21, 63) 97%);
  background-image: linear-gradient(235deg, rgb(4, 56, 176) 22%, rgb(4, 21, 63) 97%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 :is(.header__context-area, .header__main-area) {
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 :is(.header__context-area, .header__main-area):after {
  background-color: rgba(0, 0, 0, 0);
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 :is(a, p, button) {
  color: rgb(255, 255, 255);
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 .search-icon:after {
  color: rgb(255, 255, 255);
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 .main-nav__meganav {
  border: none;
}
body:not(.is--scrolling-up):has(:is(article [data-ssa-canvas], article > div:first-child) > .header--primary:first-child) .coh-ce-cpt_header-d9e6a2e9 .main-nav__link--l1.is-expanded:after {
  border-color: rgb(255, 255, 255);
}
.coh-ce-cpt_header-9069c880 {
  height: 0.625rem;
  background: max(0px, -webkit-calc(50vw - 50%)) 50% url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA5LjEtYzAwMiA3OS5iN2M2NGNjZjksIDIwMjQvMDcvMTYtMTI6Mzk6MDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNi4xIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNkJGMTBDNjFBMTcxMUYwQUZBNkFGODg5MDQyQ0JGRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNkJGMTBDNzFBMTcxMUYwQUZBNkFGODg5MDQyQ0JGRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY2QkYxMEM0MUExNzExRjBBRkE2QUY4ODkwNDJDQkZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY2QkYxMEM1MUExNzExRjBBRkE2QUY4ODkwNDJDQkZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgACgFSAwERAAIRAQMRAf/EAKUAAAEFAQEBAAAAAAAAAAAAAAMAAgQFBgcBCAEAAQUBAQAAAAAAAAAAAAAAAgABAwQFBgcQAAECAwMGCQkFCQAAAAAAAAECAwAxBBEyBSFBUXEzNGGBwRIiQlJyBvCx0WKCE4M1B5EjQ2MUoeHxssLS8sNEEQABAgQEAggFBQAAAAAAAAAAAQIRMQMEQYEyBSESUcEiQoIzNAbwYXFSE9HCI9MU/9oADAMBAAIRAxEAPwD5wjbKIoQj0Q4lDNTtg0AUmMi1Q0CJmkLiwphz1hOYZVGLDCu/ghZF6TaTZaMp0JEWWlZG4gXaguuBlFwZDq0RJz4EzWQSKlhSNJs55HRTkSDnMTMQge4O47ZkzmfoglUjRpf+FsAqMQqUMoFjj2UnMhsTUeSM/cdxZa0lqPwJKNu6vURjTtOEYZSYbRt0tMmxtsZdKlZ1GPDt23Kpd1Ve9T0zb7BlvTRrUI3iDGGaOmWVqsSkFS9OqA22xdXqI1ELVxWbSYrnHJ8Txd+qqXK51dhuUyOHQI9YtLNlCmlFqcO8pxFeu6q9ajvCUlQ66VlgrKlydXP2RwRsWdBq9qHDAy7uu5vZj9R9JSqqnA2ixLKNo4TYkDhMWa9wjUgkyxs+yvunxkzpNJSY34ewhPObPvagDml4AAAdlJMhqjNXneem21O0s2wSY176l0SNmm0970QSWqiqb/btxKus+ozdQClzD2nk6VW28RAtg0tTOqe46WCIQ2fHTrC/uGVBtWRbJXzhZo6Qy6jBf51SSgJvrHTSLegtsMxSjeJqsFfTh9Xb99Sr3Vw6Fo/DJ7QyQf5O7USKdIC2bX/y2juV/wBuBoGq3DsebVhWKUxp65AtNIsjnD8ynX1hqiN1u6n2mLFoSXFG8b+G4by1PiRicf8ADtXhD9pPvKVZsZqALAfVWOqqL9C5SonzOH3fZX2b/uYslItM7bzkL6JAyhWQ/tiRaiLJUX6GN+KExr7SrQ43tEy0KGgxMikTVwUY04kWKSbG1HIewrhiRFiO5Ce06q0FPRdQej6PRBopXc0psepmw5+qaFjNRkeR2V/vgKiYoaFpUVU5VmgPC69NS0MMqlWuJt/SPHOewYhR2AdajDttzBPtuNrtk4g+aHXiO1RxKXkAjITLgVo44NqxHkpVYjQ+9QXEixQvDQYirU+ZOBZpVILAqOaSCOuiY4IoObHIucA/vA5QcwnpMKtRb2FzHEYz3Jyvjg4NFikANKR7wtqNiXRzTrzH7YVRMUGYCUlSSUnIRkMPGIMIDQSDaIaIoEpJDjKk8EGvFAJKQ05wc/nispMg0whHkMIUIQoQhQhChCPRDiDNyEGgCk1iJmkLiwobqvIxYYV6odN52chridoHQeYZtVajrlBsmHUkXbGwb1cU4ttKTpg294RK8b0p54YLA6r9NNvWXbqe9PNwRwPvnym6p+E2/a3mulLM6CmUeVuPQzn/AI92ar94auOO49rasOswt78vHqMLUbxST/pnHe0tFSXXmctU1059WRWJvu3pq70a7PL/AEMip5mePWSKv5cxe+Hsvb9aMhupes9Ss/SpKXckZqu2pv8AxOSNCnkcnuGrv+IYm5n9mJTIUbn/ALpwLsyzSyEuXV5YWBdSXdJGEfMGtt8OfH6umAqywNDb/OTV4TZ13yrDNpvGfeJ/8nqaYew+PtzLXuDuyn48jZ+IPklRc2Cd7/2fmaIoO81f2mhc+i/s+JlD4v8AkOF7O6neN8u/yRk7X61+rw6M/mcbe+nTTnqy+RlkXBxzjtWyOWdMii9U6x3f8odsyRcCWz+HO4nXe8rIkSZC/Ej4tulVKWe7/GEslJrbUhlXtqm9eRcv3ur60VXGsmJpcU3o91Pel1uHTEiGeyRXMTdnmlKfnhNmTOkg9/bql5DPyxIJsjOO75mlmlIzig/UaFPSBZkvUdUZtWRKgETHF54FRkmGq9uvXEbZIE+YA3OOEMHpuSDSQDiONrxxA4kQau8YYcbDCFCEKEI//9k=) no-repeat #04153F;
  background: max(0px, calc(50vw - 50%)) 50% url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA5LjEtYzAwMiA3OS5iN2M2NGNjZjksIDIwMjQvMDcvMTYtMTI6Mzk6MDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNi4xIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNkJGMTBDNjFBMTcxMUYwQUZBNkFGODg5MDQyQ0JGRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNkJGMTBDNzFBMTcxMUYwQUZBNkFGODg5MDQyQ0JGRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY2QkYxMEM0MUExNzExRjBBRkE2QUY4ODkwNDJDQkZFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY2QkYxMEM1MUExNzExRjBBRkE2QUY4ODkwNDJDQkZFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgACgFSAwERAAIRAQMRAf/EAKUAAAEFAQEBAAAAAAAAAAAAAAMAAgQFBgcBCAEAAQUBAQAAAAAAAAAAAAAAAgABAwQFBgcQAAECAwMGCQkFCQAAAAAAAAECAwAxBBEyBSFBUXEzNGGBwRIiQlJyBvCx0WKCE4M1B5EjQ2MUoeHxssLS8sNEEQABAgQEAggFBQAAAAAAAAAAAQIRMQMEQYEyBSESUcEiQoIzNAbwYXFSE9HCI9MU/9oADAMBAAIRAxEAPwD5wjbKIoQj0Q4lDNTtg0AUmMi1Q0CJmkLiwphz1hOYZVGLDCu/ghZF6TaTZaMp0JEWWlZG4gXaguuBlFwZDq0RJz4EzWQSKlhSNJs55HRTkSDnMTMQge4O47ZkzmfoglUjRpf+FsAqMQqUMoFjj2UnMhsTUeSM/cdxZa0lqPwJKNu6vURjTtOEYZSYbRt0tMmxtsZdKlZ1GPDt23Kpd1Ve9T0zb7BlvTRrUI3iDGGaOmWVqsSkFS9OqA22xdXqI1ELVxWbSYrnHJ8Txd+qqXK51dhuUyOHQI9YtLNlCmlFqcO8pxFeu6q9ajvCUlQ66VlgrKlydXP2RwRsWdBq9qHDAy7uu5vZj9R9JSqqnA2ixLKNo4TYkDhMWa9wjUgkyxs+yvunxkzpNJSY34ewhPObPvagDml4AAAdlJMhqjNXneem21O0s2wSY176l0SNmm0970QSWqiqb/btxKus+ozdQClzD2nk6VW28RAtg0tTOqe46WCIQ2fHTrC/uGVBtWRbJXzhZo6Qy6jBf51SSgJvrHTSLegtsMxSjeJqsFfTh9Xb99Sr3Vw6Fo/DJ7QyQf5O7USKdIC2bX/y2juV/wBuBoGq3DsebVhWKUxp65AtNIsjnD8ynX1hqiN1u6n2mLFoSXFG8b+G4by1PiRicf8ADtXhD9pPvKVZsZqALAfVWOqqL9C5SonzOH3fZX2b/uYslItM7bzkL6JAyhWQ/tiRaiLJUX6GN+KExr7SrQ43tEy0KGgxMikTVwUY04kWKSbG1HIewrhiRFiO5Ce06q0FPRdQej6PRBopXc0psepmw5+qaFjNRkeR2V/vgKiYoaFpUVU5VmgPC69NS0MMqlWuJt/SPHOewYhR2AdajDttzBPtuNrtk4g+aHXiO1RxKXkAjITLgVo44NqxHkpVYjQ+9QXEixQvDQYirU+ZOBZpVILAqOaSCOuiY4IoObHIucA/vA5QcwnpMKtRb2FzHEYz3Jyvjg4NFikANKR7wtqNiXRzTrzH7YVRMUGYCUlSSUnIRkMPGIMIDQSDaIaIoEpJDjKk8EGvFAJKQ05wc/nispMg0whHkMIUIQoQhQhChCPRDiDNyEGgCk1iJmkLiwobqvIxYYV6odN52chridoHQeYZtVajrlBsmHUkXbGwb1cU4ttKTpg294RK8b0p54YLA6r9NNvWXbqe9PNwRwPvnym6p+E2/a3mulLM6CmUeVuPQzn/AI92ar94auOO49rasOswt78vHqMLUbxST/pnHe0tFSXXmctU1059WRWJvu3pq70a7PL/AEMip5mePWSKv5cxe+Hsvb9aMhupes9Ss/SpKXckZqu2pv8AxOSNCnkcnuGrv+IYm5n9mJTIUbn/ALpwLsyzSyEuXV5YWBdSXdJGEfMGtt8OfH6umAqywNDb/OTV4TZ13yrDNpvGfeJ/8nqaYew+PtzLXuDuyn48jZ+IPklRc2Cd7/2fmaIoO81f2mhc+i/s+JlD4v8AkOF7O6neN8u/yRk7X61+rw6M/mcbe+nTTnqy+RlkXBxzjtWyOWdMii9U6x3f8odsyRcCWz+HO4nXe8rIkSZC/Ej4tulVKWe7/GEslJrbUhlXtqm9eRcv3ur60VXGsmJpcU3o91Pel1uHTEiGeyRXMTdnmlKfnhNmTOkg9/bql5DPyxIJsjOO75mlmlIzig/UaFPSBZkvUdUZtWRKgETHF54FRkmGq9uvXEbZIE+YA3OOEMHpuSDSQDiONrxxA4kQau8YYcbDCFCEKEI//9k=) no-repeat #04153F;
  width: 100%;
}
.coh-ce-cpt_header-48bc3341 {
  height: 4.625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_header-5776581f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_header-5776581f {
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-5776581f {
    gap: 24px;
  }
}
.coh-ce-cpt_header-f68e896f {
  gap: 20px;
}
.coh-ce-cpt_header-f68e896f .search-toggle-button, .coh-ce-cpt_header-f68e896f .nav-toggle-button {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-f68e896f .search-toggle-button, .coh-ce-cpt_header-f68e896f .nav-toggle-button {
    height: 3rem;
    width: 3rem;
    padding: 0.75rem;
  }
}
.coh-ce-cpt_header-f68e896f .search-toggle-button:focus-visible, .coh-ce-cpt_header-f68e896f .nav-toggle-button:focus-visible {
  outline-offset: 4px;
  outline-offset: 4px;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-f68e896f .search-toggle-button:focus-visible, .coh-ce-cpt_header-f68e896f .nav-toggle-button:focus-visible {
    outline-offset: 0px;
    outline-offset: 0px !important;
  }
}
.coh-ce-cpt_header-f68e896f .search-toggle-button:focus-visible, .coh-ce-cpt_header-f68e896f .nav-toggle-button:focus-visible, .coh-ce-cpt_header-f68e896f .coh-link:focus-visible {
  outline-width: 0.1171875rem;
  outline-color: rgb(105, 150, 252);
  outline-style: solid;
  outline-offset: 4px;
}
.coh-ce-cpt_header-845eb4f6 {
  width: 13.75rem;
}
@media (min-width: 768px) {
  .coh-ce-cpt_header-845eb4f6 {
    width: 15rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-845eb4f6 {
    width: 18.75rem;
  }
}
.coh-ce-cpt_header-2319eace {
  padding: 0.375rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-2319eace {
    padding: 0;
  }
}
.coh-ce-cpt_header-2319eace:after {
  padding: 0;
  font-size: 1.25rem;
}
.search-toggle-button.coh-ce-cpt_header-2319eace {
  color: rgb(4, 56, 176);
}
@media (min-width: 1280px) {
  .search-toggle-button.coh-ce-cpt_header-2319eace {
    color: rgb(4, 21, 63);
  }
}
.coh-ce-cpt_header-32323e14 {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0.125rem;
          border-radius: 0.125rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_header-32323e14 {
    display: none;
  }
}
.coh-ce-cpt_header-32323e14:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  padding: 0px !important;
  content: "\e926";
  font-family: Icomoon;
  height: 100%;
}
.coh-ce-cpt_header-32323e14:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.is--expanded.coh-ce-cpt_header-32323e14: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: "\e939";
  font-family: Icomoon;
}
.nav-toggle-button.coh-ce-cpt_header-32323e14 {
  color: rgb(4, 56, 176);
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-cpt_header-c68cc1da {
  display: none;
  -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;
}
.is--expanded.coh-ce-cpt_header-c68cc1da {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_header-adf497fb h2 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_header-adf497fb form {
    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;
    gap: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_header-adf497fb form .form-actions {
    gap: 12px;
    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;
  }
}
.coh-ce-cpt_heading-9e728234 .coh-heading {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.coh-ce-cpt_heading-275cfe45 {
  margin-bottom: 4px;
  font-size: 0.875rem;
}
.coh-ce-cpt_heading-275cfe45 + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 0;
}
.coh-ce-cpt_hero_banner-4bb0aae6 {
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_banner-4bb0aae6 {
    -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: normal;
    -webkit-align-items: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.hero-banner.coh-ce-cpt_hero_banner-4bb0aae6 {
  height: -webkit-calc(100vh - 140px);
  height: calc(100vh - 140px);
}
@media (min-width: 568px) {
  .hero-banner.coh-ce-cpt_hero_banner-4bb0aae6 {
    margin-top: 3.75rem;
    height: -webkit-calc(100vh - 120px);
    height: calc(100vh - 120px);
  }
}
@media (min-width: 1024px) {
  .hero-banner.coh-ce-cpt_hero_banner-4bb0aae6 {
    height: -webkit-calc(100vh - 38px);
    height: calc(100vh - 38px);
  }
}
@media (min-width: 1912px) {
  .hero-banner.coh-ce-cpt_hero_banner-4bb0aae6 {
    height: -webkit-calc(100vh - 55px);
    height: calc(100vh - 55px);
  }
}
.header--primary.coh-ce-cpt_hero_banner-4bb0aae6 {
  background: -webkit-linear-gradient(   197deg,   #0438B0 22.16%,   #04153F 96.61% );
  background: linear-gradient(   253deg,   #0438B0 22.16%,   #04153F 96.61% );
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  min-height: -webkit-calc(90vh - 34px);
  min-height: calc(90vh - 34px);
}
@media (min-width: 768px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .image-clipping {
  display: block;
}
@media (min-width: 768px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    max-width: none;
    min-width: 0;
    width: -webkit-calc(min(50% - 80px, 720px) - 24px - 40px);
    width: calc(min(50% - 80px, 720px) - 24px - 40px);
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    width: -webkit-calc(min(50% - 80px, 720px) - 24px - 48px);
    width: calc(min(50% - 80px, 720px) - 24px - 48px);
  }
}
@media (min-width: 1912px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    width: -webkit-calc(min(50% - 80px, 720px) - 24px);
    width: calc(min(50% - 80px, 720px) - 24px);
  }
}
@media (min-width: 768px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image {
    width: -webkit-calc(clamp(50% + 80px, 880px, 50% + 80px) - 24px);
    width: calc(clamp(50% + 80px, 880px, 50% + 80px) - 24px);
    max-width: none;
  }
}
@media (min-width: 768px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image .coh-image {
    -webkit-clip-path: polygon(0 100%, 80px 160px, 86px 140px, 93px 120px, 105px 105px, 120px 93px, 140px 86px, 160px 80px, 100% 0, 100% 100%);
            clip-path: polygon(0 100%, 80px 160px, 86px 140px, 93px 120px, 105px 105px, 120px 93px, 140px 86px, 160px 80px, 100% 0, 100% 100%);
    -webkit-clip-path: shape(from -0.5px 100%, line to 80px 160px, smooth to 160px 80px with 95px 95px, line to 100% -0.5px, line to 100% 100%, close);
            clip-path: shape(from -0.5px 100%, line to 80px 160px, smooth to 160px 80px with 95px 95px, line to 100% -0.5px, line to 100% 100%, close);
  }
}
.header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .rathbones-compass {
  aspect-ratio: 1.127 / 1;
  background-image: url('/themes/custom/rathbones_rebrand/assets/images/rathbones-compass.svg');
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: none;
  bottom: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .rathbones-compass {
    width: -webkit-calc(min(-webkit-calc(250 * 100vw / 1600), 250px));
    width: calc(min(calc(250 * 100vw / 1600), 250px));
  }
}
@media (min-width: 1280px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .rathbones-compass {
    display: block;
  }
}
.header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__description {
  font-size: 1rem;
  line-height: 150%;
}
@media (min-width: 1280px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__description {
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .header--primary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__cta {
    margin-bottom: 32px;
  }
}
.header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
  -webkit-align-items: initial;
      -ms-flex-align: initial;
          align-items: initial;
  background: -webkit-linear-gradient(   197deg,   #0438B0 22.16%,   #04153F 96.61% );
  background: linear-gradient(   253deg,   #0438B0 22.16%,   #04153F 96.61% );
  padding: 0;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  min-height: -webkit-calc(min(80vh, 450px));
  min-height: calc(min(80vh, 450px));
}
@media (min-width: 768px) {
  .header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .header--secondary.has--video.coh-ce-cpt_hero_banner-4bb0aae6 {
    overflow: visible;
  }
}
.header--secondary.has--video.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image {
  display: none;
}
.header--secondary.has--video.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
  min-width: -webkit-calc(50% - 24px);
  min-width: calc(50% - 24px);
}
@media (min-width: 768px) {
  .header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    padding-right: 40px;
  }
}
@media (min-width: 1024px) {
  .header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    padding-right: 64px;
  }
}
@media (min-width: 768px) {
  .header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image {
    min-width: -webkit-calc(50% - 24px);
    min-width: calc(50% - 24px);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .header--secondary.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image .coh-image {
    -webkit-clip-path: polygon(0% 100%, -webkit-calc(100% - 80px) -webkit-calc(100% - 50px), -webkit-calc(100% - 68px) -webkit-calc(100% - 54px), -webkit-calc(100% - 62px) -webkit-calc(100% - 57px), -webkit-calc(100% - 55px) -webkit-calc(100% - 64px), -webkit-calc(100% - 53px) -webkit-calc(100% - 69px), -webkit-calc(100% - 50px) -webkit-calc(100% - 80px),  100% 0, 0 0);
            clip-path: polygon(0% 100%, calc(100% - 80px) calc(100% - 50px), calc(100% - 68px) calc(100% - 54px), calc(100% - 62px) calc(100% - 57px), calc(100% - 55px) calc(100% - 64px), calc(100% - 53px) calc(100% - 69px), calc(100% - 50px) calc(100% - 80px),  100% 0, 0 0);
    -webkit-clip-path: shape(from -0.5px 100%, line to -webkit-calc(100% - 80px) -webkit-calc(100% - 50px), curve to -webkit-calc(100% - 50px) -webkit-calc(100% - 80px) with -webkit-calc(100% - 55px) -webkit-calc(100% - 55px), line to 100% -0.5px, line to -0.5px -0.5px);
            clip-path: shape(from -0.5px 100%, line to calc(100% - 80px) calc(100% - 50px), curve to calc(100% - 50px) calc(100% - 80px) with calc(100% - 55px) calc(100% - 55px), line to 100% -0.5px, line to -0.5px -0.5px);
  }
}
.header--simple.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
  width: 100%;
  padding: 0;
}
@media (min-width: 1024px) {
  .header--simple.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    max-width: 100%;
  }
}
@media (min-width: 1280px) {
  .header--simple.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    max-width: 75%;
  }
}
.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
  min-width: 100%;
  max-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;
  gap: 32px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 1;
  padding-top: 32px;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    min-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    gap: 48px;
    padding-top: 48px;
    padding-right: 0;
    padding-bottom: 48px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content p {
  font-size: 16px;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__content p {
    font-size: 20px;
  }
}
.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image .coh-image {
  width: 100%;
  -webkit-border-radius: 0;
          border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(0 100%, 40px 80px, 43px 70px, 46.5px 60px, 52.5px 52.5px, 60px 46.5px, 70px 43px, 80px 40px, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 40px 80px, 43px 70px, 46.5px 60px, 52.5px 52.5px, 60px 46.5px, 70px 43px, 80px 40px, 100% 0, 100% 100%);
  -webkit-clip-path: shape(from 0 100%, line to 40px 80px, smooth to 80px 40px with 45px 45px, line to 100% 0, line to 100% 100%, close);
          clip-path: shape(from 0 100%, line to 40px 80px, smooth to 80px 40px with 45px 45px, line to 100% 0, line to 100% 100%, close);
  height: 100%;
  position: static;
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_banner-4bb0aae6 .hero-banner__image .coh-image {
    position: absolute;
  }
}
.coh-ce-cpt_hero_banner-4bb0aae6 .rathbones-compass {
  display: none;
}
.coh-ce-cpt_hero_banner-99b67bfa {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}
.coh-ce-cpt_hero_banner-2ffceecd {
  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;
  gap: 12px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_hero_banner-2ffceecd {
    gap: 24px;
  }
}
.coh-ce-cpt_hero_banner-de24a9bb {
  width: 100%;
  max-width: 100%;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_banner-de24a9bb {
    width: 50%;
  }
}
.coh-ce-cpt_hero_banner-d798ce3c {
  position: relative;
  width: 100%;
}
.coh-ce-cpt_hero_banner-a2c98f44 {
  width: 100%;
  max-width: 100%;
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
@media (min-width: 768px) {
  .coh-ce-cpt_hero_banner-a2c98f44 {
    -webkit-border-radius: 8px 0 0 8px !important;
            border-radius: 8px 0 0 8px !important;
  }
}
.coh-ce-cpt_hero_banner-9b788a7 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.coh-ce-cpt_hero_banner-9b788a7:focus-visible {
  outline-width: 3px;
  outline-color: rgb(155, 185, 253);
  outline-style: solid;
}
.coh-ce-cpt_horizontal_tabs-3bfe362b {
  position: relative;
}
.tabs-container-horizontal--scrollable.coh-ce-cpt_horizontal_tabs-3bfe362b {
  padding-right: 32px;
  padding-left: 32px;
}
.coh-ce-cpt_horizontal_tabs-3bfe362b .tab-body {
  display: none;
}
.coh-ce-cpt_horizontal_tabs-3bfe362b .tab-body:first-child {
  display: block;
}
.coh-ce-cpt_horizontal_tabs-3bfe362b .tabs-select {
  display: block;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .coh-ce-cpt_horizontal_tabs-3bfe362b .tabs-select {
    display: none;
  }
}
.coh-ce-cpt_horizontal_tabs-3300f2d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_horizontal_tabs-e07f585a {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  overflow: auto;
  display: none;
  overflow: visible;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_horizontal_tabs-e07f585a {
    display: block;
  }
}
.coh-ce-cpt_horizontal_tabs-e07f585a::-webkit-scrollbar {
  display: none;
}
.coh-ce-cpt_horizontal_tabs-106b9c17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 48px;
  padding-left: 0;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_horizontal_tabs-106b9c17 {
    gap: 24px;
  }
}
.brand--greenbank.coh-ce-cpt_horizontal_tabs-106b9c17 li:hover {
  color: inherit;
}
.brand--greenbank.coh-ce-cpt_horizontal_tabs-106b9c17 li.tabs-list__item--active {
  color: inherit;
}
.coh-ce-cpt_horizontal_tabs-106b9c17 li + li {
  margin-top: 0;
}
.coh-ce-cpt_horizontal_tabs_item-da3abbb0 .coh-wysiwyg {
  padding: 0;
}
.coh-ce-cpt_link-3217fa8d:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.multi-column-layout--centered.coh-ce-cpt_multi_column_layout-43eda352 {
  max-width: 23rem;
}
@media (min-width: 768px) {
  .multi-column-layout--centered.coh-ce-cpt_multi_column_layout-43eda352 {
    max-width: 55.75rem;
  }
}
@media (min-width: 1024px) {
  .multi-column-layout--centered.coh-ce-cpt_multi_column_layout-43eda352 {
    max-width: 63.0625rem;
  }
}
@media (min-width: 1280px) {
  .multi-column-layout--centered.coh-ce-cpt_multi_column_layout-43eda352 {
    max-width: 72.125rem;
  }
}
@media (min-width: 1912px) {
  .multi-column-layout--centered.coh-ce-cpt_multi_column_layout-43eda352 {
    width: 100%;
    max-width: 83.375rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.coh-ce-cpt_multi_column_layout-43eda352 .coh-wysiwyg {
  padding: 0;
}
.coh-ce-cpt_multi_column_layout-43eda352 article {
  width: 100%;
  height: 100%;
}
.coh-ce-cpt_multi_column_layout-43eda352 .card {
  height: 100%;
}
.coh-ce-cpt_multi_column_layout-9de51e5b {
  gap: 55px 0;
}
@media (min-width: 568px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b {
    gap: 30px 0;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b {
    gap: 38px 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b {
    gap: 55px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.multi-column-layout--smaller-flex-gap.coh-ce-cpt_multi_column_layout-9de51e5b {
  gap: 16px 0;
}
@media (min-width: 568px) {
  .multi-column-layout--smaller-flex-gap.coh-ce-cpt_multi_column_layout-9de51e5b {
    gap: 16px 0;
  }
}
@media (min-width: 1024px) {
  .multi-column-layout--smaller-flex-gap.coh-ce-cpt_multi_column_layout-9de51e5b {
    gap: 27px 0;
  }
}
@media (min-width: 1912px) {
  .multi-column-layout--smaller-flex-gap.coh-ce-cpt_multi_column_layout-9de51e5b {
    gap: 43px 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b .coh-container-boxed, .coh-ce-cpt_multi_column_layout-9de51e5b article, .coh-ce-cpt_multi_column_layout-9de51e5b .media-news-items-block__view {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b .event-card__component {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b .event-card__component:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_multi_column_layout-9de51e5b .event-card__component:after {
    display: none;
  }
}
.coh-ce-cpt_utility_navigation-45670f6d {
  position: relative;
}
.coh-ce-cpt_utility_navigation-45670f6d:has(.dropdown-menu.show) .toggle-button--dropdown:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.coh-ce-cpt_utility_navigation-45670f6d .menu-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: none;
  cursor: pointer;
}
.coh-ce-cpt_utility_navigation-45670f6d .menu-overlay.show {
  display: block;
}
.space--xs.coh-ce-cpt_vertical_space-9e0c60f8 {
  padding-top: 8px;
}
@media (min-width: 768px) {
  .space--xs.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .space--xs.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 24px;
  }
}
.space--sm.coh-ce-cpt_vertical_space-9e0c60f8 {
  padding-top: 12px;
}
@media (min-width: 768px) {
  .space--sm.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 16px;
  }
}
@media (min-width: 1024px) {
  .space--sm.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 32px;
  }
}
.space--md.coh-ce-cpt_vertical_space-9e0c60f8 {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .space--md.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .space--md.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 40px;
  }
}
.space--lg.coh-ce-cpt_vertical_space-9e0c60f8 {
  padding-top: 24px;
}
@media (min-width: 768px) {
  .space--lg.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 32px;
  }
}
@media (min-width: 1024px) {
  .space--lg.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 64px;
  }
}
.space--xl.coh-ce-cpt_vertical_space-9e0c60f8 {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .space--xl.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .space--xl.coh-ce-cpt_vertical_space-9e0c60f8 {
    padding-top: 80px;
  }
}
.coh-ce-cpt_view_layout-586b6e1c {
  max-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-586b6e1c {
    max-width: 45rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_view_layout-586b6e1c {
    max-width: 55.625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_view_layout-586b6e1c {
    max-width: 63rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_view_layout-586b6e1c {
    max-width: 72.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-586b6e1c {
    display: none;
    width: 100%;
    max-width: 83.3125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .exposed-filters-block--show.coh-ce-cpt_view_layout-586b6e1c {
    display: block;
  }
}
.coh-ce-cpt_view_layout-586b6e1c form {
  gap: 12px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-586b6e1c form {
    gap: 20px 16px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-586b6e1c form {
    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;
    gap: 12px;
  }
}
.coh-ce-cpt_view_layout-586b6e1c form .form-item {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-586b6e1c form .form-item {
    width: 50%;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-586b6e1c form .form-item label {
    display: none;
  }
}
.coh-ce-cpt_view_layout-586b6e1c form .form-actions {
  margin-top: 1rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-586b6e1c form .form-actions {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.coh-ce-cpt_view_layout-586b6e1c form .form-type-textfield, .coh-ce-cpt_view_layout-586b6e1c form .form-type-select {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-586b6e1c form .form-type-textfield, .coh-ce-cpt_view_layout-586b6e1c form .form-type-select {
    max-width: 16.25rem;
    min-width: 16.25rem;
  }
}
.coh-ce-cpt_view_layout-1a0f6d1d {
  max-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-1a0f6d1d {
    max-width: 45rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_view_layout-1a0f6d1d {
    max-width: 55.625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_view_layout-1a0f6d1d {
    max-width: 63rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cpt_view_layout-1a0f6d1d {
    max-width: 72.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-1a0f6d1d {
    width: 100%;
    max-width: 83.3125rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .with-filters--false.coh-ce-cpt_view_layout-1a0f6d1d {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-1a0f6d1d .form-item label {
    display: none;
  }
}
.coh-ce-cpt_view_layout-1a0f6d1d .form-type-textfield, .coh-ce-cpt_view_layout-1a0f6d1d .form-type-select {
  min-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-cpt_view_layout-1a0f6d1d .form-type-textfield, .coh-ce-cpt_view_layout-1a0f6d1d .form-type-select {
    min-width: 15.25rem;
    max-width: 15.25rem;
  }
}
.coh-ce-cpt_view_layout-1a0f6d1d .form-actions {
  margin-top: 1rem;
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-1a0f6d1d .form-actions {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.coh-ce-cpt_view_layout-aed6b874 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-aed6b874 {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_view_layout-aed6b874 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-aed6b874 {
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-aed6b874 .form-item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-aed6b874 .form-item {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-aed6b874 .form-actions {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-aed6b874 form {
    gap: 12px;
  }
}
@media (min-width: 768px) {
  .coh-ce-cpt_view_layout-aed6b874 form {
    gap: 20px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-aed6b874 form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    gap: 12px;
  }
}
@media (min-width: 568px) {
  .pagination-spacing--small.coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 3.4375rem;
  }
}
@media (min-width: 768px) {
  .pagination-spacing--small.coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 2.375rem;
  }
}
@media (min-width: 1024px) {
  .pagination-spacing--small.coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 2.625rem;
  }
}
@media (min-width: 1912px) {
  .pagination-spacing--small.coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 3.4375rem;
  }
}
.coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
  margin-top: 55px;
}
@media (min-width: 568px) {
  .coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 75px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cpt_view_layout-e8787a9d .coh-style-view-pagination {
    margin-top: 110px;
  }
}
.coh-ce-cpt_wysiwyg-8026b02a {
  max-width: 100%;
}
.coh-ce-cpt_wysiwyg-8026b02a p {
  font-size: 1rem;
  line-height: 150%;
}
.coh-ce-job_listing_card-b04e3499 {
  background-color: rgb(255, 255, 255);
}
.is--light-blue.coh-ce-job_listing_card-b04e3499 {
  background-color: rgb(242, 247, 251);
}
.is--dark-blue.coh-ce-job_listing_card-b04e3499 {
  background-color: rgb(4, 21, 63);
}
.is--dark-blue.coh-ce-job_listing_card-b04e3499 :is(.coh-link, .coh-heading, .card-body-text) {
  color: rgb(255, 255, 255);
}
.is--dark-blue.coh-ce-job_listing_card-b04e3499 .temp__ .coh-heading {
  color: rgb(255, 255, 255);
}
.is--dark-blue.coh-ce-job_listing_card-b04e3499 .temp__ .card-body-text {
  color: rgb(255, 255, 255);
}
.is--dark-blue.coh-ce-job_listing_card-b04e3499 .temp__ .coh-link:after {
  color: rgb(255, 255, 255);
}
.is--dark-blue.coh-ce-job_listing_card-b04e3499 .temp__ .coh-link span {
  color: rgb(255, 255, 255);
}
.coh-ce-job_listing_card-b04e3499 :is(.card-body-text) {
  color: rgb(4, 21, 63);
}
.coh-ce-job_listing_card-2d59ff9a {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-ce-job_listing_card-a084f6ec {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.coh-ce-job_listing_card-a084f6ec p {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1912px) {
  .coh-ce-9dd8a7c2 {
    background-color: rgb(152, 155, 151);
  }
}
@media (min-width: 1912px) {
  .coh-ce-9dd8a7c2 h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(152, 155, 151);
    padding: 1rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d9b3efa2 {
    padding: 1rem;
    background-color: rgb(234, 235, 234);
  }
}
@media (min-width: 1912px) {
  .coh-ce-d9b3efa2 .views-field-nothing {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d9b3efa2 .views-field-nothing:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d9b3efa2 .views-field-nothing:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4df9da06 .coh-column article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3f96e15d {
    position: relative;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-5eac39ef {
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
    overflow-x: visible;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2c5c7825 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.coh-ce-f6001b6e {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}
@media (min-width: 1912px) {
  .coh-ce-f6001b6e {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    -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;
    margin-bottom: 0.625rem;
  }
}
.coh-ce-4191a2a8 {
  margin-top: 3.4375rem;
  padding: 0;
}
@media (min-width: 768px) {
  .coh-ce-4191a2a8 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4191a2a8 {
    margin-top: 4rem;
  }
}
.coh-ce-4191a2a8 {
  margin-top: 3.4375rem;
  padding: 0;
}
@media (min-width: 768px) {
  .coh-ce-4191a2a8 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4191a2a8 {
    margin-top: 4rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fd858a00 form {
    -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;
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fd858a00 label {
    width: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
.coh-ce-a292c135 {
  margin-top: 3.4375rem;
  padding: 0;
}
@media (min-width: 768px) {
  .coh-ce-a292c135 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-a292c135 {
    margin-top: 4rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-89aae187 form {
    gap: 10px;
    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;
  }
}
@media (min-width: 1912px) {
  .coh-ce-89aae187 label {
    height: 0;
    width: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
  }
}
.coh-ce-a292c135 {
  margin-top: 3.4375rem;
  padding: 0;
}
@media (min-width: 768px) {
  .coh-ce-a292c135 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-a292c135 {
    margin-top: 4rem;
  }
}
.coh-ce-4191a2a8 {
  margin-top: 3.4375rem;
  padding: 0;
}
@media (min-width: 768px) {
  .coh-ce-4191a2a8 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4191a2a8 {
    margin-top: 4rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-37995859 {
    margin-bottom: 24px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-37995859:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-98868efe article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-98868efe article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2c42913b .views-exposed-form form .fieldset-legend, .coh-ce-2c42913b .views-exposed-form form label {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2c42913b .views-exposed-form form .fieldset-legend, .coh-ce-2c42913b .views-exposed-form form label {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e7262bdb {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e7262bdb:last-child {
    margin-bottom: 0;
  }
}
.coh-ce-67446f74 {
  margin-left: 8px;
  counter-reset: my-counter-name;
}
@media (min-width: 768px) {
  .coh-ce-67446f74 {
    margin-left: 16px;
  }
}
.coh-ce-67446f74:not(:has(li)) {
  display: none;
}
.coh-ce-dd9ee559 {
  counter-increment: my-counter-name;
}
.coh-ce-dd9ee559::marker {
  font-weight: 400;
  font-size: 1rem;
  content: counter(my-counter-name);
}
@media (min-width: 1280px) {
  .coh-ce-dd9ee559::marker {
    font-size: 1.25rem;
  }
}
.coh-ce-dd9ee559 a {
  font-size: 1rem;
  text-decoration: none;
  font-weight: 400;
  margin-left: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .coh-ce-dd9ee559 a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .loading.coh-ce-b78e8a02 .office-banner__loader {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3f96e15d {
    position: relative;
  }
}
@media (min-width: 1912px) {
  .coh-ce-726fdee5 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    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: rgba(255, 255, 255, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 350ms ease-in-out visibility, 350ms ease-in-out opacity;
    transition: 350ms ease-in-out visibility, 350ms ease-in-out opacity;
    z-index: 999;
  }
}
.coh-ce-610b6f7d {
  padding-top: 1.75rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .coh-ce-610b6f7d {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-610b6f7d {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.coh-ce-610b6f7d label {
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
}
.coh-ce-610b6f7d .form-item {
  max-width: 100% !important;
}
@media (min-width: 768px) {
  .coh-ce-610b6f7d .form-item {
    max-width: 300px !important;
  }
}
.coh-ce-f3f5808e {
  display: grid;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 28px;
}
@media (min-width: 768px) {
  .coh-ce-f3f5808e {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .coh-ce-f3f5808e {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 32px;
    grid-template-columns:  repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .coh-ce-f3f5808e {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32.33px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.coh-ce-f3f5808e:before {
  display: none;
}
.coh-ce-9c0f2f3a {
  padding: 0;
  margin-top: 3.375rem;
}
@media (min-width: 768px) {
  .coh-ce-9c0f2f3a {
    margin-top: 4rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-9c0f2f3a {
    margin-top: 4.0625rem;
  }
}
.coh-ce-f019f203 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {
  .coh-ce-f019f203 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.coh-ce-44b1536e {
  height: 22.5625rem;
  width: 100%;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
}
@media (min-width: 568px) {
  .coh-ce-44b1536e {
    height: 30.875rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-44b1536e {
    height: 38.1875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-44b1536e {
    height: 56.875rem;
  }
}
.coh-ce-44b1536e .gm-style-iw {
  background-color: rgb(4, 56, 176);
  width: 233px !important;
  height: auto !important;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.coh-ce-44b1536e .gm-style-iw-chr {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.coh-ce-44b1536e .gm-style-iw-chr button {
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 1;
  width: 24px !important;
  height: 24px !important;
  margin-right: 9px !important;
  margin-top: 4px !important;
}
.coh-ce-44b1536e .gm-style-iw-chr button span {
  margin: 0px !Important;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.coh-ce-44b1536e .gm-style-iw-d {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden !important;
  width: 100% !important;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 1rem;
  line-height: 150%;
  color: rgb(255, 255, 255);
}
.coh-ce-44b1536e .gm-style-iw-d a {
  margin-top: 0.9375rem;
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
  line-height: 150%;
  font-weight: 500;
  font-family: 'Euclid Circular A', Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-decoration: underline;
  display: block;
  text-underline-offset: 5px;
}
.coh-ce-44b1536e .gm-style .gm-style-iw-tc:after {
  background-color: rgb(4, 56, 176);
}
.coh-ce-8e8d4c8f form .form-item.form-item-field-service-desktop {
  display: none;
}
@media (min-width: 568px) {
  .coh-ce-8e8d4c8f form .form-item.form-item-field-service-desktop {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-8e8d4c8f form .form-item.form-item-field-service-desktop {
    margin-bottom: 1.625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-8e8d4c8f form .form-item.form-item-field-service-desktop {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    margin-bottom: 2.0625rem;
  }
}
.coh-ce-8e8d4c8f form .form-item.form-item-field-service-mobile {
  display: block;
}
@media (min-width: 1912px) {
  .coh-ce-8e8d4c8f form .form-item.form-item-field-service-mobile {
    display: none;
  }
}
@media (min-width: 568px) {
  .coh-ce-8e8d4c8f form .form-item.form-type-textfield {
    min-width: 16.25rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-8e8d4c8f form .form-item.form-type-textfield {
    min-width: 27.4375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-8e8d4c8f form .form-item.form-type-textfield {
    min-width: 31.125rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-8e8d4c8f form .form-item.form-type-textfield {
    min-width: 35.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-8e8d4c8f form .form-item.form-type-textfield {
    min-width: 41.25rem;
  }
}
.coh-ce-4191a2a8 {
  margin-top: 3.4375rem;
  padding: 0;
}
@media (min-width: 768px) {
  .coh-ce-4191a2a8 {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4191a2a8 {
    margin-top: 4rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d5e471af {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d6bfb346 {
    text-align: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d6bfb346 {
    text-align: center;
  }
}
.coh-ce-e7eb76c9 article:first-of-type .file-details-container {
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(242, 247, 251);
}
.coh-ce-4fe138c5 article {
  height: 100%;
}
.coh-ce-4fe138c5 .views-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-4fe138c5 .views-field .field-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.coh-ce-4fe138c5 .views-field article {
  width: 100%;
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3a69f38d {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3a69f38d form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3a69f38d form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-21e4d969 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-21e4d969 form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-21e4d969 form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-63f8d9b6 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-63f8d9b6 form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-63f8d9b6 form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-393dcf65 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-393dcf65 form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-393dcf65 form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7b72f866 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7b72f866 form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7b72f866 form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-51762bc3 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-51762bc3 form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-51762bc3 form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aa49f837 {
    margin-bottom: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aa49f837 form {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aa49f837 form .form-actions {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ed9fb0bc article {
    height: 100%;
  }
}
.coh-ce-8fc26d52 {
  grid-template-columns: 100%;
  grid-gap: 20px 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .coh-ce-8fc26d52 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px 25px;
    row-gap: 20px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-8fc26d52 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 25px 25px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 25px;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ac448604 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ac448604 .content-card {
    min-height: 200px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ac448604 .content-card .content-card__cta {
    margin-left: 0;
  }
}
.coh-ce-5ee7a4e0 {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1912px) {
  .coh-ce-5ee7a4e0 {
    background-color: rgb(144, 145, 147);
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .coh-ce-3bc3c069 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3bc3c069 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.coh-ce-68df2f45 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .coh-ce-68df2f45 {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-68df2f45 {
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    top: -2px;
  }
}
@media (min-width: 1912px) {
  .show--false.coh-ce-68df2f45 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-af2dc1c6 {
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 {
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 > a {
    color: rgba(0, 0, 0, 0);
    font-size: 0px;
    line-height: 0px;
    text-decoration: none;
    -webkit-transition: 200ms ease-in-out transform;
    transition: 200ms ease-in-out transform;
    -webkit-transform: scaleX(1) scaleY(1);
        -ms-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 > a:not(:last-child) {
    margin-right: 22px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 > a:after {
    color: rgb(255, 255, 255);
    font-size: 24px;
    line-height: 0.0625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 > a:hover {
    -webkit-transform: scaleX(1.12) scaleY(1.12);
        -ms-transform: scaleX(1.12) scaleY(1.12);
            transform: scaleX(1.12) scaleY(1.12);
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 > a:focus-visible {
    outline-width: 0;
    outline-offset: 0;
    outline-style: none;
    outline-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1912px) {
  .coh-ce-fefea391 > a:focus-visible:after {
    outline-width: 1px;
    outline-offset: 3px;
    outline-color: rgb(255, 255, 255);
    outline-style: solid;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fba31055: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: "\e915";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .show--false.coh-ce-fba31055 {
    display: none;
    margin-right: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e40599bd: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: "\e924";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .show--false.coh-ce-e40599bd {
    display: none;
    margin-right: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ad9b5754:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e916";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .show--false.coh-ce-ad9b5754 {
    display: none;
    margin-right: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-af31ca9d: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: "\e90b";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .show--false.coh-ce-af31ca9d {
    display: none;
    margin-right: 0;
  }
}
.coh-ce-681d4603 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .coh-ce-681d4603 {
    margin-right: 0;
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .coh-ce-681d4603 {
    max-width: 800px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-681d4603 {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d38d7e {
    padding: 0;
    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;
    margin-top: -4px;
    margin-right: -12px;
    margin-bottom: -4px;
    margin-left: -12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b532ee27 {
    margin: 0;
    padding-top: 4px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-left: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b532ee27:before {
    content: normal;
    margin-right: 0;
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b532ee27 .optanon-show-settings {
    cursor: pointer;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3cd8708 {
    font-family: 'Guardian RTB Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3cd8708:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3cd8708:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-style: solid;
    outline-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-ce-2618a4dc {
    margin-top: 26px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2618a4dc {
    font-family: 'Guardian RTB Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 18px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-8a9d72f8 {
    -webkit-box-shadow: 0 1px 10px rgba(116, 118, 120, 0.2);
            box-shadow: 0 1px 10px rgba(116, 118, 120, 0.2);
    background-color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .coh-ce-e19fb1d {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .coh-ce-e19fb1d {
    height: 77px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e19fb1d {
    height: 82px;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.coh-ce-9454796b {
  width: 146.5px;
}
@media (min-width: 768px) {
  .coh-ce-9454796b {
    width: 168px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-9454796b {
    width: 220px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-9454796b {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-right: auto;
    width: 250px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3ba4c036 {
    display: block;
    height: 100%;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    line-height: 0;
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3ba4c036:focus-visible {
    outline-width: 1px;
    outline-offset: 3px;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-507b96f8 {
    display: block;
    width: auto;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-11a74343 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-11a74343 {
    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: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-6c76cffe {
    height: 60px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-6c76cffe {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-6c76cffe {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 8px;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-6c76cffe:before {
    content: normal;
    display: none;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .has-children.coh-ce-6c76cffe > a:after {
    display: block;
  }
}
@media (min-width: 1024px) {
  .has-children.coh-ce-6c76cffe > a:after {
    margin-left: 0;
    content: normal;
    display: none;
  }
}
@media (min-width: 1912px) {
  .has-children.coh-ce-6c76cffe > a:after {
    line-height: 0.0625rem;
    font-weight: normal;
    text-transform: none;
    color: inherit;
    font-size: 16px;
    margin-left: 12px;
    content: "\e904";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .has-children.coh-ce-6c76cffe > a:hover {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-6c76cffe > a {
    background-color: rgb(144, 145, 147);
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-6c76cffe .meganav {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .coh-ce-f1f1c708 {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-f1f1c708 {
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: rgb(0, 0, 0);
    font-size: 1rem;
    line-height: 1.5625rem;
    text-decoration: none;
    height: 100%;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -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(255, 255, 255);
    -webkit-transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f1f1c708:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f1f1c708:focus-visible {
    outline-width: 2px;
    outline-offset: 0;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-95b88513 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background-color: rgb(144, 145, 147);
    padding-top: 32px;
    padding-bottom: 32px;
    opacity: 0;
    -webkit-transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
    transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
    visibility: hidden;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-6c02bf81 {
    margin-right: 5.875rem!important;
    margin-left: 5.875rem!important;
  }
}
@media (min-width: 1280px) {
  .coh-ce-6c02bf81 {
    margin-right: 6.75rem!important;
    margin-left: 6.75rem!important;
  }
}
@media (min-width: 1912px) {
  .coh-ce-31e1dfaa {
    width: 100%;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-479f180b {
    padding: 0;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    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;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-479f180b:before {
    margin-right: 0;
    display: none;
    content: normal;
  }
}
@media (min-width: 1912px) {
  .has-children.coh-ce-479f180b {
    margin-bottom: 28px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-479f180b + li {
    margin-top: 10px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-5eb20007 {
    color: rgb(255, 255, 255);
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 10px;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 0;
            border-radius: 0;
    border-style: solid;
    border-bottom-width: 0.0625rem;
    border-color: rgb(255, 255, 255);
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-5eb20007:after {
    line-height: 0.0625rem;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
    margin-left: auto;
    padding-left: 15px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    -webkit-transition: 300ms ease-in-out transform;
    transition: 300ms ease-in-out transform;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 1912px) {
  .coh-ce-5eb20007:hover {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-5eb20007:hover:after {
    -webkit-transform: translateX(8px);
        -ms-transform: translateX(8px);
            transform: translateX(8px);
  }
}
@media (min-width: 1912px) {
  .coh-ce-5eb20007:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: solid;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1e21b309 {
    padding-left: 20px;
    margin-top: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4939e6eb {
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4939e6eb:before {
    margin-right: 0;
    display: none;
    content: normal;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7f7dfe7b {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 25px;
    font-family: 'Guardian RTB Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7f7dfe7b:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7f7dfe7b:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-style: solid;
    outline-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-ce-9963e773 {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 0;
    left: 100%;
    top: 0;
    background-color: rgb(255, 255, 255);
    padding-top: 77px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-9963e773 {
    display: none;
    -webkit-transition: 500ms left, 500ms opacity;
    transition: 500ms left, 500ms opacity;
  }
}
@media (min-width: 768px) {
  .mobile-menu--show.coh-ce-9963e773 {
    opacity: 1;
    left: 0;
  }
}
@media (min-width: 568px) {
  .coh-ce-7823006e {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .coh-ce-7823006e {
    background-color: rgb(152, 155, 151);
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e {
    height: 100%;
    overflow-y: scroll;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e .views-exposed-form h2 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e .views-exposed-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e .views-exposed-form form .js-form-item {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e .views-exposed-form form .js-form-item input {
    height: 48px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e .views-exposed-form form .form-item {
    max-width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7823006e .views-exposed-form form .form-actions {
    display: none;
  }
}
@media (min-width: 768px) {
  .coh-ce-ac9393d6 {
    -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;
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ac9393d6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ec6caedb {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-e1dfdb87 {
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-e1dfdb87 {
    font-size: 1.2em;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    max-width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e1dfdb87:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e1dfdb87:hover {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aad89069 {
    color: rgb(255, 255, 255);
    font-size: 1.2em;
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    -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;
    border-bottom-width: 0.0625rem;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-style: solid;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aad89069:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aad89069:hover {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .other-links--active.coh-ce-aad89069:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2741dfb4 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .other-links-container--show.coh-ce-2741dfb4 {
    display: block;
  }
}
@media (min-width: 1912px) {
  .coh-ce-fb93e3f5 {
    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-top: 1.25em;
    margin-bottom: 1.25em;
  }
}
@media (min-width: 1912px) {
  .coh-ce-144b096d {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f940cc4d {
    height: 48px;
    width: 48px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f940cc4d: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: "\e911";
    font-family: icomoon;
  }
}
@media (min-width: 768px) {
  .coh-ce-b148f0b0 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b148f0b0 {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .coh-ce-88cd526a {
    width: 77px;
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-88cd526a {
    margin-left: 27px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-88cd526a {
    height: 100%;
    width: 82px;
    margin-left: 45px;
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-88cd526a:after {
    line-height: 0.0625rem;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e911";
    font-family: icomoon;
    font-size: 20px;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1024px) {
  .coh-ce-14399321 {
    right: 4.8125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-14399321 {
    -webkit-transition: width 500ms;
    transition: width 500ms;
    width: 0;
    position: absolute;
    right: 5.125rem;
    overflow: hidden;
    top: 0;
  }
}
.active-search.coh-ce-14399321 {
  width: 13.75rem;
}
@media (min-width: 1912px) {
  .active-search.coh-ce-14399321 {
    width: 20rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-14399321 .form-actions {
    display: none;
  }
}
@media (min-width: 1024px) {
  .coh-ce-14399321 .form-type-search-api-autocomplete {
    height: 4.8125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-14399321 .form-type-search-api-autocomplete {
    background-color: rgb(4, 21, 63);
    height: 5.125rem;
    padding-left: 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;
  }
}
@media (min-width: 1912px) {
  .coh-ce-14399321 .form-type-search-api-autocomplete .form-text {
    height: 3.125rem;
    border-width: 0;
    border-style: none;
    background-image: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c416cc99 {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .coh-ce-56d01e93 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 0;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .coh-ce-56d01e93 {
    width: 77px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-56d01e93 {
    height: 100%;
    display: none;
    -webkit-transition: 500ms right;
    transition: 500ms right;
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-56d01e93:after {
    line-height: 0.0625rem;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90a";
    font-family: icomoon;
    font-size: 20px;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .mobile-menu--open.coh-ce-56d01e93 {
    position: absolute;
    top: 0;
    right: -webkit-calc(100% - 77px);
    right: calc(100% - 77px);
  }
}
@media (min-width: 1912px) {
  .mobile-menu--open.coh-ce-56d01e93: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: "\e918";
    font-family: icomoon;
  }
}
.coh-ce-95af8645 {
  position: relative;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.75rem;
}
@media (min-width: 568px) {
  .coh-ce-95af8645 {
    height: 4.375rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-95af8645 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-95af8645 {
    height: 6.25rem;
  }
}
.coh-ce-30f5d23 {
  height: 100%;
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .coh-ce-30f5d23 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-34b74df6 {
  display: none;
  -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: 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;
  width: 100%;
  height: 100%;
  gap: 0 50px;
}
@media (min-width: 568px) {
  .coh-ce-34b74df6 {
    gap: 0 60px;
  }
}
@media (min-width: 768px) {
  .coh-ce-34b74df6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .coh-ce-34b74df6 {
    gap: 0px 65px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-34b74df6 {
    gap: 0px 80px;
  }
}
.coh-ce-34b74df6 > li:nth-child(4) {
  margin-left: auto;
}
.coh-ce-46550338 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
  height: 3.75rem;
}
@media (min-width: 768px) {
  .coh-ce-46550338 {
    height: 100%;
  }
}
.coh-ce-46550338:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.is-collapsed.coh-ce-46550338 .sub-menu {
  visibility: hidden !important;
  opacity: 0 !important;
}
.is-expanded.coh-ce-46550338 > a {
  color: rgba(4, 22, 64, 0.6);
}
.is-expanded.coh-ce-46550338 .meganav {
  visibility: visible;
  opacity: 1;
}
.coh-ce-e1b306e6 {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.21px;
  font-weight: 400;
  color: rgb(4, 21, 63);
  text-transform: uppercase;
  text-decoration: none;
  height: 100%;
  margin: 0;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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 250ms ease-in-out, color 250ms ease-in-out;
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
}
@media (min-width: 568px) {
  .coh-ce-e1b306e6 {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
  }
}
@media (min-width: 768px) {
  .coh-ce-e1b306e6 {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0.18px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-e1b306e6 {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    letter-spacing: 0.21px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-e1b306e6 {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: 0.27px;
  }
}
.coh-ce-e1b306e6:hover {
  color: rgba(4, 22, 64, 0.6);
  text-decoration: none;
}
.coh-ce-e1b306e6:focus-visible {
  outline-width: 0.125rem;
  outline-offset: 0;
  outline-style: solid;
  outline-color: rgb(4, 21, 63);
}
.logo.coh-ce-e1b306e6 {
  font-size: 33.99px;
  line-height: 25.2px;
  display: none;
}
@media (min-width: 1280px) {
  .logo.coh-ce-e1b306e6 {
    font-size: 38.58px;
    line-height: 28.64px;
  }
}
.logo.coh-ce-e1b306e6:hover {
  color: rgb(4, 21, 63);
}
.logo.coh-ce-e1b306e6:focus {
  border-style: none;
  outline-style: none;
}
.logo.coh-ce-e1b306e6:active {
  outline-style: none;
  border-style: none;
}
.coh-ce-a3aaa3f0 {
  background-color: rgb(251, 250, 251);
  width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
  top: 4.375rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
  transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
  position: absolute;
  left: 0;
  z-index: 500;
}
@media (min-width: 768px) {
  .coh-ce-a3aaa3f0 {
    top: 5rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-a3aaa3f0 {
    top: 6.25rem;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.coh-ce-4a5d0811 {
  position: relative;
  margin-right: 41px!important;
  margin-left: 41px!important;
}
@media (min-width: 768px) {
  .coh-ce-4a5d0811 {
    margin-right: 41px!important;
    margin-left: 41px!important;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4a5d0811 {
    margin-right: 43px!important;
    margin-left: 43px!important;
  }
}
@media (min-width: 1280px) {
  .coh-ce-4a5d0811 {
    margin-right: 63px!important;
    margin-left: 63px!important;
  }
}
@media (min-width: 768px) {
  .coh-ce-4a5d0811 a {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0.18px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4a5d0811 a {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    letter-spacing: 0px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4a5d0811 a {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: 0.27px;
  }
}
.coh-ce-2fc77f0f {
  width: 100%;
}
.coh-ce-ac101e12 {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.coh-ce-ac101e12:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.is-expanded.coh-ce-ac101e12 > .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-ac101e12 > .coh-link {
    color: rgba(4, 22, 64, 0.6);
  }
}
.has-children.coh-ce-ac101e12 > .coh-link:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(4, 21, 63);
  content: "\e905";
  font-family: Icomoon;
  padding-left: 0.9375rem;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .has-children.coh-ce-ac101e12 > .coh-link:after {
    font-size: 0.75rem;
    line-height: 0.0625rem;
  }
}
@media (min-width: 1912px) {
  .has-children.coh-ce-ac101e12 > .coh-link:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: Icomoon;
  }
}
.coh-ce-4aa9c9d6 {
  font-weight: 400;
  color: rgb(4, 21, 63);
  font-size: 1.1875rem;
  line-height: 1.625rem;
  letter-spacing: 1.6875rem;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 1.25rem;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100%/3);
  width: calc(100%/3);
}
@media (min-width: 1280px) {
  .coh-ce-4aa9c9d6 {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4aa9c9d6:hover {
    text-decoration: none;
    color: rgba(4, 22, 64, 0.6);
  }
}
@media (min-width: 1912px) {
  .coh-ce-4aa9c9d6:hover:after {
    color: rgba(4, 22, 64, 0.6);
  }
}
@media (min-width: 1912px) {
  .coh-ce-4aa9c9d6:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: solid;
  }
}
.coh-ce-e5874f6a {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 350ms ease-in-out visibility, 350ms ease-in-out opacity;
  transition: 350ms ease-in-out visibility, 350ms ease-in-out opacity;
  width: -webkit-calc((100%/3)*2);
  width: calc((100%/3)*2);
  left: -webkit-calc(100%/3);
  left: calc(100%/3);
}
.coh-ce-7b23aba2 {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.coh-ce-7b23aba2:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.is-expanded.coh-ce-7b23aba2 .sub-menu {
  visibility: visible;
  opacity: 1;
}
.is-expanded.coh-ce-7b23aba2 > .coh-link {
  color: rgba(4, 22, 64, 0.6);
}
.has-children.coh-ce-7b23aba2 > .coh-link:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(4, 21, 63);
  content: "\e905";
  font-family: Icomoon;
  padding-left: 0.9375rem;
  font-size: 0.625rem;
}
@media (min-width: 1280px) {
  .has-children.coh-ce-7b23aba2 > .coh-link:after {
    font-size: 0.75rem;
    line-height: 0.0625rem;
  }
}
@media (min-width: 1912px) {
  .has-children.coh-ce-7b23aba2 > .coh-link:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: Icomoon;
  }
}
.coh-ce-73f4339b {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  color: rgb(4, 21, 63);
  width: 50%;
  padding-bottom: 1.25rem;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .coh-ce-73f4339b {
    padding-bottom: 1.875rem;
  }
}
.coh-ce-73f4339b:hover {
  text-decoration: none;
  color: rgba(4, 22, 64, 0.6);
}
@media (min-width: 1912px) {
  .coh-ce-73f4339b:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-color: rgb(255, 255, 255);
    outline-style: solid;
  }
}
.coh-ce-f65bf380 {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 1912px) {
  .coh-ce-f65bf380 {
    -webkit-transition: 350ms ease-in-out visibility, 350ms ease-in-out opacity;
    transition: 350ms ease-in-out visibility, 350ms ease-in-out opacity;
  }
}
.coh-ce-e0c5fc92 {
  width: 100%;
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.coh-ce-e0c5fc92:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.coh-ce-8d4ee8 {
  font-weight: 400;
  color: rgb(4, 21, 63);
  text-transform: uppercase;
  text-decoration: none;
  width: 50%;
  padding-bottom: 1.25rem;
  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: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1280px) {
  .coh-ce-8d4ee8 {
    padding-bottom: 1.875rem;
  }
}
.coh-ce-8d4ee8:hover {
  color: rgba(4, 22, 64, 0.6);
  text-decoration: none;
}
.coh-ce-8d4ee8:focus-visible {
  outline-width: 0.0625rem;
  outline-offset: 0.125rem;
  outline-style: solid;
  outline-color: rgb(255, 255, 255);
}
.coh-ce-7ca3b817 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .coh-ce-7ca3b817 {
    display: block;
  }
}
.coh-ce-845eb4f6 {
  width: 13.75rem;
}
@media (min-width: 768px) {
  .coh-ce-845eb4f6 {
    width: 15rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-845eb4f6 {
    width: 18.75rem;
  }
}
.coh-ce-f75e4af6 {
  width: 13.75rem;
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-f75e4af6 {
    width: 15rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-f75e4af6 {
    width: 18.75rem;
  }
}
.coh-ce-e419e0a8 {
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 500ms right;
  transition: 500ms right;
  margin-left: 3.125rem;
}
@media (min-width: 768px) {
  .coh-ce-e419e0a8 {
    margin-left: 3.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-e419e0a8 {
    margin-left: 4.0625rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-e419e0a8 {
    margin-left: 5rem;
  }
}
.coh-ce-e419e0a8:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(4, 21, 63);
  font-size: 0.625rem;
  content: "\e928";
  font-family: Icomoon;
}
@media (min-width: 768px) {
  .coh-ce-e419e0a8:after {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-e419e0a8:after {
    font-size: 0.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e419e0a8:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e928";
    font-family: Icomoon;
  }
}
@media (min-width: 1912px) {
  .search-icon--open.coh-ce-e419e0a8: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: "\e92a";
    font-family: Icomoon;
  }
}
.coh-ce-c6bd28c1 {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
}
@media (min-width: 568px) {
  .coh-ce-c6bd28c1 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-c6bd28c1 {
    top: 60px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-c6bd28c1 {
    top: 80px;
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c6bd28c1 {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9;
    background-color: rgb(251, 250, 251);
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
    opacity: 0;
    -webkit-transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
    transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
    visibility: hidden;
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .search-container--show.coh-ce-c6bd28c1 {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .coh-ce-f1b1c7f5 {
    margin-right: 5.875rem!important;
    margin-left: 5.875rem!important;
  }
}
@media (min-width: 1280px) {
  .coh-ce-f1b1c7f5 {
    margin-right: 6.75rem!important;
    margin-left: 6.75rem!important;
  }
}
@media (min-width: 1912px) {
  .coh-ce-adf497fb h2 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-adf497fb form {
    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;
    gap: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-adf497fb form .form-actions {
    gap: 12px;
    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;
  }
}
.coh-ce-53475894 {
  height: 100vh;
  width: 100%;
  margin-top: 60px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 500;
  display: block;
  opacity: 0;
  -webkit-transition: 500ms left, 500ms opacity;
  transition: 500ms left, 500ms opacity;
}
@media (min-width: 568px) {
  .coh-ce-53475894 {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-ce-53475894 {
    display: none;
  }
}
@media (min-width: 568px) {
  .mobile-menu--show.coh-ce-53475894 {
    left: 0;
    opacity: 1;
  }
}
.coh-ce-39d2dfb7 {
  padding-right: 23px;
  padding-left: 23px;
  height: 100%;
  overflow-y: scroll;
}
@media (min-width: 568px) {
  .coh-ce-39d2dfb7 {
    padding-right: 24px;
    padding-left: 24px;
    background-color: rgb(251, 250, 251);
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form {
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form h2 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form form .js-form-item {
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form form .js-form-item input {
    height: 48px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form form .form-item {
    max-width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-39d2dfb7 .coh-block .views-exposed-form form .form-actions {
    display: none;
  }
}
.coh-ce-d6eca7a6 {
  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-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-e4b26526 {
  width: 100%;
}
.is-expanded.coh-ce-e4b26526 > .mobile-menu-list {
  padding-left: 3rem;
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-e4b26526 > .mobile-menu-list {
    display: block;
    opacity: 1;
    padding-left: 5.75rem;
  }
}
.is-expanded.coh-ce-e4b26526 > .js-coh-menu-item-link {
  padding-left: 3rem;
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-e4b26526 > .js-coh-menu-item-link {
    padding-left: 5.75rem;
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-e4b26526 > .js-coh-menu-item-link:after {
    display: none;
  }
}
.is-expanded.coh-ce-e4b26526 > .js-coh-menu-item-link:before {
  left: 1.4375rem;
  font-size: 0.9375rem;
}
@media (min-width: 568px) {
  .is-expanded.coh-ce-e4b26526 > .js-coh-menu-item-link:before {
    font-size: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-e4b26526 > .js-coh-menu-item-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: "\e904";
    font-family: Icomoon;
    position: absolute;
    left: 1.5rem;
  }
}
.is-expanded.coh-ce-e4b26526 > a {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
}
.coh-ce-6843af15 {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.21px;
  min-height: 3.25rem;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  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;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(235, 235, 235);
}
@media (min-width: 568px) {
  .coh-ce-6843af15 {
    min-height: 4.125rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-6843af15 {
    color: rgb(4, 21, 63);
  }
}
@media (min-width: 1280px) {
  .coh-ce-6843af15 {
    font-size: 0.9375rem;
    letter-spacing: 0;
    line-height: 1.625rem;
  }
}
.coh-ce-6843af15:after {
  line-height: 0.0625rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: auto;
  content: "\e905";
  font-family: Icomoon;
  font-size: 0.75rem;
}
@media (min-width: 1912px) {
  .coh-ce-6843af15:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: Icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-6843af15:hover {
    text-decoration: none;
  }
}
.logo.coh-ce-6843af15 {
  display: none;
}
.coh-ce-84e35bb2 {
  padding-right: 16px;
  padding-left: 16px;
  background-color: rgb(251, 250, 251);
  height: 100%;
  display: none;
  overflow-y: scroll;
}
@media (min-width: 568px) {
  .coh-ce-84e35bb2 {
    padding-right: 32px;
    padding-left: 32px;
  }
}
.coh-ce-84e35bb2 .coh-block .views-exposed-form {
  margin-bottom: 0;
}
.coh-ce-84e35bb2 .coh-block .views-exposed-form h2 {
  display: none;
}
.coh-ce-84e35bb2 .coh-block .views-exposed-form form {
  -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-84e35bb2 .coh-block .views-exposed-form form .js-form-item {
  width: 100%;
}
@media (min-width: 1912px) {
  .coh-ce-84e35bb2 .coh-block .views-exposed-form form .js-form-item input {
    height: 48px;
  }
}
.coh-ce-84e35bb2 .coh-block .views-exposed-form form .form-item {
  max-width: 100%;
}
.coh-ce-84e35bb2 .coh-block .views-exposed-form form .form-actions {
  display: none;
}
.coh-ce-1ed2205a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.coh-ce-c9fdf6c2 {
  width: 100%;
}
.is-expanded.coh-ce-c9fdf6c2 > .mobile-menu-list {
  display: block;
  opacity: 1;
}
.is-expanded.coh-ce-c9fdf6c2 > .js-coh-menu-item-link:after {
  display: none;
}
.is-expanded.coh-ce-c9fdf6c2 > .js-coh-menu-item-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;
  left: 2.875rem;
  font-size: 0.9375rem;
  position: absolute;
  content: "\e904";
  font-family: Icomoon;
}
@media (min-width: 568px) {
  .is-expanded.coh-ce-c9fdf6c2 > .js-coh-menu-item-link:before {
    font-size: 1.25rem;
    left: 3rem;
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-c9fdf6c2 > .js-coh-menu-item-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: "\e904";
    font-family: Icomoon;
  }
}
.coh-ce-e341977c {
  min-height: 3.25rem;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.013125rem;
  color: rgb(4, 21, 63);
  max-width: 100%;
  width: 100%;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  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;
  border-bottom-color: rgb(235, 235, 235);
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
@media (min-width: 568px) {
  .coh-ce-e341977c {
    min-height: 4.125rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-e341977c {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.coh-ce-e341977c:after {
  line-height: 0.0625rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  margin-left: auto;
  content: "\e905";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-e341977c:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: Icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e341977c:hover {
    text-decoration: none;
  }
}
.logo.coh-ce-e341977c {
  display: none;
}
.coh-ce-4152e604 {
  height: 100%;
  background-color: rgb(251, 250, 251);
  padding-right: 1rem;
  display: none;
  overflow-y: scroll;
}
@media (min-width: 568px) {
  .coh-ce-4152e604 {
    padding-right: 2rem;
  }
}
.coh-ce-4152e604 .coh-block .views-exposed-form {
  margin-bottom: 0;
}
.coh-ce-4152e604 .coh-block .views-exposed-form h2 {
  display: none;
}
.coh-ce-4152e604 .coh-block .views-exposed-form form {
  -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-4152e604 .coh-block .views-exposed-form form .js-form-item {
  width: 100%;
}
@media (min-width: 1912px) {
  .coh-ce-4152e604 .coh-block .views-exposed-form form .js-form-item input {
    height: 48px;
  }
}
.coh-ce-4152e604 .coh-block .views-exposed-form form .form-item {
  max-width: 100%;
}
.coh-ce-4152e604 .coh-block .views-exposed-form form .form-actions {
  display: none;
}
.coh-ce-b1f87db3 {
  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;
  width: 100%;
}
.coh-ce-ee65bf53 {
  width: 100%;
}
.is-expanded.coh-ce-ee65bf53 > .mobile-menu-list {
  display: block;
  opacity: 1;
}
.is-expanded.coh-ce-ee65bf53 > .js-coh-menu-item-link:after {
  display: none;
}
.is-expanded.coh-ce-ee65bf53 > .js-coh-menu-item-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;
  position: absolute;
  content: "\e904";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-ee65bf53 > .js-coh-menu-item-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: "\e904";
    font-family: Icomoon;
  }
}
.coh-ce-d852bc0 {
  min-height: 3.25rem;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(235, 235, 235);
  -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;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  max-width: 100%;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0.013125rem;
  color: rgb(4, 21, 63);
}
@media (min-width: 568px) {
  .coh-ce-d852bc0 {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    letter-spacing: 0;
    min-height: 4.125rem;
  }
}
.coh-ce-d852bc0:after {
  line-height: 0.0625rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  content: "\e905";
  font-family: Icomoon;
  margin-left: auto;
}
@media (min-width: 1912px) {
  .coh-ce-d852bc0:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: Icomoon;
  }
}
.coh-ce-d852bc0:hover {
  text-decoration: none;
}
.logo.coh-ce-d852bc0 {
  display: none;
}
.coh-ce-49dca772 {
  height: 100%;
  display: none;
  overflow-y: scroll;
  background-color: rgb(251, 250, 251);
}
@media (min-width: 568px) {
  .coh-ce-49dca772 {
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .coh-ce-49dca772 {
    padding-right: 32px;
  }
}
.coh-ce-49dca772 .coh-block .views-exposed-form {
  margin-bottom: 0;
}
.coh-ce-49dca772 .coh-block .views-exposed-form h2 {
  display: none;
}
.coh-ce-49dca772 .coh-block .views-exposed-form form {
  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-49dca772 .coh-block .views-exposed-form form .js-form-item {
  width: 100%;
}
@media (min-width: 1912px) {
  .coh-ce-49dca772 .coh-block .views-exposed-form form .js-form-item input {
    height: 48px;
  }
}
.coh-ce-49dca772 .coh-block .views-exposed-form form .form-item {
  max-width: 100%;
}
.coh-ce-49dca772 .coh-block .views-exposed-form form .form-actions {
  display: none;
}
.coh-ce-ce042ab2 {
  width: 100%;
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-ce042ab2 .mobile-menu-list {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-ce042ab2 > .js-coh-menu-item-link:after {
    display: none;
  }
}
@media (min-width: 1912px) {
  .is-expanded.coh-ce-ce042ab2 > .js-coh-menu-item-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: "\e904";
    font-family: Icomoon;
    position: absolute;
    left: 2.9375rem;
  }
}
.coh-ce-c4cc8924 {
  min-height: 3.25rem;
  color: rgb(4, 21, 63);
  font-size: 0.9375rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
  width: 100%;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  -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;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(235, 235, 235);
}
@media (min-width: 568px) {
  .coh-ce-c4cc8924 {
    min-height: 4.125rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-c4cc8924 {
    color: rgb(4, 21, 63);
  }
}
.coh-ce-c4cc8924:after {
  line-height: 0.0625rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  margin-left: auto;
  content: "\e905";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-c4cc8924:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e905";
    font-family: Icomoon;
  }
}
.coh-ce-c4cc8924:hover {
  text-decoration: none;
}
.logo.coh-ce-c4cc8924 {
  display: none;
}
.coh-ce-f601c0f2 {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .coh-ce-f601c0f2 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f601c0f2:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f601c0f2:after {
    display: none;
  }
}
.coh-ce-ed83809d {
  height: 100%;
  width: 4.8125rem;
  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;
  -webkit-transition: 500ms right;
  transition: 500ms right;
}
@media (min-width: 768px) {
  .coh-ce-ed83809d {
    display: none;
  }
}
.coh-ce-ed83809d:after {
  font-size: 15px;
}
@media (min-width: 1912px) {
  .coh-ce-ed83809d:after {
    line-height: 0.0625rem;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e912";
    font-family: Icomoon;
    font-size: 20px;
    color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .mobile-menu--open.coh-ce-ed83809d: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: "\e92a";
    font-family: Icomoon;
  }
}
.coh-ce-f387521a {
  margin-top: auto;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .coh-ce-f387521a {
    display: none;
  }
}
.coh-ce-951394cc {
  width: 9.125rem;
}
@media (min-width: 568px) {
  .coh-ce-951394cc {
    width: 10.5rem;
  }
}
.coh-ce-17c9cfa3 {
  height: 100%;
  margin-left: 50px;
  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;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  -webkit-transition: 500ms right;
  transition: 500ms right;
}
.coh-ce-17c9cfa3:after {
  font-size: 15px;
}
@media (min-width: 1912px) {
  .coh-ce-17c9cfa3:after {
    line-height: 0.0625rem;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e928";
    font-family: Icomoon;
    font-size: 20px;
    color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .mobile-menu--open.coh-ce-17c9cfa3: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: "\e92a";
    font-family: Icomoon;
  }
}
.coh-ce-9c4935fd {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  background-color: rgb(251, 250, 251);
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
  transition: 350ms ease-in-out opacity, 350ms ease-in-out visibility;
}
@media (min-width: 568px) {
  .coh-ce-9c4935fd {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 1912px) {
  .search-container--show.coh-ce-9c4935fd {
    visibility: visible;
    opacity: 1;
  }
}
.coh-ce-e21a7ce3 {
  margin-right: 5.875rem!important;
  margin-left: 5.875rem!important;
}
@media (min-width: 1024px) {
  .coh-ce-e21a7ce3 {
    margin-right: 6.75rem!important;
    margin-left: 6.75rem!important;
  }
}
.coh-ce-e21a7ce3 .form-item {
  min-width: 100%;
}
@media (min-width: 1912px) {
  .coh-ce-19b2d81e h2 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-19b2d81e button {
    display: none;
  }
}
@media (min-width: 768px) {
  .coh-ce-759f15ff {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (min-width: 1912px) {
  .coh-ce-759f15ff {
    background-color: rgb(0, 0, 0);
  }
}
@media (min-width: 1280px) {
  .coh-ce-5a1bd0c2 {
    min-height: 42px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-5a1bd0c2 {
    min-height: 48px;
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .coh-ce-cd8ddd5b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-left: 32px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cd8ddd5b {
    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: 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;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: -6px;
    margin-left: -32px;
  }
}
@media (min-width: 768px) {
  .coh-ce-4c7303ee {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4c7303ee {
    margin-top: 0;
    margin-bottom: 6px;
    margin-left: 32px;
    padding: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4c7303ee:before {
    margin-right: 0;
    display: none;
    content: normal;
  }
}
@media (min-width: 768px) {
  .coh-ce-3cb23af2 {
    font-size: 1.2em;
    height: 80px;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom-width: 0.0625rem;
    border-bottom-style: solid;
    border-bottom-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-3cb23af2 {
    font-family: 'Guardian RTB Sans', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .coh-ce-3cb23af2:hover {
    text-decoration: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3cb23af2:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3cb23af2:focus-visible {
    outline-width: 1px;
    outline-offset: 2px;
    outline-style: solid;
    outline-color: rgb(255, 255, 255);
  }
}
@media (min-width: 768px) {
  .coh-ce-3cb23af2:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: icomoon;
  }
}
.coh-ce-b52b95b9 {
  display: none;
}
.coh-ce-afb18854 {
  border-top-width: 0.0625rem;
  border-bottom-width: 0.0625rem;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgb(235, 235, 235);
  border-bottom-color: rgb(235, 235, 235);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.coh-ce-5714efe1 {
  height: 3.75rem;
  -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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-f51f4c6 {
  color: rgb(120, 101, 146);
  text-decoration: none;
  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 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
.coh-ce-f51f4c6:before {
  content: "";
  background: url('/themes/custom/rathbones_rebrand/assets/images/icon--globe.svg');
  background-size: cover;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1024px) {
  .coh-ce-f51f4c6:before {
    height: 1.25rem;
    width: 1.25rem;
    margin-right: 0.75rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f51f4c6:before {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e923";
    font-family: Icomoon;
  }
}
.coh-ce-f51f4c6:after {
  line-height: 0.0625rem;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.75rem;
  margin-left: 0.75rem;
  content: "\e904";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-f51f4c6:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e904";
    font-family: Icomoon;
  }
}
.user-journey-selector--open.coh-ce-f51f4c6: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: "\e907";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .user-journey-selector--open.coh-ce-f51f4c6: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: "\e907";
    font-family: Icomoon;
  }
}
.coh-ce-ababe0e0 {
  background-color: rgb(251, 250, 251);
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .coh-ce-ababe0e0 {
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-ababe0e0 {
    padding-top: 3.4375rem;
    padding-bottom: 3.4375rem;
  }
}
.user-journey-selector-conatiner--show.coh-ce-ababe0e0 {
  display: block;
}
.coh-ce-2ca56f56 {
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-2ca56f56 {
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-2ca56f56 {
    max-width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-2ca56f56 {
    max-width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2ca56f56 {
    max-width: 54.6875rem;
  }
}
.coh-ce-e42b7215 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}
.coh-ce-e42b7215:before {
  display: none;
}
.coh-ce-e42b7215:after {
  display: none;
}
.coh-ce-e42b7215 .coh-style-text-subheading {
  margin-left: 1rem;
}
@media (min-width: 1024px) {
  .coh-ce-e42b7215 .coh-style-text-subheading {
    margin-left: 1.25rem;
  }
}
.coh-ce-df00dd60 {
  width: 50%;
}
.coh-ce-adb2f6a9 {
  display: none;
}
.coh-ce-e8852f11 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .coh-ce-e8852f11 li {
    height: 2.9375rem;
    width: 17.4375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-e8852f11 li {
    width: 19.875rem;
    height: 3.0625rem;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-e8852f11 li {
    width: 22.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e8852f11 li {
    height: 3.4375rem;
    width: 26rem;
    padding-top: 1.0625rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 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 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e8852f11 li a {
    text-decoration: none;
    font-weight: 300;
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-e8852f11 li a:hover {
    color: rgb(4, 21, 63);
  }
}
.coh-ce-bd58c10c {
  margin-right: 1.6875rem;
}
@media (min-width: 1024px) {
  .coh-ce-bd58c10c {
    margin-right: 2.6875rem;
  }
}
.user-journey-selector-menu-item--active.coh-ce-bd58c10c {
  background-color: rgba(120, 101, 146, 0.2);
}
.user-journey-selector-menu-item--active.coh-ce-bd58c10c > a {
  font-weight: bold;
  color: rgb(120, 101, 146);
}
.coh-ce-861b5e3d {
  position: absolute;
  left: 100%;
  display: none;
}
@media (min-width: 1912px) {
  .coh-ce-e8cffe3b:hover {
    background-color: rgba(4, 22, 64, 0.1);
  }
}
@media (min-width: 1912px) {
  .coh-ce-e8cffe3b:hover > a {
    font-weight: bold;
    color: rgb(4, 21, 63);
  }
}
.coh-ce-85ece9b5 {
  padding: 0;
  margin-top: 0;
  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;
}
@media (min-width: 768px) {
  .coh-ce-85ece9b5 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.coh-ce-85ece9b5 > li {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}
@media (min-width: 768px) {
  .coh-ce-85ece9b5 > li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.coh-ce-85ece9b5 > li:last-child > span:first-child {
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-85ece9b5 > li:last-child > span:first-child {
    display: block;
    visibility: hidden;
  }
}
.coh-ce-85ece9b5 > li > span:hover {
  text-decoration: none;
}
.coh-ce-f2f7541 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 0;
  padding-top: 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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1912px) {
  .coh-ce-f2f7541 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
.coh-ce-f2f7541:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.coh-ce-f2f7541:last-child ul {
  margin-top: 12px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .coh-ce-f2f7541:last-child ul {
    margin-top: 24px;
    margin-left: 24px;
  }
}
.coh-ce-86fef8c4 {
  text-decoration: none;
  color: rgb(67, 74, 91);
  font-weight: 400;
}
.coh-ce-86fef8c4:hover {
  text-decoration: none;
}
.coh-ce-86fef8c4:focus-visible {
  outline-width: 1px;
  outline-offset: 2px;
  outline-style: solid;
  outline-color: rgb(255, 255, 255);
}
.coh-ce-8a1be883 {
  margin-top: 16px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 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;
  gap: 12px;
}
@media (min-width: 768px) {
  .coh-ce-8a1be883 {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-8a1be883 {
    gap: 16px;
  }
}
.coh-ce-3135eadc {
  padding: 0;
  margin: 0;
}
.coh-ce-3135eadc:before {
  margin-right: 0;
  display: none;
  content: normal;
}
.coh-ce-3135eadc .optanon-show-settings {
  cursor : pointer;
}
.coh-ce-c032f1 {
  text-decoration: none;
  color: rgb(4, 56, 176);
}
.coh-ce-c032f1:hover {
  text-decoration: underline;
}
.coh-ce-c032f1:focus-visible {
  outline-width: 1px;
  outline-offset: 2px;
  outline-color: rgb(0, 0, 0);
  outline-style: dashed;
}
.coh-ce-b82887e2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 1280px) {
  .coh-ce-b82887e2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.coh-ce-b82887e2 .main-nav__meganav {
  -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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
  position: absolute;
  top: 6.625rem;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: rgb(255, 255, 255);
  gap: 48px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .coh-ce-b82887e2 .main-nav__meganav {
    padding-top: 48px;
    padding-right: 40px;
    padding-bottom: 48px;
    padding-left: 40px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-b82887e2 .main-nav__meganav {
    padding-right: 48px;
    padding-left: 48px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-b82887e2 .main-nav__meganav {
    padding-top: 80px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }
}
.coh-ce-b82887e2 .main-nav__meganav:after {
  background-color: rgb(255, 255, 255);
}
.coh-ce-b82887e2 .main-nav__meganav .coh-style-h6 {
  color: rgb(4, 56, 176);
}
.coh-ce-b82887e2 .is-expanded .main-nav__meganav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-b82887e2 .coh-link {
  text-decoration: none;
  color: rgb(4, 56, 176);
}
.coh-ce-b82887e2 .main-nav__link--l1.has-children.is-expanded > .coh-link:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.coh-ce-b82887e2 .main-nav__link--l1.has-children > .coh-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  color: inherit;
  -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;
  line-height: 150%;
}
.coh-ce-b82887e2 .main-nav__link--l1.has-children > .coh-link:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e935";
  font-family: Icomoon;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  color: rgb(4, 56, 176);
}
.coh-ce-b82887e2 .main-nav__link--l1 {
  color: rgb(4, 21, 63);
  padding-top: 24px;
  padding-bottom: 24px;
}
.coh-ce-b82887e2 .main-nav__link--l1 + .main-nav__link--l1 {
  border-top-width: 0.0625rem;
  border-top-style: solid;
  border-top-color: rgb(243, 243, 243);
}
.coh-ce-b82887e2 .main-nav__l2 {
  gap: 48px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 1280px) {
  .coh-ce-b82887e2 .main-nav__l2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.coh-ce-b82887e2 .main-nav__section-home {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: rgb(230, 237, 254);
  background-position: right bottom;
  background-size: 7.5rem 7.5rem;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 768px) {
  .coh-ce-b82887e2 .main-nav__section-home {
    min-height: 12.5rem;
    max-width: 17rem;
    padding: 24px;
    background-image: url('/themes/custom/rathbones_rebrand/assets/images/rathbones-compass-dark.svg');
    width: clamp(200px, 20vw, 280px);
  }
}
.coh-ce-b82887e2 .main-nav__section-home:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
          box-shadow: 0px 0px 20px 0px rgba(81, 80, 80, 0.25);
}
.coh-ce-b82887e2 .main-nav__section-home:hover .main-nav__section-home-link {
  text-decoration: underline;
  text-underline-position: from-font;
}
.coh-ce-b82887e2 .main-nav__section-home > .coh-link.coh-style-button {
  display: none;
}
@media (min-width: 1280px) {
  .coh-ce-b82887e2 .main-nav__section-home > .coh-link.coh-style-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-b82887e2 .main-nav__section-home .main-nav__section-home-paragraph {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .coh-ce-b82887e2 .main-nav__section-home .main-nav__section-home-paragraph {
    margin-top: 8px;
    margin-bottom: 24px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-b82887e2 .main-nav__section-home .main-nav__section-home-paragraph {
    margin-bottom: 48px;
  }
}
.coh-ce-b82887e2 .main-nav__link--l2 {
  max-width: 17rem;
}
.coh-ce-4d896ddf {
  font-size: 1rem;
  line-height: 150%;
}
.coh-ce-d503ad12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1280px) {
  .coh-ce-d503ad12 {
    display: none;
  }
}
.coh-ce-d503ad12: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: "\e934";
  font-family: Icomoon;
}
.coh-ce-72458c86 {
  display: none;
}
@media (min-width: 1024px) {
  .coh-ce-72458c86 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-2c337eca {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-2c337eca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.is-active.coh-ce-3e32bce1 a {
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(13, 69, 206);
  opacity: 1;
}
.in-active-trail.coh-ce-3e32bce1 a {
  opacity: 1;
  border-bottom-width: 0.1875rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(13, 69, 206);
}
.coh-ce-ad1228b0 {
  color: rgb(4, 21, 63);
  font-size: 0.875rem;
  line-height: 150%;
  text-decoration: none;
  opacity: 0.7;
}
.coh-ce-ad1228b0:focus-visible {
  outline-width: 0.125rem;
  outline-color: rgb(126, 160, 247);
  outline-style: solid;
}
@media (min-width: 1024px) {
  .coh-ce-9685f3b9 {
    display: none;
  }
}
.coh-ce-9685f3b9 .toggle-button--dropdown {
  color: rgb(4, 21, 63);
  background-color: rgba(0, 0, 0, 0);
}
.coh-ce-ba708bfc {
  display: block;
}
.coh-ce-f4e7ac90 {
  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;
  gap: 20px;
}
@media (min-width: 1280px) {
  .coh-ce-f4e7ac90 {
    gap: 28px;
  }
}
.coh-ce-e4bdf44b {
  font-size: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;
  width: 1.5rem;
}
.coh-ce-e4bdf44b:after {
  font-size: 24px;
  color: rgb(4, 56, 176);
}
.coh-ce-e4bdf44b:hover {
  color: rgb(105, 150, 252);
}
.coh-ce-e4bdf44b:hover:after {
  color: rgb(3, 40, 125);
}
.facebook.coh-ce-e4bdf44b: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: "\e92d";
  font-family: Icomoon;
}
.linkedin.coh-ce-e4bdf44b:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e909";
  font-family: Icomoon;
}
.instagram.coh-ce-e4bdf44b: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: "\e90b";
  font-family: Icomoon;
}
.youtube.coh-ce-e4bdf44b: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: "\e920";
  font-family: Icomoon;
}
.twitter-x.coh-ce-e4bdf44b:after {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  background-image: 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.8198 20.7684L3.75317 3.96836C3.44664 3.57425 3.72749 3 4.22678 3H6.70655C6.8917 3 7.06649 3.08548 7.18016 3.23164L20.2468 20.0316C20.5534 20.4258 20.2725 21 19.7732 21H17.2935C17.1083 21 16.9335 20.9145 16.8198 20.7684Z' stroke='%230438B0' stroke-width='1.5'/%3E%3Cpath d='M20 3L4 21' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  content: "\e92e";
  font-family: Icomoon;
  content: "";
  height: 100%;
  width: 100%;
}
.twitter.coh-ce-e4bdf44b: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: "\e92e";
  font-family: Icomoon;
}
.coh-ce-a0ef8352 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.coh-ce-1a5b0bcc {
  font-weight: 300;
  color: rgb(4, 21, 63);
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}
.coh-ce-8c4899a0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .coh-ce-8c4899a0 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.coh-ce-d31820d1 {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
  border-bottom-color: rgb(242, 247, 251);
}
@media (min-width: 568px) {
  .coh-ce-d31820d1 {
    max-width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-d31820d1 {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-d31820d1 {
    max-width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-d31820d1 {
    max-width: 47.1875rem;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d31820d1 {
    width: 100%;
    max-width: 54.6875rem;
  }
}
.coh-heading.coh-ce-77577d80 {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .coh-heading.coh-ce-77577d80 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1280px) {
  .coh-heading.coh-ce-77577d80 {
    margin-bottom: 24px;
  }
}
.coh-ce-ce70847b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 24px;
}
.coh-ce-ce70847b:before {
  display: none;
}
.coh-ce-ce70847b:after {
  display: none;
}
.coh-ce-1c403be8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-5441e189 {
  font-weight: 300;
  text-decoration: none;
  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-5441e189:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.5rem;
  content: "\e903";
  font-family: Icomoon;
}
.coh-ce-c6eafd87 {
  margin-left: 4px;
}
.coh-ce-963719fb {
  text-decoration: none;
  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;
  font-weight: 300;
}
.coh-ce-963719fb:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.5rem;
  content: "\e912";
  font-family: Icomoon;
}
.coh-ce-ec766c17 {
  font-weight: 300;
  text-decoration: none;
  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-ec766c17:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.5rem;
  content: "\e938";
  font-family: Icomoon;
}
.coh-ce-5fe869dc {
  font-weight: 300;
  text-decoration: none;
  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-5fe869dc:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 0.5rem;
  content: "\e901";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .banner-symbol--hide.coh-ce-538e66ef .coh-style-rathbones-symbol {
    display: none;
  }
}
.coh-ce-e369ccd8 {
  font-style: italic;
}
.article__display-date--Off.coh-ce-e369ccd8 {
  display: none;
}
@media (min-width: 1912px) {
  .banner-symbol--hide.coh-ce-901aee9f .coh-style-rathbones-symbol {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-79bef923 {
    padding-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .coh-ce-79bef923 form {
    margin-top: 40px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-79bef923 form {
    margin-top: 50px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c12ff4eb {
    margin-top: 32px;
  }
}
.coh-ce-c12ff4eb .coh-google-map {
  padding-bottom: 56.25%;
}
@media (min-width: 1912px) {
  .coh-ce-c12ff4eb .coh-google-map {
    padding-bottom: 31.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-bdd3e82c {
    margin-bottom: 10px;
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media (min-width: 1912px) {
  .coh-ce-bdd3e82c: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: "\e925";
    font-family: icomoon;
    margin-right: 14px;
    color: rgb(4, 56, 176);
    font-size: 19px;
    vertical-align: bottom;
  }
}
.coh-ce-f1fd6050 {
  padding: 0.9375rem;
}
@media (min-width: 1912px) {
  .coh-ce-f1fd6050 {
    background-color: rgb(255, 255, 255);
    padding: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-46c9ec9e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1912px) {
  .coh-ce-46c9ec9e .coh-heading {
    margin-right: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f118953d {
    margin-left: 15px;
  }
}
.coh-ce-1bc94832 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .coh-ce-1bc94832 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1bc94832 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f0092a00 {
    margin-right: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cd3be42f {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-28f5687e {
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    line-height: 27px;
    margin-top: 1.5625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1c4a2238 {
    font-weight: 600;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7aae52d4 {
    margin-top: 1.25rem;
  }
}
.coh-ce-c97ba1c0 {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .coh-ce-c97ba1c0 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-c97ba1c0 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c97ba1c0 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-548f991c .job-listing__details {
    margin-bottom: 7px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-548f991c .job-listing__details:last-child {
    margin-bottom: 2px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-548f991c .job-listing__details > div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (min-width: 1912px) {
  .coh-ce-548f991c .job-listing__details > div div:first-child {
    font-weight: bold;
    margin-right: 0.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-548f991c .job-listing__details > div div:first-child:after {
    content: ":";
  }
}
@media (min-width: 1912px) {
  .coh-ce-a91189ff {
    width: auto;
    height: 100px;
  }
}
.coh-ce-eac2c846 {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media (min-width: 1912px) {
  .coh-ce-eac2c846 {
    margin-top: 0.9375rem;
    line-height: 1.5rem;
  }
}
.coh-ce-46e2ea73 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-46e2ea73 {
    height: 20.6875rem;
    width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-46e2ea73 {
    height: 22.1875rem;
    width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-46e2ea73 {
    height: 25.3125rem;
    width: 41.4375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-46e2ea73 {
    height: 28.375rem;
    width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-46e2ea73 {
    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;
    height: 33.125rem;
    width: 54.6875rem;
  }
}
.coh-ce-c03e814b {
  max-width: 23rem;
  height: 29.25rem;
  min-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-c03e814b {
    max-width: 16.25rem;
    min-width: 16.25rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-c03e814b {
    max-width: 17.4375rem;
    min-width: 17.4375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-c03e814b {
    max-width: 19.875rem;
    min-width: 19.875rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-c03e814b {
    max-width: 22.25rem;
    min-width: 22.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c03e814b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 26rem;
    min-width: 26rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-8309f16f {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.coh-ce-aa035047 {
  margin-top: 1.75rem;
  margin-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 568px) {
  .coh-ce-aa035047 {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-aa035047 {
    margin-left: 1.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aa035047 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-left: 2.6875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-aa035047 .coh-style-button--primary {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-aa035047 .coh-style-button--primary {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-heading.coh-ce-6ea18718 {
    margin-bottom: 12px;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-6ea18718 {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-8cc049c1 {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-8cc049c1 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-40d6b3c9 {
    background-color: rgb(255, 255, 255);
    color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-40d6b3c9:hover {
    -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.94);
  }
}
@media (min-width: 1912px) {
  .coh-ce-40d6b3c9:focus-visible {
    outline-color: rgb(255, 255, 255);
  }
}
.coh-ce-9723a5dc {
  height: auto;
  min-height: 374px;
}
@media (min-width: 768px) {
  .coh-ce-9723a5dc {
    height: auto;
    min-height: 345px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-9723a5dc {
    height: auto;
    min-height: 376px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-9723a5dc {
    height: auto;
    min-height: 408px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-9723a5dc {
    height: auto;
    min-height: 420px;
    position: relative;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  }
}
@media (min-width: 1912px) {
  .coh-ce-58f8c208 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(4, 21, 63);
  }
}
.coh-ce-853bacf {
  width: 0%;
}
@media (min-width: 768px) {
  .coh-ce-853bacf {
    width: 110px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-853bacf {
    width: 14.1%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-853bacf {
    width: 12.6%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-853bacf {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 11.1%;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.coh-ce-1087c2f8 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
}
@media (min-width: 768px) {
  .coh-ce-1087c2f8 {
    padding: 32px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1087c2f8 {
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 32px;
    padding-left: 0;
  }
}
.coh-ce-7c8fa738 {
  height: auto;
  width: auto;
  max-height: 154px;
  max-width: 117px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .coh-ce-7c8fa738 {
    height: auto;
    width: auto;
    max-height: 279px;
    max-width: 213px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-7c8fa738 {
    height: auto;
    width: auto;
    max-height: 310px;
    max-width: 236px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-7c8fa738 {
    height: auto;
    width: auto;
    max-height: 342px;
    max-width: 261px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7c8fa738 {
    display: block;
    height: auto;
    width: auto;
    max-height: 356px;
    max-width: 272px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
    margin-bottom: 0px;
  }
}
.coh-ce-c2512a77 {
  padding-left: 0px;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-c2512a77 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 48px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-c2512a77 {
    padding-left: 55px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-c2512a77 {
    padding-left: 70px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c2512a77 {
    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: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -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-left: 76px;
    width: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f62b5352 {
    margin-right: 20px;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-b0fa9cfb {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.coh-ce-4a9a5f62 {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .coh-ce-4a9a5f62 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4a9a5f62 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-4a9a5f62 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4a9a5f62 {
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    margin-top: 4px;
  }
}
.coh-ce-a7dc5959 {
  margin-top: 18px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .coh-ce-a7dc5959 {
    margin-top: 36px;
    margin-left: 0px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-a7dc5959 {
    margin-top: 0px;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-a7dc5959 .coh-style-button--primary {
    white-space: nowrap;
  }
}
@media (min-width: 1912px) {
  .coh-ce-40d6b3c9 {
    background-color: rgb(255, 255, 255);
    color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-40d6b3c9:hover {
    -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.94);
  }
}
@media (min-width: 1912px) {
  .coh-ce-40d6b3c9:focus-visible {
    outline-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-72540640 {
    background-color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-98602247 {
    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-cdbaf84c {
  max-width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-cdbaf84c {
    max-width: 33.5rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-cdbaf84c {
    max-width: 55.6875rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-cdbaf84c {
    max-width: 62.9375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-cdbaf84c {
    max-width: 72.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cdbaf84c {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 83.25rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-326fe81d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 568px) {
  .coh-ce-4d78f801 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4d78f801 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 568px) {
  .coh-ce-2c803293 {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .coh-ce-2c803293 {
    max-width: 7.875rem;
    margin-right: 1.53125rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-2c803293 {
    max-width: 9.0625rem;
    margin-right: 1.6875rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-2c803293 {
    max-width: 9.8125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2c803293 {
    width: 100%;
    max-width: 11.6875rem;
    margin-right: 2.6875rem;
  }
}
.coh-ce-1ca224bb {
  margin-bottom: 0.4375rem;
}
@media (min-width: 568px) {
  .coh-ce-1ca224bb {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-1ca224bb {
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1ca224bb {
    margin-top: 0;
    margin-bottom: 1.9375rem;
    text-transform: uppercase;
    font-weight: bold;
    color: rgb(4, 21, 63);
  }
}
.coh-ce-c3505a91 {
  margin-bottom: 1.75rem;
  max-width: 100%;
}
@media (min-width: 568px) {
  .coh-ce-c3505a91 {
    margin-bottom: 1.875rem;
    display: block;
    max-width: 260px;
    width: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c3505a91 {
    position: relative;
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c3505a91:before {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-c3505a91: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;
    height: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    content: "\e904";
    font-family: icomoon;
    font-size: 11px;
    color: rgb(4, 21, 63);
    top: 0;
    right: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-369b6357 {
    width: 100%;
    color: rgba(0, 0, 0, 0.59);
    padding-top: 0.75rem;
    padding-right: 0;
    padding-bottom: 0.75rem;
    padding-left: 0.9375rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-expand: none;
    position: relative;
    border-width: 0.0625rem;
    border-style: solid;
    border-color: rgb(4, 21, 63);
    background-color: rgba(0, 0, 0, 0);
    z-index: 9;
    line-height: inherit;
    height: 3.1875rem;
    max-width: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1912px) {
  .coh-ce-369b6357:hover {
    cursor: pointer;
  }
}
@media (min-width: 1912px) {
  .coh-ce-369b6357:focus-visible {
    outline-width: 2px;
    outline-offset: 0;
    outline-style: solid;
    outline-color: rgb(4, 21, 63);
  }
}
@media (min-width: 568px) {
  .coh-ce-ac6b4334 {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b7cd2b89 {
    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-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b7cd2b89 li {
    cursor: pointer;
  }
}
@media (min-width: 1280px) {
  .coh-ce-b7cd2b89 li:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b7cd2b89 li:not(:last-child) {
    margin-bottom: 1.3125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b7cd2b89 li.item--active {
    font-weight: bold;
  }
}
@media (min-width: 1912px) {
  .coh-ce-935e3d27 {
    cursor: pointer;
  }
}
@media (min-width: 568px) {
  .coh-ce-387aed2e {
    padding-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-387aed2e {
    max-width: 36.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-387aed2e {
    max-width: 41.4375rem;
    padding-top: 2.375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-387aed2e {
    max-width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-387aed2e {
    border-top-width: 0.0625rem;
    border-top-style: solid;
    border-top-color: rgb(235, 235, 235);
    padding-top: 3.4375rem;
    width: 100%;
    max-width: 54.6875rem;
  }
}
@media (min-width: 768px) {
  .coh-heading.coh-ce-762a4544 {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1280px) {
  .coh-heading.coh-ce-762a4544 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1912px) {
  .coh-heading.coh-ce-762a4544 {
    margin-top: 0;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 568px) {
  .coh-ce-183bac45 {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-183bac45 {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-183bac45 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-183bac45 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 568px) {
  .coh-ce-183bac45 a, .coh-ce-183bac45 p {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-183bac45 a, .coh-ce-183bac45 p {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-183bac45 a, .coh-ce-183bac45 p {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-183bac45 a, .coh-ce-183bac45 p {
    text-decoration: none;
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.625rem;
    letter-spacing: 0;
  }
}
.coh-ce-cdb1003d {
  margin-top: 0.625rem;
}
@media (min-width: 1024px) {
  .coh-ce-cdb1003d {
    margin-top: 0.75rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cdb1003d {
    margin-top: 0.9375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-cdb1003d a {
    font-weight: bold;
  }
}
.coh-ce-74c49826 {
  margin-top: 24px;
}
@media (min-width: 1912px) {
  .coh-ce-74c49826 {
    text-transform: uppercase;
    margin-top: 32px;
    display: none;
  }
}
.coh-ce-de215295 {
  height: 12.9375rem;
  width: 23rem;
}
@media (min-width: 568px) {
  .coh-ce-de215295 {
    width: 33.5rem;
    height: 18.8125rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-de215295 {
    width: 36.5625rem;
    height: 20.5625rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-de215295 {
    width: 41.4375rem;
    height: 23.3125rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-de215295 {
    height: 26.5625rem;
    width: 47.1875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-de215295 {
    width: 54.6875rem;
    height: 30.75rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b34ff1b6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: none;
  }
}
.coh-ce-4fb1d6be {
  height: 18.75rem;
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-4fb1d6be {
    height: 17.875rem;
    width: 31.75rem;
  }
}
@media (min-width: 1024px) {
  .coh-ce-4fb1d6be {
    height: 18.75rem;
    width: 33.3125rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-4fb1d6be {
    height: 21.0625rem;
    width: 37.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4fb1d6be {
    padding-bottom: 0;
    height: 24rem;
    width: 42.6875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-53fea79 {
    padding-top: 3.125rem;
    padding-bottom: 4.375rem;
  }
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav {
  background-color: rgb(255, 255, 255);
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-bottom: 3.125rem;
  top: 5rem;
  z-index: 1;
  -webkit-box-shadow: 0 6px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 6px 5px rgba(0, 0, 0, 0.06);
  border-bottom-width: 0.125rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-style: solid;
  border-color: rgb(4, 56, 176);
  list-style-type: none;
  list-style-position: inside;
}
@media (min-width: 1024px) {
  .coh-ce-8d951ebc > .coh-accordion-tabs-nav {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-bottom: 4.375rem;
  }
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li {
  font-weight: 400;
  font-size: 1.25rem;
  text-transform: uppercase;
  background-color: rgb(255, 255, 255);
  padding: 0;
  margin: 0;
  border-top-width: 0.125rem;
  border-right-width: 0.125rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-style: solid;
  border-color: rgb(4, 56, 176);
  -webkit-transition: background-color 300ms ease-in-out, 300ms ease-in-out border-color;
  transition: background-color 300ms ease-in-out, 300ms ease-in-out border-color;
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li:first-child {
  border-left-width: 0.125rem;
  -webkit-border-radius: 0;
          border-radius: 0;
  border-style: solid;
  border-color: rgb(4, 56, 176);
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li:before {
  display: none;
  content: normal;
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li.is-active {
  color: rgb(255, 255, 255);
  background-color: rgb(4, 56, 176);
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li a {
  text-decoration: none;
  height: 100%;
  width: 100%;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  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;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li a:hover {
  text-decoration: underline;
}
.coh-ce-8d951ebc > .coh-accordion-tabs-nav li a:focus {
  text-decoration: underline;
}
.coh-ce-8d951ebc .coh-accordion-tabs-content > div {
  padding-bottom: 0;
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .coh-ce-8d951ebc .coh-accordion-tabs-content > div {
    margin-bottom: 40px;
  }
}
.coh-ce-8d951ebc .coh-accordion-tabs-content > div > div:first-child {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-8d951ebc .coh-accordion-tabs-content > div > div:first-child {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .coh-ce-8d951ebc .coh-style-tabs .coh-accordion-tabs-nav {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b4c216d3 {
    padding-bottom: 3.125rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4f99cc25 {
    margin-bottom: -1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-4f99cc25 .coh-column {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-93d0e607 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .coh-ce-bbbff90b {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b99b3375 p {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-b99b3375 p + p {
    margin-top: 0.9375rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
}
.coh-ce-c32d1b88 {
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 125%;
}
.coh-ce-e5c05e94 {
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 125%;
}
.coh-ce-ac29f38b {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 125%;
}
.coh-ce-761304aa {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 125%;
}
.coh-ce-3ffaa9b5 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 125%;
}
@media (min-width: 1912px) {
  .coh-ce-faf0a7d0 > * + * {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-2cef91d6 {
    margin-top: 2.5rem;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-f6e711ae {
    padding-bottom: 4.375rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-bc158d1 {
    margin-top: 2.5rem;
    padding-top: 1.875rem;
    padding-right: 1.5625rem;
    padding-bottom: 1.875rem;
    padding-left: 1.5625rem;
    background-color: rgb(4, 21, 63);
  }
}
@media (min-width: 1912px) {
  .coh-ce-35f1c2b7 {
    padding-bottom: 4.375rem;
  }
}
.coh-ce-35f1c2b7 .coh-slider-container {
  counter-reset: slide;
}
.coh-ce-35f1c2b7 .coh-slider-container .coh-slider-item {
  counter-increment: slide;
}
.coh-ce-35f1c2b7 .coh-slider-container .coh-slider-item > .coh-container {
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 3.75rem;
  background-color: rgb(4, 56, 176);
  height: 18.75rem;
  width: 100%;
  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;
}
.coh-ce-35f1c2b7 .coh-slider-container .coh-slider-item > .coh-container:after {
  content: counter(slide);
}
@media (min-width: 1912px) {
  .coh-ce-3ad928fe {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1fe9ea73 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-ea266a24 {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-1cab1617 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1912px) {
  .coh-ce-471aed04 {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.coh-ce-80c86007 {
  background-color: rgb(193, 193, 193);
}
.coh-ce-c0ad5799 {
  background-color: rgb(255, 255, 255);
}
.coh-ce-924e4624 {
  counter-reset: columns;
  background-color: rgba(4, 22, 64, 0.1);
}
.coh-ce-924e4624 .coh-column {
  counter-increment: columns;
}
.coh-ce-924e4624 .coh-column:before {
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
  text-align: center;
  background-color: rgb(4, 56, 176);
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  content: counter(columns);
}
@media (min-width: 1024px) {
  .coh-ce-924e4624 .coh-column:before {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-d96cb7a4 {
    text-align: center;
  }
}
.coh-ce-99fee7a7 {
  height: 3rem;
  width: 3rem;
  padding: 0.625rem;
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 1;
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgb(4, 56, 176);
          box-shadow: 0 0.1875rem 0.375rem 0 rgb(4, 56, 176);
}
@media (min-width: 1024px) {
  .coh-ce-99fee7a7 {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 1;
  }
}
.coh-ce-99fee7a7: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;
  padding-left: 0;
  margin-left: 0;
  content: "\e906";
  font-family: Icomoon;
}
@media (min-width: 1912px) {
  .coh-ce-99fee7a7:after {
    line-height: 1.0;
    font-weight: normal;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e906";
    font-family: Icomoon;
  }
}
.coh-ce-1f7e3e02 .breadcrumb {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .coh-ce-1f7e3e02 .breadcrumb {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}
.coh-ce-ac89c357 {
  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: 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;
  margin-top: 32px;
  margin-bottom: 28px;
  gap: 24px;
}
@media (min-width: 768px) {
  .coh-ce-ac89c357 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 48px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .coh-ce-ac89c357 {
    margin-top: 6.25rem;
  }
}
.coh-ce-ac89c357:before {
  display: none;
}
.coh-ce-ac89c357:after {
  display: none;
}
.coh-ce-ac89c357 > div:after {
  display: none;
}
.coh-ce-ac89c357 > div:before {
  display: none;
}
.coh-ce-ba20fb25 {
  width: 100%;
}
@media (min-width: 768px) {
  .coh-ce-ba20fb25 {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .coh-ce-ba20fb25 {
    width: 60%;
  }
}
.coh-ce-ba20fb25 .banner-image-container--mobile {
  display: block;
  margin-top: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .coh-ce-ba20fb25 .banner-image-container--mobile {
    display: none;
  }
}
.coh-ce-a7638c5 {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
@media (min-width: 768px) {
  .coh-ce-a7638c5 {
    -webkit-border-radius: 8px;
            border-radius: 8px;
  }
}
.coh-ce-23c24c4a {
  margin-top: 8px;
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 768px) {
  .coh-ce-23c24c4a {
    font-size: 1.25rem;
  }
}
.coh-ce-a15321ac {
  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;
  gap: 8px;
  margin-top: 8px;
  font-size: 1.125rem;
  line-height: 150%;
}
@media (min-width: 768px) {
  .coh-ce-a15321ac {
    margin-top: 12px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-a15321ac {
    margin-top: 4px;
  }
}
.coh-ce-a15321ac:before {
  line-height: 1.0;
  font-weight: normal;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  font-family: Icomoon;
  font-size: 1.125rem;
}
.coh-ce-a15321ac a:hover {
  color: rgb(5, 71, 224);
}
.coh-ce-7a729b93 {
  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;
  gap: 24px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .coh-ce-7a729b93 {
    margin-top: 28px;
    margin-bottom: -12px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-7a729b93 {
    margin-top: 40px;
    margin-bottom: -24px;
  }
}
.coh-ce-7a729b93 .coh-style-link--primary:after {
  font-size: 1.125rem;
  min-width: 1.125rem;
}
.coh-ce-7a729b93 .coh-style-link--primary span {
  text-decoration: none;
}
.coh-ce-4f73acf {
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 8px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .coh-ce-4f73acf {
    margin-top: 28px;
  }
}
@media (min-width: 1280px) {
  .coh-ce-4f73acf {
    margin-top: 40px;
  }
}
.coh-ce-4f73acf a {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
  color: rgb(4, 21, 63);
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  background-color: rgb(230, 237, 254);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  pointer-events: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .coh-ce-4f73acf a {
    font-size: 0.875rem;
  }
}
.coh-ce-298aed4a {
  display: none;
}
@media (min-width: 768px) {
  .coh-ce-298aed4a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.coh-ce-9bebfde9 {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
@media (min-width: 768px) {
  .coh-ce-9bebfde9 {
    -webkit-border-radius: 8px;
            border-radius: 8px;
    max-width: 24.375rem;
  }
}
@media (min-width: 1280px) {
  .coh-ce-9bebfde9 {
    max-width: 30.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-9322ea41 {
    width: 10.9375rem;
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-283ac89a {
    height: 100%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-283ac89a .coh-heading {
    display: none;
  }
}
@media (min-width: 1912px) {
  .coh-ce-283ac89a .coh-inline-element h2, .coh-ce-283ac89a .coh-inline-element h3, .coh-ce-283ac89a .coh-inline-element h4, .coh-ce-283ac89a .coh-inline-element h5 {
    font-weight: 400;
    font-family: 'Guardian RTB Egyptian', Arial, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1912px) {
  .coh-ce-3510e36e {
    -webkit-box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    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: 1.25rem;
    min-height: 22rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-83d9c650 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7d5e970e {
    margin-top: auto;
  }
}
@media (min-width: 1912px) {
  .coh-ce-7d5e970e: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: "\e90d";
    font-family: icomoon;
  }
}
@media (min-width: 1912px) {
  .coh-ce-a8895d9d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-a8895d9d .min-investments__title {
    background-color: rgb(120, 101, 146);
    padding-top: 0.5625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.5625rem;
    padding-left: 1.25rem;
    border-bottom-width: 2px;
    font-size: 1rem;
    line-height: 1.875rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
  }
}
@media (min-width: 1912px) {
  .coh-ce-a8895d9d .min-investments__description {
    background-color: rgb(234, 235, 234);
    padding-top: 1rem;
    padding-right: 0.9375rem;
    padding-bottom: 1rem;
    padding-left: 0.9375rem;
    font-size: 22.5px;
    line-height: 27.5px;
  }
}
.coh-ce-91bbfafa {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .coh-ce-91bbfafa {
    -webkit-flex-basis: 39.5%;
        -ms-flex-preferred-size: 39.5%;
            flex-basis: 39.5%;
  }
}
@media (min-width: 1912px) {
  .coh-ce-91bbfafa {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-right: 5px;
  }
}
.coh-ce-e5f3ad37 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding-left: 0;
}
@media (min-width: 1912px) {
  .coh-ce-e5f3ad37 {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-left: 5px;
  }
}
.coh-ce-373e3ec0 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1912px) {
  .coh-ce-373e3ec0 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.coh-ce-373e3ec0 > div {
  margin-right: 0;
}
@media (min-width: 1912px) {
  .coh-ce-373e3ec0 > div {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1912px) {
  .coh-ce-373e3ec0 > div:last-child {
    margin-right: 0;
  }
}
.coh-ce-3bc4d39e .card-body-text .coh-wysiwyg * {
  text-align: left;
}
.coh-ce-3bc4d39e .card-body-text .coh-wysiwyg img {
  display: none !important;
}
.coh-ce-cpt_search_card-9dcac019 {
  text-decoration: none;
  color: rgb(51, 71, 90);
  height: 100%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative !important;
}
.coh-ce-cpt_search_card-862ec2a4 {
  width: 100%;
  max-width: 100%;
  background-color: rgb(255, 255, 255);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 768px) {
  .coh-ce-cpt_search_card-862ec2a4 {
    max-width: 100%;
  }
}
.coh-ce-cpt_search_card-b9a6e3e7 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.5rem;
}
.coh-ce-cpt_search_card-f67d3f28 {
  margin: 0px !important;
}
.coh-ce-cpt_search_card-9ac29bd3 {
  display: block !important;
}
.coh-ce-cpt_search_card-9694c9cf {
  margin-top: auto;
}
.coh-ce-cpt_search_card-9694c9cf:not(:has(> *)) {
  display: none;
}
.coh-ce-cpt_team_member_card-9b785e20 {
  height: 100%;
}
.is--in-template.coh-ce-cpt_team_member_card-9b785e20 .ss-element--wysiwyg {
  display: none;
}
.is--in-template.coh-ce-cpt_team_member_card-9b785e20 .ss-element--field {
  display: block;
}
.coh-ce-cpt_team_member_card-9b785e20 .team_member__link {
  word-wrap: break-word;
  font-weight: 500;
  color: rgb(4, 56, 176);
  word-break: break-word;
  gap: 4px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_team_member_card-9b785e20 .team_member__link:before {
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  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;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
}
.coh-ce-cpt_team_member_card-9b785e20 .team_member__email:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.8335 7.99996L10.0002 10.9166L14.1668 7.99996' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.6665 14.3333V6.66663C1.6665 5.56206 2.56193 4.66663 3.6665 4.66663H16.3332C17.4377 4.66663 18.3332 5.56206 18.3332 6.66663V14.3333C18.3332 15.4379 17.4377 16.3333 16.3332 16.3333H3.6665C2.56193 16.3333 1.6665 15.4379 1.6665 14.3333Z' stroke='%230438B0' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_team_member_card-9b785e20 .team_member__telephone:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0984 12.7518L11.6665 13.4167C9.34845 12.2533 7.91654 10.9167 7.08321 8.83341L7.72483 5.39166L6.51197 2.16675L3.72946 2.16675C2.60191 2.16675 1.71466 3.0997 1.90108 4.21173C2.29888 6.58466 3.37231 10.5392 6.24987 13.4167C9.27338 16.4403 13.5661 17.8319 16.1378 18.4289C17.299 18.6985 18.3332 17.7909 18.3332 16.5989L18.3332 13.9844L15.0984 12.7518Z' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_team_member_card-9b785e20 .team_member__linkedin:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 7.5V12.5C17.5 15.2614 15.2614 17.5 12.5 17.5H7.5C4.73858 17.5 2.5 15.2614 2.5 12.5V7.5C2.5 4.73858 4.73858 2.5 7.5 2.5H12.5C15.2614 2.5 17.5 4.73858 17.5 7.5Z' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 14.1667V11.25V8.33335' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1665 14.1667V11.4584M9.1665 8.33335V11.4584M9.1665 11.4584C9.1665 8.33335 14.1665 8.33335 14.1665 11.4584V14.1667' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.8335 5.84165L5.84183 5.83239' stroke='%230438B0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.coh-ce-cpt_team_member_card-365c573b {
  height: 100%;
  gap: 0;
  padding: 0;
  position: relative;
}
.coh-ce-cpt_team_member_card-365c573b:focus-visible {
  outline-width: 1.5px;
  outline-offset: 0.3125rem;
  outline-color: rgb(4, 21, 63);
  outline-style: dotted;
}
.coh-ce-cpt_team_member_card-365c573b:hover {
  cursor: pointer;
}
.coh-ce-cpt_team_member_card-365c573b img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  background-color: rgb(233, 232, 235);
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  margin: 0;
}
.coh-ce-cpt_team_member_card-365c573b .team_card__content {
  gap: 16px;
  -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;
  background-color: rgb(255, 255, 255);
  -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: 8px;
          border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
          border-bottom-right-radius: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 24px;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_member_card-365c573b .team_card__content {
    gap: 20px;
  }
}
.coh-ce-cpt_team_member_card-f9d75079 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-cpt_team_member_card-9bac7ea4 {
  -webkit-transition: 250ms ease-in-out transform;
  transition: 250ms ease-in-out transform;
  -webkit-border-top-left-radius: 8px;
          border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
          border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  background-color: rgb(233, 232, 235);
  max-width: 100% !important;
}
.coh-ce-cpt_team_member_card-f0d02d22 {
  z-index: 2;
}
.coh-ce-cpt_team_member_card-cdf5d4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.coh-ce-cpt_team_member_card-cdf5d4:before {
  display: none;
}
.coh-ce-cpt_team_member_card-cdf5d4:after {
  display: none;
}
.coh-ce-cpt_team_member_card-70941570 {
  word-wrap: break-word;
  margin: 0;
  color: rgb(4, 56, 176);
  word-break: break-word;
  font-weight: 500;
  line-height: 125%;
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .coh-ce-cpt_team_member_card-70941570 {
    font-size: 1.25rem;
    line-height: 125%;
  }
}
.coh-ce-cpt_team_member_card-8d8f48d1 {
  margin-top: 24px;
  margin-bottom: 0;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow : hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media (min-width: 1912px) {
  .view-our-team--slider-enabled.coh-ce-cpt_view_our_team_contextual_off-b375e927 .view-our-team--grid {
    display: none;
  }
}
@media (min-width: 1912px) {
  .view-our-team--slider-enabled.coh-ce-cpt_view_our_team_contextual_off-b375e927 .view-our-team--slider {
    display: block;
  }
}
.coh-ce-4fe138c5 article {
  height: 100%;
}
.coh-ce-4fe138c5 .views-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.coh-ce-4fe138c5 .views-field .field-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.coh-ce-4fe138c5 .views-field article {
  width: 100%;
}
.coh-ce-cpt_rathbones_reviews_carousel-38f442a6 .team-card__front {
  pointer-events: none;
  width: 100%;
}
.coh-ce-cpt_rathbones_reviews_carousel-38f442a6 .team-card__front:focus-visible {
  outline: none;
}
.coh-ce-cpt_rathbones_reviews_carousel-38f442a6 .team-card__details {
  display: none !important;
}
.coh-ce-cpt_rathbones_reviews_carousel-38f442a6 .coh-slider-nav-top {
  display: none;
}
.coh-ce-cpt_rathbones_reviews_carousel-c3f943fc {
  margin-bottom: 1.75rem;
}
@media (min-width: 1280px) {
  .coh-ce-cpt_rathbones_reviews_carousel-c3f943fc {
    margin-bottom: 3rem;
  }
}
.coh-ce-cpt_rathbones_reviews_carousel-c3f943fc:before {
  display: none;
}
.coh-ce-cpt_rathbones_reviews_carousel-c3f943fc:after {
  display: none;
}
.coh-ce-cpt_rathbones_reviews_carousel-e7e0a8f0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.coh-ce-cpt_rathbones_reviews_carousel-e7e0a8f0:after {
  display: none;
}
.coh-ce-cpt_rathbones_reviews_carousel-e7e0a8f0:before {
  display: none;
}
@media (min-width: 1024px) {
  .rathbones-reviews--grid.coh-ce-cpt_rathbones_reviews_carousel-e7ffb766 .trustpilot-slider {
    gap: 40px 20px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
  }
}
@media (min-width: 1280px) {
  .rathbones-reviews--grid.coh-ce-cpt_rathbones_reviews_carousel-e7ffb766 .trustpilot-slider {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 48px 24px;
  }
}
@media (min-width: 1024px) {
  .rathbones-reviews--grid.coh-ce-cpt_rathbones_reviews_carousel-e7ffb766 .trustpilot-slider .slider-card {
    opacity: 1;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .rathbones-reviews--grid.coh-ce-cpt_rathbones_reviews_carousel-e7ffb766 .slider__nav {
    display: none;
  }
}

