.hFootContainer {
  position: relative;
  height: 150px;
  background-color: #212121;
  min-width: 320px;
}
.hFootContainer .hFootContentContainer {
  position: relative;
  width: 90% !important;
  max-width: 1250px;
  left: 50% !important;
  transform: translate(-50%, 0);
  height: 100% !important;
}
.hFootContainer .hFootContentContainer .hFootContent {
  position: absolute !important;
  top: 50%;
  transform: translate(0, -50%);
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 25px;
  
  right: 0px;
}
.hFootContainer .hFootContentContainer .hFootContent .hFootC {
  position: relative;
  /* Button */
  font-family: Poppins, Arial, Helvetica;
  font-style: normal;
  font-weight: 500 !important;
  font-size: 16px;
  text-align: left !important;
  line-height: 20px;
  /* identical to box height, or 125% */
  /* display: flex; */
  align-items: center;
  /* Stone/Chalk */
  color: #FAFAFA;
  text-decoration: none;
}
.hFootContainer .hFootContentContainer .hFootContent .hFootC a {
  /* Button */
  font-family: Poppins, Arial, Helvetica;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left !important;
  line-height: 20px;
  /* identical to box height, or 125% */
  display: flex;
  align-items: center;
  /* Stone/Chalk */
  color: #FAFAFA;
  text-decoration: none;
}
.hFootContainer .hFootContentContainer .hFootC a:hover {
  text-decoration: underline;
  text-decoration-color: #FAFAFA;
  text-underline-offset: 4px;
}
.connect-group {
  display: grid; 
}
.hs_cos_wrapper_type_social_sharing {
    display: grid; 
    grid-template-columns: 35px 35px 35px 35px 35px;
} 
.hs_cos_wrapper_type_social_sharing a {
    padding-right: 10px; 
} 
@media (max-width: 1200px) {
  .hFootContainer {
    height: 150px;
  }
  .hFootContainer .hFootContentContainer {
    width: 100%;
    height: 30px;
  }
  .hFootContainer .hFootContentContainer .hFootContent {
  }
  .hs_cos_wrapper_type_social_sharing {
    display: grid; 
    /*grid-template-rows: 1fr 1fr;*/
  } 
}

@media (max-width: 600px) {
  .hFootContainer {
    height: 100px;
    font-size: 16px;
  }
  .hFootContainer .hFootContentContainer {
    width: 100%;
    right: 0;
  }
  .hFootContainer .hFootContentContainer .hFootContent {
    grid-gap: 10px;
    right: 0 !important;
    margin-right: 30px;
  }
  .hFootContainer .hFootContentContainer .hFootContent .hFootC {
    font-size: 12px !important;
  }
  .hs_cos_wrapper_type_social_sharing {
    display: grid; 
    /* grid-template-rows: 1fr 1fr; */
    grid-template-columns: 25px 25px 25px 25px 25px;
  } 
  .hFootContainer .hFootContentContainer .hFootContent .hFootC, .hFootContainer .hFootContentContainer .hFootContent .hFootC a{
    font-size: 12px !important;
}
  @media (max-width: 480px) {
  .hFootContainer {
    height: 200px !important;
    font-size: 16px;
  }
  .hFootContainer .hFootContentContainer {
    width: 100%;
    right: 0;
  }
  .hFootContainer .hFootContentContainer .hFootContent {
    position: absolute !important;
    width: fit-content !important;
    right: 20px !important;
    margin-top: 30px;
    margin-right: 0px;
/*     grid-template-columns: 100% !important; */
/*     top: 50%;
    transform: translate(0, -50%); */
  }
  .hFootContainer .hFootContentContainer .hFootContent .hFootC {
    font-size: 12px !important;
    padding-top: 10px !important;
  }
  .hs_cos_wrapper_type_social_sharing {
    display: grid; 
    grid-template-columns: 48px 48px 48px 48px 48px;
  } 
  .hFootContainer .hFootContentContainer .hFootContent .hFootC, .hFootContainer .hFootContentContainer .hFootContent .hFootC a{
    font-size: 12px !important;
}