:root {
  --white: white;
  --black: black;
}

.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 {
  color: #fff;
  background-color: #030514;
}

.hero-heading-center {
  width: 60ch;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.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;
}

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-center-2 {
  color: #020414;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  letter-spacing: 10px;
  margin-bottom: 32px;
  font-family: Comic Font, sans-serif;
  font-weight: 800;
}

.hero-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 40px;
  display: flex;
}

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.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-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.image {
  width: 50ch;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button {
  color: #020414;
  background-color: #fff;
  border-radius: 25px;
  align-items: center;
  font-family: Comic Font, sans-serif;
  font-size: 4rem;
  line-height: 7rem;
  text-decoration: none;
  display: block;
}

.container-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.image-3 {
  width: 80ch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.div-block-3 {
  width: 80ch;
  max-width: 100%;
}

.paragraph-2 {
  color: rgba(255, 255, 255, .7);
  margin: 0 30px;
  padding-top: 200px;
  padding-bottom: 80px;
}

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

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

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

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

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

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

  .background-video {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    color: #fa7ad6;
    line-height: 6.5rem;
  }

  .button.secondary {
    color: #030514;
  }

  .container-3 {
    margin-top: -10px;
    padding-bottom: 100px;
  }

  .section {
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 500px;
  }

  .image-2 {
    cursor: pointer;
    height: 15ch;
  }

  .paragraph {
    color: #030514;
    display: inline-block;
  }

  .div-block {
    aspect-ratio: 1.2;
    background-image: url('../images/Text-box.png');
    background-position: 0 0;
    background-size: contain;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    max-width: 80ch;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    max-width: 80ch;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center, .hero-heading-center-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .hero-wrapper-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .background-video {
    aspect-ratio: 1;
    object-fit: contain;
  }

  .container-3 {
    flex-flow: wrap;
    padding-bottom: 30px;
  }

  .section {
    padding-bottom: 0;
  }

  .image-2 {
    min-width: 20ch;
  }

  .image-3 {
    width: 80ch;
    max-width: 100%;
    padding-top: 0;
  }
}


@font-face {
  font-family: 'Comic Font';
  src: url('../fonts/MonaShark-ynM3.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}