.elementor-570 .elementor-element.elementor-element-6809485{--display:flex;}.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-add9763 */.ccd-footer {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  background: #111820;
  color: #fff;
}

.ccd-footer__inner {
  width: min(92%,1320px);
  margin: 0 auto;
}

.ccd-footer__top {
  display: grid;
  grid-template-columns: 1.4fr .7fr .9fr 1fr;
  gap: 60px;
  padding: 70px 0 55px;
}

.ccd-footer__logo {
  display: inline-block;
  text-decoration: none;
}

.ccd-footer__logo img {
  display: block;
  width: 100%;
  max-width: 260px;
  height: auto;
}

.ccd-footer__brand p,
.ccd-footer__contact p {
  max-width: 330px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
}

.ccd-footer__column h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 14px;
}

.ccd-footer__nav,
.ccd-footer__links {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.ccd-footer__nav a,
.ccd-footer__links a,
.ccd-footer__legal a {
  color: rgba(255,255,255,.7);
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease;
}

.ccd-footer__nav a:hover,
.ccd-footer__links a:hover,
.ccd-footer__legal a:hover {
  color: #7dc3e6;
}

.ccd-footer__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
  padding: 12px 18px;
  border-radius: 6px;
  background: #2575a7;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ccd-footer__cta:hover {
  background: #318fc2;
}

.ccd-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.08);
}

.ccd-footer__bottom p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 12px;
}

@media (max-width: 950px) {
  .ccd-footer__top {
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
  }
}

@media (max-width: 600px) {
  .ccd-footer__top {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 55px 0 40px;
  }

  .ccd-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .ccd-footer__logo img {
    max-width: 225px;
  }
}/* End custom CSS */