/**
 * 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: 'Barlow Regular';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Regular.ttf"); }

@font-face {
  font-family: 'Barlow Medium';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/Barlow-Medium.ttf"); }

@font-face {
  font-family: 'Myriad Pro';
  font-weight: normal;
  src: url("/app/themes/nfc-vivolta/assets/fonts/MyriadPro-Regular.woff2"); }

[data-aos="fill-in-text"].aos-animate {
  -webkit-clip-path: inset(0);
          clip-path: inset(0); }

.section-content-video .container {
  display: grid;
  gap: var(--spacing-l);
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .section-content-video .container {
      grid-template-columns: repeat(1, 1fr); } }
  @media (min-width: 981px) {
    .section-content-video .container {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 981px) {
    .section-content-video .container {
      gap: 6rem; } }

.section-content-video .text h1, .section-content-video .text h2, .section-content-video .text h3 {
  margin-top: 0; }

.section-content-video .video {
  width: 100%;
  position: relative; }
  .section-content-video .video .wp-video {
    position: absolute;
    height: 100%; }
  .section-content-video .video video, .section-content-video .video iframe {
    position: relative;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 981px) {
      .section-content-video .video video, .section-content-video .video iframe {
        position: absolute; } }

.section-content-video.video-first .video {
  order: 1; }

.section-content-video.video-first .text {
  order: 2; }

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