.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #9c9c9c;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.jpm-logo {
  position: static;
  display: block;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  text-align: left;
}

.section-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 7vh;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
  background-color: #fff;
}

.product-image {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 400px;
  max-width: 80%;
  margin: 0px 0px 39px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  clear: none;
  border-radius: 0px;
  opacity: 1;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-footer {
  position: static;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 15%;
  margin-top: auto;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #faf9f7;
}

.text-block {
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #9c9c9c;
  text-align: center;
}

.paragraph {
  display: block;
  margin-bottom: 10px;
  padding: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  text-shadow: 4px 0 8px #fff;
  white-space: normal;
}

.paragraph.first {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph.shipping-text {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 0px 12px;
  -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;
  color: #005eff;
  font-size: 13px;
  line-height: 1.2em;
  text-align: center;
}

.body {
  display: block;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  max-width: none;
  min-height: auto;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0.4);
  background-image: linear-gradient(63deg, hsla(0, 0%, 100%, 0.16) 4%, rgba(240, 254, 255, 0.26) 18%, hsla(0, 0%, 100%, 0.58) 44%, hsla(0, 0%, 100%, 0.52) 72%, hsla(0, 0%, 100%, 0.39) 90%, rgba(0, 0, 0, 0.1)), url('../images/mujo-hasanovic-Pac-Ni1ZqkA-unsplash-3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-bottom-block {
  overflow: visible;
  min-height: auto;
  padding: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #1c7da7;
  font-size: 38px;
  line-height: 1.3em;
  text-align: left;
  text-shadow: 0 0 0 #303449;
}

.heading.mobile-h1 {
  padding-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 37px;
}

.column-1 {
  position: static;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.html-embed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 0px;
  -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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.html-embed.first {
  position: static;
  left: 0%;
  top: 65%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20vh;
  max-width: none;
  min-height: 20vh;
  margin-bottom: 0px;
  padding-top: 10px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -o-object-fit: none;
  object-fit: none;
}

.html-embed.body-embed {
  max-width: 70%;
  min-width: 50%;
  padding: 0px 12px 10px;
}

.column-2 {
  position: relative;
  top: 100px;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.grid-tablet {
  grid-column-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50%;
  -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;
  opacity: 1;
}

.div-block {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: auto;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0vh;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 -5px 11px -4px rgba(0, 0, 0, 0.08);
  line-height: 10vh;
}

.section {
  min-height: auto;
}

.section-sticky {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 25%;
  z-index: 1;
  display: none;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-right: 0px;
  padding-bottom: 25px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  box-shadow: 0 -6px 8px -5px rgba(0, 0, 0, 0.17);
  opacity: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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;
}

.image {
  overflow: visible;
  width: auto;
  max-width: 400px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
}

.shipping-text {
  color: #b6b6b6;
  font-size: 15px;
  line-height: 1em;
}

.italic-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 0px;
  -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;
  color: #555;
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
  letter-spacing: 1.1px;
  text-shadow: 2px 0 5px #fff;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: none;
  min-height: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button {
  display: block;
  max-width: 65%;
  min-width: 0%;
  margin: 0px 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: none;
  clear: none;
  background-color: #f2994a;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.sticky {
  display: block;
  max-width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.bold-text {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.paragraph-2 {
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.link-block {
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.disclaimer {
  display: none;
  overflow: visible;
  padding-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 400;
}

.text-span {
  font-family: 'Open Sans', sans-serif;
}

.horizontal-divider {
  position: static;
  display: none;
  width: 200px;
  height: 1px;
  max-width: 100%;
  margin: 10px auto 22px;
  padding-right: 0px;
  padding-bottom: 0px;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #bebebe;
}

.italic-text-3 {
  color: #bd5b00;
  text-shadow: 4px 0 8px #fff;
}

.paragraph-white {
  display: block;
  margin-bottom: 10px;
  padding: 12px;
  border-style: solid;
  border-width: 0px;
  border-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  text-shadow: none;
  white-space: normal;
}

.paragraph-white.first {
  margin-bottom: 0px;
  text-align: center;
}

.paragraph-white.shipping-text {
  display: block;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 0px 12px;
  -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;
  color: #005eff;
  font-size: 13px;
  line-height: 1.2em;
  text-align: center;
}

.heading-white {
  padding-top: 12px;
  padding-right: 12px;
  padding-left: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 1.3em;
  text-align: left;
  text-shadow: none;
}

.heading-white.mobile-h1 {
  padding-top: 0px;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 37px;
}

.heading-1-white {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 1.3em;
}

.italic-text-4 {
  color: #000;
}

@media screen and (max-width: 991px) {
  .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 6px 8px -5px rgba(0, 0, 0, 0.17);
  }

  .product-image {
    position: relative;
    left: 24%;
    right: auto;
    bottom: 81px;
    display: block;
    overflow: visible;
    width: auto;
    height: auto;
    max-height: 20vh;
    max-width: 20vh;
    min-height: 20vh;
    float: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section-footer {
    height: 15%;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f3f3f3;
  }

  .paragraph {
    margin-right: 20px;
    margin-left: 20px;
    color: #333;
    text-shadow: 1px 0 6px rgba(150, 150, 150, 0.13);
  }

  .paragraph.first {
    margin: 0px;
  }

  .paragraph.shipping-text {
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
  }

  .hero-section {
    overflow: scroll;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    background-image: linear-gradient(102deg, hsla(0, 0%, 100%, 0.91) 21%, hsla(0, 0%, 100%, 0.75) 59%, hsla(0, 0%, 100%, 0.74) 87%, hsla(0, 0%, 100%, 0.77));
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 100%;
    object-position: 50% 100%;
  }

  .heading {
    margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    color: #006996;
    font-size: 30px;
    text-align: center;
    text-shadow: none;
  }

  .heading.mobile-h1 {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 29px;
    text-align: center;
  }

  .heading.mobile-small-h1 {
    padding-top: 20px;
  }

  .column-1 {
    position: static;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .html-embed {
    position: static;
    display: block;
    max-height: none;
    max-width: 80%;
    min-height: auto;
    min-width: 50%;
    padding: 0px 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .html-embed.body-embed {
    display: none;
  }

  .column-2 {
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-top: 62px;
    padding-bottom: 19px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .italic-text {
    margin-left: 0px;
  }

  .columns {
    min-height: 0vh;
  }

  .grid {
    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: 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;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid.grid-tablet {
    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-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .div-block {
    position: fixed;
    bottom: auto;
  }

  .section-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0%;
    display: block;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 270px;
    max-width: 0vw;
    min-width: 100vw;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 130px 0px 100px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: linear-gradient(103deg, hsla(0, 0%, 79.3%, 0.03) 12%, rgba(0, 0, 0, 0.12) 42%, rgba(0, 0, 0, 0.03) 84%), url('../images/moosa-haleem-2opFBNXAJzw-unsplash-2.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image {
    position: static;
    top: 6px;
    display: block;
    overflow: visible;
    width: auto;
    height: 270px;
    max-width: 300px;
    min-width: auto;
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-3 {
    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: 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;
  }

  .hero-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .italic-text-2 {
    color: #525252;
    text-shadow: none;
  }

  .grid-tablet {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: row;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: ltr;
    text-transform: none;
  }

  .button.sticky {
    margin-right: 40px;
    margin-left: 40px;
  }

  .bold-text {
    display: block;
    max-width: 0%;
    min-width: 0%;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }

  .bold-text-2 {
    text-transform: uppercase;
  }

  .bold-text-3 {
    text-transform: uppercase;
  }

  .disclaimer {
    padding-right: 32px;
    padding-left: 32px;
  }

  .horizontal-divider {
    display: none;
    margin: 15px auto 25px;
  }

  .italic-text-3 {
    color: #ac4f04;
  }

  .paragraph-white {
    margin-right: 20px;
    margin-left: 20px;
    text-shadow: 1px 0 6px rgba(150, 150, 150, 0.13);
  }

  .paragraph-white.first {
    margin: 0px;
  }

  .paragraph-white.shipping-text {
    padding-right: 12px;
    padding-bottom: 0px;
    padding-left: 12px;
  }

  .heading-white {
    margin-top: 35px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 0px;
    font-size: 29px;
    text-align: center;
  }

  .heading-white.mobile-h1 {
    margin-top: 20px;
    padding-top: 20px;
    font-size: 29px;
    text-align: center;
  }

  .heading-white.mobile-small-h1 {
    padding-top: 20px;
  }

  .italic-text-4 {
    color: #333;
  }
}

@media screen and (max-width: 767px) {
  .section-header {
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    text-shadow: none;
  }

  .paragraph.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-shadow: none;
  }

  .hero-section {
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(148deg, #fff 11%, hsla(0, 0%, 100%, 0.68) 43%, hsla(0, 0%, 100%, 0.66) 76%, #fff);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }

  .heading {
    margin-top: 40px;
    font-size: 29px;
  }

  .heading.mobile-h1 {
    font-size: 29px;
  }

  .heading.mobile-small-h1 {
    padding-top: 20px;
  }

  .column-1 {
    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;
  }

  .html-embed {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block {
    top: 100px;
    bottom: auto;
  }

  .section-sticky {
    margin-right: 0px;
    margin-left: 0%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    width: 100%;
    height: 270px;
    padding-bottom: 100px;
    background-color: #272727;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image {
    width: auto;
    max-width: 300px;
    margin-top: 40px;
  }

  .image.image-mobile-size {
    margin-top: 0px;
  }

  .italic-text-2 {
    padding-top: 5px;
  }

  .button.sticky {
    max-width: 100%;
    min-width: 0%;
    margin-right: 25px;
    margin-left: 25px;
  }

  .bold-text {
    max-width: 0%;
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .horizontal-divider {
    display: none;
    margin: 15px auto 25px;
  }

  .paragraph-white {
    text-shadow: none;
  }

  .paragraph-white.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-shadow: none;
  }

  .heading-white.mobile-h1 {
    font-size: 29px;
  }

  .heading-white.mobile-small-h1 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .jpm-logo {
    display: block;
  }

  .section-header {
    min-width: 100%;
    margin-right: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
  }

  .product-image {
    left: 7%;
    display: block;
  }

  .section-footer {
    background-color: #f5f5f5;
  }

  .paragraph {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    text-shadow: none;
  }

  .paragraph.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    text-shadow: none;
  }

  .paragraph.shipping-text {
    color: #000;
  }

  .container {
    background-color: #fff;
  }

  .hero-section {
    margin-right: auto;
    margin-left: auto;
    background-image: linear-gradient(150deg, #fff 19%, hsla(0, 0%, 100%, 0.72) 47%, hsla(0, 0%, 100%, 0.72) 63%, #fff);
  }

  .heading {
    margin-top: 40px;
    font-size: 28px;
  }

  .heading.mobile-h1 {
    font-size: 29px;
  }

  .heading.mobile-h1.mobile-small-h1 {
    font-size: 28px;
  }

  .heading.mobile-small-h1 {
    font-size: 28px;
    text-align: center;
  }

  .column-1 {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .html-embed {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .html-embed.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-2 {
    overflow: visible;
    height: 200px;
    padding-top: 105px;
    padding-bottom: 70px;
    background-position: 0% 0%;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image {
    width: auto;
    height: auto;
    max-width: 170px;
    margin-top: 20px;
    margin-left: 0px;
    line-height: 22;
  }

  .image.image-mobile-size {
    max-width: 100%;
    margin-top: 70px;
  }

  .button.sticky {
    margin-right: 25px;
    margin-left: 25px;
    padding-right: 23px;
    padding-left: 23px;
  }

  .bold-text-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .horizontal-divider {
    display: none;
    margin: 15px auto 25px;
    padding-top: 0px;
  }

  .paragraph-white {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    text-shadow: none;
  }

  .paragraph-white.first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
    text-shadow: none;
  }

  .paragraph-white.shipping-text {
    color: #000;
  }

  .heading-white {
    margin-top: 40px;
    font-size: 28px;
  }

  .heading-white.mobile-h1 {
    font-size: 29px;
  }

  .heading-white.mobile-h1.mobile-small-h1 {
    font-size: 28px;
  }

  .heading-white.mobile-small-h1 {
    font-size: 28px;
    text-align: center;
  }
}

#w-node-_5526295d-2884-9a1f-6a92-2ada906f418f-cba2b7a8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5526295d-2884-9a1f-6a92-2ada906f418f-cba2b7a8 {
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

