.benefits-carousel .benefits-carousel__container {
  padding-bottom: 28px;
}

.benefits-carousel .benefits-carousel__items {
  cursor: grab;
}

.benefits-carousel .benefits-carousel__items:active {
  cursor: grabbing;
}

.benefits-carousel .benefits-carousel__pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  text-align: left;
}

.benefits-carousel .benefits-carousel__pagination::after {
  content: "Swipe to explore";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #003c3c;
}

.benefits-carousel .benefits-carousel__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 2px solid rgba(0, 60, 60, 0.7);
  background: rgba(0, 60, 60, 0.16);
  border-radius: 999px;
  opacity: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.benefits-carousel .benefits-carousel__pagination .swiper-pagination-bullet:hover {
  transform: scale(1.08);
  border-color: #003c3c;
  background: rgba(0, 60, 60, 0.24);
}

.benefits-carousel .benefits-carousel__pagination .swiper-pagination-bullet-active {
  transform: scale(1.16);
  background: #003c3c;
  border-color: #003c3c;
  box-shadow: 0 0 0 4px rgba(0, 60, 60, 0.24);
}

@media (min-width: 768px) {
  .benefits-carousel .benefits-carousel__pagination {
    justify-content: flex-start;
  }
}

.founders .founders__image-link {
  display: block;
  position: relative;
  width: 92%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 60, 60, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.founders .founders__image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 60, 60, 0);
  transition: background-color 0.2s ease;
  pointer-events: none;
}

.founders .founders__item figure {
  margin: 0;
}

.founders .founders__image {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 0.25s ease;
}

.founders .founders__image-link:hover,
.founders .founders__image-link:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 60, 60, 0.2);
}

.founders .founders__image-link:hover::after,
.founders .founders__image-link:focus-visible::after {
  background: rgba(0, 60, 60, 0.12);
}

.founders .founders__image-link:hover .founders__image,
.founders .founders__image-link:focus-visible .founders__image {
  transform: scale(1.04);
}

@media (min-width: 768px) {
  .founders .founders__image-link {
    width: 88%;
  }
}

.home .text-with-icons .text-with-icons__animcont,
.home .text-with-icons .absolute {
  min-height: 720px;
  height: 72vh;
}

.home .text-with-icons .text-with-icons__items {
  min-height: 78vh;
  height: auto;
  margin-bottom: 40px;
}

.home .text-with-icons .text-with-icons__items:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .home .text-with-icons .text-with-icons__animcont,
  .home .text-with-icons .absolute {
    min-height: 680px;
    height: 68vh;
  }

  .home .text-with-icons .text-with-icons__items {
    min-height: 70vh;
    margin-bottom: 88px;
  }
}

.home .features {
  padding-top: 0;
}

.home #oddsfeed {
  padding-top: 0;
}

body#productsodds-feed .features {
  padding-top: 0;
}

.footer .footer__logo--info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
}

.footer .footer__info {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .footer .footer__info {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }

  .footer .footer__logo--info {
    padding-bottom: 0;
    flex-shrink: 0;
  }
}

.home #above-cta .title-with-image__content.title-with-image--center {
  max-width: none;
  text-align: center;
}

.home #above-cta .title-with-image__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.home #above-cta .title-with-image__title--h1 {
  font-size: 40px;
}

.home #above-cta .title-with-image__icons-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 18px;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home #above-cta .title-with-image__icon {
  width: 82px;
  height: 82px;
  object-fit: contain;
  display: block;
}
