/**
 * 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 {
  position: relative;
  background-color: var(--red);
  color: var(--white);
  height: calc(100vh - 86px);
  overflow: hidden; }
  .section-content .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%; }
    .section-content .container .content {
      max-width: 500px; }
      .section-content .container .content h1 {
        color: var(--white); }
      @media (max-width: 767px) {
        .section-content .container .content iframe {
          max-width: 100% !important; } }
    .section-content .container .image {
      position: relative;
      z-index: 1;
      flex-basis: 100%;
      width: 100%; }
      @media (min-width: 981px) {
        .section-content .container .image {
          position: absolute;
          bottom: 0;
          right: 0;
          left: auto;
          height: 100%;
          max-width: 550px;
          display: flex;
          flex-direction: column; }
          .section-content .container .image img {
            margin-top: auto; } }
      @media (min-width: 1200px) {
        .section-content .container .image {
          max-width: 750px; } }
      .section-content .container .image:before {
        content: '';
        background: url(/app/themes/nfc-talent-pro/assets/images/ribbon-apply-sent.png) no-repeat 70% 20%;
        background-size: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        right: -8%; }

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