/**
 * 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-call-to-action {
  position: relative;
  padding: 8rem 0; }
  @media (min-width: 981px) {
    .section-call-to-action {
      padding: 12rem 0; } }
  .section-call-to-action:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #298092 0%, rgba(0, 0, 0, 0) 100%); }
  .section-call-to-action .small-container {
    position: relative;
    z-index: 1; }
    .section-call-to-action .small-container .content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .section-call-to-action .small-container .content h2 {
        color: var(--white);
        flex-basis: 100%;
        margin: 0; }
        @media (min-width: 981px) {
          .section-call-to-action .small-container .content h2 {
            flex-basis: 450px; } }
      @media (max-width: 980px) {
        .section-call-to-action .small-container .content .link {
          padding-top: 4rem; } }
      .section-call-to-action .small-container .content .link a {
        font-size: 26px; }

/*# sourceMappingURL=call-to-action.css.map */
