.elementor-2856 .elementor-element.elementor-element-334883c{--display:flex;--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-41aece6 */.cr-footer {
  background: #1D2740;
  color: rgba(255,255,255,0.85);
  padding: 80px 0 30px;
}

.cr-footer__container {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.cr-footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cr-footer__brand h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.cr-footer__brand p {
  margin: 0;
  max-width: 420px;
  line-height: 1.8;
}

.cr-footer__trust {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}

.cr-footer__trust span:first-child {
  color: #F28C28;
}

.cr-footer__links h3,
.cr-footer__contact h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 16px;
}

.cr-footer__links,
.cr-footer__contact {
  display: flex;
  flex-direction: column;
}

.cr-footer__links a,
.cr-footer__contact a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  margin-bottom: 12px;
  transition: all .3s ease;
}

.cr-footer__links a:hover,
.cr-footer__contact a:hover {
  color: #F28C28;
}

.cr-footer__contact p {
  margin: 0 0 14px;
  line-height: 1.7;
}

.cr-footer__bottom {
  padding-top: 30px;
}

.cr-footer__bottom p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
}

@media (max-width: 900px) {

  .cr-footer__top {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .cr-footer {
    padding: 60px 0 20px;
  }

  .cr-footer__brand h2 {
    font-size: 34px;
  }
}/* End custom CSS */