:root {
  --white: white;
  --black: black;
}

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

.section_1 {
  display: block;
}

.block_logo {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.logo {
  padding-top: 12px;
  padding-bottom: 12px;
}

.image {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section_2 {
  display: block;
}

.block_2 {
  background-color: #f1f1f1;
  position: static;
}

.image-2 {
  width: 100%;
}

.block_zag {
  text-align: center;
  background-color: #fff;
  background-image: none;
  margin-top: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  position: static;
  inset: auto 0% 0%;
}

.heading {
  color: #2a9c64;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 150%;
}

.block_grid1 {
  color: #7e0019;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 36px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  line-height: 150%;
}

.block_grid {
  margin-top: 50px;
  margin-bottom: 50px;
  display: block;
}

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

.text-block-7 {
  color: #d1d1d1;
  text-transform: uppercase;
  font-size: 10px;
}

.container_2 {
  max-width: 860px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 0;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  background-color: #4da777;
  border-radius: 4px;
  width: 100px;
  height: auto;
  margin: 16px 0 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

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

.text-block {
  color: #0c0c0c;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
}

.block_footer {
  text-align: center;
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container_footer {
  max-width: 860px;
}

.text-block-6 {
  color: #000;
  text-align: left;
  font-size: 12px;
  line-height: 150%;
}

.body {
  font-family: Fira Sans, sans-serif;
}

.link-block {
  background-color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-decoration: none;
}

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

.text-block-8 {
  color: #a8a8a8;
  text-transform: uppercase;
  font-size: 10px;
}

.text-block-9 {
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  line-height: 150%;
}

.text-block-10 {
  color: #000;
  text-align: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.bold-text {
  color: #000;
}

.image-3 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-4 {
  border-radius: 4px 4px 0 0;
}

.page_wrapper {
  background-color: #fff;
}

.link-block-4 {
  max-width: 13%;
}

.link-2 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% 1% 0% auto;
}

.link-3 {
  color: #7e0019;
}

.main-wrapper {
  background-image: url('../images/main-sp3.png');
  background-position: 50%;
  background-size: cover;
  min-height: 100vh;
  display: none;
  position: relative;
}

.block-logo {
  justify-content: space-between;
  align-items: center;
  padding: 2% 5%;
  display: flex;
  position: relative;
}

.link-block-5 {
  max-width: 21%;
}

.image-5 {
  width: 100px;
}

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

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

.block-heading {
  position: absolute;
  inset: auto 0% 45%;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 150%;
}

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

@media screen and (min-width: 1440px) {
  .block_zag {
    padding-top: 2%;
    padding-bottom: 2%;
  }

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

@media screen and (min-width: 1920px) {
  .image-2 {
    width: 100%;
  }

  .heading {
    font-size: 58px;
    line-height: 150%;
  }

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

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

@media screen and (max-width: 991px) {
  .heading {
    font-size: 38px;
  }

  .text-block-4, .text-block-5 {
    margin-left: 1%;
    margin-right: 1%;
  }

  .container_2, .container_footer {
    max-width: 680px;
  }

  .text-block-9 {
    height: 88px;
    margin-left: 1%;
    margin-right: 1%;
  }

  .text-block-10 {
    margin-left: 1%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .block_zag {
    bottom: 0%;
  }

  .heading {
    font-size: 28px;
  }

  .text-block-4 {
    text-align: center;
  }

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

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

  .text-block-7 {
    color: #d1d1d1;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 150%;
  }

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

  .text-block-2 {
    font-size: 14px;
  }

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

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

  .text-block-8 {
    color: #d1d1d1;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 150%;
  }

  .text-block-9 {
    height: auto;
    margin-bottom: 12px;
  }

  .text-block-10 {
    text-align: center;
  }

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

  .link-block-5 {
    max-width: 25%;
  }
}

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

  .image-2 {
    object-fit: cover;
    object-position: 53% 50%;
    height: auto;
  }

  .block_zag {
    bottom: 0%;
  }

  .heading {
    font-size: 27px;
  }

  .text-block-5 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-7 {
    color: #d1d1d1;
  }

  .block_ph_grid {
    width: 100%;
  }

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

  .text-block-8 {
    color: #d1d1d1;
    font-size: 10px;
  }

  .text-block-9 {
    margin-left: 3%;
    margin-right: 3%;
  }

  .image-4 {
    width: 100%;
  }

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

  .link-2 {
    font-size: 14px;
    right: 2%;
  }

  .block-logo {
    background-image: linear-gradient(#000, #fff0);
    flex-flow: column;
    padding-top: 4%;
  }

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

#w-node-_56535baa-354b-d95d-82ae-32ab27449a9a-ba9fdb45, #w-node-_542ffdda-6458-b91d-a1ab-f9b39207a08d-ba9fdb45, #w-node-c44c87b4-866d-435f-ac8c-43223dfdcb71-ba9fdb45, #w-node-_4fcc4e8c-432b-7a6c-7690-b8b6a54c2120-ba9fdb45 {
  justify-self: center;
}


