/* Text Elements */

h2.heading-2 {
  margin: 10px auto 0;
  padding: 0 1rem .5rem;
  min-width: 0;
  max-width: 1000px;
  color: #161616;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
}

h2.subheading {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: .5rem 1rem 0;
  min-width: 0;
  max-width: 1000px;
  color: #0e0e0e;
  text-align: center;
  text-transform: none;
  font-size: 22px;
  font-family: 'Josefin Sans', sans-serif;
}

h2.title-section {
  margin: 3rem auto 0;
  padding: 0 1rem .5rem;
  min-width: 0;
  max-width: 1000px;
  color: #0e0e0e;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-family: 'Josefin Sans', sans-serif;
}

h2.card-name-product {
  margin-top: 1rem;
  text-align: left;
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
}

p.paragraph.paragraph-1 {
  margin-bottom: 2px;
  max-width: 850px;
  color: #0e0e0e;
  text-align: left;
  font-weight: 400;
  font-family: 'Josefin Sans', sans-serif;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
  max-width: 800px;
  color: #e1e1e1;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  font-family: 'Archivo', sans-serif;
  line-height: 1.7;
}

p.paragraph.paragraph-3 {
  margin: auto 0vmin;
  max-width: none;
  width: 100%;
  font-size: 25px;
}

p.paragraph.paragraph-2 {
  display: inline;
  float: left;
  margin-bottom: auto;
  max-width: none;
  max-height: 15vh;
  width: 80%;
  background-color: #00d2ff;
  color: #0e0e0e;
}

p.paragraph.paragraph-4 {
  float: none;
  margin-bottom: 0;
  max-width: none;
  width: 34.54%;
  color: #161616;
  font-weight: 400;
}

p.paragraph.paragraph-5 {
  color: #0e0e0e;
  font-weight: 600;
}

p.paragraph.paragraph-6 {
  color: #0e0e0e;
}

/* Interaction Elements */

a.link-button.close-button {
  background-color: transparent;
}

a.link-button.button {
  margin-bottom: 2px;
  margin-left: 10px;
  padding-top: 12px;
}

/* Layout Elements */

body.body-1 {
  background-color: #bde8f2;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.header {
  position: absolute;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-bottom: 4rem;
  min-width: 100%;
  min-height: 50px;
  width: auto;
  background-color: transparent;
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(360deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
}

.container.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  min-height: 15vh;
  background-color: transparent;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
          justify-content: flex-start;
  background-blend-mode: normal;
}

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 10px;
  margin-left: 10%;
  min-height: auto;
  width: 80%;
  background-color: #c9c1ab;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.container-3 {
  margin-top: 1rem;
  max-width: 1250px;
}

.container.container-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.container.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  padding-right: 8px;
  padding-left: 8px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.container-12 {
  position: fixed;
  z-index: -100;
}

