/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
#main.faq {
  position: relative;
}

#main.faq .title-wrapper {
  text-align: center;
  margin-bottom: 40px;
}

#main.faq #faq-section {
  padding: 60px 0;
}

#main.faq #faq-section .cont .inner {
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  letter-spacing: 1px;
}

#main.faq #faq-section .cont .inner a {
  color: #0672B9;
  text-decoration: underline;
  margin-left: -7px;
}

@media (max-width: 527.98px) {
  #main.faq #faq-section .cont .inner {
    padding: 15px;
  }
}

#main.faq #faq-section .cont .inner:not(:last-child) {
  margin-bottom: 48px;
}

#main.faq #faq-section .cont .inner h4._title {
  color: #0672B9;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 41px;
  text-align: center;
}

#main.faq #faq-section .cont .inner .help-wrapper {
  background-color: white;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px;
}

#main.faq #faq-section .cont .inner .help-wrapper ._q {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 0;
}

#main.faq #faq-section .cont .inner .help-wrapper ._q span {
  padding-right: 10px;
  transition: all .2s ease-in-out;
}

#main.faq #faq-section .cont .inner .help-wrapper ._q span span {
  color: #FF9A24;
  padding-right: 5px;
}

#main.faq #faq-section .cont .inner .help-wrapper ._q i {
  transform: rotate(-90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  #main.faq #faq-section .cont .inner .help-wrapper ._q {
    font-size: 20px;
  }
}

@media (max-width: 527.98px) {
  #main.faq #faq-section .cont .inner .help-wrapper ._q {
    font-size: 18px;
  }
}

#main.faq #faq-section .cont .inner .help-wrapper ._a {
  background-color: rgba(6, 114, 185, 0.05);
  border-radius: 5px;
  padding: 16px;
  display: none;
  line-height: 1.9;
}

#main.faq #faq-section .cont .inner .help-wrapper ._a ._underln {
  text-decoration: underline;
}

#main.faq #faq-section .cont .inner .help-wrapper ._a a {
  color: #0672B9;
}

#main.faq #faq-section .cont .inner .help-wrapper ._a p:not(:last-child) {
  margin-bottom: 16px;
}

#main.faq #faq-section .cont .inner .help-wrapper ._a p a {
  margin-left: -9px;
}

#main.faq #faq-section .cont .inner .help-wrapper ._a ul {
  list-style: inherit;
  padding-left: 20px;
}

#main.faq #faq-section .cont .inner .help-wrapper ._a ul li {
  list-style: inherit;
}

@media (max-width: 527.98px) {
  #main.faq #faq-section .cont .inner .help-wrapper ._a {
    padding: 8px;
    font-size: 14px;
  }
}

#main.faq #faq-section .cont .inner .help-wrapper:nth-child(even) {
  background-color: rgba(255, 154, 36, 0.1);
}

#main.faq #faq-section .cont .inner .help-wrapper:nth-child(even) ._a {
  background-color: white;
}

#main.faq #faq-section .cont .inner .help-wrapper._open ._q i {
  transform: rotate(0);
  color: #0672B9;
}

#main.faq #faq-section .cont .inner .help-wrapper._open ._q span {
  color: #0672B9;
}

#main.faq #faq-section .cont .inner .help-wrapper._open ._q span span {
  color: #FF9A24;
}

#main.faq #faq-section .cont .inner .help-wrapper._open ._a {
  display: block;
}

#main.faq #faq-section .cont .before-banner {
  margin-bottom: 34px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.9;
}

#main.faq #faq-section .cont .banner {
  background-color: #0672B9;
  width: 78%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  padding: 12px 12px 24px 12px;
  border-radius: 10px;
  position: relative;
}

#main.faq #faq-section .cont .banner h3 {
  text-align: center;
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 527.98px) {
  #main.faq #faq-section .cont .banner h3 {
    font-size: 20px;
  }
}

#main.faq #faq-section .cont .banner .person {
  position: absolute;
  bottom: 0;
  height: 198px;
}

#main.faq #faq-section .cont .banner .person.left {
  left: -102px;
}

#main.faq #faq-section .cont .banner .person.right {
  right: -102px;
}

@media (max-width: 608px) {
  #main.faq #faq-section .cont .banner {
    width: auto;
  }
  #main.faq #faq-section .cont .banner .person {
    display: none;
  }
}

#main.faq #faq-section .cont .banner .flex a {
  display: block;
  width: 298px;
  margin: 0 10px;
}

#main.faq #faq-section .cont .banner .flex a:hover, #main.faq #faq-section .cont .banner .flex a:focus, #main.faq #faq-section .cont .banner .flex a:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

@media (min-width: 768px) {
  #main.faq #faq-section .cont .banner .flex {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  #main.faq #faq-section .cont .banner .flex a {
    margin-left: auto;
    margin-right: auto;
  }
  #main.faq #faq-section .cont .banner .flex a:not(:first-child) {
    margin-top: 32px;
  }
}

@media (max-width: 527.98px) {
  #main.faq #faq-section .cont .banner .flex a {
    width: 90%;
  }
}

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