/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:19 Expected ":"
Line 17:14 Expected identifier but found "{"
Line 17:15 Unexpected "{"
Line 17:24 Expected ":"
Line 17:75 Expected ":"
Line 18:17 Expected identifier but found whitespace
Line 18:19 Unexpected "{"
Line 18:28 Expected ":"
Line 18:82 Expected ":"
... and 10 more hidden warnings

**/
.section-{{ section.id }}-padding {
  padding-top:{{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
  padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
}
.faq-button-wrapper {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 750px) {
  .section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top }}px;
    padding-bottom: {{ section.settings.padding_bottom }}px;
  }
  button.accordion-button.active svg {
    transform: rotate(-90deg);
  }
}

.accordion {
  border-block-width: 0px;
  max-width: 900px;
  margin: 40px auto;
}

.accordion-item {
  border-bottom: 1px solid #ffffff;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 20px 20px !important;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  margin: 0px -18px;
  text-transform: uppercase;
  font-size: 13px;
}
.accordion-button.active::after {
  transform: rotate(180deg);
}

.button.accordion-button.active {
  color: black !important;
  font-size: 12px !important;
}

.accordion :is(svg) {
  transition: transform 0.2s;
  transform: rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 0 20px 20px;
  font-size: 13px;
  background-color: #f9f9f9;
  line-height: 1.6;
}

.accordion-content.open {
  display: block;
  font-size: 12px !important;
  text-align: left !important;
  padding: 15px 30px;
  color: black;
  font-weight: 500;
}

.background {
  background: #f7f6f6 !important;
}

.background h2 {
  background: #b1d2e4;
  color: #333;
  font-size: 12px;
  border-radius: 5px;
  width: fit-content;
  text-align: center;
  font-weight: 800;
  padding: 5px;
}

.div#tab-panel-10beeb25-c511-4d0e-bfe5-0233033ef86c-4 {
  background: #f5f2ec !important;
}

.x-tabs.content-tabs button {
  font-style: normal;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: black !important;
  cursor: pointer;
  padding-bottom: 5px !important;
}

.faq-down {
  display: block !important;
  margin: 40px auto !important;
  padding: 12px 28px !important;
  border: 1px solid #000 !important;
  background-color: transparent;
  border-radius: 6px !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.faq-header {
  display: flex;
  align-content: center;
  justify-content: center;
}
