.custom-accordion__item {
  border-bottom: 1px solid rgba(50, 32, 24, 0.2);
  margin-bottom: 0.78125vw;
}
.custom-accordion__header {
  margin-bottom: 0;
}
.custom-accordion__button {
  position: relative;
  display: flex;
  width: 100%;
  font-family: "Marcellus SC", serif;
  font-size: 1.25vw;
  color: #FDB716;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
  padding: 1.3020833333vw 1.5625vw 1.3020833333vw 0;
  border: 0;
  text-align: left;
  text-transform: uppercase;
  transition: padding 0.3s ease, color 0.3s ease;
}
.custom-accordion__button::after {
  content: "";
  background-image: url("../../../assets/images/icon-minus.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.custom-accordion__button:hover {
  color: #FDB716 !important;
}
.custom-accordion__button.collapsed {
  color: #322018;
}
.custom-accordion__button.collapsed::after {
  background-image: url("../../../assets/images/icon-plus.svg");
}
.custom-accordion__body {
  padding: 0 0 0.78125vw 0;
}
@media (max-width: 767px) {
  .custom-accordion__item {
    margin-bottom: 4.1666666667vw;
  }
  .custom-accordion__button {
    font-size: 6.6666666667vw;
    padding: 6.9444444444vw 8.3333333333vw 6.9444444444vw 0;
  }
}

.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0 0 1.5625vw 0;
  margin: 0;
  overflow-x: auto;
}
.breadcrumbs__item {
  position: relative;
  font-size: 0.78125vw;
  color: rgba(50, 32, 24, 0.6);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  white-space: nowrap;
}
.breadcrumbs__item a {
  color: #181F46;
  text-decoration: none;
}
.breadcrumbs__item + .breadcrumbs__item {
  padding-left: 0.78125vw;
  display: flex;
  align-items: center;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.56663 6.8083C7.68367 6.92549 7.74941 7.08434 7.74941 7.24996C7.74941 7.41559 7.68367 7.57444 7.56663 7.69163L1.31663 13.9416C1.19815 14.052 1.04145 14.1121 0.87953 14.1093C0.717612 14.1064 0.563124 14.0408 0.448613 13.9263C0.334103 13.8118 0.268509 13.6573 0.265653 13.4954C0.262796 13.3335 0.322898 13.1768 0.433298 13.0583L6.24163 7.24996L0.433298 1.44163C0.371892 1.38441 0.32264 1.31541 0.28848 1.23875C0.25432 1.16208 0.235952 1.07932 0.234472 0.9954C0.232991 0.911482 0.248428 0.828124 0.279862 0.7503C0.311296 0.672478 0.358084 0.601782 0.417433 0.542433C0.476781 0.483084 0.547476 0.436296 0.6253 0.404862C0.703123 0.373428 0.78648 0.357991 0.8704 0.359472C0.954319 0.360953 1.03708 0.37932 1.11375 0.413481C1.19041 0.44764 1.25941 0.496892 1.31663 0.558297L7.56663 6.8083Z' fill='%23322018'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.3645833333vw;
  height: 0.6770833333vw;
  margin-right: 0.78125vw;
  color: #322018;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 0 0 5.5555555556vw 0;
  }
  .breadcrumbs__item {
    font-size: 3.6111111111vw;
  }
  .breadcrumbs__item + .breadcrumbs__item {
    padding-left: 2.7777777778vw;
  }
  .breadcrumbs__item + .breadcrumbs__item::before {
    width: 1.9444444444vw;
    height: 3.8888888889vw;
    margin-right: 2.7777777778vw;
  }
}

.faq {
  padding: 15.625vw 0 6.7708333333vw 0;
}
.faq__title {
  text-align: center;
  margin-bottom: 4.1666666667vw;
}
@media (max-width: 767px) {
  .faq {
    padding: 40.5555555556vw 0 27.7777777778vw 0;
  }
  .faq__title {
    margin-bottom: 19.4444444444vw;
  }
}

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