/**
 * 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-quote {
  position: relative;
  overflow: hidden;
  text-align: center; }
  .section-quote:before {
    content: '\e915';
    font-family: Icomoon;
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 200px;
    color: var(--light-green); }
    @media (min-width: 981px) {
      .section-quote:before {
        top: 50px;
        font-size: 300px; } }
  .section-quote.light::before {
    color: #fff; }
  .section-quote:after {
    content: '\e916';
    font-family: Icomoon;
    position: absolute;
    bottom: 20px;
    right: -30px;
    font-size: 200px;
    color: var(--light-green); }
    @media (min-width: 981px) {
      .section-quote:after {
        bottom: 50px;
        font-size: 300px; } }
  .section-quote.light::after {
    color: #fff; }
  .section-quote .small-container {
    position: relative;
    z-index: 1; }
    .section-quote .small-container .content {
      font-family: "Myriad Pro", Helvetica, Arial, sans-serif; }
      .section-quote .small-container .content blockquote {
        margin: 0;
        padding-bottom: 40px; }
        .section-quote .small-container .content blockquote p {
          margin: 0; }
      .section-quote .small-container .content .author {
        font-size: 24px;
        color: var(--blue); }
      .section-quote .small-container .content .department {
        font-size: 18px;
        color: var(--blue); }
  .section-quote.light-blue:before, .section-quote.light-blue:after {
    color: var(--white); }
  .section-quote.dark-blue blockquote, .section-quote.dark-blue .author, .section-quote.dark-blue .department {
    color: var(--white) !important; }

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