#contact-submit-wrap .contact-submit-button {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 360px;
  height: 72px;
  background: #fffd54;
  border-radius: 4px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto;
  transition: all 0.2s;
  cursor: pointer;
  font-family: inherit;
}
@media screen and (max-width: 768px) {
  #contact-submit-wrap .contact-submit-button {
    width: 100%;
    max-width: 360px;
    height: 60px;
    font-size: 20px;
    line-height: 30px;
    gap: 8px;
  }
}
#contact-submit-wrap .contact-submit-button > img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #contact-submit-wrap .contact-submit-button > img {
    width: 20px;
    height: 20px;
  }
}
#contact-submit-wrap .contact-submit-button:hover:not(.is-disabled) {
  opacity: 0.8;
}
#contact-submit-wrap .contact-submit-button.is-disabled {
  background: #999999;
  pointer-events: none;
  cursor: not-allowed;
}/*# sourceMappingURL=contact202512.css.map */