.elementor-12636 .elementor-element.elementor-element-116b0ad5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-371324db */.lsa-footer {
  --footer-bg: #171314;
  --footer-bg-deep: #100d0e;
  --footer-primary: #c48b9d;
  --footer-heading: #ffffff;
  --footer-text: #ffffff;
  --footer-muted: #ffffff;
  --footer-border: rgba(255,255,255,.14);

  width: 100%;
  margin: 0;
  padding: 0;
  background:
    linear-gradient(
      145deg,
      #191415 0%,
      #151112 55%,
      #110e0f 100%
    );
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.lsa-footer,
.lsa-footer *,
.lsa-footer *::before,
.lsa-footer *::after {
  box-sizing: border-box;
}

.lsa-footer p,
.lsa-footer h2,
.lsa-footer ul {
  margin-top: 0;
}

.lsa-footer p,
.lsa-footer span,
.lsa-footer li,
.lsa-footer a,
.lsa-footer strong {
  color: #ffffff;
}

.lsa-footer__main {
  padding: 64px 20px 54px;
}

.lsa-footer__container {
  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(0, 1fr)
    minmax(0, .85fr);
  gap: 64px;
  width: min(100%, 1180px);
  margin: 0 auto;
  align-items: start;
}

.lsa-footer__institutional,
.lsa-footer__contact,
.lsa-footer__navigation {
  min-width: 0;
}

.lsa-footer__brand {
  display: inline-block;
  margin-bottom: 18px;
  color: #ffffff;
  text-decoration: none;
}

.lsa-footer__logo {
  display: block;
  width: 50%;
  max-width: 260px;
  height: auto;
}

.lsa-footer__eyebrow {
  display: block;
  margin-bottom: 14px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lsa-footer__description {
  max-width: 460px;
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.78;
  font-weight: 400;
}

.lsa-footer__description strong {
  color: #ffffff;
  font-weight: 600;
}

.lsa-footer__authority {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 10px 24px;
  margin-bottom: 27px;
}

.lsa-footer__authority span {
  color: #ffffff;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 400;
  white-space: nowrap;
}

.lsa-footer__authority strong {
  margin-right: 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 650;
}

.lsa-footer__title {
  margin: 4px 0 25px;
  padding: 0;
  color: #ffffff;
  font-family: "DM Serif Display", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -.01em;
}

.lsa-footer__title::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  margin-top: 12px;
  background-color: var(--footer-primary);
}

.lsa-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.lsa-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.10);
  color: #ffffff;
  text-decoration: none;
  transition:
    transform .2s ease,
    background-color .2s ease,
    color .2s ease;
}

.lsa-footer__social a:hover,
.lsa-footer__social a:focus-visible {
  transform: translateY(-2px);
  background-color: var(--footer-primary);
  color: #ffffff;
}

.lsa-footer__social svg {
  display: block;
  width: 17px;
  height: 17px;
}

.lsa-footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.lsa-footer__contact-item {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  align-items: flex-start;
  gap: 12px;
}

.lsa-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  color: #ffffff;
}

.lsa-footer__contact-icon svg {
  display: block;
  width: 19px;
  height: 19px;
}

.lsa-footer__contact-item p {
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  overflow-wrap: anywhere;
}

.lsa-footer__contact-item a {
  color: #ffffff;
  text-decoration: none;
  transition: opacity .2s ease;
}

.lsa-footer__contact-item a:hover,
.lsa-footer__contact-item a:focus-visible {
  color: #ffffff;
  opacity: .8;
}

.lsa-footer__links {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lsa-footer__links li {
  margin: 0;
  padding: 0;
}

.lsa-footer__links a {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  text-decoration: none;
  transition:
    opacity .2s ease,
    padding-left .2s ease;
}

.lsa-footer__links a:hover,
.lsa-footer__links a:focus-visible {
  padding-left: 4px;
  color: #ffffff;
  opacity: .8;
}

.lsa-footer__trust {
  border-top: 1px solid var(--footer-border);
  border-bottom: 1px solid var(--footer-border);
  background-color: rgba(255,255,255,.018);
}

.lsa-footer__trust-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  align-items: center;
  gap: 36px;
  width: min(100%,1180px);
  min-height: 98px;
  margin: 0 auto;
  padding: 18px 20px;
}

.lsa-footer__ssl,
.lsa-footer__trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.lsa-footer__ssl img {
  flex: 0 0 auto;
  display: block;
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 7px;
}

.lsa-footer__trust-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  color: #ffffff;
}

