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

.top_box {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.intop_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
}

.left_side {
  background-color: #002c1a;
}

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

.navi {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ebebebb8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 2% 5% auto;
}

.navbar {
  background-color: #ddd0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.innav_bar {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  display: block;
}

.navlink {
  text-transform: uppercase;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  transition: color .555s cubic-bezier(.645, .045, .355, 1);
}

.navlink:hover {
  color: #002c1a;
  font-weight: 700;
}

.main_title {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 135%;
}

.subtitle_text {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heel {
  width: 240px;
}

.pream_sec {
  padding-bottom: 0;
}

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

.pream_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp_date_box {
  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: #008050;
  font-weight: 600;
}

.date_text {
  text-align: right;
}

.pream_text {
  margin-bottom: 20px;
}

.story_sec {
  background-color: #eee;
  padding-bottom: 0;
}

.story_sec.whitestl {
  background-color: #fff;
}

.story_box {
  padding-top: 60px;
  padding-bottom: 40px;
}

.h2 {
  color: #008050;
  -webkit-text-stroke-color: #008050;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
}

.regular-text {
  margin-bottom: 20px;
}

.regular-text.centro {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.quot_phot {
  background-color: #008050;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 20%;
  padding: 40px;
  display: block;
}

.quot_phot.sawer {
  display: none;
}

.photo_quot {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-bottom: 0;
  display: block;
}

.image-2 {
  object-fit: cover;
  display: block;
}

.quot_text {
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
  font-weight: 600;
}

.quot_text.author {
  text-transform: uppercase;
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.quot_text.author.title {
  text-transform: none;
  padding-top: 5px;
  padding-right: 30%;
  font-size: 14px;
  font-weight: 400;
}

.iniquot {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link {
  color: #008050;
  font-weight: 600;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  display: block;
}

.fl-pro {
  color: #008050;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #eee0;
  justify-content: center;
  margin: 60px 10%;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.quot_text_span {
  font-weight: 600;
}

.link-2 {
  color: #008050;
  font-weight: 600;
}

.footer_sec {
  background-color: #0e1010;
  border-top: 1px solid #ffffff1c;
}

.fin_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.link-3 {
  color: #008050;
  font-weight: 600;
}

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

.numb_grid_item {
  background-color: #008050;
  border-radius: 8px;
  padding: 40px;
}

.numb_grid_item._02 {
  background-color: #005331;
}

.numb_grid_item._03 {
  background-color: #002c1a;
}

.bg_numb_text {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-weight: 500;
  line-height: 120%;
}

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

.fan_box {
  background-color: #002c1a;
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 10% 20%;
}

.rot-wr {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.element {
  width: auto;
  max-width: 100%;
  position: absolute;
}

.element.is--2 {
  width: 100px;
  padding-bottom: 0;
  padding-left: 0;
  inset: 17% 16% auto auto;
}

.element.is--5 {
  width: 100px;
  margin-top: 31px;
  inset: 0% auto auto;
}

.element.is--1 {
  width: 100px;
  inset: 17% auto auto 16%;
}

.element.is--6 {
  width: 100px;
  margin-bottom: 31px;
  inset: auto auto 0%;
}

.element.is--7 {
  width: 100px;
  margin-left: 31px;
  inset: auto auto auto 0%;
}

.element.is--8 {
  width: 100px;
  margin-right: 31px;
  inset: auto 0% auto auto;
}

.element.is---4 {
  width: 100px;
  margin-top: 0;
  padding-left: 0;
  inset: auto 16% 17% auto;
}

.element.is--3 {
  width: 100px;
  inset: auto auto 17% 16%;
}

.image-4 {
  width: 560px;
  max-width: none;
}

.rotate-in-box {
  justify-content: center;
  display: flex;
  position: relative;
}

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

.trio_item {
  border-radius: 8px;
}

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

.bolt_sec {
  background-color: #0e1010;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bolt_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bolt_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ph_bolt.bb {
  border-radius: 8px;
}

.image-6 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  display: block;
}

.bolt_words {
  padding-bottom: 40px;
  padding-right: 0;
}

.h3 {
  color: #00a768;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
  line-height: 135%;
}

.bolt_text {
  color: #fff;
  font-weight: 500;
}

.cta_link {
  color: #fff;
  background-color: #008050;
  border-radius: 8px;
  text-decoration: none;
  transition: border-radius .555s cubic-bezier(.645, .045, .355, 1), background-color .555s cubic-bezier(.645, .045, .355, 1);
}

.cta_link:hover {
  background-color: #00805000;
  box-shadow: 0 0 0 1px #fff;
}

.cta-text {
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-weight: 600;
  display: flex;
}

.link-4 {
  color: #008050;
  font-weight: 600;
}

.bold_stl_span {
  font-weight: 600;
}

.link-5 {
  color: #008050;
  font-weight: 600;
}

.link-6 {
  color: #008050;
}

.link-7 {
  color: #01a669;
}

.link-8 {
  color: #008050;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .navlink {
    font-size: 16px;
  }

  .h1 {
    font-size: 44px;
  }

  .subtitle_text {
    font-size: 24px;
    line-height: 150%;
  }

  .heel {
    width: 300px;
  }
}

@media screen and (min-width: 1440px) {
  .main_title {
    padding-top: 200px;
  }

  .h1 {
    font-size: 50px;
  }

  .subtitle_text {
    margin-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .h1 {
    margin-bottom: 40px;
    font-size: 72px;
  }

  .subtitle_text {
    margin-bottom: 60px;
    font-size: 38px;
  }

  .heel {
    width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .top_box, .intop_box, .image {
    height: 60vh;
  }

  .navlink {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .main_title {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .h1 {
    font-size: 28px;
  }

  .subtitle_text {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heel {
    width: 160px;
  }

  .icon {
    color: #000;
  }

  .navi_in_button {
    background-color: #00bf71;
    border-radius: 16px;
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: #fff0;
    border-radius: 16px;
  }

  .cont {
    max-width: 680px;
  }

  .h2 {
    font-size: 24px;
  }

  .quot_phot {
    margin-left: 10%;
    margin-right: 10%;
  }

  .quot_text.author.title {
    padding-right: 25%;
  }

  .fl-pro {
    font-size: 18px;
  }

  .bolt_sec {
    padding-top: 0;
    padding-bottom: 0;
  }

  .bolt_words {
    padding-right: 0;
  }

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

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

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

  .image {
    height: 380px;
  }

  .navi {
    background-color: #ffffffb8;
  }

  .main_title {
    padding-top: 140px;
  }

  .h1 {
    margin-bottom: 0;
  }

  .subtitle_text {
    margin-bottom: 10px;
  }

  .heel {
    display: none;
  }

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

  .h2 {
    font-size: 20px;
  }

  .quot_phot {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .bolt_box {
    padding-top: 40px;
  }

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

@media screen and (max-width: 479px) {
  .image {
    height: 300px;
  }

  .main_title {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .subtitle_text {
    margin-bottom: 20px;
    padding-left: 10%;
    padding-right: 10%;
  }

  .h2 {
    text-align: center;
  }

  .quot_phot {
    padding: 20px;
  }

  .quot_text {
    padding-bottom: 10px;
  }

  .quot_text.author {
    padding-top: 10px;
    font-size: 14px;
  }

  .quot_text.author.title {
    padding-right: 0%;
    font-size: 12px;
    line-height: 135%;
  }

  .fl-pro {
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #fff0;
    align-items: stretch;
    margin: 40px 0%;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 150%;
  }

  .numb_small_text {
    padding-left: 5%;
    padding-right: 5%;
  }

  .rot-wr {
    width: auto;
    height: auto;
    overflow: hidden;
  }

  .element.is--2, .element.is--5, .element.is--1, .element.is--6, .element.is--7, .element.is--8, .element.is---4, .element.is--3 {
    width: 80px;
  }

  .image-4 {
    width: 440px;
  }

  .rotate-in-box {
    overflow: visible;
  }

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

  .h3 {
    font-size: 18px;
  }

  .bolt_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-a0fbe6ae-8a1a-1c4b-07bd-62516a952f43-7fac9539 {
  place-self: center;
}


