.faq_section {
  padding: var(--az-section-padding) 0;
  background-color: #fff;
  position: relative;
}
.faq_section .section_header {
  margin-bottom: 150px;
  --az-title-font-color: #000;
}
@media (max-width: 1199.98px) {
  .faq_section .section_header {
    margin-bottom: 60px;
  }
}
@media (max-width: 991.98px) {
  .faq_section .section_header {
    margin-bottom: 48px;
  }
}
@media (max-width: 767.98px) {
  .faq_section .section_header {
    margin-bottom: 40px;
  }
}
.faq_section .faq_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 325px;
}
@media (max-width: 1699.98px) {
  .faq_section .faq_wrapper {
    gap: 120px;
  }
}
@media (max-width: 1499.98px) {
  .faq_section .faq_wrapper {
    gap: 80px;
  }
}
@media (max-width: 1199.98px) {
  .faq_section .faq_wrapper {
    gap: 60px;
  }
}
@media (max-width: 991.98px) {
  .faq_section .faq_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 767.98px) {
  .faq_section .faq_wrapper {
    gap: 36px;
  }
}
.faq_section .faq_mobile_dropdown {
  display: none;
  width: 100%;
}
@media (max-width: 767.98px) {
  .faq_section .faq_mobile_dropdown {
    display: block;
  }
}
.faq_section .faq_mobile_dropdown .faq_select_wrapper {
  position: relative;
  width: 100%;
}
.faq_section .faq_mobile_dropdown .faq_select_wrapper .faq_category_select {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 0;
  padding: 14px 44px 14px 16px;
  font-family: "Inter Tight", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  outline: none;
}
.faq_section .faq_mobile_dropdown .faq_select_wrapper .faq_select_arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 10px;
  height: 10px;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
}
.faq_section .faq_nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  max-width: 370px;
  width: 100%;
  position: sticky;
  top: 120px;
}
@media (max-width: 1499.98px) {
  .faq_section .faq_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
  }
}
@media (max-width: 1199.98px) {
  .faq_section .faq_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    top: 100px;
  }
}
@media (max-width: 991.98px) {
  .faq_section .faq_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: static;
  }
}
@media (max-width: 767.98px) {
  .faq_section .faq_nav {
    display: none;
  }
}
.faq_section .faq_nav .faq_nav_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq_section .faq_nav .faq_nav_item {
  border-bottom: 1px solid #E1E1E1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_section .faq_nav .faq_nav_item:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .faq_section .faq_nav .faq_nav_item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.faq_section .faq_nav .faq_nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 20px;
  font-family: "Inter Tight", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  gap: 12px;
  outline: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1199.98px) {
  .faq_section .faq_nav .faq_nav_item a {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media (max-width: 991.98px) {
  .faq_section .faq_nav .faq_nav_item a {
    font-size: 15px;
  }
}
.faq_section .faq_nav .faq_nav_item a .icon-nav-arrow {
  font-size: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 1499.98px) {
  .faq_section .faq_nav .faq_nav_item a .icon-nav-arrow {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .faq_section .faq_nav .faq_nav_item a .icon-nav-arrow {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .faq_section .faq_nav .faq_nav_item a:hover i {
    color: #CEAB6E;
  }
}
.faq_section .faq_nav .faq_nav_item.active {
  border-color: #000;
}
.faq_section .faq_nav .faq_nav_item.active a {
  color: #000;
  font-weight: 500;
}
.faq_section .faq_nav .faq_nav_item.active a .icon-nav-arrow {
  opacity: 1;
}
.faq_section .faq_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0;
}
.faq_section .faq_content .faq_category {
  margin-bottom: 72px;
}
.faq_section .faq_content .faq_category:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .faq_section .faq_content .faq_category {
    margin-bottom: 56px;
  }
}
@media (max-width: 767.98px) {
  .faq_section .faq_content .faq_category {
    margin-bottom: 40px;
  }
}
.faq_section .faq_content .faq_category_title {
  font-family: "Inter Tight", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  margin: 0;
  padding-bottom: 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 80%;
  margin-bottom: 20px;
}
.faq_section .faq_content .faq_category_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #CEAB6E;
}
@media (max-width: 1199.98px) {
  .faq_section .faq_content .faq_category_title {
    font-size: 18px;
    padding-bottom: 14px;
  }
}
@media (max-width: 767.98px) {
  .faq_section .faq_content .faq_category_title {
    font-size: 16px;
    padding-bottom: 12px;
  }
}
.faq_section .faq_content .faq_item:last-child .faq_question {
  padding-bottom: 0;
}
.faq_section .faq_content .faq_item .faq_question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: start;
  gap: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 1199.98px) {
  .faq_section .faq_content .faq_item .faq_question {
    font-size: 15px;
    padding: 18px 0;
  }
}
@media (max-width: 767.98px) {
  .faq_section .faq_content .faq_item .faq_question {
    padding: 16px 0;
  }
}
.faq_section .faq_content .faq_item .faq_question:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (hover: hover) {
  .faq_section .faq_content .faq_item .faq_question:hover .faq_toggle .icon,
  .faq_section .faq_content .faq_item .faq_question:hover .faq_toggle .icon::before {
    background-color: #CEAB6E;
  }
}
.faq_section .faq_content .faq_item .faq_question .faq_toggle {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq_section .faq_content .faq_item .faq_question .faq_toggle .icon {
  width: 16px;
  height: 2px;
  background-color: #000;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767.98px) {
  .faq_section .faq_content .faq_item .faq_question .faq_toggle .icon {
    width: 14px;
  }
}
.faq_section .faq_content .faq_item .faq_question .faq_toggle .icon::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
@media (max-width: 767.98px) {
  .faq_section .faq_content .faq_item .faq_question .faq_toggle .icon::before {
    height: 14px;
  }
}
.faq_section .faq_content .faq_item .faq_question.open .faq_toggle .icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.faq_section .faq_content .faq_item .faq_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: max-height 0.35s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: max-height 0.35s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.faq_section .faq_content .faq_item .faq_answer.show {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767.98px) {
  .faq_section .faq_content .faq_item .faq_answer.show {
    padding-top: 6px;
  }
}
.faq_section .faq_content .faq_item .faq_answer p {
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #515151;
  line-height: 1.7;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}