.hFootContainer {
  position: relative;
  height: 150px;
  background-color: #7558F3;
  min-width: 320px;
}
.hFootContainer .hFootContentContainer {
  position: relative;
  width: 100% !important;
  max-width: 1200px;
  left: 50% !important;
  transform: translate(-50%, 0);
  height: 100% !important;
}
.hFootContainer .hFootContentContainer .hFootContent {
  position: absolute !important;
  width: 100% !important;
  top: 20%;
  height: 20px;
  display: grid;
  grid-template-columns: 60% 14% 15% 10%;
}
.hFootContainer .hFootContentContainer .hFootContent a {
  margin-bottom: 10px;
}
.hFootContainer .hFootContentContainer .hFootContent .hFootC {
  position: relative;
  /* Button */
  font-family: "Helvetica Neue", Arial;
  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: #FFFFFF;
  text-decoration: none;
}
.hFootContainer .hFootContentContainer .hFootContent .hFootC a {
  /* Button */
  font-family: "Helvetica Neue", Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: left !important;
  line-height: 20px;
  /* identical to box height, or 125% */
  display: flex;
  align-items: center;
  /* Stone/Chalk */
  color: #FFFFFF;
  text-decoration: none;
}
.hFootContainer .hFootContentContainer .hFootC a:hover {
  text-decoration: underline;
  text-decoration-color: #FFFFFF;
  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 {
    margin-right: 12px;
    width: 100% !important;
    left: 20px;
    grid-template-columns: 40% 19% 19% 20% !important;
  }
  .hs_cos_wrapper_type_social_sharing {
    display: grid; 
    /*grid-template-rows: 1fr 1fr;*/
  } 
}

@media (max-width: 768px) {
   .hFootContainer .hFootContentContainer .hFootContent {
    margin-right: 12px;
    width: 100% !important;
    left: 20px;
    grid-template-columns: 35% 21% 21% 20% !important;
  }
}

@media (max-width: 600px) {
  .hFootContainer {
    height: 100px;
    font-size: 16px;
  }
  .hFootContainer .hFootContentContainer {
    width: 100%;
    right: 0;
  }
  .hFootContainer .hFootContentContainer .hFootContent {
    position: absolute;
    width: 90% !important;
    right: 0 !important;
    top: 10%;
    margin-right: 30px;
    grid-template-columns: 35% 20% 20% 25% !important;
  }
  .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: 250px !important;
    font-size: 16px;
  }
  .hFootContainer .hFootContentContainer {
    width: 100%;
    right: 0;
  }
  .hFootContainer .hFootContentContainer .hFootContent {
    position: absolute;
    width: 90% !important;
    right: 0 !important;
    top: 10%;
    margin-right: 30px;
    grid-template-columns: 100% !important;
  }
  .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;
}