@font-face {
  font-family: Helveticaneuebd;
  src: url('../fonts/HelveticaNeueBd.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuelt;
  src: url('../fonts/HelveticaNeueLt.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneuemed;
  src: url('../fonts/HelveticaNeueMed.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange-red: #f60;
  --dim-grey: #666;
  --silver: #b8b8b8;
  --white-smoke: whitesmoke;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.container {
  max-width: 840px;
}

.heading {
  color: var(--orange-red);
  text-align: center;
  margin: 0 0 45px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.text-block {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 85px;
  font-size: 18px;
  line-height: 22px;
}

.html-embed {
  text-align: center;
  margin-top: 50px;
}

.link {
  color: var(--silver);
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--dim-grey);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.cell {
  align-items: stretch;
}

.div-block {
  justify-content: space-between;
  max-width: 70%;
  display: flex;
}

.quick-stack {
  background-color: var(--white-smoke);
  padding: 50px 100px 70px;
}

.section {
  background-image: none, none;
  background-position: 121% -40%, -24% 140%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 100px 100px 150px;
}

.section-2 {
  background-color: var(--orange-red);
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.section-3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 250px;
}

.section-4 {
  background-color: #ff8555;
  flex-direction: column;
  justify-content: center;
  height: 15px;
  margin: auto;
  display: flex;
}

.div-block-2 {
  background-color: #cbcbcb;
  height: 3px;
}

.body {
  font-family: Helveticaneuelt, sans-serif;
}

.text-span {
  white-space: nowrap;
}

.container-copy {
  width: 87%;
  max-width: 1420px;
}

.cell-2 {
  align-items: center;
}

.button {
  background-color: var(--orange-red);
  letter-spacing: 1px;
  margin-top: 0;
  padding: 12px 50px;
  font-size: 30px;
  line-height: 36px;
}

.quick-stack-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.image {
  margin-bottom: 85px;
}

.container-2 {
  max-width: 100%;
  padding: 0;
  display: flex;
}

.section-5 {
  background-image: url('../images/LED-8.4.23-Newsletter-Opt-In_Background.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: static;
}

.quick-stack-3 {
  padding: 0;
  position: absolute;
  inset: 0%;
}

.cell-3 {
  background-color: #666666ab;
}

.text-block-2-copy {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 50px;
  line-height: 55px;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.div-block-3 {
  background-color: #fff;
  width: 70%;
  height: 5px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #666c;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: block;
}

.cell-5 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  display: block;
}

.text-block-2-copy-copy {
  color: var(--orange-red);
  text-transform: uppercase;
  margin-bottom: 35px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.cell-6 {
  background-color: #fff;
  padding: 60px 40px;
}

.text-block-2-copy-copy-copy {
  color: var(--orange-red);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.text-block-3-copy {
  color: var(--dim-grey);
  font-size: 20px;
  line-height: 24px;
}

.div-block-3-copy {
  background-color: var(--orange-red);
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
}

.text-span-3 {
  white-space: nowrap;
}

.div-block-4 {
  background-color: #666c;
  padding: 60px 40px 60px 0;
}

.div-block-5 {
  background-color: #0000;
  flex: 0 auto;
  margin-right: 39px;
}

.quick-stack-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.text-span-4 {
  white-space: nowrap;
}

.div-block-4-copy {
  background-color: #666c;
  padding: 60px 40px;
}

.div-block-4-copy-copy {
  padding: 60px 40px 60px 0;
}

.container-3 {
  flex-direction: row;
  width: 85%;
  max-width: 1350px;
  padding: 75px 0;
  display: flex;
}

.section-6 {
  background-image: url('../images/heroBG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.button-2 {
  background-color: #f60;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 55px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-7 {
  background-color: #ffffffe6;
  width: 50%;
  padding: 40px;
}

.div-block-8 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
}

.image-2 {
  margin-top: -17px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  grid-column-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  width: 85%;
  max-width: 1035px;
  display: flex;
}

.heading-3 {
  color: #f62;
  margin: 0;
  padding-bottom: 30px;
  font-family: Helveticaneuebd, sans-serif;
  line-height: 46px;
}

.paragraph-2 {
  color: #000;
  max-width: 410px;
  margin-bottom: 0;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.paragraph-3 {
  color: #000;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 25px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.list-item {
  color: #000;
  padding-bottom: 10px;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.text-span-5 {
  color: #f60;
}

.div-block-9 {
  width: 100%;
}

.div-block-10 {
  width: 100%;
  padding-right: 40px;
}

.image-3 {
  width: 100%;
  max-width: 692px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-7 {
  padding: 110px 0 100px;
}

.div-block-12 {
  padding-top: 30px;
}

.slide-nav {
  display: none;
}

.slide {
  background-color: #e6e7e8;
  border: 0 solid #fff;
  position: static;
}

.slider {
  border-style: none;
  border-width: 0;
  height: 460px;
}

.icon, .icon-2 {
  color: #999;
}

.section-8 {
  background-color: #e6e7e8;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-5 {
  border: 1px #000;
  width: 85%;
  max-width: 950px;
}

.image-4 {
  max-width: 950px;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-6 {
  width: 90%;
  max-width: 1400px;
}

.heading-4 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 60px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 28px;
  line-height: 46px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  padding: 0;
}

.heading-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 22px;
  line-height: 20px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 15px;
  line-height: 160%;
}

.quick-stack-6 {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  padding: 0;
}

.section-9 {
  padding: 65px 30px 77px;
}

.image-5 {
  max-width: 670px;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-10 {
  background-image: url('../images/Video_Section_Background2x.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  color: #f62;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Helveticaneuebd, sans-serif;
  line-height: 46px;
}

.section-11 {
  background-color: #e6e7e8;
  padding: 50px 30px;
}

.quick-stack-7 {
  grid-column-gap: 55px;
  padding: 0;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button-2-copy {
  background-color: #f60;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  width: 212px;
  height: 55px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-19 {
  width: 100%;
  margin-bottom: 23px;
}

.heading-7 {
  color: #f60;
  text-align: left;
  border-bottom: 1px solid #f60;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 13px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 25px;
  line-height: 32px;
}

.heading-2-copy {
  color: #f60;
  letter-spacing: 8px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

.div-block-23 {
  flex-flow: row;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  padding-bottom: 21px;
  display: flex;
}

.text-span-6 {
  font-family: Helveticaneuebd, sans-serif;
}

.quick-stack-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  font-size: 16px;
  line-height: 24px;
}

.text-span-7, .text-span-8 {
  font-family: Helveticaneuebd, sans-serif;
}

.div-block-25 {
  max-width: 380px;
}

.div-block-25.rt {
  padding-top: 128px;
}

.text-span-9, .text-span-10 {
  display: inline-block;
}

.cell-7 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.div-block-26 {
  background-color: #f05c00;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 42px;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
}

.image-9 {
  margin-bottom: 28px;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15 {
  display: inline-block;
}

.image-10 {
  height: 15px;
  display: block;
}

.quick-stack-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
  padding: 0;
}

.text-span-16 {
  display: inline-block;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 16px;
  line-height: 170%;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  max-width: 504px;
  margin-bottom: 40px;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 36px;
  line-height: 120%;
}

.text-block-8 {
  color: #fff;
  max-width: 498px;
  font-size: 20px;
  line-height: 170%;
}

.cell-10 {
  align-items: center;
}

.div-block-27 {
  background-color: #f05c00;
  border: 5px solid #f60;
  border-radius: 15px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px 16px;
  display: flex;
}

.image-11 {
  width: 100%;
}

.text-span-17 {
  color: #f60;
}

.text-span-18, .text-span-19, .text-span-20, .text-span-21 {
  display: inline-block;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 60px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 28px;
  line-height: 46px;
}

.section-9-copy {
  background-color: #272727;
  padding: 65px 30px 85px;
}

.div-block-27-copy {
  background-color: #383838;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 16px;
  display: flex;
}

.heading-5-copy {
  color: #f60;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 58px;
  line-height: 120%;
}

.paragraph-4-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 450px;
  margin-bottom: 0;
  font-family: Helveticaneuemed, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.heading-5-copy-copy {
  color: #f60;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 26px;
  line-height: 120%;
}

.div-block-27-copy-copy, .div-block-27-copy-copy-copy {
  background-color: #383838;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 65px 16px 50px;
  display: flex;
}

.div-block-27-copy-copy {
  background-color: #383838;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 35px 16px 50px;
  display: flex;
}

.container-6-copy {
  width: 85%;
  max-width: 1400px;
}

.section-12 {
  background-color: #1a1a1a;
}

.text-block-9 {
  color: #fff;
  text-align: center;
}

.container-8 {
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-span-22 {
  display: inline-block;
}

.image-12 {
  max-width: 216px;
}

.section-13 {
  background-color: #272727;
}

.container-9 {
  width: 90%;
  max-width: 1420px;
}

.quick-stack-10 {
  padding: 0;
}

.cell-11 {
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cell-12 {
  padding-bottom: 50px;
}

.cell-13 {
  padding-bottom: 100px;
}

.image-13 {
  margin-top: -114px;
}

.text-block-10 {
  font-size: 28px;
  line-height: 36px;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticaneuebd, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.paragraph-9 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helveticaneuelt, sans-serif;
  font-size: 19px;
  line-height: 33px;
}

.button-3 {
  text-transform: uppercase;
  background-color: #f60;
  border-radius: 60px;
  padding: 12px 24px;
  font-family: Helveticaneuebd, sans-serif;
}

@media screen and (max-width: 991px) {
  .cell {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 59%;
    max-width: 100%;
    display: flex;
  }

  .section {
    padding-top: 90px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-3 {
    background-position: 50%;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .button {
    margin-top: 0;
  }

  .container-2 {
    flex-direction: column;
    align-items: stretch;
    padding: 0 40px;
    display: flex;
  }

  .div-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cell-6 {
    align-items: center;
  }

  .div-block-4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 40px;
    display: flex;
  }

  .div-block-4-copy {
    padding: 0;
  }

  .div-block-5 {
    flex-direction: row;
    margin-right: 0;
    display: block;
  }

  .div-block-6 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    padding: 40px;
    display: flex;
  }

  .div-block-4-copy {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px;
    display: flex;
  }

  .div-block-4-copy-copy {
    padding: 0;
  }

  .container-3 {
    flex-direction: column;
    width: 85%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding-top: 0;
  }

  .heading-2 {
    margin-bottom: 30px;
    font-size: 48px;
  }

  .div-block-7, .div-block-8 {
    width: 100%;
  }

  .container-4 {
    flex-direction: column;
    max-width: 80vw;
  }

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

  .paragraph-2 {
    text-align: center;
    max-width: none;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-10 {
    width: 100%;
    padding-right: 0;
  }

  .image-3 {
    max-width: 70%;
    margin-top: 60px;
    padding-top: 0;
  }

  .section-7, .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-4 {
    max-width: 600px;
  }

  .div-block-13 {
    margin-top: 100px;
  }

  .container-6 {
    width: 85%;
    max-width: none;
  }

  .heading-5 {
    padding-bottom: 17px;
  }

  .quick-stack-6 {
    grid-row-gap: 20px;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-7 {
    grid-row-gap: 55px;
  }

  .paragraph-5 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-7 {
    max-width: 80vw;
  }

  .image-6 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    display: flex;
  }

  .image-7 {
    max-width: 60%;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-8 {
    max-width: 60%;
  }

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

  .div-block-24 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .quick-stack-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-26 {
    padding: 40px 16px;
  }

  .cell-8, .cell-9 {
    align-items: center;
  }

  .quick-stack-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block-7 {
    margin-bottom: 30px;
  }

  .section-9-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5-copy, .heading-5-copy-copy {
    padding-bottom: 17px;
  }

  .container-6-copy {
    width: 85%;
    max-width: none;
  }

  .cell-13 {
    padding-bottom: 40px;
  }

  .image-13 {
    margin-top: -3vw;
  }

  .paragraph-9 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cell {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .div-block {
    flex-direction: row;
    justify-content: space-around;
  }

  .quick-stack, .section {
    padding-left: 60px;
    padding-right: 60px;
  }

  .button {
    padding: 9px 25px;
    font-size: 22px;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .image {
    margin-bottom: 40px;
  }

  .text-span-2 {
    white-space: nowrap;
  }

  .text-block-2-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .container-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .button-2 {
    width: 100%;
  }

  .div-block-8 {
    max-width: none;
  }

  .heading-3 {
    font-size: 34px;
    line-height: 41px;
  }

  .section-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .slider {
    height: 400px;
  }

  .section-8 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-4 {
    max-width: 450px;
  }

  .div-block-13 {
    margin-top: 100px;
  }

  .heading-4 {
    line-height: 32px;
  }

  .quick-stack-6 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .image-5 {
    max-width: 90%;
  }

  .heading-2-copy {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-7, .paragraph-8 {
    text-align: left;
  }

  .div-block-25 {
    max-width: none;
  }

  .div-block-25.rt {
    padding-top: 0;
  }

  .cell-7 {
    align-items: center;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .cell-7.rt {
    padding-top: 0;
  }

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

  .quick-stack-9 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block-7 {
    font-size: 28px;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .heading-5-copy {
    font-size: 45px;
  }

  .paragraph-4-copy {
    font-size: 14px;
  }

  .heading-5-copy-copy {
    font-size: 18px;
  }

  .cell-11 {
    padding-top: 0;
  }

  .cell-12 {
    padding-bottom: 0;
  }

  .image-13 {
    width: 45%;
    max-width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 31px;
    line-height: 41px;
  }

  .text-block-2 {
    margin-bottom: 20px;
  }

  .cell {
    text-align: left;
    align-items: flex-start;
  }

  .div-block {
    width: 1009%;
  }

  .quick-stack {
    grid-row-gap: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section {
    padding-top: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container-copy {
    max-width: 90vw;
  }

  .button {
    margin-top: 0;
  }

  .quick-stack-2 {
    grid-row-gap: 110px;
  }

  .image {
    margin-bottom: 40px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .text-block-2-copy {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 32px;
  }

  .text-block-3 {
    font-size: 17px;
  }

  .div-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-2-copy-copy {
    margin-bottom: 20px;
  }

  .cell-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-color: #fff;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .text-block-2-copy-copy-copy {
    margin-bottom: 20px;
  }

  .quick-stack-4-copy {
    flex: 0 auto;
    align-self: center;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
    padding: 0;
    display: flex;
  }

  .div-block-4-copy {
    padding: 20px;
  }

  .container-3 {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-2 {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 25px;
  }

  .container-4 {
    width: 90%;
    max-width: 90vw;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 27px;
  }

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

  .slider {
    height: 300px;
    position: relative;
    overflow: hidden;
  }

  .icon, .icon-2 {
    font-size: 17px;
  }

  .container-5 {
    width: 90%;
    font-size: 13px;
  }

  .image-4 {
    max-width: 86%;
  }

  .div-block-13 {
    margin-top: 80px;
  }

  .container-6 {
    width: 90%;
  }

  .heading-4 {
    padding-bottom: 40px;
    font-size: 23px;
  }

  .heading-5, .paragraph-4 {
    text-align: center;
  }

  .section-9 {
    padding: 40px 0;
  }

  .paragraph-5 {
    max-width: 100%;
  }

  .container-7 {
    max-width: 90vw;
  }

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

  .right-arrow {
    right: -30px;
  }

  .left-arrow {
    left: -30px;
  }

  .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2-copy {
    font-size: 21px;
    line-height: 26px;
  }

  .cell-7 {
    padding-top: 80px;
  }

  .div-block-26 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .text-block-4 {
    font-size: 24px;
  }

  .text-block-7 {
    margin-bottom: 15px;
    font-size: 19px;
  }

  .text-block-8 {
    font-size: 15px;
  }

  .heading-4-copy {
    padding-bottom: 40px;
    font-size: 29px;
  }

  .section-9-copy {
    padding: 40px 0;
  }

  .heading-5-copy {
    text-align: center;
  }

  .paragraph-4-copy {
    text-align: center;
    font-size: 17px;
  }

  .heading-5-copy-copy {
    text-align: center;
    font-size: 23px;
  }

  .container-6-copy {
    width: 90%;
  }

  .text-span-22 {
    display: inline-block;
  }

  .cell-13 {
    padding-bottom: 20px;
  }

  .image-13 {
    width: 75%;
  }
}

#w-node-f0d2c6bb-43f9-0143-8721-03b3bd46816b-3999d386 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 418px;
}

#w-node-_261269f7-b216-a350-dee7-3e75e2adb7e0-3999d386 {
  grid-template-rows: auto;
  grid-template-columns: 30% 1fr;
}

#w-node-_59e6a74f-624c-e0b9-8886-00df0bb457d9-3999d386, #w-node-_0a794084-f7c6-4699-311f-36a44f540bf3-3999d386 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f0d2c6bb-43f9-0143-8721-03b3bd46816b-3999d386 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_59e6a74f-624c-e0b9-8886-00df0bb457d9-3999d386, #w-node-_0a794084-f7c6-4699-311f-36a44f540bf3-3999d386 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0d2c6bb-43f9-0143-8721-03b3bd46816b-3999d386, #w-node-_261269f7-b216-a350-dee7-3e75e2adb7e0-3999d386 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_59e6a74f-624c-e0b9-8886-00df0bb457d9-3999d386, #w-node-_0a794084-f7c6-4699-311f-36a44f540bf3-3999d386 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Helveticaneuebd';
  src: url('../fonts/HelveticaNeueBd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuelt';
  src: url('../fonts/HelveticaNeueLt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneuemed';
  src: url('../fonts/HelveticaNeueMed.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}