:root {
  --green: #2a9c64;
}

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

.image {
  width: 100px;
}

.main-wrapper {
  background-image: url('../images/32874_1.webp');
  background-position: 50% 0;
  background-size: cover;
  min-height: 100vh;
}

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

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

.block-logo {
  background-image: linear-gradient(#000, #fff0);
  justify-content: space-between;
  align-items: center;
  padding: 2% 5% 5%;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  text-transform: uppercase;
  word-break: normal;
  max-width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 130%;
}

.block-heading {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0e2f1e00;
  background-image: linear-gradient(0deg, #000, #fff0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 0% 4% 4%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.block-sp {
  background-color: #2a9c64;
  border-radius: 50px;
  padding: 10px;
}

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

.block-11 {
  background-color: #2a9c64;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.date-text {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}

.link-block-2 {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2:hover {
  transform: scale(1.1);
}

.sup-date-box {
  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: 32px;
  padding-top: 0;
  display: grid;
}

.cont1 {
  max-width: 860px;
}

.link {
  color: #c0c0c075;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 150%;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #fff;
}

.block-info2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.sup-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.block-info1 {
  display: none;
}

.text-block-2 {
  color: #fff;
  margin-bottom: 24px;
}

.block-1 {
  background-color: #000;
  border-radius: 0 0% 0%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-6 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

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

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

.heading-2 {
  color: #0c2c1c;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 150%;
}

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

.text-block-7._1 {
  font-weight: 600;
}

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

.block-3 {
  background-color: #f3f3f3;
  padding-top: 32px;
  padding-bottom: 32px;
}

.block-h3 {
  background-color: #2a9c64;
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 20px;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100%;
}

.faq_item {
  border-bottom: .0625rem #aad0ff;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  background-color: #2a9c64;
  border-radius: 20px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
  padding: 1rem;
  display: flex;
  position: relative;
}

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

.text-weight-medium.text-size-large {
  color: #fff;
  flex: 1;
  align-self: center;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.faq_expand-icon {
  background-color: #0b0d011f;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_answer-content {
  color: #3d3d3d;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.block-ll {
  padding-top: 24px;
}

.blockfooter-2 {
  color: #b3b3b3;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.footertext-2 {
  color: #424242;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.block-ph-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-4 {
  border-radius: 12px;
  width: 100%;
}

.link-2, .link-3 {
  color: var(--green);
}

.link-4 {
  color: #2a9c64;
}

.link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15 {
  color: var(--green);
}

.link-16 {
  color: #2a9c64;
}

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

.block-lapky {
  margin-bottom: 12px;
}

@media screen and (min-width: 1280px) {
  .blockfooter-2 {
    background-color: #000;
  }

  .footertext-2 {
    color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 48px;
  }

  .block-heading {
    bottom: 0%;
  }
}

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

  .heading {
    font-size: 64px;
  }

  .footertext-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    text-align: left;
    font-size: 32px;
  }

  .block-heading {
    max-width: 100%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}

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

  .heading {
    font-size: 24px;
  }

  .block-heading {
    max-width: 100%;
    left: 5%;
  }

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

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-position: 50% 100%;
    min-height: 100vh;
    position: relative;
  }

  .text-block {
    font-size: 12px;
  }

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

  .block-logo {
    background-image: linear-gradient(#000, #fff0);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 4%;
  }

  .heading {
    text-align: center;
    max-width: 100%;
    font-size: 27px;
    line-height: 150%;
  }

  .block-heading {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
    inset: auto 0% 0%;
  }

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

  .sup-date-box {
    margin-bottom: 20px;
  }

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

  .link {
    color: #fff;
    font-size: 24px;
    text-decoration: underline;
  }

  .block-info2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

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

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }
}


