.footer-wrap {
  padding: 72px 0 45px;
}

.footer-top {
  display: flex;
  margin-bottom: 64px;
}

.footer-title {
  padding-left: 112px;
}

.footer-logo img {
  margin-top: 10px;
}

.footer-title h4{
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.8334;
}

.footer-mid {
  padding-bottom: 64px;
}

.footer-desktop-menu{
  margin: 0 -16px;
}

.footer-mid .footer-col {
  width: calc(25% - 32px);
  margin: 0 16px;
}

.footer-mid .footer-col .hs-menu-wrapper ul{
  display:block;
}

.footer-mid .footer-col h6,
.footer-mid .footer-col .hs-menu-wrapper>ul>li>a {
  display:block;
  margin-bottom:8px;
}

.footer-mid .footer-col p{
  display:block;
}

.footer-mid .footer-col p {
  margin: 0;
}

.footer-bottom .footer-col {
  width: calc(25% - 16px);
  margin: 0 8px
}


.footer-bottom{
  margin: 0 -8px
}

.footer-bottom .footer-col h6 {
  margin-bottom: 16px;
}

.footer-social a:last-child {
  margin: 0;
}

.footer-social a {
  display: inline-block;
  margin-right: 14px;
  transition-duration: .25s;
  transition-property: border-color,color,transform,background;
  transition-timing-function: ease;
}

.footer-social a:hover {
  transform: translateY(-2px);
}

.footer-copyright-links {
  padding-left: 32px;
}

.footer-copyright {
  padding: 18px 0;
}

.footer-logo-desc,
.footer-mid .footer-col .hs-menu-wrapper>ul>li>a svg,
.footer-mobile-menu,
.footer-copyright-links a:last-child:after{
  display: none;
}

.footer-wrapper.module_170783759718943 {
  position: relative;
}

div#back_to_top {
  position: absolute;
  top: 80px;
  right: 64px;
  cursor: pointer;

}

.backtop_top-inner {
  display: flex;
  transition-duration: .25s;
  transition-property: border-color,color,transform,background;
  transition-timing-function: ease;
  cursor:pointer;
}

.backtop_top-inner:hover {
  transform: translateY(-2px);
}

.backtop_top-inner span{
  display: flex;
  border-bottom: 1px solid #2CE27E;
  color: #2CE27E;
  margin-right: 8px;
}

.backtop_top-inner svg {
  fill: #2CE27E;
}

.footer-mid .footer-col .hs-menu-wrapper>ul>li{
  position:relative;
}

.footer-mid .footer-col .hs-menu-wrapper>ul>li .child-trigger {
  display: none;
  cursor:pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 24px;
  z-index:2;
  text-align: right;
}

.footer-mid .footer-col .hs-menu-wrapper>ul>li .child-trigger.child-open svg {
  transform: rotate(180deg);
}

.footer-copyright-links a {
  position: relative;
}

.footer-copyright-links span {
  padding: 0 8px;
}

@media (max-width:991px){

  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-top {
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }
  .footer-col.divToMove h6,
  .footer-title h4{
    display: none;
  }
  .footer-mid .footer-col .hs-menu-wrapper>ul>li>ul,
  .footer-mid .footer-col.address {
    display: none;
  }
  .footer-mid{
    margin:32px 0 32px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
  }
  .footer-title {
    padding-left: 0;
  }
  .footer-desktop-menu{
    display: none;
  }
  .footer-mid .footer-col {
    width: 100%;
    margin:0;
  }
  .footer-mid .footer-col .hs-menu-wrapper>ul>li>a svg{
    display:inline-block;
  }
  .footer-logo-desc {
    display:block;
    max-width: 272px;
    margin: 0 auto 15px;
  }
  .footer-mid .footer-col .hs-menu-wrapper>ul>li>a{
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
  }
  .footer-mid .footer-col .hs-menu-wrapper>ul>li{
    margin-bottom: 21px;
    line-height: 1.5;
  }
  .footer-bottom {
    margin: 0 -16px;
    padding: 32px 24px;
  }
  .footer-bottom .footer-col {
    width: calc(33.3% - 32px);
    margin: 0 16px;
  }
  .footer-copyright-year {
    width: 100%;
    padding: 0 4px;
  }
  .footer-copyright-links {
    padding: 0 4px;
    width: 100%;
  }
  .footer-wrap {
    padding: 92px 0 32px;
  }
  .footer-mid .footer-col .hs-menu-wrapper>ul>li>ul {
    padding: 10px;
  }
  .footer-mid .footer-col .hs-menu-wrapper>ul>li .child-trigger,
  .footer-mobile-menu{
    display:block;
  }
  .backtop_top-inner span{
    margin-right: 16px;
  }
  div#back_to_top {
    position: absolute;
    top: 32px;
    right: 16px;
  }
}


@media (max-width:480px){
  .footer-bottom {
    padding: 32px 0;
    margin:: 0;
    flex-direction: column;
  }
  .footer-bottom .footer-col {
    width: 100%;
    margin: 0 0 32px;
    text-align: center;
  }
  .footer-bottom .footer-col:last-child {
    margin-bottom:0; 
  }
}





