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

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

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

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

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

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

:root {
  --_paddings---horisontal: 40px;
  --_spacings---l: 200px;
  --_spacings---xs: 64px;
  --_spacings---s: 80px;
  --_spacings---blank: 0px;
  --_spacings---m: 112px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #000;
  letter-spacing: -.04em;
  font-family: Inter, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  align-self: flex-start;
  margin-bottom: 0;
}

.mineral {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}

.mineral_title {
  z-index: 4;
  text-align: center;
  max-width: 50%;
  position: absolute;
}

.mineral_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-m {
  color: #000;
  letter-spacing: -.04em;
  font-size: 1rem;
  line-height: 1.15;
}

.body-m.white {
  color: #fff;
}

.body-m.ash-gray {
  color: #b5b5b5;
}

.body-m.paragraph {
  line-height: 1.5;
}

.code_embed {
  display: none;
}

.content_vertical {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content_vertical._32px_gap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.content_vertical._32px_gap.desc {
  max-width: 360px;
}

.content_vertical._32px_gap.sticky_top {
  position: sticky;
  top: 40px;
}

.content_vertical.align_stretch_space-between {
  justify-content: space-between;
  align-items: stretch;
}

.content_vertical._16px_gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 100%;
}

.content_vertical._128px_gap {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
}

.content_vertical._8px_gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.content_vertical._6px_gap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.content_vertical._4px_gap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 1;
}

.content_vertical._4px_gap.min-width {
  min-width: 150px;
}

