html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  * {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: 'Heebo', sans-serif;
    font-size: 15px;
    background: #F3F1EE;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
  }
  
  h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
    line-height: 1;
  }

  @media screen and (max-width: 745px) {
    h2 {
      font-size: 3rem;
    }
  }

  
  h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 3rem;
  }
  
  p {
    line-height: 1.8;
  }
  input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }

  .checkmark {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='30' height='30' fill='%23F3F1EE'/%3E %3Crect x='0.5' y='0.5' width='29' height='29' stroke='black' stroke-opacity='0.12'/%3E %3C/svg%3E");
  }

  input[type="checkbox"]:checked + .checkmark {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Crect width='30' height='30' fill='%23F3F1EE'/%3E %3Crect x='0.5' y='0.5' width='29' height='29' stroke='black' stroke-opacity='0.12'/%3E %3Crect x='6' y='6' width='18' height='18' fill='%23DCBAAA'/%3E %3C/svg%3E");
  }

  span.label {
    display: inline-block;
    margin-left: .8rem;
    position: relative;
    top: -9px;
  }

  
  header {
    background: #DCBAAA;
    height: 80px;
    width: 100%;
    position: sticky;
    top: 0;
  }
  
  header nav .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .hero {
    margin-bottom: 2rem;
  }
  
  .hero img {
    width: 100%;
    height: auto;
  }
  
  .content-wrapper {
    max-width: 800px;
    margin: 1.5rem auto;
    background: #ffffff;
  }
  
  @media screen and (max-width: 745px) {
    .content-wrapper {
      margin: 0 auto;
    }
  }
  
  #mc_embed_signup {
    padding: 4rem;
  }
  
  @media screen and (max-width: 745px) {
    #mc_embed_signup {
      padding: 0 2rem 2rem;
    }
  }
  
  /* MAILCHIMP */
  .indicates-required {
    color: #ccc;
  }
  
  .asterisk {
    color: #DCBAAA;
  }

  form .mc-field-group {
    margin-bottom: 1.5rem;
  }
  
  form .mc-field-group input {
    border: 0;
    background: #F3F1EE;
    padding: 1.3rem 2rem;
    font-size: 1rem;
    text-align: center;
  }
  
  form .mc-field-group #mce-FNAME, form .mc-field-group #mce-LNAME, form .mc-field-group #mce-EMAIL, form .mc-field-group #mce-PHONE {
    width: 100%;
  }
  
  form .mc-field-group .datefield {
    position: relative;
  }
  
  form .mc-field-group .datefield .birthday {
    width: 49.7%;
  }
  
  @media screen and (max-width: 745px) {
    form .mc-field-group .datefield .birthday {
      width: 49%;
    }
  }
  
  /* form .mc-field-group .datefield .spacer {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
  } */
  
  ul {
    list-style: none;
    display: grid;
  }
  
  ul li {
    grid-column: 1;
    margin-bottom: 1.5rem;
  }
  
  ul li:nth-child(2n+2) {
    grid-column: 2;
  }

  @media screen and (max-width: 745px) {
    ul li {
      grid-column: auto;
    }
    ul li:nth-child(2n+2) {
      grid-column: auto;
    }
  }
  
  
  /* ul li label {
    margin-left: .8rem;
  } */
  
  fieldset {
    margin: 1rem 0;
    border: 0;
    padding: 1rem;
    background: #F3F1EE;
  }
  
  fieldset .av-checkbox.gdpr {
    margin-bottom: 0;
  }
  @media screen and (max-width: 745px) {
    input[type="checkbox"] {
    }

    ul li label {
      margin-left: 0;
      position: relative;
      top: -12px;
    }

    .input-group h3 {
      margin-bottom: 2rem;
    }
  }


  
  fieldset span {
    margin-left: 0.8rem;
    position: relative;
  }
  
  #mc-embedded-subscribe {
    font-family: 'Playfair Display', serif;
    background: #DCBAAA;
    padding: 1.3rem 4rem;
    border: 0;
    cursor: pointer;
    margin-top: 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-appearance: none;
    border-radius: 0;
  }
  
  #mc-embedded-subscribe:hover {
    background: black;
    color: white;
  }
  
  #mce-error-response, #mce-success-response {
    margin: 1rem 0;
    border: 0;
    padding: 1rem;
    background: #F3F1EE;
  }

  #mce-success-response {
    padding: 5.5rem 2rem;
    margin-top: 3rem;
    font-size: 3rem;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    text-align: center;
    background: #c5e9ba;
    color: #3f5f35;
  }


  #mce-error-response a, #mce-success-response a {
    display: block;
  }
  
  .col2 {
    display: flex;
    align-content: space-around;
  }

  .col2 .sub-field {
    display: block;
    width: 100%;
  }

  .col2 .sub-field {
    margin-left: 0.3%;
  }
  .col2 .sub-field.first {
    margin-right: 0.3%;
    margin-left: 0;
  }