:root {
  --white: white;
  --black: black;
}

.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;
  }
}

.image {
  max-width: 254px;
}

.container {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.div-block {
  width: 100%;
  max-width: 1150px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 78%;
  max-width: 1500px;
  padding-bottom: 7vw;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  background-color: #353535;
  border-radius: 69px;
  width: 100%;
  max-width: 1150px;
  min-height: 300px;
  padding: 40px 60px;
  position: relative;
}

.section {
  padding-top: 45px;
  overflow: hidden;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 50px;
  line-height: 80px;
}

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

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

.text-block {
  color: #7dad1d;
  margin-bottom: 13px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24.5px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph {
  color: #fff;
  margin-bottom: 25px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.div-block-3 {
  position: relative;
}

.image-2 {
  max-width: 113%;
  position: relative;
  bottom: 4%;
  right: -45px;
}

.container-3 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
}

.div-block-4 {
  background-color: #e1e1e1;
  border-radius: 69px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding: 50px 25px;
  display: flex;
}

.button {
  text-transform: uppercase;
  background-color: #f90;
  padding: 20px 45px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
}

.heading-2 {
  color: #353535;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 31px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 65px;
}

.section-2 {
  padding-top: 10px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
}

.div-block-5 {
  width: 100%;
  max-width: 1150px;
  padding-bottom: 375px;
  position: relative;
  overflow: visible;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.text-block-3 {
  color: #353535;
  max-width: 260px;
  margin-bottom: 9px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-4 {
  max-width: 260px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.slide {
  background-color: red;
}

.slide-2 {
  background-color: #0f0;
  overflow: visible;
}

.slide-3 {
  background-color: #000ac5;
}

.slide-4 {
  background-color: #f0f;
  overflow: auto;
}

.slide-5 {
  background-color: #e1ff00;
  overflow: auto;
}

.mask {
  width: 40%;
  overflow: auto;
}

.slider {
  max-width: 830px;
  padding-left: 83px;
  padding-right: 83px;
  overflow: hidden;
}

.icon {
  background-image: url('../images/leftArrow_1leftArrow.png');
  background-position: 0 0;
  background-size: auto;
  overflow: auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 0;
  overflow: visible;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask-2 {
  width: 50%;
  overflow: visible;
}

.slide-6 {
  overflow: visible;
}

.slide-7 {
  background-color: #40f;
  overflow: visible;
}

.slide-8 {
  background-color: #00ff19;
  overflow: visible;
}

.slide-9 {
  background-color: #f0c;
  overflow: visible;
}

.slide-10 {
  background-color: #c8ff00;
  overflow: visible;
}

.slider-2 {
  background-color: rgba(221, 221, 221, 0);
  justify-content: flex-start;
  align-items: center;
  max-width: 997px;
  min-height: 500px;
  padding-left: 85px;
  padding-right: 27px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -9%;
  overflow: hidden;
}

.right-arrow-2, .left-arrow-2 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-2sadfkajhldsf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: center;
  justify-items: end;
  width: 200%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.div-block-7 {
  background-color: #353535;
  border-radius: 36px;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 6px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  overflow: visible;
}

.div-block-8 {
  margin-bottom: 42px;
  padding-top: 35px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.paragraph-2 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  overflow: visible;
}

.slide-6-copy {
  background-color: #fff;
  overflow: visible;
}

.slide-sadfasdf, .slide-adeojfg, .slide-kadf, .slide-alkdfgjkl {
  overflow: visible;
}

.div-block-7-copy {
  background-color: #7dad1d;
  border-radius: 36px;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.asdasdasdasdasdasdasd {
  background-color: #125687;
  border-radius: 36px;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.adgffdhgadfhgdfag {
  background-color: #353535;
  border-radius: 36px;
  width: 100%;
  max-width: 390px;
  overflow: hidden;
}

.asdasdasdasdaefdgafdg {
  background-color: #7dad1d;
  border-radius: 36px;
  width: 100%;
  max-width: 390px;
  display: inline-block;
  overflow: hidden;
}

.asdfasdfgadfbvd-svb {
  margin-bottom: 42px;
  padding-top: 35px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: visible;
}

.jahdfkgjakldfgjlkadlkfg {
  background-color: #353535;
  border-radius: 36px;
  width: 100%;
  max-width: 390px;
  margin-left: 51px;
  display: inline-block;
  overflow: hidden;
}

.container-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: visible;
}

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

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 347px;
  display: flex;
  position: relative;
  top: -18px;
  overflow: visible;
}

.div-block-11 {
  z-index: 5;
  color: #333;
  background-color: #7dad1d;
  border-radius: 36px;
  width: 100%;
  max-width: 575px;
  padding: 45px 60px;
  position: relative;
  overflow: visible;
}

.quick-stack-2 {
  margin-bottom: 19px;
  padding: 0;
  overflow: visible;
}

.image-3 {
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
}

.cell {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0%;
  overflow: visible;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  display: flex;
}

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

.div-block-14 {
  z-index: 5;
  background-color: #138d00;
  border-radius: 30px;
  width: 100%;
  padding: 76px;
  position: relative;
}

.text-block-6 {
  margin-bottom: 16px;
}

.image-4 {
  z-index: 0;
  width: 1173px;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  bottom: -130px;
  left: -136%;
  overflow: hidden;
}

.container-6 {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1150px;
  display: flex;
}

.section-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-16 {
  position: absolute;
  top: 209px;
  bottom: -44%;
  left: 6%;
  right: auto;
}

.quick-stack-3 {
  padding: 0 40px;
}

.div-block-17 {
  position: relative;
}

.text-block-7 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-8 {
  font-family: "Source Sans 3", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.text-block-9 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  line-height: 28px;
}

.paragraph-3 {
  color: #fff;
  max-width: 437px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.div-block-18 {
  width: 100%;
  max-width: 575px;
}

.div-block-19 {
  background-color: #fff;
  border-radius: 36px;
  width: 200%;
  position: relative;
}

.cell-2 {
  justify-content: center;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
}

.div-block-20 {
  width: 100%;
  max-width: 1150px;
}

.cell-3 {
  background-color: #125687;
  padding: 50px;
}

.cell-4 {
  background-image: url('../images/MADE-IN-AMERICA.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
  padding: 0;
  overflow: hidden;
}

.quickstack5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.quickstack6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom-right-radius: 36px;
  border-bottom-left-radius: 36px;
  padding: 0;
  overflow: hidden;
}

.cell5 {
  background-image: url('../images/Customize-sustainability.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cell6 {
  background-color: #353535;
  justify-content: center;
  padding: 50px;
  overflow: hidden;
}

.cell7 {
  background-color: #7dad1d;
  justify-content: center;
  padding: 50px;
  overflow: hidden;
}

.cell8 {
  background-image: url('../images/customer-logos.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack-5 {
  width: 100%;
  margin-bottom: 15px;
  padding: 0;
  overflow: hidden;
}

.cell-5 {
  justify-content: center;
}

.text-span-2 {
  font-weight: 900;
}

.section-5 {
  padding-bottom: 72px;
}

.section-6 {
  z-index: 3;
  padding-bottom: 115px;
  position: relative;
  overflow: hidden;
}

.cell-6 {
  justify-content: center;
}

.text-block-10 {
  color: #fff;
  max-width: 250px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  line-height: 28px;
  overflow: hidden;
}

.text-span-3 {
  font-weight: 900;
  display: inline-block;
}

.paragraph-4 {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

.text-span-4, .text-span-5 {
  font-weight: 900;
  overflow: hidden;
}

.text-span-6 {
  display: inline-block;
  overflow: hidden;
}

.text-block-10-copy, .text-block-10-copy-copy {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  font-size: 25px;
  line-height: 28px;
  overflow: hidden;
}

.container-8 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
  overflow: hidden;
}

.div-block-21 {
  background-color: #125687;
  border-radius: 36px;
  width: 100%;
  max-width: 1150px;
  padding: 50px;
  overflow: hidden;
}

.text-block-11 {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 34px;
  line-height: 40px;
  overflow: hidden;
}

.text-span-7 {
  font-weight: 900;
  overflow: hidden;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  overflow: hidden;
}

.section-7 {
  padding-bottom: 90px;
  overflow: hidden;
}

.quick-stack-6 {
  grid-column-gap: 30px;
  overflow: hidden;
}

.container-9 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
  overflow: visible;
}

.div-block-22 {
  background-color: #353535;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding: 50px 120px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 53px;
  font-weight: 700;
  line-height: 75px;
  overflow: hidden;
}

.image-7 {
  max-width: 159px;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: -56px;
  right: auto;
  overflow: hidden;
}

.image8 {
  max-width: 482px;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: auto;
  right: -58px;
  overflow: hidden;
}

.section-8 {
  padding-bottom: 90px;
}

.container-10 {
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: none;
  display: flex;
}

.div-block-23 {
  width: 100%;
  max-width: 1150px;
  padding: 25px;
}

.section-9 {
  background-color: #125687;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20 {
  display: inline-block;
}

.image-9 {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: -90px;
  right: auto;
}

.image-9-copy {
  position: absolute;
  top: auto;
  bottom: 12%;
  left: auto;
  right: -90px;
}

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

@media screen and (max-width: 991px) {
  .div-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .mask-2 {
    width: 90%;
  }

  .slide-6 {
    text-align: left;
  }

  .slider-2 {
    width: 100%;
    margin-top: 31px;
    position: relative;
    top: auto;
    right: auto;
  }

  .div-block-2sadfkajhldsf {
    width: 100%;
    display: flex;
    position: relative;
    left: 0;
  }

  .jahdfkgjakldfgjlkadlkfg {
    display: none;
  }

  .div-block-11 {
    padding: 20px;
  }

  .image-4 {
    display: none;
  }

  .text-block-9, .paragraph-3 {
    text-align: center;
  }

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

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

  .cell-4 {
    background-position: 75%;
  }

  .image8 {
    display: none;
  }

  .cell-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-8 {
    justify-content: center;
    align-items: center;
  }

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

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

@media screen and (max-width: 767px) {
  .div-block {
    text-align: center;
  }

  .container-2 {
    width: 85%;
  }

  .section {
    padding-top: 0;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 52px;
  }

  .image-2 {
    max-width: 100%;
    bottom: auto;
    right: 0;
  }

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

  .mask-2 {
    width: 94%;
    left: -17px;
  }

  .slide-6 {
    margin-left: 0;
    margin-right: 20px;
  }

  .right-arrow-2, .left-arrow-2 {
    width: 14%;
  }

  .slide-sadfasdf, .slide-adeojfg, .slide-kadf, .slide-alkdfgjkl {
    margin-right: 20px;
  }

  .div-block-10 {
    align-items: center;
    top: 0;
  }

  .div-block-11 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cell {
    align-items: center;
  }

  .text-block-7 {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .div-block-18 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-3 {
    padding: 40px 20px;
  }

  .cell-4 {
    padding: 150px;
    display: none;
  }

  .quickstack6 {
    direction: ltr;
  }

  .cell5 {
    display: none;
  }

  .cell6, .cell7 {
    padding: 40px 20px;
  }

  .cell8 {
    display: none;
  }

  .div-block-21, .div-block-22 {
    padding: 40px 20px;
  }

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

  .image-7 {
    display: none;
  }

  .image-8 {
    max-width: 160px;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .image-9, .image-9-copy {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    text-align: center;
  }

  .container-2 {
    width: 90%;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 0;
  }

  .heading {
    font-size: 35px;
    line-height: 44px;
  }

  .container-3 {
    width: 90%;
  }

  .button {
    font-size: 17px;
  }

  .heading-2 {
    font-size: 33px;
    line-height: 41px;
  }

  .container-4 {
    width: 97%;
  }

  .mask-2 {
    left: -19px;
  }

  .slide-6 {
    margin-right: 25px;
  }

  .div-block-8 {
    margin-bottom: 0;
    padding: 20px;
  }

  .slide-sadfasdf, .slide-adeojfg, .slide-kadf, .slide-alkdfgjkl {
    margin-right: 25px;
  }

  .quick-stack-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8 {
    font-size: 28px;
    line-height: 38px;
  }

  .container-7, .container-8 {
    width: 90%;
  }

  .text-block-11 {
    font-size: 25px;
    line-height: 33px;
  }

  .paragraph-5 {
    font-size: 19px;
    line-height: 29px;
  }

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

  .container-9 {
    width: 90%;
  }

  .text-block-12 {
    font-size: 34px;
    line-height: 42px;
  }

  .container-10 {
    width: 90%;
  }

  .div-block-23 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_2bd934f3-a98d-32ad-302a-9064bc312f18-a26264df {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_2bd934f3-a98d-32ad-302a-9064bc312f18-a26264df {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


