/**
 * 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; }

.part.image .inner-image {
  position: relative;
  width: 100%;
  height: 100%; }

.part.image img {
  max-height: 100%;
  width: auto;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover; }

.part.image:nth-child(2n + 1) img {
  width: 73%;
  height: 75%;
  top: 9%;
  left: 19%; }

.part.image:nth-child(3n + 1) img {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 3%; }

.part.image:nth-child(4n + 1) img {
  width: 65%;
  height: 80%;
  left: 25%;
  top: 15%; }

.part.image:first-of-type img {
  width: 85%;
  height: 74%; }

.part.image.small img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 5%;
  left: 15%; }

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