:root {
  --blue: #0100ec;
  --magenta: #fa0ccc;
}




.w-layout-grid {
  grid-row-gap: 10px;
  /* grid-column-gap: 16px; */
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
  
}

.main-container {
  z-index: 50;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.main-image {
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 1;
  align-self: stretch;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  position: absolute;
  overflow: visible;
}

.image {
  z-index: 50;
  flex: 1;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
  position: relative;
  inset: 0%;
}

.copyright {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  flex-direction: row;
  font-family: Switzer, sans-serif;
   text-decoration: none;
  display: inline-block;
}
.text-container {
  z-index: 20;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  white-space: nowrap;
  flex: 1;
  justify-content: center;
  font-family: Didact Gothic, sans-serif;
  font-size: 20vh;
  line-height: 1;
  display: flex;
}

.middle-text-container {
  color: #000;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  font-family: Switzer, sans-serif;
  font-size: 25vh;
  font-weight: 700;
  line-height: 1;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.inner-container {
  z-index: 9;
  padding-top: 80px;
  color: #000;
  justify-content: flex-start;
  align-items: top;
  font-family: Switzer, sans-serif;
  font-size: 5vh;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.inner-container:hover {
  filter: blur(20px);
}

.heading-2 {
  color: #a6a6a6;
  letter-spacing: 2vw;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 80px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 15vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.heading-2:hover {
  opacity: 1;
}

.heading-3 {
  color: #a6a6a6;
  letter-spacing: 5vw;
  white-space: nowrap;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Monument Extended, sans-serif;
  font-size: 17vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.image-container {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  
}

.image-2 {
  overflow: visible;
}

.top-container {
  z-index: 999;
  object-fit: cover;
  width: 100vw;
  height: 15vh;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}
.top-container img {
  width: 140px; /* Set width to 120px */
  height: auto; /* Maintain aspect ratio */
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  align-items: stretch;
}

.first-grid-top {
  align-items: flex-end;
  padding-left: 5vw;
  display: flex;
}

.second-grid-top {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  font-size: 1.2vw;
  line-height: 1;
  display: flex;
}

.image-3 {
  object-fit: fill;
  width: 8vw;
  align-items: center;
}

.div-block {
  background-color: var(--blue);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  margin-right: 1vw;
  display: inline-block;
  transform: translate(0);
}

.mail-link-block {
  color: #000;
  cursor: pointer;
  align-items: flex-start;
  margin-right: 2vw;
  font-family: Switzer, sans-serif;
  font-size: 1.2vw;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.mail-link-block:hover {
  opacity: .4;
}

.instagram-link-blok {
  color: #000;
  cursor: pointer;
  flex-direction: row;
  font-family: Switzer, sans-serif;
  font-size: 1.2vw;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
  position: static;
}

.instagram-link-blok:hover {
  opacity: .4;
}

.text-block {
  color: #333;
  letter-spacing: .3vw;
  margin-right: .5vw;
  font-family: Monument Extended, sans-serif;
  font-size: 1vw;
  line-height: 1;
  text-decoration: none;
}

.text-block-2 {
  color: #ffffff;
  letter-spacing: .3vw;
  margin-right: .5vw;
  font-family: Monument Extended, sans-serif;
  font-size: 1vw;
  line-height: 1;
  display: inline-block;
}

.image-4 {
  outline-offset: 0px;
  outline: 3px #000;
  width: 15px;
  height: 15px;
  display: inline-block;
}

.bottom-container {
  z-index: 800;
  object-fit: cover;
  width: 100vw;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: auto 0% 0;
  overflow: visible;
}

.first-grid-bottom {
  color: #000;
  letter-spacing: 10px;
  padding-left: 5vw;
  font-family: Switzer, sans-serif;
  font-size: 2vh;
  font-weight: 500;
  line-height: 1;
}

.second-grid-bottom {
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  display: flex;
}



.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
 
}

.first-grid-bottom,
.second-grid-bottom,
.third-grid-bottom {
  text-align: center;
}

.text-block-5 {
   
  color: #ffffff;
  font-family: Monument Extended, sans-serif;
  font-size: 0.8vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1vw;
}

.text-block-2 {
  font-size: 23px;
  color: #ffffff;
}



.text-block-3 {
  color: #ffffff;
  text-align: right;
  letter-spacing: .4vw;
  margin-right: .5vw;
  font-family: Monument Extended, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1;
}

.center-text {
  text-align: center;
  padding: 20px 0; /* Adjust padding as needed */
  font-size: 14px; /* Adjust font size as needed */
  color: #ffffff; /* Adjust color as needed */
}


.image-5 {
  width: 15px;
  height: 15px;
  color: white;
}

.link-block {
  color: #000;
  cursor: pointer;
  align-items: center;
  margin-right: 0;
  font-family: Switzer, sans-serif;
  font-size: 2vh;
  font-weight: 400;
  text-decoration: none;
  display: none;
  z-index: 55;
}

.link-block:hover {
  opacity: .4;
}

.grid-2 {
  flex: 1;
  grid-template-rows: auto;
}

.body {
  object-fit: cover;
  overflow: visible;
}

.main-section {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  overflow: visible;
}

.text-block-4 {
  letter-spacing: .8vw;
  font-family: Monument Extended, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  object-fit: fill;
  width: 22vw;
}

.inner-container-copy {
  z-index: 100;
  opacity: .5;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-family: Switzer, sans-serif;
  font-size: 25vh;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.inner-container-copy:hover {
  filter: blur(20px);
}

.heading-2-copy {
  color: #f8f5cc;
  letter-spacing: 3vw;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5vw;
  font-family: Switzer, sans-serif;
  font-size: 20vw;
  line-height: 1;
  display: flex;
}

.heading-3-copy {
  color: #f8f5cc;
  letter-spacing: 3vw;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 20vw;
  line-height: 1;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
}

.image-6 {
  opacity: 1;
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 1280px) {
  .inner-container:hover {
    filter: none;
  }

  .div-block {
    width: 20px;
    height: 20px;
  }

  .body {
    overflow: auto;
  }

  .inner-container-copy {
    z-index: 100;
  }

  .inner-container-copy:hover {
    filter: none;
  }

  .heading-2-copy, .heading-3-copy {
    opacity: .3;
    color: #f8f5cc;
  }
}

@media screen and (min-width: 1440px) {
  .image-2 {
    max-width: 90%;
  }

  .div-block {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .inner-container {
    display: flex;
  }

  .heading-2 {
    color: #a6a6a6;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    font-weight: 400;
  }

  .heading-3 {
    color: #333;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .image-container {
    display: flex;
  }

  .image-2 {
    max-width: 70%;
  }

  .first-grid-top {
    display: flex;
  }

  .image-3 {
    color: #333;
  }

  .div-block {
    background-image: none;
    width: 30px;
    height: 30px;
  }

  .mail-link-block, .instagram-link-blok {
    transition: all .2s ease-in-out;
  }

  .text-block {
    color: #333;
  }

  .text-block-2 {
    color: #ffffff;
    font-size: 1.2vw;
  }

  .main-section {
    position: absolute;
    inset: 0%;
  }

  .inner-container-copy {
    display: flex;
  }
}


html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 991px) {
  .image-2 {
    max-height: 90%;
  }

  .first-grid-top {
    display: flex;
  }

  .image-3 {
    width: 12vw;
  }

  .div-block {
    width: 20px;
    height: 20px;
  }

  .text-block, .text-block-2 {
    font-size: 1.8vw;
  }

  .first-grid-bottom {
    white-space: nowrap;
  }

  .text-block-3 {
    font-size: 1.8vw;
  }

  .text-block-4 {
    white-space: nowrap;
    font-size: 1.95vw;
  }

  .text-block-5 {
   
  color: #ffffff;
  font-family: Monument Extended, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1vw;
  margin-top: 20px;
}

.grid-2 {
  grid-template-columns: 1fr;
  gap: 10px;
}

.first-grid-bottom {
  order: 1;
}

.second-grid-bottom {
  order: 2;
}

.third-grid-bottom {
  order: 3;
}

}

@media screen and (max-width: 767px) {
  .image-2 {
    max-width: 90%;
    max-height: 110%;
  }

  .grid {
    align-self: center;
  }

  .first-grid-top {
    display: flex;
  }

  .second-grid-top {
    flex-direction: column;
    justify-content: center;
  }

  .image-3 {
    width: 15vw;
  }

  .mail-link-block {
    flex: 0 auto;
    align-self: flex-end;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .instagram-link-blok {
    order: 0;
    align-self: flex-end;
  }

  .text-block, .text-block-2 {
    font-size: 2.7vw;
  }

  .image-4 {
    width: 12px;
    height: 12px;
  }

  .first-grid-bottom {
    padding-left: 0;
  }

  .second-grid-bottom {
    padding-right: 0;
  }

  .text-block-3 {
    font-size: 2.7vw;
  }

  .grid-2 {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-4 {
    font-size: 2.925vw;
    width: 240px;
    padding-bottom: 17px;
  }

  .div-block-2 {
    position: absolute;
    inset: 0%;
  }

  .image-6 {
    max-width: 100%;
    max-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    max-width: 100%;
    max-height: 100%;
  }

  .image-3 {
    width: 20vw;
  }

  .div-block {
    width: 15px;
    height: 15px;
  }

  .mail-link-block {
    align-items: flex-end;
  }

  .instagram-link-blok {
    align-items: flex-end;
    display: flex;
  }

  .text-block, .text-block-2 {
    font-size: 4.05vw;
  }

  .bottom-container {
    inset: auto 0% 0%;
  }

  .text-block-3 {
    font-size: 4.05vw;
  }

  .text-block-4 {
    margin-left: 0;
    font-size: 4.3875vw;
    
  }

  .image-6 {
    max-width: 100%;
    max-height: 100%;
  }
}

#w-node-_698bd752-87ae-7b7e-0291-56616b80ac78-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f4f0dd3f-25af-f6b6-2d80-d4b0c6258038-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ec93fab-9e90-2651-74bf-961dac130556-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ff330a3f-4c92-d480-c91e-1fbf4b41ff65-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_6df047c6-7e87-6e17-ad7e-f0707dd13797-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56f9f59c-2b62-286e-7b52-e8d8f0e49c9e-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cffa55ce-3c6a-0eae-b79f-a11c3a3e59bd-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_556a2c91-9ede-b4ae-3080-d24f586478ec-dc541434 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_698bd752-87ae-7b7e-0291-56616b80ac78-dc541434 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ec93fab-9e90-2651-74bf-961dac130556-dc541434 {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BoldItalic.otf') format('opentype'), url('../fonts/Switzer-ExtraboldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype'), url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Ultrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}