@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redhatdisplay;
  src: url('../fonts/RedHatDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-primary: Redhatdisplay, Georgia, sans-serif;
  --font-colors--font-dark: #282827;
  --font-colors--font-white: white;
  --bg-color--bg-white: white;
  --bg-color--bg-dark: #161616;
  --font-colors--font-light: #575757;
  --font-colors--font-capitalize-tag: #5e5e5e;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.style-guide-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5rem;
  display: flex;
}

.heading-style-1, .heading-style-2 {
  font-family: var(--font-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-3 {
  font-family: var(--font-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-4 {
  font-family: var(--font-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-5, .heading-style-6 {
  font-family: var(--font-primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-large {
  font-family: var(--font-primary);
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-regular {
  font-family: var(--font-primary);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-small {
  font-family: var(--font-primary);
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-small.text-color-dark.absolute {
  position: absolute;
}

.display-small.text-color-dark.blend-difference {
  mix-blend-mode: difference;
  position: absolute;
}

.display-small.video-inner-text {
  color: #fff;
  mix-blend-mode: exclusion;
  width: 813px;
}

.display-small.video-outer-text {
  z-index: 2;
  color: var(--font-colors--font-dark);
  width: 813px;
  position: absolute;
}

.button-primary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-family: var(--font-primary);
  color: var(--font-colors--font-white);
  cursor: pointer;
  background-color: #1e1e1e;
  border: 1px solid #363636;
  border-radius: 4px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.button-primary:where(.w-variant-9c7246e2-1b06-8407-0cd0-006ffe059c46) {
  background-color: var(--bg-color--bg-white);
  text-transform: uppercase;
  padding: 12px 2rem;
}

.button-primary:hover {
  background-color: var(--bg-color--bg-white);
}

.button-primary:hover:where(.w-variant-9c7246e2-1b06-8407-0cd0-006ffe059c46) {
  background-color: #000;
}

.button-primary.white-bg {
  background-color: var(--bg-color--bg-white);
  text-transform: uppercase;
  padding: 12px 2rem;
}

.button-primary.white-bg:hover {
  background-color: #000;
}

.button-icon, .button-label {
  mix-blend-mode: difference;
}

.button-secondary {
  background-color: var(--bg-color--bg-white);
  font-family: var(--font-primary);
  color: var(--font-colors--font-white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: var(--bg-color--bg-dark);
  font-family: var(--font-primary);
}

.paragraph-general {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.paragraph-general.text-color-white {
  color: #fff;
}

.paragraph-general.text-color-grey.bold {
  font-weight: 600;
}

.paragraph-general.text-color-light-grey {
  color: #e9e9e9;
}

.paragraph-general.small {
  text-transform: capitalize;
  font-size: .8rem;
  font-weight: 400;
}

.section_nav {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
}

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

.padding-global.nav {
  overflow: visible;
}

.container-large {
  width: 100%;
  max-width: 90rem;
}

.container-large.flex {
  flex-flow: column;
  display: flex;
}

.nav_wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
}

.nav_link-wrap {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  overflow: visible;
}

.nav_brand-wrap {
  z-index: 10000;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  margin-top: 1rem;
  display: flex;
  position: fixed;
}

.nav_brand-wrap.w--current {
  justify-content: flex-start;
  align-items: center;
  width: 12rem;
  margin-top: 1rem;
  position: fixed;
}

.nav_brand-wrap.test {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.spaceholder {
  width: 100%;
  height: 500vh;
}

.nav_link {
  color: var(--font-colors--font-white);
  text-transform: uppercase;
  border-radius: 4px;
  padding: .75rem 2rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  transition: opacity .2s;
  overflow: hidden;
}

.nav_link:hover {
  background-color: var(--bg-color--bg-dark);
  color: var(--font-colors--font-white);
}

.nav_link.w--current {
  background-color: var(--font-colors--font-dark);
}

.nav_link.dropdown {
  position: static;
  overflow: visible;
}

.section_hero {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
}

.pendant {
  width: 100%;
  min-width: 100%;
}

.pendant-wrapper {
  pointer-events: none;
}

.pendant-wrapper.hero-bg-1 {
  z-index: 10;
  width: 988px;
  position: absolute;
  top: 0;
  left: -25%;
}

.pendant-wrapper.hero-bg-2 {
  z-index: 11;
  width: 535px;
  position: absolute;
  top: 0;
  left: 15%;
}

.pendant-wrapper.cta {
  width: 100%;
  position: absolute;
}

.pendant-wrapper.custom-orders-bg-1 {
  width: 20vw;
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

.pendant-wrapper.custom-orders-bg-2 {
  width: 20vw;
  max-width: 250px;
  position: absolute;
  top: 0;
  right: 0;
}

.image {
  min-width: 988px;
}

.pendant-img {
  pointer-events: none;
  width: 100%;
  min-width: 100%;
}

.hero_stats {
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero_stats-cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero_stat-title {
  color: #fff;
  font-size: 3rem;
  line-height: 1.2;
}

.hero_content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  height: 100%;
  padding-bottom: 20rem;
  display: flex;
}

.hero_content-btn-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-color-white {
  color: var(--font-colors--font-white);
}

.text-color-dark {
  color: var(--font-colors--font-dark);
}

.text-color-grey {
  color: var(--font-colors--font-light);
}

.text-color-tag {
  color: var(--font-colors--font-capitalize-tag);
}

.code-embed {
  mix-blend-mode: difference;
}

.div-block {
  width: 12rem;
}

.video_viewport {
  background-color: var(--bg-color--bg-white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.video_blur {
  z-index: 0;
  filter: blur(200px);
  background-color: #ffd89c;
  border-radius: 100%;
  width: 345px;
  height: 345px;
  position: absolute;
}

.video_rings {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  max-width: 1572px;
  position: absolute;
}

.video_track {
  width: 100%;
  height: 200vh;
  position: relative;
}

.video_wrap {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_wrap-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section_categories {
  background-color: var(--bg-color--bg-white);
  position: relative;
}

.categories_track {
  height: 300vh;
  position: relative;
}

.categories_viewport {
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.category_slide {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.category_content-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 625px;
  height: 100%;
  padding: 3rem 5rem;
  display: flex;
}

.divider {
  width: 0;
  height: 0;
}

.category_slide-img.table {
  width: 100%;
  max-width: 500px;
}

.category_slide-img.floor {
  height: 100%;
}

.category_slide-bg {
  z-index: -1;
  object-fit: cover;
  width: 400px;
  height: 100%;
  position: absolute;
}

.category_slide-blur {
  z-index: -2;
  filter: blur(161px);
  background-color: #8a8a8a;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
}

.categories_horizontal-track {
  width: 300vw;
  height: 100%;
  display: flex;
}

.category_img-group {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.section_latest-products {
  background-color: var(--bg-color--bg-dark);
  position: relative;
}

.latest-products_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.latest-products_slider {
  background-color: #fff0;
  height: -moz-fit-content;
  height: fit-content;
  position: static;
}

.latest-products_mask {
  width: 500px;
  overflow: visible;
}

.latest-product_slide {
  margin-right: 2rem;
}

.latest-products_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.latest-products_img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.latest-products_label {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.left-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 86%;
  transform: translate(0, -293px);
}

.right-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -293px);
}

.latest-products_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-tag {
  color: #a8a8a8;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-tag.text-color-white {
  color: var(--font-colors--font-white);
}

.section_who-we-are {
  background-color: var(--bg-color--bg-dark);
  position: relative;
}

.who-we-are_wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 120px;
  display: grid;
}

.who-we-are_content-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.who-we-are_img {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.section_cta {
  background-color: var(--bg-color--bg-dark);
  position: relative;
  overflow: hidden;
}

.cta_wrap {
  border-top: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90svh;
  display: flex;
}

.section_why-us {
  background-color: var(--bg-color--bg-white);
  position: relative;
}

.why-us_wrap {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.why-us_wrap.custom-orders {
  justify-content: center;
  align-items: center;
}

.who-we-care_para-wrap, .who-we-are_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.why-us_title-wrap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.why-us_grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.why-us_cell {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--font-colors--font-white);
  background-image: linear-gradient(224deg, #161616, #575757 74%, #161616);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 2rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why-us_cell:hover {
  color: var(--font-colors--font-dark);
  background-image: linear-gradient(224deg, #fff, #e7e7e7 74%, #fff);
}

.why-us_cell-bg {
  pointer-events: none;
  mix-blend-mode: exclusion;
  position: absolute;
}

.why-us_cell-bg._01 {
  top: 0;
}

.why-us_cell-bg._02 {
  top: -2rem;
}

.why-us_cell-bg._03 {
  top: -3rem;
  right: -3rem;
}

.why-us_blur-1 {
  z-index: 0;
  filter: blur(300px);
  background-color: #fff2df;
  border-radius: 100%;
  width: 928px;
  height: 928px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -25%);
}

.why-us_blur-1._02 {
  inset: auto auto 0 0;
  transform: translate(-50%, 25%);
}

.cta_text-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  display: flex;
  position: relative;
}

.section_footer {
  background-color: var(--bg-color--bg-dark);
  position: relative;
}

.footer_wrap {
  flex-flow: column;
  display: flex;
}

.footer_top {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_bottom {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 120px;
  padding-bottom: 16px;
  display: flex;
}

.footer_top-cell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_top-cell.newsletter {
  width: 100%;
  max-width: 350px;
}

.footer_top-title {
  color: var(--font-colors--font-white);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.footer_link-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--font-colors--font-white);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

.footer_contact-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--font-colors--font-white);
  border-bottom: 1px solid #434343;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.footer_contact-wrap.top {
  justify-content: flex-start;
  align-items: flex-start;
}

.newsletter_form-block {
  width: 100%;
}

.newsletter_form {
  border-bottom: 1px solid #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-message {
  color: #fff;
  background-color: #fff0;
  padding: 0;
}

.error-message {
  color: #fff;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.input {
  background-color: #fff0;
  border: 0 solid #000;
  height: 3rem;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.submit-btn {
  background-color: #fff0;
  border: 0 solid #000;
  height: 3rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.footer_blur {
  filter: blur(200px);
  pointer-events: none;
  background-color: #0b0b0b;
  border-radius: 100%;
  width: 500px;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 75%);
}

.footer_logo {
  width: 100%;
}

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

.footer_author-text {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
}

.link {
  color: #fff;
}

.products-cat_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.products-cat_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.products-cat_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.products-cat_cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.products-cat_cell-img {
  width: 100%;
  transition: all 3s;
}

.products-cat_cell-img:hover {
  transform: scale(1.1);
}

.products-cat_name {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.products-cat_name.id {
  font-size: 16px;
  font-weight: 300;
}

.products-cat_name.id.light-grey {
  color: var(--font-colors--font-light);
}

.products-cat_name.dark {
  color: var(--font-colors--font-dark);
}

.products-cat_img-wrap {
  width: 100%;
  overflow: hidden;
}

.section_product {
  background-color: var(--font-colors--font-white);
  padding-top: 120px;
  padding-bottom: 120px;
}

.product_breadcrumb {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
}

.product_breadcrumb-link {
  color: var(--font-colors--font-dark);
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.product_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  padding-bottom: 120px;
  display: grid;
}

.product_content-wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.product_content-top {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_specifications {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_category {
  color: var(--font-colors--font-light);
  text-decoration: underline;
}

.product_specification-grid {
  grid-column-gap: 32px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_similar {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  flex-flow: column;
  padding-top: 120px;
  display: flex;
}

.product_similar-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section_contact-us {
  position: relative;
}

.contact-us_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.contact-us_form-block {
  padding-right: 5rem;
}

.contact-us_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.success-message-2 {
  color: #fff;
  text-align: left;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 1.2;
}

.error-message-2 {
  color: #fff;
  text-align: left;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.2;
}

.contact-us_input-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-us_label {
  color: var(--font-colors--font-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-us_input {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 3rem;
  margin-bottom: 0;
}

.contact-us_input.text-area {
  height: 5rem;
}

.contact-us_btn {
  background-color: #1e1e1e;
  border: 1px solid #363636;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.contact-us_img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.custom-orders_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.custom-orders_content-wrap {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
  position: relative;
}

.customize_wrap {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  padding-bottom: 120px;
  display: grid;
}

.customize_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.customize_question-text {
  color: var(--font-colors--font-white);
  font-size: 2rem;
  line-height: 1.2;
}

.customize_accordion-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.customize_accordion {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_accordion-item-question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.faq_accordion-item-asnwer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.customize_answer-text {
  color: var(--font-colors--font-white);
  padding-bottom: 2rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2;
}

.section_process {
  background-color: var(--bg-color--bg-white);
}

.process_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.process_viewport {
  width: 100%;
  height: 100svh;
  padding-top: 120px;
  padding-bottom: 120px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.viewport_track {
  width: 100%;
  height: 600vh;
  position: relative;
}

.process_title-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  padding-bottom: 120px;
  display: flex;
}

.progress_line {
  background-color: #696969;
  width: 50%;
  height: 2px;
}

.progress_horizontal {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 600vw;
  padding-top: 5rem;
  display: flex;
}

.progress_cell {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 410px;
  display: flex;
}

.progress_title-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.progress_cell-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  display: flex;
}

.about_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 120px;
  display: flex;
}

.about_marquee-track {
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.about_marquee-row {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 5rem;
}

.about_marquee-logo {
  width: 3195px;
}

.section_gallery {
  background-color: var(--bg-color--bg-white);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.gallery_track {
  z-index: 10;
  display: flex;
  position: relative;
}

.gallery_row {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.gallery_img {
  width: 500px;
  min-width: 500px;
  margin-right: .5rem;
}

.nav_product-menu {
  width: 100%;
  height: 5.8rem;
  position: absolute;
  top: 3rem;
}

.nav_dropdown-toggle {
  padding: 0;
}

.nav_dropdown-menu {
  top: 3.5rem;
  left: 0;
}

.nav_dropdown-menu.w--open {
  z-index: 99999;
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 3rem;
  left: 0;
}

.nav_dropdown-label {
  color: var(--font-colors--font-white);
}

.nav_dropdown-menu-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.nav_product-cell {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--font-colors--font-dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav_dropdown-menu-img {
  border-radius: 4px;
  width: 100%;
  transition: all 1.5s;
}

.nav_dropdown-menu-img:hover {
  transform: scale(1.1);
}

.nav_dropdown-wrap {
  position: static;
}

.nav_product-img-wrap {
  width: 100%;
  overflow: hidden;
}

.placeholder {
  width: 12rem;
}

.nav_mobile-btn, .nav_mobile-panel {
  display: none;
}

@media screen and (min-width: 1280px) {
  .pendant-wrapper.hero-bg-1 {
    width: 928px;
    left: -21%;
  }
}

@media screen and (min-width: 1440px) {
  .heading-style-1 {
    font-size: 4rem;
  }

  .heading-style-3 {
    font-size: 3rem;
  }

  .nav_brand-wrap {
    mix-blend-mode: difference;
  }

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

  .pendant-wrapper.hero-bg-1 {
    width: 980px;
    left: -14%;
  }

  .pendant-wrapper.hero-bg-2 {
    width: 576px;
    top: 0%;
    left: 20%;
  }

  .image {
    min-width: 875px;
  }

  .hero_stats {
    z-index: 12;
    justify-content: space-between;
    align-items: center;
  }

  .hero_stats-cell {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero_content-wrap {
    max-width: 740px;
    padding-top: 8rem;
  }

  .category_slide-blur {
    left: 10%;
  }
}

@media screen and (min-width: 1920px) {
  .section_nav {
    z-index: 9999;
  }

  .pendant-wrapper.hero-bg-1 {
    width: 1100px;
    top: -3rem;
    left: -19%;
  }

  .pendant-wrapper.hero-bg-2 {
    width: 640px;
    top: -3rem;
    left: 19%;
  }

  .hero_content-wrap {
    padding-top: 8rem;
  }

  .category_slide-blur {
    width: 600px;
    height: 600px;
    left: 18%;
  }

  .cta_text-wrap {
    padding-top: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .display-small {
    font-size: 3rem;
  }

  .display-small.video-inner-text {
    width: 90vw;
    font-size: 3.5rem;
    position: absolute;
  }

  .display-small.video-outer-text {
    width: 90vw;
    font-size: 3.5rem;
  }

  .section_nav {
    background-color: #0003;
    position: static;
  }

  .nav_wrap {
    z-index: 999999;
    mix-blend-mode: difference;
    margin-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: fixed;
    right: 0;
  }

  .nav_link-wrap, .nav_cta-wrap {
    display: none;
  }

  .section_hero {
    position: relative;
  }

  .hero_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 100svh;
    padding-bottom: 5rem;
  }

  .pendant-wrapper.hero-bg-1 {
    z-index: -11;
    width: 85vw;
    left: -3rem;
  }

  .pendant-wrapper.hero-bg-2 {
    z-index: -10;
    width: 44vw;
    left: 45%;
  }

  .pendant-wrapper.cta {
    width: 180%;
  }

  .pendant-wrapper.custom-orders-bg-1 {
    display: none;
    left: auto;
  }

  .pendant-wrapper.custom-orders-bg-2 {
    display: none;
    right: auto;
  }

  .hero_stats {
    grid-column-gap: 16px;
    grid-row-gap: 3rem;
    border-bottom: 1px solid #fff;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: relative;
  }

  .hero_content-wrap {
    padding-top: 30rem;
    padding-bottom: 0;
  }

  .category_slide {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .category_content-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 0;
  }

  .category_slide-img.table {
    max-width: 100%;
    height: 100%;
    max-height: 50rem;
  }

  .category_slide-img.pendant {
    height: 100%;
  }

  .category_slide-bg {
    width: 250px;
  }

  .category_slide-blur {
    background-color: #b9b9b9;
    left: 0%;
  }

  .category_img-group {
    width: 50vw;
    height: 50rem;
    max-height: 50rem;
  }

  .latest-products_mask {
    width: 400px;
  }

  .latest-products_img {
    height: 400px;
  }

  .left-arrow {
    left: 76%;
  }

  .latest-products_title-wrap {
    max-width: 70vw;
  }

  .who-we-are_wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta_wrap {
    height: 100svh;
  }

  .why-us_wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .why-us_grid {
    grid-template-columns: 1fr 1fr;
  }

  .why-us_cell {
    justify-content: flex-end;
    align-items: stretch;
  }

  .footer_top {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .footer_top-cell.newsletter {
    max-width: 100%;
  }

  .footer_top-cell.contacts {
    width: 100%;
  }

  .footer_link-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .footer_contact-wrap {
    width: 100%;
  }

  .products-cat_grid {
    grid-template-columns: 1fr 1fr;
  }

  .product_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .product_img {
    width: 100%;
  }

  .product_content-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .product_similar-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us_form-block {
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .about_wrap {
    padding-bottom: 5rem;
  }

  .about_marquee-track {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .about_marquee-logo {
    width: 2000px;
  }

  .section_gallery {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .gallery_img {
    object-fit: cover;
    height: 500px;
  }

  .nav_mobile-btn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 2.3rem;
    height: 2.3rem;
    display: flex;
  }

  .nav_mobile-panel {
    z-index: 9999;
    mix-blend-mode: normal;
    background-color: #fff;
    width: 0%;
    height: 100svh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .nav_mobile-panel-inner {
    flex-flow: column;
    justify-content: space-between;
    width: 100vw;
    height: 100%;
    padding-top: 5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    display: flex;
  }

  .nav_mobile-product-slide {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-mobile-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .nav_mobile-link {
    color: var(--font-colors--font-dark);
    border-top: 1px solid #000;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    line-height: 1.2;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-2.product-title {
    font-size: 2.5rem;
  }

  .display-small {
    font-size: 2rem;
  }

  .display-small.video-inner-text, .display-small.video-outer-text {
    font-size: 3rem;
  }

  .padding-global, .nav_wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pendant-wrapper.hero-bg-1 {
    width: 100vw;
    left: -2rem;
  }

  .pendant-wrapper.hero-bg-2 {
    width: 55vw;
    left: 50%;
  }

  .pendant-wrapper.cta {
    width: 200%;
  }

  .hero_content-wrap {
    padding-top: 24.1rem;
  }

  .hero_content-btn-wrap {
    flex-flow: wrap;
  }

  .latest-products_wrap {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .latest-products_mask {
    width: 70vw;
  }

  .latest-products_img {
    height: 70vw;
  }

  .latest-products_label {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .left-arrow {
    left: 0%;
    transform: translate(0, -25vw);
  }

  .right-arrow {
    transform: translate(0, -25vw);
  }

  .latest-products_title-wrap {
    max-width: 100%;
  }

  .who-we-are_wrap {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-bottom: 5rem;
    display: flex;
  }

  .who-we-are_img {
    height: 500px;
  }

  .cta_wrap {
    height: 100svh;
  }

  .why-us_wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer_author {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .products-cat_wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .section_product {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .product_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .product_similar {
    padding-top: 5rem;
  }

  .contact-us_grid {
    grid-template-columns: 1fr;
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .contact-us_form-block {
    padding-right: 0;
  }

  .contact-us_img {
    width: 100%;
    position: static;
    left: 0%;
  }

  .custom-orders_wrap {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .customize_wrap {
    flex-flow: column;
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
  }

  .customize_question-text {
    font-size: 2rem;
    font-weight: 500;
  }

  .faq_accordion-item-question {
    padding: 1rem 0;
  }

  .faq_accordion-item-asnwer {
    padding-left: 0;
    padding-right: 0;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .process_viewport {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .process_title-wrap {
    padding-bottom: 5rem;
  }

  .about_marquee-logo {
    width: 1500px;
  }

  .nav_product-cell {
    flex: none;
    width: 50vw;
  }

  .nav_mobile-panel-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_mobile-product-slide {
    width: 100%;
    min-width: 100%;
    padding-bottom: 1rem;
    display: flex;
    overflow: auto hidden;
  }

  .nav-mobile-link-wrap {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-2.product-title {
    font-size: 2rem;
  }

  .display-small {
    font-size: 1.5rem;
  }

  .display-small.video-inner-text, .display-small.video-outer-text {
    font-size: 2.5rem;
  }

  .button-primary {
    padding: .7rem 1rem;
  }

  .button-secondary {
    padding: .7rem 1.1rem .7rem 1rem;
  }

  .padding-global, .nav_wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pendant-wrapper.cta {
    width: 300%;
  }

  .hero_content-wrap {
    padding-top: 17rem;
  }

  .latest-product_slide {
    margin-right: 1rem;
  }

  .latest-products_label {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .who-we-are_img {
    height: 300px;
  }

  .why-us_grid {
    grid-template-columns: 1fr;
  }

  .footer_top {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .product_grid, .product_content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .customize_question-text {
    font-size: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .progress_cell-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about_marquee-logo {
    width: 1000px;
  }

  .nav_mobile-panel-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redhatdisplay';
  src: url('../fonts/RedHatDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}