p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

a {
  text-decoration: none;
  color: #0033ff;
}

img {
  width: initial;
  height: initial;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1256px;
  }
}

.hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bg-light-yellow {
  background-color: #f9f9f9;
}

.spacer-pt-space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .spacer-pt-space {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-pt-space {
    padding-top: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-pt-space {
    padding-top: 70px;
  }
}
.spacer-pb-space {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .spacer-pb-space {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-pb-space {
    padding-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-pb-space {
    padding-bottom: 70px;
  }
}
.spacer-mt-space {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .spacer-mt-space {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-mt-space {
    margin-top: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-mt-space {
    margin-top: 70px;
  }
}
.spacer-mb-space {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .spacer-mb-space {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .spacer-mb-space {
    margin-bottom: 70px;
  }
}
@media (min-width: 1680px) {
  .spacer-mb-space {
    margin-bottom: 70px;
  }
}

.section-bg-transparent + .section-bg-transparent {
  margin-top: -40px;
}
@media (min-width: 768px) {
  .section-bg-transparent + .section-bg-transparent {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .section-bg-transparent + .section-bg-transparent {
    margin-top: -70px;
  }
}

.intro-block {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .intro-block {
    margin-bottom: 70px;
  }
}
.intro-block *:last-child {
  margin-bottom: 0 !important;
}
.intro-text * {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  text-align: center;
}
@media (min-width: 768px) {
  .intro-text * {
    font-size: 20px;
    line-height: 28px;
  }
}
.intro-text *:last-child {
  margin-bottom: 0 !important;
}

.heading {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .heading {
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 32px;
  }
}

.remove-space-last > *:last-child {
  margin-bottom: 0 !important;
}

.editor-content * {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
.editor-content > * {
  margin-bottom: 20px;
}
.editor-content > *:last-child {
  margin-bottom: 0 !important;
}
.editor-content :where(h1, h2, h3, h4, h5, h6) {
  font-size: 32px;
  line-height: 40px;
}
.editor-content :where(h2, h3) {
  font-size: 24px;
  line-height: 32px;
}
.editor-content :where(h4, h5, h6) {
  font-size: 20px;
  line-height: 28px;
}
.editor-content ol,
.editor-content ul {
  display: block;
}
.editor-content ol li,
.editor-content ul li {
  margin-bottom: 15px;
}
.editor-content ol li:last-child,
.editor-content ul li:last-child {
  margin: 0;
}
.editor-content picture {
  margin-bottom: 30px;
}
.editor-content ol {
  list-style-type: decimal;
  margin-left: 15px;
}
.editor-content ol li {
  padding-left: 5px;
}
.editor-content ul li {
  position: relative;
  padding-left: 15px;
}
.editor-content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 0;
  border-radius: 50%;
}

.errMsg {
  display: inline-block;
  font-size: 12px;
  color: red;
}

#campaign_form .form-box label {
  position: unset;
  color: red;
  font-size: 14px;
}

#tcapply-error {
  position: absolute;
  color: red;
  margin-top: 50px;
  font-size: 14px;
}
@media (min-width: 768px) {
  #tcapply-error {
    margin-top: 23px;
  }
}

a {
  text-decoration: none;
}

.faqsection {
  background-color: #fbfbfb;
}
.faqsection__heading {
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .faqsection__heading {
    font-size: 45px;
    line-height: 68px;
  }
}
.faqsection__heading::after {
  content: "";
  display: block;
  width: 130px;
  height: 2px;
  margin: 10px auto 0;
  background: #ffcb08;
}
@media (min-width: 768px) {
  .faqsection__heading::after {
    width: 180px;
    margin: 14px auto 0;
  }
}
.faqsection__area {
  max-width: 100%;
  margin: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .faqsection__area {
    max-width: 908px;
    margin-top: 65px;
  }
}
.faqsection__item {
  margin-bottom: 14px;
}
.faqsection__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faqsection__item {
    margin-bottom: 14px;
  }
}
.faqsection__item.active .faqsection__arrow {
  transform: rotate(-180deg);
}
.faqsection__arrow {
  transition: transform 0.3s ease;
}
.faqsection__question {
  padding: 18px 18px 18px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid rgb(254, 203, 7);
  border-radius: 6px;
  box-shadow: 0px 10px 24px 0px rgba(227, 227, 227, 0.5);
}
@media (min-width: 768px) {
  .faqsection__question {
    padding: 18px 28px 18px 28px;
    align-items: center;
  }
}
.faqsection__content {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding: 14px 16px;
  background-color: #fbfbfb;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .faqsection__content {
    padding: 23px 30px;
    font-size: 18px;
    line-height: 32px;
  }
}
.faqsection__title {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .faqsection__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.faqsection__answer {
  max-height: 0;
  transition: max-height 0.2s ease;
  overflow: hidden;
}/*# sourceMappingURL=faq.css.map */