:root {
  --light-blue: #0092d8;
  --grey: #3f3f40;
  --text-grey: #333;
  --light-grey: whitesmoke;
  --primary-blue: #003566;
  --text-white: #fffc;
  --waves-library--white: white;
  --secondary-blue: #001d3d;
  --waves-library--black: #131313;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--white: white;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-050: #f2f3f7;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-200: #bfc4ce;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --s-light-blue: #0075ad;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--primary-800: #472def;
  --combine-library--grey-400: #8c94a5;
  --combine-library--grey-100: #d9dce2;
}

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

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

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

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

.top-nav-bar {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 8px;
  display: flex;
}

.image {
  background-image: url('../images/logo_1logo.png');
  background-position: 0 0;
  background-size: cover;
  width: 50px;
  height: 36px;
}

.contact_button {
  background-color: #3898ec00;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  margin-left: 40px;
  display: flex;
}

.contact {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 3px;
  height: 32px;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.div-block-2 {
  background-color: #f51111;
}

.div-block-3 {
  margin: 80px 510px 80px 140px;
}

.heading {
  color: #fff;
  width: 337px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.text-block {
  color: #000;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
}

.primary-button {
  background-color: var(--light-blue);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: all .25s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  outline: 1px solid #fff;
}

.primary-button.white {
  color: #003566;
  background-color: #fff;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.primary-button.white:hover {
  color: #fff;
  background-color: #00274b;
}

.primary-button.white.hide {
  display: none;
}

.primary-button.exception {
  margin-top: 40px;
  display: inline-block;
}

.primary-button.form-button {
  background-color: var(--text-grey);
  outline-offset: 0px;
  border-radius: 0;
  outline: 1px #fff;
  margin-top: 40px;
  padding: 15px 50px;
  transition: all .3s;
}

.primary-button.form-button:hover {
  background-color: #13131380;
}

.primary-button.mobile {
  background-color: var(--light-blue);
  transition: all .25s;
}

.primary-button.mobile:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  outline: 1px #fff;
}

.primary-button.invisible {
  display: none;
}

.primary-button.visible {
  line-height: 1.5;
}

.primary-button.top-padding {
  margin-top: 5%;
}

.secondary-button {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.secondary-button:hover {
  background-color: #00000080;
}

.secondary-button.mobile {
  border-color: var(--light-blue);
  background-color: #00000080;
  transition: all .3s;
}

.secondary-button.mobile:hover {
  border-color: var(--grey);
  background-color: var(--grey);
  color: var(--light-grey);
}

.secondary-button.small {
  background-color: var(--grey);
  border-style: none;
}

.secondary-button.small:hover {
  background-color: #28282880;
}

.secondary-button.blue {
  border-width: 2px;
  border-color: var(--light-blue);
  color: var(--light-blue);
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.div-block-5 {
  height: 514.6px;
  position: static;
}

.div-block-6 {
  height: 240px;
  margin-left: 140px;
  margin-right: 140px;
}

.div-block-7 {
  background-image: url('../images/background_ABOUT.jpg');
  background-position: 0 0;
  background-size: 1068px 570px;
}

.div-block-8 {
  background-image: url('../images/background_ABOUT.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 1068px;
  height: 570px;
  margin-top: 0;
}

.div-block-9 {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: space-between;
  width: 792px;
  height: 90px;
  margin-left: 140px;
  margin-right: 140px;
  display: flex;
  position: relative;
}

.div-block-10 {
  background-color: var(--primary-blue);
  border-radius: 1px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.image-2 {
  width: 20px;
  height: 20px;
}

.heading-2 {
  color: #000;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
}

.text-block-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 12px;
}

.div-block-11 {
  background-color: #fff;
  height: 180px;
  margin-top: 0;
  padding: 24px 20px;
  box-shadow: 0 8px 10px #0003;
}

.div-block-12, .div-block-13, .div-block-14 {
  background-color: #fff;
  border-radius: 3px;
  height: 180px;
  padding: 24px 20px;
  position: absolute;
  box-shadow: 0 8px 11px #0000001a;
}

.div-block-15 {
  background-image: url('../images/image.png');
  background-position: 0 0;
  background-size: auto;
  width: 390px;
  height: 310px;
  margin-top: 320px;
  margin-bottom: 90px;
  margin-left: 140px;
}

.div-block-16 {
  background-image: url('../images/background_ABOUT.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 1068px;
  height: 570px;
  display: flex;
}

.image-3 {
  margin: 0;
}

.div-block-17 {
  width: 536px;
  margin-right: 0;
  padding-top: 200px;
  padding-left: 70px;
  padding-right: 140px;
}

.div-block-18 {
  margin-left: 0;
}

.text-span {
  color: #003566;
  font-weight: 700;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 13px;
  text-decoration: underline;
}

.heading-3 {
  color: #fff;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-4 {
  color: #ffffffe6;
  max-width: 440px;
  margin-top: 12px;
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
}

.heading-4 {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-5 {
  margin-top: 12px;
  margin-bottom: 44px;
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 12px;
}

.div-block-19 {
  background-color: #003566;
  height: 700px;
  padding-top: 50px;
  padding-left: 140px;
  padding-right: 140px;
}

.section-tag {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  height: 30px;
  margin-top: 0;
  display: flex;
}

.div-block-21 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin-top: 12px;
  margin-bottom: 50px;
  display: flex;
}

.category-card {
  background-color: #fff;
  max-height: 400px;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 15px #0003;
}

.featured-categories-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-5 {
  font-family: Poppins, sans-serif;
}

.heading-6 {
  color: #fff;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 36px;
}

.text-block-6 {
  font-family: Poppins, sans-serif;
  font-size: 27px;
}

.block-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.block-text.blue {
  color: var(--light-blue);
  font-weight: 700;
}

.block {
  background-color: #fff;
  border-radius: 20px;
  width: 8px;
  height: 24px;
}

.block.blue {
  background-color: var(--light-blue);
  background-color: #003566;
  background-color: var(--light-blue);
  height: 21px;
}

.card-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.category-card-title-box {
  background-color: #fff;
  align-self: stretch;
  padding: 0;
}

.category-card-image {
  background-image: url('../images/CC_image1.jpg');
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: none;
  max-height: 180px;
  display: flex;
  position: relative;
}

.category-card-image.hand-tools {
  max-width: none;
  max-height: 180px;
}

.category-card-image.safety-products-ppe {
  background-image: url('../images/CC_image2.jpg');
  max-width: none;
}

.category-card-image.measuring-tools {
  background-image: url('../images/CC_image3.jpg');
}

.category-card-image.construction-materials {
  background-image: url('../images/CC_image4.jpg');
}

.div-block-26 {
  background-image: url('../images/background_featured-brands.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 630px;
  padding-top: 50px;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-35 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  height: 30px;
  display: flex;
}

.div-block-36 {
  background-color: var(--primary-blue);
  border-radius: 20px;
  width: 8px;
  height: 30px;
}

.text-block-12 {
  color: var(--primary-blue);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin-top: 12px;
  margin-bottom: 50px;
  display: flex;
}

.heading-8 {
  color: #000;
  height: 36px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.brand-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: none;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 0 15px #00000026;
}

.featured-brands {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(138px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  display: grid;
}

.brand-card-image {
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.brand-card-image.alko-plus {
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.brand-card-image._3m-india {
  background-image: url('../images/BC_image2.jpg');
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-card-image.venus {
  background-image: url('../images/BC_image3.jpg');
}

.brand-card-image.karam {
  background-image: url('../images/BC_image4.jpg');
}

.brand-card-title-box {
  background-color: #f5f5f5;
  padding: 16px 12px;
  display: block;
}

.brand-card-title-box:hover {
  color: #fff;
  background-color: #003566;
}

.heading-9 {
  color: #000;
  background-color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 12px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.div-block-41 {
  background-image: url('../images/logo-strip.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 180px;
}

.div-block-42 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 0;
  margin-left: 140px;
  margin-right: 140px;
  padding-top: 24px;
  display: flex;
}

.div-block-43 {
  background-color: var(--primary-blue);
  background-image: none;
  border-radius: 20px;
  width: 8px;
  height: 30px;
}

.text-block-13 {
  font-size: 27px;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

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

.form-contact-us {
  background-image: url('../images/image_contact-us.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 534px;
  height: 450px;
}

.div-block-46 {
  background-color: var(--primary-blue);
  height: 534px;
}

.div-block-47 {
  background-color: var(--primary-blue);
  width: 534px;
  padding: 60px 160px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  width: 220px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.text-field {
  color: #333;
  background-color: #fff0;
  border: 1px solid #fff6;
  border-radius: 3px;
  width: 220px;
  height: 28px;
  margin-bottom: 8px;
}

.text-field.last {
  height: 56px;
  margin-bottom: 20px;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.field-label {
  color: #fff;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.submit-button {
  margin-top: 20px;
}

.home-usp {
  height: 1px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.home-usp.container {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.home-usp.container.hide {
  display: none;
}

.usps {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: absolute;
  top: -90px;
  overflow: visible;
}

.box {
  background-color: #fff;
  border-radius: 1px;
  flex-direction: column;
  width: 15rem;
  height: auto;
  padding: 24px 20px;
  display: flex;
  box-shadow: 0 8px 11px #0000001a;
}

.div-block-50 {
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.image-4 {
  width: 20px;
  height: 20px;
}

.text-block-15 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.text-block-16 {
  color: var(--text-grey);
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.body {
  font-family: Poppins, sans-serif;
  font-size: 9px;
  line-height: 1.4;
}

.section {
  padding-top: 0;
}

.banner {
  background-image: linear-gradient(#0006, #0000 100%, #fcfcfc00), url('../images/SA-banner-not-home.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -180px;
  padding-top: 220px;
  padding-bottom: 60px;
}

.banner-heading {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.paragraph {
  color: #fffc;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}

.paragraph.sub-text {
  max-width: 500px;
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 14px;
}

.paragraph.sub-text.mobile {
  color: var(--text-white);
  font-size: 16px;
}

.paragraph.black {
  color: var(--text-grey);
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
}

.breadcrumb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-wrap: wrap;
  align-content: space-between;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.link {
  color: var(--light-grey);
  text-decoration: none;
}

.link.current-page {
  color: var(--waves-library--white);
  line-height: 1.2;
}

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

.link.page {
  color: var(--waves-library--white);
  line-height: 1.2;
}

.link.page.w--current {
  color: var(--light-grey);
  line-height: 1.2;
}

.container {
  text-align: left;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 0;
  display: block;
}

.container._2-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.container._2-column.polymak {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.container.sec-6 {
  align-items: center;
  display: flex;
}

.container.mobile {
  padding-top: 0;
}

.container.marquee {
  max-width: 1920px;
  margin-left: 10px;
  margin-right: 10px;
}

.divider {
  color: var(--light-grey);
}

.brand {
  background-image: url('../images/logo-options_1logo options.png');
  background-position: 0 0;
  background-size: cover;
}

.navbar {
  background-color: #fff;
  display: none;
}

.nav-menu {
  text-decoration: none;
  display: block;
}

.logo {
  width: 50px;
  height: 36px;
  margin-top: 8px;
  display: inline-block;
}

.nav-link {
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  font-size: 10px;
  font-weight: 600;
  display: inline-block;
}

.nav-link.contact---nav {
  background-color: var(--primary-blue);
  color: #fff;
  border-radius: 3px;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px;
  padding: 12px 24px;
  font-weight: 700;
  position: static;
}

.div-block-52 {
  display: block;
}

.div-block-53 {
  justify-content: space-between;
  display: block;
}

.menu-button {
  display: none;
}

.section-2 {
  background-image: url('../images/about-background.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8%;
  padding-bottom: 1%;
  display: block;
}

.section-title {
  color: var(--text-grey);
  border-bottom: 1px solid #000;
  flex: 0 auto;
  align-self: flex-start;
  padding-bottom: 2px;
  font-size: 9px;
  line-height: 1.4;
  text-decoration: none;
  display: inline-block;
}

.heading-11 {
  font-size: 26px;
}

.h2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.h2.blue {
  color: var(--primary-blue);
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
}

.h2.exception {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 400;
}

.h2.exception.about {
  font-weight: 500;
  line-height: 1.2;
}

.h2.white {
  color: #fff;
  margin-bottom: 0;
}

.h2.centered {
  text-align: center;
}

.h2.centered.extra-padding {
  margin-top: 20px;
  margin-left: 0;
}

.h2.extra-padding {
  margin: 8% 60px 20px;
}

.info-text {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.4;
}

.info-textbox {
  flex: none;
  max-width: 320px;
  margin-top: 0;
  margin-right: 60px;
  display: block;
}

.info-textbox.home {
  flex: 0 auto;
  margin-left: 40px;
  margin-right: 0;
}

.info-textbox.about {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-width: 600px;
  margin-right: 0;
  display: flex;
}

.info-textbox.about.stretch {
  justify-content: space-between;
}

.div-block-55 {
  text-align: right;
  flex: none;
  max-width: 390px;
  max-height: 312px;
  display: block;
}

.image-5 {
  object-fit: cover;
  background-image: url('../images/Rectangle-20.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-56 {
  max-width: 770px;
  max-height: 790px;
}

.section-3 {
  flex-flow: column;
  display: flex;
}

.div-block-57 {
  width: 100%;
  position: relative;
}

.heading-13 {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 60px;
  font-size: 27px;
  line-height: 1;
}

.div-block-58 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--text-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start;
  padding: 60px 60px 80px;
  display: grid;
  position: static;
}

.image-6 {
  width: 24px;
  max-width: 36%;
  height: 24px;
  max-height: 36px;
}

.div-block-59 {
  color: #fff;
  max-width: 220px;
  margin: 0;
  padding-right: 0;
}

.paragraph-3 {
  color: var(--text-white);
  margin-bottom: 0;
  font-size: 12px;
}

.text-block-19 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.div-block-59-copy {
  color: #fff;
  max-width: 220px;
  margin: 0;
  padding-right: 0;
}

.image-7 {
  z-index: 9;
  position: absolute;
  top: -78px;
  right: 16px;
}

.section-4 {
  background-color: var(--secondary-blue);
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.connect-links {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-8 {
  background-image: url('../images/logo-options_1logo options.png');
  background-position: 0 0;
  background-size: cover;
  width: 50px;
  max-width: 100%;
  height: 37px;
}

.connect {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.image-9 {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.image-10 {
  display: block;
}

.image-11 {
  flex: 0 auto;
  width: 50%;
  height: 100%;
}

.div-block-61 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.bottom-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.quick-stack {
  padding: 0;
}

.bottom-header {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-title {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.bottom-link, .bottom-link.w--current {
  color: #ffffffb3;
  font-size: 10px;
  font-weight: 300;
  text-decoration: none;
}

.bottom-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 12px;
  padding-left: 24px;
  display: flex;
}

.paragraph-4 {
  color: #ffffffb3;
  margin-bottom: 12px;
  margin-left: 24px;
  font-size: 10px;
  font-weight: 300;
}

.text-block-20 {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.link-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/SA-banner.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: -108px;
  padding-top: 200px;
  padding-bottom: 120px;
}

.heading-14 {
  margin-top: 0;
  margin-bottom: 0;
}

.main-heading {
  color: #fff;
  max-width: 440px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.section-6 {
  background-image: url('../images/background_ABOUT.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-12 {
  max-width: 390%;
}

.image-13 {
  max-height: 310px;
}

.image-14 {
  max-width: none;
}

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

.section-7 {
  background-color: var(--light-blue);
  padding-top: 60px;
  padding-bottom: 80px;
  display: block;
}

.section-header {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.section-8 {
  color: #771515;
  text-align: left;
  background-image: url('../images/background_featured-brands.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
  text-decoration: none;
}

.section-9 {
  background-color: var(--light-grey);
  padding-top: 3%;
  padding-bottom: 5%;
  display: block;
}

.quick-stack-2, .logo-strip {
  margin-top: 40px;
  padding: 0;
}

.div-block-63 {
  background-image: url('../images/image_contact-us.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-64 {
  background-color: var(--primary-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 0;
  display: block;
}

.div-block-65 {
  align-items: stretch;
  max-height: 500px;
  display: none;
}

.image-15 {
  background-image: url('../images/map.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
}

.image-16 {
  width: 100vw;
  max-width: 100%;
  height: 100vw;
}

.image-17 {
  width: 100vw;
  height: 100vw;
  max-height: 190px;
}

.image-18 {
  max-width: none;
}

.image-19 {
  width: 50%;
  height: auto;
}

.section-10 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.quick-stack-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 50px;
  padding: 0;
}

.cell {
  border-right: 1px solid #000;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
}

.div-block-66 {
  background-color: var(--primary-blue);
  border-radius: 50px;
  flex: none;
  max-width: 24px;
  max-height: 24px;
  display: block;
}

.image-20 {
  max-width: 16px;
  max-height: 16px;
  display: inline-block;
}

.text-block-21 {
  color: #000;
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.image-21 {
  max-width: 32%;
  max-height: 32px;
}

.link-3 {
  color: var(--text-grey);
  text-align: center;
  margin-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
}

.cell-2 {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.cell-3 {
  border-left: 1px solid #000;
  align-items: center;
  padding-bottom: 0;
}

.text-block-22 {
  font-size: 12px;
  line-height: 19px;
}

.waves---nav-cta {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-right: 0;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  color: var(--waves-library--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 11px;
  display: flex;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
  display: none;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-dropdown-toggle:hover {
  border: 2px solid #fff;
  border-radius: 3px;
}

.waves---nav-dropdown {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-middle-nav-2 {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves---brand {
  max-width: none;
  height: 80%;
  margin-top: 6px;
}

.waves---nav-brand-link {
  height: 50px;
}

.waves-master-nav-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: grid;
}

.waves---nav-container {
  max-width: 1440px;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-navbar-2 {
  z-index: 104;
  background-color: #fff0;
  border-bottom: 1px solid #13131333;
  height: 80px;
}

.image-22 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image_holder {
  object-fit: fill;
  max-width: none;
  display: block;
  overflow: hidden;
}

.image_holder.scaffolding {
  align-self: center;
  width: 8rem;
}

.navbar-2 {
  background-color: #ddd0;
  margin-left: 140px;
  margin-right: 140px;
  display: none;
}

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

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-23 {
  font-size: 11px;
}

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

.section-12 {
  padding-top: 40px;
  padding-bottom: 100px;
}

.heading-13-copy {
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 60px;
  font-size: 27px;
  line-height: 1;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

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

.combine-nav3_menu-button {
  padding: .5rem;
}

.button-small {
  background-color: var(--light-blue);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: 3px;
  padding: .75rem 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.button-small:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  outline: 1px #fff;
  font-family: Poppins, sans-serif;
}

.nav-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.combine-nav3_item {
  color: var(--combine-library--grey-600);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav3_dropdown-list {
  background-color: var(--combine-library--grey-050);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_dropdown-toggle {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  outline-offset: 0px;
  color: #fff;
  border-radius: 3px;
  outline: 1px solid #fff;
}

.nav_dropdown {
  display: none;
}

.nav_link {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.nav_link:hover {
  outline-color: var(--light-blue);
  outline-offset: 0px;
  color: #fff;
  background-color: #00000080;
  border-radius: 3px;
  outline-width: 1px;
  outline-style: solid;
}

.nav_link.w--current, .nav_link.w--current:hover {
  color: #fff;
}

.nav_link-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_logo {
  object-fit: contain;
  height: 100%;
  max-height: 3.5rem;
}

.nav_logo-link {
  height: 100%;
}

.nav_logo-link.w--current {
  z-index: 7;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav_bar {
  background-color: #fff0;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

.rl_footer3_legal-link {
  color: var(--relume-library-lite--rl-black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.bottom_credit_text {
  color: #ffffffb3;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.bottom_credit_text.underline {
  z-index: 2;
  color: #fff;
  position: relative;
}

.rl_footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer3_spacing-block-5 {
  width: 100%;
  padding-bottom: 0;
}

.rl_footer3_line-divider {
  opacity: .58;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.rl_footer3_spacing-block-4 {
  width: 100%;
  padding-bottom: 4rem;
}

.rl_footer3_link {
  color: var(--text-white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer3_link.w--current {
  text-decoration: underline;
}

.rl_footer3_link.link-headings {
  color: var(--waves-library--white);
  padding-bottom: .8rem;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.rl_footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer3_menu-wrapper {
  grid-column-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.rl-social-icon {
  color: var(--relume-library-lite--rl-white);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer3_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer3_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-small.mobile {
  color: var(--text-white);
  width: 90%;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}

.rl_footer3_text {
  color: var(--waves-library--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer3_text.main {
  color: var(--waves-library--white);
  font-size: 16px;
  font-weight: 500;
}

.rl_footer3_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_footer3_spacing-block-1 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer3_logo {
  width: 100px;
  max-width: 100%;
}

.rl_footer3_logo-link {
  float: none;
  padding-left: 0;
}

.rl_footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-flow: row;
  align-items: start;
  display: grid;
}

.rl-padding-section-medium {
  padding-top: 1.4rem;
  padding-bottom: .5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.footer {
  background-color: var(--s-light-blue);
  padding-top: 20px;
}

.section-13 {
  display: block;
}

.combine-contact3_image {
  background-color: var(--secondary-blue);
  object-fit: cover;
  background-image: url('../images/image_contact-us.jpg');
  background-position: 50% 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.combine-contact-right {
  object-fit: fill;
  border-radius: 3px;
  width: 100%;
  overflow: hidden;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--combine-library--grey-600);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_field-wrapper {
  margin-bottom: 1rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--combine-library--grey-800);
  border-radius: 3px;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_label {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.combine-form_input-grey {
  border: 1px solid var(--combine-library--grey-050);
  background-color: var(--combine-library--grey-050);
  color: var(--primary-blue);
  border-radius: 3px;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.combine-contact3_form-wrapper {
  width: 100%;
  margin-bottom: 0;
}

.combine-text-size-regular {
  color: var(--text-white);
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.combine-heading-style-h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.combine-contact3_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-contact3_component {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-global-2 {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 0;
  padding-right: 0;
}

.combine-section_contact3 {
  background-color: var(--grey);
  padding-top: 7%;
  padding-bottom: 7%;
}

.bottom-credit {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 20px;
  display: flex;
}

.bottom-credit.bottom {
  flex-direction: column;
  align-items: center;
  margin-bottom: -1px;
}

.bottom-credit.mobile {
  align-items: center;
  padding-left: 0;
  position: relative;
}

.link-4 {
  color: #ffffffb3;
  text-align: center;
  flex-direction: row;
  align-items: center;
  font-size: .8rem;
  text-decoration: none;
  display: inline-block;
}

.text-span-2 {
  color: #ffffffb3;
  text-decoration: underline;
  transition: all .35s;
}

.text-span-2:hover {
  background-color: var(--grey);
}

.div-block-67 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand_title {
  color: var(--grey);
  background-color: #f5f5f500;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 13px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  overflow: hidden;
}

.brand_title:hover {
  pointer-events: auto;
  color: #003566;
  background-color: #f5f5f5;
}

.brand_title.inside_box {
  background-color: var(--light-blue);
  color: #fff;
}

.brand_title.inside_box:hover {
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

.brand_logo_box {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  display: flex;
  position: relative;
}

.brand_title_box {
  background-color: var(--light-grey);
  color: #876f6f;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.brand_title_box:hover {
  color: #fff;
  background-color: #00356600;
  font-size: 14px;
  font-weight: 600;
}

.text-block-25 {
  color: #003769;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-26 {
  color: #003566;
  padding: 14px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.text-block-26:hover {
  color: #fff;
}

.text-span-3 {
  font-weight: 500;
}

.text-span-4, .text-span-5 {
  font-weight: 600;
  display: block;
}

.text-span-6 {
  margin-top: 5px;
  font-weight: 600;
  display: block;
}

.section-14 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.image-24 {
  width: 60%;
  margin-bottom: 20px;
}

.video {
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  display: block;
}

.brand_products {
  padding-top: 20px;
  padding-bottom: 80px;
}

.image-25 {
  width: 100%;
  height: 100%;
  display: block;
}

.category-image-box {
  flex-direction: column;
  align-items: center;
  max-height: 320px;
  text-decoration: none;
  display: flex;
}

.cateogry-title-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.category-title {
  background-color: var(--light-grey);
  color: var(--secondary-blue);
  flex: 0 auto;
  align-self: auto;
  padding: 16px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.category-title.inside_box {
  background-color: var(--s-light-blue);
  color: #fff;
  align-self: stretch;
}

.category-title.inside_box:hover {
  align-self: stretch;
}

.category-title.selected {
  color: #fff;
  background-color: #001d3d;
}

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

.products-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.product-card {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 400px;
  display: flex;
}

.product-image-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 320px;
  display: flex;
}

.product-image {
  flex: 0 auto;
  align-self: center;
  max-width: 142px;
  max-height: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-title-box {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-27 {
  color: var(--secondary-blue);
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  padding: 13px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.category_description {
  z-index: 3;
  background-color: var(--waves-library--white);
  opacity: 0;
  pointer-events: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  transition: opacity .375s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 15px #00000026;
}

.category_description:hover {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  background-color: #fff0;
  background-image: none;
  outline: 3px #00e;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #fff;
  margin-bottom: 0;
  padding: 12px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.inside_brand {
  z-index: 5;
  opacity: 0;
  background-color: #9e393900;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
  transition: opacity .325s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inside_brand:hover {
  opacity: 1;
  pointer-events: auto;
  justify-content: flex-end;
  overflow: hidden;
}

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

.image-27 {
  width: 30%;
  max-width: 60%;
}

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

.div-block-68 {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  padding-left: 40px;
  display: flex;
}

.quick-stack-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 0;
  position: relative;
}

.tab-link-tab-1 {
  padding-right: 0;
}

.tab-link-tab-1.w--current {
  padding-top: 0;
  padding-left: 0;
}

.category_tab {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.category_tab.w--current {
  border-bottom: 3px solid var(--secondary-blue);
  outline-offset: 0px;
  background-color: #ddd0;
  outline: 3px #001d3d;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 0 0 15px #0003;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  padding: 0;
  display: grid;
}

.category_description-copy {
  opacity: 0;
  pointer-events: auto;
  background-color: #ffffffd1;
  background-image: linear-gradient(#fff9, #365f8699 100%, #003566);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  transition: opacity .375s;
  position: absolute;
  inset: 0%;
}

.category_description-copy:hover {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  outline: 3px #00e;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.featured-brands-tab {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(138px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  display: grid;
}

.product-by-text {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
}

.category_tabs {
  background-color: #00356600;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 5%;
  display: block;
}

.category-card-title-box-selected {
  z-index: 5;
  opacity: 0;
  background-color: #fff;
  align-self: stretch;
  padding: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.browse-categories-banner {
  color: #fff;
  width: 200px;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.heading-15 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.5;
}

.container-4 {
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-end;
}

.productcheck {
  color: #771515;
  text-align: left;
  background-image: url('../images/background_featured-brands.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
  text-decoration: none;
  display: flex;
}

.empty-state {
  padding: 0;
}

.brand_collection {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.brand_collection_item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #0003;
}

.home_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  display: grid;
}

.home_container._2-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.home_container._2-column.polymak {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.home_container.sec-6 {
  align-items: center;
  display: flex;
}

.product-page-images {
  width: 100%;
}

.product_description {
  z-index: 3;
  opacity: 0;
  pointer-events: auto;
  background-color: #ffffffd1;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  text-decoration: none;
  transition: opacity .375s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  box-shadow: 0 0 15px #00000026;
}

.product_description:hover {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  background-image: linear-gradient(#003566, #003566);
  outline: 3px #00e;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-card-image {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  max-width: none;
  max-height: 180px;
  display: flex;
  position: relative;
}

.product-card-image.hand-tools {
  max-width: none;
  max-height: 180px;
}

.product-card-image.safety-products-ppe {
  background-image: url('../images/CC_image2.jpg');
  max-width: none;
}

.product-card-image.measuring-tools {
  background-image: url('../images/CC_image3.jpg');
}

.product-card-image.construction-materials {
  background-image: url('../images/CC_image4.jpg');
}

.product-card-title-box {
  background-color: #fff;
  align-self: stretch;
  padding: 0;
}

.product-title {
  color: var(--secondary-blue);
  background-color: #f5f5f5;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 16px 12px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.product-title.inside_box {
  color: #fff;
  background-color: #001d38;
  align-self: stretch;
}

.product-title.inside_box:hover {
  align-self: stretch;
}

.product-title.selected {
  color: #fff;
  background-color: #001d3d;
}

.product_tab {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.product_tab.w--current {
  border-bottom: 3px solid var(--secondary-blue);
  outline-offset: 0px;
  background-color: #ddd0;
  outline: 3px #001d3d;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  box-shadow: 0 0 15px #0003;
}

.product_tab.handtools-tab.w--current {
  outline-color: var(--light-blue);
}

.prodcut_description {
  color: #fff;
  margin-bottom: 0;
  padding: 12px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-29 {
  font-weight: 500;
}

.power-tools {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
}

.collection-item-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: block;
  position: relative;
}

.ppe {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  padding: 10px;
  display: grid;
}

.empty-state-2 {
  display: none;
}

.image-29 {
  width: 25rem;
  height: 15rem;
  position: absolute;
}

.text-span-9 {
  color: var(--light-blue);
  font-weight: 700;
}

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

.link-6, .link-7, .link-8, .link-9, .link-10 {
  color: var(--text-white);
}

.italic-text {
  color: var(--light-blue);
  font-style: normal;
  font-weight: 700;
}

.empty-state-3, .collection-list-wrapper {
  display: none;
}

.product-grid {
  color: #771515;
  text-align: left;
  background-image: url('../images/background_featured-brands.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
  text-decoration: none;
  display: none;
}

.category-brands {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: minmax(138px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 0;
  padding: 10px;
  display: grid;
}

.video-2, .video-3, .video-4, .video-5, .video-6 {
  display: none;
}

.lottie-animation {
  z-index: 0;
  opacity: .2;
  width: 5rem;
  padding-left: 7px;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.why-choose-us---point {
  color: #fff;
  max-width: 220px;
  margin: 0;
  padding-right: 0;
}

.tabs {
  margin-top: 0%;
}

.tabs-content {
  margin-top: 3%;
}

.tab-pane-ppe-and-accessories, .tab-pane-power-tools, .tab-pane-hand-tools-abrasives, .tab-pane-concreting-solutions, .tab-pane-welding-gas-cutting, .tab-pane-pulling-lifting-tackles, .tab-pane-mro-products, .tab-pane-customized-solutions {
  margin-top: 5%;
}

.desktop-carousel {
  padding-top: 3%;
  display: flex;
  overflow: hidden;
}

.logo-container {
  justify-content: space-around;
  min-width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.logo-image {
  height: 88px;
}

.fc-text {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 5% 0 3%;
  display: flex;
}

.paragraph-6 {
  color: var(--text-grey);
  font-size: 12px;
  line-height: 1.7;
}

.heading-16 {
  color: var(--light-blue);
}

.mro-info {
  margin-top: 40px;
}

.heading-17 {
  color: #001d3d;
  font-size: 21px;
}

.paragraph-7 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.brand-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.brand-card-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  max-height: 400px;
  display: flex;
}

.brand-catalogue-button {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button {
  text-align: center;
  background-color: #003566;
  border-radius: 5px;
  align-self: center;
  width: 10rem;
  margin-top: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 12px;
}

.button:hover {
  outline-offset: 0px;
  background-color: #00274b;
  outline: 1px solid #fff;
}

.mobile-carousel {
  padding-top: 3%;
  display: none;
  overflow: hidden;
}

.hide {
  display: none;
}

.bold-text {
  color: var(--waves-library--black);
  font-weight: 500;
}

.padding {
  width: 100%;
  padding-bottom: .5rem;
}

.cta-wrapper---top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.brand-page-cta {
  border: 2px none var(--light-blue);
  background-color: var(--text-white);
  outline-offset: -3px;
  color: var(--light-blue);
  text-align: center;
  border-radius: 3px;
  outline: 2px solid #0092d8;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  transition: all .25s;
  display: flex;
}

.brand-page-cta:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  color: var(--waves-library--white);
  outline: 1px solid #fff;
}

.brand-page-cta.white {
  color: #003566;
  background-color: #fff;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.brand-page-cta.white:hover {
  color: #fff;
  background-color: #00274b;
}

.brand-page-cta.white.hide {
  display: none;
}

.brand-page-cta.exception {
  margin-top: 40px;
  display: inline-block;
}

.brand-page-cta.form-button {
  background-color: var(--grey);
  outline-offset: 0px;
  border-radius: 0;
  outline: 1px #fff;
  margin-top: 40px;
  padding: 15px 50px;
  transition: all .3s;
}

.brand-page-cta.form-button:hover {
  background-color: #13131380;
}

.brand-page-cta.mobile {
  background-color: var(--light-blue);
  transition: all .25s;
}

.brand-page-cta.mobile:hover {
  background-color: var(--grey);
  outline-offset: 0px;
  outline: 1px #fff;
}

.brand-page-cta.invisible {
  display: none;
}

.brand-page-cta.top-padding {
  margin-top: 5%;
}

.secondary-button-copy {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 16px 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.secondary-button-copy:hover {
  background-color: #00000080;
}

.secondary-button-copy.small {
  background-color: var(--grey);
}

.secondary-button-copy.small:hover {
  background-color: #282828;
}

.secondary-button-copy.blue {
  border-width: 2px;
  border-color: var(--light-blue);
  color: var(--light-blue);
}

._40px {
  height: 40px;
}

.container-6 {
  z-index: 3;
  max-width: 1440px;
  margin-left: 150px;
  margin-right: 150px;
  position: relative;
}

.container-6.centre {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.mobile-carousel-2 {
  display: none;
  overflow: hidden;
}

.logo-image-2 {
  height: 80px;
}

.logo-image-2._10 {
  object-fit: contain;
  width: 10%;
}

.desktop-carousel-2 {
  display: flex;
  overflow: hidden;
}

.marquee-heading {
  color: #000;
}

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

.mobile-carousel-3 {
  margin-top: 40px;
  display: none;
  overflow: hidden;
}

.logo-image-3 {
  height: 80px;
}

.contact-detail-icon {
  background-color: var(--s-light-blue);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 4px;
  display: flex;
}

.html-embed {
  color: var(--waves-library--white);
}

.field-label-2 {
  color: var(--light-grey);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-field-2 {
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  margin-bottom: 20px;
}

.contact-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.tab-pane-hdpe-butt-joint-threading-machines {
  margin-top: 5%;
}

.desktop-carousel-3 {
  padding-top: 3%;
  display: flex;
  overflow: hidden;
}

.section-15 {
  padding-top: 3%;
  padding-bottom: 5%;
  display: block;
}

.container-7 {
  text-align: left;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 0;
  display: block;
}

.section-16 {
  background-color: var(--text-white);
  padding-top: 3%;
  padding-bottom: 5%;
  display: block;
}

.container-8 {
  text-align: left;
  justify-content: space-between;
  max-width: 1440px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 0;
  display: block;
}

.sec-5-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.sec-5-contentbox {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.sec5-imagebox {
  width: 40%;
  margin-left: 10%;
}

.shop-image {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.why-choose-us-icon {
  color: var(--light-grey);
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  .section-tag {
    display: flex;
  }

  .category-card-title-box {
    max-height: 45px;
  }

  .category-card-image {
    max-height: 185px;
    position: static;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .field-label {
    font-size: 9px;
    line-height: 13px;
  }

  .home-usp.container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .usps {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph.sub-text {
    margin-top: 31px;
    font-size: 16px;
  }

  .paragraph.sub-text.mobile {
    margin-top: 20px;
  }

  .container._2-column {
    align-items: flex-start;
  }

  .div-block-58 {
    padding-bottom: 100px;
  }

  .main-heading {
    font-size: 34px;
  }

  .image-17 {
    max-width: none;
  }

  .combine-contact3_component {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .combine-padding-global-2 {
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .category-title {
    font-size: 16px;
  }

  .image-26 {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
    align-items: stretch;
  }

  .category_description:hover {
    background-image: none;
    justify-content: flex-end;
    align-items: stretch;
  }

  .inside_brand {
    display: flex;
  }

  .tabs-menu {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .category_description-copy {
    opacity: 0;
    justify-content: space-between;
    align-items: stretch;
  }

  .category_description-copy:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .category_tabs {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .category-card-title-box-selected {
    max-height: 45px;
  }

  .home_container._2-column {
    align-items: flex-start;
  }

  .product_description {
    opacity: 0;
    justify-content: space-between;
    align-items: stretch;
  }

  .product_description:hover {
    background-image: linear-gradient(#003566cc, #003566cc);
    justify-content: space-between;
    align-items: stretch;
  }

  .product-card-image {
    background-color: #fff;
    background-image: none;
    max-height: 185px;
    position: static;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .product-card-title-box {
    max-height: 45px;
  }

  .product-title {
    font-size: 16px;
  }

  .product_tab {
    overflow: hidden;
  }

  .container-m {
    max-width: 1440px;
    margin-left: 140px;
    margin-right: 140px;
  }

  .fc-text {
    flex-direction: column;
    align-items: stretch;
    max-width: 1440px;
    display: flex;
  }

  .logo-image-2 {
    height: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .top-nav-bar {
    margin-left: 190px;
    margin-right: 190px;
    padding-top: 12px;
  }

  .image {
    width: 60px;
    height: 44px;
  }

  .contact_button {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact {
    height: 42px;
    padding: 15px 30px;
    font-size: 13px;
    line-height: 15px;
  }

  .div-block-3 {
    margin-top: 120px;
    margin-left: 190px;
    margin-right: 190px;
  }

  .primary-button {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1;
  }

  .primary-button.white {
    margin-top: 0;
    font-size: 14px;
  }

  .primary-button.white._1440 {
    font-size: 12px;
    line-height: 12px;
  }

  .secondary-button {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 11px;
  }

  .div-block-4 {
    line-height: 10px;
  }

  .div-block-5 {
    height: 690px;
  }

  .div-block-16 {
    background-size: cover;
    width: 1440px;
    height: 770px;
  }

  .image-3 {
    width: 520px;
    height: 415px;
    margin-top: 240px;
    margin-left: 190px;
  }

  .div-block-17 {
    width: 720px;
    padding-top: 290px;
    padding-bottom: 0;
    padding-left: 90px;
  }

  .text-block-3 {
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 13px;
  }

  .heading-3 {
    width: 580px;
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-4 {
    width: 524px;
    margin-top: 16px;
    margin-bottom: 44px;
    font-size: 12px;
    line-height: 17px;
  }

  .heading-4 {
    width: 420px;
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 36px;
  }

  .text-block-5 {
    width: 420px;
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-19 {
    height: 940px;
    padding-top: 80px;
    padding-left: 190px;
    padding-right: 190px;
  }

  .section-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 40px;
  }

  .div-block-21 {
    align-items: center;
    height: 48px;
    margin-top: 16px;
    margin-bottom: 60px;
  }

  .category-card {
    width: auto;
    height: auto;
  }

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

  .block-text {
    font-size: 16px;
    line-height: 20px;
  }

  .card-title {
    font-size: 13px;
    line-height: 18px;
  }

  .category-card-title-box {
    max-height: none;
    padding: 21px 18px;
    position: relative;
  }

  .category-card-image.hand-tools {
    height: 100vw;
  }

  .category-card-image.safety-products-ppe, .category-card-image.measuring-tools, .category-card-image.construction-materials {
    height: 240px;
  }

  .div-block-26 {
    background-size: cover;
    width: 1440px;
    height: 850px;
    padding-top: 80px;
    padding-left: 190px;
    padding-right: 190px;
  }

  .div-block-35 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 40px;
  }

  .div-block-36 {
    width: 10px;
    height: 40px;
  }

  .text-block-12 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-37 {
    align-items: center;
    height: 48px;
    margin-top: 16px;
    margin-bottom: 60px;
  }

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

  .brand-card {
    box-shadow: 0 0 15px #0003;
  }

  .brand-card-image.alko-plus {
    background-size: cover;
  }

  .brand-card-image._3m-india, .brand-card-image.venus, .brand-card-image.karam {
    background-size: cover;
    width: 256px;
    height: 200px;
  }

  .heading-9 {
    padding: 21px 18px;
    font-size: 13px;
    line-height: 18px;
  }

  .div-block-41 {
    height: 250px;
  }

  .div-block-42 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    width: 1160px;
    padding-top: 40px;
  }

  .div-block-43 {
    width: 10px;
    height: 40px;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-44 {
    width: 1440px;
    height: 600px;
  }

  .form-contact-us {
    background-size: cover;
    width: 720px;
    height: 600px;
  }

  .div-block-47 {
    width: 535px;
    height: 600px;
    padding-left: 220px;
  }

  .heading-10 {
    width: 280px;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 36px;
  }

  .text-field {
    width: 100vw;
    max-width: 280px;
    height: 100vw;
    max-height: 40px;
    margin-bottom: 12px;
  }

  .text-field.last {
    margin-bottom: 40px;
  }

  .field-label {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
  }

  .form-block {
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
  }

  .home-usp {
    padding-left: 190px;
    padding-right: 190px;
  }

  .home-usp.container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .usps {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    top: -90px;
  }

  .box {
    width: auto;
    height: auto;
    padding: 24px 20px;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .text-block-15 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 14px;
  }

  .text-block-16 {
    font-size: 12px;
    line-height: 17px;
  }

  .div-block-51 {
    width: 720px;
  }

  .banner {
    margin-top: -130px;
  }

  .banner-heading {
    font-size: 48px;
  }

  .paragraph {
    max-width: 500px;
    font-size: 14px;
  }

  .paragraph.sub-text {
    font-size: 12px;
  }

  .paragraph.black {
    color: #000c;
    margin-bottom: 0;
  }

  .container._2-column {
    object-fit: fill;
    justify-content: space-between;
  }

  .nav-link.contact---nav {
    margin-left: 20px;
  }

  .section-title {
    font-size: 12px;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.white {
    margin-bottom: 40px;
  }

  .h2.extra-padding {
    margin-left: 100px;
  }

  .info-textbox.home {
    max-width: 400px;
  }

  .info-textbox.about {
    justify-content: flex-start;
  }

  .image-5 {
    width: 70%;
    max-height: 1000px;
  }

  .div-block-58 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 100px 100px 140px;
  }

  .image-6 {
    width: 28px;
    height: 28px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .div-block-59-copy {
    max-width: 340px;
  }

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

  .connect-links {
    justify-content: space-between;
    height: 50px;
  }

  .image-8 {
    background-image: url('../images/logo-options_1logo options.png');
    background-position: 50%;
    flex: none;
    width: 68px;
    height: 44px;
  }

  .connect {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-decoration: none;
  }

  .div-block-61 {
    justify-content: flex-end;
  }

  .bottom-nav {
    margin-top: 60px;
  }

  .column-title, .bottom-link, .bottom-link.w--current {
    font-size: 14px;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    font-size: 13px;
  }

  .text-block-20 {
    font-size: 18px;
    text-decoration: none;
  }

  .main-heading {
    max-width: 600px;
    font-size: 36px;
  }

  .section-6 {
    max-height: 310vw;
  }

  .div-block-64 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .div-block-65 {
    max-height: 600px;
  }

  .image-19 {
    width: 40%;
  }

  .quick-stack-3 {
    flex: 0 auto;
  }

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

  .image-21 {
    width: auto;
    height: auto;
  }

  .link-3 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 19px;
  }

  .text-block-22 {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
  }

  .body-2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .nav_logo {
    flex: none;
  }

  .video {
    align-self: auto;
  }

  .cateogry-title-box {
    justify-content: flex-end;
  }

  .category-title {
    padding: 20px 16px;
    font-size: 16px;
    display: flex;
    position: static;
    inset: 0%;
  }

  .category-title.inside_box {
    flex-direction: row;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
  }

  .category_description:hover {
    background-image: none;
    justify-content: flex-end;
    align-items: stretch;
  }

  .category_description-copy {
    opacity: 0;
    justify-content: space-between;
  }

  .category_description-copy:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .featured-brands-tab {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .category-card-title-box-selected {
    max-height: none;
    padding: 21px 18px;
  }

  .browse-categories-banner {
    font-size: 48px;
  }

  .home_container._2-column {
    object-fit: fill;
    justify-content: space-between;
  }

  .product_description {
    opacity: 0;
    justify-content: space-between;
  }

  .product_description:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .product-card-image.hand-tools {
    height: 100vw;
  }

  .product-card-image.safety-products-ppe, .product-card-image.measuring-tools, .product-card-image.construction-materials {
    height: 240px;
  }

  .product-card-title-box {
    max-height: none;
    padding: 24px 18px;
    position: relative;
  }

  .product-title {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .product-title.inside_box {
    flex-direction: row;
  }

  .category-brands {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-image {
    height: 120px;
  }

  .brand-page-cta {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1;
  }

  .brand-page-cta.white {
    margin-top: 0;
    font-size: 14px;
  }

  .brand-page-cta.white._1440 {
    font-size: 12px;
    line-height: 12px;
  }

  .secondary-button-copy {
    padding: 15px 30px;
    font-size: 14px;
    line-height: 11px;
  }

  .container-6 {
    max-width: 1440px;
    margin-left: 150px;
    margin-right: 150px;
  }

  .logo-image-2 {
    height: 120px;
  }

  .logo-image-3 {
    height: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .banner {
    margin-top: -100px;
  }

  .container, .container._2-column {
    margin-left: 220px;
    margin-right: 220px;
  }

  .h2.extra-padding {
    margin-left: 140px;
    margin-right: 140px;
  }

  .div-block-58 {
    padding: 140px 140px 160px;
  }

  .image-19 {
    width: 40%;
  }

  .footer {
    z-index: 5;
    position: static;
    inset: auto 0% 0%;
  }

  .combine-contact3_component {
    justify-content: center;
  }

  .combine-container-large {
    margin-right: auto;
  }

  .combine-padding-global-2 {
    margin-left: 220px;
    margin-right: 220px;
  }

  .combine-section_contact3 {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .category_description {
    opacity: 0;
    background-color: #fff0;
    background-image: none;
    justify-content: flex-end;
  }

  .category_description:hover {
    justify-content: flex-end;
    align-items: stretch;
  }

  .category_description-copy {
    opacity: 1;
    justify-content: space-between;
  }

  .category_description-copy:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .home_container._2-column {
    margin-left: 220px;
    margin-right: 220px;
  }

  .product_description {
    opacity: 1;
    justify-content: space-between;
  }

  .product_description:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .container-m {
    margin-left: 220px;
    margin-right: 220px;
  }

  .logo-image {
    height: 150px;
  }

  .fc-text {
    margin-left: 220px;
    margin-right: 220px;
  }

  .container-6 {
    margin-left: 250px;
    margin-right: 250px;
  }

  .logo-image-3 {
    height: 120px;
  }

  .container-7, .container-8 {
    margin-left: 220px;
    margin-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  .brand-card {
    max-height: 200px;
  }

  .text-field {
    width: 180px;
    height: 24px;
    margin-bottom: 6px;
  }

  .text-field.last {
    margin-bottom: 20px;
  }

  .home-usp {
    margin-left: 140px;
    margin-right: 140px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-usp.container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .usps {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box {
    width: 15rem;
    max-width: 250px;
    height: auto;
  }

  .container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container._2-column {
    max-width: 1440px;
  }

  .h2 {
    font-size: 24px;
  }

  .info-textbox.about {
    align-items: flex-start;
  }

  .image-5 {
    width: 50%;
    max-width: none;
    height: auto;
    display: none;
  }

  .div-block-57 {
    background-color: var(--light-grey);
  }

  .div-block-58 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-9 {
    display: block;
  }

  .section-9.hide {
    display: none;
  }

  .div-block-64 {
    height: 50vw;
  }

  .image-15 {
    width: 50vw;
  }

  .image-19 {
    max-width: none;
  }

  .text-block-21 {
    margin-bottom: 12px;
  }

  .image-21 {
    flex: 1;
    max-width: 28%;
    max-height: 28px;
  }

  .link-3 {
    color: #000;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 1.4;
  }

  .cell-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-block-22 {
    text-align: center;
    font-size: 12px;
    line-height: 19px;
  }

  .waves---hamburger-icon {
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    color: #003566;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    color: #003566;
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves-master-nav-2 {
    display: flex;
  }

  .navbar-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .combine {
    padding-left: 40px;
    padding-right: 40px;
  }

  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    background-color: #fff;
  }

  .combine-nav3_menu-button.w--open {
    background-color: #0000;
  }

  .nav-button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .combine-nav3_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_icon {
    color: #003566;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .nav_dropdown {
    width: 100%;
  }

  .nav_link {
    color: var(--waves-library--black);
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding: 1.25rem 2.5rem;
  }

  .nav_link:hover {
    outline-offset: 0px;
    color: var(--waves-library--white);
    background-color: #003566;
    border-radius: 0;
    outline: 1px #fff;
  }

  .nav_link:lang(en) {
    color: var(--waves-library--black);
  }

  .nav_link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: stretch;
  }

  .nav_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--combine-library--grey-050);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-block-24 {
    color: #003566;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 4.5rem;
  }

  .rl-text-style-small.mobile {
    width: 80%;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }

  .footer {
    padding-top: 0;
  }

  .combine-contact3_image {
    display: none;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-contact3_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-section_contact3 {
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .bottom-credit {
    margin-bottom: -2px;
  }

  .brand_title {
    align-items: center;
    display: flex;
  }

  .brand_products {
    padding-top: 3%;
    padding-bottom: 5%;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
  }

  .category_description:hover {
    justify-content: flex-end;
    align-items: stretch;
  }

  .inside_brand {
    text-decoration: none;
  }

  .category_description-copy {
    opacity: 0;
    justify-content: space-between;
  }

  .category_description-copy:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .home_container {
    margin-left: 60px;
    margin-right: 60px;
  }

  .home_container._2-column {
    max-width: 1440px;
  }

  .product_description {
    opacity: 0;
    justify-content: space-between;
  }

  .product_description:hover {
    justify-content: space-between;
    align-items: stretch;
  }

  .container-m {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-29 {
    width: 20rem;
    max-width: 100%;
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .fc-text, .container-5 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .container-6 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-15 {
    display: block;
  }

  .container-7 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .section-16 {
    display: block;
  }

  .container-8 {
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .primary-button.mobile, .secondary-button.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .div-block-4 {
    justify-content: center;
    align-items: flex-end;
  }

  .featured-categories-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .category-card-image {
    overflow: hidden;
  }

  .featured-brands {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .usps {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .box {
    overflow: visible;
  }

  .box.moible {
    width: 100%;
    padding: 16px;
  }

  .div-block-50 {
    width: 24px;
    height: 24px;
  }

  .banner {
    background-position: 40%;
  }

  .paragraph.sub-text.mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.black {
    text-align: left;
    width: 100%;
  }

  .container {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .container.sec-6 {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .container.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2.extra-padding {
    margin-left: 24px;
    margin-right: 24px;
  }

  .h2.extra-padding.white {
    margin-left: 60px;
    margin-right: 60px;
  }

  .info-textbox.home {
    width: 100%;
    max-width: none;
    margin-top: 8%;
    margin-left: 0;
  }

  .info-textbox.about {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 5%;
  }

  .div-block-58 {
    grid-template-columns: 1fr 1fr;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-7 {
    display: none;
  }

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

  .main-heading.mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-6 {
    flex-direction: column;
    padding-top: 10%;
    padding-bottom: 10%;
    display: flex;
  }

  .section-7 {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .section-8 {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .section-9 {
    display: block;
  }

  .image-19 {
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .cell {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---nav-cta {
    display: none;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav_link {
    color: var(--waves-library--black);
  }

  .nav_link:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #fff;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .bottom_credit_text {
    margin-top: 2rem;
  }

  .rl_footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer3_spacing-block-5 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-4 {
    padding-bottom: 3rem;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_footer3_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_footer3_spacing-block-1 {
    padding-bottom: 1.5rem;
  }

  .rl_footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .combine-form_text-area-grey, .combine-form_input-grey {
    min-width: 0;
  }

  .combine-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .combine-padding-global-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-credit {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .bottom-credit.bottom {
    margin-bottom: 0;
  }

  .image-24 {
    width: 40%;
  }

  .image-26 {
    height: auto;
    overflow: visible;
  }

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

  .inside_brand {
    text-decoration: none;
  }

  .brand_info {
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .quick-stack-4 {
    object-fit: fill;
    overflow: hidden;
  }

  .tabs-menu {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .featured-brands-tab {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .cell-4 {
    text-align: center;
    flex-direction: row;
  }

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

  .home_container {
    display: block;
  }

  .home_container.sec-6 {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .product-card-image {
    overflow: hidden;
  }

  .container-m {
    margin-left: 24px;
    margin-right: 24px;
  }

  .ppe {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-29 {
    width: 12rem;
    display: none;
    position: absolute;
    overflow: hidden;
  }

  .cell-6 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .category-brands {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .desktop-carousel {
    display: none;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .logo-container.mobile {
    justify-content: space-around;
    left: 0;
  }

  .logo-container.mobile.hide {
    display: none;
  }

  .logo-container.mobile {
    justify-content: space-around;
  }

  .fc-text, .paragraph-6 {
    overflow: hidden;
  }

  .brand-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mobile-carousel {
    justify-content: space-between;
    display: flex;
  }

  .container-5 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .padding {
    padding-bottom: 1.25rem;
  }

  .brand-page-cta.mobile, .secondary-button-copy.mobile {
    font-size: 14px;
    line-height: 1.2;
  }

  .container-6 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .mobile-carousel-2 {
    justify-content: space-between;
    display: flex;
  }

  .logo-image-2 {
    height: 100px;
  }

  .logo-image-2._10 {
    width: 20%;
  }

  .desktop-carousel-2 {
    display: none;
  }

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

  .mobile-carousel-3 {
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
  }

  .desktop-carousel-3 {
    display: none;
  }

  .section-15 {
    display: block;
  }

  .container-7 {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .section-16 {
    display: block;
  }

  .container-8 {
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .sec-5-wrapper {
    width: 100%;
  }

  .sec-5-contentbox {
    flex-flow: column;
  }

  .sec5-imagebox {
    width: 100%;
    margin-top: 100px;
    margin-left: 0%;
  }
}

@media screen and (max-width: 479px) {
  .primary-button {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    line-height: 1.4;
  }

  .primary-button.white {
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    line-height: 1;
    display: block;
  }

  .primary-button.white.mobile {
    margin-top: 0;
    padding: 16px;
    display: inline-block;
  }

  .primary-button.exception {
    margin-top: 0;
  }

  .primary-button.form-button {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .primary-button.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button.invisible {
    display: block;
  }

  .primary-button.visible {
    display: none;
  }

  .secondary-button {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #fff;
    padding: 15px 32px;
    font-size: 14px;
    line-height: 1.4;
  }

  .secondary-button.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button.small {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    font-size: 9px;
  }

  .section-tag {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: 20px;
    min-height: 0;
  }

  .category-card {
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
    overflow: hidden;
  }

  .featured-categories-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    overflow: hidden;
  }

  .block-text {
    font-size: 11px;
  }

  .block {
    width: 8px;
    height: 20px;
  }

  .card-title.moble {
    max-width: 100px;
  }

  .category-card-title-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 160rem;
    height: 7vh;
    padding: 15px;
    font-size: 12px;
    line-height: 2;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .category-card-image {
    display: none;
  }

  .category-card-image.hand-tools, .category-card-image.safety-products-ppe, .category-card-image.measuring-tools, .category-card-image.construction-materials {
    background-position: 50%;
  }

  .brand-card {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    max-height: 200px;
    display: flex;
  }

  .featured-brands {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    margin-top: 40px;
  }

  .form-block {
    padding: 13px;
  }

  .home-usp.container {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
    overflow: visible;
  }

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

  .box {
    max-width: none;
    padding: 24px;
  }

  .box.moible {
    width: 100%;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .text-block-15 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1;
  }

  .text-block-16 {
    font-size: 14px;
    line-height: 1.4;
  }

  .banner {
    background-position: 30%;
    margin-top: -160px;
    padding-bottom: 40px;
  }

  .paragraph.sub-text {
    color: #fffc;
    margin-top: 20px;
    margin-bottom: 80px;
    font-size: 16px;
  }

  .paragraph.black {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    display: flex;
    overflow: hidden;
  }

  .breadcrumb {
    flex-wrap: wrap;
    align-content: space-between;
    overflow: hidden;
  }

  .container {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    overflow: visible;
  }

  .container._2-column {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container.sec-6 {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: baseline;
    display: flex;
  }

  .section-2 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .section-title {
    font-size: 11px;
  }

  .h2 {
    line-height: 1.2;
  }

  .h2.exception {
    max-width: 500px;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .h2.exception.about {
    width: 100%;
  }

  .h2.white {
    margin-bottom: 0;
    line-height: 1.2;
  }

  .h2.centered {
    width: auto;
  }

  .h2.centered.extra-padding {
    margin-bottom: 30px;
    margin-left: 40px;
  }

  .h2.extra-padding {
    text-align: center;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .h2.extra-padding.white {
    margin-bottom: 20px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .info-textbox.home {
    max-width: 500px;
    margin-left: 0;
  }

  .info-textbox.about {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .div-block-58 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-7 {
    display: none;
  }

  .section-5 {
    margin-top: -91px;
    padding-top: 160px;
  }

  .main-heading {
    max-width: 500px;
    font-size: 30px;
    line-height: 1;
  }

  .section-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 15%;
    display: flex;
    overflow: visible;
  }

  .section-7 {
    background-color: var(--light-blue);
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .section-header {
    display: block;
  }

  .section-header.mobile {
    align-items: center;
    margin-top: 24px;
    padding-left: 0;
    display: flex;
  }

  .section-8 {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .section-9 {
    padding-top: 8%;
    padding-bottom: 8%;
    display: block;
  }

  .div-block-64 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .image-15 {
    display: none;
  }

  .image-19 {
    align-self: stretch;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }

  .section-10 {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .quick-stack-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 10%;
  }

  .cell {
    border-right-style: none;
  }

  .cell-3 {
    border-left-style: none;
  }

  .waves---nav-cta {
    display: none;
  }

  .image_holder {
    overflow: hidden;
  }

  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    background-color: var(--waves-library--white);
    width: 2rem;
    height: .2rem;
  }

  .menu-icon {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .combine-nav3_menu-button {
    align-self: center;
    padding: .5rem;
  }

  .button-small {
    flex: 1;
  }

  .nav-button-wrapper {
    margin-top: 1rem;
    margin-right: 2.5rem;
  }

  .combine-nav3_dropdown-toggle:hover {
    outline-offset: 0px;
    border-radius: 0;
    outline: 1px #003566;
  }

  .nav_dropdown {
    color: #003566;
    display: none;
  }

  .nav_link {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 16px;
  }

  .nav_link:hover {
    background-color: var(--light-blue);
    color: #f2f3f7;
    border-radius: 0;
  }

  .nav_link.w--current {
    color: var(--waves-library--black);
  }

  .nav_link.w--current:hover {
    color: var(--waves-library--white);
  }

  .nav_link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav_menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_logo-link.w--current {
    align-items: center;
  }

  .nav_container {
    align-items: stretch;
    max-width: 75.7rem;
  }

  .padding-global {
    padding-left: 1.25rem;
  }

  .nav_bar {
    margin-top: 10px;
  }

  .bottom_credit_text {
    align-self: auto;
    width: 40vw;
    margin-top: 0;
    font-size: .8rem;
  }

  .bottom_credit_text.underline {
    text-align: right;
    align-self: auto;
    margin-top: 0;
  }

  .rl_footer3_link, .rl_footer3_link.w--current {
    font-size: 14px;
  }

  .rl_footer3_link.link-headings {
    font-size: 16px;
  }

  .rl_footer3_menu-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rl_footer3_social-list {
    margin-top: 20px;
  }

  .rl-text-style-small {
    font-size: 14px;
  }

  .rl-text-style-small.mobile {
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
  }

  .rl_footer3_text {
    margin-bottom: 10px;
  }

  .rl_footer3_spacing-block-2 {
    padding-bottom: 2rem;
  }

  .rl_footer3_logo {
    width: 120px;
    margin-bottom: 20px;
  }

  .rl_footer3_logo-link.w--current {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .rl-padding-section-medium {
    padding-bottom: 1rem;
  }

  .rl-container-large {
    margin-left: 0;
    margin-right: 0;
  }

  .rl-padding-global {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .combine-form_field-wrapper {
    margin-bottom: .25rem;
  }

  .combine-form_label {
    font-size: 14px;
  }

  .combine-form_input-grey {
    height: 52px;
    margin-bottom: 1rem;
  }

  .combine-text-size-regular {
    margin-bottom: 1rem;
  }

  .combine-heading-style-h2 {
    font-size: 30px;
  }

  .combine-padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .combine-padding-global-2 {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-section_contact3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bottom-credit {
    margin-bottom: 0;
    font-size: 0;
  }

  .bottom-credit.bottom {
    margin-bottom: -15px;
  }

  .bottom-credit.mobile {
    align-items: flex-end;
    padding-bottom: 1rem;
  }

  .link-4 {
    text-align: right;
  }

  .text-span-2 {
    text-align: right;
    display: inline-block;
  }

  .div-block-67 {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .brand_title {
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    height: 100vw;
    max-height: 45px;
    padding: 0 0 0 10px;
    display: flex;
  }

  .brand_title.inside_box {
    text-decoration: none;
    overflow: hidden;
  }

  .brand_title.inside_box:hover {
    align-items: center;
  }

  .brand_logo_box {
    justify-content: space-between;
    padding: 10px;
    overflow: hidden;
  }

  .brand_title_box {
    justify-content: flex-end;
  }

  .image-24 {
    align-self: auto;
    width: 60%;
  }

  .video {
    flex-direction: row;
    align-self: center;
    align-items: stretch;
    width: 22%;
    min-width: 100%;
    min-height: 400px;
    display: block;
    overflow: hidden;
  }

  .brand_products {
    padding-top: 5%;
    padding-bottom: 15%;
  }

  .category-image-box {
    flex: none;
    justify-content: flex-start;
    align-self: stretch;
    align-items: stretch;
    max-height: 320px;
    display: flex;
    overflow: hidden;
  }

  .cateogry-title-box {
    justify-content: flex-end;
    max-height: none;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .category-title {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    position: static;
    inset: 0%;
    overflow: hidden;
  }

  .category-title.inside_box {
    background-color: var(--s-light-blue);
  }

  .image-26 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .products-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 10%;
    margin-bottom: 10%;
    overflow: hidden;
  }

  .category_description {
    opacity: 0;
    justify-content: flex-end;
  }

  .paragraph-5 {
    flex: 1;
    font-size: 16px;
  }

  .inside_brand {
    justify-content: flex-end;
    text-decoration: none;
  }

  .inside_brand:hover {
    justify-content: flex-end;
    margin-bottom: -4px;
    padding-bottom: 0;
  }

  .div-block-68 {
    padding-left: 0;
  }

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

  .category_tab.w--current {
    flex-direction: row;
    align-items: stretch;
    display: block;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0%;
  }

  .category_description-copy {
    opacity: 0;
    justify-content: space-between;
    display: flex;
  }

  .featured-brands-tab {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    padding: 26px;
  }

  .category_tabs {
    background-color: #00356600;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .category-card-title-box-selected {
    padding: 20px 16px;
    font-size: 12px;
  }

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

  .container-4 {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .home_container {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .home_container._2-column {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .home_container.sec-6 {
    flex-direction: column-reverse;
    justify-content: center;
    align-self: stretch;
    align-items: baseline;
    display: flex;
  }

  .product-page-images {
    flex: 0 auto;
    align-self: auto;
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .product_description {
    opacity: 0;
    justify-content: space-between;
    display: none;
  }

  .product-card-image {
    max-height: 187px;
    display: none;
  }

  .product-card-image.hand-tools, .product-card-image.safety-products-ppe, .product-card-image.measuring-tools, .product-card-image.construction-materials {
    background-position: 50%;
  }

  .product-card-title-box {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding: 12px;
    font-size: 12px;
    line-height: 1;
    display: block;
    position: static;
    overflow: hidden;
  }

  .product-title {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .product-title.inside_box {
    background-color: #001d38;
  }

  .product_tab {
    justify-content: space-between;
    padding: 16px;
  }

  .product_tab.w--current {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    display: flex;
  }

  .prodcut_description {
    flex: 1;
    font-size: 16px;
  }

  .cell-5 {
    padding: 13px;
  }

  .container-m {
    padding: 0;
  }

  .container-m.extra-space {
    margin-left: 12px;
    margin-right: 12px;
  }

  .image-29 {
    display: none;
    position: absolute;
  }

  .cell-6 {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-grid {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .category-brands {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .why-choose-us---point {
    max-width: 300px;
  }

  .tabs-content {
    margin-top: 0%;
  }

  .tab-pane-ppe-and-accessories {
    margin-top: 15%;
  }

  .logo-container {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .logo-container.mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .logo-image {
    height: 64px;
  }

  .fc-text {
    margin-left: 24px;
    margin-right: 24px;
  }

  .brand-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    overflow: hidden;
  }

  .button {
    width: 9rem;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
    display: block;
    overflow: hidden;
  }

  .mobile-carousel {
    padding-top: 5%;
  }

  .padding {
    padding-bottom: 2rem;
    display: none;
  }

  .brand-page-cta {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.4;
    display: flex;
  }

  .brand-page-cta.white {
    text-align: center;
    margin-top: 60px;
    font-size: 14px;
    line-height: 1;
    display: block;
  }

  .brand-page-cta.white.mobile {
    margin-top: 0;
    padding: 16px;
    display: inline-block;
  }

  .brand-page-cta.exception {
    margin-top: 0;
  }

  .brand-page-cta.form-button {
    width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .brand-page-cta.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-page-cta.invisible {
    display: block;
  }

  .brand-page-cta.visible {
    display: none;
  }

  .brand-page-cta._50 {
    width: 48%;
  }

  .secondary-button-copy {
    outline-offset: 0px;
    text-align: center;
    outline: 3px #fff;
    padding: 15px 32px;
    font-size: 14px;
    line-height: 1.4;
  }

  .secondary-button-copy.mobile {
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-button-copy.small {
    display: none;
  }

  .cta-wrapper---bottom {
    align-self: stretch;
  }

  .cta-inner-wrapper {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 16px;
    display: flex;
  }

  ._40px {
    display: none;
  }

  .mobile-carousel-2 {
    display: flex;
  }

  .logo-image-2 {
    height: 64px;
  }

  .desktop-carousel-2 {
    display: none;
  }

  .brands-section {
    margin-top: 20px;
  }

  .mobile-carousel-3 {
    display: flex;
  }

  .logo-image-3 {
    height: 64px;
  }

  .section-15 {
    padding-top: 8%;
    padding-bottom: 8%;
    display: block;
  }

  .container-7 {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    overflow: visible;
  }

  .section-16 {
    padding-top: 8%;
    padding-bottom: 8%;
    display: block;
  }

  .container-8 {
    flex-direction: row-reverse;
    max-width: none;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    overflow: visible;
  }
}

#w-node-dd6f9c3d-c9c0-5c70-3d20-4ef0a7888b79-629f2522, #w-node-_079b7edf-e913-17d7-7e17-0d1ceb6f3921-629f2522, #w-node-_644ab862-0ac5-537f-92f8-20508d0ce7d1-629f2522, #w-node-_531383dd-df4d-d14f-66d9-7ce9dacb2098-629f2522, #w-node-a8029c4e-3093-b75c-352d-8e8ef1c181ae-629f2522, #w-node-ab2e0f3c-46e9-5276-351d-5bad3aa4a031-629f2522, #w-node-_7eb14fed-de43-be73-ea93-df9a1b8cc3c9-629f2522, #w-node-_9cdc38bd-6f6d-f67c-887a-f742a6de7433-629f2522, #w-node-_0d011e23-9a73-d7d4-2796-df9e138b214a-629f2522, #w-node-c9614b9a-4ac7-869d-1621-937b9b8b80cd-9b8b80ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9614b9a-4ac7-869d-1621-937b9b8b80db-9b8b80ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c9614b9a-4ac7-869d-1621-937b9b8b80e9-9b8b80ad, #w-node-db7c1567-95d9-501e-b0e3-20e1c8f6c4f6-629f255c, #w-node-_00099c63-ab73-a574-a730-bc68642d6d5b-629f255c, #w-node-_8be48bd7-ac4e-ffb1-8e8d-79f018862f5f-629f255c, #w-node-_7e621a6c-0fdd-835b-a1b2-0eea9e435a5f-629f255c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e35ac781-3591-7996-971e-fa5a69111ad9-629f2581 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-629f259e, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-629f259e, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-629f259e, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-629f259e, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-629f259e, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-629f259e, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-629f259e, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-629f259e, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-629f259e {
  justify-self: stretch;
}

#w-node-b976038d-e302-b847-27ba-21631de7dc03-629f259f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-f6836608-63b2-3aa2-911c-48f83775f8b1-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8b7-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8bc-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8c2-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8c8-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8ce-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8d4-629f259f, #w-node-f6836608-63b2-3aa2-911c-48f83775f8da-629f259f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0028aca2-5d01-5f68-e463-eba8b7ca9026-629f25a1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-fd8c2591-0107-a909-360f-518ad24aaae9-629f25a1, #w-node-fd8c2591-0107-a909-360f-518ad24aaaef-629f25a1, #w-node-fd8c2591-0107-a909-360f-518ad24aaaf4-629f25a1, #w-node-fd8c2591-0107-a909-360f-518ad24aaafa-629f25a1, #w-node-fd8c2591-0107-a909-360f-518ad24aab00-629f25a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6984dfbb-1aea-5b09-9af3-15dacc57f8b9-629f25a2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_419036ce-9cb9-b9b8-82b6-7424374f06ad-629f25a2, #w-node-_419036ce-9cb9-b9b8-82b6-7424374f06b3-629f25a2, #w-node-_419036ce-9cb9-b9b8-82b6-7424374f06b8-629f25a2, #w-node-_419036ce-9cb9-b9b8-82b6-7424374f06be-629f25a2, #w-node-_419036ce-9cb9-b9b8-82b6-7424374f06c4-629f25a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be079b7e-0330-f53e-bccb-befb301418d5-629f25a3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_81f70b6b-c84e-f8d9-1809-26273c285c58-629f25a3, #w-node-_81f70b6b-c84e-f8d9-1809-26273c285c5e-629f25a3, #w-node-_81f70b6b-c84e-f8d9-1809-26273c285c63-629f25a3, #w-node-_81f70b6b-c84e-f8d9-1809-26273c285c69-629f25a3, #w-node-_81f70b6b-c84e-f8d9-1809-26273c285c6f-629f25a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfc3bb8b-8b05-4a68-2813-1b4714ee8eb0-629f25a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_276662f9-2422-cad0-21d0-b7b34e1e2cb8-629f25a4, #w-node-_276662f9-2422-cad0-21d0-b7b34e1e2cbe-629f25a4, #w-node-_276662f9-2422-cad0-21d0-b7b34e1e2cc3-629f25a4, #w-node-_276662f9-2422-cad0-21d0-b7b34e1e2cc9-629f25a4, #w-node-_276662f9-2422-cad0-21d0-b7b34e1e2ccf-629f25a4, #w-node-_276662f9-2422-cad0-21d0-b7b34e1e2cd5-629f25a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-629f25b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a1a-629f25b7, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a20-629f25b7, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a25-629f25b7, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a2b-629f25b7, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a31-629f25b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc76faa2-92fe-ea10-3c15-5139555f5928-629f25b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-d6d5ff14-4fca-57cc-366a-627b6933039e-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303a4-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303a9-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303af-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303b5-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303bb-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303c1-629f25b8, #w-node-d6d5ff14-4fca-57cc-366a-627b693303c7-629f25b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97a68dd-7fd9-338c-89c4-8a7cfb46228b-629f25b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5136f205-b03e-b84e-002a-efc537c4c718-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c71e-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c723-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c729-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c72f-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c735-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c73b-629f25b9, #w-node-_5136f205-b03e-b84e-002a-efc537c4c741-629f25b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c0a40d8-3cf4-0cce-4840-6fc8ddbfcbe7-629f25ba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-f4a48cdf-4d36-7b68-d126-c016f57265a8-629f25ba, #w-node-f4a48cdf-4d36-7b68-d126-c016f57265ae-629f25ba, #w-node-f4a48cdf-4d36-7b68-d126-c016f57265b3-629f25ba, #w-node-f4a48cdf-4d36-7b68-d126-c016f57265b9-629f25ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_499688dc-89ca-95e7-881c-5d7c30ab2d17-629f25bb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_4da16b66-8d37-bc76-8591-f21c0c33e710-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e716-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e71b-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e721-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e727-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e72d-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e733-629f25bb, #w-node-_4da16b66-8d37-bc76-8591-f21c0c33e739-629f25bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25bc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8211c-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82122-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82127-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8212d-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82133-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82139-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8213f-629f25bc, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82145-629f25bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21353974-ff83-3abe-c5c5-5c4dc64527c2-629f25bd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-cc4ebcfd-8160-c9e7-2694-6228011a51a3-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51a9-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51ae-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51b4-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51ba-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51c0-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51c6-629f25bd, #w-node-cc4ebcfd-8160-c9e7-2694-6228011a51cc-629f25bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d0ecde1-579d-17e7-bdfb-76753ac424b6-629f25be {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_06db1769-146f-1321-f85a-2efc8f657db6-629f25be, #w-node-_06db1769-146f-1321-f85a-2efc8f657dbc-629f25be, #w-node-_06db1769-146f-1321-f85a-2efc8f657dc1-629f25be, #w-node-_06db1769-146f-1321-f85a-2efc8f657dc7-629f25be, #w-node-_06db1769-146f-1321-f85a-2efc8f657dcd-629f25be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c842bfd7-4a45-4fc0-38c1-f2a56024528f-629f25bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-da0e8259-3f1b-0b2f-f9e1-f483851e8011-629f25bf, #w-node-da0e8259-3f1b-0b2f-f9e1-f483851e8017-629f25bf, #w-node-da0e8259-3f1b-0b2f-f9e1-f483851e801c-629f25bf, #w-node-da0e8259-3f1b-0b2f-f9e1-f483851e8022-629f25bf, #w-node-da0e8259-3f1b-0b2f-f9e1-f483851e8028-629f25bf, #w-node-da0e8259-3f1b-0b2f-f9e1-f483851e802e-629f25bf, #w-node-da0e8259-3f1b-0b2f-f9e1-f483851e8034-629f25bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5edb982-ce94-7bea-4900-4767b38400c7-629f25c0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-da61a72e-6e11-ef82-6c94-4f0d914413b8-629f25c0, #w-node-da61a72e-6e11-ef82-6c94-4f0d914413be-629f25c0, #w-node-da61a72e-6e11-ef82-6c94-4f0d914413c3-629f25c0, #w-node-da61a72e-6e11-ef82-6c94-4f0d914413c9-629f25c0, #w-node-da61a72e-6e11-ef82-6c94-4f0d914413cf-629f25c0, #w-node-da61a72e-6e11-ef82-6c94-4f0d914413d5-629f25c0, #w-node-da61a72e-6e11-ef82-6c94-4f0d914413db-629f25c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_265961e0-9769-e34c-3f58-c9688d15d69a-629f25c1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_025d4a7f-aa9b-093c-b984-e13bb2c505f8-629f25c1, #w-node-_025d4a7f-aa9b-093c-b984-e13bb2c505fe-629f25c1, #w-node-_025d4a7f-aa9b-093c-b984-e13bb2c50603-629f25c1, #w-node-_025d4a7f-aa9b-093c-b984-e13bb2c50609-629f25c1, #w-node-_025d4a7f-aa9b-093c-b984-e13bb2c5060f-629f25c1, #w-node-_025d4a7f-aa9b-093c-b984-e13bb2c50615-629f25c1, #w-node-_025d4a7f-aa9b-093c-b984-e13bb2c5061b-629f25c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fded3f6-9dfb-afcb-7509-608acc169216-629f25c2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-cdfb53e6-0b63-f918-e616-37fa3451a39e-629f25c2, #w-node-cdfb53e6-0b63-f918-e616-37fa3451a3a4-629f25c2, #w-node-cdfb53e6-0b63-f918-e616-37fa3451a3a9-629f25c2, #w-node-cdfb53e6-0b63-f918-e616-37fa3451a3af-629f25c2, #w-node-cdfb53e6-0b63-f918-e616-37fa3451a3b5-629f25c2, #w-node-cdfb53e6-0b63-f918-e616-37fa3451a3bb-629f25c2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6a1c53d-89be-1a47-fdb8-74cdc82eb223-629f25c3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1fc784fd-eeb5-1f4a-6533-8d9366afc0c4-629f25c3, #w-node-_1fc784fd-eeb5-1f4a-6533-8d9366afc0ca-629f25c3, #w-node-_1fc784fd-eeb5-1f4a-6533-8d9366afc0cf-629f25c3, #w-node-_1fc784fd-eeb5-1f4a-6533-8d9366afc0d5-629f25c3, #w-node-_1fc784fd-eeb5-1f4a-6533-8d9366afc0db-629f25c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f62fa6ec-3c63-a051-5731-30c787b8dc8e-629f25c4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9477caee-834c-5e47-2850-03bd6efad938-629f25c4, #w-node-_9477caee-834c-5e47-2850-03bd6efad93e-629f25c4, #w-node-_9477caee-834c-5e47-2850-03bd6efad943-629f25c4, #w-node-_9477caee-834c-5e47-2850-03bd6efad949-629f25c4, #w-node-_9477caee-834c-5e47-2850-03bd6efad94f-629f25c4, #w-node-_9477caee-834c-5e47-2850-03bd6efad955-629f25c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25c5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-fa16339c-902d-6d35-8d45-ae4740612cb3-629f25c5, #w-node-fa16339c-902d-6d35-8d45-ae4740612cb9-629f25c5, #w-node-fa16339c-902d-6d35-8d45-ae4740612cbe-629f25c5, #w-node-fa16339c-902d-6d35-8d45-ae4740612cc4-629f25c5, #w-node-fa16339c-902d-6d35-8d45-ae4740612cca-629f25c5, #w-node-fa16339c-902d-6d35-8d45-ae4740612cd0-629f25c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1bc299c1-0303-c625-81db-cb347715974f-629f25c6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9b3271a9-a4b3-b5ef-23c3-46235faf4fac-629f25c6, #w-node-_9b3271a9-a4b3-b5ef-23c3-46235faf4fb2-629f25c6, #w-node-_9b3271a9-a4b3-b5ef-23c3-46235faf4fb7-629f25c6, #w-node-_9b3271a9-a4b3-b5ef-23c3-46235faf4fbd-629f25c6, #w-node-_9b3271a9-a4b3-b5ef-23c3-46235faf4fc3-629f25c6, #w-node-_9b3271a9-a4b3-b5ef-23c3-46235faf4fc9-629f25c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6107028a-3acf-efd8-8339-67054c56aa3e-629f25c7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_4fa254c1-40e8-7eb1-f3c7-dbe4a346174b-629f25c7, #w-node-_4fa254c1-40e8-7eb1-f3c7-dbe4a3461751-629f25c7, #w-node-_4fa254c1-40e8-7eb1-f3c7-dbe4a3461756-629f25c7, #w-node-_4fa254c1-40e8-7eb1-f3c7-dbe4a346175c-629f25c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3970a3f6-9185-6eb1-aa3a-24f9ccc2bf34-629f25c8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9b9fb30b-3b68-273d-6415-2fd178dc19d0-629f25c8, #w-node-_9b9fb30b-3b68-273d-6415-2fd178dc19d6-629f25c8, #w-node-_9b9fb30b-3b68-273d-6415-2fd178dc19db-629f25c8, #w-node-_9b9fb30b-3b68-273d-6415-2fd178dc19e1-629f25c8, #w-node-_9b9fb30b-3b68-273d-6415-2fd178dc19e7-629f25c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-629f25c9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-a1495fda-fec2-c3f8-73a1-bd78656df675-629f25c9, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df67b-629f25c9, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df680-629f25c9, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df686-629f25c9, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df68c-629f25c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ced5e47-cf1a-f14d-8b4d-4f95a7abd560-629f25cb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_524d34bb-b39d-2b83-a051-0cd76de1ffab-629f25cb, #w-node-_524d34bb-b39d-2b83-a051-0cd76de1ffb1-629f25cb, #w-node-_524d34bb-b39d-2b83-a051-0cd76de1ffb6-629f25cb, #w-node-_524d34bb-b39d-2b83-a051-0cd76de1ffbc-629f25cb, #w-node-_524d34bb-b39d-2b83-a051-0cd76de1ffc2-629f25cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d144390-be34-da55-1dba-e9c73060b0e1-629f25cc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf35-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf3b-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf40-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf46-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf4c-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf52-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf58-629f25cc, #w-node-_4569c5ad-c89e-1ef4-aa61-36531285cf5e-629f25cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fcad8106-d50f-aa23-6290-93a6c6729037-629f25cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_170ea8a1-fa37-385d-e640-52127ce44ec8-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44ece-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44ed3-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44ed9-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44edf-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44ee5-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44eeb-629f25cd, #w-node-_170ea8a1-fa37-385d-e640-52127ce44ef1-629f25cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62463560-dd67-fbea-89a5-77818a29e131-629f25ce, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25cf, #w-node-_0847daf8-9357-ac46-0c45-ab3b5b071db7-629f25d0, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d1, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d2, #w-node-_5e60cef0-e506-1a20-4dc4-81e96a1131dc-629f25d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_740003a5-99b6-d009-92d0-1aca17adfc68-629f25d3, #w-node-_740003a5-99b6-d009-92d0-1aca17adfc6e-629f25d3, #w-node-_740003a5-99b6-d009-92d0-1aca17adfc73-629f25d3, #w-node-_740003a5-99b6-d009-92d0-1aca17adfc79-629f25d3, #w-node-_740003a5-99b6-d009-92d0-1aca17adfc7f-629f25d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d4, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8211c-629f25d5, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82122-629f25d5, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82127-629f25d5, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8212d-629f25d5, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82133-629f25d5, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8213f-629f25d5, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82145-629f25d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25d6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-fa16339c-902d-6d35-8d45-ae4740612cb3-629f25d6, #w-node-fa16339c-902d-6d35-8d45-ae4740612cb9-629f25d6, #w-node-fa16339c-902d-6d35-8d45-ae4740612cbe-629f25d6, #w-node-fa16339c-902d-6d35-8d45-ae4740612cc4-629f25d6, #w-node-fa16339c-902d-6d35-8d45-ae4740612cca-629f25d6, #w-node-fa16339c-902d-6d35-8d45-ae4740612cd0-629f25d6, #w-node-e1cec569-05db-3372-acb6-cfd5396016c7-629f25d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25d7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84e45b9a-7e34-9a2e-11a2-166f93125269-629f25d7, #w-node-_84e45b9a-7e34-9a2e-11a2-166f9312526f-629f25d7, #w-node-_84e45b9a-7e34-9a2e-11a2-166f93125274-629f25d7, #w-node-_84e45b9a-7e34-9a2e-11a2-166f9312527a-629f25d7, #w-node-_84e45b9a-7e34-9a2e-11a2-166f93125280-629f25d7, #w-node-_84e45b9a-7e34-9a2e-11a2-166f9312528c-629f25d7, #w-node-_84e45b9a-7e34-9a2e-11a2-166f93125292-629f25d7, #w-node-_213a476d-ca03-28cb-04ca-6997e28d1290-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d1295-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d129a-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d129f-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d12a4-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d12a9-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d12ae-629f25d8, #w-node-_213a476d-ca03-28cb-04ca-6997e28d12b3-629f25d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d9, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-9e2197ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8211c-9e2197ea, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82122-9e2197ea, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82127-9e2197ea, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8212d-9e2197ea, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb82133-9e2197ea, #w-node-_9aa5f4b5-9b3f-517e-4e11-2d9a1eb8213f-9e2197ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-82eeec2f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-a1495fda-fec2-c3f8-73a1-bd78656df675-82eeec2f, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df67b-82eeec2f, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df680-82eeec2f, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df686-82eeec2f, #w-node-a1495fda-fec2-c3f8-73a1-bd78656df68c-82eeec2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-ad6c96e2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-fa16339c-902d-6d35-8d45-ae4740612cb3-ad6c96e2, #w-node-fa16339c-902d-6d35-8d45-ae4740612cb9-ad6c96e2, #w-node-fa16339c-902d-6d35-8d45-ae4740612cbe-ad6c96e2, #w-node-fa16339c-902d-6d35-8d45-ae4740612cc4-ad6c96e2, #w-node-fa16339c-902d-6d35-8d45-ae4740612cca-ad6c96e2, #w-node-fa16339c-902d-6d35-8d45-ae4740612cd0-ad6c96e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-956e9996 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a1a-956e9996, #w-node-_04fa469d-03fa-f7db-f963-717d4202689f-956e9996, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a25-956e9996, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a2b-956e9996, #w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a31-956e9996, #w-node-afaff415-79a8-f09f-6515-d714bd511d41-956e9996 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-f8ddf8db {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a1a-f8ddf8db {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-afd0c8eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_2df6e0ee-7d48-1674-e955-3fc2a7db9a1a-afd0c8eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-a974a1ef, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-a974a1ef, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-a974a1ef, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-a974a1ef, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-a974a1ef, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-a974a1ef, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-a974a1ef, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-a974a1ef, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-a974a1ef, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-4fc940d4, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-4fc940d4, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-4fc940d4, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-4fc940d4, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-4fc940d4, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-4fc940d4, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-4fc940d4, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-4fc940d4, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-4fc940d4, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-395adc6d, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-395adc6d, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-395adc6d, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-395adc6d, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-395adc6d, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-395adc6d, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-395adc6d, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-395adc6d, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-395adc6d, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-ded66ae4, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-ded66ae4, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-ded66ae4, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-ded66ae4, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-ded66ae4, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-ded66ae4, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-ded66ae4, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-ded66ae4, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-ded66ae4, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-7765df41, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-7765df41, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-7765df41, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-7765df41, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-7765df41, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-7765df41, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-7765df41, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-7765df41, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-7765df41, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-b005361a, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-b005361a, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-b005361a, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-b005361a, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-b005361a, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-b005361a, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-b005361a, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-b005361a, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-b005361a, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-aa5ee729, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-aa5ee729, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-aa5ee729, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-aa5ee729, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-aa5ee729, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-aa5ee729, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-aa5ee729, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-aa5ee729, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-aa5ee729, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-b699d718, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-b699d718, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-b699d718, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-b699d718, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-b699d718, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-b699d718, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-b699d718, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-b699d718, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-b699d718, #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-2a5d307e, #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-2a5d307e, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-2a5d307e, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-2a5d307e, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-2a5d307e, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-2a5d307e, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-2a5d307e, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-2a5d307e, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-2a5d307e {
  justify-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f05d-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f05e-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f05f-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f061-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f062-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f063-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f064-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f066-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f067-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f068-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f069-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f06b-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f06c-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f06d-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f06e-629f2522, #w-node-eca6c74b-af91-50bb-b65e-58112861cecb-629f2522, #w-node-eca6c74b-af91-50bb-b65e-58112861cecc-629f2522, #w-node-eca6c74b-af91-50bb-b65e-58112861cecd-629f2522, #w-node-eca6c74b-af91-50bb-b65e-58112861cece-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f071-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f074-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f075-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f077-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f078-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f07a-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f07b-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f07e-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f080-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f081-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f083-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f084-629f2522, #w-node-_88d11c8c-e5fc-a988-5f65-67a81002f087-629f2522, #w-node-cc96ec54-0be2-c005-b12e-0d51b9518267-629f2522, #w-node-a5c1a4b6-1430-c9e7-485d-b6c6f8d40666-629f2522, #w-node-_6a8b45a9-be9d-414a-2629-9b0ffcf228a8-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2e4-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2e5-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2e6-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2e7-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2e8-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2ea-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2eb-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2ec-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2ed-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2ee-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f0-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f1-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f2-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f3-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f4-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f6-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f7-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f8-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2f9-629f2522, #w-node-_7099abaa-9e85-bcc3-53a5-5f92f46cb2fa-629f2522, #w-node-_429b54d7-13e1-2b65-7660-4f934ac10088-629f2522, #w-node-_3343eff9-1078-b87f-2b7c-fba458622007-629f2522, #w-node-_0b6d5a65-7cf6-4cc1-c2bd-a7236ed5ee56-629f2522, #w-node-_2303de78-3e57-18d1-9fd5-0b90b70180ab-629f2522, #w-node-_6eeeb8e0-ea33-b411-f2cf-b089869a7f4b-629f2522, #w-node-c354f34d-843c-e26a-13fd-e77b4d887af5-629f2522, #w-node-be1f6b0d-9e2e-9559-e9f0-90f5464efd46-629f2522, #w-node-_5d0c7568-5c9c-6dbd-3cfc-cef1ac448158-629f2522, #w-node-c354f34d-843c-e26a-13fd-e77b4d887af2-629f2522, #w-node-c354f34d-843c-e26a-13fd-e77b4d887af3-629f2522, #w-node-c354f34d-843c-e26a-13fd-e77b4d887af4-629f2522, #w-node-c354f34d-843c-e26a-13fd-e77b4d887af6-629f2522, #w-node-c354f34d-843c-e26a-13fd-e77b4d887af8-629f2522, #w-node-_6dc1d3fb-2e93-65c8-7ea5-7ef29bb3ce5b-629f2522, #w-node-_6dc1d3fb-2e93-65c8-7ea5-7ef29bb3ce5c-629f2522, #w-node-_6dc1d3fb-2e93-65c8-7ea5-7ef29bb3ce5d-629f2522, #w-node-_6dc1d3fb-2e93-65c8-7ea5-7ef29bb3ce5e-629f2522, #w-node-_2df63aac-1b2a-d1de-f26f-0971bbf901df-629f2522, #w-node-_2df63aac-1b2a-d1de-f26f-0971bbf901e0-629f2522, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347c6-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347c7-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347c8-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347c9-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347ca-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347cc-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347cd-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347ce-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347cf-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d0-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d2-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d3-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d4-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d5-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d6-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d8-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347d9-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347da-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347db-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347dc-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347df-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e0-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e1-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e3-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e4-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e5-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e7-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e8-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347e9-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347eb-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347ec-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347ed-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f0-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f1-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f3-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f4-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f5-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f7-629f255c, #w-node-_7ccffbf8-893f-c3ce-7705-d48c2ce347f8-629f255c {
    place-self: center;
  }

  #w-node-b976038d-e302-b847-27ba-21631de7dc03-629f259f, #w-node-_0028aca2-5d01-5f68-e463-eba8b7ca9026-629f25a1, #w-node-_6984dfbb-1aea-5b09-9af3-15dacc57f8b9-629f25a2, #w-node-be079b7e-0330-f53e-bccb-befb301418d5-629f25a3, #w-node-dfc3bb8b-8b05-4a68-2813-1b4714ee8eb0-629f25a4, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-629f25b7, #w-node-cc76faa2-92fe-ea10-3c15-5139555f5928-629f25b8, #w-node-c97a68dd-7fd9-338c-89c4-8a7cfb46228b-629f25b9, #w-node-_9c0a40d8-3cf4-0cce-4840-6fc8ddbfcbe7-629f25ba, #w-node-_499688dc-89ca-95e7-881c-5d7c30ab2d17-629f25bb, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25bc, #w-node-_21353974-ff83-3abe-c5c5-5c4dc64527c2-629f25bd, #w-node-_6d0ecde1-579d-17e7-bdfb-76753ac424b6-629f25be, #w-node-c842bfd7-4a45-4fc0-38c1-f2a56024528f-629f25bf, #w-node-d5edb982-ce94-7bea-4900-4767b38400c7-629f25c0, #w-node-_265961e0-9769-e34c-3f58-c9688d15d69a-629f25c1, #w-node-_5fded3f6-9dfb-afcb-7509-608acc169216-629f25c2, #w-node-f6a1c53d-89be-1a47-fdb8-74cdc82eb223-629f25c3, #w-node-f62fa6ec-3c63-a051-5731-30c787b8dc8e-629f25c4, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25c5, #w-node-_1bc299c1-0303-c625-81db-cb347715974f-629f25c6, #w-node-_6107028a-3acf-efd8-8339-67054c56aa3e-629f25c7, #w-node-_3970a3f6-9185-6eb1-aa3a-24f9ccc2bf34-629f25c8, #w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-629f25c9, #w-node-_7ced5e47-cf1a-f14d-8b4d-4f95a7abd560-629f25cb, #w-node-_0d144390-be34-da55-1dba-e9c73060b0e1-629f25cc, #w-node-fcad8106-d50f-aa23-6290-93a6c6729037-629f25cd, #w-node-_62463560-dd67-fbea-89a5-77818a29e131-629f25ce, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25cf, #w-node-_0847daf8-9357-ac46-0c45-ab3b5b071db7-629f25d0, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d1, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d2, #w-node-_5e60cef0-e506-1a20-4dc4-81e96a1131dc-629f25d3, #w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d4, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25d5, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25d6, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25d7, #w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d9, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-9e2197ea, #w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-82eeec2f, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-ad6c96e2, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-956e9996, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-f8ddf8db, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-afd0c8eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b976038d-e302-b847-27ba-21631de7dc03-629f259f, #w-node-_0028aca2-5d01-5f68-e463-eba8b7ca9026-629f25a1, #w-node-_6984dfbb-1aea-5b09-9af3-15dacc57f8b9-629f25a2, #w-node-be079b7e-0330-f53e-bccb-befb301418d5-629f25a3, #w-node-dfc3bb8b-8b05-4a68-2813-1b4714ee8eb0-629f25a4, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-629f25b7, #w-node-cc76faa2-92fe-ea10-3c15-5139555f5928-629f25b8, #w-node-c97a68dd-7fd9-338c-89c4-8a7cfb46228b-629f25b9, #w-node-_9c0a40d8-3cf4-0cce-4840-6fc8ddbfcbe7-629f25ba, #w-node-_499688dc-89ca-95e7-881c-5d7c30ab2d17-629f25bb, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25bc, #w-node-_21353974-ff83-3abe-c5c5-5c4dc64527c2-629f25bd, #w-node-_6d0ecde1-579d-17e7-bdfb-76753ac424b6-629f25be, #w-node-c842bfd7-4a45-4fc0-38c1-f2a56024528f-629f25bf, #w-node-d5edb982-ce94-7bea-4900-4767b38400c7-629f25c0, #w-node-_265961e0-9769-e34c-3f58-c9688d15d69a-629f25c1, #w-node-_5fded3f6-9dfb-afcb-7509-608acc169216-629f25c2, #w-node-f6a1c53d-89be-1a47-fdb8-74cdc82eb223-629f25c3, #w-node-f62fa6ec-3c63-a051-5731-30c787b8dc8e-629f25c4, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25c5, #w-node-_1bc299c1-0303-c625-81db-cb347715974f-629f25c6, #w-node-_6107028a-3acf-efd8-8339-67054c56aa3e-629f25c7, #w-node-_3970a3f6-9185-6eb1-aa3a-24f9ccc2bf34-629f25c8, #w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-629f25c9, #w-node-_7ced5e47-cf1a-f14d-8b4d-4f95a7abd560-629f25cb, #w-node-_0d144390-be34-da55-1dba-e9c73060b0e1-629f25cc, #w-node-fcad8106-d50f-aa23-6290-93a6c6729037-629f25cd, #w-node-_62463560-dd67-fbea-89a5-77818a29e131-629f25ce, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25cf, #w-node-_0847daf8-9357-ac46-0c45-ab3b5b071db7-629f25d0, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d1, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d2, #w-node-_5e60cef0-e506-1a20-4dc4-81e96a1131dc-629f25d3, #w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d4, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25d5, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25d6, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25d7, #w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d9, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-9e2197ea, #w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-82eeec2f, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-ad6c96e2, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-956e9996, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-f8ddf8db, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-afd0c8eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd6f9c3d-c9c0-5c70-3d20-4ef0a7888b79-629f2522 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8029c4e-3093-b75c-352d-8e8ef1c181ae-629f2522 {
    place-self: stretch stretch;
  }

  #w-node-e35ac781-3591-7996-971e-fa5a69111ad9-629f2581 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-629f259e {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-629f259e, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-629f259e, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-629f259e, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-629f259e, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-629f259e, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-629f259e, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-629f259e, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-629f259e {
    place-self: auto stretch;
  }

  #w-node-b976038d-e302-b847-27ba-21631de7dc03-629f259f, #w-node-_0028aca2-5d01-5f68-e463-eba8b7ca9026-629f25a1, #w-node-_6984dfbb-1aea-5b09-9af3-15dacc57f8b9-629f25a2, #w-node-be079b7e-0330-f53e-bccb-befb301418d5-629f25a3, #w-node-dfc3bb8b-8b05-4a68-2813-1b4714ee8eb0-629f25a4, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-629f25b7, #w-node-cc76faa2-92fe-ea10-3c15-5139555f5928-629f25b8, #w-node-c97a68dd-7fd9-338c-89c4-8a7cfb46228b-629f25b9, #w-node-_9c0a40d8-3cf4-0cce-4840-6fc8ddbfcbe7-629f25ba, #w-node-_499688dc-89ca-95e7-881c-5d7c30ab2d17-629f25bb, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25bc, #w-node-_21353974-ff83-3abe-c5c5-5c4dc64527c2-629f25bd, #w-node-_6d0ecde1-579d-17e7-bdfb-76753ac424b6-629f25be, #w-node-c842bfd7-4a45-4fc0-38c1-f2a56024528f-629f25bf, #w-node-d5edb982-ce94-7bea-4900-4767b38400c7-629f25c0, #w-node-_265961e0-9769-e34c-3f58-c9688d15d69a-629f25c1, #w-node-_5fded3f6-9dfb-afcb-7509-608acc169216-629f25c2, #w-node-f6a1c53d-89be-1a47-fdb8-74cdc82eb223-629f25c3, #w-node-f62fa6ec-3c63-a051-5731-30c787b8dc8e-629f25c4, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25c5, #w-node-_1bc299c1-0303-c625-81db-cb347715974f-629f25c6, #w-node-_6107028a-3acf-efd8-8339-67054c56aa3e-629f25c7, #w-node-_3970a3f6-9185-6eb1-aa3a-24f9ccc2bf34-629f25c8, #w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-629f25c9, #w-node-_7ced5e47-cf1a-f14d-8b4d-4f95a7abd560-629f25cb, #w-node-_0d144390-be34-da55-1dba-e9c73060b0e1-629f25cc, #w-node-fcad8106-d50f-aa23-6290-93a6c6729037-629f25cd, #w-node-_62463560-dd67-fbea-89a5-77818a29e131-629f25ce, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25cf, #w-node-_0847daf8-9357-ac46-0c45-ab3b5b071db7-629f25d0, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d1, #w-node-_23bbf6ce-c918-0ebf-18e3-c01c8e0a5d23-629f25d2, #w-node-_5e60cef0-e506-1a20-4dc4-81e96a1131dc-629f25d3, #w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d4, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-629f25d5, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-629f25d6, #w-node-_8b54b1fa-0fc1-067e-ab27-53e90cc1bcef-629f25d7, #w-node-_07cb4248-048f-bfc3-108f-616b9fa08319-629f25d9, #w-node-f04b163e-c05b-13d9-51ac-b4d5ae92f93a-9e2197ea, #w-node-b1df59e8-0297-555b-c58b-f92f5a56d365-82eeec2f, #w-node-_1f102082-de20-d9a4-c7d7-0623387938d5-ad6c96e2, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-956e9996, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-f8ddf8db, #w-node-_662b7b70-9417-8c0c-b150-3074e482ed49-afd0c8eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-a974a1ef {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-a974a1ef, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-a974a1ef, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-a974a1ef, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-a974a1ef, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-a974a1ef, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-a974a1ef, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-a974a1ef, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-a974a1ef {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-4fc940d4 {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-4fc940d4, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-4fc940d4, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-4fc940d4, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-4fc940d4, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-4fc940d4, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-4fc940d4, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-4fc940d4, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-4fc940d4 {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-395adc6d {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-395adc6d, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-395adc6d, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-395adc6d, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-395adc6d, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-395adc6d, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-395adc6d, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-395adc6d, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-395adc6d {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-ded66ae4 {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-ded66ae4, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-ded66ae4, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-ded66ae4, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-ded66ae4, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-ded66ae4, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-ded66ae4, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-ded66ae4, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-ded66ae4 {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-7765df41 {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-7765df41, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-7765df41, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-7765df41, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-7765df41, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-7765df41, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-7765df41, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-7765df41, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-7765df41 {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-b005361a {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-b005361a, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-b005361a, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-b005361a, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-b005361a, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-b005361a, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-b005361a, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-b005361a, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-b005361a {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-aa5ee729 {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-aa5ee729, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-aa5ee729, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-aa5ee729, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-aa5ee729, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-aa5ee729, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-aa5ee729, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-aa5ee729, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-aa5ee729 {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-b699d718 {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-b699d718, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-b699d718, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-b699d718, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-b699d718, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-b699d718, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-b699d718, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-b699d718, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-b699d718 {
    place-self: auto stretch;
  }

  #w-node-_3215ca0c-32e7-d5a4-b5a1-17798c29a50f-2a5d307e {
    align-self: auto;
  }

  #w-node-c5274797-7d80-bff1-d000-2ceb32cb3158-2a5d307e, #w-node-b77c91e5-a691-bb6d-dbe5-bb0e733452a1-2a5d307e, #w-node-_564ec91c-a877-04d2-b933-6908f11d7900-2a5d307e, #w-node-a6de2e8c-edf6-a1cb-f006-e9a4de6d8ec1-2a5d307e, #w-node-_6ed3d16f-9d8d-7af3-5559-4fab4ab8707e-2a5d307e, #w-node-_9715d59e-9d7f-7c1e-69c9-2b65b1b54eb9-2a5d307e, #w-node-_0922f46d-3e81-f0b1-6a21-639a36aba35f-2a5d307e, #w-node-_6d5edc5d-cb0a-552e-dc37-c49b25b29edf-2a5d307e {
    place-self: auto stretch;
  }
}


