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

.top-hero-section {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  height: auto;
}

.div-block {
  height: auto;
}

.home-hero-background {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.home-hero-contents {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  background-color: #000000ab;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 40px;
}

.body {
  background-color: #000;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-position: 50% 50%;
  width: auto;
  max-width: 80%;
  position: static;
}

.title-image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  vertical-align: baseline;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.button-area {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.button {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  object-fit: fill;
  background-color: #3898ec00;
  border: 3px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.icon {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  opacity: 1;
  outline-offset: 0px;
  object-fit: fill;
  background-color: #0000;
  border: 0 solid #616060;
  border-radius: 100px;
  outline: 0 solid #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 65px;
  display: flex;
  position: fixed;
  inset: 1% 0% auto;
}

.brand {
  object-fit: fill;
  width: 180px;
  margin-top: 3px;
  margin-left: 40px;
  padding: 0;
  position: relative;
}

.navbar-2 {
  background-color: #000;
}

.nav-link {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.navi-button {
  color: #609dff;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 48px;
  padding: 5px 30px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.navi-button-3 {
  color: #fff;
  border: 0 solid #fff;
  border-radius: 50px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 25px;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 300;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  background-color: #02020299;
  border-radius: 100px;
  outline: 1px solid #444;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-width: 1100px;
  max-width: 55%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-2 {
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
}

.navi-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Space Grotesk, sans-serif;
  font-size: 11px;
  font-weight: 300;
  display: flex;
}

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

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: auto;
}

.page-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 30vh;
  display: grid;
}

.link {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid {
  grid-column-gap: 15px;
  grid-row-gap: 19px;
  background-color: #0e0e0e;
  grid-template-rows: 1fr 50px 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: stretch stretch;
  margin-top: 70px;
}

.div-block-2 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-size: 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.line {
  border-top: 1px solid #3a3a3a;
  height: 10px;
  margin-bottom: 0;
}

.footer-logo {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.paragraph-2 {
  color: #686868;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 11px;
  font-weight: 200;
  line-height: 21px;
}

.image-3 {
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 260px;
  margin-right: 40px;
  padding-right: 0;
  display: block;
}

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

.grid-2 {
  grid-column-gap: 30px;
  background-color: #050505;
  grid-template-rows: 100px 100px 100px 100px auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  padding-bottom: 0;
}

.title-style {
  opacity: 1;
  background-image: url('../images/组-79.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 21%;
}

.heading {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.paragraph-3 {
  color: #fff;
  font-size: 18px;
}

.paragraph-4 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-3 {
  opacity: .27;
  mix-blend-mode: normal;
  background-image: url('../images/lighteffect1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.product {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

._02 {
  opacity: .85;
  mix-blend-mode: color-burn;
  background-image: url('../images/lighteffect1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.title3 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.image-4 {
  width: 50%;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  width: 30%;
  font-family: Noto Sans JP, sans-serif;
  line-height: 25px;
}

.div-block-4 {
  height: 120px;
}

.product-02 {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  background-color: #0f0f0f;
  border-radius: 7px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: center start;
  width: 520px;
  height: 120px;
  padding: 20px;
  display: grid;
}

.heading-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.text-block {
  color: #fff;
  border: 1px solid #3b79ff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-bottom: 55px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.div-block-5 {
  border-left: 2px solid #fff;
}

.paragraph-6 {
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 40px;
  font-size: 11px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.step {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-6 {
  border: 1px solid #007bff;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 100px;
  display: flex;
}

.image-5 {
  width: 150px;
}

.text-block-2 {
  color: #fff;
}

.paragraph-7 {
  color: #fff;
  font-size: 10px;
}

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

.image-6 {
  width: 50%;
}

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

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

.image-7 {
  width: 90%;
}

.div-block-10 {
  border-bottom: 1px solid #535151;
  height: 60px;
}

.grid-3 {
  background-color: #0d0d0e;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-8 {
  padding-left: 30px;
}

.image-9 {
  padding-right: 30px;
}

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

.heading4 {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 25px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.div-block-12 {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/组-90.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  place-items: flex-start stretch;
  margin-bottom: 75px;
  display: flex;
}

.div-block-14 {
  width: 300px;
}

.div-block-15 {
  width: 400px;
}

.div-block-16 {
  width: 300px;
}

.div-block-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-start;
  display: flex;
}

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

.image-10 {
  margin-bottom: 71px;
}

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

  .icon-2 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }

  .menu-button {
    text-overflow: clip;
  }

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

@media screen and (max-width: 767px) {
  .button {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    font-size: 16px;
    line-height: 30px;
  }

  .container {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    min-width: 300px;
    display: flex;
  }

  .image-2 {
    max-width: 80%;
  }

  .nav-menu {
    flex-flow: column;
  }

  .grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .link-2 {
    font-size: 10px;
  }

  .footer-logo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .paragraph-2 {
    padding-left: 33px;
    padding-right: 33px;
  }

  .image-3 {
    width: auto;
    margin-bottom: 78px;
    margin-right: 0;
    padding-left: 110px;
    padding-right: 110px;
  }

  .footer-logo-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 6px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .title-style {
    margin-top: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .image-4 {
    width: 80%;
  }

  .paragraph-5 {
    width: 90%;
  }

  .product-02 {
    width: 400px;
    height: 200px;
  }

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

  .paragraph-6 {
    font-size: 10px;
  }

  .step {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8, .grid-3 {
    flex-flow: column;
    display: flex;
  }

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

  .heading4 {
    letter-spacing: 5px;
    font-size: 14px;
  }

  .text-block-3 {
    font-size: 40px;
  }

  .div-block-13 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-15 {
    width: 320px;
  }

  .div-block-18 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-19 {
    margin-bottom: 39px;
  }

  .image-10 {
    margin-bottom: 0;
  }
}

#w-node-ab2b6c09-d473-1fab-2ef3-f0b74f9dcb16-de3a2656, #w-node-d61b9814-4741-5af1-9d11-f2b26139ee0c-de3a2656 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-c2bc95ec-5f50-8420-f13f-4b45782cb4d2-de3a2656 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_6b61c637-a675-35bc-4bc8-0a0e07fd3da9-de3a2656 {
  grid-area: 3 / 2 / 6 / 5;
  justify-self: auto;
}

#w-node-bd0d6185-6e29-5ee4-a049-c681129031a8-de3a2656 {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-fcdf545e-02e9-8a52-3eef-090d7e5948b4-de3a2656, #w-node-_729d974a-a4a5-73f9-308b-9b9650631746-de3a2656 {
  grid-area: 2 / 3 / 4 / 9;
}

#w-node-_8b86118b-3f5c-74b9-9b6b-ce94dd470bbc-de3a2656 {
  grid-area: 4 / 3 / 6 / 9;
  place-self: auto;
}

#w-node-a3725a40-ee93-b9a2-97d5-450b6d347c95-de3a2656 {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_063b95a6-c92e-4f2b-623e-b891b5e981f2-de3a2656, #w-node-_4fa52553-8274-0dbf-e053-baff21cd36a9-de3a2656 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b3c555b-e3ce-8316-9465-cbb148eb690f-de3a2656 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-de992aa9-36b2-35ae-bf3f-17df68e487af-de3a2656 {
  grid-area: 4 / 6 / 5 / 9;
}

#w-node-de992aa9-36b2-35ae-bf3f-17df68e487b0-de3a2656, #w-node-de992aa9-36b2-35ae-bf3f-17df68e487b2-de3a2656 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de992aa9-36b2-35ae-bf3f-17df68e487b4-de3a2656 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-e5e41363-2a0d-5510-a0e5-22b99a36f465-de3a2656 {
  grid-area: 5 / 3 / 6 / 6;
}

#w-node-e5e41363-2a0d-5510-a0e5-22b99a36f466-de3a2656, #w-node-e5e41363-2a0d-5510-a0e5-22b99a36f468-de3a2656 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e5e41363-2a0d-5510-a0e5-22b99a36f46a-de3a2656 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_3563fb34-843b-16bb-a938-a1e9db423925-de3a2656, #w-node-_3563fb34-843b-16bb-a938-a1e9db423927-de3a2656 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3563fb34-843b-16bb-a938-a1e9db423929-de3a2656 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-b7d5c11b-e81d-54aa-c80e-71d2c46608a6-de3a2656 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-dc262d56-7bb0-cc78-3cdd-a2300b04f4d4-de3a2656 {
  grid-area: 2 / 2 / 4 / 5;
}

#w-node-_9ba499cc-36ef-ee19-6702-a23606ee5cb3-de3a2656 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_16d69e8f-6fb3-b2fc-13cc-17e6011ec0cb-de3a2656 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-_2f70c52a-cf02-9b61-a540-8cee74c95404-de3a2656 {
  grid-area: 2 / 4 / 4 / 5;
}

#w-node-_28d7aced-fc3b-c47e-e143-a9f0745c0317-de3a2656 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_5c1013be-6a44-c1d1-ec54-6a377683f884-de3a2656 {
  grid-area: 5 / 2 / 7 / 5;
}

#w-node-_21bdc9cd-9b57-c6bb-669f-c3a18b72be4b-de3a2656 {
  grid-area: 3 / 2 / 6 / 5;
}

#w-node-b899a9a8-569f-fad7-58b0-08247f46c4e0-de3a2656 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_1d809103-8c38-4202-3ddb-69a29c73f908-de3a2656 {
  grid-area: 1 / 2 / 3 / 5;
}

#w-node-b208bd14-13e7-69f6-e8c2-62f1336fbd5e-de3a2656, #w-node-_81d76220-11eb-f4f5-20a6-3816fc843c20-de3a2656 {
  grid-area: 3 / 2 / 6 / 9;
}

#w-node-e5728666-f82f-c279-a907-76ca711f59ae-de3a2656 {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_80e83955-9873-452c-e77a-e1110fc63cbd-de3a2656 {
  grid-area: 3 / 3 / 6 / 8;
  align-self: center;
}

#w-node-_560f3a10-daa8-0224-7384-deef0229c165-de3a2656 {
  grid-area: 6 / 4 / 7 / 7;
}

