@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

body {
  font-family: "Gentium Plus", serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3 {
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  font-style: normal;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px 50px 30px;
}
header .header_item.logo img {
  display: block;
  height: 40px;
}

.video-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.video-wrapper::after {
  content: "";
  width: 100%;
  height: 30vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.video-wrapper .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 10vh;
  color: #fff;
}
.video-wrapper .content h1 {
  font-size: 36px;
  color: white;
  line-height: 0;
  padding-bottom: 25px;
}
.video-wrapper .content a {
  text-decoration: underline;
  color: #fff;
  display: block;
  font-size: 14px;
}

@media screen and (min-width: 1024px) {
  .video-wrapper .content {
    padding-bottom: 10vh;
  }
  .video-wrapper .content h1 {
    font-size: 60px;
    color: white;
    line-height: 0.8;
    padding-bottom: 40px;
  }
  .video-wrapper .content a {
    font-size: 16px;
  }
}
#cuts {
  padding: 10px 0 80px;
  display: flex;
  align-items: center;
}
#cuts .content {
  width: 100%;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
#cuts .content .diamond_cut {
  aspect-ratio: 1/1.5;
}
#cuts .content .diamond_cut img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 1024px) {
  #cuts {
    padding: 100px 0 200px;
  }
  #cuts .content {
    padding: 0 40px;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
  }
}
#ethos {
  padding: 0 0 15px;
}
#ethos .content {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#ethos .content .icon {
  padding: 0 0 10px;
}
#ethos .content .icon img {
  display: block;
  margin: 0 auto;
}
#ethos .content h1 {
  text-align: center;
  line-height: 1;
  font-size: 36px;
}
#ethos .content p {
  margin: 20px auto 0;
  font-size: 12px;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 600px;
}
#ethos .info_boxes {
  max-width: 1920px;
  margin: 0 auto;
}
#ethos .info_boxes .info_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#ethos .info_boxes .info_box:nth-of-type(1) .info {
  margin: 0 0 0 auto;
}
#ethos .info_boxes .info_box:nth-of-type(2) .img {
  margin: 0 0 0 auto;
}
#ethos .info_boxes .info_box .img, #ethos .info_boxes .info_box .info {
  grid-column: 2 span;
  width: 100%;
}
#ethos .info_boxes .info_box .img {
  aspect-ratio: 5/4;
}
#ethos .info_boxes .info_box .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
#ethos .info_boxes .info_box .info {
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  padding: 60px 0;
}
#ethos .info_boxes .info_box .info h2 {
  font-size: 36px;
}
#ethos .info_boxes .info_box .info p {
  padding-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  #ethos {
    padding: 0 0 200px;
  }
  #ethos .content {
    padding-bottom: 100px;
  }
  #ethos .content .icon {
    padding: 0 0 20px;
  }
  #ethos .content h1 {
    font-size: 40px;
  }
  #ethos .content p {
    margin: 30px auto 0;
    font-size: 14px;
  }
  #ethos .info_boxes .info_box {
    display: flex;
  }
  #ethos .info_boxes .info_box:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  #ethos .info_boxes .info_box .img, #ethos .info_boxes .info_box .info {
    flex: 1;
  }
  #ethos .info_boxes .info_box .img {
    aspect-ratio: 1/1;
  }
  #ethos .info_boxes .info_box .info {
    padding: 0;
  }
  #ethos .info_boxes .info_box .info h2 {
    font-size: 40px;
  }
  #ethos .info_boxes .info_box .info p {
    font-size: 14px;
  }
}
#science > .content {
  padding: 0 0 80px;
}
#science > .content .info {
  max-width: 1280px;
  margin: 0 auto;
}
#science > .content .texts {
  width: calc(100% - 40px);
  max-width: 770px;
  margin: 0 auto;
}
#science > .content .texts h1 {
  font-size: 36px;
  margin: 0 0 10px;
}
#science > .content .texts p {
  font-size: 12px;
}
#science > .content .columns {
  display: flex;
  grid-gap: 15px;
  padding: 50px 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
