.component-6e9f1821-5958-44c8-bc56-94f450396c1a ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .question-text :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .answer > :last-child {
  margin-bottom: 0;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .open .answer,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  content: "";
  position: absolute;
  background-color: #4a90e2;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:before,
.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-6e9f1821-5958-44c8-bc56-94f450396c1a .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callout-container {
  flex: 1 1 0;
  margin-top: 0 !important;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e h2 {
  margin: 0;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts > .box {
  border-radius: 1rem;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts .box-background {
  border-radius: 1rem;
  overflow: hidden;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .box-content,
.component-9908ca94-bf61-46b3-88a2-9471b057870e .callout {
  height: 100%;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .actions {
  margin-top: auto;
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .callout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  padding: 12rem .5rem;
  flex-shrink: 1;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:  0px 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e .rich-text {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .component-9908ca94-bf61-46b3-88a2-9471b057870e .callouts {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.component-9908ca94-bf61-46b3-88a2-9471b057870e.center .callout {
  align-items: center;
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}