.elementor-4765 .elementor-element.elementor-element-238fab3{--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-06000dd */.ftn-footer {
  --ftf-blue: #1d63bf;
  --ftf-blue-dark: #174f99;
  --ftf-blue-soft: #eef4fb;
  --ftf-text: #102844;
  --ftf-muted: #6e7d90;
  --ftf-border: #dfe8f2;
  --ftf-bg: #0f2138;
  --ftf-bg-soft: #132945;
  --ftf-card: rgba(255, 255, 255, 0.04);
  --ftf-white: #ffffff;
  --ftf-shadow: 0 14px 30px rgba(2, 9, 18, 0.18);
  color: var(--ftf-white);
  background:
    radial-gradient(circle at top right, rgba(29,99,191,0.18), transparent 24%),
    linear-gradient(180deg, #11263f 0%, #0c1c31 100%);
}

.ftn-footer *,
.ftn-footer *::before,
.ftn-footer *::after {
  box-sizing: border-box;
}

.ftn-footer__container {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
}

.ftn-footer__top {
  padding: 42px 0 28px;
}

.ftn-footer__top-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.25fr) 1fr 1fr minmax(260px, 1.1fr);
  gap: 24px;
  align-items: start;
}

.ftn-footer__brand-col,
.ftn-footer__nav-col,
.ftn-footer__contact-col {
  min-width: 0;
}

.ftn-footer__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.ftn-footer__logo {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 64px;
  height: auto;
  object-fit: contain;
}

.ftn-footer__about {
  margin: 18px 0 0;
  max-width: 40ch;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}

.ftn-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ftn-footer__socials a {
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.ftn-footer__socials a:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.2);
}

.ftn-footer__title {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.ftn-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.ftn-footer__links a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
  font-size: 15px;
  line-height: 1.5;
  transition: color .2s ease, transform .2s ease;
}

.ftn-footer__links a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.ftn-footer__contact-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
}

.ftn-footer__contact-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.ftn-footer__contact-item {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.ftn-footer__contact-item--static {
  font-weight: 500;
  color: rgba(255,255,255,0.78);
}

.ftn-footer__cta {
  margin-top: 18px;
  min-height: 48px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ftf-blue) 0%, #2d79e1 100%);
  box-shadow: 0 14px 28px rgba(29, 99, 191, 0.22);
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.ftn-footer__cta:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--ftf-blue-dark) 0%, #2569c8 100%);
  box-shadow: 0 18px 34px rgba(23, 79, 153, 0.28);
}

.ftn-footer__bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 0 24px;
}

.ftn-footer__bottom-inner {
  display: grid;
  grid-template-columns: 1.6fr auto;
  gap: 18px;
  align-items: end;
}

.ftn-footer__disclaimer {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,0.64);
  max-width: 92ch;
}

.ftn-footer__legal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
  min-width: max-content;
}

.ftn-footer__legal a,
.ftn-footer__legal span {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.72);
  text-decoration: none;
}

.ftn-footer__legal a:hover {
  color: #ffffff;
}

@media (max-width: 1180px) {
  .ftn-footer__top-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .ftn-footer__contact-col {
    grid-column: 1 / -1;
  }

  .ftn-footer__bottom-inner {
    grid-template-columns: 1fr;
  }

  .ftn-footer__legal {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .ftn-footer__container {
    width: min(100% - 20px, 1280px);
  }

  .ftn-footer__top {
    padding: 30px 0 22px;
  }

  .ftn-footer__top-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ftn-footer__logo {
    max-width: 170px;
    max-height: 54px;
  }

  .ftn-footer__title {
    font-size: 18px;
  }

  .ftn-footer__about,
  .ftn-footer__contact-text,
  .ftn-footer__links a,
  .ftn-footer__contact-item {
    font-size: 14px;
  }

  .ftn-footer__cta {
    width: 100%;
  }

  .ftn-footer__disclaimer,
  .ftn-footer__legal a,
  .ftn-footer__legal span {
    font-size: 12px;
  }
}/* End custom CSS */