body.page-template-page-thanks {
  background: #efefef;
}
body.page-template-page-thanks .breadcrumb {
  margin-bottom: 7.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks .breadcrumb {
    margin-bottom: 3.4rem;
  }
}
body.page-template-page-thanks main .box {
  background: #fff;
  padding: 12.8rem;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks main .box {
    padding: 4.8rem 3.2rem;
  }
}
body.page-template-page-thanks main .box header h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks main .box header h1 {
    flex-direction: column-reverse;
    font-size: 2.4rem;
    gap: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
body.page-template-page-thanks main .box header h1::after {
  content: "";
  width: 4.7rem;
  height: 3.6rem;
  background: url("../img/thanks/check.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks main .box header h1::after {
    width: 2.8rem;
    height: 2.2rem;
  }
}
body.page-template-page-thanks main .box p {
  text-align: center;
  line-height: 2;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks main .box p {
    margin-bottom: 4rem;
  }
}
body.page-template-page-thanks main .box .button-wrapper {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks main .box .button-wrapper .labeled-button {
    gap: 0.5rem 6.5rem;
  }
}
body.page-template-page-thanks .global-footer .cta {
  padding-top: 10.4rem;
}
@media screen and (max-width: 768px) {
  body.page-template-page-thanks .global-footer .cta {
    padding-top: 6.4rem;
  }
}

/*# sourceMappingURL=page-thanks.css.map */
