/* Converted Tailwind Config to scss */

@media (min-width: 1024px) {
  .button-primary.lg\:inline-block {
    display: inline-block !important;
  }
}

.basic--dark {
  background: #001742;
}

.basic--dark .basic__heading {
  font-family: NotoSerif, serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: -0.8px;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 768px) {
  .basic--dark .basic__heading {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    text-align: center;
    color: #ffffff;
  }
}

.basic--dark p {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2.5rem;
  max-width: 100%;
  padding: 0 1rem;
  color: #ffffff !important;
}

@media (min-width: 768px) {
  .basic--dark p {
    width: 50.375rem;
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #ffffff;
    color: #ffffff !important;
  }
}

.basic--dark .basic__cta {
  display: block;
  height: 3.125rem;
  width: 18rem;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .basic--dark .basic__cta {
    max-width: 18rem;
  }
}

.basic--dark .basic__cta span {
  background: transparent;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5625rem;
  text-transform: uppercase;
  border: 1px solid #b1daf0;
  color: #b1daf0;
  cursor: pointer;
}

.basic--dark .basic__cta span:hover {
  background: #b1daf0;
  border: 1px solid #fff;
  color: #fff;
}

@media (min-width: 1024px) {
  .basic--dark .basic__cta {
    width: 192px;
    height: 48px;
    margin-bottom: 48px;
  }
}

.basic__svg {
  height: 5.875rem;
  width: 5.875rem;
}

.basic__svg image {
  width: 100%;
  height: 100%;
}

.basic__heading {
  font-family: NotoSerif, serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.19;
  text-align: center;
  color: #001742;
  max-width: 806px;
}

@media (min-width: 768px) {
  .basic__heading {
    font-family: NotoSerif, serif;
    font-size: 56px;
    font-weight: bold;
    line-height: 1.21;
    letter-spacing: -0.75px;
    text-align: center;
    color: #001742;
  }
}

.basic p {
  font-family: Hind, sans-serif;
  font-size: 16px;
  line-height: 1.38;
  color: #000918;
  text-align: center;
  margin-bottom: 1.5rem;
  max-width: 100%;
}

@media (min-width: 768px) {
  .basic p {
    font-family: Hind, sans-serif;
    font-size: 22px;
    line-height: 1.36;
    text-align: center;
    color: #161616;
    margin-bottom: 2.25rem;
    width: 50.375rem;
  }
}

.basic .basic-carousel .carousel-cell {
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

@media (max-width: 1023px) {
  .basic .basic-carousel .carousel-cell {
    width: 90vw;
  }
}

.basic .basic-carousel .carousel-cell.is-selected {
  opacity: 1;
}

.basic .basic-carousel .carousel-cell a {
  color: #de5833;
}

.basic .basic-carousel .carousel-cell a:hover {
  text-decoration: underline;
}

.basic .flickity-button {
  background: none;
}

.basic .flickity-prev-next-button {
  z-index: 5;
  top: unset;
  bottom: -38px;
}
