/**
 * 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-content-search-suggestions .container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr; }
  @media (min-width: 981px) {
    .section-content-search-suggestions .container {
      gap: 90px;
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 981px) {
    .section-content-search-suggestions .container.title-only {
      grid-template-columns: 1fr;
      gap: 0; }
      .section-content-search-suggestions .container.title-only .suggestions {
        display: grid;
        align-items: flex-start;
        grid-template-columns: repeat(2, 1fr);
        gap: 45px; } }
  .section-content-search-suggestions .container .search-suggestions .title h4 {
    text-transform: uppercase; }
  .section-content-search-suggestions .container .search-suggestions .suggestion {
    font-size: 18px; }
  .section-content-search-suggestions .container .links .link {
    flex-basis: 100%; }

.section-content-search-suggestions[class*="darkgray-white-section"] {
  background-color: #2A252D;
  color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-white-section"] h1, .section-content-search-suggestions[class*="darkgray-white-section"] h2, .section-content-search-suggestions[class*="darkgray-white-section"] h3, .section-content-search-suggestions[class*="darkgray-white-section"] h4, .section-content-search-suggestions[class*="darkgray-white-section"] h5, .section-content-search-suggestions[class*="darkgray-white-section"] .h1, .section-content-search-suggestions[class*="darkgray-white-section"] .h2, .section-content-search-suggestions[class*="darkgray-white-section"] .h3, .section-content-search-suggestions[class*="darkgray-white-section"] .h4, .section-content-search-suggestions[class*="darkgray-white-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-white-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="white-darkgray-section"] {
  background-color: #ffffff;
  color: #2A252D; }

.section-content-search-suggestions[class*="white-red-section"] {
  background-color: #ffffff;
  color: #2A252D; }

.section-content-search-suggestions[class*="red-white-section"] {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-search-suggestions[class*="red-white-section"] h1, .section-content-search-suggestions[class*="red-white-section"] h2, .section-content-search-suggestions[class*="red-white-section"] h3, .section-content-search-suggestions[class*="red-white-section"] h4, .section-content-search-suggestions[class*="red-white-section"] h5, .section-content-search-suggestions[class*="red-white-section"] .h1, .section-content-search-suggestions[class*="red-white-section"] .h2, .section-content-search-suggestions[class*="red-white-section"] .h3, .section-content-search-suggestions[class*="red-white-section"] .h4, .section-content-search-suggestions[class*="red-white-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="red-white-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="white-lightgray-section"] {
  background-color: #ffffff;
  color: #2A252D; }

.section-content-search-suggestions[class*="lightgray-white-section"] {
  background-color: #F7F7F7;
  color: #2A252D; }

.section-content-search-suggestions[class*="red-lightgray-section"] {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-search-suggestions[class*="red-lightgray-section"] h1, .section-content-search-suggestions[class*="red-lightgray-section"] h2, .section-content-search-suggestions[class*="red-lightgray-section"] h3, .section-content-search-suggestions[class*="red-lightgray-section"] h4, .section-content-search-suggestions[class*="red-lightgray-section"] h5, .section-content-search-suggestions[class*="red-lightgray-section"] .h1, .section-content-search-suggestions[class*="red-lightgray-section"] .h2, .section-content-search-suggestions[class*="red-lightgray-section"] .h3, .section-content-search-suggestions[class*="red-lightgray-section"] .h4, .section-content-search-suggestions[class*="red-lightgray-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="red-lightgray-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="lightgray-red-section"] {
  background-color: #F7F7F7;
  color: #2A252D; }

.section-content-search-suggestions[class*="red-darkgray-section"] {
  background-color: #FF0500;
  color: #ffffff; }
  .section-content-search-suggestions[class*="red-darkgray-section"] h1, .section-content-search-suggestions[class*="red-darkgray-section"] h2, .section-content-search-suggestions[class*="red-darkgray-section"] h3, .section-content-search-suggestions[class*="red-darkgray-section"] h4, .section-content-search-suggestions[class*="red-darkgray-section"] h5, .section-content-search-suggestions[class*="red-darkgray-section"] .h1, .section-content-search-suggestions[class*="red-darkgray-section"] .h2, .section-content-search-suggestions[class*="red-darkgray-section"] .h3, .section-content-search-suggestions[class*="red-darkgray-section"] .h4, .section-content-search-suggestions[class*="red-darkgray-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="red-darkgray-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="darkgray-red-section"] {
  background-color: #2A252D;
  color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-red-section"] h1, .section-content-search-suggestions[class*="darkgray-red-section"] h2, .section-content-search-suggestions[class*="darkgray-red-section"] h3, .section-content-search-suggestions[class*="darkgray-red-section"] h4, .section-content-search-suggestions[class*="darkgray-red-section"] h5, .section-content-search-suggestions[class*="darkgray-red-section"] .h1, .section-content-search-suggestions[class*="darkgray-red-section"] .h2, .section-content-search-suggestions[class*="darkgray-red-section"] .h3, .section-content-search-suggestions[class*="darkgray-red-section"] .h4, .section-content-search-suggestions[class*="darkgray-red-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-red-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="darkgray-red-section"] {
  background-color: #2A252D;
  color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-red-section"] h1, .section-content-search-suggestions[class*="darkgray-red-section"] h2, .section-content-search-suggestions[class*="darkgray-red-section"] h3, .section-content-search-suggestions[class*="darkgray-red-section"] h4, .section-content-search-suggestions[class*="darkgray-red-section"] h5, .section-content-search-suggestions[class*="darkgray-red-section"] .h1, .section-content-search-suggestions[class*="darkgray-red-section"] .h2, .section-content-search-suggestions[class*="darkgray-red-section"] .h3, .section-content-search-suggestions[class*="darkgray-red-section"] .h4, .section-content-search-suggestions[class*="darkgray-red-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-red-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="magenta-darkblue-section"] {
  background-color: #FA0F64;
  color: #ffffff; }
  .section-content-search-suggestions[class*="magenta-darkblue-section"] h1, .section-content-search-suggestions[class*="magenta-darkblue-section"] h2, .section-content-search-suggestions[class*="magenta-darkblue-section"] h3, .section-content-search-suggestions[class*="magenta-darkblue-section"] h4, .section-content-search-suggestions[class*="magenta-darkblue-section"] h5, .section-content-search-suggestions[class*="magenta-darkblue-section"] .h1, .section-content-search-suggestions[class*="magenta-darkblue-section"] .h2, .section-content-search-suggestions[class*="magenta-darkblue-section"] .h3, .section-content-search-suggestions[class*="magenta-darkblue-section"] .h4, .section-content-search-suggestions[class*="magenta-darkblue-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="magenta-darkblue-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="darkblue-magenta-section"] {
  background-color: #002896;
  color: #ffffff; }
  .section-content-search-suggestions[class*="darkblue-magenta-section"] h1, .section-content-search-suggestions[class*="darkblue-magenta-section"] h2, .section-content-search-suggestions[class*="darkblue-magenta-section"] h3, .section-content-search-suggestions[class*="darkblue-magenta-section"] h4, .section-content-search-suggestions[class*="darkblue-magenta-section"] h5, .section-content-search-suggestions[class*="darkblue-magenta-section"] .h1, .section-content-search-suggestions[class*="darkblue-magenta-section"] .h2, .section-content-search-suggestions[class*="darkblue-magenta-section"] .h3, .section-content-search-suggestions[class*="darkblue-magenta-section"] .h4, .section-content-search-suggestions[class*="darkblue-magenta-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="darkblue-magenta-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="lightblue-purple-section"] {
  background-color: #00BEFF;
  color: #2A252D; }

.section-content-search-suggestions[class*="purple-lightblue-section"] {
  background-color: #50008C;
  color: #ffffff; }
  .section-content-search-suggestions[class*="purple-lightblue-section"] h1, .section-content-search-suggestions[class*="purple-lightblue-section"] h2, .section-content-search-suggestions[class*="purple-lightblue-section"] h3, .section-content-search-suggestions[class*="purple-lightblue-section"] h4, .section-content-search-suggestions[class*="purple-lightblue-section"] h5, .section-content-search-suggestions[class*="purple-lightblue-section"] .h1, .section-content-search-suggestions[class*="purple-lightblue-section"] .h2, .section-content-search-suggestions[class*="purple-lightblue-section"] .h3, .section-content-search-suggestions[class*="purple-lightblue-section"] .h4, .section-content-search-suggestions[class*="purple-lightblue-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="purple-lightblue-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="yellow-magenta-section"] {
  background-color: #FFC800;
  color: #2A252D; }

.section-content-search-suggestions[class*="magenta-yellow-section"] {
  background-color: #FA0F64;
  color: #ffffff; }
  .section-content-search-suggestions[class*="magenta-yellow-section"] h1, .section-content-search-suggestions[class*="magenta-yellow-section"] h2, .section-content-search-suggestions[class*="magenta-yellow-section"] h3, .section-content-search-suggestions[class*="magenta-yellow-section"] h4, .section-content-search-suggestions[class*="magenta-yellow-section"] h5, .section-content-search-suggestions[class*="magenta-yellow-section"] .h1, .section-content-search-suggestions[class*="magenta-yellow-section"] .h2, .section-content-search-suggestions[class*="magenta-yellow-section"] .h3, .section-content-search-suggestions[class*="magenta-yellow-section"] .h4, .section-content-search-suggestions[class*="magenta-yellow-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="magenta-yellow-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="green-purple-section"] {
  background-color: #00C878;
  color: #2A252D; }

.section-content-search-suggestions[class*="purple-green-section"] {
  background-color: #50008C;
  color: #ffffff; }
  .section-content-search-suggestions[class*="purple-green-section"] h1, .section-content-search-suggestions[class*="purple-green-section"] h2, .section-content-search-suggestions[class*="purple-green-section"] h3, .section-content-search-suggestions[class*="purple-green-section"] h4, .section-content-search-suggestions[class*="purple-green-section"] h5, .section-content-search-suggestions[class*="purple-green-section"] .h1, .section-content-search-suggestions[class*="purple-green-section"] .h2, .section-content-search-suggestions[class*="purple-green-section"] .h3, .section-content-search-suggestions[class*="purple-green-section"] .h4, .section-content-search-suggestions[class*="purple-green-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="purple-green-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-search-suggestions[class*="darkgray-black-section"] {
  background-color: #2A252D;
  color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-black-section"] h1, .section-content-search-suggestions[class*="darkgray-black-section"] h2, .section-content-search-suggestions[class*="darkgray-black-section"] h3, .section-content-search-suggestions[class*="darkgray-black-section"] h4, .section-content-search-suggestions[class*="darkgray-black-section"] h5, .section-content-search-suggestions[class*="darkgray-black-section"] .h1, .section-content-search-suggestions[class*="darkgray-black-section"] .h2, .section-content-search-suggestions[class*="darkgray-black-section"] .h3, .section-content-search-suggestions[class*="darkgray-black-section"] .h4, .section-content-search-suggestions[class*="darkgray-black-section"] .h5 {
    color: #ffffff; }
  .section-content-search-suggestions[class*="darkgray-black-section"] a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

/*# sourceMappingURL=content-searchsuggestions.css.map */