.mineral_overlay {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f8f5f5;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 150px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  padding: 8px 18px;
  font-size: .875rem;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.button:where(.w-variant-593442b2-7532-a5e4-c8d3-5357e838e7ab), .button:hover {
  color: #000;
  background-color: #fff;
  border-color: #b5b5b5;
}

.button:hover:where(.w-variant-593442b2-7532-a5e4-c8d3-5357e838e7ab) {
  border-color: #696969;
}

.button.popup_button {
  color: #222;
  background-color: #fff;
  border-color: #fff;
  border-radius: 16px;
  padding: 10px 16px;
}

.button.popup_button:hover {
  background-color: #b5b5b5;
  border-color: #b5b5b5;
}

.button.secondary {
  color: #000;
  background-color: #fff;
  border-color: #b5b5b5;
}

.button.secondary:hover {
  border-color: #696969;
}

.wrap_button_icon {
  display: none;
}

.mineral_holder {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 375px;
  height: 375px;
  display: flex;
  position: relative;
}

.mineral_slider {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.thumbnail {
  border-radius: 10px;
  width: 100%;
  display: block;
}

.thumbnail._1-1 {
  aspect-ratio: 1;
  object-fit: cover;
}

.mineral_popup {
  z-index: 1000;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrap_button_text {
  flex: 0 auto;
}

.mineral_desc {
  z-index: 10;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #242424d9;
  border-radius: 16px;
  flex-flow: column;
  width: 500px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 30px 30px 30px auto;
}

.container {
  padding-right: var(--_paddings---horisontal);
  padding-left: var(--_paddings---horisontal);
  width: 100%;
  max-width: 1728px;
  margin-left: auto;
  margin-right: auto;
}

.container.overflow-hidden {
  overflow: hidden;
}

.container.overflow-hidden.padding-l {
  padding-top: var(--_spacings---l);
  padding-bottom: var(--_spacings---l);
}

.container.overflow-hidden.padding-xs {
  padding-top: var(--_spacings---xs);
  padding-bottom: var(--_spacings---xs);
}

.container.overflow-hidden.padding-custom, .container.padding-custom {
  padding-top: var(--_paddings---horisontal);
  padding-bottom: var(--_paddings---horisontal);
}

.content_horisontal {
  flex-flow: row;
  width: 100%;
  display: flex;
}

.content_horisontal.align-right-stretch {
  justify-content: flex-end;
}

.content_horisontal._32px_gap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.content_horisontal._16px_gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.content_horisontal._8px_gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.content_horisontal.sticky_top {
  position: sticky;
  top: 10px;
}

.content_horisontal.align-center-strectch {
  justify-content: center;
  align-items: stretch;
}

.content_horisontal.align-center-strectch.padding-top-s-bottom-s {
  padding-top: var(--_spacings---s);
  padding-bottom: var(--_spacings---s);
}

.heading-xl {
  color: #000;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

.headline-m {
  color: #000;
  letter-spacing: -.02em;
  font-size: 2rem;
  line-height: 100%;
}

.headline-m.white {
  color: #fff;
}

.main_grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1.75fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  max-width: 100%;
  display: flex;
}

.frame {
  aspect-ratio: 16 / 9;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  width: auto;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.frame:where(.w-variant-eda04be2-99b4-1656-ccd9-eacae315edf6) {
  aspect-ratio: 9 / 10;
}

.frame:where(.w-variant-ed033e50-1f6c-5dec-b451-0be5b12e5739) {
  aspect-ratio: 2 / 1.055;
  flex: 1;
  align-self: stretch;
  overflow: hidden;
}

.cover_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.content_horisontal_grid.align-right-stretch {
  justify-content: flex-end;
}

.content_horisontal_grid._32px_gap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.content_horisontal_grid._16px_gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.content_horisontal_grid._8px_gap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.navigation {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #181818;
  border-radius: 150px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: auto;
  padding: 5px;
  display: flex;
}

.menu_link {
  color: #f8f8f8;
  white-space: nowrap;
  border-radius: 150px;
  padding: 6px 11px;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.menu_link:hover {
  background-color: #252525;
}

.menu_link.active {
  color: #f8f8f8;
  background-color: #252525;
}

.hug_menu_link {
  display: flex;
  position: relative;
}

.job-counter {
  color: #eee4ff;
  background-color: #924dfe;
  border-radius: 20px;
  align-self: center;
  padding: 2px 10px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: -20% 0% auto auto;
}

.global_code {
  display: none;
}

.mute_button {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #919191;
  cursor: pointer;
  background-color: #0000001a;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: .875rem;
  transition: all .25s;
  display: inline-block;
  position: absolute;
  inset: auto 15px 15px auto;
}

.mute_button:hover {
  color: #fff;
  background-color: #0000004d;
}

.cover_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.full_screen_icon {
  width: 30px;
  height: 30px;
}

.fullscreen_button {
  z-index: 2;
  opacity: 1;
  cursor: pointer;
  border-radius: 10px;
  transition: all .25s;
  display: inline-flex;
  position: absolute;
  inset: 10px 10px auto auto;
  overflow: hidden;
}

.fullscreen_button:hover {
  background-color: #e5e5e5;
}

.margin_top_auto {
  margin-top: auto;
}

.body-xs {
  font-size: .875rem;
}

.body-xs.gray {
  color: #919191;
}

.loader {
  z-index: 6;
  background-color: #e2e2e2;
  position: fixed;
  inset: 0%;
}

._3_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 9 / 5;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: clip;
}

._9-10-div, ._9-10_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: 9 / 10;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.no-styling {
  color: #919191;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  body {
    --_spacings---l: 192px;
    --_spacings---xs: 56px;
    --_spacings---s: 72px;
    --_spacings---blank: 0px;
    --_spacings---m: 104px;
    --_paddings---horisontal: 24px;
  }

  .content_vertical._32px_gap.sticky_top {
    position: relative;
  }

  .main_grid {
    flex-flow: column;
    grid-template-columns: 1.15fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_spacings---l: 184px;
    --_spacings---xs: 40px;
    --_spacings---s: 64px;
    --_spacings---blank: 0px;
    --_spacings---m: 96px;
    --_paddings---horisontal: 16px;
  }

  .content_horisontal {
    flex-flow: column;
  }

  .content_horisontal.align-center-strectch.padding-top-s-bottom-s {
    flex-flow: row;
  }

  ._3_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._9-10-div {
    aspect-ratio: auto;
  }
}

#w-node-aa824f89-fe4d-3f19-e08c-bc6544e9dbfd-d1c90377, #w-node-aa824f89-fe4d-3f19-e08c-bc6544e9dbff-d1c90377 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


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