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

.top-sec {
  background-image: none;
  background-size: auto;
  height: auto;
  position: static;
}

.logo-up {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.up-link {
  width: 108px;
}

.life-logo {
  background-color: #632153;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.life-link {
  width: 128px;
}

.mainpic {
  background-image: none;
  background-size: auto;
  height: 95vh;
  position: relative;
}

.main-title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 3%;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 44px;
  line-height: 135%;
}

.sub1 {
  color: #d6d5d5;
  text-align: center;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
}

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

.main-pict {
  object-fit: cover;
  width: 100%;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pream-sec {
  padding-bottom: 0;
}

.cont {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text1 {
  margin-bottom: 20px;
}

.link {
  color: #5db12e;
  font-weight: 500;
}

.quote {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eee;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.quote.stblnc {
  background-color: #fff;
}

.middlspan {
  font-style: italic;
  font-weight: 500;
}

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

.thought-item {
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.thought-text {
  color: #585858;
  font-size: 14px;
}

.dot {
  background-color: #b1b1b100;
  border: 2px solid #cacaca;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.chapter-sec {
  background-color: #eee;
}

.chapter-sec.wh {
  background-color: #fff;
}

.chapter-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-2 {
  color: #5db12e;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  line-height: 135%;
}

.prohead-text {
  border: 1px #777;
  border-top-style: solid;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.quot-other {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 5.75fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
  display: grid;
}

.quot-other.gris {
  background-color: #eee;
}

.quo-spam, .intext-quot {
  font-style: italic;
  font-weight: 500;
}

.fin-sec {
  background-color: #202020;
}

.fin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.link-2 {
  color: #5db12f;
}

.ph {
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  object-fit: cover;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vid {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vidyu {
  margin-top: 40px;
}

@media screen and (min-width: 1280px) {
  .logo-up {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading {
    font-size: 56px;
  }

  .sub1 {
    font-size: 32px;
  }

  .sub2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .top-sec {
    background-position: 50% 0;
  }

  .logo-up {
    padding-top: 0;
    padding-bottom: 0;
  }

  .life-logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-title {
    bottom: 5%;
  }

  .heading {
    font-size: 60px;
  }

  .sub1 {
    font-size: 32px;
  }

  .sub2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .logo-up {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .up-link {
    width: 128px;
  }

  .life-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .life-link {
    width: 168px;
  }

  .heading {
    font-size: 88px;
  }

  .sub1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .top-sec {
    background-position: 50% 0;
    height: auto;
    position: static;
  }

  .up-link {
    width: 96px;
  }

  .life-link {
    width: 118px;
  }

  .mainpic {
    background-image: none;
    background-size: auto;
    height: 80vh;
    position: relative;
    inset: auto 0% 3%;
  }

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

  .heading {
    font-size: 32px;
  }

  .sub1 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .sub2 {
    font-size: 15px;
  }

  .main-pict {
    height: 80vh;
  }

  .cont {
    max-width: 680px;
  }

  .thoughts-box {
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .top-sec {
    height: auto;
  }

  .heading {
    font-size: 28px;
  }

  .sub1 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .quote {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .quot-photo {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .thoughts-box {
    grid-template-columns: 1fr;
  }

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

  .quot-other {
    padding: 20px;
  }

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

@media screen and (max-width: 479px) {
  .top-sec {
    background-position: 100% 0;
    height: auto;
  }

  .up-link, .life-logo {
    text-align: center;
  }

  .mainpic {
    height: 50vh;
  }

  .main-title {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading {
    text-align: center;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 20px;
  }

  .sub1 {
    padding-left: 0%;
    padding-right: 0%;
    font-size: 14px;
  }

  .sub2 {
    font-size: 12px;
  }

  .main-pict {
    height: 50vh;
  }

  .chapter-box {
    padding-bottom: 20px;
  }

  .quot-other {
    grid-template-columns: 1fr;
  }

  .quot-mark {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ph.f {
    margin-bottom: 20px;
  }

  .ph.ko {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image-3, .image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10 {
    object-fit: cover;
    max-width: 25%;
  }
}

#w-node-a1a2eb5a-8c66-b048-420f-64d28c4b0acf-26a8dff4, #w-node-_0bf3d818-be3a-20dd-6ada-a0db47f592b3-26a8dff4, #w-node-_0d89df1d-83ed-9eaf-9478-363d9d60f427-26a8dff4, #w-node-_3e276acc-bfd9-6761-3ca4-1bad75e46181-26a8dff4, #w-node-_5d1f97ab-37f5-e2ec-016b-ca4f7b919a79-26a8dff4, #w-node-edccc0cd-ad94-b73a-7252-68b51202240e-26a8dff4, #w-node-_792bbcda-58ab-83d6-9e3c-41116b455c29-26a8dff4, #w-node-ace551c3-3fa2-2283-681f-02ba88e1d056-26a8dff4, #w-node-_3ca95e9f-0e25-c250-b509-bb77971f18d8-26a8dff4 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4dabce3e-59ab-4078-1f8f-60e24935b28c-26a8dff4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_846bb93f-ba2c-6ed2-874c-aa3adfc2f930-26a8dff4 {
    place-self: center;
  }

  #w-node-_4dabce3e-59ab-4078-1f8f-60e24935b28c-26a8dff4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0bf3d818-be3a-20dd-6ada-a0db47f592b1-26a8dff4, #w-node-_3e276acc-bfd9-6761-3ca4-1bad75e4617f-26a8dff4, #w-node-edccc0cd-ad94-b73a-7252-68b51202240c-26a8dff4, #w-node-_792bbcda-58ab-83d6-9e3c-41116b455c27-26a8dff4 {
    place-self: center;
  }
}


