body {
  color: #333;
  font-family: area-normal, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: scotch-display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.text-span {
  font-style: italic;
  font-weight: 300;
}

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

.heading {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 120px;
  font-weight: 500;
  line-height: 1.1;
}

.text-block {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.1;
}

.image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.div-block-2 {
  height: 55svh;
  margin-bottom: -48px;
}

.image-2 {
  width: 160px;
  margin-bottom: 48px;
}

.text-block-2 {
  font-size: 40px;
  font-weight: 600;
}

.text-block-3 {
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 80%;
  margin: 80px auto;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 32px;
  font-weight: 100;
}

.body {
  min-width: 298px;
  padding-bottom: 120px;
}

.image-3 {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-3 {
  z-index: 500;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
}

.code-embed {
  width: 240px;
}

.heading-2 {
  border-bottom: 1px solid #666;
  margin-top: 0;
  margin-bottom: 32px;
  padding-bottom: 8px;
  padding-left: 28px;
  font-size: 32px;
  font-weight: 100;
  line-height: 1.2;
}

.list {
  padding-left: 32px;
  font-size: 18px;
  list-style-type: square;
}

.list-item {
  margin-bottom: 24px;
  font-size: 22px;
}

.div-block-4 {
  width: 95%;
  max-width: 1024px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 100;
  line-height: 1.2;
}

.div-block-5 {
  color: #fff;
  text-align: center;
  background-color: #333;
  margin-bottom: 80px;
  padding-top: 32px;
  padding-bottom: 40px;
}

.link-block {
  color: #fff;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 720px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 24px;
  font-family: scotch-display, sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-4 {
  line-height: 1.2;
}

.text-block-5 {
  font-style: italic;
  font-weight: 100;
}

.text-span-2 {
  font-size: 32px;
  display: block;
}

.link-block-2 {
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 16px 6px;
  font-size: 16px;
  font-style: italic;
  font-weight: 100;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.455, .03, .515, .955), color .4s cubic-bezier(.455, .03, .515, .955);
}

.link-block-2:hover {
  color: #333;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 96px;
  }

  .div-block-2 {
    height: 50svh;
    margin-bottom: -32px;
  }

  .image-2 {
    width: 120px;
  }

  .text-block-2 {
    font-size: 32px;
  }

  .text-block-3 {
    width: 90%;
    margin-top: 56px;
    margin-bottom: 56px;
    font-size: 24px;
  }

  .body {
    padding-bottom: 80px;
  }

  .image-3 {
    width: 96px;
  }

  .code-embed {
    width: 176px;
  }

  .heading-2 {
    margin-bottom: 24px;
    padding-left: 20px;
    font-size: 24px;
  }

  .list {
    padding-left: 24px;
  }

  .list-item {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .div-block-4 {
    max-width: 840px;
    margin-bottom: 56px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .div-block-5 {
    margin-bottom: 56px;
  }

  .link-block {
    width: 95%;
    max-width: 640px;
    font-size: 48px;
  }

  .text-span-2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    margin-bottom: 32px;
    font-size: 64px;
  }

  .text-block {
    font-size: 24px;
  }

  .div-block-2 {
    height: 30svh;
    margin-bottom: -16px;
  }

  .image-2 {
    width: 96px;
    margin-bottom: 32px;
  }

  .text-block-2 {
    font-size: 28px;
  }

  .text-block-3 {
    width: 95%;
    font-size: 20px;
  }

  .image-3 {
    width: 80px;
  }

  .code-embed {
    width: 120px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .list-item {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .div-block-5 {
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block {
    max-width: 560px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 40px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .link-block-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .text-span {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 40px;
    display: block;
  }

  .heading {
    margin-bottom: 24px;
    font-size: 56px;
    line-height: .8;
  }

  .text-block {
    margin-bottom: 16px;
    font-size: 22px;
  }

  .div-block-2 {
    margin-bottom: 0;
  }

  .image-2 {
    width: 80px;
    margin-bottom: 24px;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .text-block-3 {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .image-3 {
    width: 64px;
  }

  .code-embed {
    width: 96px;
  }

  .heading-2 {
    margin-bottom: 12px;
    padding-left: 16px;
    font-size: 18px;
  }

  .list {
    padding-left: 16px;
  }

  .list-item {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .div-block-5 {
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .link-block {
    max-width: 400px;
    margin-bottom: 16px;
    font-size: 28px;
  }

  .text-block-5 {
    font-size: 8px;
  }

  .text-span-2 {
    font-size: 18px;
  }

  .link-block-2 {
    font-size: 12px;
  }
}


