.f-248b46e {
  margin-top: var(--block-section-spacing-top, var(--section-spacing-top, 40px));
  margin-bottom: var(--block-section-spacing-bottom, var(--section-spacing-bottom, 40px));
  background-color: transparent;
}
.f-248b46e:not(.f-48fef74) > .c-0428994 {
  background-color: var(--block-bg, transparent);
  border-radius: var(--block-border-radius, 10px);
  padding: 24px var(--site-gutter, 15px) 30px;
}
.f-48fef74 > .c-0428994 {
  background-color: transparent;
}
.f-ee30537 {
  margin-bottom: 24px;
  font-size: var(--block-title-font-size, inherit);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text-color, #fff);
}
.f-ee30537::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--additional-c-elements);
  margin-top: 12px;
  border-radius: 5px;
}
.f-a027a95 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.f-f17f553 {
  font-size: var(--block-body-font-size, 18px);
  font-weight: 600;
  line-height: var(--content-line-height, 1.5);
  cursor: pointer;
  list-style: none;
  color: var(--text-color, #fff);
}
.f-f17f553::-webkit-details-marker {
  display: none;
}
.f-f17f553::marker {
  display: none;
}
.f-55c2543 {
  margin: 0;
  background: var(--faq-item-bg, var(--block-bg, #211442));
  padding: 20px;
  border-radius: var(--block-border-radius, 10px);
}
.f-55c2543[open] .f-f17f553 {
  color: var(--additional-c-elements);
}
.f-c74fdbe .f-55c2543 {
  background: transparent;
}
.f-d1c798b {
  padding-top: 12px;
  font-size: var(--block-body-font-size, 16px);
  line-height: var(--content-line-height, 1.5);
  color: var(--text-color, #fff);
}
.f-d1c798b p {
  margin: 0 0 8px;
  font-size: inherit;
  line-height: inherit;
}
.f-d1c798b p:last-child {
  margin-bottom: 0;
}
.f-d1c798b ul,
.f-d1c798b ol {
  margin: 0 0 8px;
  padding-left: 20px;
}

.f-f17f553 {
  position: relative;
  padding-right: 30px;
}
.f-f17f553::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.f-55c2543[open] .f-f17f553::after {
  transform: rotate(-135deg);
  margin-top: -2px;
}

/*# sourceMappingURL=faq.css.map */