.container.menu-bar {
  position: relative;
  z-index: 10;
  display: block;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-right: 3%;
  margin-left: 3%;
  width: 94%;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

.container.container-17 {
  display: none;
}

.container.container-16 {
  display: none;
}

.container.reveal {
  position: relative;
  float: right;
  padding: 0 5px 0 0;
  max-height: 75px;
  width: 40%;
  background-color: #e68b5a;
  vertical-align: top;
}

.container.cont-form-help {
  float: right;
}

.container.container-5 {
  width: 95%;
}

div.responsive-picture {
  padding-top: 0;
  max-width: none;
}

div.responsive-picture.picture-1 {
  display: none;
}

.html-element.html-element-1 {
  margin-left: 12.5%;
  width: 75%;
}

a.glyph.font-icon-link-1 {
  width: 100%;
  font-size: 21px;
}

.html-element.html-element-2 {
  display: none;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h2.heading-2 {
    font-size: 26px;
  }

  h2.subheading {
    color: #0e0e0e;
    text-align: center;
    font-size: 22px;
  }

  h2.title-section {
    font-size: 26px;
  }

  p.paragraph.paragraph-1 {
    margin-bottom: auto;
    max-width: 850px;
    color: #0e0e0e;
  }

  p.paragraph {
    text-align: left;
    font-size: 15px;
  }

  p.paragraph.paragraph-3 {
    display: block;
    float: none;
    min-width: 0;
    max-width: none;
    width: 100%;
    text-align: center;
    font-size: 30px;
  }

  p.paragraph.paragraph-2 {
    float: left;
    padding-left: 5px;
    max-width: none;
    width: 80%;
    background-color: transparent;
  }

  p.paragraph.paragraph-5 {
    text-align: center;
    font-weight: 700;
  }

  p.paragraph.paragraph-6 {
    text-align: center;
  }

  /* Interaction Elements */

  a.link-button.close-button {
    background-color: transparent;
  }

  /* Layout Elements */

  body.body-1 {
    position: static;
  }

  .container.header {
    position: relative;
    margin-bottom: 2rem;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(360deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-4 {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .container.container-1 {
    margin-top: 3px;
    margin-left: 15%;
    min-height: auto;
    width: 70%;
  }

  .container.hero-container {
    min-height: 7vh;
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-12 {
    position: fixed;
    z-index: -100;
  }

  .container.menu-bar {
    display: block;
    -ms-flex-pack: center;
    float: none;
    width: 100%;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.container-16 {
    display: none;
  }

  .container.cont-form-help {
    float: right;
    min-width: 0;
    width: 5%;
    height: 30px;
  }

  .container.container-5 {
    width: 95%;
  }

  .container.reveal {
    position: relative;
    padding: 0 5px 0 0;
    max-width: none;
    max-height: 75px;
    background-color: #e68b5a;
    vertical-align: top;
  }

  .html-element.html-element-1 {
    float: none;
    margin-left: 12.5%;
  }

  a.glyph.font-icon-link-1 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h2.subheading {
    margin-bottom: 15px;
    color: #0e0e0e;
    text-align: center;
  }

  h2.heading-2 {
    margin-top: 15px;
    color: #0e0e0e;
    text-align: center;
    line-height: 40px;
  }

  h2.title-section {
    float: left;
    margin-top: 0;
    margin-bottom: 3px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
    max-width: none;
    width: 100%;
    height: auto;
    color: #0e0e0e;
    text-align: center;
  }

  p.paragraph {
    font-size: 16px;
  }

  p.paragraph.paragraph-1 {
    width: 100%;
    color: #0e0e0e;
  }

  p.paragraph.paragraph-3 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 34px;
  }

  p.paragraph.paragraph-2 {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 2%;
    max-width: none;
    width: 80%;
    color: #0e0e0e;
  }

  p.paragraph.paragraph-5 {
    display: inline;
    color: #0e0e0e;
    font-weight: 700;
  }

  p.paragraph.paragraph-6 {
    float: left;
    max-width: none;
    width: 100%;
    color: #0e0e0e;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
  }

  /* Interaction Elements */

  a.link-button.close-button {
    display: block;
    background-color: transparent;
  }

  /* Layout Elements */

  body.body-1 {
    z-index: auto;
    max-width: none;
    background-color: #bde8f2;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.hero-container {
    min-height: 20vh;
    background-color: transparent;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.container-3 {
    max-width: 1400px;
  }

  .container.container-2 {
    margin-right: 0;
    margin-left: 16px;
    max-width: 1000px;
  }

  .container.header {
    position: fixed;
    z-index: auto;
    min-height: 10vh;
    background-color: transparent;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:    -moz-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:      -o-linear-gradient(bottom, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-image:         linear-gradient(360deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    background-repeat: repeat;

    background-blend-mode: normal;
  }

  .container.container-1 {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    float: left;
    margin-top: 3px;
    margin-right: 2%;
    margin-left: 2%;
    min-height: auto;
    width: 56%;
    background-color: #c9c1ab;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
  }

  .container.container-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    float: left;
    margin-left: 15%;
    width: 70%;
  }

  .container.container-12 {
    z-index: -100;
    overflow: hidden;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;

    background-blend-mode: normal;
  }

  .container.menu-bar {
    display: block;
    float: left;
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .container.container-16 {
    display: inline-block;
    float: left;
    width: 20%;
  }

  .container.container-17 {
    display: block;
    float: left;
    width: 20%;
  }

  .container.container-10 {
    margin-left: 20%;
    width: 60%;
  }

  .container.cont-thanku.container-1 {
    margin-left: 20%;
  }

  .container.reveal {
    float: right;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    max-width: none;
    max-height: none;
    width: 20%;
  }

  .container.cont-form-help {
    float: right;
    padding-right: 2px;
    max-width: 10%;
    width: 5%;
    height: 30px;
  }

  .container.container-5 {
    width: 95%;
  }

  div.responsive-picture.picture-1 {
    display: none;
  }

  .html-element.html-element-1 {
    float: left;
    margin-left: 20%;
    width: 60%;
  }

  a.responsive-picture.picture-link-1 {
    margin-top: 3px;
    max-width: none;
  }

  a.responsive-picture.picture-link-2 {
    margin-top: 3px;
    max-width: none;
  }

  .html-element.html-element-3 {
    margin-left: 10%;
    padding-left: 0;
    width: 80%;
  }

  a.glyph.font-icon-link-1 {
    float: right;
    margin-left: 20px;
    min-height: 20px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 25px;
    line-height: 50px;
  }

  .html-element.html-element-4 {
    float: left;
    width: 100%;
  }
}