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

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --_mb-optics---primary-color: #004cff;
  --_mb-optics---background: #0b0728;
  --_mb-optics---font-family: Matter, Arial, sans-serif;
  --_mb-optics---secondary-color: #f3f4fc;
}

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

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

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

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

.header {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.header.auto {
  height: auto;
  padding-top: 15rem;
  padding-bottom: 3rem;
}

.container-vertical {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.container-vertical._100 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
  position: relative;
}

.container-vertical.more-vw {
  padding-left: 15vw;
  padding-right: 15vw;
}

.container-vertical.more-vw-2 {
  padding-left: 20vw;
  padding-right: 20vw;
}

.container-vertical._100vh {
  display: none;
}

.container-vertical.white-block-overflow {
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-right: 0;
  padding-right: 0;
}

.image {
  height: 1.75rem;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: absolute;
}

.body {
  background-color: var(--_mb-optics---background);
}

.button-nav {
  border: 1px solid #424242;
  border-radius: 5px;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  font-family: var(--_mb-optics---font-family);
  color: #fff;
  padding: 1rem 1.5rem;
  font-size: 1.05rem;
  text-decoration: none;
}

.home-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.heading {
  z-index: 999;
  font-family: var(--_mb-optics---font-family);
  color: #fff;
  text-align: left;
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.25vh;
  font-weight: 400;
  line-height: 100%;
  display: block;
  position: relative;
  left: 0;
}

.heading.vw {
  font-size: 8vh;
}

.header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header-wrapper.page-header-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 45%;
  margin-top: 3rem;
}

.home-subheading {
  width: 25%;
}

.home-subheading._100 {
  width: 100%;
  margin-bottom: 2.5rem;
}

.home-subheading.page-subheading {
  width: 50%;
  min-width: 50%;
  max-width: 80%;
}