#w-node-e5ca0227-3693-51f7-558e-fe6dc6932b33-de3a2656 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-b082525d-452e-3e20-1198-81c49f0d369a-de3a2656 {
  grid-area: 1 / 6 / 2 / 7;
  place-self: auto;
}

#w-node-ca266b68-a7b2-b43b-86a7-57c910752832-de3a2656 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-_052cb7a5-16d4-f3fd-22c1-d1fa813fd414-de3a2656 {
  grid-area: 1 / 8 / 2 / 9;
}

#w-node-_1a9134ad-8d7c-fbc9-4430-2b0bd458867a-de3a2656 {
  grid-area: 1 / 9 / 2 / 10;
}

#w-node-_8e5604f9-79ba-9544-3387-4c255c96bde8-de3a2656 {
  grid-area: 1 / 10 / 2 / 11;
}

#w-node-_46b585a1-74a3-a940-321e-4c3bf9c58fc7-de3a2656 {
  grid-area: 2 / 4 / 3 / 12;
}

#w-node-b9d8ee30-66af-eaf9-b40c-d543a27fbe7d-de3a2656 {
  grid-area: 3 / 5 / 4 / 9;
}

#w-node-af3b2192-8b70-ed27-12cf-832431db85b3-de3a2656 {
  grid-area: 4 / 5 / 5 / 8;
}

