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

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

@font-face {
  font-family: Creepybymel;
  src: url('../fonts/CreepyByMel.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000000e6;
  --white: white;
  --text-color: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Creepybymel, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 44px;
}

a {
  color: #ff8686;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fed9c9;
  border-radius: 10px;
  padding: 12px 25px;
  font-family: Magicalnotes, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.mid {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.hero-heading-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  background-image: url('../images/Scan_1.jpg');
  background-size: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  font-family: Magicalnotes, sans-serif;
}

.body {
  background-color: #fff;
  overflow: auto;
}

.hero-without-image {
  mix-blend-mode: normal;
  background-color: #f5f7fa00;
  background-image: url('../images/Ground.png'), linear-gradient(#80521533, #060d0e66 78%), linear-gradient(#000, #000);
  background-position: 50% 101%, 0 0, 0 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: contain, auto, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 80px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.container-2 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  text-align: center;
  mix-blend-mode: difference;
  width: 50vw;
  margin-bottom: 24px;
  font-family: Creepybymel, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  font-family: Magicalnotes, sans-serif;
  position: absolute;
  right: 8px;
}

.title {
  color: #fff;
  overflow-wrap: anywhere;
  min-width: 50vw;
  margin-bottom: 40px;
  font-family: Creepybymel, sans-serif;
  font-size: 8vw;
  font-weight: 400;
  transition: opacity .5s;
}

.animation_container {
  width: 65vh;
  position: absolute;
  inset: 150px 30% 0% auto;
  overflow: hidden;
}

.animation-container {
  justify-content: flex-end;
  align-items: center;
  width: 28vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto auto 0% 0%;
}

.hero-heading-right {
  background-color: var(--black);
  filter: invert();
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#000 5%, #fff0 51%, #000 90%), url('../images/webbg-01.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  background-clip: border-box;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 90px;
  position: relative;
}

.hero-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 40%;
  display: flex;
}

.shadow-two-2 {
  filter: invert();
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: padding-box;
  margin-bottom: 24px;
  font-family: Creepybymel, sans-serif;
  font-size: 2rem;
  line-height: 1em;
}

.heading-3 {
  color: #fff;
  font-family: Creepybymel, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 2vw;
}

.heading-3.gallery {
  color: #000;
}

.heading-3.view-more {
  color: #000;
  font-size: 3vw;
}

.lottie-animation {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.animation {
  width: 350px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  background-image: none;
}

.gallery-image.shadow-two.top, .gallery-image.shadow-two.bottom {
  min-width: 30vw;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
  max-width: 60%;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.heading-4 {
  color: #fff;
  font-family: Magicalnotes, sans-serif;
}

.paragraph {
  color: #fff;
  font-family: Vollkorn, serif;
}

.gallery-scroll {
  background-color: #fff;
  background-image: url('../images/AdobeStock_13610617.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px #e4ebf3;
  margin-top: 5rem;
  padding: 10rem 30px 1.5rem;
  position: relative;
}

.gallery-sticky {
  grid-column-gap: 7vh;
  grid-row-gap: 7vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 12rem;
}

.gallery-link {
  color: #000;
  margin-bottom: .5rem;
  font-family: Creepybymel, sans-serif;
  font-size: 3vw;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #b8a29f;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image-text {
  color: #fff;
  background-image: linear-gradient(90deg, #000, #fff0);
  border-radius: 0;
  width: 35%;
  margin-top: 20px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  font-family: Creepybymel, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-subscribe {
  color: #000;
  background-color: #000;
  border-top: 1px #000;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 5vw 30px;
  position: relative;
}

.footer-form-two {
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 64px 40px;
}

.footer-form-container-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: #fff;
  font-family: Creepybymel, sans-serif;
  font-size: 3vw;
  line-height: 1;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: center;
  min-height: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-social-link-three {
  margin-left: auto;
  margin-right: auto;
}

.footer-divider-two {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-copyright {
  color: #7e7e7e;
  -webkit-text-stroke-color: #fff;
  font-size: 10px;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.link {
  color: #fff;
  font-family: Creepybymel, sans-serif;
  font-size: 3vw;
  line-height: 1;
}

.navbar-logo-center-container {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ddd0;
  background-image: linear-gradient(#000000bf 17%, #0000);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100%;
  height: auto;
  min-height: 12vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  font-size: 0;
  display: flex;
  position: fixed;
}

.navbar-logo-center-container.shadow-three {
  background-color: #000;
  width: 100vw;
  max-width: none;
  min-height: 60px;
  margin-bottom: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
}

.nav-menu-block {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.nav_link_2 {
  color: #fff;
  letter-spacing: .25px;
  overflow-wrap: normal;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: soft-light;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Creepybymel, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.nav_link_2:hover {
  color: #fec8c9bf;
}

.nav_link_2:focus-visible, .nav_link_2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav_link_2.difference {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 2vw;
}

.nav_link_2.difference:hover {
  color: #9b484a;
}

.nav_link_2.difference.w--current {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 2vw;
}

.nav_link_2.difference.uc {
  display: none;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.hero-heading-right-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 80vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-4 {
  color: #fff;
  width: 50vw;
  margin-top: 20px;
  margin-bottom: 24px;
  font-family: Creepybymel, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1em;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.hero-without-image-2 {
  color: #000;
  background-color: #000;
  padding: 15vh 30px 40px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5 {
  color: #fff;
  width: 50vw;
  min-width: auto;
  min-height: auto;
  margin-bottom: 3vw;
  font-family: Creepybymel, sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

.gallery-overview {
  background-color: #fff;
  background-image: url('../images/AdobeStock_13610617.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 136px 30px 80px;
  position: relative;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.navbar-logo-left-2 {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.efi-button-menu {
  padding: 0;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.light {
  color: #fff;
  font-family: Creepybymel, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.efi-nav-01-nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-nav-01-inner {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efi-nav-01 {
  color: #fff;
  mix-blend-mode: difference;
  background-color: #fff0;
  padding: 10px 5%;
  position: sticky;
  inset: 0% 0% auto;
}

.overlay {
  z-index: 1;
  filter: invert();
  mix-blend-mode: difference;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.image {
  color: #fff;
  mix-blend-mode: normal;
}

.image-2 {
  width: 200px;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  text-shadow: 0 1px 1px #0003;
  background-image: url('../images/8_this-is-not-what-good-girls-do_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: auto;
  min-height: 50vh;
}

.link-block.comic {
  background-image: url('../images/CreepyByMel_Scream.png');
  background-position: 50%;
  background-size: contain;
}

.link-block-2 {
  background-image: url('../images/9_seasons-of-mothman_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-2.comic {
  background-image: url('../images/CreepyByMel_Ghost_on_a_bycicle.png');
}

.link-block-3 {
  background-image: url('../images/2_Cup-of-eyes-please_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-3.comic {
  background-image: url('../images/CreepyByMel_4_types_of_dark_entities.png');
}

.link-block-4 {
  background-image: url('../images/13_Bloody-Mary_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-4.comic {
  background-image: url('../images/CreepyByMel_President_owl.png');
}

.link-block-5 {
  background-image: url('../images/1_owl-with-4-eyes_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-5.comic {
  background-image: url('../images/CreepyByMel_The_Sextuplets.png');
}

.text-block {
  text-decoration: none;
}

.link-block-6 {
  background-image: url('../images/CreepyByMel_Maneater_Ant_Eater.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-6.comic {
  background-image: url('../images/CreepyByMel_Sorry_for_looking_into_your_eyes-IG.png');
}

.link-block-7 {
  background-image: url('../images/4_Ghost-on-a-bycicle_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-7.comic {
  background-image: url('../images/CreepyByMel_Seasons_of_MonthMan.png');
}

.link-block-8 {
  background-image: url('../images/CreepyByMel_Owl_with_Antlers.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-8.comic {
  background-image: url('../images/CreepyByMel_Head_and_Shoulders_Knees_and_Toes.png');
}

.link-block-9 {
  background-image: url('../images/6_Where-is-uncle-Jean-Guy_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-9.comic {
  background-image: url('../images/CreepyByMel_How_To_Become_A_Witch.png');
}

.link-block-10 {
  background-image: url('../images/7_Head-and-Shoulders-Knees-and-Toes_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-11 {
  background-image: url('../images/11_How-to-become-a-witch_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.link-block-12 {
  background-image: url('../images/12_Black-vulture_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 50vh;
}

.hero-heading-right-3 {
  background-color: #000;
  padding: 14vw 30px 10vw;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  font-family: Creepybymel, sans-serif;
  font-size: 24px;
  display: flex;
}

.shadow-two-4 {
  border-radius: 600px;
  align-self: flex-end;
  width: 30vw;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  color: #fff;
  font-size: 2vw;
  line-height: 1;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.heading-6 {
  color: #fff;
  font-size: 5vw;
}

.image-3 {
  min-width: 2.5vw;
}

.list-item {
  line-height: 6;
}

.gallary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-4 {
  width: 250px;
}

.slider {
  background-color: #ddd0;
  width: 35vw;
  height: 400px;
}

.slide {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slide-img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.icon-2, .icon-3 {
  color: #000;
}

.slide-nav {
  display: none;
}

.link-block-13 {
  background-image: url('../images/10_mange-ta-main-garde-lautre-pour-demain_LR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vh;
}

.image-5 {
  width: 100px;
}

.text-block-2 {
  color: #fff;
  font-family: Creepybymel, sans-serif;
  font-size: 3rem;
  line-height: 1em;
}

.link-block-14 {
  font-family: Creepybymel, sans-serif;
  font-size: 1.5rem;
  line-height: 1em;
}

.uc-section {
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.uc-content-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40vw;
  display: flex;
}

.columns {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-block-3 {
  font-family: Creepybymel, sans-serif;
  font-size: 3rem;
  line-height: .7em;
}

.paragraph-2 {
  text-align: center;
  font-family: Creepybymel, sans-serif;
  font-size: 2rem;
  line-height: 1em;
}

.bold-text {
  text-align: center;
}

.project-section {
  height: auto;
  padding-top: 12vh;
}

.gallery-overview-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-8 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-8:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-8:active {
  background-color: #43464d;
}

.gallery-grid-3 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-3 {
  width: 100%;
}

.heading-8 {
  font-family: Creepybymel, sans-serif;
  font-size: 3rem;
}

.paragraph-3 {
  font-family: Creepybymel, sans-serif;
  font-size: 2rem;
  line-height: 1em;
}

.video-container {
  padding-bottom: 2.5rem;
  padding-left: 8rem;
  padding-right: 8rem;
}

.video-subtitle {
  text-align: center;
  font-family: Creepybymel, sans-serif;
  font-size: 2rem;
  line-height: 1.5em;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .body {
    background-position: 40% 30%;
  }

  .hero-without-image {
    background-position: 50% 105%, 0 0;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
  }

  .container-2 {
    max-width: 728px;
  }

  .margin-bottom-24px-2 {
    width: 80vw;
    font-size: 2rem;
  }

  .title {
    font-size: 4rem;
    line-height: 1.5em;
  }

  .animation-container {
    width: 50vw;
  }

  .hero-heading-right {
    padding-bottom: 40px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-3 {
    text-align: justify;
    font-size: 2rem;
    line-height: 1em;
  }

  .heading-3 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 3rem;
    line-height: 2em;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll {
    padding-top: 51px;
  }

  .gallery-sticky {
    margin-top: 50px;
    position: relative;
    top: 0;
  }

  .gallery-link, .gallery-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form-two {
    padding: 0 40px 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 0;
  }

  .link {
    font-family: Creepybymel, sans-serif;
    font-size: 30px;
  }

  .link:visited {
    color: #af3434;
  }

  .navbar-logo-center-container {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: 0;
  }

  .navbar-logo-center-container.shadow-three {
    mix-blend-mode: normal;
    background-color: #000;
    min-height: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-3 {
    max-width: none;
  }

  .navbar-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-menu-three {
    clear: none;
    opacity: 1;
    color: #fff;
    background-color: #00000080;
    border-radius: 0;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    display: block;
  }

  .nav-menu-block {
    background-color: #0000;
  }

  .nav_link_2 {
    text-shadow: none;
    mix-blend-mode: difference;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav_link_2:hover {
    color: red;
    mix-blend-mode: normal;
  }

  .nav_link_2:active {
    color: #fff;
  }

  .nav_link_2.difference {
    text-shadow: none;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    font-size: 3vw;
  }

  .nav_link_2.difference:hover {
    color: #992a2c;
  }

  .nav_link_2.difference.w--current {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    font-size: 3vw;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
  }

  .menu-button-2.w--open {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-color: #00000085;
    background-clip: border-box;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .icon {
    color: var(--white);
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-4 {
    width: 290px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .efi-icon {
    color: #fff;
  }

  .efi-icon:active {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .efi-button-menu {
    padding: 0;
  }

  .efi-button-menu.w--open {
    background-color: #000;
  }

  .efi-nav-link.light {
    background-color: #fff;
    padding: 30px 5%;
  }

  .efi-nav-01-nav-menu {
    background-image: url('../images/grain-1.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .overlay {
    display: none;
  }

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

  .link-block-5 {
    height: 300px;
  }

  .link-block-9.comic {
    min-height: 300px;
  }

  .link-block-11 {
    height: 300px;
  }

  .hero-heading-right-3 {
    padding-bottom: 20px;
  }

  .container-6 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-split-4 {
    width: 80%;
    max-width: 100%;
    margin-bottom: -16px;
    margin-left: auto;
    margin-right: auto;
  }

  .margin-bottom-24px-5 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .heading-6 {
    margin-left: auto;
    margin-right: auto;
    font-size: 7vw;
  }

  .slider {
    width: 60vw;
  }

  .link-block-13 {
    line-height: 20;
  }

  .uc-content-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 45vw;
  }

  .text-block-3 {
    text-align: center;
  }

  .project-section {
    padding-top: 0;
  }

  .container-7 {
    max-width: 728px;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr 1fr;
  }

  .video-container {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .body {
    background-color: #fff;
    background-image: linear-gradient(to bottom, null, null);
  }

  .hero-without-image {
    color: #000;
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    margin-top: 12vh;
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    width: 80vw;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 1em;
    transform: none;
  }

  .title {
    color: #000;
    margin-top: 0;
    margin-bottom: 9vw;
    line-height: 1em;
    transform: rotate(0);
  }

  .animation-container {
    display: none;
    left: 52px;
  }

  .hero-heading-right {
    padding: 0 15px 60px;
  }

  .hero-wrapper-2 {
    margin-bottom: -64px;
  }

  .margin-bottom-24px-3 {
    text-align: left;
    width: 80vw;
    font-size: 2rem;
    line-height: 1em;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    width: 450px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-scroll {
    padding: 35px 15px 50px;
  }

  .gallery-link {
    font-size: 10vw;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-copyright {
    text-align: center;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .link {
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-wrapper-three {
    justify-content: center;
    align-items: center;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav_link_2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav_link_2.difference {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 5vw;
  }

  .nav_link_2.difference.w--current {
    font-size: 5vw;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-4 {
    width: 50vw;
    font-size: 5vw;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-two-2 {
    margin-top: 20px;
  }

  .heading-5 {
    font-size: 12vw;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .overlay {
    height: 100%;
  }

  .link-block, .link-block-4 {
    min-height: 180px;
  }

  .link-block-6 {
    min-height: auto;
  }

  .link-block-7 {
    min-height: 180px;
  }

  .link-block-9, .link-block-10, .link-block-11 {
    min-height: auto;
  }

  .hero-heading-right-3 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-5 {
    width: 432px;
    font-size: 2rem;
    line-height: 1em;
  }

  .gallary {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .slider {
    width: 70vw;
    height: 300px;
  }

  .link-block-13 {
    min-height: auto;
  }

  .text-block-2 {
    color: #000;
    line-height: 1em;
  }

  .gallery-overview-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-without-image {
    margin-top: 12vh;
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .margin-bottom-24px-2 {
    width: 80vw;
    font-size: 1.8rem;
  }

  .button-primary-3.footer-form-button {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 0;
  }

  .title {
    font-size: 50px;
  }

  .animation-container {
    width: 130px;
    display: none;
    left: 72px;
  }

  .margin-bottom-24px-3 {
    text-align: left;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
    width: 270px;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-image.shadow-two.top {
    min-height: 250px;
  }

  .gallery-image.shadow-two.bottom {
    min-height: 240px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    background-color: #000000a6;
    flex-direction: column;
  }

  .nav_link_2.difference, .nav_link_2.difference.w--current {
    font-size: 9vw;
  }

  .menu-button-2.w--open {
    background-color: #000000a6;
  }

  .icon {
    width: auto;
  }

  .container-4 {
    max-width: none;
  }

  .margin-bottom-24px-4 {
    width: 70vw;
    font-size: 7vw;
  }

  .heading-5 {
    width: 60vw;
    font-size: 13vw;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .link-block {
    max-height: 20vw;
  }

  .link-block-2 {
    min-height: 20vh;
  }

  .link-block-3 {
    min-height: 20vh;
    max-height: 20vw;
  }

  .link-block-4 {
    min-height: 120px;
    max-height: 20vw;
  }

  .link-block-5 {
    height: 140px;
    min-height: 20vw;
  }

  .link-block-6 {
    min-height: 20vh;
  }

  .link-block-7 {
    min-height: 20vw;
  }

  .link-block-8 {
    min-height: 20vh;
  }

  .link-block-9 {
    min-height: auto;
  }

  .link-block-9.comic {
    min-height: 140px;
  }

  .link-block-10 {
    min-height: 20vw;
  }

  .link-block-11 {
    height: 140px;
    min-height: 20vw;
  }

  .link-block-12 {
    min-height: 20vh;
  }

  .container-6 {
    max-width: none;
  }

  .margin-bottom-24px-5 {
    text-align: center;
    width: 100%;
  }

  .heading-6 {
    font-size: 3rem;
  }

  .gallary {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 50px;
  }

  .slider {
    width: 90vw;
    height: 250px;
  }

  .link-block-13 {
    min-height: auto;
  }

  .heading-7 {
    font-size: 40px;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .text-block-2 {
    font-size: 2.6rem;
  }

  .uc-section {
    justify-content: space-between;
    padding-top: 21px;
    padding-bottom: 10px;
  }

  .uc-content-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    width: 80vw;
  }

  .columns {
    flex-flow: column;
  }

  .text-block-3 {
    margin-top: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .gallery-wrapper-3 {
    grid-template-columns: 1fr;
  }

  .heading-8, .paragraph-3 {
    text-align: center;
  }
}

#w-node-d41b0e18-fdf4-bd93-cfa2-513e163cd375-2851b266, #w-node-_892c3f92-0748-6b79-3bce-e3d39c1a5f71-2851b266 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b22dac9-1706-e348-14d4-0955d8f81537-2851b266 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fb7-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fc9-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fca-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcb-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcc-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcd-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fce-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcf-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fd0-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fd1-161b919c, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fd2-161b919c, #w-node-d41b0e18-fdf4-bd93-cfa2-513e163cd375-34b2d8f6, #w-node-_892c3f92-0748-6b79-3bce-e3d39c1a5f71-34b2d8f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b22dac9-1706-e348-14d4-0955d8f81537-34b2d8f6 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fb7-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fc9-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fca-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcb-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcc-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcd-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fce-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fcf-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fd0-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fd1-34b55704, #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fd2-34b55704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5aae3d59-e082-ceb9-8fec-0c71cdd7f5cb-2851b266 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fb7-161b919c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5aae3d59-e082-ceb9-8fec-0c71cdd7f5cb-34b2d8f6 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fb7-34b55704 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aef6d1ce-da17-102d-ad1d-1aa4d79a20d3-2851b266, #w-node-d035ed99-e955-9da4-6e6e-a3e0e0ba3ae5-2851b266, #w-node-f1a63f3f-f988-53f2-de39-df018ef02818-2851b266 {
    align-self: center;
  }

  #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fb7-161b919c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aef6d1ce-da17-102d-ad1d-1aa4d79a20d3-34b2d8f6, #w-node-d035ed99-e955-9da4-6e6e-a3e0e0ba3ae5-34b2d8f6, #w-node-f1a63f3f-f988-53f2-de39-df018ef02818-34b2d8f6 {
    align-self: center;
  }

  #w-node-_3dfddc93-bc28-4d1c-aa0e-12faaba13fb7-34b55704 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Magicalnotes';
  src: url('../fonts/Magicalnotes.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bloodbath';
  src: url('../fonts/BloodBath-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creepybymel';
  src: url('../fonts/CreepyByMel.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}