/** Shopify CDN: Minification failed

Line 71:23 The "+" operator only works if there is whitespace on both sides

**/
.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;
}

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

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3rem;
  }
}
.text-area {
  min-height: 16rem !important;
  resize: none;
}
.custom_field {
  margin-bottom: 3rem;
}
.custom_field__label {
  margin-bottom: 10px;
  color: #000;
}
.custom_field__input {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: 5px;
  height: 6rem;
  min-height: calc(var(--inputs-border-width)* 2);
  min-width: calc(7rem +(var(--inputs-border-width)* 2));
  position: relative;
  border: 1px solid #19AA6C;
  padding: 1.5rem;
}
.custom_field__input:focus-visible{
  outline: none;
  box-shadow: none;
}
.custom_field .field__input:focus, .custom_field .field__input:not(:placeholder-shown){
  padding: 1.5rem;
}
.custom_contact__button .button{
  width: 100%;
  border-radius: 5px;
}
.custom_contact__button .button:after{
  box-shadow: none;
}
.custom_contact__button .button:hover:after, .custom_contact__button .button:hover:before{
  box-shadow: none !important;
}

.contact_content-heading {
  font-size: 25px;
  font-weight: 600;
  color: #00be61;
  margin-bottom: 10px;
}
.contact_content-text {
  font-size: 16px;
  color: #000;
}
.space_border {
  display: block !important;
  width: 30%;
  height: 1px;
  background: #000000;
  color: #000000;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .contact_form-Content {
    padding: 20px 65px;
  }
}
@media screen and (max-width: 992px) {
  .space_border {
    margin: inherit;
  }
}
@media screen and (max-width: 600px) {
  .contact_content-heading {
    font-size: 20px;
  }
}