#science > .content .columns::-webkit-scrollbar {
  display: none;
}
#science > .content .columns .column {
  width: 400px;
  max-width: 90%;
  height: 420px;
  flex-shrink: 0;
  padding: 50px 30px;
  background: #02132F;
  color: #fff;
  scroll-snap-align: center;
}
#science > .content .columns .column h2 {
  font-size: 20px;
  height: 80px;
  text-transform: uppercase;
}
#science > .content .columns .column h2 span {
  display: block;
  font-size: 12px;
}
#science > .content .columns .column p.zeverra_stat {
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
}
#science > .content .columns .column p.classic_diamond {
  font-size: 12px;
  padding: 8px 0 0;
}
#science > .content .columns .column .scale {
  padding: 30px 0 0;
}
#science > .content .columns .column .scale .chart {
  width: 100%;
}
#science > .content .columns .column .scale .chart > div {
  padding: 8px 0;
}
#science > .content .columns .column .scale .chart span.stone {
  font-size: 12px;
  padding-bottom: 4px;
  display: block;
  color: #DBE2E7;
}
#science > .content .columns .column .scale .chart .graph {
  height: 15px;
  border: 1px solid #fff;
}
#science > .content .columns .column .scale .chart .graph .fill {
  height: 13px;
  background: #fff;
}
#science > .content .columns .column .scale .chart.index .diamond .fill {
  width: 89.6296296296%;
}
#science > .content .columns .column .scale .chart.index .zeverra .fill {
  width: 98.1481481481%;
}
#science > .content .columns .column .scale .chart.rate .diamond .fill {
  width: 40%;
}
#science > .content .columns .column .scale .chart.rate .zeverra .fill {
  width: 94.5454545455%;
}
#science > .content .columns .column .scale .chart.durab .diamond .fill {
  width: 100%;
}
#science > .content .columns .column .scale .chart.durab .zeverra .fill {
  width: 95%;
}
#science > .content .columns .column .scale .values {
  margin: 8px 0 0;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  position: relative;
  z-index: 0;
}
#science > .content .columns .column .scale .values::before, #science > .content .columns .column .scale .values::after {
  content: "";
  position: absolute;
  top: -2.5px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
#science > .content .columns .column .scale .values::before {
  left: 0px;
}
#science > .content .columns .column .scale .values::after {
  right: 0px;
}
#science > .content .columns .column .scale .values span {
  padding-top: 6px;
  color: #DBE2E7;
}

@media screen and (min-width: 1024px) {
  #science > .content {
    padding: 0 0 200px;
  }
  #science > .content .texts h1 {
    font-size: 40px;
    margin: 0 0 15px;
  }
  #science > .content .texts p {
    font-size: 14px;
  }
  #science > .content .columns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 150px 0 0;
    overflow: none;
  }
  #science > .content .columns .column {
    height: 450px;
    padding: 60px 30px;
  }
  #science > .content .columns .column h2 {
    font-size: 25px;
    height: 90px;
  }
  #science > .content .columns .column h2 span {
    font-size: 14px;
  }
  #science > .content .columns .column p.zeverra_stat {
    font-size: 14px;
  }
  #science > .content .columns .column p.classic_diamond {
    font-size: 14px;
    padding: 10px 0 0;
  }
  #science > .content .columns .column .scale {
    padding: 40px 0 0;
  }
  #science > .content .columns .column .scale .chart span.stone {
    font-size: 14px;
  }
}
.footer_img img {
  width: 100%;
}

footer {
  width: 100%;
  padding: 30px 15px;
}
footer .footer {
  display: grid;
  grid-template-columns: 50px 1fr;
}
footer .footer .logo {
  align-content: end;
}
footer .footer .logo img {
  height: 30px;
  display: block;
  filter: invert(100%);
}
footer .footer .links ul {
  display: flex;
  list-style: none;
  grid-gap: 15px;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
footer .footer .links ul li {
  line-height: 0.7;
}
footer .footer .links ul li a {
  text-decoration: none;
  color: #000;
  font-size: 9px;
}

@media screen and (min-width: 1024px) {
  footer {
    padding: 40px 50px;
  }
  footer .footer {
    grid-template-columns: 100px 1fr;
  }
  footer .footer .logo img {
    height: 40px;
  }
  footer .footer .links ul {
    grid-gap: 30px;
  }
  footer .footer .links ul li {
    line-height: 1;
  }
  footer .footer .links ul li a {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */