.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  background-color: #f1f3f4;
  min-height: auto;
  padding-bottom: 0;
  position: relative;
}

.logo-up-life {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.link-block {
  width: 100px;
  max-width: 100%;
}

.link-block-2 {
  width: 120px;
  max-width: 100%;
}

.block-heading {
  background-image: linear-gradient(0deg, #000, #fff0);
  margin-bottom: 0;
  padding-top: 4%;
  padding-bottom: 2%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 150%;
}

.logo-link {
  width: 128px;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.container2 {
  max-width: 1100px;
  position: static;
  inset: auto 0% 0%;
}

.image {
  object-fit: cover;
  object-position: 48% 50%;
  border-radius: 0;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  position: static;
}

.text-block {
  color: #8d8d8d;
  margin-top: 8px;
  font-size: 12px;
  font-style: italic;
  line-height: 150%;
}

.block-1 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.grt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 24px;
  display: grid;
}

.newt {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.dtop {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.text-block-2 {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

.text-block-2._24 {
  margin-bottom: 0;
}

.block-sp {
  background-color: #4285f4;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 8px 12px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  background-color: #4285f4;
  border-radius: 12px;
  padding: 8px 12px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.block-2._32 {
  padding-bottom: 32px;
}

.heading-2-block {
  background-color: #f1f3f4;
  border-left: 4px solid #4285f4;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-bottom: 24px;
  padding: 20px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 600;
  line-height: 150%;
}

.footer {
  background-color: #4285f4;
  padding-top: 32px;
  padding-bottom: 32px;
}

.text-block-4 {
  color: #fff;
  font-size: 12px;
}

.link {
  color: #fff;
}

.block-menu {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.link-block-3 {
  color: #000;
  background-color: #d2e3fc;
  border-radius: 12px;
  padding: 20px;
  text-decoration: none;
}

.text-block-5 {
  color: #000;
  height: 64px;
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.block-arrow {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8px 8px 0 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 1rem 1rem 1rem 1.25rem;
  display: flex;
  position: relative;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  color: #000;
  flex: 1;
  align-self: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.faq_question-expand {
  width: 16px;
}

.block-icons {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

.card1 {
  background-color: #d2e3fc;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image-2 {
  width: 80px;
}

.image-3, .image-4 {
  width: 60px;
}

.bl-ph {
  margin-top: 32px;
  margin-bottom: 32px;
}

.image-5 {
  border-radius: 12px;
}

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

.image-6 {
  border-radius: 12px;
  width: auto;
}

.text-span {
  color: #fff;
  background-color: #4285f4;
  border-radius: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.block-info {
  background-color: #f1f3f4;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-6 {
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-weight: 500;
}

.text-block-7 {
  margin-bottom: 12px;
}

.text-block-7._12 {
  margin-bottom: 0;
}

.logo-note {
  background-color: #d2e3fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 140px;
  padding: 10px;
}

.blockabut-note {
  background-color: #f1f3f4;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 32px;
  padding: 20px;
}

.blockabut-note._32 {
  margin-bottom: 0;
}

.text-block-8 {
  margin-bottom: 24px;
}

.text-block-8._24 {
  margin-bottom: 0;
}

.logo-docs {
  background-color: #d2e3fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  width: 180px;
  padding: 10px;
  display: flex;
}

.logo-note2 {
  background-color: #d2e3fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 202px;
  padding: 10px;
}

.crd1 {
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
}

.logo-note3 {
  background-color: #d2e3fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 206px;
  padding: 10px;
}

.text-block-9, .text-block-10 {
  font-family: Unbounded, sans-serif;
  font-size: 16px;
}

.logo-note4 {
  background-color: #d2e3fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 263px;
  padding: 10px;
}

.logo-note5 {
  background-color: #d2e3fc;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 156px;
  padding: 10px;
}

.image-7 {
  width: 32px;
}

.logomob {
  display: none;
}

.text-span-2 {
  color: #4285f4;
  font-weight: 700;
}

.link-2 {
  color: #4285f4;
}

.vid {
  background-color: #4285f4;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.text-block-11 {
  color: #fff;
  text-align: center;
}

.block-about-visual {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-8 {
  grid-template-areas: ". ."
                       "Area Area";
}

.block-vis1 {
  background-color: #f1f3f4;
  border-radius: 12px;
  padding: 20px;
}

.text-block-12 {
  margin-bottom: 12px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-13 {
  margin-bottom: 12px;
}

.text-block-13._12 {
  margin-bottom: 0;
}

.text-span-3 {
  color: #4285f4;
}

.image-8 {
  border-radius: 12px;
}

.div-block {
  border-radius: 12px;
  margin-top: 12px;
}

.image-9 {
  width: 20px;
}

.image-10 {
  width: 100px;
}

.link-3, .link-4, .link-5 {
  color: #4285f4;
}

.block-quote {
  background-color: #f1f3f4;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

.text-block-14 {
  font-style: normal;
  font-weight: 600;
}

.text-block-15 {
  margin-bottom: 24px;
  font-style: italic;
  font-weight: 600;
}

.text-block-16 {
  color: #6b6b6b;
  text-align: center;
  margin-top: 8px;
  font-size: 10px;
  font-style: italic;
  line-height: 140%;
}

.video {
  margin-bottom: 32px;
}

.link-6 {
  color: #4285f4;
}

.sp-date {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sp-text {
  color: #0054a4;
  font-weight: 500;
}

.date-text {
  text-align: right;
}

.link-7, .link-8, .link-9 {
  color: #4285f4;
}

@media screen and (min-width: 1920px) {
  .link-block {
    max-width: 84%;
  }

  .logo-link {
    width: 168px;
  }
}

@media screen and (max-width: 991px) {
  .link-block {
    max-width: 74%;
  }

  .link-block-2 {
    max-width: 80%;
  }

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

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sp-date {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .image {
    min-height: 80vh;
  }

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

  .grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-5 {
    height: auto;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .text-weight-medium.text-size-large {
    color: #000;
  }

  .image-2, .image-3, .image-4 {
    width: 48px;
  }
}

@media screen and (max-width: 479px) {
  .logo-up-life {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f1f3f4;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-bottom: 2%;
    padding-left: 2%;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .link-block {
    max-width: 64%;
  }

  .link-block-2 {
    max-width: 74%;
  }

  .block-heading {
    background-color: #f1f3f4;
    background-image: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 2%;
    position: static;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    color: #000;
    margin-top: 0;
    font-size: 27px;
  }

  .logo-link {
    display: block;
  }

  .image {
    min-height: auto;
  }

  .dtop {
    color: #000;
  }

  .text-block-3 {
    padding: 6px 10px;
    font-size: 10px;
  }

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

  .grid {
    flex-flow: column;
    display: flex;
  }

  .text-block-5 {
    height: auto;
  }

  .text-weight-medium.text-size-large {
    color: #000;
    font-size: 1rem;
    line-height: 150%;
  }

  .faq_expand-icon {
    background-color: #5a5a5a4f;
  }

  .image-2, .image-3, .image-4 {
    width: 48px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }

  .text-span {
    white-space: normal;
  }

  .logomob {
    display: block;
  }

  .logo {
    display: none;
  }

  .grid-4, .grid-5, .grid-6, .grid-7, .grid-8 {
    flex-flow: column;
    display: flex;
  }

  .image-10 {
    width: 80px;
  }

  .grid-9 {
    flex-flow: column;
    display: flex;
  }

  .ph-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-11, .image-12 {
    width: 70%;
  }
}

#w-node-_8065a6a0-0163-84d1-9e64-ef164b99cac3-b1ff5665, #w-node-c6385077-45b2-ff2c-6895-60bb69d674c8-b1ff5665, #w-node-_6fb734ce-e77b-2fdd-1378-c169d6228da5-b1ff5665 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6117538-c4d9-e86b-85df-3277098d74a7-b1ff5665 {
  align-self: center;
}

#w-node-_914a12e8-7d96-4da7-68e5-b49908344c88-b1ff5665 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_795b49ae-d35a-41c2-763b-85fb8e4c9feb-b1ff5665, #w-node-_795b49ae-d35a-41c2-763b-85fb8e4c9fed-b1ff5665, #w-node-d3fa7fba-8696-c431-eb46-06078a620739-b1ff5665, #w-node-d3fa7fba-8696-c431-eb46-06078a62073b-b1ff5665 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa6027a5-2cf1-3269-3651-90e8312328f7-b1ff5665 {
  align-self: center;
}


