.elementor-1064 .elementor-element.elementor-element-d97f5be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1064 .elementor-element.elementor-element-d97f5be:not(.elementor-motion-effects-element-type-background), .elementor-1064 .elementor-element.elementor-element-d97f5be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050913;}.elementor-1064 .elementor-element.elementor-element-851f62b.elementor-element{--align-self:center;}.elementor-1064 .elementor-element.elementor-element-c853bc7{--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;}.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-851f62b */<style>
.bk8-footer {
  background: linear-gradient(180deg, #0b1224, #070b16);
  color: #cfd6e4;
  font-family: "Prompt", sans-serif;
  padding: 50px 20px 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.bk8-footer-top {
  text-align: center;
  margin-bottom: 35px;
}

.bk8-footer-title {
  font-size: 16px;
  font-weight: 600;
  color: #4de3c1;
  margin-bottom: 20px;
}

.bk8-footer-badges {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.bk8-footer-badges img {
  height: 38px;
  opacity: 0.85;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.bk8-footer-badges img:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.bk8-footer-disclaimer {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.7;
  color: #b6bfd1;
}

.bk8-footer-disclaimer p {
  margin-bottom: 14px;
}

.bk8-footer-copy {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
  color: #8f98ab;
}

/* Mobile */
@media (max-width: 768px) {
  .bk8-footer-badges img {
    height: 32px;
  }

  .bk8-footer {
    padding: 40px 16px 24px;
  }
}
</style>/* End custom CSS */