@charset "UTF-8";
.theme-accordion .border-show::before {
  width: 100%;
}
.theme-accordion__item, .theme-accordion__header, .theme-accordion__button {
  background: none;
}
.theme-accordion__item {
  position: relative;
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
}
.theme-accordion__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: 4s cubic-bezier(0.19, 1, 0.22, 1);
}
.theme-accordion__body {
  position: relative;
  z-index: 1;
  padding: 0px 10px 46px;
  mix-blend-mode: difference;
}
.theme-accordion__button {
  position: relative;
  z-index: 1;
  padding: 46px 10px;
  mix-blend-mode: difference;
  transition: ease 0.6s;
}
.theme-accordion__button:focus {
  border: none;
  box-shadow: none;
}
.theme-accordion__button:not(.collapsed) {
  background: none;
  color: #fff;
}
.theme-accordion__button[aria-expanded=true] .theme-accordion__line--2 {
  transform: rotate(0deg);
}
.theme-accordion__button:hover {
  padding-right: 0px;
  padding-left: 0px;
}
.theme-accordion__button::after {
  display: none;
}
.theme-accordion__line, .theme-accordion__line--2, .theme-accordion__line--1 {
  display: block;
  width: 2.2vw;
  height: 1px;
  border-radius: 8px;
  background-color: #ffffff;
  transition: ease 0.3s;
}
.theme-accordion__line--2 {
  position: absolute;
  transform: rotate(90deg);
}
.theme-accordion__title {
  margin-bottom: 0px;
  color: #fff;
  font-size: 1.4vw;
}
.theme-accordion__image-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 430px;
}
.theme-accordion__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.theme-accordion__image-container:before {
  content: "";
  display: block;
  padding-top: 106.976744186%;
}
.theme-accordion__category {
  list-style: none;
  padding-left: 0px;
  margin-top: 16px;
  margin-bottom: 0px;
}
.theme-accordion__category-item {
  display: inline-block;
  margin-right: 40px;
  color: #999999;
  font-size: 15px;
  font-weight: 600;
}
.theme-accordion__category-item::after {
  content: "•";
  position: relative;
  right: -20px;
}
.theme-accordion__category-item:last-child {
  margin-right: 0px;
}
.theme-accordion__category-item:last-child::after {
  display: none;
}
.theme-accordion__inquiry {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.theme-accordion__inquiry:hover .theme-accordion__inquiry-text {
  margin-right: 26px;
}
.theme-accordion__inquiry-text {
  text-transform: uppercase;
  margin-right: 16px;
  transition: ease 0.4s;
}
.theme-accordion__image-container {
  position: absolute;
  top: -20%;
  right: -10%;
  transform: scale(0.6);
  width: 30%;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .theme-accordion__title {
    font-size: 20px;
  }
  .theme-accordion__line, .theme-accordion__line--1, .theme-accordion__line--2 {
    width: 32px;
  }
  .theme-accordion__list-item {
    margin-right: 20px;
    margin-bottom: 8px;
  }
  .theme-accordion__list-item::after {
    right: -10px;
  }
  .theme-accordion__category-item {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .theme-accordion__image-container {
    display: none;
  }
}
@media (max-width: 575px) {
  .theme-accordion__line, .theme-accordion__line--1, .theme-accordion__line--2 {
    width: 26px;
  }
}

.faq-header {
  padding: 14.4vw 0 8.4vw;
  height: auto;
}
@media (max-width: 991px) {
  .faq-header {
    padding: 200px 0 90px;
  }
}

.faq-content__item, .faq-content__header, .faq-content__button {
  background: none;
}
.faq-content__item {
  border: none;
  border-bottom: 1px solid #fff;
}
.faq-content__button {
  padding: 48px 0px;
  color: #fff;
  font-size: 38px;
}
.faq-content__button:focus {
  border: none;
  box-shadow: none;
}
.faq-content__button:not(.collapsed) {
  background: none;
  color: #fff;
}
.faq-content__body {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 48px;
  padding-left: 0px;
}

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