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

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

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

.body {
  background-color: #000;
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.noise {
  z-index: 20;
  opacity: .08;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/402107790_STATIC_NOISE_400.gif');
  background-position: 0 0;
  background-size: 200px;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.o-container {
  background-color: #e66129;
  width: 500px;
  height: 100vh;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.hero-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.tagline-div {
  border-bottom: 2px solid #000;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.circle {
  border: 2px solid #000;
  border-radius: 20px;
  width: 32px;
  height: 32px;
}

.circle:hover {
  background-image: linear-gradient(#00000080, #00000080);
}

.bullet {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-left: 70px;
  display: flex;
}

.link {
  color: #000;
  font-family: Tomatogrotesk, Arial, sans-serif;
}

.list-div {
  margin-bottom: 24px;
}

.image-4 {
  transition: all .2s;
}

.image-4:hover {
  border-bottom: 2px #fff;
}

.menu-div {
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 0;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer-div {
  justify-content: flex-end;
  align-items: flex-end;
  margin: 10px 10px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.logo-1 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -15%;
  bottom: 10%;
}

.logo-1:hover {
  position: relative;
}

.logo-2 {
  margin-top: 5vh;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 40px;
}

.logo-div {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 0%;
  margin-bottom: 20%;
  display: flex;
  position: relative;
}

.div-block {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-5 {
  z-index: 1;
  transition: all .3s;
  position: absolute;
}

.image-6 {
  flex: 0 auto;
  width: 42%;
  position: relative;
  overflow: auto;
}

.image-7 {
  width: 18%;
  position: relative;
  right: 40px;
  overflow: visible;
}

.mob {
  display: none;
  position: absolute;
  inset: 0%;
}

.image-9 {
  width: auto;
  max-width: 30%;
}

.bg-img {
  display: none;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.insta {
  z-index: 10;
  width: 28px;
  min-width: 28px;
  max-width: 28px;
  margin-top: 0;
  margin-right: 0;
  position: static;
  inset: 0% 0% auto auto;
  overflow: visible;
}

.link-block-2 {
  flex: 1;
  width: 28px;
  max-width: 28px;
  margin-top: 10px;
  margin-right: 10px;
  position: fixed;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .menu-div {
    width: 100vw;
  }

  .mob {
    display: none;
  }

  .link-block-2 {
    flex: 1;
    min-width: 28px;
  }
}

@media screen and (max-width: 767px) {
  .menu-div {
    display: none;
  }

  .footer-div {
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .logo-1 {
    overflow: visible;
  }

  .logo-2, .logo-div {
    display: none;
  }

  .image-6 {
    overflow: visible;
  }

  .mob {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding: 10px;
    display: flex;
  }

  .image-8 {
    max-width: 50%;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .section {
    display: none;
  }

  .insta {
    margin-bottom: 10px;
    margin-left: 10px;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .link-block {
    margin-left: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .o-container {
    width: 100vw;
  }

  .menu-div {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
    height: 100px;
    display: none;
  }

  .footer-div {
    display: none;
  }

  .logo-div {
    height: auto;
    display: none;
  }

  .image-5 {
    width: 95%;
  }

  .image-6 {
    height: 200px;
  }

  .image-7 {
    height: 100px;
  }

  .mob {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-8, .image-10 {
    width: 50%;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .bg-img {
    background-image: url('../images/mob-img.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
  }

  .section {
    display: none;
  }

  .insta {
    max-width: 28px;
    margin: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .link-block {
    width: 28px;
    min-width: 28px;
    margin-bottom: 10px;
    margin-left: 10px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-block-2 {
    width: 28px;
    max-width: 28px;
    margin-bottom: 10px;
    margin-left: 10px;
    display: none;
    position: absolute;
    inset: auto auto 0% 0%;
  }
}


@font-face {
  font-family: 'Offsettm';
  src: url('../fonts/OffsetTM.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tomatogrotesk';
  src: url('../fonts/TomatoGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}