#w-node-a63e853f-8b65-9ec9-49b5-82dca1b083c9-de3a2656 {
  grid-area: 3 / 9 / 5 / 11;
}

@media screen and (max-width: 991px) {
  #w-node-fcdf545e-02e9-8a52-3eef-090d7e5948b4-de3a2656, #w-node-_729d974a-a4a5-73f9-308b-9b9650631746-de3a2656 {
    grid-area: 2 / 2 / 4 / 8;
  }

  #w-node-_8b86118b-3f5c-74b9-9b6b-ce94dd470bbc-de3a2656 {
    grid-area: 4 / 2 / 6 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2bc95ec-5f50-8420-f13f-4b45782cb4d2-de3a2656 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6b61c637-a675-35bc-4bc8-0a0e07fd3da9-de3a2656 {
    grid-area: 3 / 1 / 6 / 2;
    justify-self: auto;
  }

  #w-node-bd0d6185-6e29-5ee4-a049-c681129031a8-de3a2656 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fcdf545e-02e9-8a52-3eef-090d7e5948b4-de3a2656, #w-node-_729d974a-a4a5-73f9-308b-9b9650631746-de3a2656 {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-_8b86118b-3f5c-74b9-9b6b-ce94dd470bbc-de3a2656 {
    grid-area: 4 / 1 / 6 / 4;
    place-self: auto;
  }

  #w-node-b7d5c11b-e81d-54aa-c80e-71d2c46608a6-de3a2656 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-dc262d56-7bb0-cc78-3cdd-a2300b04f4d4-de3a2656 {
    grid-area: 2 / 1 / 4 / 5;
  }

  #w-node-_21bdc9cd-9b57-c6bb-669f-c3a18b72be4b-de3a2656 {
    grid-area: 3 / 1 / 6 / 4;
  }
}


