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

.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-hflex {
  flex-direction: row;
  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;
  }
}

.navbar-wrap-hyundai {
  z-index: 9999;
  background-color: #fffc;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.navbar-box {
  width: 80%;
  max-width: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

.brand-2 {
  padding-top: 0;
}

.image-11 {
  width: 240px;
  padding-top: 20px;
}

.nav-menu-box {
  margin-top: 10px;
}

.nav-link-text {
  text-transform: uppercase;
}

.nav-link-text:hover {
  color: #008393;
}

.nav-link-text.cta {
  color: #fff;
  text-transform: capitalize;
  background-color: #c48a2e;
  border-radius: 7px;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-text.cta:hover {
  background-color: #28b1c5;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  display: block;
}

.footer-column {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-7 {
  text-align: left;
  column-count: auto;
  padding-top: 11px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.flex-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 20px;
  padding-right: 0;
}

.footer-section {
  background-color: #f6f6f6;
  width: 100vw;
  height: 300px;
  position: relative;
  inset: auto 0% 0;
}

.image-7 {
  padding-top: 10px;
}

.paragraph-6 {
  text-align: left;
  padding-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 10px;
}

.h5 {
  color: #c48a2e;
  text-align: left;
  font-size: 20px;
}

.h6 {
  color: #333;
  text-align: left;
  text-indent: 0;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

.footer-wrap {
  text-align: center;
  width: 80vw;
  max-width: 1080px;
  height: auto;
  margin-top: 80px;
  padding-top: 30px;
}

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

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 19px;
}

.footer-contact {
  text-align: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.footerlinkwrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: justify;
  vertical-align: baseline;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 10px auto;
  font-size: 10px;
  text-decoration: none;
  display: block;
}

.footer-column-1 {
  width: auto;
  padding-left: 0;
  padding-right: 60px;
}

.footer-link {
  color: #333;
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}

.footer-link.bottom {
  padding-left: 0;
  padding-right: 0;
}

.image-6 {
  text-align: left;
  width: 180px;
  max-width: none;
  display: block;
}

.contact-us-section {
  width: 100vw;
  height: 300px;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-us-wrap {
  width: 80vw;
  max-width: 1080px;
  margin-top: 80px;
}

.formheadwrap {
  max-width: 400px;
  padding-left: 10px;
}

.heading-2 {
  color: #c48a2e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f3f3;
  border-radius: 3px;
  flex: 1;
  align-self: auto;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.fieldwrap {
  flex: 1;
}

.button-2 {
  background-color: #c48a2e;
  border-radius: 12px;
  height: 40px;
  margin-top: 23px;
  margin-bottom: 0;
}

.div-block-16 {
  margin-top: 0;
  padding-left: 0;
}

.button-3 {
  color: #fff;
  vertical-align: middle;
  background-color: #c48a2e;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  position: static;
  left: 0;
  right: auto;
}

.paragraph-8 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
}

.button {
  background-color: #c48a2e;
  margin-top: 30px;
  position: relative;
}

.slide-6 {
  background-image: url('../images/home-banner-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.lx-h1 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 80px;
  font-weight: 400;
}

.slide-2 {
  background-image: url('../images/main_visual_img01-e1599466953268.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.container-3 {
  width: 580px;
  margin-top: 200px;
  margin-left: 140px;
  padding: 10px;
}

.slide-1-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.slide {
  background-image: url('../images/main_visual_img03-e1599466820494.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slider {
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.slide-5 {
  background-image: url('../images/home-banner-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-2-content-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff80;
  border-radius: 12px;
  width: 640px;
  height: 230px;
  padding: 20px 20px 20px 40px;
}

.div-block-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 30px;
  padding-left: 20px;
  display: flex;
}

.paragraph-9 {
  margin-bottom: 10px;
  line-height: 14px;
}

.main-slide {
  background-image: url('../images/bci-hyndai-relic-banner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-2-container {
  margin-top: 300px;
}

.header-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: -110px;
  display: block;
  position: relative;
  inset: 0% 0% auto;
}

.slide-7 {
  background-image: url('../images/SPACE-1200x771.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-1-container {
  justify-content: center;
  align-items: center;
  width: 80vw;
  height: 300px;
  margin-top: 300px;
  display: flex;
  position: relative;
}

.slide-3 {
  background-image: url('../images/home-banner-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slide-headline {
  color: #fff;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

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

.container-2 {
  width: 80vw;
  max-width: 1080px;
  margin-top: 40px;
}

.lx-menu-subhead-link {
  color: #333;
  padding-top: 4px;
  padding-left: 40px;
  font-size: 12px;
  text-decoration: none;
}

.lx-menu-subhead-link:hover {
  color: #8d2a27;
}

.lx-menu-subhead-link.main {
  color: #8d2a27;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.div-block-14 {
  flex-flow: column;
  padding-top: 10px;
  display: flex;
}

.container {
  width: 100%;
  margin-top: 200px;
  position: relative;
}

.lx-menu-subhead-2 {
  margin-top: 0;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: inline;
}

.lx-menu-subhead-2.padding {
  padding-top: 10px;
  display: block;
}

.product-category-selection-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: left;
  background-color: #f7f2f200;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: relative;
}

.category-selection-box {
  z-index: 15;
  width: 100%;
  margin: 0 auto auto;
  position: relative;
  top: auto;
  bottom: 0;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  padding: 0;
  display: flex;
  position: relative;
}

.content-section {
  background-color: #f9f9f9;
  width: 100vw;
  height: 140vh;
  margin-top: 0;
}

.div-block-2 {
  background-image: url('../images/categories-image1-800x600.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 600px;
  background-attachment: scroll;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 800px;
  height: 600px;
  margin-left: 0;
  display: block;
  position: relative;
  left: 0;
  right: 0;
}

.lx-menu-subhead-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-17 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff4d;
  border-radius: 12px;
  flex-flow: column;
  padding: 20px;
  display: block;
  box-shadow: 3px 3px 5px #0003;
}

.image-12 {
  width: 600px;
}

.image-13 {
  width: 489px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.bold-text {
  color: #fff;
}

.vendor-wrap {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 80%;
  max-width: none;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}

.grid-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  vertical-align: baseline;
  background-color: #f9f9f900;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: flex-start center;
  width: 600px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.brand-grid-box {
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: left;
  object-fit: fill;
  background-color: #fff0;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  display: flex;
  box-shadow: 0 3px 5px #0003;
}

.brand-grid-box:hover {
  background-color: #fffc;
}

.image-8 {
  text-align: left;
  vertical-align: middle;
  object-fit: none;
  object-position: 50% 50%;
  background-color: #f9f9f900;
  border-radius: 7px;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  font-style: normal;
}

.div-block-12 {
  z-index: 15;
  background-color: #c2892d;
  border-radius: 12px;
  width: 100%;
  margin-top: -190px;
  padding: 20px;
  position: relative;
  box-shadow: 3px 5px 5px #0003;
}

.heading-4 {
  color: #fff;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-13 {
  color: #fff;
}

.brandtypegrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 3px;
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-content: flex-start space-around;
  place-items: stretch center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.cardstyle {
  opacity: 1;
  object-fit: fill;
  background-color: #fff;
  border-radius: 3px;
  width: 180px;
  height: 180px;
  box-shadow: 0 2px 5px #0003;
}

.container-4 {
  width: 100%;
}

.heading-5 {
  font-size: 24px;
}

.heading-6 {
  box-sizing: border-box;
  object-fit: fill;
  font-size: 20px;
}

.product-boy {
  width: 100vw;
  height: 100vh;
}

.main-section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.container-5 {
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: static;
  left: auto;
  right: auto;
}

.body-section-box {
  background-color: #f0f0f0;
  width: 80%;
  max-width: none;
  height: 200px;
}

.product-body-section {
  width: 100vw;
  height: 100vh;
}

.product-body-box {
  background-color: #f0f0f0;
  width: 80%;
  max-width: none;
  height: 200px;
}

.heading-7, .heading-8 {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
}

.div-block-20 {
  flex: 0 auto;
  width: 400px;
  position: relative;
}

.div-block-21 {
  background-image: url('../images/categories-image1-800x600.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 600px;
  width: 600px;
  max-width: 600px;
  height: 460px;
}

.paragraph-14 {
  aspect-ratio: auto;
  margin-top: 20px;
  position: static;
}

.div-block-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0f0f0;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  height: 50px;
  margin-top: 10px;
  padding: 10px;
  display: inline-flex;
}

.image-14 {
  margin-bottom: 10px;
}

.product-category-tab1 {
  color: #fff;
  background-color: #478c77;
}

.product-category-tab1:hover {
  background-color: #c48a2e;
}

.prodct-category-tab2 {
  color: #fff;
  background-color: #478c77;
}

.dropdown-toggle {
  padding-right: 20px;
}

.terms-and-conditions-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 300vh;
  display: flex;
}

.tnc-content-box {
  width: 80vw;
  max-width: 1080px;
  height: 240vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.title-wrap-2 {
  width: 80vw;
  max-width: 80vw;
  margin-top: 0;
  display: block;
}

.title-box {
  width: 50rem;
  margin-top: 0;
}

.h1-title {
  color: teal;
  text-align: left;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 38px;
  display: block;
  position: relative;
}

.content-header-paragraph {
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 12px;
}

.client-project-image-stack {
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  align-self: auto;
  width: 80vw;
  max-width: 80vw;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: static;
}

.div-block-23 {
  background-color: #fff;
  flex-flow: column;
  width: 60vw;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.bhy-tnc-section {
  width: 100vw;
  margin-top: 60px;
}

.bhy-tnc-box {
  width: 80vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.bhy-h1 {
  aspect-ratio: auto;
  color: #c48a2e;
  font-family: "D Din Pro 400", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.bhy-tnc-paragraph {
  font-family: "D Din Pro 400", sans-serif;
  font-size: .9rem;
  line-height: 1.5rem;
}

.bhy-product-categories-section {
  width: 100vw;
  height: auto;
}

.bhy-product-categories-header {
  justify-content: center;
  align-items: center;
  width: 80vw;
  max-width: 1080px;
  height: auto;
  display: flex;
}

.bhy-product-categories-box {
  width: 400px;
}

.tabs-menu {
  width: 80vw;
  max-width: 1080px;
}

.bhy-product-categories-visual {
  background-image: url('../images/categories-image1-800x600.png');
  background-position: 50%;
  background-size: auto;
  width: 600px;
  max-width: 600px;
  height: 400px;
}

.bhy-content-paragraph {
  text-align: left;
}

.grid-9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80vw;
  max-width: 1080px;
  margin-top: 0;
}

.heading-9 {
  color: #fff;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.image-38 {
  width: 300px;
  height: auto;
}

.paragraph-19 {
  margin-top: 10px;
  line-height: 18px;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #c48a2e;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin: 40px 50px 20px;
  padding: 10px;
  font-family: "D Din Pro 400", sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-4:hover {
  color: #fff;
  background-color: #008393;
}

.div-block-25 {
  padding: 10px;
}

.lx-downloads-wrap {
  width: 80vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.lx-download-content {
  width: 100vw;
  max-width: 1080px;
}

.lx-h1-2 {
  color: #8d2a27;
  text-align: left;
  font-family: "D Din Pro 500", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.div-block-24 {
  background-color: #f9f9f9;
  max-width: 300px;
  height: auto;
}

.bhy-download-box {
  width: 80vw;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .slide-2-content-box {
    padding-left: 30px;
  }

  .vendor-wrap {
    margin-top: 300px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-box {
    align-self: auto;
    width: 90vw;
  }

  .brand-2 {
    padding-left: 0;
  }

  .div-block {
    text-align: center;
    width: 90vw;
  }

  .footer-column {
    text-align: left;
  }

  .flex-block-2 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
    margin-left: 0;
  }

  .footer-section {
    height: auto;
  }

  .image-7 {
    text-align: left;
    width: 140px;
    max-width: 140px;
  }

  .footer-wrap {
    width: 90vw;
    margin-top: 20px;
    padding-top: 10px;
  }

  .flex-block {
    text-align: center;
    flex-flow: column;
  }

  .footerlinkwrap {
    text-align: center;
    width: 90vw;
  }

  .footer-link.bottom {
    text-align: left;
  }

  .image-6 {
    width: 120px;
  }

  .contact-us-section {
    height: auto;
  }

  .contact-us-wrap {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .formheadwrap {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .form-block {
    width: 80vw;
  }

  .form {
    flex-flow: column;
  }

  .slider {
    height: 400px;
    display: block;
  }

  .header-section {
    height: 400px;
  }

  .container-2 {
    width: 90vw;
  }

  .grid {
    flex-flow: column;
    width: 90vw;
    margin-top: 0;
  }

  .paragraph-14 {
    width: 90vw;
    height: auto;
  }

  .h1-title {
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    display: flex;
    overflow: visible;
  }

  .content-header-paragraph {
    width: 17rem;
    max-width: 300px;
    height: 6rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bhy-h1 {
    text-align: left;
  }

  .bhy-product-categories-header {
    flex-flow: column;
    width: 90vw;
  }

  .tabs-menu {
    width: 90vw;
    max-width: none;
  }

  .bhy-product-categories-visual {
    width: 290px;
    max-width: 290px;
    height: 300px;
  }

  .grid-9 {
    grid-auto-flow: column;
    place-items: start;
    width: 15rem;
    max-width: 15rem;
    height: auto;
    display: inline-block;
  }

  .image-39 {
    width: 120px;
    max-width: 120px;
    height: auto;
    padding-top: 10px;
  }

  .mask {
    width: 100vw;
    height: 400px;
  }

  .column-2 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-b51fd508-413a-a02b-fd09-c20c96cdf2d1-0d8e36e6 {
  place-self: center;
}

#w-node-_2dc9990b-8925-8d14-84af-6c9e7a256214-0d8e36e6 {
  place-self: start;
}

#w-node-_2dc9990b-8925-8d14-84af-6c9e7a256219-0d8e36e6 {
  place-self: center end;
}


@font-face {
  font-family: 'D Din Pro 400';
  src: url('../fonts/D-DIN-PRO-400-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din Pro 700';
  src: url('../fonts/D-DIN-PRO-700-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din Pro 600';
  src: url('../fonts/D-DIN-PRO-600-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din Pro 900';
  src: url('../fonts/D-DIN-PRO-900-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din Pro 800';
  src: url('../fonts/D-DIN-PRO-800-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'D Din Pro 500';
  src: url('../fonts/D-DIN-PRO-500-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}