/** Shopify CDN: Minification failed

Line 29:10 Unexpected "{"
Line 29:19 Expected ":"
Line 32:10 Unexpected "{"
Line 32:19 Expected ":"
Line 51:12 Unexpected "{"
Line 51:21 Expected ":"

**/
.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}
.form_social-icon{
  margin-top:80px;
}
.contact_{{ section.id }} .field:after{
  content: unset;
}
.contact_{{ section.id }} .field__input{
 background-color: #F8F8F8;
 border-radius: 8px;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 24px;
  } 
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 50px;
  }
  .contact_{{ section.id }} .contact__button .button{
        padding: 14px 3rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: block;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}
@media (max-width: 920px){
  .form_social-icon{
  margin-top:30px;
}

}