/**
 * 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-related {
  position: relative; }
  .section-related:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--red); }
  .section-related .post-items {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr;
    position: relative; }
    @media (min-width: 768px) {
      .section-related .post-items {
        grid-template-columns: repeat(1, 1fr); } }
    @media (min-width: 981px) {
      .section-related .post-items {
        grid-template-columns: repeat(3, 1fr); } }
    .section-related .post-items .post-item {
      position: relative;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex-basis: 250px;
      min-width: 250px; }
      @media (min-width: 981px) {
        .section-related .post-items .post-item {
          flex-basis: 300px;
          min-width: 300px; } }
      .section-related .post-items .post-item .image {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        .section-related .post-items .post-item .image img {
          position: absolute;
          -o-object-fit: cover;
             object-fit: cover;
          inset: 0;
          width: 100%;
          height: 100%;
          transition: transform .3s ease-in-out; }
      .section-related .post-items .post-item .content {
        position: relative;
        width: 100%;
        padding: 70% 1.5em 1.5em;
        background: linear-gradient(360deg, var(--black) 25%, rgba(0, 0, 0, 0) 60%);
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .section-related .post-items .post-item .content h2 {
          color: var(--white);
          margin-bottom: 0; }
          .section-related .post-items .post-item .content h2 a {
            color: var(--white); }
            .section-related .post-items .post-item .content h2 a:after {
              bottom: -35px; }
        .section-related .post-items .post-item .content .info {
          margin-bottom: 1em; }
          @media (min-width: 981px) {
            .section-related .post-items .post-item .content .info {
              margin-bottom: 0; } }
          .section-related .post-items .post-item .content .info .meta-date {
            color: var(--white); }
          .section-related .post-items .post-item .content .info .category-item {
            position: absolute;
            right: 30px;
            top: 30px; }
        .section-related .post-items .post-item .content .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-related .post-items .post-item .content .call-to-action-arrow-btn a {
            font-size: 22px; }
            .section-related .post-items .post-item .content .call-to-action-arrow-btn a span {
              display: inline-block;
              transform: rotate(180deg);
              width: auto;
              position: relative;
              top: 2px; }
              .section-related .post-items .post-item .content .call-to-action-arrow-btn a span:before {
                width: auto; }
              .section-related .post-items .post-item .content .call-to-action-arrow-btn a span:last-of-type {
                margin-left: -5px; }
          .section-related .post-items .post-item .content .call-to-action-arrow-btn:hover {
            background-color: var(--dark-gray);
            color: var(--white);
            right: calc(1.5em - 10px); }
        .section-related .post-items .post-item .content .call-to-action-arrow-btn {
          position: absolute;
          right: 1.5em;
          bottom: -25px; }
      .section-related .post-items .post-item:hover .image img {
        transform: scale(1.1); }
      .section-related .post-items .post-item:hover .content .call-to-action-arrow-btn {
        right: calc(1.5em - 10px);
        background-color: var(--dark-gray);
        color: var(--white); }
        .section-related .post-items .post-item:hover .content .call-to-action-arrow-btn a {
          color: var(--white); }
    .section-related .post-items .post-item .content {
      background: linear-gradient(360deg, var(--dark-gray) 40%, rgba(80, 0, 140, 0) 60%);
      color: var(--white); }
      .section-related .post-items .post-item .content h3 {
        color: var(--white); }
        .section-related .post-items .post-item .content h3 a {
          color: var(--white); }

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