:root {
  --color: white;
  --grey: #757575;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.html-embed {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  width: 100%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-direction: row;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  max-height: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 37px;
  padding-bottom: 488px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  align-self: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.hotproducts-section {
  background-image: url('../images/HotProds-BGv4.jpg');
  background-position: 50%;
  background-size: cover;
  display: flex;
}

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

.image-2 {
  text-align: left;
  width: 800px;
  padding-top: 220px;
  padding-bottom: 250px;
  display: inline-block;
  position: static;
}

.image-3 {
  background-image: url('../images/HP_Showcase.png');
  background-position: 0 0;
  background-size: cover;
}

.section-form-image {
  align-items: center;
  display: flex;
}

.hotp-tile {
  background-image: url('../images/HP_Showcase.png');
  background-position: 0 0;
  background-size: auto;
}

.hot-products-container {
  height: auto;
  margin: 0 auto;
  padding-bottom: 0;
  padding-right: 0;
}

.image-4 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.heading {
  margin-top: 111px;
  padding-bottom: 20px;
  padding-right: 222px;
}

.paragraph {
  font-size: 20px;
}

.paragraph-2 {
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.bold-text {
  font-size: 42px;
}

.text-block {
  text-align: left;
  margin-top: 10px;
  padding-top: 52px;
  font-size: 30px;
  font-weight: 700;
}

.checkbox-label {
  color: #171717;
  font-size: 16px;
  line-height: 24px;
}

.checkbox-field {
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-link {
  color: #404040;
  text-decoration: underline;
}

.form-v {
  flex-direction: column;
  display: flex;
}

.section-regular {
  padding: 80px 5%;
  position: relative;
  overflow: hidden;
}

.section-regular.bg-gray {
  background-color: #fafafa;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.field-label {
  color: #4d8cf3;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h5-heading {
  color: #0a0a0a;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.checkbox {
  border-color: #171717;
  border-radius: 99px;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #171717;
  background-size: 10px;
  border-color: #171717;
  border-radius: 99px;
  margin-top: 0;
  margin-left: 4px;
  margin-right: 8px;
}

.text-color-red-500 {
  color: #aa3c3c;
}

.form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  margin-bottom: 24px;
}

.text-area {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 120px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-area::placeholder {
  color: #737373;
}

.text-color-purple-600 {
  color: #5c2d5c;
}

.text-field {
  color: #171717;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.text-field::placeholder {
  color: #737373;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 840px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper-s {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.caption-uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.contact-form {
  background-color: #fff;
  flex-direction: row;
  align-items: stretch;
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0;
  display: flex;
}

.navbar {
  background-color: #242331;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-5 {
  width: 100px;
  min-width: 0;
  height: 34px;
  padding-top: 0;
}

.container-4 {
  margin-left: 0;
  margin-right: 0;
}

.container-image {
  height: 1200px;
  margin-top: 100px;
}

.form-block-2 {
  color: #fff;
  background-color: #0000000d;
  border-radius: 11px;
  padding: 40px;
}

.section-3 {
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  display: block;
}

.submit-button {
  border-radius: 6px;
  align-self: flex-end;
  margin-top: 21px;
}

.heading-2 {
  color: #5d5d5d;
}

.grid {
  grid-template-rows: auto;
}

.form {
  flex-direction: column;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
}

.brand {
  margin-left: 100px;
}

.div-flex-vcenter {
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  display: flex;
}

.columns-16 {
  display: flex;
}

.link-footer-spacer {
  color: #85858b;
  text-align: left;
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.link-footer-spacer:hover {
  color: #c1272d;
}

.link-footer-spacer.w--current {
  color: #c1272d;
  text-align: left;
  margin-left: 0;
  font-weight: 400;
}

.icon-linkedin {
  background-image: url('../images/linkedin-in_wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
  padding-right: 0;
}

.icon-linkedin:hover {
  background-image: url('../images/linkedin-in_red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-p20bottom {
  padding-bottom: 20px;
}

.icon-facebook {
  background-image: url('../images/facebook-f_wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
  padding-right: 0;
}

.icon-facebook:hover {
  background-image: url('../images/facebook-f_red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.col-footer-3x {
  text-align: left;
  justify-content: center;
  display: block;
}

.link-footer-hide {
  color: #85858b;
  text-align: left;
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: none;
}

.link-footer-hide:hover {
  color: #c1272d;
}

.link-footer-hide.w--current {
  color: #c1272d;
  text-align: left;
  margin-left: 0;
  font-weight: 400;
}

.link {
  color: #009fb7;
  justify-content: center;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
}

.link:active {
  color: #c1272d;
}

.link:visited {
  color: #ffb20f;
}

.col-footer-2x {
  padding-top: 20px;
  padding-bottom: 60px;
}

.link-footer {
  color: #b3b3bb;
  text-align: right;
  border-bottom-style: none;
  margin-left: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  color: #c1272d;
}

.link-footer.w--current {
  color: #c1272d;
  text-align: left;
  margin-left: 0;
  font-weight: 400;
}

.img-unkeferlogored {
  width: 125px;
}

.link-alwaysblue {
  color: #009fb7;
  font-family: Roboto, sans-serif;
  text-decoration: none;
}

.link-alwaysblue:active {
  color: #c1272d;
}

.link-alwaysblue:visited {
  color: #009fb7;
}

.col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.footerlist {
  color: #b3b3bb;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.icon-twitter {
  background-image: url('../images/twitter_wht.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
  padding-right: 0;
}

.icon-twitter:hover {
  background-image: url('../images/twitter_red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.icon-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.footer-sectionhp {
  background-color: #242331;
  padding: 25px 5%;
  position: relative;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  color: var(--color);
  font-size: 23px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  display: flex;
}

.grid-3 {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  max-width: 1300px;
  padding-left: 20px;
}

.image-6 {
  max-width: 627px;
  padding: 16% 0% 0% 12%;
}

.html-embed-2 {
  justify-content: flex-start;
  align-items: center;
  padding: 22px;
  display: flex;
}

.div-block {
  background-color: #0000;
  background-image: linear-gradient(#0000004a, #fff);
}

.cell {
  padding-top: 0;
}

.quick-stack {
  min-height: 100px;
}

.image-7 {
  width: 159px;
  height: 55.0547px;
}

.image-8 {
  width: 211px;
  height: 82px;
  margin-left: 291px;
}

.link-block {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hotproducts-section {
    width: 768px;
    height: 500px;
  }

  .image-2 {
    width: 110%;
    padding-bottom: 0;
  }

  .heading {
    text-align: center;
    font-size: 48px;
  }

  .paragraph-2 {
    padding-right: 40px;
  }

  .bold-text {
    text-align: left;
    display: flex;
  }

  .div-flex-vcenter {
    justify-content: center;
  }

  .columns-16 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-footer-spacer {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline-block;
  }

  .div-p20bottom {
    text-align: center;
  }

  .col-footer-3x {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .link-footer-hide {
    margin-top: 0;
    margin-bottom: 5px;
    display: none;
  }

  .link-footer {
    margin-top: 0;
    margin-bottom: 5px;
    display: inline-block;
  }

  .col {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footerlist {
    text-align: center;
    display: inline;
  }

  .heading-4 {
    text-align: center;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    margin-left: 47px;
  }

  .image-6 {
    padding: 12%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left {
    padding: 60px 15px;
  }

  .hotproducts-section {
    width: auto;
    height: 385px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    text-align: left;
    width: 92%;
    padding: 86px 0 86px 20px;
    display: block;
  }

  .heading {
    padding-right: 20px;
  }

  .paragraph-2, .bold-text {
    margin-left: 25px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h5-heading {
    font-size: 32px;
  }

  .container-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-flex-vcenter {
    justify-content: center;
  }

  .div-p20bottom {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .col {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footerlist {
    text-align: center;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    min-width: 100%;
    max-width: 100vw;
    margin-left: 0;
    padding-left: 0;
    display: grid;
    overflow: hidden;
  }

  .image-6 {
    max-width: 100%;
  }

  .html-embed-2 {
    padding: 40px 20px;
  }

  .image-8 {
    margin-left: 0;
  }

  .link-block {
    text-align: left;
  }

  .div-block-2 {
    min-width: 100%;
    max-width: 100vw;
    margin-right: -38px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .hotproducts-section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 428px;
    max-width: 100%;
    height: 353px;
    max-height: 35%;
  }

  .container-2 {
    flex: 0 auto;
    align-self: auto;
    width: 578px;
    padding-left: 14px;
  }

  .image-2 {
    width: 298px;
    margin-left: 0;
    padding-top: 0;
    display: block;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 32px 24px 24px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 20px;
    display: flex;
  }

  .brand {
    margin-left: 0;
    padding-right: 0;
  }

  .link-footer-spacer {
    margin-left: 0;
  }

  .div-p20bottom {
    justify-content: center;
    display: flex;
  }

  .col-footer-3x {
    display: block;
  }

  .link-footer-hide, .link-footer {
    margin-left: 0;
  }

  .col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footerlist {
    text-align: center;
  }

  .section-5 {
    width: 352px;
    height: 1221.77px;
    padding-left: 0;
    padding-right: 124px;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    place-items: center start;
    margin-left: 336px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .image-7 {
    text-align: left;
    padding-right: 0;
    display: block;
  }
}

#w-node-_56cac0d7-87f2-60d1-3b80-03b78cb53774-1043cafe, #w-node-_63707a33-18f6-5cfd-ae4b-2c390aeb9c84-1043cafe, #w-node-_56cac0d7-87f2-60d1-3b80-03b78cb53774-e0a9d6f8, #w-node-_63707a33-18f6-5cfd-ae4b-2c390aeb9c84-e0a9d6f8, #w-node-ca28d50d-5105-163c-0a8f-4c139f74f0ce-9f74f0c6, #w-node-ca28d50d-5105-163c-0a8f-4c139f74f0d2-9f74f0c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_56cac0d7-87f2-60d1-3b80-03b78cb53774-1043cafe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_56cac0d7-87f2-60d1-3b80-03b78cb53774-1043cafe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


