.blc-footer {
  background-color: var(--grigio-base);
  padding: 50px 0;
}
.blc-footer h1, .blc-footer h2, .blc-footer h3, .blc-footer h4, .blc-footer p, .blc-footer li {
  margin: 0 !important;
  padding: 0 !important;
}

.blc-footer li {
  white-space: nowrap;
}

@media screen and (max-width: 992px) {
  .blc-footer li {
    white-space: normal;
  }
}

.blc-footer .blc-footer-cta-whatsapp {
  font-family: "PublicSansRegular";
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-whatsapp {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
.blc-footer .blc-footer-cta-whatsapp a {
  font-family: "PublicSansBold" !important;
  font-weight: 500 !important;
}
.blc-footer .blc-footer-cta-block {
  display: flex;
  flex-direction: column;
}
.blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button {
  padding: 10px 20px;
  height: 55px;
  background: rgba(59, 118, 147, 0.2);
  border-radius: 10px;
  display: inline-block;

  margin-bottom: 10px;
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button {
    display: block;
  }
}
.blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button:hover {
  background: #b9dcda;
  text-decoration: none !important;
}
.blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button > span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button > span span {
  font-family: "PublicSansBold" !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--verde-scuro) !important;
  margin-left: 5px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button > span span {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
.blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button > span::hover, .blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button > span a::visited, .blc-footer .blc-footer-cta-block .blc-footer-whatsapp-button > span a::active {
  color: inherit !important;
  text-decoration: none;
}
.blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza img {
  width: 80px;
  margin-right: 10px;
}
.blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza h4 {
  font-family: "PublicSansBold" !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza h4 {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
.blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza a {
  font-family: "PublicSansRegular" !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza a {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
.blc-footer .blc-footer-cta-block .blc-footer-cta-consulenza a:hover {
  color: var(--blu) !important;
}
.blc-footer .blc-footer-cta-block .blc-footer-trustpilot-container {
  margin-left: -20px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-cta-block .blc-footer-trustpilot-container {
    margin-left: -10px;
    margin-bottom: 20px;
  }
}
.blc-footer .blc-footer-socials-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-socials-links {
    padding-top: 40px;
  }
}
.blc-footer .blc-footer-socials-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bianco);
  padding: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.blc-footer .blc-footer-socials-links a:hover {
  background: #C9CAC9;
  text-decoration: none !important;
}
.blc-footer .blc-footer-socials-links h4 {
  width: 100%;
  font-family: "PublicSansBold" !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-socials-links h4 {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
.blc-footer-container
{
  display: flex;
}

@media screen and (max-width: 992px) {
  .blc-footer-container
    {
      display: block;
    }
}

.blc-footer-resources-desktop
{
  display:flex; flex-direction:column; justify-content:space-between; height:100%; 
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-resources .blc-footer-resources-desktop {
    display: none;
  }
}
.blc-footer .blc-footer-resources .blc-footer-resources-desktop > div {
  display: flex;
}
@media screen and (min-width: 992px) {
  .blc-footer .blc-footer-resources .blc-footer-resources-mobile {
    display: none;
  }
}
.blc-footer .blc-footer-resources .blc-footer-resources-block {
  flex-basis: 50%;
}
.blc-footer .blc-footer-resources .blc-footer-resources-block ul {
  list-style: none;
}
.blc-footer .blc-footer-resources .blc-footer-resources-block h4 {
  font-family: "PublicSansBold" !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px !important;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-resources .blc-footer-resources-block h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
.blc-footer .blc-footer-resources .blc-footer-resources-block a {
  font-family: "PublicSansRegular";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: black;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-resources .blc-footer-resources-block a {
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
.blc-footer .blc-footer-resource {
  border-top: 1px solid rgba(75, 72, 70, 0.2);
  padding: 10px 0;
  cursor: pointer;
}
.blc-footer .blc-footer-resource.last-block {
  border-bottom: 1px solid rgba(75, 72, 70, 0.2);
}
.blc-footer .blc-footer-resource .blc-footer-resource-head h4 {
  font-family: "PublicSansBold" !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-resource .blc-footer-resource-head h4 {
    font-size: 18px !important;
    line-height: 27px !important;
  }
}
.blc-footer .blc-footer-resource .blc-footer-resource-head span {
  width: 75%;
  display: block;
}
.blc-footer .blc-footer-resource .blc-footer-resource-head img {
  float: right;
  height: 30px;
}
.blc-footer .blc-footer-resource .blc-footer-resource-content {
  margin-top: 10px;
}
.blc-footer .blc-footer-resource .blc-footer-resource-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-resource .blc-footer-resource-head {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-resource .blc-footer-resource-content p {
    font-size: 18px;
    line-height: 27px;
  }
}
.blc-footer .blc-footer-resource-head {
  position: relative;
}
.blc-footer .blc-footer-resource-head::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);  
  background-image: url(../images/plus-footer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.blc-footer .blc-footer-resource-head[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(45deg);
}
.blc-footer .blc-footer-legal-info {
  padding-top: 20px !important;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-legal-info {
    padding-top: 40px !important;
  }
}
.blc-footer .blc-footer-legal-info p {
  font-family: "PublicSansRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(27, 24, 24, 0.3);
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-legal-info p {
    font-size: 14px !important;
    line-height: 18px !important;
    padding-top: 0px;
  }
}
.blc-footer .blc-footer-legal-info a {
  text-align: right;
  display: block;
  margin-bottom: 20px !important;
  font-family: "PublicSansRegular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--blu) !important;
  text-decoration: underline;
}
.blc-footer .blc-footer-legal-info a:hover {
  color: var(--nero) !important;
}
@media screen and (max-width: 992px) {
  .blc-footer .blc-footer-legal-info a {
    text-align: left;
    font-size: 14px !important;
    line-height: 21px !important;
  }
}
.blc-footer a {
  color: black !important;
}
.blc-footer a:hover, .blc-footer a a:visited, .blc-footer a a:active {
  color: inherit !important;
}
