/**
 * 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
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.section-heading {
  position: relative;
  background-color: var(--light-gray); }
  @media (max-width: 980px) {
    .section-heading {
      padding-top: 250px; } }
  @media (min-width: 981px) {
    .section-heading {
      padding-top: 90px; } }
  .section-heading .home-heading-wrapper {
    background-color: var(--red);
    color: var(--white);
    max-width: 800px;
    padding: 1.5em;
    position: relative;
    z-index: 1; }
    @media (min-width: 981px) {
      .section-heading .home-heading-wrapper {
        padding: 75px; } }
    .section-heading .home-heading-wrapper h1 {
      color: var(--white); }
    .section-heading .home-heading-wrapper .content {
      color: var(--white);
      margin: 0; }
    .section-heading .home-heading-wrapper .search-suggestions {
      display: flex;
      flex-wrap: wrap;
      gap: .75em;
      max-width: 500px; }
    .section-heading .home-heading-wrapper .search {
      margin: 20px 0;
      max-width: 500px; }
      @media (min-width: 981px) {
        .section-heading .home-heading-wrapper .search {
          margin: 30px 0; } }
      .section-heading .home-heading-wrapper .search + a.overview-link {
        margin-top: 0; }
    .section-heading .home-heading-wrapper .call-to-actions {
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 1rem; }
      @media (min-width: 981px) {
        .section-heading .home-heading-wrapper .call-to-actions {
          margin-top: 30px; } }
  @media (min-width: 981px) {
    .section-heading {
      overflow: hidden;
      padding-top: 90px; }
      .section-heading:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 900px;
        height: 45px;
        background-color: var(--white); } }
  .section-heading .scroll-to-next-section {
    display: block;
    text-align: center;
    padding: 1em 0; }
    .section-heading .scroll-to-next-section a {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section-heading .scroll-to-next-section a span {
        display: inline-block;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: bounce;
        transform: rotate(-90deg);
        position: relative;
        text-align: center; }
        .section-heading .scroll-to-next-section a span:last-of-type {
          margin-top: -5px; }
    @media (min-width: 981px) {
      .section-heading .scroll-to-next-section {
        display: none; } }
  .section-heading.dark-version {
    background-color: #000; }
    @media (min-width: 981px) {
      .section-heading.dark-version:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 150px;
        width: 900px;
        background-color: var(--white); } }
    .section-heading.dark-version .home-heading-wrapper {
      background-color: var(--dark-gray);
      max-width: 680px; }
      .section-heading.dark-version .home-heading-wrapper form {
        border-radius: 3px;
        overflow: clip; }
        .section-heading.dark-version .home-heading-wrapper form input {
          border: none;
          border-radius: 0 !important; }
        .section-heading.dark-version .home-heading-wrapper form button {
          border: var(--red);
          background-color: var(--red);
          color: var(--white);
          font-size: 1rem; }
      .section-heading.dark-version .home-heading-wrapper .call-to-actions .btn.white {
        background-color: transparent;
        text-decoration: underline !important;
        color: var(--white);
        padding: 0; }
        .section-heading.dark-version .home-heading-wrapper .call-to-actions .btn.white:hover {
          text-decoration: none !important; }
    .section-heading.dark-version .search-suggestions .suggestion {
      background-color: transparent;
      border: 1px solid var(--light-gray);
      color: var(--white); }
      .section-heading.dark-version .search-suggestions .suggestion:hover {
        background-color: var(--light-gray);
        color: var(--text-color); }
    @media (min-width: 981px) {
      .section-heading.dark-version .image-container {
        width: 50%; }
        .section-heading.dark-version .image-container:after {
          content: '';
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background: linear-gradient(143deg, #000 16.22%, rgba(0, 0, 0, 0) 36.71%); } }

@keyframes bounce {
  0% {
    top: 0; }
  50% {
    top: 5px; }
  100% {
    top: 0; } }

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