﻿.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: 0px;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

  .w-embed-youtubevideo:empty {
    min-height: 75px;
    padding-bottom: 56.25%;
  }

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

  .w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  .w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
  }

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
  }


.content {
  min-height: 100%;
  margin-bottom: -178px;
}

.pusher {
  height: 178px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

  .container.hero-section {
    overflow: visible;
    height: auto;
    max-height: 672px;
  }

  .container.nav {
    position: relative;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.dom-1 {
    margin-top: 40px;
  }

  .container.testimonials {
    margin-top: 60px;
  }

  .container.footer {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px -1px 3px 0 rgb(0 0 0 / 10%);
  }

  .container.product-list {
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .container.form {
    padding: 60px 96px;
    border-radius: 4px;
    background-color: #fff;
  }



  .container.sign-up.heading {
    margin-top: 40px;
  }

  .container.full-width {
    max-width: 100vw;
  }

  .container.above-lottie {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

.grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

  .grid.hero-section {
    height: 390px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .grid.list-items {
    margin-top: 40px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

    .grid.list-items.cta {
      max-width: 440px;
      margin-right: auto;
      margin-left: auto;
    }

    .grid.list-items.cta-copy {
      max-width: 440px;
      margin-right: auto;
      margin-left: 0px;
    }

  .grid.cards {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.testimonials {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

.heading-1 {
  max-width: 520px;
  margin-top: 105px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

  .heading-1.left {
    margin-top: 31px;
  }

  .heading-1.blue {
    color: RGB(0 31 56);
  }

  .heading-1.hero {
    margin-bottom: 24px;
  }

  .heading-1.centered {
    margin-right: auto;
    margin-bottom: 64px;
    margin-left: auto;
    text-align: center;
  }

    .heading-1.centered.cta {
      max-width: 796px;
      margin-bottom: 24px;
    }

    .heading-1.centered.columt-text {
      width: 30vw;
      margin-right: auto;
      margin-bottom: 24px;
      margin-left: auto;
    }

    .heading-1.centered._404 {
      margin-bottom: 24px;
    }

  .heading-1.teal {
    margin-bottom: 24px;
    color: RGB(0 31 56);
  }

  .heading-1.yellow {
    margin-bottom: 24px;
    color: #f7ac40;
  }

  .heading-1.tomato {
    margin-bottom: 24px;
    color: #ff6033;
  }

  .heading-1.white {
    max-width: 40vw;
    color: #fff;
  }

  .heading-1.about {
    margin-bottom: 24px;
  }

  .heading-1.thank-you {
    max-width: 768px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

.button {
  padding: 24px 72px;
  border-radius: 100px;
  background-color: #f7a186;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

  .button.button-primary {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

    .button.button-primary:hover {
      background-color: #f7ac40;
    }

    .button.button-primary.center {
      display: block;
      max-width: 322px;
      margin-top: 40px;
      margin-right: auto;
      margin-left: 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;
      -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;
      text-align: center;
      -o-object-fit: fill;
      object-fit: fill;
    }

    .button.button-primary.icon-cards {
      margin-top: 40px;
    }

  .button.button-secondary {
    margin-top: 28px;
    margin-left: 12px;
    padding: 8px 12px;
    float: right;
    background-color: #f1592a;
    color: #ffffff;
  }

  .button.button-third {
    font-size: 25px;
    margin-top: 28px;
    margin-left: 12px;
    padding: 12px 14px;
    background-color: #f1592a;
    color: #ffffff;
  }

  .button.button.button-secondary.color.margin {
    margin-left: 25px;
    margin-right: 50px;
  }

  .button.button-secondary:hover {
    background-color: #ff9274;
    color: #fff;
  }

  .button.button-third:hover {
    background-color: #ff9274;
    color: #fff;
  }

  .button.button-secondary.color {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 0px 1px rgb(0, 0, 0);
  }

    .button.button-secondary.color:hover {
      background-color: #dbdbdb;
    }

  .button.button-secondary.is-centered {
    position: static;
    display: block;
    max-width: 300px;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }

  .button.button-secondary.thank-you {
    margin-top: 40px;
    margin-left: 0px;
    float: none;
  }

.burger-menu-content {
  display: none;
}

.burger-link {
  opacity: 0;
}

.button.button-primary-form {
  margin-top: 40px;
  padding: 16px 56px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

  .button.button-primary-form:hover {
    background-color: #f7ac40;
  }

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}

.icon-24px {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.highlight-block {
  width: 46px;
  height: 10px;
  margin-left: 64px;
  background-color: #ff6033;
  margin-bottom: 5px;
}

.highlight-block2 {
  width: 115px;
  height: 10px;
  margin-left: 178px;
  background-color: #ff6033;
  margin-bottom: 5px;
}

.bullet-point {
  left: 100%;
  border: 0;
  width: 16px;
  margin-right: 5px;
  height: 12px;
  margin-top: 3px;
  vertical-align: top;
}

.bullet-answer {
  display: inline-block;
  white-space: normal;
}


.paragraph {
  width: 100%;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #888;
  line-height: 24px;
  font-weight: 100;
}

  .paragraph.left {
    margin-left: 4vw;
    width: 90%;
  }

  .paragraph.right {
    width: 80%;
    margin-left: 3vw;
    white-space: nowrap;
  }

.paragraph-margin-bottom {
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #888;
  line-height: 24px;
}

.paragraph.list-text {
  max-height: 24px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.paragraph.white {
  width: 70%;
  text-align: left;
  color: white;
}

.paragraph.black {
  width: 100%;
  text-align: left;
  color: black;
  font-size: 20px;
}


.paragraph.centered {
  text-align: center;
}

  .paragraph.centered.narrow {
    width: 30vw;
    margin-right: auto;
    margin-left: auto;
  }

span.paragraph.align-left {
  min-width: 100px;
  margin-bottom: 0px;
  display: inline-block;
  float: none;
}

.paragraph.subtitle {
  font-size: 18px;
  text-align: center;
}

.paragraph._1-line {
  margin-top: 56px;
  margin-bottom: 24px;
  text-align: center;
}



.paragraph.howitworks {
  max-width: 752px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph.signup {
  max-width: 520px;
  margin-top: 16px;
}

.paragraph.large {
  line-height: 60px;
  margin: auto;
  font-size: 30px;
  width: 60%;
  font-weight: 100;
}

.paragraph.extra-padding {
  padding: 35px 0px;
}

.image {
  width: auto;
  height: auto;
}

.stylistic-overlay-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -999;
  width: 100vw;
  height: 100%;
  max-height: 776px;
  background-color: #fff;
  white-space: normal;
}

.body {
  margin-left: 0px;
  background-color: #fff;
}

.nav-link {
  padding: 0px 20px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.navigation {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

  .navigation.absolute {
    position: absolute;
  }

.copyright-tag {
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: center;
}

.link {
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

  .link.nav-link {
    font-weight: 100;
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    float: right;
    color: rgb(0, 0, 0);
    text-decoration: none;
  }

    .link.nav-link.footer {
      font-size: 16px;
      float: none;
      font-weight: 500;
      padding: 0;
      display: inline-block;
    }

    .link.nav-link.last {
      margin-right: 362px;
    }

    .link.nav-link:hover {
      color: #000;
      text-decoration: underline;
    }

    .link.nav-link.white {
      color: #fff;
      text-decoration: none;
    }

      .link.nav-link.white:hover {
        color: #f7ac40;
        text-decoration: underline;
      }

.image-2 {
  padding-top: 20px;
  padding-left: 50px;
  padding-bottom: 18px;
}

.placeholder {
  height: 400px;
}



.burger-menu {
  position: fixed;
  left: auto;
  top: 32px;
  right: 0%;
  bottom: 32px;
  display: none;
  width: 45px;
  height: 45px;
  float: left;
  opacity: 0;
}

.menu-stick {
  margin-left: 27%;
  width: 50%;
  height: 20%;
  background-color: #000;
}

.nav-menu-overlay {
  position: static;
  display: none;
  float: right;
  clear: left;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}

.why-choose-bisondirect {
  margin-top: 120px;
  margin-bottom: 0px;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 368px;
  padding: 48px 24px;
  -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;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

  .card-wrap.no-card {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
  }

.icon-96px {
  width: 96px;
  height: 96px;
}

  .icon-96px.white-bg {
    border-radius: 100px;
    background-color: #fff;
  }

.heading-3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.domino {
  margin-top: 120px;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  width: 100%;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
}

  .heading-4.form {
    max-width: 440px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

.table-area {
  background-color: #000;
  width: 100%;
  min-height: 450px;
}

.image-area {
  background: linear-gradient( 180deg, RGB(0 31 56) 450px, #fff 450px);
  width: 100%;
  height: 745px;
}

.map-area {
  background-color: RGB(0 31 56);
  width: 100%;
  height: auto;
}

.who-we-are {
  margin-top: 70px;
}


.div-block-2 {
  width: 90%;
  margin-left: auto;
}

  .div-block-2._2 {
    margin-right: auto;
    margin-left: 0px;
  }

.paralax {
  overflow: hidden;
  margin-top: 120px;
  -o-object-fit: fill;
  object-fit: fill;
}

.w-layout-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  padding: 16px;
}

.text-node {
  position: relative;
  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;
}

.text-node-block {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-bottom: 40px;
  border-radius: 60px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.text-node.white {
  width: 33%;
  min-width: 326px;
  height: 270px;
  font-size: 18px;
  margin-top: 110px;
  text-align: left;
  align-items: center;
}

.text-node.middle {
  border-right: solid 2px RGB(0 31 56)6;
  border-left: solid 2px RGB(0 31 56);
}

.text-node.contact {
  width: 50%;
  padding: 25px;
  min-width: 300px;
}

.number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -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;
  font-family: Rubik, sans-serif;
  color: RGB(0 31 56);
  font-weight: 700;
}

.large-number {
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: absolute;
  text-align: center;
  font-size: 100px;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.how-it-works {
  padding-top: 110px;
  position: relative;
}

.banner {
  width: 60%;
  height: 115px;
  background-color: RGB(0 31 56);
  position: relative;
  top: 50px;
}

.banner-title {
  font-size: 32px;
  font-family: Rubik, sans-serif;
  float: right;
  color: #fff;
  font-weight: 100;
  margin-right: 50px;
  margin-top: 35px;
}

.testimonial-text {
  font-family: Rubik, sans-serif;
  color: #888;
  font-size: 24px;
  line-height: 32px;
}

.name {
  margin-top: 24px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}

  .name.white {
    margin-bottom: 16px;
    color: #fff;
    font-size: 16px;
  }

.div-block-3 {
  width: 90%;
  margin-left: auto;
}

.slide-nav {
  display: none;
}

.trust-list {
  margin-top: 120px;
}

.trust-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-72px {
  width: 72px;
  height: 72px;
  margin-right: 32px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.start-now-cta {
  margin-top: 120px;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 752px;
  -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;
}

.image-8 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-4 {
  margin-top: 0px;
  margin-right: 100px;
}

.menu-stick-2 {
  margin-left: 14%;
  width: 50%;
  height: 20%;
  background-color: #000;
}

.menu-stick-3 {
  margin-left: 27%;
  width: 50%;
  height: 20%;
  background-color: #000;
}

.left-arrow {
  left: -80px;
}

.right-arrow {
  right: -80px;
}

.nav-menu-overlay-desktop {
  position: static;
  display: flex;
  float: right;
  clear: left;
  margin-right: 0px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: baseline;
}

.divider {
  width: 104px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
}

.avatar-photo {
  width: 72px;
  height: 72px;
}

.container-2 {
  max-height: 100%;
  max-width: 1132px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 188px;
  padding-bottom: 188px;
}

.product-bg {
  height: 400px;
  background-image: url('../Local/img/products.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-6 {
  grid-row-gap: 40px;
  grid-column-gap: 40px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.item-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}

.item-card {
  display: block;
  border-radius: 4px;
  background-color: #f6f6f6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.image-10 {
  position: static;
  width: 100%;
  clear: right;
}

.grid-7 {
  padding: 40px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.grid-8 {
  -ms-grid-columns: 1fr 0.6fr;
  grid-template-columns: 1fr 0.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-custom {
  -ms-grid-columns: 0.4fr 0.6fr 0.6fr;
  grid-template-columns: 0.4fr 0.6fr 0.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}

  .heading-2 a {
    color: #888;
    text-decoration: none;
    transition: 0.3s;
  }

    .heading-2 a:hover {
      color: #555;
    }

.product-count {
  margin-top: 0px;
  margin-bottom: 0px;
  float: right;
  clear: none;
  font-family: Rubik, sans-serif;
  color: #5fb6b7;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.grid-7-one-more {
  padding-top: 30px;
  padding-bottom: 18px;
  padding-right: 40px;
  padding-left: 40px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.container-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: none;
  max-width: 1132px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.about-bg {
  display: block;
  height: 400px;
  background-image: url('../Local/img/about.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.grid-9 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-11 {
  margin-top: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.about-card {
  padding: 40px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.about-pictures {
  margin-top: 60px;
}

.body-2 {
  background-color: #f8f8f8;
}

.grid-12 {
  margin-top: 64px;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-2 {
  margin-top: 120px;
}

.contact-bg {
  display: block;
  height: 400px;
  background-image: url('../Local/img/contact.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.check-box-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  padding: 0px 40px;
  -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;
  background-color: #f8f8f8;
}

.contact-area {
  background-color: #f1ab32;
  width: 70%;
  min-height: 200px;
  margin-top: 50px;
}

.checkbox {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  margin-right: 24px;
  margin-left: -20px;
  border-color: #8f8e8e;
  background-color: #fff;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
}

.contact-label {
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 24px;
}



.form-label {
  font-family: Rubik, sans-serif;
  color: #ff6033;
  font-size: 24px;
  line-height: 24px;
}

  .form-label.extra-padding {
    padding-bottom: 20px;
  }

.form-title {
  font-family: Rubik, sans-serif;
  color: #ff6033;
  line-height: 0px;
}

  .form-title.extra-padding {
    padding-bottom: 50px;
  }



.form-second-line {
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 15px;
  padding-bottom: 30px;
}

.text-field {
  border-radius: 100px;
  margin-bottom: 0px;
  padding: 12px;
  font-family: Rubik, sans-serif;
  line-height: 24px;
  font-weight: 100;
}

.form-grid {
  margin-top: 64px;
  margin-bottom: 16px;
}

.textarea {
  min-height: 144px;
  margin-bottom: 0px;
  border-radius: 10px;
  font-weight: 100;
}

.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;
}

.field-label {
  margin-bottom: 4px;
  font-family: Rubik, sans-serif;
  line-height: 24px;
  font-weight: 400;
}

  .field-label.required:after {
    content: "*";
    color: red;
  }

.success-message {
  padding: 64px;
  background-color: #fff;
}

.image-11 {
  margin-bottom: 40px;
}

.success-message-2 {
  padding: 0px 64px;
  background-color: #fff;
}

.icon-120px {
  width: 120px;
  height: 120px;
  margin-bottom: 40px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 568px;
  padding: 24px;
  -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;
}

.image-13 {
  margin-bottom: 0px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.section-google {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -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;
}

.youtube {
  display: none;
}

.node1-image {
  background: url('../Local/img/107182962.jpeg') no-repeat center;
  background-size: cover;
  left: 100%;
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
}

.node2-image {
  background: url('../Local/img/302475605.jpeg') no-repeat center;
  background-size: cover;
  left: 100%;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center;
}

.centered-image {
  text-align: center;
  align-items: center;
  background: url('../Local/img/302823478.jpeg') no-repeat center;
  background-size: cover;
  width: 75%;
  height: 500px;
  align-items: center;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7vw;
}

.centered-map-image {
  background: url('../Local/img/map.png') no-repeat center;
  background-size: cover;
  width: 90%;
  height: 45vw;
  margin-left: auto;
  margin-right: auto;
  background-position-y: top;
}

.signup-area {
  text-align: center;
  align-items: center;
  background: url('../Local/img/291275715.jpg') no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding-top: 100px;
}

.grid-13 {
  grid-column-gap: 40px;
}

.form-grid {
  grid-column-gap: 40px;
}

.contact-submit-container {
  align-items: center;
  text-align: center;
  float: none;
}

.product-become-customer-submit {
  align-items: center;
  text-align: center;
  float: none;
  height: 80px;
}

.contact-submit-container > .button.button-secondary {
  float: none;
}

.title-container {
  margin-left: 4vw;
}

.list__item-img {
  width: 78%;
}

.products-main__products {
  max-width: 1814px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: block;
  flex: 1 0 68%;
  max-height: fit-content;
  display: -moz-box; /* OLD - Firefox */
  display: -ms-flexbox; /* TWEENER - IE 10 */
}

.special-deals-list__item {
  position: relative;
  width: 450px;
  text-align: center;
  position: relative;
  max-height: fit-content;
  margin-bottom: 50px;
  transition: 0.7s;
}

  .special-deals-list__item.category {
    width: 420px;
  }

  .special-deals-list__item .img-wrapper {
    aspect-ratio: 1;
    width: 78%;
    margin: auto;
    display: flex;
  }

    .special-deals-list__item .img-wrapper img {
      width: 100%;
    }

.special-deals-list__item_overlay {
  top: 0px;
  /* text-align: center; */
  left: 23px;
  position: absolute;
  width: 90%;
  height: 100%;
  /* transition: 0.7s; */
}

.special-deals-list__item_overlay_footer_snapper {
  display: none;
  position: absolute;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 100;
  bottom: 0px;
  padding-top: 18px;
  padding-left: 50px;
  height: 80px;
  width: 100%;
  color: white;
  background: linear-gradient(to bottom, white 50%, rgb(102, 102, 102) 50%);
  vertical-align: middle;
  text-align: left;
}

.special-deals-list__item_overlay:hover {
  box-shadow: 0 0px 19px 10px rgb(0 0 0 / 30%);
  /* transition: 0.7s; */
  cursor: pointer;
}

.special-deals-list__item-name {
  display: flex;
  /* justify-content: start; */
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 24px;
  max-width: 100%;
  margin-left: 100px;
  min-height: 40px;
  font-weight: 100;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

  .special-deals-list__item-name.enhanced {
    margin-top: 20px;
  }

.special-deals-list {
  padding-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
}

.prod-link {
  text-decoration: none;
  transition: 0.3s;
}

  .prod-link.darker {
    color: #757575;
  }

  .prod-link.larger {
    font-size: 17px;
  }

  .prod-link:hover {
    color: black;
    font-size: 16px;
  }

  .prod-link.larger:hover {
    color: black;
    font-size: 19px;
  }

.about-prod-text {
  font-family: Rubik, sans-serif;
  font-weight: 100;
}

.text-link {
  color: #818080;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
}

  .text-link:hover {
    color: #000;
    text-decoration: underline;
  }

.sitemap-wrapper {
  margin: auto;
}

.sitemap-list {
  width: 600px;
  padding: 10px;
  display: block;
}

.lhead {
  list-style: none;
}

.lpage {
  list-style: none;
}

.horizontal-line {
  height: 1px;
  width: 96%;
  border: solid 1px;
  margin: auto;
}

.copyright-tag-flex {
  text-align: center;
  display: flex;
  margin: 5px 0px;
  width: 100%;
}

.footer-item {
  margin: auto;
  width: 25%;
}

  .footer-item a {
    display: inline-block;
  }

.main-footer-flex {
  display: flex;
  width: 100%;
}

.main-footer-flex-logo {
  width: 20%;
  margin: auto;
}

.main-footer-flex-nav {
  width: 80%;
}

.footer-nav {
  padding-top: 30px;
  padding-bottom: 10px;
  display: flex;
  width: 100%;
}

.footer-nav-item {
  margin: auto;
  width: 25%;
  height: 102px;
  text-align: center;
}

.footer-soc-images {
  width: 50px;
}

.footer-soc-images-link {
  text-decoration: none;
}

.footer-text {
  font-family: Rubik, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.footer-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

@media screen and (max-width: 1762px) {
  .content {
    margin-bottom: -194px;
  }

  .pusher {
    height: 194px;
  }
}

.with-margin {
  margin-left: 50px;
}

@media screen and (max-width: 1536px) {
  .bullet-answer {
    line-height: 17px;
  }
}

@media screen and (max-width: 1176px) {

  .bullet-answer {
    line-height: 24px;
  }

  .contact-area {
    width: 100%;
  }

  .heading-1 {
    margin-top: 0px;
  }

  .who-we-are {
    margin-top: 10px;
  }

  .heading-1.left.blue {
    margin-top: 10px;
  }

  .heading-1.menu {
    font-weight: 100;
    margin-left: 38px;
  }

  .centered-image {
    margin-top: 0px;
    width: 100%;
    background-position-x: right;
    padding-top: 11vw;
  }

  .section.hero-section {
    padding-top: 110px;
    background-color: #fff;
  }

  .container.hero-section {
    position: relative;
    height: auto;
    max-height: none;
    padding-right: 23px;
    padding-left: 23px;
  }

  .container.nav {
    padding-right: 24px;
    padding-left: 24px;
    background-color: transparent;
  }

  .container.footer {
    margin-top: 0px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px -1px 3px 0 rgb(0 0 0 / 10%);
  }

  .container.product-list {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container.form {
    margin-top: 0px;
    padding: 80px 24px;
    box-shadow: none;
  }

  .container.sign-up.heading {
    margin-bottom: 80px;
  }

  .container.full-width {
    padding-right: 0px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .grid.hero-section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid.list-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

    .grid.list-items.cta-copy {
      margin-left: auto;
      -webkit-align-self: auto;
      -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
    }

  .grid.cards {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hero-text {
    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;
  }

  .heading-1.hero {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }

  .heading-1.centered {
    font-size: 32px;
    line-height: 48px;
  }

    .heading-1.centered.columt-text {
      width: 60vw;
    }

  .heading-1.teal {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-1.yellow {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-1.tomato {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-1.white {
    width: 80vw;
    max-width: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
  }

  .button.button-primary {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button.button-secondary {
    margin-top: 28px;
    margin-left: 12px;
    padding: 8px 12px;
    float: right;
    background-color: #f1592a;
    color: #ffffff;
  }

    .button.button-secondary.thank-you {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

  .paragraph.centered.narrow {
    width: 60vw;
    margin-bottom: 40px;
  }

  .paragraph.subtitle {
    max-width: 568px;
  }

  .stylistic-overlay-bg {
    display: none;
    width: 100vw;
    height: auto;
    max-height: none;
  }

  .burger-menu {
    position: fixed;
    /*left: 24px;*/
    right: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    opacity: 1;
    cursor: pointer;
  }

    .burger-menu.black {
      z-index: 2;
      border-radius: 25px;
      position: fixed;
      clear: none;
      background-color: #fff;
      transition: box-shadow 0.5s, height 0.5s, width 0.5s;
      box-shadow: 0 2px 4px 0 rgb(0 0 0 / 50%);
    }

  .burger-radius {
    animation-duration: 1s;
    animation: round-burger;
  }

  .burger-wrapper {
    position: absolute;
    z-index: 999;
    width: 45px;
    right: 0;
    height: 45px;
    padding: 10px 0px;
    float: left;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-menu.black:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 100%);
  }

  .burger-menu.white {
    border-radius: 4px;
    background-color: #ff6033;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  }

  .burger-menu-content.active {
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0px 20px;
    padding-bottom: 18px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-link.active {
    font-size: 16px;
    position: absolute;
    text-align: center;
    left: 500px;
    padding: 5px 5px;
    border-radius: 100px;
    transition: opacity 1s, left 1s, box-shadow 0.5s;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }

  .burger-link.orange {
    background-color: #ff6033;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    color: #fff;
  }

  .burger-link.active:hover {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 100%);
  }

  .burger-link.enter {
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
    opacity: 100;
  }

  .burger-link.login {
    padding: 5px 56px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  }

  .burder-expand-horizontal {
    animation: round-burger-back;
    animation-duration: 0.1s;
    width: 200px;
  }

  .burder-expand-vertical {
    height: 315px;
  }

  .burger-flex-wrapper {
    position: relative;
    width: 161px;
    height: 30px;
  }

  .menu-stick {
    transform-origin: center left;
    background-color: #ff6033;
    transition: transform 1s, width 1s;
    transform: rotate( 0deg );
  }

    .menu-stick.white {
      background-color: #ff6033;
    }

  .nav-menu-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: none;
    overflow: visible;
    width: 100vw;
    height: 100vh;
    padding: 81px 40px;
    -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;
    background-color: #fff;
  }

  .div-block {
    display: none;
    opacity: 0;
  }

  .card-wrap.no-card._3rd {
    position: relative;
    left: 50%;
  }

  .heading-3 {
    text-align: center;
  }

  .paralax {
    height: auto;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .numbered-card {
    height: 272px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-3 {
    width: auto;
    margin-left: 0px;
  }

  .trust-list {
    margin-top: 80px;
  }

  .grid-5 {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .cta-container {
    max-width: none;
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu-stick-2 {
    background-color: #ff6033;
    transition: opacity 1s;
    opacity: 100;
  }

  .menu-stick-3 {
    transform-origin: center left;
    background-color: #ff6033;
    transition: transform 1s, width 1s;
    transform: rotate( 0deg );
  }

  .rotate-stick-1 {
    transform-origin: center left;
    transform: rotate(47deg);
    width: 63%;
  }

  .rotate-stick-3 {
    transform-origin: center left;
    transform: rotate( -45deg );
    width: 63%;
  }

  .hide-stick {
    opacity: 0;
  }

  .right-arrow {
    right: auto;
    display: none;
  }

  .icon {
    display: none;
    width: 24px;
    height: 24px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-menu-overlay-desktop {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99;
    display: none;
    overflow: visible;
    width: 60vw;
    height: 100vh;
    padding: 64px 24px;
    -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;
    background-color: #fff;
  }

  .heading-5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .hiw-bg {
    height: auto;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 120px;
    padding-bottom: 64px;
    -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;
  }

  .product-bg {
    height: 400px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .container-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 24px;
    -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;
  }

  .about-bg {
    height: 400px;
  }

  .grid-9 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-11 {
    margin-top: 0px;
  }

  .grid-12 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .contact-bg {
    height: 400px;
  }

  .check-box-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .success-message-2 {
    padding: 0px 24px;
  }

  .section-6 {
    margin-top: 110px;
  }

  .text-node {
    grid-row: 1;
  }

  .grid.hero-section {
    height: 541px;
  }

    .grid.hero-section.large {
      height: 750px;
    }

  .node1-image {
    height: 37vw;
  }

  .node2-image {
    height: 37vw;
  }

  .image-area {
    height: 560px;
  }

  .centered-map-image {
    width: 100%;
    height: 50vw;
  }
}

@media screen and (max-width: 1799px) {
  .products-main__products {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}

@media screen and (max-width: 1124px) {
  .text-node.middle {
    border-right: 0px;
  }

  .text-node.white {
    width: 50%;
  }

  .text-node.last {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .text-node.last {
    margin-bottom: 30px;
  }

  .heading-1.blue {
    margin-top: 0px;
  }

  .paragraph.extra-padding {
    padding: 0px 0px;
  }
}

@media screen and (max-width: 910px) {
  .main-footer-flex-logo {
    display: none;
  }

  .main-footer-flex-nav {
    width: 100%;
  }
}


@media screen and (max-width: 808px) {
  .w-layout-flex {
    padding-top: 30px;
  }

  .text-node.middle {
    border-left: 0px;
  }

  .text-node.white {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    height: 200px;
  }

  .paragraph.white {
    width: 90%;
    text-align: center;
  }

  .text-node.last {
    margin-bottom: 30px;
  }

  .paragraph.large {
    line-height: 45px;
    margin: auto;
    font-size: 25px;
    width: 80%;
    font-weight: 100;
  }

  .paragraph.extra-padding {
    padding: 0px 0px;
  }

  .centered-image {
    padding-top: 14vw;
  }

  .signup-area {
    padding-top: 30vw;
  }
}

@media screen and (max-width: 767px) {

  .footer-nav {
    flex-wrap: wrap;
  }

  .footer-nav-item {
    width: 50%;
  }

  .sitemap-list {
    width: 100%;
  }

    .sitemap-list li, .sitemap-list ul {
      text-align: center;
      padding-left: 0px;
    }

  .text-node.contact {
    min-width: 241px;
  }

  .form-title {
    line-height: 34px;
  }

  .paragraph.adjusted {
    font-size: 16px;
    line-height: 29px;
    width: 90%;
  }

  .section.hero-section {
    padding-top: 110px;
  }

  .container.form {
    margin-top: 64px;
    padding: 64px 24px;
  }

  .container.full-width {
    display: none;
  }

  .heading-1 {
    font-size: 32px;
    line-height: 48px;
  }

    .heading-1.white {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      text-align: center;
    }

  .nav-menu-overlay {
    width: 100vw;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .card-wrap.no-card._3rd {
    position: static;
  }

  .heading-4.form {
    margin-bottom: 40px;
  }

  .trust-list {
    margin-top: 64px;
  }

  .start-now-cta {
    margin-top: 64px;
  }

  .nav-menu-overlay-desktop {
    width: 60vw;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .grid-7 {
    padding: 16px;
  }

  .grid-7-one-more {
    padding-top: 16px;
    padding-bottom: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .w-layout-grid.grid-custom {
    -ms-grid-columns: 0.5fr 0.5fr;
    grid-template-columns: 0.5fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-10 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .about-bg {
    height: 400px;
  }

  .grid-12 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .youtube {
    display: block;
  }

  .grid.hero-section {
    height: 435px;
  }

    .grid.hero-section.large {
      height: 750px;
    }

  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .footer-nav-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .banner {
    width: 90%;
  }

  .image-2 {
    padding-left: 0px;
  }

  .node1-image {
    height: 57vw;
  }

  .node2-image {
    height: 57vw;
  }

  .grid.hero-section {
    height: 435px;
  }

    .grid.hero-section.large {
      height: 766px;
    }

  .heading-2 {
    white-space: normal;
    width: 212px;
  }

  .contact-area {
    width: 65%;
  }
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 24px;
  height: 24px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: RGB(0 31 56);
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-checked-indicator {
  display: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: RGB(0 31 56);
}

.radio-button.w--redirected-checked .radio-checked-indicator {
  display: block;
}

@keyframes round-burger {
  0% {
    border-radius: 25px;
  }

  100% {
    border-radius: 100px;
  }
}

@keyframes round-burger-back {
  0% {
    border-radius: 100px;
  }

  100% {
    border-radius: 25px;
  }
}
