/* Index page specific styles */

.hero {
  padding: 56px 0 183px;
  background: #0b152a;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 96px 0 272px;
  }
}
.hero__video {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.hero-rive__container {
  width: 100%;
  max-width: 1200px;
}
.hero-rive__container canvas {
  display: block;
  width: 100%;
  height: auto;
}
.card--type-rive {
  padding-right: 0;
  padding-left: 0;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .card--type-rive {
    padding-right: 0;
    padding-left: 0;
    gap: 0;
  }
}
.card--type-rive .card__text,
.card--type-rive .card__title {
  padding-right: 32px;
  padding-left: 32px;
}
@media only screen and (min-width: 768px) {
  .card--type-rive .card__text,
  .card--type-rive .card__title {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.card__rive {
  width: 100%;
}
.card__rive canvas {
  display: block;
  width: 100%;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  .card__rive canvas {
    height: 440px;
  }
}
.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.faq__item {
  padding: 32px 0;
}
.faq__item:not(:last-child) {
  border-bottom: 1.5px solid #e9eff3;
}
.faq__item.is-open .faq__question-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='3' viewBox='0 0 20 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 0.274679V2.66104H0V0.274679H20Z' fill='%230D1A35'/%3E%3C/svg%3E%0A");
  background-size: 19px auto;
}
.faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  gap: 12px;
}
.faq__question-text {
  font-size: 32px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 767.98px) {
  .faq__question-text {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
}
.faq__question-icon {
  width: 19px;
  min-width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.81818 18.5673V0.584338H10.2472V18.5673H7.81818ZM0.0340909 10.7832V8.36843H18.0312V10.7832H0.0340909Z' fill='%230D1A35'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
}
.faq__answer {
  padding: 12px 0 0;
  display: none;
}
.faq__answer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  opacity: 0;
  -webkit-transition: var(--transition-long);
  transition: var(--transition-long);
}
.faq__answer p {
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0;
}
@media only screen and (max-width: 767.98px) {
  .faq__answer p {
    font-size: 16px;
  }
}

