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

.home_banner_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cce5f7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dfdfdf));
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.home_product_section {
  display: block;
  width: 100vw;
  height: auto;
  max-width: none;
  margin-top: 70px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner_text_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 46px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: -0.1rem;
  text-transform: none;
}

.banner_paragraph {
  margin-bottom: 10px;
  padding-top: 20px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 16px;
  line-height: 27px;
}

.text-span {
  color: #082a34;
  font-size: 47px;
}

.product_sticky_heading {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 45vw;
  height: 400px;
}

.home_product_grid {
  width: 65vw;
  height: auto;
  margin-left: 5vw;
}

.heading_2 {
  margin-top: 18px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-weight: 500;
}

.product_name_text {
  margin-top: 0px;
  padding-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 18px;
  text-align: center;
}

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

.home_footer_section {
  display: block;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: #ea883b;
}

.button {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #ea883b;
  font-family: Rubik, sans-serif;
  font-weight: 500;
}

.footer_section_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1100px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
}

.footer_end_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_nav_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.last_footer_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer_hastag {
  margin-left: 20px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 16px;
  font-weight: 500;
}

.home_stats_section {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f5f4;
}

.home_stats_section_wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-2 {
  position: static;
  top: 120px;
  width: 30vw;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.stat_block {
  width: 50%;
  margin-top: 0px;
  padding: 30px;
  border: 1px solid #bac1ca;
}

.stat_block.block_2 {
  padding-left: 120px;
  border-left-style: none;
}

.stat_block.block_2.padding_30 {
  padding-left: 40px;
}

.stat_block.block_3 {
  border-top-style: none;
  border-right-style: none;
}

.stat_block.block_4 {
  padding-left: 120px;
  border-top-style: none;
}

.stat_number {
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: Rubik, sans-serif;
  color: #ea883b;
  font-size: 52px;
  line-height: 52px;
  font-weight: 500;
}

.stat_number.green {
  color: #2fb689;
}

.text-block {
  overflow: hidden;
  margin-bottom: 12px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-weight: 500;
  text-transform: uppercase;
}

.sub_and_counting_text {
  margin-top: 0px;
  font-family: Rubik, sans-serif;
  color: #ea883b;
  font-size: 16px;
  font-weight: 500;
}

.sub_and_counting_text.green {
  color: #2fb689;
}

.globe_animation {
  position: absolute;
  left: 50%;
  top: 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
  margin-top: auto;
  margin-left: auto;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #f7f5f4;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}

.text-block-2 {
  width: 200%;
  margin-left: 0px;
  padding: 0px 15px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.text-block-2:hover {
  color: #082a34;
}

.lottie-animation-2 {
  position: static;
  z-index: 1;
  width: 182%;
  -webkit-transform: translate(-23%, 0px);
  -ms-transform: translate(-23%, 0px);
  transform: translate(-23%, 0px);
}

.home_industry_leader_section {
  position: static;
  display: block;
  margin-top: 100px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.industry_leader_content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-top: -200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading_3 {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.18px;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.space_below_para {
  margin-top: 0px;
  margin-bottom: 20px;
}

.solution_1 {
  width: 45%;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.solutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-2 {
  border: 0.5px solid #bac1ca;
  border-radius: 0px;
  line-height: 20px;
}

.title {
  width: 90%;
  margin-top: 40px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  display: block;
  width: 100vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
}

.image-8 {
  display: inline-block;
  max-width: 10vw;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-left: 2%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
}

.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button {
  display: none;
}

.image-9 {
  padding-right: 10px;
}

.nav_push_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_text_push_hbm {
  margin-right: 20px;
  margin-left: 20px;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.home_credibility_section {
  display: block;
  background-color: #f7f5f4;
}

.home_credibility_section_wrap {
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.crediblity_text {
  width: 20vw;
}

.home_credilblity_customer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  margin: 40px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.credibility_logo_spacing {
  margin: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  white-space: normal;
}

.title_logo_section {
  width: 55vw;
}

.aboutpage_aboutbulkmro_section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f5f4;
}

.about_bulkmro_text {
  width: 50vw;
  background-color: transparent;
}

.aboutpage_aboutbulkmro_section_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_bulk_image {
  width: 35vw;
  margin-top: -120px;
  margin-right: 10vw;
  padding-top: 0px;
}

.text-block-4 {
  width: 25vw;
  margin-right: 40px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

.about_founders {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_founders_wrap {
  width: 80vw;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 40px;
}

.text-block-5 {
  overflow: hidden;
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  color: #244873;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
}

.founder_details {
  overflow: hidden;
  width: 15vw;
  margin-right: 40px;
}

.founders_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60vw;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.divider_line_for_space {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0.5px solid #bac1ca;
}

.home_quick_stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-15 {
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.horizontal_banner_image {
  position: relative;
  top: 40px;
  width: 55%;
  height: 80vh;
  margin-right: 0px;
  background-image: url('../images/about_banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.phone2 {
  width: auto;
}

.about_bilk_content {
  width: 50vw;
}

.content_logo_founders {
  width: 60vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.logo_grid {
  width: 65vw;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr minmax(2px, 10px) 1fr minmax(2px, 10px) 1fr minmax(2px, 10px) 1fr;
  grid-template-columns: 1fr minmax(2px, 10px) 1fr minmax(2px, 10px) 1fr minmax(2px, 10px) 1fr;
}

.div-block-8 {
  height: 60px;
  border: 0.5px solid #bac1ca;
}

.div-block-9 {
  width: 100%;
  border: 0.5px solid #bac1ca;
}

.div-block-10 {
  display: block;
  height: 80px;
  margin-right: 20px;
  margin-left: 20px;
  border: 0.5px solid #bac1ca;
}

.founders_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 40px;
}

.grid-3 {
  margin-top: 40px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 16px;
  -ms-grid-rows: auto 16px auto 16px auto;
  grid-template-areas: ". . . . ."
    "Area-2 . . . ."
    ". . . . Area";
  -ms-grid-columns: 1fr minmax(2px, 10px) 1fr minmax(2px, 10px) 1fr;
  grid-template-columns: 1fr minmax(2px, 10px) 1fr minmax(2px, 10px) 1fr;
}

.image-16 {
  display: inline-block;
  max-width: 80%;
}

.text-block-7 {
  width: auto;
  max-width: 220px;
  margin-left: 0px;
  padding: 8px 8px 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.text-block-7:hover {
  color: #082a34;
}

.text-block-7.w--current {
  color: #000;
  text-decoration: none;
}

.push_left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dfdfdf));
  background-image: linear-gradient(180deg, #dfdfdf, #dfdfdf);
}

.howthisworksdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
}

.funding_faqs_section {
  margin-bottom: 40px;
}

.funding_faqs_section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq_sticky_heading {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25vw;
}

.faq_content {
  width: 70vw;
}

.home_stat_wrap {
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.fundind_how_section_wrap {
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.funding_how_section {
  margin-top: 70px;
  margin-bottom: 70px;
}

.faq_1 {
  margin-bottom: 5%;
}

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

.faq_answer {
  overflow: hidden;
  margin-top: 8px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.image-21 {
  padding-left: 0px;
}

.funding_cta_section {
  background-color: #f7f5f4;
}

.funding_cta_section_wrapper {
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-4 {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.heading-4.reduced_font_mobile_2 {
  margin-bottom: 0px;
}

.heading-2_autowidth {
  width: 40vw;
  margin-bottom: 24px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

.heading-2_autowidth.center {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
}

.image-23 {
  margin-bottom: 20px;
}

.funding_banner_subheading {
  padding: 20px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
}

.home_funding_section {
  background-color: #2b3f5c;
}

.home_funding_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.funding_banner {
  max-height: 100vh;
  margin-bottom: 0px;
  background-color: #d1d1d1;
}

.funding_banner_highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2b3f5c;
}

.home_industry_leader_wrapper {
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
}

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

.in-line-link {
  color: #ea883b;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
}

.grid-4 {
  position: relative;
  grid-column-gap: 40px;
  -ms-grid-columns: minmax(200px, 33vw) 1fr;
  grid-template-columns: minmax(200px, 33vw) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about_banner_space {
  width: 5vw;
}

.about_banner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90vw;
  height: 90vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.home_banner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home_bannerimage {
  width: 50vw;
  height: 80vh;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/banner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.home_banner_content {
  width: 45vw;
}

.banner_link_info {
  margin-top: 10px;
}

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

.home_banner_spacer {
  width: 10vw;
}

.home_spacer_banner {
  width: 5vw;
}

.image-32 {
  width: 50%;
}

.coalition_logo {
  margin-bottom: 10px;
}

.link-block-4 {
  position: absolute;
  width: 200px;
  height: 60px;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.in-line-2 {
  color: #082934;
  text-decoration: underline;
}

.image-34 {
  max-width: 85%;
}

.home_bannerimage-2 {
  width: 50vw;
  height: 80vh;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/banner-image-min_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.banner {
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  color: #082934;
  font-size: 16px;
  line-height: 27px;
}

.grid-5 {
  grid-row-gap: 32px;
  grid-template-areas: "Area"
    "Area-2";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 32px auto 32px auto 32px auto;
  grid-template-rows: auto auto auto auto;
}

.home_product_wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.product_container {
  display: block;
  width: 100vw;
  max-width: 1280px;
  margin: 40px auto;
  padding: 20px;
}

.home_about_section {
  display: block;
  width: 100vw;
  height: auto;
  max-width: none;
  margin-top: 70px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.home_about_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  max-width: 1280px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home_sticky_heading {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 45vw;
  height: 400px;
}

.contact_bar {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin: 0px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5913c;
}

.contact_title {
  margin-right: 20px;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-weight: 500;
}

.container {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.div-block-14 {
  width: 70%;
}

.product_link {
  color: #244873;
  text-decoration: none;
}

.product_link:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.heading_2-2 {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-right: 30px;
  padding-left: 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-weight: 500;
}

.industrial-banner-img {
  width: 50vw;
  height: 80vh;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/mro-baner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.food_-banner_img {
  width: 50vw;
  height: 80vh;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/food.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.oilgas_-banner_img {
  position: static;
  width: 50vw;
  height: 80vh;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  background-image: url('../images/oiland-gasmainimage1-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.funding_banner_img {
  width: 50vw;
  height: 80vh;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/home-img.jpg');
  background-size: cover;
}

.oil-title {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.18px;
}

.footer-address {
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.footer-address.reduced_font_mobile_2 {
  margin-top: 0px;
  font-size: 14px;
}

.image-37 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-38 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-39 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-40 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading_3_faq {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Rubik, sans-serif;
  color: #254873;
  font-size: 19px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.18px;
}

.funding_banner_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  background-color: #244873;
}

.link {
  color: #eb883b;
  font-style: normal;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .home_banner_section {
    height: 90vh;
  }

  .heading-2 {
    position: static;
  }

  .industry_leader_content {
    max-width: 1000px;
  }

  .heading_3 {
    margin-top: 20px;
  }

  .horizontal_banner_image {
    top: 50px;
    width: 100%;
    height: 85%;
  }

  .image-23 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .funding_banner_highlight {
    margin-top: 0%;
  }

  .about_banner_wrapper {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .home_bannerimage {
    height: 80vh;
  }

  .home_bannerimage-2 {
    height: 80vh;
  }

  .industrial-banner-img {
    height: 80vh;
  }

  .food_-banner_img {
    height: 80vh;
  }

  .oilgas_-banner_img {
    height: 80vh;
  }

  .funding_banner_img {
    height: 80vh;
  }

  .oil-title {
    margin-top: 20px;
  }

  .heading_3_faq {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .home_banner_section {
    height: 90vh;
  }

  .banner_text_wrap {
    width: 50%;
    margin-top: 0px;
  }

  .heading {
    margin-top: 60px;
    font-size: 55px;
    line-height: 74px;
  }

  .banner_paragraph {
    font-size: 18px;
    line-height: 28px;
  }

  .product_sticky_heading {
    top: 120px;
  }

  .stat_block.block_2.padding_30 {
    padding: 30px;
  }

  .industry_leader_content {
    max-width: 1100px;
  }

  .heading_3 {
    margin-top: 20px;
  }

  .paragraph.space_below_para {
    margin-bottom: 20px;
  }

  .horizontal_banner_image {
    height: 80vh;
  }

  .grid-3 {
    margin-top: 40px;
  }

  .text-block-7 {
    max-width: 235px;
    font-size: 16px;
  }

  .faq_sticky_heading {
    width: 20vw;
  }

  .faq_content {
    width: 50vw;
  }

  .funding_how_section {
    margin-top: 70px;
  }

  .faq_1 {
    margin-bottom: 5%;
  }

  .faq_question {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .faq_answer {
    overflow: hidden;
    margin-top: 10px;
    font-family: Rubik, sans-serif;
    color: #254873;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
  }

  .image-21 {
    padding-left: 0px;
  }

  .heading-2_autowidth.center {
    margin-bottom: 0px;
  }

  .image-23 {
    padding-bottom: 20px;
  }

  .funding_banner_highlight {
    margin-top: 40%;
  }

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

  .grid-4 {
    padding-top: 0px;
  }

  .about_banner_space {
    width: 10vw;
  }

  .about_banner_wrapper {
    width: 85vw;
    height: 90vh;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .home_bannerimage {
    background-position: 50% 50%;
  }

  .banner_link_info {
    margin-top: 20px;
  }

  .image-32 {
    margin-bottom: 20px;
  }

  .coalition_logo {
    position: relative;
  }

  .link-block-4 {
    position: absolute;
    width: 200px;
  }

  .home_bannerimage-2 {
    background-position: 50% 50%;
  }

  .banner {
    font-size: 18px;
    line-height: 28px;
  }

  .home_sticky_heading {
    top: 120px;
  }

  .industrial-banner-img {
    background-position: 50% 50%;
  }

  .food_-banner_img {
    background-position: 50% 50%;
  }

  .oilgas_-banner_img {
    background-position: 50% 50%;
  }

  .funding_banner_img {
    background-position: 50% 50%;
  }

  .oil-title {
    margin-top: 20px;
  }

  .heading_3_faq {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .home_banner_section {
    height: 90vh;
  }

  .heading {
    margin-top: 0px;
    font-size: 72px;
    line-height: 80px;
  }

  .banner_paragraph {
    font-size: 21px;
    line-height: 30px;
  }

  .text-span {
    font-size: 66px;
  }

  .footer_section_wrap {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-2 {
    font-size: 32px;
  }

  .industry_leader_content {
    max-width: 1280px;
  }

  .heading_3 {
    margin-top: 25px;
    font-size: 35px;
    line-height: 43px;
  }

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

  .horizontal_banner_image {
    top: 60px;
    height: 90%;
    margin-right: 0vw;
  }

  .text-block-7 {
    width: auto;
    max-width: 319px;
    font-size: 22px;
  }

  .funding_how_section {
    margin-top: 0px;
    padding-top: 70px;
  }

  .image-21 {
    padding-left: 0px;
  }

  .funding_banner_highlight {
    margin-top: 50%;
  }

  .home_banner_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home_bannerimage {
    background-position: 50% 50%;
  }

  .home_banner_content {
    width: 40vw;
  }

  .banner_link_info {
    margin-top: 40px;
  }

  .home_bannerimage-2 {
    background-position: 50% 50%;
  }

  .banner {
    font-size: 21px;
    line-height: 30px;
  }

  .product_container {
    width: 97vw;
    max-width: 1900px;
  }

  .industrial-banner-img {
    background-position: 50% 50%;
  }

  .food_-banner_img {
    background-position: 50% 50%;
  }

  .oilgas_-banner_img {
    background-position: 50% 50%;
  }

  .funding_banner_img {
    background-position: 50% 50%;
  }

  .oil-title {
    margin-top: 25px;
    font-size: 35px;
    line-height: 43px;
  }

  .heading_3_faq {
    margin-top: 25px;
    font-size: 35px;
    line-height: 43px;
  }

  .funding_banner_wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .home_banner_section {
    overflow: hidden;
    height: 125vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner_text_wrap {
    width: 90vw;
    height: 70%;
    max-width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .banner_paragraph {
    font-size: 18px;
    line-height: 26px;
  }

  .product_sticky_heading {
    position: static;
    width: 100%;
    height: auto;
  }

  .home_product_grid {
    width: 90%;
    margin-top: 60px;
    margin-left: 0vw;
  }

  .heading_2 {
    margin-bottom: 20px;
  }

  .footer_section_wrap {
    margin-top: 0px;
  }

  .top_nav_wrap {
    margin: 0px auto;
  }

  .last_footer_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home_stats_section_wrap {
    width: 90vw;
  }

  .heading-2 {
    position: static;
    width: 30vw;
  }

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

  .stat_block.block_1 {
    padding-left: 24px;
  }

  .stat_block.block_2 {
    padding-left: 92px;
  }

  .stat_block.block_2.padding_30 {
    padding-left: 20px;
  }

  .stat_block.block_3 {
    padding-left: 24px;
  }

  .stat_block.block_4 {
    padding-left: 92px;
  }

  .stat_number {
    margin-bottom: 2px;
    font-size: 41px;
  }

  .stat_number.green {
    margin-bottom: 2px;
  }

  .text-block {
    width: 186px;
    margin-bottom: 8px;
  }

  .text-block-2 {
    margin-right: 5%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
  }

  .industry_leader_content {
    max-width: 900px;
    margin-top: -120px;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .solution_1 {
    width: 90%;
    margin-right: 30px;
    margin-left: 30px;
  }

  .solutions {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title {
    margin-top: 0px;
  }

  .navbar {
    display: block;
  }

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

  .nav-menu {
    background-color: #f7f5f4;
  }

  .email {
    margin-right: 20px;
    margin-left: 20px;
  }

  .phone {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .brand {
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

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

  .icon {
    font-family: Rubik, sans-serif;
    color: #000;
  }

  .nav_text_push_hbm {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home_credibility_section {
    margin-top: 80px;
  }

  .home_credibility_section_wrap {
    width: 90vw;
  }

  .crediblity_text {
    width: 100%;
  }

  .home_credilblity_customer {
    width: 90vw;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title_logo_section {
    width: 80vw;
  }

  .aboutpage_aboutbulkmro_section {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .about_bulkmro_text {
    width: 90vw;
  }

  .aboutpage_aboutbulkmro_section_wrapper {
    width: 90vw;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_bulk_image {
    width: 30vw;
  }

  .text-block-4 {
    width: 80vw;
    margin-bottom: 20px;
  }

  .about_founders_wrap {
    width: 90vw;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .text-block-5 {
    margin-top: 20px;
    margin-bottom: 4px;
  }

  .founder_details {
    width: 40vw;
  }

  .founders_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .horizontal_banner_image {
    top: 10px;
    width: 100%;
    height: 100%;
  }

  .phone2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .about_bilk_content {
    width: 80vw;
  }

  .content_logo_founders {
    width: 90vw;
  }

  .logo_grid {
    width: 80vw;
  }

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

  .image-16 {
    max-width: 90%;
    margin-left: 20px;
  }

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    text-align: right;
  }

  .push_left-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .about_banner {
    height: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .funding_faqs_section-wrapper {
    width: 90vw;
  }

  .faq_sticky_heading {
    width: 25vw;
  }

  .faq_content {
    width: 75vw;
  }

  .home_stat_wrap {
    width: 90vw;
  }

  .fundind_how_section_wrap {
    width: 90vw;
  }

  .funding_how_section {
    margin-top: 0px;
  }

  .funding_cta_section_wrapper {
    width: 90vw;
  }

  .heading-4.reduced_font_mobile_2 {
    font-size: 21px;
    line-height: 30px;
  }

  .heading-2_autowidth {
    width: 90vw;
  }

  .heading-2_autowidth.center {
    font-size: 28px;
  }

  .image-23 {
    margin-bottom: 20px;
    padding-bottom: 0px;
  }

  .funding_banner_subheading {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .funding_banner {
    max-height: none;
  }

  .funding_banner_highlight {
    margin-top: 10%;
  }

  .grid-4 {
    -ms-grid-columns: minmax(200px, 30vw) 1fr;
    grid-template-columns: minmax(200px, 30vw) 1fr;
  }

  .about_banner_wrapper {
    height: 120vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .home_bannerimage {
    width: 90vw;
    height: 70vh;
    background-position: 50% 50%;
  }

  .home_banner_content {
    width: 90vw;
  }

  .link-block-4 {
    width: 150px;
  }

  .home_bannerimage-2 {
    width: 90vw;
    height: 70vh;
    background-position: 50% 50%;
  }

  .banner {
    font-size: 18px;
    line-height: 26px;
  }

  .home_product_wrap-2 {
    width: 90vw;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home_about_wrap {
    width: 90vw;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .home_sticky_heading {
    position: static;
    width: 100%;
    height: auto;
  }

  .contact_bar {
    margin: 0px auto;
  }

  .div-block-14 {
    width: 40%;
  }

  .heading_2-2 {
    margin-bottom: 20px;
  }

  .industrial-banner-img {
    width: 90vw;
    height: 70vh;
    background-position: 50% 50%;
  }

  .food_-banner_img {
    width: 90vw;
    height: 70vh;
    background-position: 50% 50%;
  }

  .oilgas_-banner_img {
    width: 90vw;
    height: 70vh;
    background-position: 50% 50%;
  }

  .funding_banner_img {
    width: 90vw;
    height: 70vh;
    background-position: 50% 50%;
  }

  .footer-address.reduced_font_mobile_2 {
    font-size: 21px;
    line-height: 30px;
  }

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

@media screen and (max-width: 767px) {
  .home_banner_section {
    height: 1000px;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home_product_section {
    margin-bottom: 80px;
  }

  .banner_text_wrap {
    width: 90vw;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading {
    width: 100%;
    font-size: 43px;
    line-height: 62px;
  }

  .footer_section_wrap {
    width: 90vw;
  }

  .top_nav_wrap {
    width: 90vw;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .home_stats_section {
    padding-top: 20px;
  }

  .home_stats_section_wrap {
    position: static;
    width: 90vw;
  }

  .heading-2 {
    width: 80vw;
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .stat_block {
    width: 100%;
  }

  .stat_block.block_1 {
    width: 100%;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
  }

  .stat_block.block_2 {
    width: 100%;
    padding: 16px 24px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-left-style: solid;
  }

  .stat_block.block_2.padding_30 {
    margin-top: -1px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .stat_block.block_3 {
    width: 100%;
    padding-top: 16px;
    padding-right: 24px;
    padding-bottom: 16px;
    border-right-style: solid;
  }

  .stat_block.block_4 {
    width: 100%;
    padding: 16px 24px;
  }

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

  .text-block {
    margin-bottom: 4px;
  }

  .globe_animation {
    position: static;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .home_industry_leader_section {
    margin-bottom: 30px;
  }

  .industry_leader_content {
    width: 90vw;
    max-width: 460px;
    margin-top: -40px;
  }

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

  .paragraph {
    margin-bottom: 0px;
  }

  .solution_1 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title {
    width: 100%;
    margin-top: 0px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 45vw;
    margin-right: 0px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
    background-color: #f7f5f4;
    box-shadow: 0 0 20px 0 rgba(29, 67, 73, 0.2);
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .email {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .phone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-9 {
    overflow: visible;
    height: 30px;
    -o-object-fit: none;
    object-fit: none;
  }

  .nav_push_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .nav_text_push_hbm {
    margin-top: 5px;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 5px;
  }

  .home_credibility_section_wrap {
    width: 90vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .crediblity_text {
    width: 80vw;
    margin: 10px auto 10px 0vw;
  }

  .home_credilblity_customer {
    width: 90vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .credibility_logo_spacing {
    margin-left: 10px;
  }

  .title_logo_section {
    width: 90vw;
  }

  .about_bulkmro_text {
    width: 90vw;
  }

  .aboutpage_aboutbulkmro_section_wrapper {
    width: 90vw;
  }

  .about_bulk_image {
    width: 50vw;
    margin-top: -100px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: url('../images/for-graph-preview.jpg');
    background-position: 0px 0px;
  }

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

  .about_founders_wrap {
    width: 90vw;
    margin-top: 40px;
    padding-top: 0px;
  }

  .founder_details {
    width: 35vw;
    margin-right: 20px;
  }

  .founders_block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home_quick_stats {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontal_banner_image {
    top: 0px;
    width: 90vw;
    height: 60vh;
  }

  .about_bilk_content {
    width: 90vw;
  }

  .content_logo_founders {
    width: 90vw;
  }

  .logo_grid {
    width: 90vw;
  }

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

  .text-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .push_left-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .about_banner {
    height: 120vw;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .howthisworksdiv {
    width: 90vw;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .funding_faqs_section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .faq_sticky_heading {
    position: static;
  }

  .faq_content {
    width: 90vw;
    margin-top: 40px;
  }

  .funding_how_section {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .heading-2_autowidth {
    width: 90vw;
    margin-top: 60px;
    margin-bottom: 12px;
  }

  .heading-2_autowidth.center {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .funding_banner_subheading {
    font-size: 21px;
    line-height: 30px;
  }

  .grid-4 {
    -ms-grid-columns: minmax(100%, 43vw);
    grid-template-columns: minmax(100%, 43vw);
  }

  .home_product_wrap-2 {
    width: 90vw;
    margin-top: 40px;
  }

  .home_about_section {
    margin-bottom: 80px;
  }

  .home_about_wrap {
    width: 90vw;
    margin-top: 40px;
  }

  .contact_bar {
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block-14 {
    width: 30%;
  }

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

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

@media screen and (max-width: 479px) {
  .home_banner_section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home_product_section {
    margin-top: 0px;
  }

  .banner_text_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90vw;
    height: 40%;
    margin: 32px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    width: auto;
    margin-top: 20px;
    font-size: 28px;
    line-height: 39px;
    text-transform: capitalize;
  }

  .home_product_grid {
    width: 100%;
  }

  .heading_2 {
    margin-bottom: 9px;
    font-size: 18px;
    line-height: 24px;
  }

  .product_name_text {
    font-size: 14px;
    line-height: 18px;
  }

  .button {
    width: auto;
    margin-bottom: 20px;
    padding-right: 18px;
    padding-left: 18px;
  }

  .footer_section_wrap {
    width: 90vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .top_nav_wrap {
    width: 90vw;
  }

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

  .last_footer_wrap {
    width: 90vw;
  }

  .link-block-2 {
    max-width: 100px;
  }

  .home_stats_section {
    margin-left: auto;
    padding-top: 70px;
  }

  .heading-2 {
    margin-top: 10px;
  }

  .stat_block.block_1 {
    padding-left: 16px;
  }

  .stat_block.block_2 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

  .stat_block.block_3 {
    padding-top: 16px;
    padding-left: 16px;
  }

  .stat_block.block_4 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }

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

  .industry_leader_content {
    max-width: 270px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph {
    margin: 20px auto 0px;
  }

  .solution_1 {
    width: 80vw;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .solutions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-2 {
    width: 80vw;
    height: 1px;
    border-style: solid;
    border-width: 0.5px;
  }

  .title {
    margin-top: 10px;
  }

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

  .nav-menu {
    width: auto;
  }

  .icon {
    font-family: Rubik, sans-serif;
    color: #000;
  }

  .image-9 {
    padding-right: 0px;
  }

  .crediblity_text {
    width: 90vw;
    margin-bottom: 0px;
  }

  .home_credilblity_customer {
    margin-top: 20px;
  }

  .credibility_logo_spacing {
    margin-right: 5px;
    margin-left: 5px;
  }

  .about_bulkmro_text {
    width: 90vw;
  }

  .aboutpage_aboutbulkmro_section_wrapper {
    width: 90vw;
    margin-bottom: 20px;
  }

  .about_bulk_image {
    width: 90vw;
  }

  .about_founders_wrap {
    width: 90vw;
    margin-top: 20px;
  }

  .founder_details {
    width: 45%;
    margin-top: 20px;
    margin-right: 0px;
  }

  .founders_block {
    width: 90vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .divider_line_for_space {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .home_quick_stats {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .horizontal_banner_image {
    height: 60vh;
  }

  .about_bilk_content {
    width: 90vw;
  }

  .content_logo_founders {
    width: 90vw;
  }

  .logo_grid {
    width: 90vw;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

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

  .image-16 {
    max-width: 80%;
    margin-left: 10px;
  }

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

  .push_left-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .about_banner {
    height: auto;
  }

  .funding_faqs_section-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home_stat_wrap {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .fundind_how_section_wrap {
    margin-top: 0px;
  }

  .funding_how_section {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-bottom: 0px;
  }

  .image-21 {
    padding-left: 20px;
  }

  .funding_cta_section_wrapper {
    width: 90vw;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-4.reduced_font_mobile_2 {
    font-size: 21px;
    line-height: 32px;
  }

  .heading-2_autowidth {
    margin-top: 42px;
  }

  .heading-2_autowidth.center {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .image-23 {
    width: 48px;
    height: 48px;
  }

  .funding_banner_subheading {
    font-size: 18px;
    line-height: 30px;
  }

  .funding_banner_highlight {
    margin-top: 15%;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .home_product_wrap-2 {
    width: 90vw;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-6 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 9px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .product_container {
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .home_about_section {
    margin-top: 0px;
  }

  .home_about_wrap {
    width: 90vw;
    margin-top: 26px;
    margin-right: auto;
    margin-left: auto;
  }

  .h1 {
    text-transform: none;
  }

  .contact_bar {
    width: auto;
  }

  .contact_title {
    width: 160px;
    margin-right: 5px;
    font-size: 13px;
  }

  .container {
    position: static;
    display: block;
    max-width: 100vw;
    padding-left: 0px;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-14 {
    width: 26%;
  }

  .heading_2-2 {
    font-size: 32px;
    line-height: 39px;
  }

  .footer-address.reduced_font_mobile_2 {
    font-size: 21px;
    line-height: 32px;
  }
}

#w-node-e0e07427-2d37-ead0-0ea6-700b4690011b-17f618f4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_95acebd6-5779-83c7-971f-73d123291a15-17f618f4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a2121268-6036-72ae-bfee-a6bcd2ba9d1f-17f618f4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 5;
  grid-column-end: 6;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_1db9004d-5a0a-4b89-c615-8fcb10fc4972-17f618f4 {
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_65ad22f1-d594-8fdf-3e32-96f83b7ca68e-17f618f4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-a38c04cf-337d-e816-3402-fbeb2e5487fb-17f618f4 {
  -ms-grid-column: 5;
  grid-column-start: 5;
  -ms-grid-column-span: 1;
  grid-column-end: 6;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf716-b5f618f8 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-b5f618f8 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-5>#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-b5f618f8 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_17644e84-73e2-b225-bcc5-16582f258ec9-b5f618f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cc216d2b-36b6-22ef-58a8-1fc09c6fc077-b5f618f8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf716-09f618fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-09f618fb {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-5>#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-09f618fb {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-a0d909aa-0037-0fda-aaa9-f60608cc263c-09f618fb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf716-e3f618fe {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-e3f618fe {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-5>#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-e3f618fe {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf716-a6f61900 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-a6f61900 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-5>#w-node-_572e21be-e9ef-6eb5-4cbc-5ffbbd7bf72b-a6f61900 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

