.hero {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Hero.jpg'), -webkit-linear-gradient(270deg, #000, #000);
  background-image: url('../images/Hero.jpg'), linear-gradient(180deg, #000, #000);
  background-position: 100% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  font-family: 'Circularstd book';
  font-size: 17px;
  text-align: center;
}

.container-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h1-hero {
  max-width: 450px;
  padding-top: 30px;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  text-align: left;
}

.paragraph {
  max-width: 450px;
  padding-top: 20px;
  font-family: 'Circularstd book';
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.our-beers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  display: block;
  margin: 50px auto 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Gt walsheim', sans-serif;
  color: #4c4c4c;
  font-size: 36px;
  line-height: 61px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
}

.grid-beers {
  padding-top: 35px;
}

.logo {
  position: static;
  display: block;
  width: 285px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  float: none;
}

.body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.p-beer {
  padding-bottom: 50px;
  text-align: center;
}

.h4-beer {
  padding-top: 20px;
  font-family: Circularstd;
  text-align: center;
  letter-spacing: 1px;
}

.order-online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  background-color: #f8f8f8;
}

.grid-order {
  display: block;
  width: auto;
  min-width: 50%;
}

.h5-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Circularstd;
  font-size: 32px;
  line-height: 41px;
}

.select-order {
  max-width: 300px;
  padding-top: 25px;
}

.price {
  display: inline-block;
  padding-top: 5px;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Circularstd book';
  font-size: 36px;
  line-height: 40px;
}

.select {
  margin-bottom: 30px;
}

.footer {
  background-color: #1f1f1f;
}

.container-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.facebook {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-width: auto;
  padding-left: 40px;
}

.column-6 {
  padding-left: 60px;
}

.divider {
  display: block;
  max-height: 2px;
  max-width: 940px;
  min-height: 2px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px none #4c4c4c;
  background-color: #4c4c4c;
}

