/**
 * 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-standard-heading {
  position: relative; }
  @media (max-width: 980px) {
    .section-standard-heading {
      padding-top: 150px;
      margin-bottom: 90px; } }
  .section-standard-heading .container .content {
    max-width: 700px;
    padding: 1.5em;
    position: relative;
    z-index: 1; }
    @media (max-width: 980px) {
      .section-standard-heading .container .content {
        top: 90px; } }
    @media (min-width: 981px) {
      .section-standard-heading .container .content {
        padding: 45px 90px 90px; } }
  .section-standard-heading .bg-image {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 350px;
    width: 100%; }
    @media (min-width: 981px) {
      .section-standard-heading .bg-image {
        width: 50%;
        height: 100%; } }
  .section-standard-heading .links:not(.side-links) {
    display: block; }
    .section-standard-heading .links:not(.side-links) .link {
      margin-bottom: 1em; }
      .section-standard-heading .links:not(.side-links) .link:last-child {
        margin-bottom: 0; }
  .section-standard-heading .links.side-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1em; }
  @media (min-width: 981px) {
    .section-standard-heading {
      overflow: hidden;
      padding-top: 90px; }
      .section-standard-heading:not(.no-design-element)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 150px;
        width: 900px;
        background-color: var(--white); }
      .section-standard-heading:not(.no-design-element)::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 900px;
        height: 45px;
        background-color: var(--white); } }

.section-standard-heading[class*="darkgray-white-section"] {
  background-color: #ffffff; }
  .section-standard-heading[class*="darkgray-white-section"] .content {
    background-color: #2A252D;
    color: #ffffff; }
    .section-standard-heading[class*="darkgray-white-section"] .content h1, .section-standard-heading[class*="darkgray-white-section"] .content h2, .section-standard-heading[class*="darkgray-white-section"] .content h3, .section-standard-heading[class*="darkgray-white-section"] .content h4, .section-standard-heading[class*="darkgray-white-section"] .content h5, .section-standard-heading[class*="darkgray-white-section"] .content .h1, .section-standard-heading[class*="darkgray-white-section"] .content .h2, .section-standard-heading[class*="darkgray-white-section"] .content .h3, .section-standard-heading[class*="darkgray-white-section"] .content .h4, .section-standard-heading[class*="darkgray-white-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="darkgray-white-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="darkgray-white-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff, #ffffff 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="darkgray-white-section"] .bg-image:after {
        background: linear-gradient(143deg, #ffffff 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="white-darkgray-section"] {
  background-color: #2A252D; }
  .section-standard-heading[class*="white-darkgray-section"] .content {
    background-color: #ffffff;
    color: #2A252D; }
  .section-standard-heading[class*="white-darkgray-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #2A252D, #2A252D 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="white-darkgray-section"] .bg-image:after {
        background: linear-gradient(143deg, #2A252D 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="white-red-section"] {
  background-color: #FF0500; }
  .section-standard-heading[class*="white-red-section"] .content {
    background-color: #ffffff;
    color: #2A252D; }
  .section-standard-heading[class*="white-red-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FF0500, #FF0500 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="white-red-section"] .bg-image:after {
        background: linear-gradient(143deg, #FF0500 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="red-white-section"] {
  background-color: #ffffff; }
  .section-standard-heading[class*="red-white-section"] .content {
    background-color: #FF0500;
    color: #ffffff; }
    .section-standard-heading[class*="red-white-section"] .content h1, .section-standard-heading[class*="red-white-section"] .content h2, .section-standard-heading[class*="red-white-section"] .content h3, .section-standard-heading[class*="red-white-section"] .content h4, .section-standard-heading[class*="red-white-section"] .content h5, .section-standard-heading[class*="red-white-section"] .content .h1, .section-standard-heading[class*="red-white-section"] .content .h2, .section-standard-heading[class*="red-white-section"] .content .h3, .section-standard-heading[class*="red-white-section"] .content .h4, .section-standard-heading[class*="red-white-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="red-white-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="red-white-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff, #ffffff 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="red-white-section"] .bg-image:after {
        background: linear-gradient(143deg, #ffffff 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="white-lightgray-section"] {
  background-color: #F7F7F7; }
  .section-standard-heading[class*="white-lightgray-section"] .content {
    background-color: #ffffff;
    color: #2A252D; }
  .section-standard-heading[class*="white-lightgray-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="white-lightgray-section"] .bg-image:after {
        background: linear-gradient(143deg, #F7F7F7 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="lightgray-white-section"] {
  background-color: #ffffff; }
  .section-standard-heading[class*="lightgray-white-section"] .content {
    background-color: #F7F7F7;
    color: #2A252D; }
  .section-standard-heading[class*="lightgray-white-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff, #ffffff 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="lightgray-white-section"] .bg-image:after {
        background: linear-gradient(143deg, #ffffff 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="red-lightgray-section"] {
  background-color: #F7F7F7; }
  .section-standard-heading[class*="red-lightgray-section"] .content {
    background-color: #FF0500;
    color: #ffffff; }
    .section-standard-heading[class*="red-lightgray-section"] .content h1, .section-standard-heading[class*="red-lightgray-section"] .content h2, .section-standard-heading[class*="red-lightgray-section"] .content h3, .section-standard-heading[class*="red-lightgray-section"] .content h4, .section-standard-heading[class*="red-lightgray-section"] .content h5, .section-standard-heading[class*="red-lightgray-section"] .content .h1, .section-standard-heading[class*="red-lightgray-section"] .content .h2, .section-standard-heading[class*="red-lightgray-section"] .content .h3, .section-standard-heading[class*="red-lightgray-section"] .content .h4, .section-standard-heading[class*="red-lightgray-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="red-lightgray-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="red-lightgray-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #F7F7F7, #F7F7F7 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="red-lightgray-section"] .bg-image:after {
        background: linear-gradient(143deg, #F7F7F7 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="lightgray-red-section"] {
  background-color: #FF0500; }
  .section-standard-heading[class*="lightgray-red-section"] .content {
    background-color: #F7F7F7;
    color: #2A252D; }
  .section-standard-heading[class*="lightgray-red-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FF0500, #FF0500 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="lightgray-red-section"] .bg-image:after {
        background: linear-gradient(143deg, #FF0500 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="red-darkgray-section"] {
  background-color: #2A252D; }
  .section-standard-heading[class*="red-darkgray-section"] .content {
    background-color: #FF0500;
    color: #ffffff; }
    .section-standard-heading[class*="red-darkgray-section"] .content h1, .section-standard-heading[class*="red-darkgray-section"] .content h2, .section-standard-heading[class*="red-darkgray-section"] .content h3, .section-standard-heading[class*="red-darkgray-section"] .content h4, .section-standard-heading[class*="red-darkgray-section"] .content h5, .section-standard-heading[class*="red-darkgray-section"] .content .h1, .section-standard-heading[class*="red-darkgray-section"] .content .h2, .section-standard-heading[class*="red-darkgray-section"] .content .h3, .section-standard-heading[class*="red-darkgray-section"] .content .h4, .section-standard-heading[class*="red-darkgray-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="red-darkgray-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="red-darkgray-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #2A252D, #2A252D 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="red-darkgray-section"] .bg-image:after {
        background: linear-gradient(143deg, #2A252D 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="darkgray-red-section"] {
  background-color: #FF0500; }
  .section-standard-heading[class*="darkgray-red-section"] .content {
    background-color: #2A252D;
    color: #ffffff; }
    .section-standard-heading[class*="darkgray-red-section"] .content h1, .section-standard-heading[class*="darkgray-red-section"] .content h2, .section-standard-heading[class*="darkgray-red-section"] .content h3, .section-standard-heading[class*="darkgray-red-section"] .content h4, .section-standard-heading[class*="darkgray-red-section"] .content h5, .section-standard-heading[class*="darkgray-red-section"] .content .h1, .section-standard-heading[class*="darkgray-red-section"] .content .h2, .section-standard-heading[class*="darkgray-red-section"] .content .h3, .section-standard-heading[class*="darkgray-red-section"] .content .h4, .section-standard-heading[class*="darkgray-red-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="darkgray-red-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="darkgray-red-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FF0500, #FF0500 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="darkgray-red-section"] .bg-image:after {
        background: linear-gradient(143deg, #FF0500 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="darkgray-red-section"] {
  background-color: #FF0500; }
  .section-standard-heading[class*="darkgray-red-section"] .content {
    background-color: #2A252D;
    color: #ffffff; }
    .section-standard-heading[class*="darkgray-red-section"] .content h1, .section-standard-heading[class*="darkgray-red-section"] .content h2, .section-standard-heading[class*="darkgray-red-section"] .content h3, .section-standard-heading[class*="darkgray-red-section"] .content h4, .section-standard-heading[class*="darkgray-red-section"] .content h5, .section-standard-heading[class*="darkgray-red-section"] .content .h1, .section-standard-heading[class*="darkgray-red-section"] .content .h2, .section-standard-heading[class*="darkgray-red-section"] .content .h3, .section-standard-heading[class*="darkgray-red-section"] .content .h4, .section-standard-heading[class*="darkgray-red-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="darkgray-red-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="darkgray-red-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FF0500, #FF0500 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="darkgray-red-section"] .bg-image:after {
        background: linear-gradient(143deg, #FF0500 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="magenta-darkblue-section"] {
  background-color: #002896; }
  .section-standard-heading[class*="magenta-darkblue-section"] .content {
    background-color: #FA0F64;
    color: #ffffff; }
    .section-standard-heading[class*="magenta-darkblue-section"] .content h1, .section-standard-heading[class*="magenta-darkblue-section"] .content h2, .section-standard-heading[class*="magenta-darkblue-section"] .content h3, .section-standard-heading[class*="magenta-darkblue-section"] .content h4, .section-standard-heading[class*="magenta-darkblue-section"] .content h5, .section-standard-heading[class*="magenta-darkblue-section"] .content .h1, .section-standard-heading[class*="magenta-darkblue-section"] .content .h2, .section-standard-heading[class*="magenta-darkblue-section"] .content .h3, .section-standard-heading[class*="magenta-darkblue-section"] .content .h4, .section-standard-heading[class*="magenta-darkblue-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="magenta-darkblue-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="magenta-darkblue-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #002896, #002896 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="magenta-darkblue-section"] .bg-image:after {
        background: linear-gradient(143deg, #002896 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="darkblue-magenta-section"] {
  background-color: #FA0F64; }
  .section-standard-heading[class*="darkblue-magenta-section"] .content {
    background-color: #002896;
    color: #ffffff; }
    .section-standard-heading[class*="darkblue-magenta-section"] .content h1, .section-standard-heading[class*="darkblue-magenta-section"] .content h2, .section-standard-heading[class*="darkblue-magenta-section"] .content h3, .section-standard-heading[class*="darkblue-magenta-section"] .content h4, .section-standard-heading[class*="darkblue-magenta-section"] .content h5, .section-standard-heading[class*="darkblue-magenta-section"] .content .h1, .section-standard-heading[class*="darkblue-magenta-section"] .content .h2, .section-standard-heading[class*="darkblue-magenta-section"] .content .h3, .section-standard-heading[class*="darkblue-magenta-section"] .content .h4, .section-standard-heading[class*="darkblue-magenta-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="darkblue-magenta-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="darkblue-magenta-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FA0F64, #FA0F64 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="darkblue-magenta-section"] .bg-image:after {
        background: linear-gradient(143deg, #FA0F64 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="lightblue-purple-section"] {
  background-color: #50008C; }
  .section-standard-heading[class*="lightblue-purple-section"] .content {
    background-color: #00BEFF;
    color: #2A252D; }
  .section-standard-heading[class*="lightblue-purple-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #50008C, #50008C 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="lightblue-purple-section"] .bg-image:after {
        background: linear-gradient(143deg, #50008C 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="purple-lightblue-section"] {
  background-color: #00BEFF; }
  .section-standard-heading[class*="purple-lightblue-section"] .content {
    background-color: #50008C;
    color: #ffffff; }
    .section-standard-heading[class*="purple-lightblue-section"] .content h1, .section-standard-heading[class*="purple-lightblue-section"] .content h2, .section-standard-heading[class*="purple-lightblue-section"] .content h3, .section-standard-heading[class*="purple-lightblue-section"] .content h4, .section-standard-heading[class*="purple-lightblue-section"] .content h5, .section-standard-heading[class*="purple-lightblue-section"] .content .h1, .section-standard-heading[class*="purple-lightblue-section"] .content .h2, .section-standard-heading[class*="purple-lightblue-section"] .content .h3, .section-standard-heading[class*="purple-lightblue-section"] .content .h4, .section-standard-heading[class*="purple-lightblue-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="purple-lightblue-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="purple-lightblue-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #00BEFF, #00BEFF 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="purple-lightblue-section"] .bg-image:after {
        background: linear-gradient(143deg, #00BEFF 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="yellow-magenta-section"] {
  background-color: #FA0F64; }
  .section-standard-heading[class*="yellow-magenta-section"] .content {
    background-color: #FFC800;
    color: #2A252D; }
  .section-standard-heading[class*="yellow-magenta-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FA0F64, #FA0F64 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="yellow-magenta-section"] .bg-image:after {
        background: linear-gradient(143deg, #FA0F64 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="magenta-yellow-section"] {
  background-color: #FFC800; }
  .section-standard-heading[class*="magenta-yellow-section"] .content {
    background-color: #FA0F64;
    color: #ffffff; }
    .section-standard-heading[class*="magenta-yellow-section"] .content h1, .section-standard-heading[class*="magenta-yellow-section"] .content h2, .section-standard-heading[class*="magenta-yellow-section"] .content h3, .section-standard-heading[class*="magenta-yellow-section"] .content h4, .section-standard-heading[class*="magenta-yellow-section"] .content h5, .section-standard-heading[class*="magenta-yellow-section"] .content .h1, .section-standard-heading[class*="magenta-yellow-section"] .content .h2, .section-standard-heading[class*="magenta-yellow-section"] .content .h3, .section-standard-heading[class*="magenta-yellow-section"] .content .h4, .section-standard-heading[class*="magenta-yellow-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="magenta-yellow-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="magenta-yellow-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #FFC800, #FFC800 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="magenta-yellow-section"] .bg-image:after {
        background: linear-gradient(143deg, #FFC800 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="green-purple-section"] {
  background-color: #50008C; }
  .section-standard-heading[class*="green-purple-section"] .content {
    background-color: #00C878;
    color: #2A252D; }
  .section-standard-heading[class*="green-purple-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #50008C, #50008C 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="green-purple-section"] .bg-image:after {
        background: linear-gradient(143deg, #50008C 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="purple-green-section"] {
  background-color: #00C878; }
  .section-standard-heading[class*="purple-green-section"] .content {
    background-color: #50008C;
    color: #ffffff; }
    .section-standard-heading[class*="purple-green-section"] .content h1, .section-standard-heading[class*="purple-green-section"] .content h2, .section-standard-heading[class*="purple-green-section"] .content h3, .section-standard-heading[class*="purple-green-section"] .content h4, .section-standard-heading[class*="purple-green-section"] .content h5, .section-standard-heading[class*="purple-green-section"] .content .h1, .section-standard-heading[class*="purple-green-section"] .content .h2, .section-standard-heading[class*="purple-green-section"] .content .h3, .section-standard-heading[class*="purple-green-section"] .content .h4, .section-standard-heading[class*="purple-green-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="purple-green-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="purple-green-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #00C878, #00C878 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="purple-green-section"] .bg-image:after {
        background: linear-gradient(143deg, #00C878 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

.section-standard-heading[class*="darkgray-black-section"] {
  background-color: #111; }
  .section-standard-heading[class*="darkgray-black-section"] .content {
    background-color: #2A252D;
    color: #ffffff; }
    .section-standard-heading[class*="darkgray-black-section"] .content h1, .section-standard-heading[class*="darkgray-black-section"] .content h2, .section-standard-heading[class*="darkgray-black-section"] .content h3, .section-standard-heading[class*="darkgray-black-section"] .content h4, .section-standard-heading[class*="darkgray-black-section"] .content h5, .section-standard-heading[class*="darkgray-black-section"] .content .h1, .section-standard-heading[class*="darkgray-black-section"] .content .h2, .section-standard-heading[class*="darkgray-black-section"] .content .h3, .section-standard-heading[class*="darkgray-black-section"] .content .h4, .section-standard-heading[class*="darkgray-black-section"] .content .h5 {
      color: #ffffff; }
    .section-standard-heading[class*="darkgray-black-section"] .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-standard-heading[class*="darkgray-black-section"] .bg-image:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, #111, #111 20%, rgba(60, 50, 65, 0) 80%); }
    @media (min-width: 981px) {
      .section-standard-heading[class*="darkgray-black-section"] .bg-image:after {
        background: linear-gradient(143deg, #111 16.22%, rgba(0, 0, 0, 0) 36.71%);
        bottom: auto; } }

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