body.faq #hero .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.faq #hero .container {
    height: 336px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #hero .container {
    height: 365px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #hero .container {
    height: 280px;
  }
}
body.faq #hero .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262626;
  opacity: 0.07;
  z-index: -1;
}
body.faq #hero .container .title-row {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
body.faq #hero .container .title-row h1,
body.faq #hero .container .title-row h1 > *,
body.faq #hero .container .title-row h2,
body.faq #hero .container .title-row h2 > * {
  font-size: clamp(42px, 5.5vw, 84px);
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: center;
  line-height: 100px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.faq #hero .container .title-row h1,
  body.faq #hero .container .title-row h1 > *,
  body.faq #hero .container .title-row h2,
  body.faq #hero .container .title-row h2 > * {
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #hero .container .title-row h1,
  body.faq #hero .container .title-row h1 > *,
  body.faq #hero .container .title-row h2,
  body.faq #hero .container .title-row h2 > * {
    line-height: 60px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #hero .container .title-row h1,
  body.faq #hero .container .title-row h1 > *,
  body.faq #hero .container .title-row h2,
  body.faq #hero .container .title-row h2 > * {
    line-height: 40px;
    text-align: left;
  }
}
body.faq #hero .container .title-row .horizontal-line {
  flex: 1;
  height: 1px;
  background-color: #ffffff;
}
body.faq #hero .container .subtitle-row {
  margin-top: 20px;
  font-size: clamp(14px, 1.7vw, 20px);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 22px;
  color: #ffffff;
  font-weight: 500;
}
body.faq #hero .container .image-container {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.faq #hero .container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
body.faq #hero .container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.faq #faq-content .main-container {
  display: flex;
  margin: 100px 210px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.faq #faq-content .main-container {
    margin: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #faq-content .main-container {
    margin: 45px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #faq-content .main-container {
    margin: 25px;
    flex-direction: column;
  }
}
body.faq #faq-content .main-container .navigation-row {
  flex-basis: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #faq-content .main-container .navigation-row {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #faq-content .main-container .navigation-row {
    margin-bottom: 40px;
  }
}
body.faq #faq-content .main-container .navigation-row .nav-container {
  position: sticky;
  top: 250px;
}
body.faq #faq-content .main-container .navigation-row .nav-container .help-title {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.faq #faq-content .main-container .navigation-row .nav-container .help-title {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #faq-content .main-container .navigation-row .nav-container .help-title {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #faq-content .main-container .navigation-row .nav-container .help-title {
    margin-bottom: 30px;
  }
}
body.faq #faq-content .main-container .navigation-row .nav-container .help-title p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  color: #262626;
  opacity: 0.67;
  font-weight: 500;
  line-height: 24px;
}
body.faq #faq-content .main-container .navigation-row .nav-container ul.nav-list {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) and (max-width: 1499px) and (min-height: 500px) {
  body.faq #faq-content .main-container .navigation-row .nav-container ul.nav-list {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #faq-content .main-container .navigation-row .nav-container ul.nav-list {
    gap: 40px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #faq-content .main-container .navigation-row .nav-container ul.nav-list {
    gap: 20px;
    flex-direction: row;
  }
}
body.faq #faq-content .main-container .navigation-row .nav-container ul.nav-list li.nav-item a {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  color: #2a487c;
  font-weight: 500;
  cursor: pointer;
}
body.faq #faq-content .main-container .faq-row {
  flex-basis: 60%;
}
body.faq #faq-content .main-container .faq-row .faq-container .title-row {
  margin-bottom: 50px;
}
body.faq #faq-content .main-container .faq-row .faq-container .title-row h2 {
  line-height: 67px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1279px), (orientation: landscape) and (max-width: 767px) {
  body.faq #faq-content .main-container .faq-row .faq-container .title-row h2 {
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  body.faq #faq-content .main-container .faq-row .faq-container .title-row h2 {
    line-height: 35px;
  }
}
body.faq #faq-content .main-container .faq-row .faq-container .title-row h2 > * {
  font-family: "Bodoni 72", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(28px, 4vw, 60px);
  color: #2a487c;
}
body.faq #faq-content .main-container .faq-row .faq-container .searchbar input {
  box-sizing: border-box;
  border: 1px solid rgba(33, 64, 118, 0.1411764706);
  background-color: rgba(202, 222, 255, 0.2);
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  padding: 14px 18px;
  font-weight: 400;
  color: #2a487c;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  background-image: url("../../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 15px 50%;
}
body.faq #faq-content .main-container .faq-row .faq-container .searchbar input:-moz-placeholder-shown {
  color: #262626;
  opacity: 0.6;
}
body.faq #faq-content .main-container .faq-row .faq-container .searchbar input:placeholder-shown {
  color: #262626;
  opacity: 0.6;
}
body.faq #faq-content .main-container .faq-row .faq-container .searchbar input:focus-visible {
  outline: 1px solid #2a487c;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category {
  margin-bottom: 50px;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category .category-title h3 {
  line-height: 24px;
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 600;
  color: #2a487c;
  margin-bottom: 30px;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question {
  cursor: pointer;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-title {
  display: flex;
  justify-content: space-between;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-title h4 {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  font-weight: 500;
  color: #262626;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-title .plus-icon,
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-title .minus-icon {
  color: #2a487c;
  min-width: 20px;
  text-align: center;
  font-size: clamp(16px, 1.8vw, 24px);
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-title .minus-icon {
  display: none;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-answer {
  height: 0;
  overflow: hidden;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-answer p, body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .question-answer ul li {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(12px, 1.6vw, 18px);
  font-weight: 500;
  color: #262626;
  opacity: 0.67;
  line-height: 20px;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories ul.category-list li.category ul.question-list li.question .horizontal-line {
  height: 1px;
  background-color: #2a487c;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: 0.75;
  width: 100%;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories #no-results {
  display: none;
}
body.faq #faq-content .main-container .faq-row .faq-container .faq-categories #no-results p {
  font-family: "Montserrat", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(14px, 1.7vw, 20px);
  font-weight: 500;
  color: #262626;
  opacity: 0.67;
}