:root {
  --yellow--025: #fffdfa;
  --green--300: #037d61;
  --green--400: #155c4c;
  --green--200: #4bcdb4;
  --green--100: #d3f4ec;
  --yellow--250: #efa725;
  --green--250: #039d7e;
  --yellow--300: #d29101;
  --yellow--200: #ffc64b;
  --yellow--150: #ffe09f;
  --yellow--050: #faf7f1;
  --yellow--100: #feefd3;
}

.body-wrap {
  background-color: var(--yellow--025);
}

.footer_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.footer {
  background-color: var(--green--300);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 40px;
  text-decoration: none;
  display: flex;
}

.img-navlogo {
  object-fit: cover;
  height: 2rem;
}

.logowrapper {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 8px;
  text-decoration: none;
  display: flex;
}

.footer_counter {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.footer_inner {
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.main_inner {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-image: url('../images/dotMap.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 130%;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100svh - 5rem);
  padding: 3em 4% 6em;
  display: flex;
}

.title_wrap {
  background-color: #fff;
  border-radius: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 24px;
  display: flex;
  box-shadow: 0 4px 20px #1f4d4226;
}

.title {
  color: var(--green--400);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.title.is-tc {
  line-height: 115%;
}

.title.is-tc.is-wrap {
  display: none;
}

.p1-b {
  color: var(--green--400);
  text-align: center;
  width: 100%;
  max-width: 65ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.p1-b.is-tc {
  line-height: 170%;
}

.card {
  cursor: pointer;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 25rem;
  padding: 24px;
  transition: transform .25s ease-in-out;
  position: relative;
  box-shadow: 0 4px 20px #155c4c26;
}

.card:hover {
  transform: translate(0, -24px);
}

.card_inner {
  background-color: #fff;
  border-radius: 16px;
  position: relative;
}

.image {
  border-radius: 16px;
}

.text_wrap {
  grid-row-gap: 1rem;
  background-color: #fff;
  border-top-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 1rem;
  padding-left: 1.25rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.text_wrap.is-tc {
  grid-row-gap: .6rem;
}

.card_title {
  color: var(--green--400);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MuseoModerno, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.card_title.is-tc {
  line-height: 115%;
}

.color-bar {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: .3125rem;
  display: flex;
}

.card_flex {
  grid-column-gap: 9rem;
  grid-row-gap: 9rem;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 5.25rem;
  display: flex;
}

.color {
  background-color: #4bcdb4;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
}

.color.is-color2 {
  background-color: #ff5a5f;
}

.color.is-color3 {
  background-color: #ffb000;
}

.color.is-color4 {
  background-color: #545454;
}

.color.is-color6 {
  background-color: #3a7d25;
}

.color.is-color5 {
  background-color: #7ca54c;
}

.corner_left {
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 0%;
  left: -16px;
}

.corner_top {
  width: 16px;
  height: 16px;
  position: absolute;
  top: -16px;
  right: 0%;
}

.card_icon {
  width: 18.75rem;
  position: absolute;
  inset: -5rem auto auto -4.5rem;
}

.btn-lang {
  grid-column-gap: 8px;
  border: 2px solid var(--green--200);
  background-color: var(--yellow--025);
  cursor: pointer;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 3px 8px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 3em 4% auto auto;
  overflow: hidden;
}

.text {
  color: var(--green--400);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .footer_logo {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer {
    flex-flow: column;
  }

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

  .main_inner {
    background-size: cover;
  }

  .title_wrap {
    max-width: 33.75rem;
  }

  .title.is-tc {
    font-size: 2.5rem;
  }

  .card_title.is-tc {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .main_inner {
    padding-top: 4.5em;
  }

  .card_icon {
    width: 15.625rem;
    left: -6%;
  }

  .btn-lang {
    top: 1.5em;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .footer_counter {
    padding-top: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_inner {
    grid-column-gap: 8px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .main_inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 3em;
  }

  .title_wrap {
    padding: 20px 32px;
  }

  .title {
    font-size: 2.2rem;
  }

  .title.is-tc {
    max-width: 19.5rem;
  }

  .title.is-tc.is-linebreak {
    display: none;
  }

  .title.is-tc.is-wrap {
    display: block;
  }

  .p1-b {
    font-size: 1.1rem;
  }

  .card {
    width: 100%;
    padding: 16px;
  }

  .card_title {
    font-size: 1.7rem;
  }

  .card_flex {
    padding-top: 64px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .card_icon {
    width: 230px;
    top: -70px;
  }
}