.lsa-footer__trust-icon svg {
  display: block;
  width: 25px;
  height: 25px;
}

.lsa-footer__ssl p,
.lsa-footer__trust-item p {
  margin: 0;
  color: #ffffff;
}

.lsa-footer__ssl strong,
.lsa-footer__trust-item strong {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
}

.lsa-footer__ssl span,
.lsa-footer__trust-item span {
  display: block;
  color: #ffffff;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 400;
}

.lsa-footer__bottom {
  background-color: var(--footer-bg-deep);
}

.lsa-footer__bottom-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  width: min(100%,1180px);
  min-height: 66px;
  margin: 0 auto;
  padding: 17px 20px;
}

.lsa-footer__bottom p {
  margin: 0;
  color: #ffffff;
  font-size: 11px;
  line-height: 1.55;
  font-weight: 400;
}

.lsa-footer__oab {
  color: #ffffff;
  text-decoration: none;
  transition: opacity .2s ease;
}

.lsa-footer__oab:hover,
.lsa-footer__oab:focus-visible {
  color: #ffffff;
  opacity: .8;
}

.lsa-footer__legal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lsa-footer__legal a,
.lsa-footer__developer a {
  color: #ffffff;
  font-size: 12.5px;
  line-height: 1.55;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s ease;
}

.lsa-footer__legal a:hover,
.lsa-footer__legal a:focus-visible,
.lsa-footer__developer a:hover,
.lsa-footer__developer a:focus-visible {
  color: #ffffff;
  opacity: .8;
}

.lsa-footer__developer a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lsa-footer__disclaimer {
  width: 100%;
  padding: 14px 20px 16px;
  background: #030303;
  border-top: 1px solid rgba(255,255,255,.10);
}

.lsa-footer__disclaimer-container {
  width: min(100%,1180px);
  margin: 0 auto;
}

.lsa-footer__disclaimer p {
  max-width: 1050px;
  margin: 0 auto;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 1024px) {
  .lsa-footer__container {
    grid-template-columns: 1.15fr 1fr;
    gap: 48px 56px;
  }

  .lsa-footer__navigation {
    grid-column: 1 / -1;
  }

  .lsa-footer__links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 11px 26px;
  }

  .lsa-footer__authority {
    grid-template-columns: repeat(2, max-content);
  }

  .lsa-footer__trust-container {
    gap: 24px;
  }

  .lsa-footer__bottom-container {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .lsa-footer__main {
    padding: 52px 18px 44px;
  }

  .lsa-footer__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lsa-footer__navigation {
    grid-column: auto;
  }

  .lsa-footer__logo {
    max-width: 220px;
  }

  .lsa-footer__eyebrow {
    font-size: 13px;
  }

  .lsa-footer__description {
    max-width: 100%;
    font-size: 15px;
  }

  .lsa-footer__authority {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .lsa-footer__authority span {
    font-size: 13.5px;
  }

  .lsa-footer__contact-item p,
  .lsa-footer__links a {
    font-size: 14.5px;
  }

  .lsa-footer__links {
    flex-direction: column;
    gap: 11px;
  }

  .lsa-footer__trust-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .lsa-footer__bottom-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lsa-footer__legal {
    flex-wrap: wrap;
  }

  .lsa-footer__bottom p,
  .lsa-footer__legal a,
  .lsa-footer__developer a {
    font-size: 12.5px;
  }
}

@media (max-width: 640px) {
  .lsa-footer__disclaimer {
    padding: 13px 18px 15px;
  }

  .lsa-footer__disclaimer p {
    color: #ffffff;
    font-size: 11.5px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .lsa-footer__main {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lsa-footer__logo {
    max-width: 200px;
  }

  .lsa-footer__description {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .lsa-footer__contact-item p,
  .lsa-footer__links a {
    font-size: 14px;
  }

  .lsa-footer__trust-container,
  .lsa-footer__bottom-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .lsa-footer__ssl strong,
  .lsa-footer__trust-item strong {
    font-size: 14px;
  }

  .lsa-footer__ssl span,
  .lsa-footer__trust-item span {
    font-size: 12px;
  }

  .lsa-footer__bottom p,
  .lsa-footer__legal a,
  .lsa-footer__developer a {
    font-size: 12px;
  }

  .lsa-footer__disclaimer p {
    font-size: 11.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lsa-footer a {
    transition: none;
  }

  .lsa-footer__social a:hover,
  .lsa-footer__social a:focus-visible {
    transform: none;
  }
}/* End custom CSS */