.heading-2 {
  font-family: var(--_mb-optics---font-family);
  color: #fff;
  margin-top: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

.heading-2.dark {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-2.dark.text-padding {
  margin-bottom: .4rem;
}

.heading-2.vh {
  font-size: 1.9vh;
}

.body-text {
  font-family: var(--_mb-optics---font-family);
  color: #fff;
  width: auto;
  max-width: 530px;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 2rem;
}

.body-text.dark {
  color: #000;
}

.body-text.techniques {
  max-width: 315px;
}

.body-text.long {
  width: 100%;
  max-width: none;
}

.body-text.diamond-properties {
  margin-bottom: 10px;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.body-text.contact-info {
  margin-bottom: 0;
  text-decoration: none;
}

.body-text.diamond-version {
  max-width: 60vh;
}

.body-text.longer {
  max-width: 800px;
}

.body-text.vh {
  font-size: 1.6vh;
  line-height: 2.7vh;
}

.absolute-heading {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 4rem;
  padding-top: 2rem;
  display: flex;
  position: relative;
  bottom: 0;
}

.absolute-heading.page-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 4rem;
  position: static;
}

.absolute-heading.page-heading-wrapper.padding-diamond-page {
  width: 90%;
}

.primary-button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.primary-button.cta-block {
  padding-left: 0;
  position: absolute;
  bottom: 4rem;
}

.primary-button.submit-btn {
  padding-top: 15px;
}

.primary-button.alt {
  margin-top: 0;
}

.button-half {
  background-color: var(--_mb-optics---primary-color);
  border-radius: 5px;
  height: 3rem;
  padding: .9rem 1.5rem 1rem;
}

.button-half.icon {
  background-color: var(--_mb-optics---primary-color);
  width: 3rem;
  height: 3rem;
  padding: 0;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
}

.button-half.icon.white, .button-half.icon.cta {
  background-color: var(--_mb-optics---secondary-color);
}

.button-half.white-version {
  background-color: #fff;
}

.button-half.white {
  background-color: var(--_mb-optics---secondary-color);
}

.button-text {
  font-family: var(--_mb-optics---font-family);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 500;
}

.button-text.white-version {
  color: var(--_mb-optics---primary-color);
  -webkit-text-stroke-color: var(--_mb-optics---primary-color);
}

.button-text.blue {
  color: var(--_mb-optics---primary-color);
}

.image-2 {
  height: 1.4rem;
  position: absolute;
}

.image-2.absolute {
  position: absolute;
  inset: auto auto -1.5rem -1.5rem;
}

.image-2.absolute.white-version {
  bottom: auto;
  left: auto;
}

.image-2.absolute2 {
  position: absolute;
  inset: auto;
}

.image-2.absolute2.white-version {
  bottom: -1.5rem;
  left: -1.5rem;
}

.button-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.scroll-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
  display: flex;
}

.image-3 {
  height: 1.1rem;
}

.button-arrow-rotation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.intro {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.intro-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.heading-3 {
  z-index: 5;
  font-family: var(--_mb-optics---font-family);
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.35rem;
  display: block;
  position: relative;
}

.heading-3.dark {
  color: var(--_mb-optics---background);
  text-align: center;
  font-weight: 400;
}

.heading-3.dark.left-aligned {
  text-align: left;
}

.heading-3.centered {
  text-align: center;
}

.heading-3.centered.properties {
  width: 100%;
}

.heading-3.heading-padding {
  bottom: 5px;
}

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

.h2-wrapper.middle {
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 3.5rem;
}

.h2-wrapper.margin-bottom {
  flex-flow: row;
  margin-bottom: 5rem;
}

.h2-stripe-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
  position: relative;
}

.h2-stripe-wrapper.rem {
  margin-left: .75rem;
}

.line {
  background-color: var(--_mb-optics---primary-color);
  width: 100%;
  height: 12px;
  margin-bottom: .45rem;
  position: absolute;
  bottom: .15rem;
}

.line.short {
  width: 60%;
}

.line.short.future {
  width: 100%;
  max-width: 100%;
  margin-bottom: .05rem;
  bottom: .35rem;
}

.quality {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.white-block {
  background-color: var(--_mb-optics---secondary-color);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7rem 10vw;
  display: flex;
  position: relative;
}

.white-block.long-white-block {
  padding-left: 0;
  padding-right: 0;
}

.white-block.not-white {
  background-color: #004cff00;
  padding-left: 10vw;
  padding-right: 10vw;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". Area"
                       ". Area";
  width: 100%;
}

.usp-wrapper {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.usp-wrapper.margin {
  margin-bottom: 8rem;
}

.h3 {
  font-family: var(--_mb-optics---font-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 100%;
}

.h3.white {
  color: #fff;
  font-weight: 300;
  line-height: 2.75rem;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: center;
  width: 100%;
}

.grid-2.diamond-properties-grid {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  margin-top: 2rem;
}

.grid-2.techniques {
  grid-auto-flow: row;
  place-items: start center;
}

.image-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  object-fit: contain;
  padding: 3rem;
}

.image-4.no-padding {
  order: 1;
  min-width: 50%;
  padding: 2rem;
}

.image-5 {
  width: 4rem;
}

.image-6 {
  width: 3.5rem;
}

.stack-h3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  margin-bottom: 1.25rem;
  display: flex;
}

.stack-h3.gap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
}

.stack-h3.diamond-properties {
  height: 100%;
  margin-top: 2.2rem;
  margin-bottom: .5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.stack-h3.diamond-properties.cta {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  justify-content: space-between;
  align-items: flex-start;
}

.image-7 {
  height: 8rem;
  padding-top: 0;
  position: absolute;
  top: -.4px;
  right: -.4px;
}

.image-8 {
  box-sizing: border-box;
  vertical-align: baseline;
  object-fit: fill;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  flex: 0 auto;
  height: 8rem;
  margin-top: -.1rem;
  margin-left: -.1rem;
  margin-right: auto;
  padding-top: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-8.home {
  margin-bottom: -.15rem;
  margin-left: -.1rem;
  top: auto;
  bottom: 0;
  transform: rotate(0);
}

.about-us {
  padding-top: 4.5rem;
  padding-bottom: 8rem;
}

.grid-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  place-items: center end;
  width: 100%;
  max-width: 1920px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid-3.right {
  justify-items: start;
}

.grid-3.vw {
  padding-left: 10vw;
  padding-right: 10vw;
}

.text-block-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-block {
  background-image: url('../images/about-us-certification-img.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 40rem;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-block.without-img {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  height: 100%;
}

.image-block.solo {
  background-image: none;
}

.image-block.our-diamond {
  background-image: url('../images/optical_diamonds_our_diamonds_page.webp');
  background-position: 50% 0;
  background-repeat: repeat;
}

.image-block.our-diamond.home {
  background-image: url('../images/scientist.webp');
}

.image-9 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: 0;
  padding-left: 0;
}

.image-10 {
  height: 6rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-wrapper.mid {
  padding-left: 10rem;
}

.text-block {
  width: 100%;
}

.footer {
  background-color: var(--_mb-optics---secondary-color);
  padding-top: 7rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.image-11 {
  height: 8rem;
  margin-top: -.1rem;
  position: absolute;
  top: 0;
  right: 0;
}

.image-12 {
  filter: invert();
  height: 1.75rem;
}

.footer-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.footer-container {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 2rem;
}

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

.text-block-2 {
  font-family: var(--_mb-optics---font-family);
  color: #000;
  font-size: 1.1rem;
  line-height: 2rem;
}

.text-block-2.line-heighty {
  line-height: 2rem;
}

.text-block-2.grey {
  color: #929292;
}

.address {
  margin-top: 2rem;
}

.address.line-height {
  display: block;
}

.blue-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--_mb-optics---primary-color);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 2.5rem;
  display: flex;
}

.footer-contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-13 {
  height: 3.5rem;
}

.footer-inside {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  display: flex;
}

.footer-inside.border {
  border: .75px #0000001c;
  border-top-style: solid;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  display: flex;
}

.grid-6 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.button {
  padding: 10px;
}

.btn-outer {
  background-color: #fff3;
  border-radius: 5px;
  padding: 2px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.glow-border {
  filter: blur(16px);
  background-color: #fff;
  width: 20%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.btn-inner {
  background-color: var(--_mb-optics---background);
  color: #fff;
  border-radius: 5px;
  padding: 14px 26px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 1;
  font-family: var(--_mb-optics---font-family);
  font-size: 1.05rem;
  font-weight: 400;
  position: relative;
}

.glow-inner {
  filter: blur(16px);
  background-color: #fff;
  width: 25%;
  height: 60%;
  position: absolute;
  inset: -10% auto auto -10%;
}

.video-wrapper {
  width: 100%;
  height: 82vh;
  position: absolute;
  inset: auto;
}

.background-video {
  background-color: #0000001c;
  width: 100%;
  height: 100%;
}

.footer-link-block {
  text-decoration: none;
}

.menu-button {
  display: none;
}

.body-2 {
  background-color: var(--_mb-optics---background);
}

.image-17 {
  aspect-ratio: auto;
  width: 100%;
  max-width: 50%;
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  position: static;
  bottom: 0;
  right: 0;
}

.image-17.diamond-page {
  width: 27%;
  max-width: 30%;
  margin-bottom: -4.5rem;
  margin-right: 22.9rem;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 8rem;
  transform: rotate(-18deg);
}

.image-17.diamond-page.no-padding {
  width: 20%;
  min-width: 30%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
  transform: none;
}

.image-17.diamond-page.no-padding.contact-page {
  width: 0%;
  min-width: 30%;
  max-width: 0%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 5rem;
  padding-top: 3rem;
  padding-left: 0;
  padding-right: 3rem;
}

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

.white-fill-block-upper {
  background-color: var(--_mb-optics---secondary-color);
  position: absolute;
  top: 0;
  right: 0;
}

.white-fill-block-upper.under {
  background-color: var(--_mb-optics---primary-color);
}

.white-fill-block-under {
  background-color: var(--_mb-optics---secondary-color);
  width: 2rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.image-18 {
  overflow-wrap: normal;
  position: absolute;
  top: 2.5rem;
  right: -3rem;
  transform: translate(0);
}

.technique-icons {
  padding-bottom: .5rem;
}

.technique-icons.checkmark-icon {
  padding-bottom: 1rem;
}

.grid-8 {
  grid-template-rows: auto;
  width: 100%;
}

.text-div, .div-block-2 {
  position: relative;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.body-3 {
  background-color: var(--_mb-optics---background);
}

.div-block-4 {
  background-color: #ffffff38;
  border-radius: 10px;
  width: auto;
  min-width: 20rem;
  max-width: 25rem;
  height: auto;
  min-height: 21.5rem;
}

.div-block-4.cta {
  background-color: var(--_mb-optics---primary-color);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}

.heading-4 {
  font-family: var(--_mb-optics---font-family);
  color: var(--_mb-optics---secondary-color);
  -webkit-text-stroke-color: var(--_mb-optics---secondary-color);
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 3.125rem;
}

.heading-4.cta {
  padding-bottom: 10px;
}

.body-4 {
  background-color: var(--_mb-optics---background);
}

.contact-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 10rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section {
  padding-top: 8rem;
}

.div-block-5 {
  padding-top: 4rem;
}

.phone-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.contact-form {
  width: 50%;
  max-width: 100%;
}

.form-block {
  max-width: 100%;
}

.div-block-6 {
  width: 50%;
}

.text-field {
  font-family: var(--_mb-optics---font-family);
  border-radius: 3px;
  width: 100%;
  height: 3.5rem;
  padding-left: 18px;
}

.text-field::placeholder {
  overflow-wrap: normal;
  text-decoration: none;
}

.text-field.big {
  text-align: left;
  border-radius: 3px;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.text-field.big::placeholder {
  direction: ltr;
  text-overflow: ellipsis;
  overflow-wrap: normal;
}

.text-field-2 {
  border-radius: 5px;
}

.first-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  display: flex;
}

.first-row.last {
  padding-bottom: 5rem;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.submit-button {
  background-color: var(--_mb-optics---primary-color);
  border-radius: 5px;
  flex: 0 auto;
  width: 9.8rem;
  padding: .9rem 0;
  font-family: Matter, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
}

.submit-button.hide {
  background-color: var(--_mb-optics---primary-color);
  opacity: 1;
  width: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: visible;
}

.textarea {
  font-family: var(--_mb-optics---font-family);
  border-radius: 3px;
  width: 100%;
  min-height: 20rem;
  margin-bottom: 15px;
  padding-top: 18px;
  padding-left: 18px;
  display: flex;
  overflow: visible;
}

.div-block-7 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-span {
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .container-vertical._100 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-vertical._100vh {
    z-index: 9999;
    background-color: var(--_mb-optics---primary-color);
    height: 100vh;
    margin-top: -4.5rem;
    padding-top: 4.5rem;
    display: none;
    position: fixed;
  }

  .container-vertical.white-block-overflow {
    padding-left: 5vw;
  }

  .home-heading {
    flex-flow: column;
    padding-top: 0;
  }

  .heading {
    font-size: 5.5rem;
  }

  .heading.vw {
    font-size: 9vw;
  }

  .header-wrapper {
    justify-content: flex-start;
    align-items: center;
    padding-top: 12rem;
  }

  .header-wrapper.page-header-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .home-subheading, .home-subheading.page-subheading {
    width: 100%;
  }

  .absolute-heading {
    padding-top: 2rem;
    position: relative;
  }

  .absolute-heading.page-heading-wrapper {
    flex-flow: column;
  }

  .intro {
    padding-top: 10rem;
  }

  .intro.about-us {
    padding-top: 4rem;
  }

  .intro.our-diamonds-intro {
    padding-top: 5rem;
  }

  .intro-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-3 {
    margin-right: .5rem;
  }

  .h2-wrapper.middle {
    width: 100%;
  }

  .h2-stripe-wrapper, .h2-stripe-wrapper.rem {
    margin-left: 0;
  }

  .line {
    margin-bottom: .25rem;
  }

  .line.short.future {
    width: 100%;
    max-width: 100%;
    margin-bottom: .25rem;
    bottom: .05rem;
  }

  .usp-wrapper.margin {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0;
  }

  .grid-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .grid-2.diamond-properties-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-4.no-padding {
    padding: 3rem;
  }

  .image-7 {
    margin-top: -.01rem;
    margin-right: 0;
  }

  .image-8 {
    margin-top: -.05rem;
    bottom: -.4px;
    left: -.4px;
  }

  .image-8.home {
    margin-bottom: -.1rem;
  }

  .grid-3 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .text {
    padding-top: 6rem;
  }

  .text-wrapper.mid {
    padding-left: 8rem;
  }

  .footer-inside {
    flex-flow: column;
  }

  .video-wrapper {
    height: 50vh;
    position: relative;
  }

  .background-video {
    height: 100%;
  }

  .menu-button {
    display: block;
  }

  .image-15 {
    height: 2rem;
  }

  .image-15.small {
    height: .8rem;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .menu-link {
    border: 1px #000;
    border-bottom: 1px solid #ffffff36;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-decoration: none;
  }

  .menu-link.no-line {
    border-bottom-style: none;
  }

  .text-block-3 {
    font-family: var(--_mb-optics---font-family);
    color: #fff;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .image-16 {
    height: 10rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }

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

  .image-17.diamond-page {
    width: 60vw;
    max-width: 50%;
    margin-bottom: -308px;
    margin-left: 0;
    margin-right: 0;
    bottom: -3rem;
    left: 1.5rem;
    right: 0;
  }

  .image-17.diamond-page.no-padding {
    width: 60%;
    max-width: 50%;
    height: auto;
  }

  .div-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .grid-8 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    width: auto;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .section.contact {
    padding-top: 6rem;
  }

  .contact-form {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
    padding-bottom: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .header.auto.heading-padding-phone.header-padding-phone-side {
    padding-top: 11.5rem;
  }

  .container-vertical._100vh {
    display: none;
  }

  .image {
    height: 1.5rem;
  }

  .heading {
    font-size: 3.5rem;
  }

  .heading.vw {
    font-size: 10vw;
  }

  .heading.vw.heading-tablet {
    font-size: 6vh;
  }

  .intro {
    padding-top: 7rem;
  }

  .intro.our-diamonds-intro {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }

  .intro.our-diamonds-end {
    padding-top: 2rem;
  }

  .line.short.future {
    margin-bottom: .45rem;
    bottom: -.05rem;
  }

  .white-block.not-white {
    padding-top: 4rem;
  }

  .grid-2.diamond-properties-grid {
    grid-template-columns: 1fr;
  }

  .image-4 {
    padding: 2rem;
  }

  .image-4.no-padding {
    padding: 1rem;
  }

  .image-7, .image-8 {
    height: 7rem;
  }

  .about-us {
    padding-top: 2rem;
  }

  .image-block {
    width: 100%;
  }

  .image-block.solo {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .text-wrapper.mid {
    padding-left: 5rem;
  }

  .image-11 {
    height: 7rem;
  }

  .background-video {
    height: 100%;
  }

  .image-15 {
    height: 1.5rem;
  }

  .image-15.small {
    height: .6rem;
  }

  .image-17.diamond-page {
    width: 60vw;
    max-width: 60%;
    margin-bottom: -263px;
    bottom: -3.3rem;
    left: 1.1rem;
  }

  .image-18 {
    width: 100%;
    max-width: 50%;
    right: -2.1rem;
  }

  .section.contact {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    height: auto;
  }

  .header.auto {
    justify-content: center;
    align-items: center;
  }

  .header.auto.heading-padding-phone {
    padding-top: 10rem;
  }

  .header.auto.heading-padding-phone.header-padding-phone-side {
    padding-top: 9rem;
  }

  .container-vertical {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-vertical._100 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-vertical.more-vw, .container-vertical.more-vw-2 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-vertical._100vh {
    display: none;
  }

  .image {
    height: 1rem;
  }

  .navbar {
    padding-top: 3rem;
  }

  .home-heading {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .heading {
    font-size: 3.5rem;
  }

  .heading.vw {
    font-size: 14vw;
  }

  .heading.vw.heading-phone {
    font-size: 5vh;
  }

  .header-wrapper {
    padding-top: 10rem;
  }

  .home-subheading.page-subheading {
    max-width: 100%;
  }

  .heading-2 {
    line-height: 1.6rem;
  }

  .body-text.diamond-version {
    max-width: 100vw;
  }

  .absolute-heading.page-heading-wrapper {
    margin-top: 0;
  }

  .absolute-heading.page-heading-wrapper.padding-diamond-page {
    padding-top: 4rem;
  }

  .button-half {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .button-half.icon {
    background-color: var(--_mb-optics---primary-color);
    height: 4.25rem;
  }

  .image-2.absolute {
    bottom: -1.5rem;
    left: -1.5rem;
  }

  .image-2.absolute2 {
    bottom: auto;
    left: auto;
  }

  .scroll-button {
    display: none;
  }

  .intro {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .intro.about-us.phone-padding {
    padding-top: 2rem;
  }

  .intro.our-diamonds-intro {
    padding-top: 3.5rem;
  }

  .heading-3, .heading-3.dark {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .h2-stripe-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .line.short.future {
    margin-bottom: .5rem;
    bottom: -.45rem;
  }

  .white-block {
    border-radius: 10px;
  }

  .h3 {
    font-size: 1.75rem;
  }

  .image-4 {
    max-width: 90%;
    padding: 0;
  }

  .image-4.no-padding {
    padding: 0;
  }

  .image-7 {
    height: 4rem;
  }

  .image-8 {
    height: 4rem;
    bottom: 0;
    left: 0;
  }

  .image-8.home {
    margin-bottom: -.1rem;
    margin-left: -.09rem;
  }

  .about-us {
    text-align: left;
  }

  .image-block {
    height: 30rem;
  }

  .image-block.without-img.phone-img {
    max-width: 100%;
  }

  .image-block.solo {
    background-image: none;
    justify-content: center;
    align-items: flex-end;
    height: auto;
  }

  .image-block.our-diamond {
    height: 25rem;
  }

  .image-10 {
    height: 4rem;
  }

  .text {
    padding-top: 2rem;
    padding-bottom: 7rem;
  }

  .text-wrapper.mid {
    padding-left: 5vw;
  }

  .image-11 {
    height: 7rem;
  }

  .image-12 {
    height: 1rem;
  }

  .grid-4 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .grid-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .background-video {
    height: 100%;
  }

  .image-15 {
    height: 1.25rem;
  }

  .image-15.small {
    height: .5rem;
  }

  .menu-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-block-3 {
    font-size: 2rem;
  }

  .image-17.diamond-page {
    width: 90vw;
    max-width: 100%;
    margin-bottom: -97px;
    bottom: -10.4rem;
    left: 0;
  }

  .image-17.diamond-page.no-padding {
    width: 100%;
    max-width: 75%;
    margin-left: 0;
    padding-left: 0;
  }

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

  .image-18 {
    width: 100%;
    max-width: 60%;
    right: -1.3rem;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .div-block-4 {
    width: 100%;
    min-width: 18rem;
  }

  .section.contact {
    padding-top: 2rem;
  }

  .first-row {
    flex-flow: column;
  }
}

#w-node-_600dcef0-b863-91d6-e5d2-0562f65aa602-ecebc4b3, #w-node-cd6627dd-5cf1-ae3b-e054-7713519a3a28-b315ce97 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ece16118-5cdd-2077-4de5-f5dd34a165a4-b315ce97, #w-node-b0abbcdf-ff58-0165-1f6e-d15852772e4e-b315ce97, #w-node-be3c0e8d-c3fa-3385-2371-98b4f1e626d5-56a32d00 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_600dcef0-b863-91d6-e5d2-0562f65aa602-ecebc4b3 {
    order: -9999;
  }

  #w-node-bd403c6f-ae2e-0e7c-da79-41c2adc6fb84-ecebc4b3, #w-node-_4ea758a1-6358-1e82-5057-4fdc910485e6-b315ce97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cd6627dd-5cf1-ae3b-e054-7713519a3a28-b315ce97 {
    order: -9999;
  }

  #w-node-b0abbcdf-ff58-0165-1f6e-d15852772e4e-b315ce97 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb51056d-c5cb-ab61-1590-28271fbebfbd-56a32d00 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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