.tabs-with-bg__triggers {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.tabs-with-bg__triggers::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.tabs-with-bg .tab-accordions .accordion__item {
  border-bottom: 1px solid var(--color-brand-blue-bright);
  transition: all 0.4s ease;
}
.tabs-with-bg .tab-accordions .accordion__item.is-open .accordion__icon {
  transform: rotate(180deg);
}
.tabs-with-bg .tab-accordions .accordion__item:last-child {
  border-bottom: none;
}
.tabs-with-bg .tab-accordions .accordion__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
}
.tabs-with-bg .tab-accordions .accordion__question-text {
  font-family: var(--font-sans, sans-serif);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-brand-blue-bright);
}
.tabs-with-bg .tab-accordions .accordion__question-text h3,
.tabs-with-bg .tab-accordions .accordion__question-text h4,
.tabs-with-bg .tab-accordions .accordion__question-text h5,
.tabs-with-bg .tab-accordions .accordion__question-text h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.tabs-with-bg .tab-accordions .accordion__icon {
  flex-shrink: 0;
  width: 14px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-brand-gold);
  will-change: transform;
  transition: transform 0.3s ease;
}
.tabs-with-bg .tab-accordions .accordion__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.tabs-with-bg .tab-accordions .accordion__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}
.tabs-with-bg .tab-accordions .accordion__answer-text {
  margin: 0;
  font-family: var(--font-sans, sans-serif);
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.7;
  color: var(--color-brand-stone);
  max-width: 100%;
  opacity: 0.9;
  white-space: pre-line;
}
.tabs-with-bg .tab-accordions .accordion__sub-block {
  margin-top: 1.5rem;
}
.tabs-with-bg .tab-accordions .accordion__sub-block h5,
.tabs-with-bg .tab-accordions .accordion__sub-block .h5,
.tabs-with-bg .tab-accordions .accordion__sub-block h6,
.tabs-with-bg .tab-accordions .accordion__sub-block .h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.3;
}
.tabs-with-bg .tab-accordions .accordion__sub-block h5,
.tabs-with-bg .tab-accordions .accordion__sub-block .h5 {
  font-size: 1.1em;
}
.tabs-with-bg .tab-accordions .accordion__sub-block h6,
.tabs-with-bg .tab-accordions .accordion__sub-block .h6 {
  font-size: 1em;
  opacity: 0.9;
}
.tabs-with-bg .tab-accordions .accordion__sub-title {
  color: var(--color-brand-blue-bright);
}
.tabs-with-bg .tab-accordions .accordion__sub-content:last-child {
  margin-bottom: 0;
}
.tabs-with-bg .tab-trigger.active .tab-overlay {
  background-color: rgba(138, 211, 253, 0.7) !important;
}
.tabs-with-bg .tab-trigger.active .tab-title {
  color: var(--color-brand-navy-deep) !important;
}

/*# sourceMappingURL=tabs-with-bg.css.map */
