.site__footer {
  background-color: var(--footer--bg);
  padding: 80px 54px 89px;
  border-radius: 3vw 3vw 0 0;
  margin: -80px 0px 0px 0px;
}
.site__footer .footer__wrap > div:not(:last-child) {
  margin-bottom: 56px;
}
.site__footer a {
  text-decoration: none;
}
.site__footer .flex__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site__footer .footer__email a {
  color: var(--blue);
  text-decoration: none;
  transition: ease all 0.5s;
}
.site__footer .footer__keywords {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 4px;
}
.site__footer .footer__keywords a {
  display: inline-block;
  font-family: "Inter";
  font-weight: 400;
  color: var(--footertext) !important;
  font-size: 16px;
  line-height: 1.2;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid var(--yellow);
  text-transform: uppercase;
}
.site__footer .footer__social {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 24px;
}
.site__footer .footer__social a {
  display: inline-flex;
  font-family: "Inter";
  font-weight: 400;
  color: var(--footertext) !important;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
}
.site__footer .footer__social a:hover {
  text-decoration: underline;
}
.site__footer .footer__social a:hover img {
  transform: rotate(45deg);
}
.site__footer .footer__social a img {
  transition: ease all 0.5s;
  transform: rotate(0deg);
}
.site__footer .footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 8px;
  max-width: 780px;
}
.site__footer .footer__menu ul li a {
  font-family: "Inter";
  font-weight: 400;
  color: var(--footertext);
  font-size: 12px;
  line-height: 1.16;
  text-transform: capitalize;
  padding: 4px 0 0;
  display: inline-block;
}
.site__footer .footer__menu ul li a:hover {
  text-decoration: underline;
}
.site__footer .footer__menu.foo__b {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 1px solid var(--blue);
}
.site__footer .tag__line {
  display: inline-flex;
  gap: 80px;
}
.site__footer .tag__line span {
  font-family: "Inter";
  font-weight: 400;
  color: var(--footertext);
  font-size: 12px;
}

@media screen and (max-width: 1650px) and (min-width: 768px) {
  .site__footer {
    margin: -40px 0px 0px 0px;
  }
  .site__footer > div:not(:last-child) {
    margin-bottom: 40px;
  }
  .site__footer .footer__email a {
    font-size: 57px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .site__footer {
    padding: 50px 30px;
  }
  .site__footer .footer__email a {
    font-size: 40px;
  }
  .site__footer .footer__keywords a {
    font-size: 14px;
  }
  .site__footer .tag__line {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site__footer {
    margin: -40px 0px 0px 0px;
    padding: 40px 20px 48px;
    border-radius: 20px 20px 0 0;
  }
  .site__footer .footer__wrap > div:not(:last-child) {
    margin-bottom: 32px;
  }
  .site__footer .flex__box {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
  .site__footer .footer__email a {
    font-size: 28px !important;
  }
  .site__footer .footer__logo {
    margin-bottom: 8px;
  }
  .site__footer .footer__logo img {
    max-width: 52px;
  }
  .site__footer .footer__keywords a {
    font-size: 12px;
    line-height: 1.2;
    padding: 6px 14px;
  }
  .site__footer .footer__social {
    gap: 14px;
    flex-wrap: nowrap;
  }
  .site__footer .footer__t_soc .flex__box {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .site__footer .footer__menu ul {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
  }
  .site__footer .footer__menu.foo__b {
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    border-bottom: 1px solid var(--blue);
  }
  .site__footer .tag__line {
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    margin-top: 35px;
  }
}/*# sourceMappingURL=block.css.map */