main #processing {
  width: 100%;
  min-height: 200px;
  height: auto;
  padding: 6rem 3rem 0 3rem;
  position: relative;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1299px) {
  main #processing {
    width: auto;
    margin: 0 -10px;
    padding: 0;
  }
}
main #processing .title_default h1, main #processing .title_default h2, main #processing .title_default h3 {
  color: #ffffff;
}
main #processing .head {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1299px) {
  main #processing .head {
    padding: 30px 20px;
  }
}
main #processing .head .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 30px auto 25px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1299px) {
  main #processing .head .button {
    margin: 15px auto 5px auto;
  }
}
main #processing .head .button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  border-radius: 8px;
  height: 60px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  background-color: #028a0f;
}
@media only screen and (max-width: 1299px) {
  main #processing .head .button a {
    height: auto;
    padding: 12px 40px;
    font-size: 16px;
    margin: 0;
  }
}
main #processing .head .button a.secondary {
  background: #686a6b;
}
main #processing .titles {
  width: 100%;
  display: inline-block;
  text-align: center;
}
main #processing .titles h1 {
  width: 100%;
  color: #e9bc32;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .titles h1 {
    font-size: 22px;
  }
}
main #processing .titles h2 {
  font-size: 18px;
  color: #ffffff;
  margin: 8px 0 0 0;
  letter-spacing: -0.01em;
  line-height: 150%;
  max-width: 800px;
  display: inline-block;
}
@media only screen and (max-width: 1299px) {
  main #processing .titles h2 {
    font-size: 14px;
  }
}
main #processing .titles h2 strong {
  font-weight: 700;
}
main #processing .image {
  text-align: center;
  padding: 15px 0 10px 0;
}
main #processing .image img {
  max-width: 100%;
  height: auto;
}
main #processing .input {
  max-width: 650px;
  margin: 10px auto -10px auto;
  padding: 0 5%;
}
main #processing .input input {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 14px;
  font-size: 15px;
  text-align: center;
}
main #processing .tip {
  display: inline-block;
  margin: 0 auto;
  padding: 0 200px;
}
@media only screen and (max-width: 1299px) {
  main #processing .tip {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
  }
}
main #processing .tip h4 {
  font-size: 20px;
  color: #e9bc32;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 14px 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .tip h4 {
    font-size: 14px;
  }
}
main #processing .tip p {
  font-size: 18px;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .tip p {
    font-size: 14px;
  }
}
main #processing .faq {
  width: 100%;
  display: inline-block;
  padding: 3rem 0 0 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .faq {
    padding: 0 1rem;
  }
}
main #processing .faq .itens {
  width: 100%;
  float: left;
  padding: 10px 0;
}
main #processing .faq .box {
  width: 100%;
  background: #ffffff;
  padding: 28px 30px;
  text-align: left;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .faq .box {
    padding: 18px 20px;
    margin: 0 0 10px 0;
  }
}
main #processing .faq .box h5 {
  font-size: 18px;
  color: #000000;
  margin: 5px 0 8px 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .faq .box h5 {
    font-size: 14px;
  }
}
main #processing .faq .box p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 25px 0;
  line-height: 170%;
}
@media only screen and (max-width: 1299px) {
  main #processing .faq .box p {
    font-size: 13px;
    margin: 0 0 15px 0;
    line-height: 140%;
  }
}
main #processing .faq .box p:last-child {
  margin: 0;
}
main #processing .faq .box a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
main #processing .steps {
  width: 100%;
  display: inline-block;
  padding: 90px 0 20px 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps {
    width: 100%;
    display: inline-block;
    padding: 20px;
  }
}
main #processing .steps .item {
  width: 326px;
  height: 298px;
  margin: 0 18px;
  border-radius: 8px;
  background: #ffffff;
  padding: 50px 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .item {
    width: 100%;
    height: auto;
    margin: 10px 0;
    padding: 30px 22px;
    text-align: left;
  }
}
main #processing .steps .item .number {
  position: absolute;
  top: -34px;
  left: 30px;
  width: 68px;
  height: 68px;
  line-height: 68px;
  background: #e9bc32;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
  border-radius: 100%;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .item .number {
    top: -14px;
    left: 20px;
    width: 48px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
  }
}
main #processing .steps .item h3 {
  font-size: 17px;
  color: #000000;
  line-height: 130%;
  margin: 10px 0 0 0;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .item h3 {
    font-size: 15px;
  }
}
main #processing .steps .item p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  margin: 8px 0 0 0;
  line-height: 175%;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .item p {
    font-size: 12px;
    line-height: 165%;
  }
}
main #processing .steps .item p span {
  color: #c50000;
}
main #processing .steps .support {
  padding: 50px 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .support {
    padding: 30px 10px;
  }
}
main #processing .steps .support h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .support h2 {
    font-size: 16px;
  }
}
main #processing .steps .support h3 {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 1299px) {
  main #processing .steps .support h3 {
    font-size: 16px;
  }
}