.elementor .e-8188744{padding:0px;margin:0px;display:block;flex-direction:row;.af-footer {
--af-footer-ink: #061118;
--af-footer-ink-2: #071821;
--af-footer-panel: rgba(10, 32, 43, 0.78);
--af-footer-line: rgba(184, 229, 238, 0.18);
--af-footer-line-soft: rgba(184, 229, 238, 0.12);
--af-footer-text: #f3fbfc;
--af-footer-muted: rgba(220, 241, 245, 0.68);
--af-footer-muted-soft: rgba(220, 241, 245, 0.48);
--af-footer-accent: #a8e1eb;
--af-footer-accent-bright: #d8f7fb;

position: relative;
isolation: isolate;
overflow: hidden;
width: 100%;
background:
  radial-gradient(circle at 86% 12%, rgba(72, 160, 180, 0.14), transparent 26%),
  radial-gradient(circle at 10% 90%, rgba(24, 85, 108, 0.20), transparent 34%),
  linear-gradient(180deg, #071821 0%, #061118 100%);
color: var(--af-footer-text);
}

.af-footer,
.af-footer * {
box-sizing: border-box;
}

.af-footer a {
text-decoration: none;
}

.af-footer-grid-bg {
position: absolute;
z-index: -1;
inset: 0;
opacity: 0.36;
background-image:
  linear-gradient(rgba(180, 229, 238, 0.04) 1px, transparent 1px),
  linear-gradient(90deg, rgba(180, 229, 238, 0.04) 1px, transparent 1px);
background-size: 62px 62px;
mask-image: linear-gradient(90deg, transparent 0%, black 22%, black 88%, transparent 100%);
pointer-events: none;
}

.af-footer-shell {
width: min(100%, 1140px);
margin: 0 auto;
padding: 66px 40px 28px;
}


/* =========================================================
 TOP GRID
========================================================= */

.af-footer-top {
display: grid;
grid-template-columns:
  minmax(260px, 1.28fr)
  minmax(210px, 0.92fr)
  minmax(130px, 0.58fr)
  minmax(190px, 0.78fr);
gap: 54px;
align-items: start;
}

.af-footer-brand {
max-width: 360px;
}

.af-footer-logo {
display: inline-flex;
width: 142px;
align-items: center;
}

.af-footer-logo img {
display: block;
width: 60%;
height: auto;
}

.af-footer-brand p {
max-width: 350px;
margin: 24px 0 0;
color: var(--af-footer-muted);
font-size: 13px;
line-height: 1.72;
}


/* =========================================================
 COLUMNS
========================================================= */

.af-footer-column {
display: flex;
flex-direction: column;
gap: 11px;
}

.af-footer-column h3 {
margin: 0 0 12px;
color: var(--af-footer-accent);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.16em;
line-height: 1.2;
text-transform: uppercase;
}

.af-footer-column a {
color: rgba(235, 248, 250, 0.68);
font-size: 13px;
line-height: 1.38;
transition:
  color 180ms ease,
  transform 180ms ease;
}

.af-footer-column a:hover,
.af-footer-column a:focus-visible {
outline: none;
color: #ffffff;
transform: translateX(4px);
}

.af-footer-capabilities {
padding-top: 4px;
}

.af-footer-legal a {
color: rgba(220, 241, 245, 0.60);
}


/* =========================================================
 MIDDLE CARDS
========================================================= */

.af-footer-middle {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(300px, 0.64fr);
gap: 1px;
margin-top: 58px;
border: 1px solid var(--af-footer-line);
background: var(--af-footer-line);
}

.af-footer-contact-card,
.af-footer-office-card {
min-height: 178px;
padding: 27px 28px;
background:
  radial-gradient(circle at 90% 10%, rgba(111, 199, 214, 0.09), transparent 28%),
  linear-gradient(145deg, rgba(13, 42, 54, 0.42), rgba(7, 24, 33, 0.92)),
  #0a202b;
}

.af-footer-contact-card span,
.af-footer-office-card span {
display: block;
margin-bottom: 22px;
color: var(--af-footer-accent);
font-size: 10px;
font-weight: 800;
letter-spacing: 0.16em;
line-height: 1.2;
text-transform: uppercase;
}

.af-footer-contact-card p,
.af-footer-office-card p {
max-width: 620px;
margin: 0;
color: var(--af-footer-muted);
font-size: 13px;
line-height: 1.7;
}

.af-footer-office-card p {
color: rgba(220, 241, 245, 0.62);
}

.af-footer-contact-card a {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 22px;
color: var(--af-footer-accent-bright);
font-size: 11px;
font-weight: 800;
letter-spacing: 0.10em;
line-height: 1.2;
text-transform: uppercase;
transition:
  color 180ms ease,
  transform 180ms ease;
}

.af-footer-contact-card a i {
color: var(--af-footer-accent);
font-size: 18px;
font-style: normal;
line-height: 1;
}

.af-footer-contact-card a:hover,
.af-footer-contact-card a:focus-visible {
outline: none;
color: #ffffff;
transform: translateX(4px);
}


/* =========================================================
 BOTTOM
========================================================= */

.af-footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
margin-top: 26px;
padding-top: 23px;
border-top: 1px solid var(--af-footer-line-soft);
}

.af-footer-bottom p {
margin: 0;
color: var(--af-footer-muted-soft);
font-size: 11px;
line-height: 1.4;
}

.af-footer-bottom-links {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
gap: 16px;
}

.af-footer-bottom-links a {
color: var(--af-footer-muted-soft);
font-size: 11px;
line-height: 1.4;
transition: color 180ms ease;
}

.af-footer-bottom-links a:hover,
.af-footer-bottom-links a:focus-visible {
outline: none;
color: var(--af-footer-accent-bright);
}


/* =========================================================
 RESPONSIVE
========================================================= */

@media (max-width: 1060px) {
.af-footer-shell {
  padding-right: 32px;
  padding-left: 32px;
}

.af-footer-top {
  grid-template-columns: minmax(0, 1.1fr) repeat(3, minmax(130px, 1fr));
  gap: 38px;
}
}

@media (max-width: 900px) {
.af-footer-top {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 36px;
}

.af-footer-brand {
  grid-column: 1 / -1;
  max-width: 520px;
}

.af-footer-middle {
  grid-template-columns: 1fr;
}

.af-footer-bottom {
  align-items: flex-start;
  flex-direction: column;
}

.af-footer-bottom-links {
  justify-content: flex-start;
}
}

@media (max-width: 620px) {
.af-footer-shell {
  padding: 56px 20px 26px;
}

.af-footer-top {
  grid-template-columns: 1fr;
  gap: 34px;
}

.af-footer-logo {
  width: 126px;
}

.af-footer-brand p {
  margin-top: 22px;
}

.af-footer-column {
  padding-top: 24px;
  border-top: 1px solid rgba(184, 229, 238, 0.13);
}

.af-footer-capabilities {
  padding-top: 24px;
}

.af-footer-middle {
  margin-top: 46px;
}

.af-footer-contact-card,
.af-footer-office-card {
  min-height: auto;
  padding: 24px 20px;
}

.af-footer-bottom-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
}

@media (prefers-reduced-motion: reduce) {
.af-footer *,
.af-footer *::before,
.af-footer *::after {
  transition-duration: 0.01ms !important;
}
}
/* Footer bottom user access icon */
.af-footer-user-link {
display: inline-flex;
width: 31px;
height: 31px;
align-items: center;
justify-content: center;
border: 1px solid rgba(184, 229, 238, 0.18);
background: rgba(7, 24, 33, 0.42);
color: rgba(220, 241, 245, 0.58);
transition:
  border-color 180ms ease,
  background 180ms ease,
  color 180ms ease,
  transform 180ms ease;
}

.af-footer-user-link svg {
display: block;
width: 15px;
height: 15px;
fill: none;
stroke: currentColor;
stroke-width: 1.7;
stroke-linecap: round;
stroke-linejoin: round;
}

.af-footer-user-link:hover,
.af-footer-user-link:focus-visible {
border-color: rgba(216, 247, 251, 0.44);
outline: none;
background: rgba(168, 225, 235, 0.10);
color: var(--af-footer-accent-bright);
transform: translateY(-2px);
}\n}