body footer .footer-hr {
  width: 100%;
  margin: 0 auto;
  border: 0.5px solid #ECEDF2;
}

body footer .container {
  width: 85%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .container .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 350px;
}

body footer .container .left .uppart img {
  width: 200px;
}

body footer .container .left .downpart .text {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  margin-top: 10px;
}

body footer .container .mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .container .mid .grouplinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

body footer .container .mid .grouplinks .title {
  font-size: 16px;
  font-weight: 500;
  color: #202124;
}

body footer .container .mid .grouplinks ul {
  list-style: none;
  padding: 0px;
}

body footer .container .mid .grouplinks ul li a {
  text-decoration: none;
  color: #696969;
}

body footer .container .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .container .right .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .container .right .socials a {
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #696969;
}

body footer .additional-services {
  width: 85%;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body footer .additional-services .service-item {
  text-align: center;
}

body footer .additional-services .service-item .service-link {
  text-decoration: none;
  color: inherit;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body footer .additional-services .service-item .service-link:hover {
  opacity: 0.8;
}

body footer .additional-services .service-item .service-logo {
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
}

body footer .additional-services .service-item .service-company {
  font-size: 12px;
  font-weight: 400;
  color: #696969;
  margin: 8px 0 0 0;
  text-align: center;
}

body footer .additional-services .service-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #202124;
  margin: 0 0 5px 0;
}

body footer .additional-services .service-item p {
  font-size: 14px;
  font-weight: 400;
  color: #696969;
  margin: 0;
}

body footer .copyright {
  width: 85%;
  margin: 10px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body footer .copyright .text {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
}

@media (max-width: 768px) {
  body footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body footer .footer-hr {
    width: 100%;
    margin: 0 auto;
    border: 0.5px solid #ECEDF2;
  }
  body footer .container {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body footer .container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body footer .container .left .uppart img {
    width: 200px;
  }
  body footer .container .left .downpart .text {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    margin-top: 10px;
  }
  body footer .container .mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body footer .container .mid .grouplinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  body footer .container .mid .grouplinks .title {
    font-size: 16px;
    font-weight: 500;
    color: #202124;
  }
  body footer .container .mid .grouplinks ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
  }
  body footer .container .mid .grouplinks ul li {
    margin: 0px;
  }
  body footer .container .mid .grouplinks ul li a {
    text-decoration: none;
    color: #696969;
  }
  body footer .container .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px;
  }
  body footer .container .right .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body footer .container .right .socials a {
    width: 30px;
    height: 30px;
    text-decoration: none;
    color: #696969;
  }
  body footer .additional-services {
    width: 90%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body footer .additional-services .service-item {
    text-align: center;
  }
  body footer .additional-services .service-item .service-link {
    text-decoration: none;
    color: inherit;
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body footer .additional-services .service-item .service-link:hover {
    opacity: 0.8;
  }
  body footer .additional-services .service-item .service-logo {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  body footer .additional-services .service-item .service-company {
    font-size: 10px;
    font-weight: 400;
    color: #696969;
    margin: 6px 0 0 0;
    text-align: center;
  }
  body footer .additional-services .service-item h3 {
    font-size: 16px;
    font-weight: 600;
    color: #202124;
    margin: 0 0 5px 0;
  }
  body footer .additional-services .service-item p {
    font-size: 12px;
    font-weight: 400;
    color: #696969;
    margin: 0;
  }
  body footer .copyright {
    width: 90%;
    margin: 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body footer .copyright .text {
    font-size: 12px;
    font-weight: 400;
    color: #696969;
  }
}
/*# sourceMappingURL=footer.css.map */