.linear-cards-arrows {
  width: 100%;
  padding: 9.6rem 0rem;
  background-color: #F8F8FF;
  overflow: hidden;
}
.linear-cards-arrows .container {
  width: 130.6rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 6.4rem;
}
.linear-cards-arrows .top-content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.linear-cards-arrows .top-content p {
  margin: 0;
  font-family: "Gill Sans Nova", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #0D1633;
}
.linear-cards-arrows h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.1;
  color: #0D1633;
  text-transform: uppercase;
  text-align: center;
}
.linear-cards-arrows .swiper {
  width: 100%;
  overflow: visible;
}
.linear-cards-arrows .swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.linear-cards-arrows .swiper .swiper-slide {
  background: linear-gradient(0deg, #094280 -55.75%, #161A2B 42.63%);
  padding: 4rem 2.4rem;
  border-radius: 0.8rem;
  width: 31.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
  height: auto;
}
.linear-cards-arrows .swiper .swiper-slide:hover {
  background: linear-gradient(0deg, #094280 -2.3%, #161A2B 133.17%);
}
.linear-cards-arrows .swiper .swiper-slide h4 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}
.linear-cards-arrows .swiper .swiper-slide p {
  margin: 0;
  font-family: "Gill Sans Nova", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  color: #E9ECF9;
}
.linear-cards-arrows .swiper .swiper-slide:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 9.325rem - 2.4rem);
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  background-image: url('../images/fontisto_arrow-left.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.linear-cards-arrows .swiper-buttons {
  display: none;
  align-items: center;
  gap: 4rem;
  padding: 1.6rem 0;
  width: 8.8rem;
  margin: 0.8rem auto 0;
}
.linear-cards-arrows .swiper-buttons:has(button:not(.swiper-button-disabled)) {
  display: flex;
}
.linear-cards-arrows .swiper-buttons button {
  border: none;
  padding: 0;
  cursor: pointer;
}
.linear-cards-arrows .swiper-buttons button img {
  width: 2.4rem;
  height: 2.4rem;
}
.linear-cards-arrows .swiper-buttons button:focus,
.linear-cards-arrows .swiper-buttons button:hover {
  background-color: transparent;
}
.linear-cards-arrows .swiper-buttons .swiper-button-disabled img {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .linear-cards-arrows {
    padding: 5.6rem 0rem;
  }
  .linear-cards-arrows .container {
    width: 72rem;
    gap: 4rem;
  }
  .linear-cards-arrows .top-content p {
    font-size: 1.6rem;
  }
  .linear-cards-arrows .swiper .swiper-slide {
    background: linear-gradient(0deg, #094280 -2.3%, #161A2B 133.17%);
    width: 22.9rem;
  }
  .linear-cards-arrows .swiper .swiper-slide h4 {
    font-size: 2.4rem;
  }
  .linear-cards-arrows .swiper .swiper-slide p {
    font-size: 1.8rem;
  }
  .linear-cards-arrows .swiper .swiper-slide:not(:last-of-type):after {
    display: none;
  }
  .linear-cards-arrows .swiper-buttons {
    display: none;
  }
  .linear-cards-arrows .swiper-buttons:has(button:not(.swiper-button-disabled)) {
    display: none;
  }
}
@media (max-width: 767px) {
  .linear-cards-arrows {
    padding: 4.8rem 0rem;
  }
  .linear-cards-arrows .container {
    width: 44.8rem;
  }
  .linear-cards-arrows .top-content p {
    font-size: 1.4rem;
  }
  .linear-cards-arrows h2 {
    font-size: 2.4rem;
  }
  .linear-cards-arrows .swiper .swiper-slide {
    padding: 4rem 2.4rem 5.6rem;
    width: 22rem;
  }
  .linear-cards-arrows .swiper .swiper-slide h4 {
    font-size: 2rem;
  }
  .linear-cards-arrows .swiper .swiper-slide p {
    font-size: 1.6rem;
  }
}
@media (min-width: 2560px) {
  .linear-cards-arrows {
    padding: 12.4rem 0rem;
  }
  .linear-cards-arrows .container {
    width: 207.2rem;
  }
  .linear-cards-arrows .top-content {
    gap: 4rem;
  }
  .linear-cards-arrows .top-content p {
    font-size: 2.4rem;
  }
  .linear-cards-arrows h2 {
    font-size: 5.6rem;
  }
  .linear-cards-arrows .swiper .swiper-slide {
    padding: 11.3rem 4rem;
    border-radius: 0.8rem;
    width: 52.4rem;
    gap: 4rem;
  }
  .linear-cards-arrows .swiper .swiper-slide h4 {
    font-size: 4.8rem;
  }
  .linear-cards-arrows .swiper .swiper-slide p {
    font-size: 3.2rem;
  }
  .linear-cards-arrows .swiper .swiper-slide:not(:last-of-type):after {
    left: calc(100% + 12.5rem - 2.4rem);
  }
  .linear-cards-arrows .swiper-buttons {
    justify-content: space-between;
    padding: 1.6rem 0;
    width: 15.2rem;
    margin: 1.6rem auto 0;
  }
  .linear-cards-arrows .swiper-buttons button img {
    width: 4.8rem;
    height: 4.8rem;
  }
}
/*# sourceMappingURL=index.css.map */