.newFaqWrapper {
  width: 100%;
  max-width: 100% !important;
  color: #1D1D1D;
}

@media only screen and (max-width: 768px) {
  .newFaqWrapper {
    padding: 0 10px;
  }
}

.newFaqWrapper h1 {
  font-family: "Nunito-Bold";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  .newFaqWrapper h1 {
    font-size: 18px;
  }
}

.newFaqWrapper ul {
  list-style: disc outside none;
  margin-left: 20px;
}

.newFaqWrapper ol {
  list-style: decimal outside none;
  margin-left: 20px;
}

.newFaqWrapper a {
  color: #a37b24;
}

.newFaqWrapper a:hover {
  text-decoration: underline;
}

.newFaqWrapper .mainTitle {
  margin: 40px 0;
  text-align: center;
}

.newFaqWrapper .toggleLang {
  margin-bottom: 40px;
  font-family: "Nunito-Bold";
  font-size: 14px;
  text-align: center;
}

.newFaqWrapper .faqTabs {
  display: flex;
  margin-bottom: 40px;
}

.newFaqWrapper .faqTabs .faqTab {
  width: 50%;
  padding: 10px 0;
  font-family: "Nunito-Bold";
  font-size: 24px;
  text-align: center;
  color: #1D1D1D;
  text-transform: uppercase;
  border-bottom: 4px solid #9B9B9B;
  cursor: pointer;
}

.newFaqWrapper .faqTabs .faqTab.active, .newFaqWrapper .faqTabs .faqTab:hover {
  border-color: #1D1D1D;
}

@media only screen and (max-width: 768px) {
  .newFaqWrapper .faqTabs .faqTab {
    font-size: 18px;
  }
}

.newFaqWrapper .faqSearch {
  margin-bottom: 40px;
}

.newFaqWrapper .faqSearch .faqSearchInput {
  width: 50%;
  height: 45px;
  margin: 0 auto;
  padding: 0 45px 0 15px;
  font-family: "Nunito-Regular";
  font-size: 14px;
  color: #1D1D1D;
  text-transform: uppercase;
  background: url(/images/version-2/icons/search-thin-small.png) no-repeat 98% 10px;
  border: 1px solid #1D1D1D;
}

.newFaqWrapper .faqSearch .faqSearchInput:-ms-input-placeholder {
  color: #1D1D1D;
}

.newFaqWrapper .faqSearch .faqSearchInput::placeholder {
  color: #1D1D1D;
}

@media only screen and (max-width: 768px) {
  .newFaqWrapper .faqSearch .faqSearchInput {
    width: 100%;
    font-size: 12px;
    background: url(/images/version-2/icons/search-thin-smaller.png) no-repeat 98% 14px;
  }
}

.newFaqWrapper .faqSectionWrapper .faqSection {
  margin-bottom: 20px;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionTitle {
  text-align: center;
  margin: 40px 0 20px;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper {
  border-top: 1px solid #1D1D1D;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent {
  font-size: 14px;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent:after {
  content: '';
  display: block;
  clear: both;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent .question {
  padding: 20px 0;
  font-family: "Nunito-Bold";
  text-transform: uppercase;
  border-bottom: 1px solid #1D1D1D;
  cursor: pointer;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent .question:before {
  content: '';
  width: 15px;
  height: 15px;
  margin-right: 5px;
  float: right;
  background: url(/images/icons/icon_arrow_right_thin.png) no-repeat center center;
  background-size: contain;
  transform: rotate(-90deg);
  transition: .3s;
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent .question.inactive:before {
  transform: rotate(90deg);
}

.newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent .answer {
  display: none;
  padding: 20px 0;
  font-family: "Nunito-Regular";
  line-height: 20px;
  border-bottom: 1px solid #1D1D1D;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent {
    font-size: 12px;
  }
  .newFaqWrapper .faqSectionWrapper .faqSection .sectionContentWrapper .sectionContent .answer {
    line-height: 18px;
  }
}

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