/** Fonts **/
.fira-sans-regular {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-medium {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fira-sans-bold {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}

/** Utilities **/
.external-box-shadow {
  box-shadow:
    8px 8px 16px #dddedf4d,
    -8px -8px 16px #ffffff4d;
}
.custom-shadow {
  box-shadow:
    inset -1px -1px #fff,
    inset -2px -2px 2px #cdcfd1,
    -1px -1px #fff,
    -2px -2px 2px #cdcfd1;
  padding: 12px 18px;
}

.border-shadow:after {
  border-radius: 50%;
  box-shadow:
    inset -1px -1px #fff,
    inset -2px -2px 2px #cdcfd1,
    -1px -1px #fff,
    inset -2px -2px 2px #cdcfd1;
  content: '';
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  position: absolute;
  z-index: -1;
}

/** Custom styles **/
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 0;
  background: #fff;
  z-index: 999;
}

.timeline-wrapper_ {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform-origin: center center;
  will-change: transform, opacity;
}

.timeline-item--mobile,
.timeline-item--desktop {
  opacity: 0;
}

.line-svg {
  display: block;
}

.recap-timeline-block {
  transform: translateY(40px);
}

.red-glow {
  box-shadow:
    0px 0px 4px 0px #ab192d,
    0px 0px 8px 0px #ab192d,
    0px 0px 16px 0px #ab192d,
    0px 0px 24px 0px #ab192d,
    0px 0px 32px 0px #ab192d,
    0px 0px 64px 0px #ab192d;
}

.dual-shadow {
  box-shadow:
    -8px -8px 16px 0px #e9355966,
    8px 8px 16px 0px #66000e99;
}

.supt-section-text-big-homepage__line__glow {
  height: 100%;
  left: calc(-50% + 1px);
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleY(1.2) translate(-50%);
  transform-origin: top;
  width: auto;
  stroke-dasharray: 280;
}

.line-svg-3 {
  height: 100vh;
  width: 2px;
  display: block;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet {
  background-color: #f5f5f5;
  border: 1px solid #ab192d;
  /* box-shadow:
    inset -1px -1px #fff,
    inset -2px -2px 2px #cdcfd1,
    -1px -1px #fff,
    inset -2px -2px 2px #cdcfd1; */
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 18px;
}
