body {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.c-hero__link {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.c-hero__linkwrap {
  justify-content: center;
  align-items: center;
  margin-top: 6.111vw;
  display: flex;
}

.c-hero__par {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85em;
}

.divider {
  background-color: #696969;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 30px;
}

.divider.c-footer__div {
  width: 100%;
  margin-top: 23px;
  margin-bottom: 14px;
}

.c-hero__img {
  width: 99%;
  max-width: 120%;
}

.c-hero__wrap {
  color: #000;
  flex-direction: column;
  align-items: center;
  max-width: 605px;
  display: flex;
}

.c-norm {
  color: #fff;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 75vh;
  padding-top: 134px;
  padding-bottom: 6vw;
  display: flex;
}

.c-con {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 9.375vw;
  padding-right: 9.375vw;
  display: flex;
}

.c-con.c-footer__con {
  flex-direction: column;
  justify-content: flex-start;
}

.c-link__img.is__mobile {
  display: none;
}

.text-span {
  color: #d24719;
}

.link-span {
  cursor: pointer;
  text-decoration: none;
}

.c-footer__title {
  color: #000;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
}

.c-footer__txt {
  color: #00000080;
  font-size: 12px;
  line-height: 1.33333em;
}

.text-span-2 {
  color: #fcca00;
  font-weight: 600;
}

.c-footer__coll {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-footer {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 25vh;
  padding-top: 29px;
  padding-bottom: 14px;
  display: flex;
}

.c-footer__copyright {
  color: #000;
  font-weight: 400;
  line-height: 1.6em;
}

.c-footer__wrap {
  text-align: justify;
  justify-content: space-around;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.c-footer__link {
  color: #d24719;
  cursor: pointer;
  margin-top: 6px;
  line-height: 1.3em;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .divider.c-footer__div {
    margin-top: 0;
  }

  .c-norm {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 44px;
  }

  .c-con.c-footer__con {
    padding-left: 30px;
    padding-right: 30px;
  }

  .c-footer__coll {
    width: 24%;
    margin-bottom: 30px;
  }

  .c-footer {
    min-height: auto;
  }

  .c-footer__wrap {
    width: 100%;
  }

  .c-footer__link {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .c-footer__coll {
    flex-wrap: wrap;
    width: auto;
  }

  .c-footer__wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    place-items: start center;
    display: grid;
  }
}

@media screen and (max-width: 479px) {
  .c-hero__link {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .c-hero__linkwrap {
    flex-direction: column;
    margin-top: 50px;
  }

  .c-hero__par {
    line-height: 2em;
  }

  .divider {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 27px;
  }

  .divider.c-footer__div {
    margin-bottom: 11px;
  }

  .c-hero__wrap {
    max-width: 100%;
  }

  .c-norm {
    justify-content: center;
  }

  .c-con {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-con.c-footer__con {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-link__img {
    display: none;
  }

  .c-link__img.is__mobile {
    display: block;
  }

  .c-footer__title {
    font-size: 13px;
    line-height: 1.7em;
  }

  .c-footer__txt {
    font-size: 11px;
    line-height: 1.5em;
  }

  .c-footer__coll {
    width: auto;
  }

  .c-footer {
    padding-top: 25px;
    padding-bottom: 11px;
  }

  .c-footer__copyright {
    font-size: 12px;
    line-height: 1.8em;
  }

  .c-footer__wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    place-items: start center;
  }

  .c-footer__link {
    font-size: 11px;
  }
}


