/** Shopify CDN: Minification failed

Line 96:13 Expected ":"

**/
/* new css */
.custom-style-nw .form__message h2 {
    font-size: 25px;
}
.field__label-nw span {
    color: red;
}
.button-contact {
    width: auto;
    padding: 12px 24px;
    cursor: pointer;
    background: #000;
    color: #fff;
    font-family: Futura !important;
    text-transform: uppercase;
    border: 1px solid #000;
    font-size: 11px;
    letter-spacing: 1px;
    transition: 0.3s all ease-in-out;
}

.button-contact:hover {
    color: #000;
    background: transparent;
}
.custom-style-nw .form__message {
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000;
}
.field__label-nw {
    font-family: Futura !important;
    text-transform: uppercase;
    color: #000;
    font-size: 10px;
}
.custom-style-nw .field__input {
    border: 0.5px solid rgb(235 235 235) !important;
    transition: 0.3s all ease-in-out;
    font-size: 12px;
    font-family: Futura !important;
}

.custom-style-nw .field__input:hover {
    border-color: currentColor !important;
}
.custom-style-nw .field__input:focus-visible {
    box-shadow: none;
    border-color: currentColor !important;
}
.custom-style-nw .field::after {
    display: none;
}

.custom-style-nw .field::before {
    display: none;
}
.custom-style-nw .field__input::placeholder {
    font-family: Futura !important;
    font-size: 12px;
}
.custom-style-nw .field__input::placeholder {
  opacity: 1 !important;
  color: #999 !important; 
}
.label-fiels-n .field__input, .field :not(:placeholder-shown) {
    margin: 0;
    padding: 0 1.6rem;
}
#ContactForm-body {
    padding: 12px 12px;
}
.custom-style-nw {
    max-width: 100%;
    padding-right: 36px;
    padding-left: 36px;
}

#ContactForm {
    max-width: 786px;
    margin: 0 auto;
    width: 100%;
    padding: 40px 36px 0px;
}



.custom-style-nw h2 {
    font-family: Helvetica, sans-serif;
    Helvetica, font-family: sans-serif;
    font-size: 61px;
    font-weight: 300;
}
/* ------- */
.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: 2rem;
  }
}
@media screen and (max-width:767px){
  .custom-style-nw {
    padding-left: 16px;
    padding-right: 16px;
}

#ContactForm {
    max-width: 100%;
    padding: 20px 0px;
}

.custom-style-nw h2.title.title-wrapper--no-top-margin {
    font-size: 36px !important;
    text-align: center;
}

.contact__fields {
    display: flex;
    justify-content: space-between;
}

.contact__fields .label-fiels-n {
    width: 47%;
}
}