.c-hero {
  position: relative; }
  .c-hero__image {
    display: none;
    position: absolute;
    padding: 90px 0 90px 90px;
    right: 0;
    top: 80px;
    overflow: hidden;
    max-width: 25vw; }
    @media (min-width: 768px) {
      .c-hero__image {
        opacity: 1; } }
    @media (min-width: 1200px) {
      .c-hero__image {
        display: block;
        max-width: 30vw; } }
    @media (min-width: 1500px) {
      .c-hero__image {
        max-width: 50vw; } }
    .c-hero__image img {
      max-width: 100%;
      width: auto;
      height: auto;
      max-height: 300px;
      position: relative;
      z-index: -4; }
      @media (min-width: 768px) {
        .c-hero__image img {
          max-height: unset; } }
  .c-hero__image-shape {
    position: absolute;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url(shape-1.png);
    background-size: 100%;
    z-index: -2; }
  .c-hero__pre-heading {
    margin-bottom: 18px;
    margin-bottom: 0.75rem;
    padding-top: 36px;
    padding-top: 1.5rem;
    font-weight: 400;
    max-width: 712px;
    position: relative;
    z-index: 1;
    color: #333333; }
    .c-hero__pre-heading.u-title-xs {
      font-size: 18px; }
    .c-hero__pre-heading > span:nth-child(1) {
      color: #004B6C; }
    .c-hero__pre-heading > span:nth-child(2) {
      color: #741678; }
  .c-hero__heading {
    font-size: 36px;
    font-size: 1.5rem;
    line-height: 42px;
    line-height: 1.75rem;
    margin-bottom: 27px;
    margin-bottom: 1.125rem;
    margin-right: 90px; }
    @media (min-width: 576px) {
      .c-hero__heading {
        font-size: 60px;
        font-size: 2.5rem;
        line-height: 68px;
        line-height: 2.83333rem; } }
    @media (min-width: 768px) {
      .c-hero__heading {
        max-width: 780px; } }
    @media (min-width: 992px) {
      .c-hero__heading {
        margin-bottom: 45px;
        margin-bottom: 1.875rem;
        margin-right: 0;
        max-width: 992px; } }
    .c-hero__heading span {
      background: linear-gradient(90deg, #0095d4 0%, #004a6a 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .c-hero__image-mask-right {
    z-index: -1; }
  .c-hero__image-mask-bottom {
    z-index: -3; }
  .c-hero .l-wrapper {
    overflow: hidden; }
  .c-hero .js-mask-bottom-2 {
    max-width: 30px; }

.page-node-22 h1 {
  max-width: -moz-max-content;
  max-width: max-content; }
  @media (min-width: 768px) {
    .page-node-22 h1 {
      margin-bottom: 50px !important; } }

