@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-ExtraLight.woff2') format("woff2"), url('../fonts/RobotoMono-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Italic.woff2') format("woff2"), url('../fonts/RobotoMono-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-ExtraLightItalic.woff2') format("woff2"), url('../fonts/RobotoMono-ExtraLightItalic.woff') format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-Bold.woff2') format("woff2"), url('../fonts/RobotoMono-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-BoldItalic.woff2') format("woff2"), url('../fonts/RobotoMono-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-SemiBoldItalic.woff2') format("woff2"), url('../fonts/RobotoMono-SemiBoldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-MediumItalic.woff2') format("woff2"), url('../fonts/RobotoMono-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-ThinItalic.woff2') format("woff2"), url('../fonts/RobotoMono-ThinItalic.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Robotomono;
  src: url('../fonts/RobotoMono-LightItalic.woff2') format("woff2"), url('../fonts/RobotoMono-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --text-primary-color: #efeeee;
  --text-secondary-color: #d6d6d6;
  --bg-primary: #151515;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

h1 {
  color: var(--text-primary-color);
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Robotomono, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

h2 {
  color: var(--text-primary-color);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Robotomono, Impact, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h3 {
  color: var(--text-primary-color);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Robotomono, Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

p {
  color: var(--text-secondary-color);
  margin-bottom: 10px;
  font-family: Robotomono, Impact, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

a {
  color: var(--text-primary-color);
  margin-bottom: 10px;
  font-family: Robotomono, Impact, sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-decoration: underline;
}

.page-wrapper, .main-wrapper {
  max-width: none;
}

.container {
  width: 90%;
  max-width: none;
}

.container.container-flex {
  display: flex;
}

.brand {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.layout-flex {
  display: flex;
}

.layout-flex.v-flex {
  flex-flow: column;
}

.layout-flex.v-flex.bottom-aligned {
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
}

.background-video {
  background-image: url('../images/Group-52.avif');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.heading {
  font-family: Robotomono, Impact, sans-serif;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 80px;
  line-height: 24px;
}

.text-span {
  text-align: center;
  margin-top: 20px;
  display: block;
}

.paragraph {
  font-family: Robotomono, Impact, sans-serif;
}

.arrow-down {
  margin-top: -20px;
  margin-bottom: 60px;
}

.layout-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". ."
                 ". Area"
                 / 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.layout-grid._2col_grid {
  grid-column-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.layout-grid._4col_grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout-grid._4col_grid.margin-top-100 {
  margin-top: 140px;
}

.image-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50%;
}

.section {
  z-index: 2;
  background-color: var(--bg-primary);
  position: relative;
}

.heading-4 {
  line-height: 24px;
}

.heading-5 {
  color: #efeeee;
}

.paragraph-3 {
  color: var(--text-primary-color);
}

.heading-6 {
  font-size: 36px;
  line-height: 42px;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.flex-block.width60ch {
  width: 60ch;
}

.flex-block-2 {
  justify-content: flex-start;
  align-items: center;
}

.button {
  border: 1px solid var(--text-primary-color);
  background-color: var(--bg-primary);
  cursor: pointer !important;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 38px;
  text-decoration: none;
  display: flex;
}

.paragraph-c-aligned {
  text-align: center;
}

.paragraph-c-aligned.line-height {
  line-height: 30px;
}

.section-2 {
  background-image: url('../images/midBG1.avif');
  background-position: 50%;
  background-size: cover;
}

.section-3 {
  background-image: url('../imgages/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.mid-section {
  height: 80vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.mid-section.bg2 {
  background-image: url('../images/midBG2.avif');
}

.mid-section.bg3 {
  background-image: url('../images/midBG3.avif');
}

.image-3 {
  margin-top: 20px;
}

.margin-top-60 {
  margin-top: 60px;
  font-weight: 500;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.image-4 {
  width: 100%;
}

.img-gallery {
  cursor: pointer;
  width: 100%;
}

.image-6, .lightbox-link, .image-7 {
  width: 100%;
}

.lightbox-link-1 {
  cursor: pointer;
  width: 100%;
}

.button-secondary {
  border: 1px none var(--bg-primary);
  background-color: var(--text-primary-color);
  color: var(--bg-primary);
  cursor: pointer !important;
  border-radius: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 40px auto 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 38px;
  text-decoration: none;
  display: flex;
}

.field-label {
  color: var(--text-secondary-color);
  font-family: Robotomono, Impact, sans-serif;
  font-weight: 400;
}

.textarea {
  border: 1px solid var(--text-primary-color);
  background-color: var(--bg-primary);
  color: var(--text-secondary-color);
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Robotomono, Impact, sans-serif;
}

.text-field, .select-field {
  border: 1px solid var(--text-primary-color);
  background-color: var(--bg-primary);
  color: var(--text-secondary-color);
  border-radius: 8px;
  height: 50px;
  font-family: Robotomono, Impact, sans-serif;
}

.select-field.newclass {
  background-color: var(--text-primary-color);
  color: var(--bg-primary);
}

.form-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  cursor: pointer;
  margin-left: 40px;
}

.center-aligned {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow-up {
  text-align: center;
  margin: 20px auto -10px;
  display: block;
}

.footer-logo {
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-section {
  z-index: 2;
  background-color: #0d0d0d;
  padding-bottom: 10px;
  position: relative;
}

.select-field-2 {
  color: #838383;
  border: 1px solid #000;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-copy {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-8 {
  margin-top: auto;
  margin-bottom: auto;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block {
  font-size: 16px;
  display: inline-block;
}

.container-copy {
  width: 90%;
  max-width: none;
  position: relative;
}

.container-copy.container-flex {
  display: flex;
}

.brand-copy {
  margin-left: auto;
  margin-right: auto;
}

.text-section {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-2 {
  padding: 40px 0 60px;
}

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

.section-group {
  position: relative;
}

.section-hero {
  position: sticky;
  top: 0;
}

.bg-div {
  background-image: url('../images/Desktop---24.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-div-2 {
  background-image: url('../images/Desktop---30.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bg-div-3 {
  background-image: url('../images/Desktop---22.jpg');
  background-position: 100%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.h2_margin-bottom {
  margin-bottom: 20px;
  font-weight: 500;
}

.fade-heading {
  font-weight: 500;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 110px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 34px;
  }

  h3 {
    font-size: 20px;
    line-height: 24px;
  }

  p, a {
    font-size: 18px;
    line-height: 22px;
  }

  .layout-grid._2col_grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .layout-grid._4col_grid.margin-top-100 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .flex-block.width60ch {
    width: 60ch;
  }

  .paragraph-c-aligned {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-logo {
    width: 40px;
  }

  .socialmedia-img {
    width: 32px;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  p, a {
    font-size: 16px;
    line-height: 20px;
  }

  .layout-grid._2col_grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: grid;
  }

  .layout-grid._4col_grid.margin-top-100 {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-c-aligned {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    background-image: url('../images/HeroBG_mobile.avif');
    background-position: 50%;
  }

  .layout-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .layout-grid._4col_grid.margin-top-100 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .button, .button-secondary, .form-block {
    width: 100%;
  }
}

#w-node-d5f0cf8d-079e-c048-ca0b-eac9a76c0e5d-2657e6a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e48a46a9-2219-452c-2b83-341c9c9d8f57-2657e6a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a891262f-663e-1333-74bc-1fb42f59eb9d-2657e6a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d428561f-2d5e-1a71-b9bb-9bc5ca5b821b-2657e6a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dc4e92e9-5f42-fdc6-ea3b-044878df4917-dd2f94af {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-e48a46a9-2219-452c-2b83-341c9c9d8f57-2657e6a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dc4e92e9-5f42-fdc6-ea3b-044878df4917-dd2f94af {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5f0cf8d-079e-c048-ca0b-eac9a76c0e5d-2657e6a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a891262f-663e-1333-74bc-1fb42f59eb9d-2657e6a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d428561f-2d5e-1a71-b9bb-9bc5ca5b821b-2657e6a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dc4e92e9-5f42-fdc6-ea3b-044878df4917-dd2f94af {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a891262f-663e-1333-74bc-1fb42f59eb9d-2657e6a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

.w-webflow-badge {
  display: none !important;
}

.button {
  transition: all 0.3s ease;
  background-size: 200% 100%;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  background-image: linear-gradient(to right, #ffffff 0%, #d6d6d6 50%, #ffffff 100%);
  background-position: 100% 0;
  color: #111;
}

.button-secondary {
  transition: all 0.3s ease;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, #ffffff 0%, #d6d6d6 50%, #ffffff 100%);
  background-position: 100% 0;
  color: #111;
  border: 1px solid transparent;
}

.button-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  background-position: 0% 0; 
}