/**
 * 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
 */
.section-timeline h2 {
  color: var(--green); }

.section-timeline .steps {
  margin-top: 45px;
  margin-bottom: -45px; }
  @media (min-width: 981px) {
    .section-timeline .steps {
      margin-top: 90px;
      margin-bottom: -90px; } }
  .section-timeline .steps .step {
    position: relative;
    text-align: center; }
    .section-timeline .steps .step:nth-child(2) {
      top: -22.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(2) {
          top: -45px; } }
    .section-timeline .steps .step:nth-child(3) {
      top: -45px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(3) {
          top: -90px; } }
    .section-timeline .steps .step:nth-child(4) {
      top: -67.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(4) {
          top: -135px; } }
    .section-timeline .steps .step:nth-child(5) {
      top: -90px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(5) {
          top: -180px; } }
    .section-timeline .steps .step:nth-child(6) {
      top: -112.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(6) {
          top: -225px; } }
    .section-timeline .steps .step:nth-child(7) {
      top: -135px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(7) {
          top: -270px; } }
    .section-timeline .steps .step:nth-child(8) {
      top: -157.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(8) {
          top: -315px; } }
    .section-timeline .steps .step:nth-child(9) {
      top: -180px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(9) {
          top: -360px; } }
    .section-timeline .steps .step:nth-child(10) {
      top: -202.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(10) {
          top: -405px; } }
    .section-timeline .steps .step:nth-child(11) {
      top: -225px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(11) {
          top: -450px; } }
    .section-timeline .steps .step:nth-child(12) {
      top: -247.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(12) {
          top: -495px; } }
    .section-timeline .steps .step:nth-child(13) {
      top: -270px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(13) {
          top: -540px; } }
    .section-timeline .steps .step:nth-child(14) {
      top: -292.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(14) {
          top: -585px; } }
    .section-timeline .steps .step:nth-child(15) {
      top: -315px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(15) {
          top: -630px; } }
    @media (min-width: 981px) {
      .section-timeline .steps .step {
        padding: 0;
        display: grid;
        align-items: center;
        grid-template-columns: 1fr 200px 1fr; } }
    @media (max-width: 767px) {
      .section-timeline .steps .step.offset-left, .section-timeline .steps .step.offset-right {
        padding: 0; } }
    .section-timeline .steps .step:nth-child(odd) .content {
      text-align: left; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(odd) .content {
          grid-column: 3; } }
    .section-timeline .steps .step:nth-child(odd) .top {
      right: 50px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(odd) .top {
          right: 80px; } }
    .section-timeline .steps .step:nth-child(odd) .content {
      color: var(--green); }
    .section-timeline .steps .step:nth-child(even) .top {
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
      right: -50px;
      order: 2; }
      @media (min-width: 981px) {
        .section-timeline .steps .step:nth-child(even) .top {
          right: -80px; } }
    .section-timeline .steps .step:nth-child(even) .content {
      order: 1;
      text-align: right; }
    .section-timeline .steps .step .top {
      background: linear-gradient(0deg, #00FFA0 0%, rgba(0, 255, 160, 0.5) 100%);
      width: 100%;
      padding: 10px 22.5px 60px;
      margin: 0 auto;
      position: relative;
      max-width: 125px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step .top {
          padding: 135px 22.5px;
          grid-column: 2;
          max-width: 100%; }
          .section-timeline .steps .step .top:after {
            display: none; } }
      .section-timeline .steps .step .top:after {
        content: '\e904';
        font-family: icomoon;
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%); }
      @media (max-width: 980px) {
        .section-timeline .steps .step .top.open:after {
          content: '\e915'; } }
      .section-timeline .steps .step .top .title {
        font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 120%;
        text-transform: uppercase;
        margin-top: 1em; }
        @media (min-width: 981px) {
          .section-timeline .steps .step .top .title {
            font-size: 14px; } }
    .section-timeline .steps .step .content {
      display: none;
      color: var(--white);
      padding-bottom: 22.5px; }
      @media (min-width: 981px) {
        .section-timeline .steps .step .content {
          display: block;
          padding: 0; } }

.section-timeline.dark .h1 {
  color: var(--green); }

.section-timeline.dark .top {
  color: var(--dark-blue); }
  .section-timeline.dark .top h3 {
    color: var(--dark-blue); }

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