.footer {
  border-top: 1px solid #FFF;
}

.footer .footer-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer .footer-bottom {
  display: flex;
  width: 100%;
  padding-top: 24px;
  justify-content: space-between;
  align-items: flex-start;
  Colors Color format RGB Border colors; border-top: 1px solid rgb(255 255 255 / 25%);
}

.footer .copy-right p {
  font-size: 14px;
  opacity: 0.8;
}

.footer .tab {
  display: flex;
  align-items: center;
  gap: 40px;
}

.footer .tab a {
  font-size: 14px;
  opacity: 0.8;
}

.footer a:hover {
  color: #47C5DF;
}

.footer .footer-top {
  width: 100%;
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .ft-logo img {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}
.footer .ft-logo img {
  vertical-align: middle;
}

.footer .ft-links {
  display: flex;
  padding-top: 8px;
  align-items: flex-end;
  gap: 30px;
}

.footer .ft-links .menu .hs-menu-wrapper {
  display: flex;
  width: 170px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .menu ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.footer .menu ul li a {
  color: #CFD1D3;
  font-size: 16px;
}

.footer .simple-menu .hs-menu-wrapper>ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer .simple-menu .hs-menu-wrapper>ul>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 170px;
}

.footer .simple-menu .hs-menu-wrapper>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(71, 197, 223, 0.50);
  text-align: center;
  text-transform: uppercase;
  border: none;
  cursor: context-menu;
}

.footer .simple-menu .hs-menu-wrapper>ul ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.footer .simple-menu .hs-menu-wrapper>ul ul li a {
  color: #CFD1D3;
  text-align: center;
  font-size: 16px;
}

.footer .simple-menu .hs-menu-wrapper>ul ul li {
  display: flex;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.footer .menu ul li {
  display: flex;
  height: 42px;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
}

.footer .social-share {
  display: flex;
  height: 42px;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  position: absolute;
  bottom: 0;
  right: 48px;
}

.footer .social-share a {
  display: block;
  height: 24px;
  width: 24px;
}

.footer .social-share a:hover svg path:first-child {
  fill: #47C5DF;
}

.footer .simple-menu {
  position: relative;
}

.footer .hs-menu-wrapper ul li a {
  border-bottom: 1px solid #00000000;
  width: fit-content;
}

.footer .hs-menu-wrapper ul li a:hover {
  border-color: #47C5DF;
}

@media (max-width: 992px) {
  .footer .footer-inner {
    gap: 24px;
  }

  .footer .footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    Colors Color format RGB Border colors; 
  }

  .footer .footer-top {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
  }

  .footer .ft-logo {
    max-width: 144.5px;
  }

  .footer .ft-links {
    padding: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
  }

  .footer .menu {
    width: 100%;
  }

  .footer .ft-links .menu .hs-menu-wrapper {
    width: 100%;
  }

  .footer .menu ul {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
  }

  .footer .menu ul li {
    width: 48%;
  }

  .footer .simple-menu {
    width: 100%;
  }

  .footer .simple-menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .footer .simple-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    gap: 8px;
  }

  .footer .simple-menu .hs-menu-wrapper>ul ul {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
  }

  .footer .simple-menu .hs-menu-wrapper>ul ul li {
    width: 48%;
  }

  .footer .social-share {
    position: static;
    justify-content: center;
    padding-top: 8px;
  }
}

