.no-timeline-horizontal {
  position: relative;
  overflow: hidden;
  min-height: 400px; }
  .no-timeline-horizontal:after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    transform: translateY(-50%);
    width: 105%;
    height: 4px;
    background-color: var(--th-secondary-color, #0e2050);
    z-index: -1; }
    @media (min-width: 768px) {
      .no-timeline-horizontal:after {
        top: 50%; } }
  .no-timeline-horizontal button {
    height: 50px;
    min-width: 50px;
    background-color: var(--th-primary-color, #ffe600);
    border: none;
    display: inline-block;
    position: absolute;
    top: 30px;
    transform: translateY(-50%);
    left: 0;
    right: auto;
    z-index: 10;
    border-radius: 25px; }
    @media (min-width: 992px) {
      .no-timeline-horizontal button {
        height: 40px;
        min-width: 75px; } }
    @media (min-width: 768px) {
      .no-timeline-horizontal button {
        top: 50%; } }
    .no-timeline-horizontal button .arrow {
      transform: translate(-50%, -50%) rotate(180deg); }
    .no-timeline-horizontal button:last-child {
      right: 0;
      left: auto; }
      .no-timeline-horizontal button:last-child .arrow {
        transform: translate(-50%, -50%) rotate(0deg); }
  .no-timeline-horizontal .items-wrapper {
    position: absolute;
    top: 30px; }
    @media (min-width: 768px) {
      .no-timeline-horizontal .items-wrapper {
        top: 50%; } }
  .no-timeline-horizontal .general-wrapper {
    position: absolute;
    width: calc(100% - 100px);
    height: 100%;
    overflow: hidden;
    margin: 0 50px;
    top: 0;
    left: 0; }
    @media (min-width: 992px) {
      .no-timeline-horizontal .general-wrapper {
        width: calc(100% - 150px);
        margin: 0 75px; } }
  .no-timeline-horizontal .no-timeline-item {
    min-width: 180px;
    padding: 20px 5px 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .no-timeline-horizontal .no-timeline-item {
        padding: 20px 10px 20px 20px;
        min-width: 250px; } }
    @media (min-width: 992px) {
      .no-timeline-horizontal .no-timeline-item {
        min-width: 350px;
        padding: 30px 30px; } }
    .no-timeline-horizontal .no-timeline-item .title {
      font-weight: var(--th-font-weight-title, 700);
      color: var(--th-font-color-title, #0e2050);
      font-family: var(--th-font-title-family); }
    .no-timeline-horizontal .no-timeline-item .description {
      margin-top: 1rem;
      font-size: .85rem;
      opacity: 0;
      transition: opacity 250ms; }
      @media (min-width: 768px) {
        .no-timeline-horizontal .no-timeline-item .description {
          font-size: .8rem; } }
    .no-timeline-horizontal .no-timeline-item:after {
      content: '';
      width: 20px;
      height: 20px;
      background-color: var(--th-secondary-color, #0e2050);
      position: absolute;
      top: -10px;
      left: 15px;
      border-radius: 100%; }
      @media (min-width: 992px) {
        .no-timeline-horizontal .no-timeline-item:after {
          left: 25px;
          width: 30px;
          height: 30px;
          top: -15px; } }
    .no-timeline-horizontal .no-timeline-item.active .description {
      opacity: 1; }
    .no-timeline-horizontal .no-timeline-item.active:after {
      content: '';
      width: 30px;
      height: 30px;
      top: -15px;
      background-color: #fff;
      border: 6px solid;
      border-color: var(--th-secondary-color, #0e2050); }
      @media (min-width: 992px) {
        .no-timeline-horizontal .no-timeline-item.active:after {
          width: 40px;
          height: 40px;
          border: 10px solid;
          border-color: var(--th-secondary-color, #0e2050);
          top: -20px; } }
    @media (min-width: 768px) {
      .no-timeline-horizontal .no-timeline-item:nth-child(even) {
        transform: translateY(-100%); }
        .no-timeline-horizontal .no-timeline-item:nth-child(even) .title {
          order: 2; }
        .no-timeline-horizontal .no-timeline-item:nth-child(even) .description {
          order: 1;
          margin-bottom: 1rem;
          margin-top: 0; }
        .no-timeline-horizontal .no-timeline-item:nth-child(even):after {
          top: auto;
          bottom: -15px; }
        .no-timeline-horizontal .no-timeline-item:nth-child(even).active:after {
          bottom: -15px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .no-timeline-horizontal .no-timeline-item:nth-child(even).active:after {
        bottom: -20px; } }

  .no-timeline-horizontal .items {
    padding: 0;
    display: flex;
    position: absolute;
    top: 0;
    left: 0; }
    @media (min-width: 992px) {
      .no-timeline-horizontal .items {
        padding: 0 50px; } }
  .no-timeline-horizontal .arrow {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background-color: var(--th-secondary-color, #0e2050);
    left: 50%; }
  .no-timeline-horizontal .arrow::after, .no-timeline-horizontal .arrow::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 59%;
    height: 2px;
    right: -3px;
    background-color: var(--th-secondary-color, #0e2050); }
  .no-timeline-horizontal .arrow::after {
    top: -4px;
    transform: rotate(45deg); }
  .no-timeline-horizontal .arrow::before {
    top: 4px;
    transform: rotate(-45deg); }

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