/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.section-heading {
  position: relative;
  display: flex; }
  .section-heading h1, .section-heading h2, .section-heading h3 {
    padding-bottom: 0; }
  .section-heading .image-setup {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    z-index: -1; }
    .section-heading .image-setup .bg-image {
      background-size: cover;
      display: block; }
      @media (max-width: 980px) {
        .section-heading .image-setup .bg-image {
          flex-basis: 50%;
          flex-grow: 1; } }
    @media (min-width: 981px) {
      .section-heading .image-setup .main {
        flex: 2; } }
    @media (min-width: 981px) {
      .section-heading .image-setup .sub {
        flex: 1; } }
  .section-heading .container-wrapper {
    margin-top: auto;
    padding-top: 50%;
    margin-bottom: -22.5px; }
    @media (min-width: 981px) {
      .section-heading .container-wrapper {
        padding-top: 180px; } }
    @media (min-width: 981px) {
      .section-heading .container-wrapper {
        margin-bottom: -90px; } }
    .section-heading .container-wrapper .subtitle {
      color: var(--green); }
    .section-heading .container-wrapper .title h1 {
      margin: 0; }
      .section-heading .container-wrapper .title h1 .title-one {
        color: var(--green); }
      .section-heading .container-wrapper .title h1 .title-two {
        color: var(--white); }
      .section-heading .container-wrapper .title h1.xxl-custom {
        max-width: 780px; }
    .section-heading .container-wrapper .image {
      position: relative;
      height: 150px;
      width: 300px; }
      @media (min-width: 768px) {
        .section-heading .container-wrapper .image {
          height: 250px;
          width: 500px; } }
      @media (min-width: 981px) {
        .section-heading .container-wrapper .image {
          height: 350px;
          width: 850px; } }
      @media (min-width: 1300px) {
        .section-heading .container-wrapper .image {
          height: 450px;
          width: 1000px; } }
      .section-heading .container-wrapper .image img {
        height: 100%;
        width: 100%;
        position: absolute;
        inset: 0;
        -o-object-fit: cover;
           object-fit: cover; }
    .section-heading .container-wrapper.image-heading {
      margin-bottom: -45px; }
      @media (min-width: 768px) {
        .section-heading .container-wrapper.image-heading {
          padding-top: 20%;
          margin-bottom: -50px; } }
      @media (min-width: 981px) {
        .section-heading .container-wrapper.image-heading {
          padding-top: 150px;
          margin-bottom: -100px; } }
      @media (min-width: 1300px) {
        .section-heading .container-wrapper.image-heading {
          padding-top: 200px; } }
  .section-heading + section {
    margin-top: 22.5px; }
    @media (min-width: 981px) {
      .section-heading + section {
        margin-top: 90px; } }
    .section-heading + section.section-search {
      position: relative;
      z-index: 2;
      transform: translateY(-6rem);
      background: transparent; }
      @media (min-width: 981px) {
        .section-heading + section.section-search {
          margin-top: 0;
          padding-top: 0;
          transform: translateY(-12rem); } }
  .section-heading--customized {
    height: 28rem; }
    @media (min-width: 981px) {
      .section-heading--customized {
        height: 26.5rem;
        padding: 0; } }
    .section-heading--customized::before {
      content: '';
      position: absolute;
      bottom: 0;
      z-index: 2;
      width: 100%;
      height: 13.625rem;
      background: linear-gradient(0deg, #dee3e6 0%, rgba(222, 227, 230, 0) 100%); }
    .section-heading--customized::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
      @media (min-width: 768px) {
        .section-heading--customized::after {
          width: 50%;
          background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%); } }
    .section-heading--customized .container-wrapper {
      margin: 0; }
      @media (min-width: 768px) {
        .section-heading--customized .container-wrapper {
          padding-top: 40%; } }
      @media (min-width: 981px) {
        .section-heading--customized .container-wrapper {
          width: 100%;
          padding: 0;
          -webkit-margin-before: calc(11.375rem + 20px);
                  margin-block-start: calc(11.375rem + 20px); } }
      .section-heading--customized .container-wrapper .container {
        position: relative;
        z-index: 3;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-content: center;
        margin: 0 auto; }
        @media (min-width: 981px) {
          .section-heading--customized .container-wrapper .container {
            width: 80%;
            max-width: 100%;
            margin: 0 5.625rem; } }
      .section-heading--customized .container-wrapper .inner-container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto; }
      .section-heading--customized .container-wrapper .introduction-text {
        font-family: var("Barlow", Helvetica, Arial, sans-serif);
        color: var(--white);
        -webkit-margin-before: 1.125rem;
                margin-block-start: 1.125rem; }
        @media (min-width: 981px) {
          .section-heading--customized .container-wrapper .introduction-text {
            max-width: 33.125rem;
            font-size: 1.5rem; } }
      .section-heading--customized .container-wrapper .call-to-action {
        -webkit-margin-before: 2.25rem;
                margin-block-start: 2.25rem; }
        @media (min-width: 981px) {
          .section-heading--customized .container-wrapper .call-to-action {
            -webkit-margin-before: 2.25rem;
                    margin-block-start: 2.25rem; } }

/*# sourceMappingURL=heading.css.map */
