.rich-text.elementor-element > .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1em;
}
.rich-text.elementor-element > .elementor-widget-container > *:last-child,
.rich-text:not(.elementor-element) > *:last-child {
  margin-bottom: 0;
}

.rich-text ul,
.rich-text ol {
  margin-left: 20px;
}
.rich-text ul li {
  list-style: disc;
  margin-bottom: 1em;
}
.rich-text ol li {
  list-style: decimal;
}
.rich-text a {
  color: var(--blue_light, #62A4FA);
  text-decoration: underline;
}

.site-footer {
  background: #fff;
  color: #3D3D3D;
  padding-top: 6rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 960px) {
  .site-footer {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .footer-wrap {
    flex-direction: column;
    gap: 1.88rem;
  }
}
.site-footer .sd-grow {
  gap: 1.88rem;
}
.site-footer .footer-menu, .site-footer .contact-block {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .site-footer .footer-menu, .site-footer .contact-block {
    padding-left: 0;
    padding-right: 10px;
  }
}
.site-footer .footer-menu p, .site-footer .footer-menu a, .site-footer .contact-block p, .site-footer .contact-block a {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  color: #3D3D3D;
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-menu p, .site-footer .footer-menu a, .site-footer .contact-block p, .site-footer .contact-block a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .footer-menu p, .site-footer .footer-menu a, .site-footer .contact-block p, .site-footer .contact-block a {
    font-size: 0.9375rem;
  }
}
.site-footer .social-icons {
  gap: 2.12rem;
}
.site-footer .footer-menu .menu {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.site-footer .footer-menu .menu a:hover {
  color: var(--blue_light, #62A4FA);
}
.site-footer .footer-bottom {
  border-top: 1px solid #787878;
  padding-top: 1.8rem;
  margin-top: 4.19rem;
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom {
    margin-top: 2.5rem;
  }
}
.site-footer .footer-bottom p {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3em;
  color: var(--blue_light, #62A4FA);
}
@media screen and (max-width: 1280px) {
  .site-footer .footer-bottom p {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 960px) {
  .site-footer .footer-bottom p {
    font-size: 0.9375rem;
  }
}