.footer-logo {
  display: block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.footer-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright {
  position: static;
  display: block;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Circularstd book';
  color: #fff;
}

.link {
  padding-left: 30px;
  font-family: 'Circularstd book';
  color: #fff;
}

._6-pack {
  display: block;
  min-width: 545px;
  margin-right: auto;
  margin-left: auto;
}

.h1-footer {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  font-family: Circularstd;
  color: #fff;
  font-size: 48px;
  line-height: 61px;
  text-align: center;
}

.btn-buy {
  display: inline-block;
  min-height: 50px;
  min-width: 150px;
  float: right;
  border-radius: 3px;
  background-color: #1f1f1f;
  font-family: Circularstd;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-buy:hover {
  background-color: #474646;
  color: #fff;
}

.btn-fb {
  width: 180px;
  height: 50px;
  min-height: 50px;
  min-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: auto;
  padding-left: auto;
  border-radius: 3px;
  background-color: #3b5998;
  font-family: Circularstd;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-fb:hover {
  background-color: #4466ad;
}

.btn-tw {
  width: 180px;
  height: 50px;
  min-height: 50px;
  min-width: 180px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 3px;
  background-color: #1da1f2;
  font-family: Circularstd;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.btn-tw:hover {
  background-color: #49b0f0;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.paragraph-2 {
  display: block;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  font-family: 'Circularstd book';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.study {
  font-family: Circularstd;
  color: #333;
  font-weight: 500;
}

.text-block {
  width: 470px;
  padding-top: 0px;
  font-family: 'Gt walsheim', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  text-align: left;
  letter-spacing: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  min-height: 50px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1cb0f6;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.button:hover {
  opacity: 0.9;
}

.button.secondary {
  margin-left: 25px;
  background-color: #fff;
  color: #000;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  min-width: 200px;
  margin-right: 20px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 100px;
  background-color: #fff;
  opacity: 1;
  text-decoration: none;
}

.lightbox-link:hover {
  opacity: 0.9;
}

.text-block-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.form {
  width: 480px;
  max-width: 480px;
  min-width: auto;
}

.text-field {
  height: 55px;
  border: 2px solid #ddd;
  border-radius: 4px;
}

.text-field-2 {
  height: 55px;
}

.text-field-3 {
  height: 55px;
}

.text-field-4 {
  display: block;
  height: 150px;
  float: none;
  clear: none;
  border: 2px solid #ddd;
  border-radius: 4px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
}

.field-label {
  padding-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
}

.submit-button {
  width: 480px;
  height: 50px;
  max-width: 480px;
  min-height: 50px;
  min-width: auto;
  margin-top: 20px;
  border-radius: 100px;
  background-color: #1cb0f6;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}

.submit-button:hover {
  opacity: 0.9;
}

.select-field {
  height: 55px;
  max-height: 55px;
  min-height: 55px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5));
  font-size: 14px;
}

.textarea {
  min-height: 130px;
  border: 2px solid #ddd;
  border-radius: 3px;
}

.text-block-3 {
  margin-top: 15px;
  font-family: 'Gt walsheim', sans-serif;
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.link-2 {
  color: #1cb0f6;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  height: 80px;
  min-height: 80px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa);
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.div-block-3 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  height: 80px;
  background-image: -webkit-linear-gradient(270deg, #000, #000);
  background-image: linear-gradient(180deg, #000, #000);
}

.container-2 {
  display: block;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 80px;
  min-height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  background-image: -webkit-linear-gradient(270deg, #fafafa, #fafafa);
  background-image: linear-gradient(180deg, #fafafa, #fafafa);
}

.image {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 35px;
}

.seperator {
  display: block;
  width: 960px;
  height: 1px;
  max-height: 1px;
  min-height: 1px;
  margin: 50px auto 25px;
  background-image: -webkit-linear-gradient(270deg, #ddd, #ddd);
  background-image: linear-gradient(180deg, #ddd, #ddd);
}

.success-message {
  background-color: transparent;
}

.terms {
  margin-top: 20px;
  color: #777;
  text-align: center;
}

.link-3 {
  color: #777;
}

@media (max-width: 991px) {
  .hero {
    padding-right: 5%;
    padding-left: 5%;
    background-image: url('../images/Hero.jpg'), -webkit-linear-gradient(270deg, #000, #000);
    background-image: url('../images/Hero.jpg'), linear-gradient(180deg, #000, #000);
    background-position: 245% 100%, 0px 0px;
    background-size: 648px, auto;
  }
  .h1-hero {
    max-width: 420px;
  }
  .paragraph {
    max-width: 310px;
  }
  .logo {
    overflow: hidden;
  }
  .order-online {
    position: static;
    display: block;
    height: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .grid-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .h5-order {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .select-order {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .price {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .column-6 {
    position: static;
    display: block;
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  ._6-pack {
    overflow: visible;
    min-width: auto;
    float: none;
  }
  .btn-buy {
    position: static;
    display: block;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    float: none;
  }
  .lightbox-link {
    background-color: #fff;
    background-image: none;
  }
  .submit-button {
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
    background-image: none;
  }
  .h1-hero {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .paragraph {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;
  }
  .beer-1 {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .order-online {
    position: static;
    display: block;
    height: 970px;
  }
  .grid-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .h5-order {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .select-order {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .beer-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-2 {
    display: block;
  }
  .text-block {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
  }
  .div-block {
    padding-bottom: 25px;
    padding-left: 15px;
  }
  .terms {
    padding-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .hero {
    overflow: visible;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .container-hero {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .h1-hero {
    font-size: 48px;
    line-height: 62px;
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .h1 {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 32px;
    line-height: 48px;
    font-weight: 500;
  }
  .logo {
    position: static;
    display: block;
    margin-top: 5%;
    padding: 0px auto 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .order-online {
    height: 800px;
  }
  .grid-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h5-order {
    margin-top: 40px;
  }
  .container-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .copyright {
    padding-top: 10px;
    padding-left: 0px;
  }
  .link {
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  ._6-pack {
    display: block;
    min-width: auto;
  }
  .btn-fb {
    margin-bottom: 30px;
  }
  .contact {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block {
    position: static;
    left: 0px;
    top: -192%;
    right: 0px;
    bottom: NaNpx;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0%;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 28px;
  }
  .button {
    width: 100%;
    max-height: 45px;
    max-width: 100%;
    min-width: 240px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .div-block {
    overflow: visible;
    width: 100%;
    margin-top: 10%;
    padding-bottom: 0%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .lightbox-link {
    width: 100%;
    height: 50px;
    max-height: 50px;
    max-width: 100%;
    min-height: 50px;
    min-width: 240px;
    margin: 10px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 100%, 0);
    background-image: -webkit-linear-gradient(270deg, #fff, #fff);
    background-image: linear-gradient(180deg, #fff, #fff);
  }
  .form {
    width: 300px;
  }
  .text-field {
    height: 45px;
    min-height: auto;
  }
  .submit-button {
    width: 300px;
    max-width: auto;
    margin-top: 15px;
    font-weight: 700;
  }
  .select-field {
    height: 45px;
    max-height: 45px;
    min-height: 45px;
  }
  .textarea {
    min-height: 100px;
  }
  .text-block-3 {
    padding-bottom: 25px;
  }
  .image {
    padding-bottom: 20px;
  }
  .terms {
    margin-top: 0px;
    padding-bottom: 20px;
  }
}

@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}