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

body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #000;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  display: block;
  padding: 80px 94px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.18);
  background-color: #fff;
  text-align: center;
}

.section.accent {
  margin-bottom: 0px;
  background-color: #192024;
}

.white-box {
  padding: 15px 15px 22px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  padding-left: 15px;
  border-style: none;
  background-color: transparent;
}

.white-box._1 {
  padding-bottom: 66px;
}

.white-box._2 {
  padding-bottom: 47px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 153px;
  padding-bottom: 153px;
  border-bottom: 4px none #69b9ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/robot-vacuum-cleaner-machine-WYCQLH7-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/robot-vacuum-cleaner-machine-WYCQLH7-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  display: block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 37px;
  line-height: 51px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 58px;
  color: #2e9dff;
  font-size: 21px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.19);
  background-color: #fff;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #fff;
  color: #edeff2;
  text-align: center;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #514577;
  font-size: 14px;
  font-weight: 300;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
}

.white-text._2 {
  text-align: center;
}

.white-text._3 {
  text-align: center;
}

.form {
  margin-top: 40px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 73px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item._2 {
  color: #000;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.logo-image {
  display: block;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-wrap {
  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;
}

.navigation {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.paragraph {
  text-align: justify;
}

.image-wrap {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content12-headline-wrap {
  max-width: 100%;
}

.bold-text-7 {
  color: #717177;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
}

.paragraph-71 {
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.paragraph-71._2 {
  text-align: left;
}

.size3-link {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #18181d;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  text-decoration: none;
}

.size3-link:hover {
  opacity: 0.7;
}

.size3-link.size3-top-clear {
  margin-top: 0px;
  font-weight: 300;
  text-transform: uppercase;
}

.size3-link.size3-top-clear {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
}

.size3-link.size3-top-clear:hover {
  opacity: 1;
}

.size3-link.size3-top-clear {
  margin-top: 0px;
  color: #000;
}

.size3-link.size3-top-clear {
  margin-top: 0px;
  color: #000;
  cursor: default;
}

.size3-link.size3-top-clear:hover {
  opacity: 1;
  color: #000;
}

.size3-link.size3-top-clear:active {
  color: #000;
}

.content12-image-description {
  margin-top: 24px;
  margin-bottom: 20px;
}

.content12-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content12-image {
  height: 360px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/97713-14090571-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/97713-14090571-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content12-image.content12-image1._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/Capture-1_1.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/Capture-1_1.JPG');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
}

.content12-image.content12-image1._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/Capture-1.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/Capture-1.JPG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.content12-image.content12-image1._2._44 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/Hc9cb14e2f755470b904eda6fd6bc7a386-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/Hc9cb14e2f755470b904eda6fd6bc7a386-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.content12-image.content12-image1._2._55 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/new.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/new.jpg');
  background-position: 0px 0px, 50% 50%;
}

.content12-image.content12-image1._2._66 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/H06585da409d34cd38a43d2d50e8fc715a-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/H06585da409d34cd38a43d2d50e8fc715a-min.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.content12-image.content12-image1._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/74412-6764619-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/74412-6764619-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content12-image.content12-image3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/114018-14650587-min-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/114018-14650587-min-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content12-image.content12-image2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.06)), to(rgba(0, 0, 0, 0.06))), url('../images/15447-12531339-min-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), url('../images/15447-12531339-min-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.content12-image.content12-image3 {
  background-color: #fff;
  background-image: url('../images/5f56677d2290a6f9755bfc4e_25064-15169417_new-min-removebg-preview.png');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image3._1564894411564 {
  background-image: url('../images/recycled-polybag-rpb160406--uw.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image1 {
  background-image: url('../images/15447-12531339-min-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image1._156498856164 {
  background-image: url('../images/recycled-polybag-hamper-rpb161824-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content12-image.content12-image1._2 {
  background-image: url('../images/ezgif.com-gif-maker.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.content12-image.content12-image1._2._8965874 {
  background-image: url('../images/500-ml-Multi-Trigger-R-HDPE-QCP-schaduw-1-800x800.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image1._3 {
  background-image: url('../images/74412-6764619-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content12-image.content12-image1._3._14984164646 {
  background-image: url('../images/250-ml-fles-Basic-Round-HDPE-zwart-24.410-800x800.jpg');
}

.content12-image.content12-image1._1 {
  background-image: url('../images/5f56677d2290a6a4105bfc51_18330-11531880-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content12-image.content12-image1._1._1567461456148645613 {
  background-image: url('../images/250-ml-basic-rectangle-pet-transparant-600x600.jpg');
  background-position: 50% 50%;
  background-size: contain;
}

.content12-image.content12-image2 {
  background-image: url('../images/5f56677d2290a64ce85bfc52_38712-12715582-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image2._6445615446 {
  background-image: url('../images/recycled-polybag-rpb161012-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image2 {
  background-image: url('../images/confectionery-factory-worker-packing-box-into-plas-CSRJT6Z-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.content12-image.content12-image3 {
  background-image: url('../images/maDXe5_t20_XQYLgr-min.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.content12-image.content12-image1 {
  background-image: url('../images/do-more-casey-neistat_t20_z26AaG-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content12-image.content12-image1 {
  background-image: url('../images/5f5e4f7a0bd043634ccc0ad4_modern-workshop-LHG9X58-min-min.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.content12-image.content12-image1._2 {
  background-image: url('../images/5f5e4f7a0bd04396d1cc0ac2_packaging-units-at-modern-factory-F38QD7P-min-min.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

.content12-image.content12-image1._3 {
  background-image: url('../images/5f5e4f7a0bd043d91bcc0acb_food-production-line-JBDG9PF-min-min.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.content12-image.content12-image1._1 {
  background-image: url('../images/5f5e4f7a0bd043831acc0ab9_machines-at-modern-food-factory-ZDJCXRE-min-min.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.content12-image.content12-image3 {
  background-image: url('../images/5f5e4f7a0bd043298ccc0ae5_confectionery-factory-worker-packing-box-into-plas-CSRJT6Z-min-min.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.content12-image.content12-image2 {
  background-image: url('../images/5f5e4f7a0bd043193dcc0add_machine-for-packing-sausages-into-a-shell-9ZS7WGW-min-min.jpg');
  background-position: 100% 50%;
  background-size: auto;
}

.deco-dot {
  width: 12px;
  height: 3px;
  margin-top: 7px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, 0.47);
}

.content12-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin: 116px auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.error-message {
  background-color: #e0e0e0;
}

.support-link {
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #011627;
  font-size: 16px;
  line-height: 34px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.support-link:hover {
  opacity: 1;
}

.support-link:active {
  opacity: 0.8;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  color: #060d13;
  font-size: 17px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  color: #fff;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.heading-4 {
  margin-bottom: 69px;
  font-size: 28px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.paragraph-contact-text {
  margin-bottom: 10px;
  font-size: 16px;
}

.contacts-section {
  display: block;
  margin-top: 100px;
  margin-bottom: 55px;
  text-align: center;
}

.number-contact-wrap {
  font-weight: 300;
}

.grid {
  margin-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". Area Area";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  padding-top: 3px;
  padding-right: 0px;
  padding-left: 476px;
  color: #55414d;
  font-size: 14px;
  font-weight: 300;
}

.text-span {
  text-transform: uppercase;
}

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

.section-2 {
  margin-right: 30px;
  margin-bottom: 50px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #192024;
  font-weight: 300;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container-3.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.store-categories-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: -15px;
  margin-left: -15px;
  -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;
}

.products-category-link {
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.6;
  font-family: 'Open Sans', sans-serif;
  color: #192024;
  font-size: 12px;
  line-height: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: 0.8;
}

.products-category-link.w--current {
  opacity: 1;
  font-weight: 600;
  letter-spacing: 1px;
}

.products-category-link.w--current:hover {
  opacity: 0.8;
}

.products-category-link.w--current:active {
  opacity: 0.7;
}

.body {
  background-color: #fff;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
  color: #192024;
  font-size: 44px;
  font-weight: 400;
}

.body-2 {
  background-color: #fff;
}

.body-3 {
  background-color: #fff;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
  text-align: center;
}

.bold-text-18 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.heading-jumbo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 64px;
  line-height: 80px;
  text-transform: none;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #192024;
  font-weight: 600;
  text-align: center;
}

.main-paragraph-wrap {
  margin-top: 60px;
  margin-bottom: 61px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.paragraph-light {
  opacity: 0.6;
  color: #192024;
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0px;
  text-transform: none;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('../images/2014-07-02-11.02.57.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/2014-07-02-11.02.57.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
}

.intro-header._22 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/dramatic-dawn-in-torres-del-paine-chile-3FU8J4S-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/dramatic-dawn-in-torres-del-paine-chile-3FU8J4S-min.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
}

.intro-header._22._33 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/throw-plastic-bottle-into-the-recycling-box-WVVMW9M-min-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/throw-plastic-bottle-into-the-recycling-box-WVVMW9M-min-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.intro-header._22._111 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/plastic-forks-PC2SLZS-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/plastic-forks-PC2SLZS-min.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.bold-text-19 {
  font-size: 16px;
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 17px;
  font-weight: 600;
}

.rich-text-block {
  font-size: 14px;
  text-align: left;
}

.paragraph-72 {
  text-align: justify;
}

.heading-6 {
  letter-spacing: 3px;
  text-transform: none;
}

.paragraph-73 {
  text-align: justify;
}

.heading-7 {
  letter-spacing: 3px;
}

.heading-8 {
  letter-spacing: 3px;
}

.heading-9 {
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

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

.list-item-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.button-3 {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 2px;
  background-color: #0ac278;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button-3:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button-3:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.button-3.form {
  width: 27%;
  margin-top: 0px;
  margin-right: 0px;
  padding: 9px 10px 7px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.61);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
  box-shadow: none;
  color: #000;
  text-shadow: none;
}

.button-3.form:hover {
  background-color: #fff;
  color: #000;
}

.button-3.form:active {
  background-color: #000;
  color: #fff;
}

.footer5-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
}

.footer5-logo-link-2 {
  padding-left: 0px;
  opacity: 0.7;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.footer5-logo-link-2:hover {
  opacity: 1;
}

.footer5-link-2 {
  display: block;
  margin-left: 20px;
  opacity: 0.7;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.footer5-link-2:hover {
  opacity: 1;
}

.section-3 {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section-3.footer {
  display: block;
  padding: 73px 0px;
  background-color: #fff;
  color: #000;
}

.columns {
  margin-bottom: 0px;
  padding-bottom: 14px;
}

.heading-10 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.heading-11 {
  margin-top: 1px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.field-left {
  width: 73%;
  margin-bottom: 10px;
  float: left;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.61);
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #fff;
  color: #000;
}

.field-left:focus {
  background-color: #525559;
  box-shadow: 0 0 6px 0 transparent;
  color: #fff;
}

.footer-link-2 {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 23px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #d9d9d9;
}

.error-message-2 {
  background-color: #000;
  color: #fff;
  text-align: center;
}

.heading-12 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.list-item {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}

.footer5-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fff;
}

.success-message {
  background-color: #5f6266;
}

.content12-image-description-2 {
  margin-top: 24px;
  margin-bottom: 20px;
}

.content12-description-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bold-text-5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.paragraph-74 {
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.7;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
}

.bold-text-3 {
  font-weight: 300;
}

.content12-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 47px;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-4 {
  font-weight: 300;
}

.section-8 {
  display: block;
  height: auto;
  padding-right: 0px;
  padding-bottom: 80px;
  padding-left: 0px;
  color: #4d4d4d;
}

.size1-text {
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 300;
  text-align: center;
  white-space: normal;
}

.size1-text._1 {
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
  color: #000;
  font-size: 26px;
  line-height: 50px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.size1-text._1.products111 {
  margin-bottom: 20px;
  border-bottom-style: none;
  font-size: 29px;
}

.size1-text._1 {
  margin-bottom: 37px;
  color: #000;
}

.size1-text._1._654514 {
  border: 1px none #000;
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.features._22 {
  padding-top: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f5f5f7;
}

.h2-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 37px;
  -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;
}

.h2-container._66 {
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-container._66.products_new {
  margin-bottom: 66px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -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;
}

.container-5._33 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content12-grid-4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 27px;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content12-headline-wrap-2 {
  max-width: 100%;
  color: #000;
}

.bold-text-6 {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-weight: 300;
}

.paragraph-75 {
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #000;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}

.fact-title {
  position: -webkit-sticky;
  position: sticky;
  top: 30vh;
}

.facts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-heading {
  position: static;
  top: 30vh;
  color: #192024;
  font-weight: 400;
}

.heading-13 {
  color: #192024;
}

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

.fact-image {
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 8%, 0.22)), to(hsla(0, 0%, 8%, 0.22))), url('../images/sock-making-machine-QWMHEME-min.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 8%, 0.22), hsla(0, 0%, 8%, 0.22)), url('../images/sock-making-machine-QWMHEME-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.grid-2 {
  width: 100%;
  margin-top: 140px;
  margin-bottom: 140px;
  grid-row-gap: 56px;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.number {
  margin-right: -32px;
  opacity: 0.06;
  font-family: 'Open Sans', sans-serif;
  font-size: 180px;
  line-height: 100%;
  font-weight: 900;
}

.contain {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1110px;
  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;
  -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;
}

.heading-14 {
  color: #000;
}

.heading-15 {
  color: #000;
}

.heading-16 {
  color: #000;
}

.heading-17 {
  color: #000;
}

.heading-18 {
  color: #000;
}

.heading-19 {
  color: #000;
}

.section-10 {
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 80px;
  color: #4d4d4d;
}

.deco-dot-2 {
  width: 12px;
  height: 6px;
  margin-top: 7px;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #a5a5a5;
  color: #999;
}

.premium-image-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 720px;
  max-width: 1440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.premium-image-banner._22 {
  max-height: none;
  background-color: #fff;
}

.paragraph-76 {
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.7;
  color: #333;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.content12-grid-5 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.center-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.top-service-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -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;
}

.content-description {
  margin-top: 24px;
  margin-bottom: 20px;
  background-color: #fff;
}

.content-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 430px;
  margin-top: 0px;
  padding: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.content-description-wrap.second_half {
  height: 300px;
}

.image-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  -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-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-wrap-2.third-image {
  background-image: url('../images/Fotolia_36513338_S-min.jpg');
  background-size: cover;
}

.image-wrap-2.fifth-image {
  background-image: url('../images/H0125-p1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrap-2.first-image {
  background-image: url('../images/plastic-recycling-min.jpg');
  background-size: cover;
}

.image-wrap-2.sixth-image {
  background-image: url('../images/polystyrene-foam-min.jpg');
  background-size: cover;
}

.image-wrap-2.second-image {
  background-image: url('../images/ultratech-manufactured-sand-washing-plantjpg-min.jpg');
  background-size: cover;
}

.image-wrap-2.fourth-image {
  background-image: url('../images/ldpe-packaging-film-500x500-min.jpg');
  background-size: cover;
}

.service-heading {
  margin-top: 0px;
  margin-bottom: 11px;
  padding-top: 0px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.content-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 49px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-block {
  margin-bottom: 34px;
}

.heading-20 {
  color: #192024;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.5px;
}

.text-block-2 {
  margin-bottom: 10px;
  color: #b0b0bd;
  text-align: center;
  letter-spacing: 2px;
}

.sub-text {
  background-color: transparent;
  color: #47474b;
  font-weight: 700;
}

.section-11 {
  position: relative;
  overflow: visible;
  padding: 120px 40px;
  background-color: #f5f5f7;
}

.text-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 68px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #b0b0bd;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-center {
  display: block;
}

.service-summary {
  margin-bottom: 0px;
  color: #717177;
  font-size: 13px;
  line-height: 27px;
  text-align: justify;
}

.premium {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-2 {
  text-decoration: none;
}

.container-6 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1170px;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-2-rows {
  margin-bottom: 7px;
  text-align: left;
}

.h2.cc-2-rows.part-1 {
  text-align: left;
}

._2-row-text {
  max-width: 370px;
  margin-right: 0px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

.link-3 {
  color: #6a859c;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.text-span-4 {
  color: #6a859c;
  font-weight: 700;
  letter-spacing: 2px;
}

.paragraph-77 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph-77.cc-gray {
  color: #717177;
  font-size: 13px;
  line-height: 27px;
  font-weight: 400;
}

._2-row-image.cc-bottom {
  margin-right: 0px;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

.heading-21 {
  font-family: Exo, sans-serif;
  font-size: 19px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-21.newnew {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 109px;
  line-height: 30px;
  letter-spacing: 26px;
}

.div-block-15 {
  margin-top: 0px;
}

.scroll-bar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  height: 3px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .logo-link {
    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;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-items {
    background-color: #fff;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-icon {
    display: block;
  }

  .div-block-13 {
    display: none;
  }

  .size3-link.size3-top-clear {
    font-size: 20px;
  }

  .content12-description-wrap {
    margin-bottom: 20px;
  }

  .content12-image {
    background-position: 50% 0%;
  }

  .content12-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .number-contact-wrap {
    margin-bottom: 0px;
  }

  .grid {
    grid-template-areas: "."
      "."
      "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .intro-text {
    width: auto;
  }

  .footer5-right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-3 {
    background-color: #0bd685;
  }

  .footer5-grid {
    width: 100%;
    max-width: 738px;
    -ms-grid-row-align: center;
    align-self: center;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .footer5-link-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer5-links-wrap {
    margin-right: 0px;
  }

  .content12-description-wrap-2 {
    margin-bottom: 0px;
  }

  .content12-grid-2 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-8 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .h2-container {
    width: 80%;
  }

  .h2-container._66.products_new._1252365214 {
    width: 100%;
  }

  .container-5._33 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content12-grid-4 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .contain {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-10 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .content12-grid-5 {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content-description-wrap {
    margin-bottom: 20px;
  }

  .content-description-wrap.second_half {
    height: 430px;
  }

  .content-grid {
    width: 100%;
    max-width: 738px;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .sub-text.test {
    margin-bottom: -2px;
    opacity: 0;
  }

  .sub-text.test2 {
    opacity: 0;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  .heading-21 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 44px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation {
    padding: 20px 30px;
  }

  .content12-image.content12-image1._1._1567461456148645613 {
    background-repeat: no-repeat;
  }

  .content12-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }

  .section-2 {
    margin-right: 15px;
    margin-left: 15px;
  }

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

  .container-3.cc-heading-wrap {
    margin-bottom: 50px;
  }

  .store-categories-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .products-category-link {
    margin-bottom: 10px;
  }

  .intro-content {
    width: 80%;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }

  .footer5-right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer5-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .section-3.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-column-2 {
    margin-bottom: 33px;
    text-align: center;
  }

  .section-7 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .content12-grid-2 {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .section-8 {
    margin-bottom: 0px;
    padding: 34px 10px;
  }

  .size1-text {
    font-size: 34px;
    line-height: 42px;
    text-align: center;
  }

  .size1-text._1 {
    font-size: 20px;
  }

  .size1-text._1.products111 {
    font-size: 27px;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .content12-grid-4 {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fact-title {
    position: static;
  }

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

  .grid-2 {
    margin-top: 80px;
    margin-bottom: 80px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 140px;
  }

  .section-10 {
    margin-bottom: 0px;
    padding: 34px 10px;
  }

  .content12-grid-5 {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .content-description-wrap {
    height: 350px;
  }

  .content-grid {
    max-width: none;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.cc-bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .section {
    margin-right: auto;
    margin-left: auto;
    padding: 0px 0px 80px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading {
    font-size: 15px;
    line-height: 26px;
  }

  .hero-subheading {
    font-size: 16px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-71 {
    text-align: justify;
  }

  .size3-link.size3-top-clear {
    font-size: 19px;
  }

  .content12-image.content12-image3._1564894411564 {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .content12-image.content12-image1._2 {
    background-repeat: no-repeat;
  }

  .content12-image.content12-image1._1._1567461456148645613 {
    background-size: contain;
  }

  .content12-image.content12-image2._6445615446 {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .content12-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .support-link {
    font-size: 14px;
  }

  .heading-4 {
    padding-right: 76px;
    padding-left: 76px;
    font-size: 23px;
    line-height: 38px;
    text-align: center;
  }

  .paragraph-contact-text {
    font-size: 14px;
  }

  .number-contact-wrap {
    font-size: 16px;
  }

  .grid {
    padding-right: 27px;
    padding-left: 27px;
  }

  .products-category-link {
    line-height: 17px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .footer5-right-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .button-3 {
    display: block;
    margin-bottom: 14px;
  }

  .footer5-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer5-link-2 {
    margin-bottom: 10px;
  }

  .section-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-link-2:hover {
    color: #838383;
  }

  .footer5-links-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-4 {
    padding-right: 42px;
    padding-left: 42px;
  }

  .content12-image-description-2 {
    margin-bottom: 0px;
  }

  .paragraph-74 {
    text-align: justify;
  }

  .bold-text-3 {
    font-size: 13px;
  }

  .content12-grid-2 {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-8 {
    position: static;
    top: 263px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    -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;
  }

  .size1-text._1 {
    font-size: 19px;
    line-height: 30px;
  }

  .content12-grid-4 {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bold-text-6 {
    text-align: justify;
  }

  .paragraph-75 {
    text-align: justify;
  }

  .sticky-heading {
    font-size: 28px;
  }

  .heading-13 {
    font-size: 20px;
  }

  .grid-2 {
    grid-row-gap: 24px;
  }

  .number {
    font-size: 100px;
  }

  .section-10 {
    position: static;
    top: 263px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-76 {
    text-align: justify;
  }

  .content12-grid-5 {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .content-description-wrap {
    overflow: hidden;
    height: 700px;
  }

  .content-grid {
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-20 {
    font-size: 32px;
    line-height: 38px;
  }

  .sub-text {
    margin-bottom: 18px;
  }

  .service-summary {
    text-align: justify;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-21 {
    line-height: 28px;
  }
}

#w-node-_693ca5d6-27c6-2715-f090-25522aa0e3d2-977fa0f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_693ca5d6-27c6-2715-f090-25522aa0e3dc-977fa0f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_693ca5d6-27c6-2715-f090-25522aa0e3e6-977fa0f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_693ca5d6-27c6-2715-f090-25522aa0e3f0-977fa0f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_693ca5d6-27c6-2715-f090-25522aa0e3fa-977fa0f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_693ca5d6-27c6-2715-f090-25522aa0e404-977fa0f3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_34930f23-1cd1-2d33-d384-268e8b757ce8-8b757cba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_34930f23-1cd1-2d33-d384-268e8b757cea-8b757cba {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 8;
  grid-column-start: span 8;
  -ms-grid-column-span: 8;
  grid-column-end: span 8;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_9fe7104c-955b-e1b0-2446-efd7460416aa-e47fa0f5 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_1440e6e5-27fd-a890-29ef-5df3b933cc61-937fa0f7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ddddf829-b70e-1d86-b8c3-fad41ad97932-937fa0f7 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ddddf829-b70e-1d86-b8c3-fad41ad97937-937fa0f7 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: Area;
}

#w-node-_9fe7104c-955b-e1b0-2446-efd7460416aa-bf7fa0f9 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_98a334fa-c5c8-b822-b552-1754e878ce4b-d77fa0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_98a334fa-c5c8-b822-b552-1754e878ce55-d77fa0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_98a334fa-c5c8-b822-b552-1754e878ce60-d77fa0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_98a334fa-c5c8-b822-b552-1754e878ce6a-d77fa0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_98a334fa-c5c8-b822-b552-1754e878ce72-d77fa0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_98a334fa-c5c8-b822-b552-1754e878ce7a-d77fa0fa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21525-b17fa0fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a329b9dd-4156-67bd-2cb4-24a2d5f2152f-b17fa0fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21539-b17fa0fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21543-b17fa0fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a329b9dd-4156-67bd-2cb4-24a2d5f2154e-b17fa0fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21558-b17fa0fb {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-c7e663c3-0d1d-bb17-7c6e-901267e3ed1e-6c7fa0fc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3d2-977fa0f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3dc-977fa0f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3e6-977fa0f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3f0-977fa0f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3fa-977fa0f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e404-977fa0f3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_34930f23-1cd1-2d33-d384-268e8b757ce8-8b757cba {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_34930f23-1cd1-2d33-d384-268e8b757cea-8b757cba {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }

  #w-node-_1440e6e5-27fd-a890-29ef-5df3b933cc61-937fa0f7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }

  #w-node-ddddf829-b70e-1d86-b8c3-fad41ad97932-937fa0f7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-ddddf829-b70e-1d86-b8c3-fad41ad97937-937fa0f7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce4b-d77fa0fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce55-d77fa0fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce60-d77fa0fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce6a-d77fa0fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce72-d77fa0fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce7a-d77fa0fa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21558-b17fa0fb {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 8;
    grid-column-start: span 8;
    -ms-grid-column-span: 8;
    grid-column-end: span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3d2-977fa0f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3dc-977fa0f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3e6-977fa0f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3f0-977fa0f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e3fa-977fa0f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_693ca5d6-27c6-2715-f090-25522aa0e404-977fa0f3 {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_34930f23-1cd1-2d33-d384-268e8b757ce8-8b757cba {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_34930f23-1cd1-2d33-d384-268e8b757cea-8b757cba {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce4b-d77fa0fa {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce55-d77fa0fa {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce60-d77fa0fa {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce6a-d77fa0fa {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce72-d77fa0fa {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-_98a334fa-c5c8-b822-b552-1754e878ce7a-d77fa0fa {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21525-b17fa0fb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f2152f-b17fa0fb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21539-b17fa0fb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21543-b17fa0fb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f2154e-b17fa0fb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }

  #w-node-a329b9dd-4156-67bd-2cb4-24a2d5f21558-b17fa0fb {
    -ms-grid-column: span 6;
    grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_34930f23-1cd1-2d33-d384-268e8b757ce8-8b757cba {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
  }

  #w-node-_34930f23-1cd1-2d33-d384-268e8b757cea-8b757cba {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

