.rich-text.elementor-element .elementor-widget-container > *,
.rich-text:not(.elementor-element) > * {
  word-break: break-word;
  margin-bottom: 1rem;
}
.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: circle;
}
.rich-text ol li {
  list-style: decimal;
}
.rich-text h2 {
  font-size: 2rem;
}
.rich-text h3 {
  font-size: 1.5rem;
}
.rich-text a {
  color: var(--activeColor);
  text-decoration: underline;
}
.rich-text * + h2 {
  margin-top: 3rem;
}
.rich-text * + h3 {
  margin-top: 2rem;
}

.back-to-top {
  align-items: center;
  background: var(--activeColor);
  border-radius: 0.5rem;
  bottom: 2rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  opacity: 0.5;
  position: fixed;
  right: 2rem;
  transition: opacity 0.1s ease-in-out;
  width: 2.5rem;
  z-index: 1000;
}

.site-footer {
  background: black;
}
.site-footer .upper {
  background: rgba(23, 23, 23, 0.95);
  color: #787878;
  color: #1b1b1b;
  padding: 8rem 0 1rem 0;
}
@media screen and (max-width: 1440px) {
  .site-footer .upper {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .upper {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 760px) {
  .site-footer .upper {
    padding-top: 2rem;
  }
}
.site-footer .upper .container {
  gap: 3rem;
  display: flex;
}
@media screen and (max-width: 760px) {
  .site-footer .upper .container {
    flex-direction: column;
  }
}
.site-footer .upper .logo-wrapper {
  flex: 5;
  color: #838383;
}
.site-footer .upper .logo-wrapper svg {
  width: 14rem;
  height: auto;
  margin-bottom: 1.49rem;
}
.site-footer .upper .logo-wrapper svg path {
  fill: #838383;
}
.site-footer .upper .logo-wrapper .text {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
  max-width: 19rem;
  margin-bottom: 1.38rem;
}
@media screen and (max-width: 760px) {
  .site-footer .upper .logo-wrapper .text {
    max-width: 100%;
  }
}
.site-footer .upper .logo-wrapper .social-links-wrapper {
  max-width: 19rem;
  width: 100%;
  display: flex;
  font-size: 0.75rem;
}
.site-footer .upper .logo-wrapper .social-links-wrapper .link {
  --bleed: 0.56rem;
  flex: 1;
}
.site-footer .upper .logo-wrapper .social-links-wrapper .link:hover {
  color: white;
}
.site-footer .upper .logo-wrapper .social-links-wrapper .link img {
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
.site-footer .upper .menu-wrapper {
  flex: 3;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .upper .menu-wrapper a {
  width: 50%;
  min-width: 50%;
  color: #787878;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1024px) {
  .site-footer .upper .menu-wrapper a {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 760px) {
  .site-footer .upper .menu-wrapper a {
    margin-bottom: 0.75rem;
  }
}
.site-footer .upper .menu-wrapper a:hover, .site-footer .upper .menu-wrapper a.router-link-active:not(.scroll-spy-link) {
  color: white;
}
.site-footer .upper .menu-wrapper a.router-link-active.scroll-spy-link:first-child {
  color: white;
}
.site-footer .lower {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.site-footer .lower span {
  padding-top: 1rem;
  display: block;
  font-size: 0.75rem;
  color: #787878;
  text-align: center;
  border-top: 1px solid #454545;
}