@charset "UTF-8";
.fuse-faqs-search {
  isolation: isolate;
}
.fuse-faqs-search .faqs-header {
  width: 100%;
  min-height: 316px;
  position: relative;
  padding: 15px 0 74px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991.98px) {
  .fuse-faqs-search .faqs-header {
    margin-bottom: 50px;
  }
}
.fuse-faqs-search .faqs-header .path-container {
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.fuse-faqs-search .faqs-header .path-container .sud-double-path {
  height: 100%;
  z-index: -1;
  position: absolute;
  inset: 0 0 auto auto;
  pointer-events: none;
  overflow: hidden;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.fuse-faqs-search .faqs-header .path-container .sud-double-path svg {
  width: 100%;
  height: 100%;
  scale: 1.04;
}
.fuse-faqs-search .faqs-header .path-container .sud-double-path svg path {
  stroke-width: 4px;
}
@media only screen and (max-width: 769.98px) {
  .fuse-faqs-search .faqs-header .path-container .sud-double-path svg {
    translate: 20% 0;
  }
  .fuse-faqs-search .faqs-header .path-container .sud-double-path svg path {
    stroke-width: 3px;
  }
  .fuse-faqs-search .faqs-header .path-container .sud-double-path svg path:first-of-type {
    translate: 20px 0;
  }
}
@media only screen and (max-width: 389px) {
  .fuse-faqs-search .faqs-header .path-container .sud-double-path svg {
    translate: 30% 0;
    scale: 0.95 1.04;
  }
}
.fuse-faqs-search .faqs-header .header-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.fuse-faqs-search .faqs-header .header-content .breadcrumbs {
  margin-bottom: 46px;
}
.fuse-faqs-search .faqs-header .header-content .breadcrumbs ul {
  margin: 0;
}
.fuse-faqs-search .faqs-header .header-content .breadcrumbs * {
  color: white;
  font-weight: 300;
  font-size: 12px;
}
.fuse-faqs-search .faqs-header .header-content .title, .fuse-faqs-search .faqs-header .header-content .description {
  color: white;
}
.fuse-faqs-search .faqs-header .header-content .title + .description {
  margin-top: 15px;
}
.fuse-faqs-search .faqs-header .header-content .description {
  font-weight: 300;
  max-width: 580px;
}
.fuse-faqs-search .faqs-header .header-content .description * {
  font-size: 14px;
}
.fuse-faqs-search .faqs-header .header-content .search-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.fuse-faqs-search .faqs-header .header-content .search-wrapper #reset-search {
  margin-left: 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper {
  position: relative;
  width: clamp(220px, 100%, 287px);
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  padding: 7px 33px 7px 15px;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search::-webkit-search-decoration, .fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search::-webkit-search-cancel-button, .fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search::-webkit-search-results-button, .fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-search::-webkit-search-results-decoration {
  display: none;
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-submit {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  inset: auto 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding: 8.5px;
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-submit svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.fuse-faqs-search .faqs-header .header-content .search-input-wrapper #fuse-submit svg path {
  fill: var(--text-primary-color);
}
.fuse-faqs-search .faqs-header::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  inset: 0 0 auto auto;
  background: linear-gradient(90deg, rgba(21, 21, 20, 0.599877451) 0%, rgba(20, 20, 20, 0.6026785714) 100%);
}
.fuse-faqs-search .faqs-header .bg-image {
  z-index: -2;
  position: absolute;
  inset: 0 0 auto auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fuse-faqs-search .fuse-results-wrapper {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  pointer-events: none;
  opacity: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.fuse-faqs-search .fuse-results-wrapper.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fuse-faqs-search .fuse-results-wrapper .search-block:not(.no-results) {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 36px;
  border-radius: 5px;
  background: #F1F2F7;
}
.fuse-faqs-search .fuse-results-wrapper .fuse-title:empty,
.fuse-faqs-search .fuse-results-wrapper #fuse-results:empty {
  display: none;
}
.fuse-faqs-search .fuse-results-wrapper .fuse-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0px 0 40px;
}
.fuse-faqs-search .fuse-results-wrapper #fuse-results.accordion-category {
  padding: 0;
}
.fuse-faqs-search .fuse-results-wrapper #fuse-results.accordion-category:empty {
  display: none;
}

.faqs-container {
  opacity: 1;
  min-height: 100vh;
}

.faqs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-bottom: 60px;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}
.faqs-wrapper.active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  pointer-events: all;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .faqs-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.faqs-wrapper .accordion-category {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 35px;
  background: var(--primary-color);
  border-radius: 5px;
}
.faqs-wrapper .accordion-category .category-title {
  margin-bottom: 30px;
}
.faqs-wrapper .accordion-category .accordion-wrapper .accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: solid 1px #fff;
  cursor: pointer;
}
.faqs-wrapper .accordion-category .accordion-wrapper .accordion-title svg {
  pointer-events: none;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
}
.faqs-wrapper .accordion-category .accordion-wrapper .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s linear 0s;
  padding: 0px 0;
  opacity: 0;
}
.faqs-wrapper .accordion-category .accordion-wrapper .accordion-content, .faqs-wrapper .accordion-category .accordion-wrapper .accordion-content * {
  font-size: 14px;
  font-weight: 300;
}
.faqs-wrapper .accordion-category .accordion-wrapper.active .accordion-title svg {
  scale: 1 -1;
}
.faqs-wrapper .accordion-category .accordion-wrapper.active .accordion-content {
  opacity: 1;
  max-height: 5000px;
  padding: 20px 0;
  transition: 0.4s ease-in-out 0.3s;
}
