.elementor-285 .elementor-element.elementor-element-6f74201{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--overflow:hidden;--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-2dc66f0 */.mp-footer {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  min-height: 100svh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #000;
  color: #fff;
  overflow: hidden;
font-family: "Afacad Flux", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mp-footer,
.mp-footer * {
  box-sizing: border-box;
}

.mp-footer__inner {
  width: min(100%, 1680px);
  min-height: 100vh;
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(70px, 8vh, 110px) clamp(34px, 7vw, 118px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* TOP AREA */

.mp-footer__top {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(280px, 1.5fr) repeat(4, minmax(140px, 0.8fr));
  gap: clamp(42px, 5vw, 86px);
  align-items: start;
  padding-bottom: clamp(54px, 7vh, 92px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.mp-footer__brand {
  min-width: 0;
  max-width: 440px;
}

.mp-footer__logo {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: clamp(22px, 3vh, 34px);
  width: 300px;
}

.mp-footer__logo span {
  color: #fff;
  font-size: clamp(42px, 4vw, 72px);
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.mp-footer__logo small {
  align-self: flex-end;
  margin-top: 10px;
  color: #bdbdbd;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0.12em;
}

.mp-footer__tagline {
  max-width: 360px;
  margin: 0 0 clamp(28px, 4vh, 46px);
  color: #bdbdbd;
  font-size: clamp(15px, 1vw, 20px);
  line-height: 1.65;
  font-weight: 300;
}

.mp-footer__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.mp-footer__socials a {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: clamp(19px, 1.4vw, 26px);
  line-height: 1;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.mp-footer__socials a:hover {
  color: #fff;
  opacity: 0.72;
  transform: translateY(-2px);
}

/* COLUMNS */

.mp-footer__column {
  min-width: 0;
}

.mp-footer__column h3 {
  margin: 0 0 clamp(28px, 4vh, 44px);
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(18px, 0.95vw, 17px);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.mp-footer__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mp-footer__column li {
  margin: 0 0 clamp(18px, 2.4vh, 28px);
  color: #969696;
  font-size: clamp(18px, 0.9vw, 16px);
  line-height: 1.55;
  font-weight: 300;
}

.mp-footer__column li:last-child {
  margin-bottom: 0;
}

.mp-footer__column a {
  color: #969696;
  text-decoration: none;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.mp-footer__column a:hover {
  color: #fff;
  padding-left: 4px;
}

/* BOTTOM AREA */

.mp-footer__bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding-top: clamp(34px, 5vh, 58px);
  color: #d5d5d5;
  font-size: clamp(13px, 0.9vw, 16px);
  line-height: 1.5;
  font-weight: 300;
}

.mp-footer__bottom p {
  margin: 0;
}

.mp-footer__bottom a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: opacity 0.25s ease;
}

.mp-footer__bottom a:hover {
  color: #fff;
  opacity: 0.72;
}

/* FULLPAGE COMPATIBILITY */

.mp-footer-section,
.mp-footer.fp-auto-height {
  height: 100vh !important;
  height: 100svh !important;
  min-height: 100vh !important;
  min-height: 100svh !important;
}

@media (min-width: 1025px) {
  .mp-footer-section.fp-section,
  .mp-footer-section.fp-table {
    height: 100vh !important;
    height: 100svh !important;
    min-height: 100vh !important;
    min-height: 100svh !important;
  }

  .mp-footer-section .fp-tableCell {
    height: 100vh !important;
    height: 100svh !important;
    display: flex;
    align-items: center;
  }
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .mp-footer__top {
    grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(120px, 1fr));
    gap: 38px;
  }
}

@media (max-width: 980px) {
  .mp-footer {
    min-height: auto;
    overflow: visible;
  }

  .mp-footer__inner {
    min-height: auto;
    padding: 76px 34px 60px;
  }

  .mp-footer__top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 38px;
  }

  .mp-footer__brand {
    grid-column: 1 / -1;
    max-width: 520px;
  }

  .mp-footer__logo span {
    font-size: clamp(38px, 8vw, 58px);
  }
}

@media (max-width: 700px) {
  .mp-footer__inner {
    padding: 72px 24px 52px;
  }

  .mp-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 42px 28px;
    padding-bottom: 46px;
  }

  .mp-footer__brand {
    grid-column: 1 / -1;
  }

  .mp-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 30px;
  }
}

@media (max-width: 480px) {
  .mp-footer__inner {
    padding: 64px 24px 46px;
  }

  .mp-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .mp-footer__column h3 {
    margin-bottom: 16px;
  }

  .mp-footer__column li {
    margin-bottom: 14px;
  }

  .mp-footer__logo span {
    font-size: 38px;
  }

  .mp-footer__logo small {
    font-size: 14px;
  }

  .mp-footer__tagline {
    font-size: 14px;
  }
}/* End custom CSS */