.wd-faq-h1-title {
  text-align: center;
  color: var(--primarycolor);
  font-size: 2.5em;
  font-weight: 500;
}

.wd-faq-h2-title {
  text-align: center;
  color: var(--primarycolor);
  font-size: 1.3em;
  font-weight: 500;
}

.wd-faq-h3-title {
  text-align: left;
  color: var(--primarycolor);
  margin: 1.5em 0;
  font-size: 1.3em;
  font-weight: 500;
  display: block;
}

#wd-faq-intro-text {
  margin-bottom: 1em;
}

.wd-faq-tabs-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  display: inline-flex;
}

.wd-faq-icon {
  text-align: center;
  margin: 0 auto;
}

.wd-faq-drawer-icon {
  position: absolute;
  top: 10px;
  right: 2%;
}

.wd-faq-icon > img {
  width: 40px;
}

.tab button {
  float: left;
  cursor: pointer;
  border: none;
  outline: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8em;
  height: 8em;
  margin: .5em;
  padding: 4px;
  transition: all .3s;
  display: inline-flex;
  overflow: hidden;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.wd-faq-content-wrapper {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.wd-faq-card-wrapper {
  background: #f1f1f1;
  margin: 1em 0;
  padding: .5em;
}

.wd-faq-card-wrapper.opened .wd-faq-drawer-icon {
  transform: rotate(180deg);
}

.wd-faq-card-wrapper.opened .wd-faq-card-paragraph {
  display: block;
}

.wd-faq-card-paragraph {
  display: none;
}

.default-opened-ask {
  display: block;
}

.wd-faq-card-header {
  cursor: pointer;
  position: relative;
}

div.wd-no-sponsor > .sponsor-wrapper {
  display: none;
}

.tabcontent {
  animation: 1s fadeEffect;
  display: block;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.wd-faq-contact-wrapper {
  margin: 0 auto;
  width: 80% !important;
}

.wd-faq-cf-wrapper {
  background: #f1f1f1;
  margin: 1em 0;
  padding: .5em;
}

.wd-contact-faq-section-title {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  color: #000 !important;
}

.wd-faq-cf-mail-icon, .wd-faq-cf-phone-icon {
  position: absolute;
  top: -25%;
  left: 6%;
}

#fld_9432631_1 {
  padding-left: 3em;
}

.wd-contact-faq-section-submit-btn {
  text-align: right;
}

.wd-contact-faq-section-submit-btn input {
  text-transform: uppercase;
  letter-spacing: 0;
  width: auto;
  transition: all .2s;
  background: var(--primarycolor) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 3px !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 17px !important;
  display: inline-block !important;
}

.wd-contact-faq-section-submit-btn input:hover {
  background: var(--primarycolor_darker) !important;
}

.wd-faq-info-section-wrapper {
  margin: 1em 0 4em;
}

.wd-faq-info-contact-title {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 1.3em;
  font-size: 1em;
  font-weight: 500;
  color: #000 !important;
}

.wd-faq-info-section-row {
  flex-direction: row;
  margin-bottom: .8em;
  display: flex;
}

.wd-faq-infos-section-icon {
  margin: 0 1em;
  display: inline-block;
}

.wd-faq-infos-section-text {
  padding-top: .25em;
}

.wd-faq-infos-section-text a, .wd-red-text {
  color: var(--primarycolor);
}
/*# sourceMappingURL=wd-faq-style.css.map */
