.site-footer {
  background-color: #D4DDD4;
  border-radius: 50% 50% 0% 0%/15px 15px 0% 0%;
  padding-top: 8rem;
  margin-top: 4rem;
  float: left;
  width: 100%;
  position: relative;
  color: #102210;
}
@media (min-width: 640px) {
  .site-footer {
    padding-top: 10rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1100px) {
  .site-footer {
    background-color: #102210;
    transition: 1s ease;
  }
  .site-footer.active {
    background-color: #D4DDD4;
  }
}
.site-footer a {
  color: #102210;
  text-decoration: none;
}
@media (min-width: 1100px) {
  .site-footer a:hover {
    color: #404E40;
  }
}
.site-footer:before {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: #f3f3f3;
  z-index: -1;
}
@media (min-width: 768px) {
  .site-footer {
    border-radius: 50% 50% 0% 0%/20px 20px 0% 0%;
    padding-top: 10rem;
  }
}
.site-footer .container .logoWrapper {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
  max-width: 100px;
  z-index: 10;
}
@media (min-width: 768px) {
  .site-footer .container .logoWrapper {
    top: -60px;
    max-width: 120%;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .logoWrapper {
    top: -70px;
    max-width: 100%;
  }
}
.site-footer .container .logoWrapper .logo {
  max-width: 100px;
  transition: 0.3s ease;
}
@media (min-width: 768px) {
  .site-footer .container .logoWrapper .logo {
    max-width: 125px;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .logoWrapper .logo {
    max-width: 150px;
  }
}
.site-footer .container .footer-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content {
    justify-content: flex-start;
  }
}
.site-footer .container .footer-content .menu {
  margin-bottom: 2rem;
  text-align: center;
  order: 1;
  min-width: 120px;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .menu {
    order: 3;
    text-align: left;
    margin-bottom: 0;
  }
}
.site-footer .container .footer-content .menu ul {
  list-style: none;
}
.site-footer .container .footer-content .menu ul li {
  margin: 0.5rem 0;
}
.site-footer .container .footer-content .menu h4 {
  font-size: 18px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .menu h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .menu h4 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content .menu h4 {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .site-footer .container .footer-content .menu h4 {
    font-size: 24px;
  }
}
.site-footer .container .footer-content .address {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .address {
    text-align: left;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .address {
    flex: 0 1 30%;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content .address {
    flex: 0 1 20%;
  }
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .address p {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .address p {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .address p {
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content .address p {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .site-footer .container .footer-content .address p {
    font-size: 20px;
  }
}
.site-footer .container .footer-content .address:nth-of-type(1) {
  order: 3;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .address:nth-of-type(1) {
    order: 1;
  }
}
.site-footer .container .footer-content .address:nth-of-type(2) {
  order: 4;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .address:nth-of-type(2) {
    order: 2;
  }
}
.site-footer .container .footer-content .address h4 {
  font-size: 18px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .address h4 {
    font-size: 20px;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .address h4 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content .address h4 {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .site-footer .container .footer-content .address h4 {
    font-size: 24px;
  }
}
.site-footer .container .footer-content .socialEmail {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .site-footer .container .footer-content .socialEmail {
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 0;
    order: 4;
  }
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .socialEmail {
    flex: 0 1 50%;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content .socialEmail {
    margin-left: auto;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .socialEmail a:first-of-type:hover svg path {
    fill: #404E40;
  }
}
.site-footer .container .footer-content .socialEmail a svg path {
  transition: 0.3s ease;
}
.site-footer .container .footer-content .socialEmail .email {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .site-footer .container .footer-content .socialEmail .email {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .site-footer .container .footer-content .socialEmail .email {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  .site-footer .container .footer-content .socialEmail .email {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .site-footer .container .footer-content .socialEmail .email {
    font-size: 24px;
  }
}/*# sourceMappingURL=footer.css.map */