/*!
 * Bootstrap  v5.3.7 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.article-section {
  
  background: linear-gradient(180deg, #003da6 0%, #001e60 100%);
  color: #fffffc;
  font-family: "Nunito", sans-serif;
  padding: 0 20px 40px;
}

[dir="rtl"] .article-section {
  
  background: linear-gradient(-180deg, #003da6 0%, #001e60 100%);
}

@media (min-width: 992px) {
  .article-section {
    padding: 2rem 8rem 3.75rem;
  }
}

.article-section .article-section__header {
  text-align: center;
  margin-bottom: 28px;
}

.article-section .article-section__title {
  color: #fffffc;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.25rem;
  margin: 0;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .article-section .article-section__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.article-section__content {
  max-width: 76rem;
  margin: 0 auto;
}

.article-section .article-section__subtitle {
  color: #fffffc;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 8px 0 0;
}

.article-section .article-section__cta {
  text-align: center;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.article-section .article-section__cta-lead {
  color: #fffffc;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 20px 0 10px;
}

.article-section .article-section__cta-btn {
  position: relative;
  overflow: visible;
  align-items: center;
  
  background: linear-gradient(180deg, #001e60 0%, #003da6 100%);
  border: 2px solid #67f7fe;
  border-radius: 9999px;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
  display: inline-flex;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: .875rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .14px;
  line-height: 1.125rem;
  padding: 1rem 2.5rem;
  text-align: center;
  text-decoration: none;
}

[dir="rtl"] .article-section .article-section__cta-btn {
  
  background: linear-gradient(-180deg, #001e60 0%, #003da6 100%);
}

.article-section .article-section__cta-btn::before, .article-section .article-section__cta-btn::after {
  background: radial-gradient(ellipse closest-side at center, #deffff 0%, rgba(190, 253, 254, 0) 100%);
  content: "";
  height: 8px;
  
  left: 50%;
  pointer-events: none;
  position: absolute;
  
  transform: translateX(-50%);
  width: 60px;
}

[dir="rtl"] .article-section .article-section__cta-btn::before, [dir="rtl"] .article-section .article-section__cta-btn::after {
  left: auto;
  
  right: 50%;
  
  transform: translateX(50%);
}

.article-section .article-section__cta-btn::before {
  top: -5px;
}

.article-section .article-section__cta-btn::after {
  bottom: -5px;
}

.article-section .article-section__cta-btn:hover, .article-section .article-section__cta-btn:focus-visible {
  
  background-image: linear-gradient(128.6deg, #468ecf 0%, #025ac1 60.151%);
  border-color: #f3f7fb;
  box-shadow: 0 4px 4px rgba(1, 29, 121, .4), inset 0 0 4px 4px rgba(19, 235, 255, .4);
  color: #fffffc;
}

[dir="rtl"] .article-section .article-section__cta-btn:hover, [dir="rtl"] .article-section .article-section__cta-btn:focus-visible {
  
  background-image: linear-gradient(-128.6deg, #468ecf 0%, #025ac1 60.151%);
}

.article-section .article-section__cta-btn:hover::before, .article-section .article-section__cta-btn:hover::after, .article-section .article-section__cta-btn:focus-visible::before, .article-section .article-section__cta-btn:focus-visible::after {
  opacity: 0;
}

.article-section .article-section__disclaimer {
  color: #fffffc;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  margin: 1.25rem 0 1rem;
}

.article-section .swiper-component {
  padding-bottom: 2rem !important;
}

.article-section .swiper-component .swiper-wrapper {
  align-items: stretch;
}

.article-section .swiper-component .swiper-slide {
  height: auto;
}

