/** Shopify CDN: Minification failed

Line 19:14 Expected ":"

**/
.contact-banner {
  position: relative;
}
.contact-banner-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-banner-container h1 {
  font-size:5.2rem;
  font-weight:bold;
  line-heightL 6.2rem;
  margin-bottom: 2rem;
}
.contact-banner-container h2 {
  font-size:2.2rem;
}
.contact-banner-container-content {
  width: 54%;
  margin-top: 12%;
}
.edit-information {
  width: 60%;
  position: relative;
  margin-top: -10rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(6,0,1,0.11);
  border-radius: 11px;
  margin: -10rem auto 5rem;
  padding: 4rem 3rem;
}
.edit-information-form {
  padding-top: 3rem;
  font-size: 1.8rem;
}
.contact-input input, .contact-input textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #f3f3f3;
  margin-bottom: 2rem;
  border: none;
  padding: 0 1rem;
}

.contact-input textarea {
  display: block;
  width: 100%;
  height: 20rem;
  line-height: 1.6;
  padding-top: 1rem;
}
.contact-input input:focus {
  border: none;
}
/* For modern browsers */
.contact-input input::placeholder， .contact-input textarea::placeholder {
  color: #666;
}

/* For Internet Explorer 10+ */
.contact-input input:-ms-input-placeholder , .contact-input textarea:-ms-input-placeholder{ 
  color: #666;
}

/* For Microsoft Edge */
.contact-input input::-ms-input-placeholder, .contact-input textarea::-ms-input-placeholder { 
  color: #666;
}
.contact-input .contact-button {
  width: 322px;
  height: 54px;
  background: #0068B7;
  line-height: 54px;
  font-size: 1.8rem;
  color: #fff;
  margin: 0 auto;
  margin-top: 3rem;
}
.thank-you h4 {
  font-size: 3rem;
  color: #333;
  text-align: center;
  padding-bottom: 3rem;
  font-weight: bold;
}
.thank-you-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5rem;
}
.thank-you-item {
  width: 49%;
  background: #FFFFFF;
  padding: 6rem 4rem 3rem 3rem;
  box-shadow: 0px 0px 9px 0px rgba(6,0,1,0.11);
  min-height: 46rem;
}
.thank-you-item img {
  display: block;
  margin: 0 auto;
}
.thank-you-item h4 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  text-align: center;
  padding: 3rem 0 2rem;
}
.thank-you-item p {
  font-weight: 400;
  font-size: 1.8rem;
  color: #333333;
  line-height: 35px;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .contact-banner-img {
    height: 30rem;
  }
  .contact-case-banner-title {
    font-size: 3.5rem;
    text-align: center;
  }
  .thank-you-item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contact-banner-container-content {
    width: 100%;
  }
  .contact-banner-container-content h1 {
    font-size: 2.2rem;
  }
  .contact-banner-container-content h2 {
    font-size: 1.4rem;
  }
  .edit-information {
    width: 100%;
    margin-top: -7rem;
  }
  .thank-you h4 {
    font-size: 2.2rem;
  }
  .thank-you-item p {
    font-size: 1.4rem;
    line-height: 22px;
  }
}