.gray-card-carousel {
  position: relative;
  padding: 100px 40px 180px;
  color: black;
  margin-bottom: 450px;
  border-radius: 8px;
}
.gray-card-carousel .no-bottom-margin {
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  .gray-card-carousel {
    padding: 60px 20px 230px;
    margin-bottom: 450px;
  }
}
.gray-card-carousel .top-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.gray-card-carousel .top-content .top {
  max-width: 600px;
}
.gray-card-carousel .top-content .top .divider-top {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gray-card-carousel .top-content .top .divider-top {
    display: none;
  }
}
.gray-card-carousel .top-content .top .main-text {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 100px;
  line-height: 1.2;
}
.gray-card-carousel .top-content .top .main-text mark,
.gray-card-carousel .top-content .top .main-text .highlight {
  background-color: #c7e300;
  padding: 0 4px;
}
@media (max-width: 768px) {
  .gray-card-carousel .top-content .top .main-text {
    font-size: 2.5rem;
    width: 100%;
    margin-bottom: 30px;
  }
}
.gray-card-carousel .top-content .bottom {
  font-family: 'Manrope', sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .gray-card-carousel .top-content .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gray-card-carousel .top-content .bottom .bottom-left {
  flex-shrink: 0;
}
.gray-card-carousel .top-content .bottom .bottom-right {
  display: flex;
  align-items: center;
  gap: 100px;
  width: 50%;
}
@media (max-width: 768px) {
  .gray-card-carousel .top-content .bottom .bottom-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.gray-card-carousel .top-content .bottom .divider {
  width: 2px;
  background-color: #ccc;
  height: auto;
  min-height: 150px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .gray-card-carousel .top-content .bottom .divider {
    display: none;
  }
}
.gray-card-carousel .top-content .bottom .sub-text {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: white;
  font-weight: 200;
  display: flex;
  flex-direction: column;
}
.gray-card-carousel .top-content .bottom .sub-text p {
  margin: 0;
  margin-bottom: 20px;
}
.gray-card-carousel .top-content .bottom .button {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid white;
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: all 0.3s ease;
}
.gray-card-carousel .top-content .bottom .button:hover {
  background-color: #000;
  color: #fff;
}
.gray-card-carousel .carousel-block {
  position: absolute;
  left: 40px;
  right: 0;
  color: white;
  z-index: 3;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .gray-card-carousel .carousel-block {
    left: 20px;
    right: -6px;
  }
}
.gray-card-carousel .carousel-block .swiper-watch-overflow .carousel-nav {
  opacity: 0;
  pointer-events: none;
}
.gray-card-carousel .carousel-block .carousel-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
}
.gray-card-carousel .carousel-block .carousel-nav button {
  background: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, opacity 0.3s;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gray-card-carousel .carousel-block .carousel-nav button.swiper-button-disabled {
  display: none;
}
.gray-card-carousel .carousel-block .carousel-nav button svg {
  width: 24px;
  height: 24px;
}
.gray-card-carousel .carousel-block .carousel-nav button svg path {
  transition: stroke 0.3s;
}
.gray-card-carousel .carousel-block .swiper {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  z-index: 1;
}
.gray-card-carousel .carousel-block .swiper-wrapper {
  align-items: stretch;
}
.gray-card-carousel .carousel-block .swiper-slide {
  flex-shrink: 0;
  max-width: 400px;
  width: 100%;
  height: auto;
  background: black;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  padding: 30px;
  border: 2px solid #212121;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .gray-card-carousel .carousel-block .swiper-slide {
    padding: 20px;
    max-width: 327px;
  }
  .gray-card-carousel .carousel-block .swiper-slide img {
    height: 100px;
    width: 100px;
  }
  .gray-card-carousel .carousel-block .swiper-slide p {
    font-size: 16px;
  }
}
.gray-card-carousel .carousel-block .swiper-slide img {
  height: 180px;
  width: 180px;
  border-radius: 8px;
  margin-bottom: 80px;
}
.gray-card-carousel .carousel-block .swiper-slide h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 600;
}
.gray-card-carousel .carousel-block .swiper-slide p {
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
/*# sourceMappingURL=./gray-card-carousel.css.map */