.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: #1a1a1a;
  font-family: Inter, sans-serif;
}

.section {
  padding-bottom: 80px;
}

.section.relative {
  margin-bottom: 0;
  padding-bottom: 100px;
  position: relative;
}

.yagami-container {
  width: auto;
  max-width: 100%;
  margin: 20px 0;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  color: #fff;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 54px;
  line-height: 58px;
}

.text-block {
  color: #fff;
  text-align: justify;
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.div-block-2 {
  width: 60%;
  display: block;
}

.div-block-3 {
  flex-flow: column;
  width: 30%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.button {
  color: #2a2a2a;
  background-color: #c9fa49;
  border-radius: 100px;
  align-self: center;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.image {
  width: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
}

.text-block-2 {
  color: #c9fa49;
  letter-spacing: 4px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-3 {
  color: #e1e1e1;
  text-align: justify;
  letter-spacing: 3px;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.list-item {
  color: #e1e1e1;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.bold-text {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
  line-height: 25px;
}

.div-block-6 {
  width: 50%;
}

.button-copy {
  color: #c9fa49;
  -webkit-text-stroke-color: #c9fa49;
  background-color: #0000;
  border: 1px solid #c9fa49;
  border-radius: 100px;
  order: 0;
  align-self: auto;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  filter: blur(5px);
  width: 500px;
  height: 100px;
  transform-style: preserve-3d;
  background-color: #7a972b66;
  border-radius: 100px;
  position: absolute;
  inset: 23% -4% 0% auto;
  transform: rotateX(9deg)rotateY(-23deg)rotateZ(-18deg);
  box-shadow: 9px -20px 120px 150px #7a972b66;
}

.div-block-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
}

.text-block-2-copy {
  color: #c9fa49;
  letter-spacing: 4px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.heading-2-copy {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-4 {
  color: #e1e1e1;
  text-align: center;
  letter-spacing: 2px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.div-block-9 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  padding-bottom: 50px;
  line-height: 19px;
  display: grid;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}

.div-block-10 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-5-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-4-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.div-block-11 {
  flex-flow: column;
  display: flex;
}

.button-copy {
  color: #2a2a2a;
  text-align: center;
  background-color: #c9fa49;
  border-radius: 100px;
  align-self: center;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  display: flex;
}

.text-block-6 {
  color: #e1e1e1;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}

.button-dark {
  color: #c9fa49;
  background-color: #0000;
  border: 1px solid #c9fa49;
  border-radius: 100px;
  align-self: flex-start;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.div-block-14 {
  background-color: #2a2a2a;
  border: 1px solid #c9fa49;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 30px 0;
  display: flex;
}

.heading-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-block-7 {
  color: #e1e1e1;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 300;
  line-height: 20px;
}

.slider {
  background-color: #0000;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.slide-yagami {
  width: 25%;
  padding-right: 16px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 24px;
  display: flex;
}

.heading-4 {
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 1px;
  font-size: 31px;
  line-height: 31px;
}

.text-block-8 {
  color: #4e4e4e;
  text-align: center;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-15 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  background-color: #c9fa49;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 70px 20px 20px;
  display: flex;
}

.div-block-16 {
  display: flex;
}

.div-block-17 {
  overflow-wrap: normal;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.list-yagami {
  color: #4e4e4e;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.div-block-18 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.button-copy-copy {
  color: #c9fa49;
  text-align: center;
  background-color: #2a2a2a;
  border-radius: 100px;
  align-self: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
  display: inline-block;
}

.button-copy-copy2 {
  color: #2a2a2a;
  text-align: center;
  background-color: #c9fa49;
  border: 1px solid #000;
  border-radius: 100px;
  align-self: center;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
}

.section-green {
  padding-bottom: 80px;
}

.section-green.relative {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.div-block-20 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-21 {
  position: absolute;
  inset: 4% auto auto -2%;
}

.image-3 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-4 {
  position: absolute;
  inset: auto 10% 0% auto;
}

.div-block-22 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-5-copy-copy {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.right-arrow-2 {
  border: 1px solid #0000;
  border-radius: 0;
  width: 44px;
  height: 44px;
  top: 200px;
  right: 200px;
}

.text-block-9 {
  color: #e1e1e1;
  letter-spacing: 1.3px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-text-stroke-color: transparent;
  flex-flow: column;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  order: 0;
  display: flex;
}

.text-block-10 {
  color: #fff;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
}

.image-6 {
  vertical-align: baseline;
  order: 0;
  align-self: auto;
  margin-top: -20px;
  margin-bottom: 0;
}

.mask {
  background-color: #1a1a1a;
  height: auto;
}

.slider-2 {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #1a1a1a;
  width: 100%;
}

.slide {
  background-color: #1a1a1a;
  width: 100%;
}

.left-arrow-2 {
  border: 0 solid #0000;
  border-radius: 0%;
  width: 44px;
  height: 44px;
  inset: 68% 0% 0% 65%;
}

.icon {
  color: #0000;
  border: 1px solid #0000;
  width: auto;
  height: auto;
  margin: 0;
}

.div-block-4-copy-copy {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-6-copy-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.icon-2 {
  color: #0000;
  border: 0 solid #0000;
  border-radius: 0%;
}

.text-block-11 {
  color: #e1e1e1;
  text-align: center;
  letter-spacing: 1px;
  align-self: center;
  font-size: 15px;
  font-weight: 300;
}

.mask-2 {
  width: 100%;
  overflow: visible;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

@media screen and (max-width: 991px) {
  .heading-2-copy {
    text-align: center;
    align-self: auto;
  }

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

  .div-block-5-copy-copy {
    width: 50%;
  }

  .div-block-4-copy-copy {
    width: 90%;
  }

  .div-block-6-copy-copy {
    width: 70%;
  }
}

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

  .div-block-2 {
    width: 100%;
  }

  .div-block-4 {
    flex-flow: column;
  }

  .text-block-2 {
    align-self: center;
  }

  .heading-2, .text-block-3 {
    text-align: center;
    align-self: center;
  }

  .list-item {
    text-align: center;
  }

  .div-block-6 {
    width: 100%;
  }

  .heading-2-copy {
    text-align: center;
    align-self: center;
  }

  .div-block-6-copy {
    width: 100%;
  }

  .div-block-4-copy {
    flex-flow: column;
  }

  .button-dark {
    text-align: center;
    align-self: center;
  }

  .slide-yagami {
    width: 100%;
  }

  .div-block-5-copy-copy {
    width: 60%;
  }

  .slider-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-6-copy-copy {
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    flex-flow: column;
  }

  .heading {
    text-align: center;
    font-size: 43px;
    display: block;
  }

  .text-block {
    text-align: center;
    align-self: center;
    font-size: 13px;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image {
    inset: 65% 0% 1% 200%;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .text-block-2 {
    align-self: center;
  }

  .heading-2 {
    text-align: center;
    font-size: 26px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 13px;
  }

  .div-block-5 {
    align-items: center;
    width: 100%;
  }

  .list-item {
    text-align: center;
    align-self: center;
  }

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

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 15px;
    display: flex;
  }

  .div-block-7 {
    width: 100px;
    top: 76%;
  }

  .heading-2-copy {
    text-align: center;
    align-self: auto;
    font-size: 26px;
  }

  .text-block-4 {
    font-size: 13px;
  }

  .div-block-9 {
    flex-flow: column;
    display: flex;
  }

  .div-block-6-copy {
    order: 0;
    width: auto;
  }

  .div-block-4-copy {
    flex-flow: column;
  }

  .image-2 {
    order: 0;
    align-self: auto;
    width: 100%;
  }

  .button-dark {
    font-size: 16px;
  }

  .div-block-14 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .slide-yagami {
    width: 100%;
    padding-right: 0;
  }

  .text-block-8, .list-yagami {
    font-size: 15px;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .button-copy-copy {
    margin-bottom: 13px;
  }

  .div-block-20 {
    inset: 0% auto auto 0%;
  }

  .image-3 {
    width: 40px;
  }

  .image-4 {
    width: 50px;
  }

  .div-block-5-copy-copy {
    width: 100%;
  }

  .right-arrow-2 {
    width: 44px;
    height: 44px;
    inset: 0% auto 0% 52%;
  }

  .image-5 {
    width: 100px;
    height: 100px;
    position: static;
  }

  .text-block-9 {
    text-align: center;
    font-size: 15px;
    display: block;
  }

  .div-block-23 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-24 {
    text-align: center;
    flex-flow: column;
    align-self: auto;
  }

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

  .image-6 {
    align-self: auto;
    margin-top: 0;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .left-arrow-2 {
    inset: auto 13% 8% 34%;
  }

  .div-block-4-copy-copy {
    flex-flow: column;
  }

  .div-block-6-copy-copy {
    order: 0;
    width: auto;
  }

  .div-block-25 {
    flex-flow: column;
    display: flex;
  }
}


