.elementor-16 .elementor-element.elementor-element-b4f730a{--display:flex;--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;}@media(min-width:768px){.elementor-16 .elementor-element.elementor-element-b4f730a{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-a24afb5 *//* ================================
   TP FOOTER
   Background: 1440px / Content: 1200px
================================ */

.tp-footer,
.tp-footer * {
  box-sizing: border-box;
}

.tp-footer {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 0;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 0%, rgba(23, 104, 255, .16), transparent 30%),
    linear-gradient(135deg, #020a16 0%, #061326 55%, #020a16 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
  box-shadow: 0 -18px 54px rgba(2, 10, 22, .16);
}

.tp-footer .tp-container {
  width: min(1200px, calc(100% - 80px)) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Main footer grid */

.tp-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(150px, .75fr));
  gap: 44px;
  padding-top: 54px !important;
  padding-bottom: 46px !important;
}

/* Brand */

.tp-footer__brand {
  max-width: 410px;
}

.tp-footer .tp-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff !important;
  text-decoration: none !important;
}

.tp-footer .tp-logo__mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 22px;
  line-height: 1;
}

.tp-footer .tp-logo__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.tp-footer .tp-logo__text strong {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em;
  font-weight: 850 !important;
}

.tp-footer .tp-logo__text small {
  color: rgba(255,255,255,.64) !important;
  font-size: 13px !important;
  line-height: 1.15 !important;
  font-weight: 500 !important;
}

.tp-footer__brand p {
  max-width: 390px;
  margin: 22px 0 0 !important;
  color: rgba(255,255,255,.62) !important;
  font-size: 15px !important;
  line-height: 1.58 !important;
  font-weight: 500 !important;
}

/* Columns */

.tp-footer__col {
  display: grid;
  align-content: start;
  gap: 11px;
}

.tp-footer__col h3 {
  margin: 0 0 8px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: -.02em;
  font-weight: 850 !important;
}

.tp-footer__col a {
  width: fit-content;
  color: rgba(255,255,255,.60) !important;
  font-size: 14px !important;
  line-height: 1.32 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
  transition:
    color .22s ease,
    transform .22s-decoration: none !important;
  transition:
    color .22s ease,
    transform . ease;
}

.tp-footer__col a:hover {
  color: #ffffff !important;
  transform: translateX(3px);
}

/* Bottom */

.tp-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.12);
}

.tp-footer__bottom .tp-container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tp-footer__bottom p {
  margin: 0 !important;
  padding: 18px 0 !important;
  color: rgba(255,255,255,.46) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1180px) {
  .tp-footer .tp-container {
    width: min(1200px, calc(100% - 56px)) !important;
  }

  .tp-footer__inner {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 34px;
  }

  .tp-footer__brand {
    grid-column: 1 / -1;
    max-width: 620px;
  }

  .tp-footer__brand p {
    max-width: 560px;
  }
}

/* ================================
   Mobile
================================ */

@media (max-width: 760px) {
  .tp-footer {
    width: 100%;
    border-radius: 22px 22px 0 0;
  }

  .tp-footer .tp-container {
    width: calc(100% - 36px) !important;
  }

  .tp-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 38px !important;
    padding-bottom: 34px !important;
  }

  .tp-footer__brand {
    max-width: 100%;
  }

  .tp-footer__brand p {
    max-width: 100%;
    font-size: 14px !important;
  }

  .tp-footer__col {
    gap: 10px;
    padding-top: 2px;
  }

  .tp-footer__col h3 {
    margin-bottom: 6px !important;
  }

  .tp-footer__col a {
    font-size: 14px !important;
  }

  .tp-footer__bottom p {
    padding: 16px 0 !important;
    font-size: 12px !important;
  }
}

@media (max-width: 560px) {
  .tp-footer .tp-container {
    width: calc(100% - 28px) !important;
  }

  .tp-footer__inner {
    padding-top: 34px !important;
    padding-bottom: 30px !important;
  }

  .tp-footer .tp-logo__mark {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 13px;
    font-size: 20px;
  }

  .tp-footer .tp-logo__text strong {
    font-size: 16px !important;
  }

  .tp-footer .tp-logo__text small {
    font-size: 12px !important;
  }
}/* End custom CSS */