/**
 * 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-tiles .content-section .button-mail,
.section-content-tiles .content-section .button-mail:visited {
  font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  padding: 9px 20px 12px;
  cursor: pointer;
  color: var(--white);
  background: var(--btn-color);
  text-align: center;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  border-radius: 100px;
  border: 1px solid transparent; }
  .section-content-tiles .content-section .button-mail:hover, .section-content-tiles .content-section .button-mail:focus,
  .section-content-tiles .content-section .button-mail:visited:hover,
  .section-content-tiles .content-section .button-mail:visited:focus {
    background-color: var(--medium-gray);
    color: var(--white);
    text-decoration: none;
    outline: none; }
  .section-content-tiles .content-section .red.button-mail,
  .section-content-tiles .content-section .button-mail:visited.red {
    background-color: var(--red);
    color: var(--white); }
    .section-content-tiles .content-section .red.button-mail:hover, .section-content-tiles .content-section .red.button-mail:focus,
    .section-content-tiles .content-section .button-mail:visited.red:hover,
    .section-content-tiles .content-section .button-mail:visited.red:focus {
      background-color: var(--medium-gray);
      color: var(--white);
      text-decoration: none;
      outline: none; }
  .section-content-tiles .content-section .yellow.button-mail,
  .section-content-tiles .content-section .button-mail:visited.yellow {
    background-color: var(--yellow);
    color: var(--dark-gray); }
    .section-content-tiles .content-section .yellow.button-mail:hover,
    .section-content-tiles .content-section .button-mail:visited.yellow:hover {
      background-color: #cca000; }

.section-content-tiles {
  position: relative; }
  .section-content-tiles h2 {
    position: relative; }
  .section-content-tiles .content-section {
    max-width: 600px;
    margin: 0 auto 45px;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media (min-width: 981px) {
      .section-content-tiles .content-section {
        margin-bottom: 90px; } }
    .section-content-tiles .content-section .button-mail {
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
    .section-content-tiles .content-section .button-mail {
      display: flex;
      gap: 1em;
      align-items: center; }
  .section-content-tiles.title-long .content-section {
    max-width: 100%; }
  .section-content-tiles .two-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr;
    gap: 2.5rem; }
    @media (min-width: 768px) {
      .section-content-tiles .two-row {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      .section-content-tiles .two-row {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 981px) {
      .section-content-tiles .two-row {
        gap: 1.5rem; } }
  .section-content-tiles .three-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr;
    gap: 2.5rem; }
    @media (min-width: 768px) {
      .section-content-tiles .three-row {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      .section-content-tiles .three-row {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 981px) {
      .section-content-tiles .three-row {
        gap: 1.5rem; } }
  .section-content-tiles .four-row {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    max-width: 100%; }
    @media (min-width: 768px) {
      .section-content-tiles .four-row {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      .section-content-tiles .four-row {
        grid-template-columns: repeat(4, 1fr); } }
    @media (min-width: 981px) {
      .section-content-tiles .four-row {
        gap: 1.5rem; } }
  .section-content-tiles:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 75%;
    left: 0;
    right: 0; }
    @media (min-width: 981px) {
      .section-content-tiles:before {
        height: 50%; } }
  .section-content-tiles.up-bg:before {
    top: 0; }
  .section-content-tiles.down-bg:before {
    bottom: 0; }
  .section-content-tiles .card-item {
    display: flex;
    flex-direction: column;
    position: relative; }
    .section-content-tiles .card-item .call-to-action-arrow-btn {
      border-radius: 50%;
      position: relative;
      width: 50px;
      height: 50px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      background-color: var(--white);
      color: var(--dark-gray);
      display: flex;
      align-items: center;
      justify-content: center;
      right: 1.5em;
      transition: right .3s ease-in-out; }
      .section-content-tiles .card-item .call-to-action-arrow-btn a {
        font-size: 22px; }
        .section-content-tiles .card-item .call-to-action-arrow-btn a span {
          display: inline-block;
          transform: rotate(180deg);
          width: auto;
          position: relative;
          top: 2px; }
          .section-content-tiles .card-item .call-to-action-arrow-btn a span:before {
            width: auto; }
          .section-content-tiles .card-item .call-to-action-arrow-btn a span:last-of-type {
            margin-left: -5px; }
      .section-content-tiles .card-item .call-to-action-arrow-btn:hover {
        background-color: var(--dark-gray);
        color: var(--white);
        right: calc(1.5em - 10px); }
    .section-content-tiles .card-item .image {
      height: 400px;
      overflow: hidden;
      position: relative; }
      .section-content-tiles .card-item .image .image-wrapper {
        height: 100%;
        width: 100%; }
        .section-content-tiles .card-item .image .image-wrapper img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          position: absolute;
          inset: 0; }
    .section-content-tiles .card-item .content {
      padding: 1.5rem;
      flex: 1; }
    .section-content-tiles .card-item .call-to-action-arrow-btn {
      position: absolute;
      right: 1.5em;
      bottom: -25px; }
      .section-content-tiles .card-item .call-to-action-arrow-btn a {
        pointer-events: auto; }
    .section-content-tiles .card-item:hover .call-to-action-arrow-btn {
      background-color: var(--dark-gray);
      color: var(--white);
      right: calc(1.5em - 10px); }
  .section-content-tiles.lightgray-white-section .card-item .content .call-to-action-arrow-btn {
    background-color: #FF0500; }
    .section-content-tiles.lightgray-white-section .card-item .content .call-to-action-arrow-btn a span {
      color: #ffffff; }

.section-content-tiles[class*="darkgray-white-section"] {
  background-color: #2A252D; }
  .section-content-tiles[class*="darkgray-white-section"]:before {
    background-color: #ffffff; }
  .section-content-tiles[class*="darkgray-white-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="darkgray-white-section"] .card-item:not(.content-only) .content {
    background: #ffffff !important; }
    .section-content-tiles[class*="darkgray-white-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="darkgray-white-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

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

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

.section-content-tiles[class*="red-white-section"] {
  background-color: #FF0500; }
  .section-content-tiles[class*="red-white-section"]:before {
    background-color: #ffffff; }
  .section-content-tiles[class*="red-white-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="red-white-section"] .card-item:not(.content-only) .content {
    background: #ffffff !important; }
    .section-content-tiles[class*="red-white-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="red-white-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="white-lightgray-section"] {
  background-color: #ffffff; }
  .section-content-tiles[class*="white-lightgray-section"]:before {
    background-color: #F7F7F7; }
  .section-content-tiles[class*="white-lightgray-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="white-lightgray-section"] .card-item:not(.content-only) .content {
    background: #F7F7F7 !important; }
    .section-content-tiles[class*="white-lightgray-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="white-lightgray-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="lightgray-white-section"] {
  background-color: #F7F7F7; }
  .section-content-tiles[class*="lightgray-white-section"]:before {
    background-color: #ffffff; }
  .section-content-tiles[class*="lightgray-white-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="lightgray-white-section"] .card-item:not(.content-only) .content {
    background: #ffffff !important; }
    .section-content-tiles[class*="lightgray-white-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="lightgray-white-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="red-lightgray-section"] {
  background-color: #FF0500; }
  .section-content-tiles[class*="red-lightgray-section"]:before {
    background-color: #F7F7F7; }
  .section-content-tiles[class*="red-lightgray-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="red-lightgray-section"] .card-item:not(.content-only) .content {
    background: #F7F7F7 !important; }
    .section-content-tiles[class*="red-lightgray-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="red-lightgray-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="lightgray-red-section"] {
  background-color: #F7F7F7; }
  .section-content-tiles[class*="lightgray-red-section"]:before {
    background-color: #FF0500; }
  .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section h1, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section h2, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section h3, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section h4, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section h5, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section .h1, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section .h2, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section .h3, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section .h4, .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="lightgray-red-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content {
    background: #FF0500 !important; }
    .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="lightgray-red-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="red-darkgray-section"] {
  background-color: #FF0500; }
  .section-content-tiles[class*="red-darkgray-section"]:before {
    background-color: #2A252D; }
  .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section h1, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section h2, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section h3, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section h4, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section h5, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section .h1, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section .h2, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section .h3, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section .h4, .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="red-darkgray-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content {
    background: #2A252D !important; }
    .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="red-darkgray-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="darkgray-red-section"] {
  background-color: #2A252D; }
  .section-content-tiles[class*="darkgray-red-section"]:before {
    background-color: #FF0500; }
  .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h1, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h2, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h3, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h4, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h5, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h1, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h2, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h3, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h4, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content {
    background: #FF0500 !important; }
    .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="darkgray-red-section"] {
  background-color: #2A252D; }
  .section-content-tiles[class*="darkgray-red-section"]:before {
    background-color: #FF0500; }
  .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h1, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h2, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h3, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h4, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section h5, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h1, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h2, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h3, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h4, .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="darkgray-red-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content {
    background: #FF0500 !important; }
    .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="darkgray-red-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="magenta-darkblue-section"] {
  background-color: #FA0F64; }
  .section-content-tiles[class*="magenta-darkblue-section"]:before {
    background-color: #002896; }
  .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section h1, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section h2, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section h3, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section h4, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section h5, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section .h1, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section .h2, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section .h3, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section .h4, .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="magenta-darkblue-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content {
    background: #002896 !important; }
    .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="darkblue-magenta-section"] {
  background-color: #002896; }
  .section-content-tiles[class*="darkblue-magenta-section"]:before {
    background-color: #FA0F64; }
  .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section h1, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section h2, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section h3, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section h4, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section h5, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section .h1, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section .h2, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section .h3, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section .h4, .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="darkblue-magenta-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content {
    background: #FA0F64 !important; }
    .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="lightblue-purple-section"] {
  background-color: #00BEFF; }
  .section-content-tiles[class*="lightblue-purple-section"]:before {
    background-color: #50008C; }
  .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section h1, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section h2, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section h3, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section h4, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section h5, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section .h1, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section .h2, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section .h3, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section .h4, .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="lightblue-purple-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content {
    background: #50008C !important; }
    .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="lightblue-purple-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="purple-lightblue-section"] {
  background-color: #50008C; }
  .section-content-tiles[class*="purple-lightblue-section"]:before {
    background-color: #00BEFF; }
  .section-content-tiles[class*="purple-lightblue-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="purple-lightblue-section"] .card-item:not(.content-only) .content {
    background: #00BEFF !important; }
    .section-content-tiles[class*="purple-lightblue-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="purple-lightblue-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="yellow-magenta-section"] {
  background-color: #FFC800; }
  .section-content-tiles[class*="yellow-magenta-section"]:before {
    background-color: #FA0F64; }
  .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section h1, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section h2, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section h3, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section h4, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section h5, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section .h1, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section .h2, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section .h3, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section .h4, .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="yellow-magenta-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content {
    background: #FA0F64 !important; }
    .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="yellow-magenta-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="magenta-yellow-section"] {
  background-color: #FA0F64; }
  .section-content-tiles[class*="magenta-yellow-section"]:before {
    background-color: #FFC800; }
  .section-content-tiles[class*="magenta-yellow-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="magenta-yellow-section"] .card-item:not(.content-only) .content {
    background: #FFC800 !important; }
    .section-content-tiles[class*="magenta-yellow-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="magenta-yellow-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="green-purple-section"] {
  background-color: #00C878; }
  .section-content-tiles[class*="green-purple-section"]:before {
    background-color: #50008C; }
  .section-content-tiles[class*="green-purple-section"].up-bg .content-section {
    color: #ffffff; }
    .section-content-tiles[class*="green-purple-section"].up-bg .content-section h1, .section-content-tiles[class*="green-purple-section"].up-bg .content-section h2, .section-content-tiles[class*="green-purple-section"].up-bg .content-section h3, .section-content-tiles[class*="green-purple-section"].up-bg .content-section h4, .section-content-tiles[class*="green-purple-section"].up-bg .content-section h5, .section-content-tiles[class*="green-purple-section"].up-bg .content-section .h1, .section-content-tiles[class*="green-purple-section"].up-bg .content-section .h2, .section-content-tiles[class*="green-purple-section"].up-bg .content-section .h3, .section-content-tiles[class*="green-purple-section"].up-bg .content-section .h4, .section-content-tiles[class*="green-purple-section"].up-bg .content-section .h5 {
      color: #ffffff; }
    .section-content-tiles[class*="green-purple-section"].up-bg .content-section a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
  .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content {
    background: #50008C !important; }
    .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 {
      color: #ffffff; }
      .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 h1, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 h2, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 h3, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 h4, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 h5, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 .h1, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 .h2, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 .h3, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 .h4, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content h3 a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }
    .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span {
      color: #ffffff; }
      .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span h1, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span h2, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span h3, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span h4, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span h5, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span .h1, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span .h2, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span .h3, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span .h4, .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span .h5 {
        color: #ffffff; }
      .section-content-tiles[class*="green-purple-section"] .card-item:not(.content-only) .content span a:not([class]) {
        color: #ffffff;
        background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

.section-content-tiles[class*="purple-green-section"] {
  background-color: #50008C; }
  .section-content-tiles[class*="purple-green-section"]:before {
    background-color: #00C878; }
  .section-content-tiles[class*="purple-green-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="purple-green-section"] .card-item:not(.content-only) .content {
    background: #00C878 !important; }
    .section-content-tiles[class*="purple-green-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="purple-green-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

.section-content-tiles[class*="darkgray-black-section"] {
  background-color: #2A252D; }
  .section-content-tiles[class*="darkgray-black-section"]:before {
    background-color: #111; }
  .section-content-tiles[class*="darkgray-black-section"].up-bg .content-section {
    color: #2A252D; }
  .section-content-tiles[class*="darkgray-black-section"] .card-item:not(.content-only) .content {
    background: #111 !important; }
    .section-content-tiles[class*="darkgray-black-section"] .card-item:not(.content-only) .content h3 {
      color: #2A252D; }
    .section-content-tiles[class*="darkgray-black-section"] .card-item:not(.content-only) .content span {
      color: #2A252D; }

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