/*--- Foundation ---*/
:root {
  --benton-bold: "Benton Sans Bd";
  --benton-regular: "Benton Sans Reg";
  --benton-medium: "Benton Sans Med";
  --font-52: 52px;
  --lineHt-63: 63px;
  --font-42: 42px;
  --color-black-1: #000000;
  --color-black-3: #333333;
  --bg: #efefef;
  --surface: #ffffff;
  --ink: #333333;
  --cyan: #00a0e3;
  --magenta: #b0008a;
  --shadow: 0 22px 55px rgba(7, 27, 53, 0.14);
  --radius: 18px;
  --container: 1200px;
  --ai-sticky-top: 64px;
  --ai-dark-blue: #002b54;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Benton Sans Reg";
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

h1,
h2,
h3 {
  font-family: "Benton Sans Bd";
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
}

#ai_iframezone {
  display: none;
}

/*--- Hero Banner ---*/
.ai-banner-sec {
  background-image: var(--banner-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.ai-banner-sec .container {
  position: relative;
  z-index: 5;
}

.ai-banner-sec > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  object-fit: contain;
  z-index: 2;
}

.ai-banner-wrap {
  max-width: 700px;
  padding: 90px 0 50px 50px;
  position: relative;
}

.ai-banner-wrap::after {
  content: "";
  height: 70%;
  width: 2px;
  background: #fff;
  position: absolute;
  left: -48px;
  top: 0;
}

.ai-banner-title h1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  font-size: var(--font-52);
  line-height: var(--lineHt-63);
  color: #fff !important;
  font-family: var(--benton-bold);
  text-transform: none;
}

.ai-banner-wrap .ai-banner-title {
  margin-bottom: 20px;
}

.ai-banner-wrap .hero-details {
  margin-bottom: 50px;
}

.ai-banner-wrap .hero-details * {
  font-size: 21px;
  line-height: 28px;
  font-family: var(--benton-regular);
  color: #fff;
}

@media (max-width: 1024px) {
  .ai-banner-sec > img {
    display: none;
  }
}

/*--- Sticky Menu ---*/
.ai-container {
  padding-top: 100px;
}

#ai-sticky-menu-content {
  position: relative;
  z-index: 6;
  min-height: 94px;
  background: #ffffff;
}

.ai-sticky-menu-wrapper {
  background: #ffffff;
}

#ai-sticky-menu-inner-wrapper {
  background: #ffffff;
}

#ai-sticky-menu-inner-wrapper.stick-it {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: rgb(19, 108, 175) 2px 0 5px;
}

.ai-sticky-horiz-menu {
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}

#ai-sticky-menu {
  width: 100%;
}

.ai-sticky-horiz-menu .skewed-menu-item {
  padding: 0 15px !important;
}

.ai-sticky-horiz-menu .skewed-menu-item button {
  font-size: 25px;
}

#ai-sticky-menu .horiz-menu-item-inner-wrapper {
  font-size: 0;
}

.ai-sticky-horiz-menu .horiz-menu-item-wrapper {
  position: relative;
}

.ai-sticky-horiz-menu .horiz-menu-arrow-wrapper {
  display: none;
}

/*.ai-menu-indicator {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #0f6fb3;
  box-shadow: 0 2px 6px rgba(15, 111, 179, 0.35);
  pointer-events: none;
  z-index: 5;
}*/

/*--- Outlook Section (#outlook) ---*/
.content-section,
.map-section,
.strategies-section {
  padding: 72px 0;
}

.intro-section {
  padding-top: 56px;
  padding-bottom: 0px !important;
}

.ai-section {
  margin-bottom: 32px;
}

.ai-section.narrow {
  max-width: 1160px;
}

.ai-section h2,
.ai-common-head h2 {
  margin: 0 0 16px;
  color: #002b54;
  font-family: var(--benton-medium);
  font-size: 28px;
  line-height: 33.6px;
}

.ai-section p,
.ai-common-head p {
  margin: 0;
  color: #333333;
  font-family: var(--benton-regular);
  font-size: 22px;
  line-height: 28px;
}

.ai-section li {
  color: var(--color-black-1);
  font-family: var(--benton-regular);
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

#outlook .ai-section h2 {
  margin: 0 0 18px;
}

#outlook .ai-rich {
  max-width: 1220px;
}

#outlook .ai-rich p {
  margin: 0 0 14px;
}

#outlook .ai-rich p:last-child {
  margin-bottom: 0;
}

#outlook .ai-rich ul {
  margin: 6px 0 14px;
  padding-left: 18.4px;
}

#outlook .ai-rich li {
  margin: 0 0 4px;
}

#outlook .ai-rich li::marker {
  color: #0099de;
}

.chart-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0 15px;
  box-shadow: none;
}

.chart-panel img {
  width: 100%;
  height: auto;
}

/*--- Framework Section (#framework) ---*/
.ai-rich ul,
.framework-points {
  margin: 16px 0;
  padding-left: 20px;
}

.ai-rich li::marker,
.framework-points li::marker {
  color: var(--cyan);
}

.framework-section .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 38px;
  align-items: center;
}

.framework-visual img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

#framework .container {
  display: block;
}

#framework .ai-section {
  max-width: 1150px;
  margin-bottom: 28px;
}

#framework .ai-section h2 {
  margin: 0 0 16px;
}

#framework .ai-section p {
  margin: 0 0 8px;
}

#framework .framework-points {
  margin: 0;
  padding-left: 17.6px;
  max-width: 1140px;
}

#framework .framework-points li {
    margin: 0 0 20px;
}

#framework .framework-points li:last-child {
  margin-bottom: 0;
}

#framework .framework-point {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  column-gap: 24px;
}

#framework .framework-points li::marker {
  color: #0099de;
}

#framework .framework-points strong {
  color: #002b54;
  font-family:"Benton Sans Bd";
  font-weight: 700;
}

#framework .framework-visual {
  max-width: 1115px;
  margin: 0 auto;
}

#framework .framework-visual img {
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

/*--- Investment Map Section (#newsroom) ---*/
.map-section {
  background:
    radial-gradient(circle at 78% 35%, rgba(0, 172, 255, 0.3), transparent 20%),
    linear-gradient(120deg, #022a58 0%, #022a58 50%, #661f93 100%);
  overflow: clip;
}

.map-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.cta-button {
  min-width: 156px;
  min-height: 48px;
  padding: 0 24px;
  background: linear-gradient(90deg, var(--magenta), #d71fa8);
  color: #ffffff;
}

.map-shell {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 23, 67, 0.05), rgba(7, 23, 67, 0.35));
  pointer-events: none;
}

.map-scene {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

#newsroom.map-section {
  padding: 0;
  background: #032e5b;
  overflow: hidden;
}

#newsroom .container.map-grid {
  width: 100%;
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 0;
  min-height: 440px;
  align-items: stretch;
  padding-right: 0px !important;
}

#newsroom .container.map-grid::before,
#newsroom .container.map-grid::after {
  content: none !important;
  display: none !important;
}

#newsroom .ai-map {
  position: relative;
  z-index: 2;
  background: #032e5b;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 58px 62px 62px 98px;
}

#newsroom .ai-map h2 {
  margin: 0 0 36px;
  max-width: 630px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 47.2px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 800;
}

#newsroom .cta-button {
  min-width: 194px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 0;
  background: linear-gradient(90deg, #8f1daf, #b019b7);
  color: #ffffff;
  font-size: 15.2px;
  letter-spacing: 0.04em;
  font-weight: 800;
  clip-path: polygon(14% 0, 100% 0, 84% 100%, 0 100%);
}

#newsroom .map-visual {
  position: relative;
  overflow: hidden;
  margin-left: -120px;
  width: calc(100% + 120px);
  clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 3;
}

#newsroom .map-shell {
  height: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
}

#newsroom .map-shell::before {
  display: none;
}

#newsroom .map-scene {
  width: 100%;
  min-height: 440px;
  height: 100%;
  transform: scale(1.4);
  transform-origin: 95% 75%;
}

/*--- Strategies Section (#strategies) ---*/
.ai-featured-section {
  padding: 70px 0 74px;
  background: url("/AlgerImages/AIHub/Alger_AI_Hub_Strategies_BG.jpg") center/cover no-repeat;
}

.strategies-section {
  padding: 70px 0 74px;
  background: url("/AlgerImages/AIHub/Alger_AI_Hub_Strategies_BG.jpg") center/cover no-repeat;
}

#strategies .container {
  position: relative;
}

#strategies .ai-section {
  max-width: 1120px;
  margin-bottom: 24px;
}

#strategies .ai-section h2 {
  margin: 0 0 10px;
}

#strategies .ai-section p {
  margin: 0;
}

.ai-common-head {
  max-width: 1120px;
  margin-bottom: 24px;
}

.ai-common-head h2 {
  margin: 0 0 10px;
}

.ai-common-head p {
  margin: 0;
}

#strategies .ai-featured-card-wrap {
  --featured-nav-size: 44px;
  --featured-nav-gutter: 56px;
  position: relative;
  display: block;
  margin-top: 50px;
  padding-left: var(--featured-nav-gutter);
  padding-right: var(--featured-nav-gutter);
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  overflow: visible;
}

#strategies .ai-featured-card-wrap .slides > li {
  display: flex !important;
  height: auto !important;
}

#strategies .ai-featured-card-wrap .ai-featured-card {
  width: 100%;
  min-height: 100%;
}

#strategies .ai-featured-card-wrap .flex-viewport {
  overflow: hidden;
}

#strategies .ai-featured-card-wrap .flex-direction-nav a {
  position: absolute;
  top: 50%;
  left: auto;
  margin: 0;
  width: var(--featured-nav-size);
  height: var(--featured-nav-size);
  line-height: var(--featured-nav-size);
  overflow: visible;
  opacity: 1;
  transform: translateY(-50%);
  transition: none;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  color: #007bc0;
  text-decoration: none;
  text-shadow: none;
  z-index: 20;
}

#strategies .ai-featured-card-wrap .flex-direction-nav a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--featured-nav-size);
  height: var(--featured-nav-size);
  display: block;
  font-size: var(--featured-nav-size);
  line-height: var(--featured-nav-size);
  text-indent: 0;
}

#strategies .ai-featured-card-wrap .flex-direction-nav .flex-prev {
  left: calc((var(--featured-nav-gutter) - var(--featured-nav-size)) / 2);
}

#strategies .ai-featured-card-wrap .flex-direction-nav .flex-next {
  right: calc((var(--featured-nav-gutter) - var(--featured-nav-size)) / 2);
  text-align: center;
}

#strategies .ai-featured-card-wrap .flex-direction-nav .flex-prev:focus,
#strategies .ai-featured-card-wrap .flex-direction-nav .flex-next:focus {
  outline: none;
  border: 0;
  box-shadow: none;
}

#strategies .ai-featured-card-wrap:hover .flex-direction-nav .flex-prev {
  left: calc((var(--featured-nav-gutter) - var(--featured-nav-size)) / 2);
  opacity: 1;
}

#strategies .ai-featured-card-wrap:hover .flex-direction-nav .flex-next {
  right: calc((var(--featured-nav-gutter) - var(--featured-nav-size)) / 2);
  opacity: 1;
}

#strategies .ai-featured-card-wrap .flex-direction-nav .flex-disabled {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none;
}

#strategies .ai-featured-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background: transparent;
  color: #ffffff;
  border-radius: 0;
}

#strategies .ai-card-top {
  position: relative;
  height: 235px;
  overflow: hidden;
}

#strategies .ai-card-top > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#strategies .ai-card-body {
  background-color: var(--ai-dark-blue);
  padding: 20px 25px 60px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

#strategies .ai-card-tag {
  margin: 0 0 12px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 11.52px;
}

#strategies .ai-card-body h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 33.3px;
  color: #ffffff;
  font-family: var(--benton-bold);
}

#strategies .ai-card-body > p:not(.ai-card-tag) {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  font-family: var(--benton-regular);
  flex: 1 1 auto;
}

#strategies .ai-inline-link {
  display: inline-block;
  width: 143px;
  padding: 14px 5px 12px;
  background: #009bde;
  color: #ffffff;
  font-size: 16px;
  line-height: 23px;
  border-radius: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--benton-bold);
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 0 !important;
}

/*--- Insights Section (#insights) ---*/
.a21-insight-boxes-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.a21-insight-box {
  display: flex;
  width: calc(25% - 20px);
  margin-right: 20px;
}

.a21-insight-box a {
  text-decoration: none;
}

.a21-insight-box:last-of-type {
  margin-right: 0;
}

.a21-insight-box-content {
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  border-top: 10px solid #278ace;
  cursor: pointer;
  transition: box-shadow 0.35s ease-in-out;
  margin-bottom: 28px;
}

.a21-insight-box-content:hover {
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
}

.a21-insight-image-wrapper img {
  width: 100%;
  height: auto;
}

.a21-insight-text {
  padding: 20px;
}

.a21-insight-box h3 {
  font-family: var(--benton-medium);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #000;
}

.a21-insight-box h3:hover {
  color: #1586cf;
  text-decoration: none;
}

.a21-insight-box p {
  font-family: var(--benton-regular);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
}

.a21-view-all {
  font-family: "Benton Sans Bk", trade-gothic-next, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  color: #0072c6;
  margin-top: 40px;
  margin-bottom: 50px;
  transition: color 0.35s ease-in-out;
}

.a21-view-all:hover a {
  color: #333;
}

/*--- FAQ Section (#all-section-faqs) ---*/
.ai-faq-section {
  padding: 72px 0;
  background: var(--bg);
}

#all-section-faqs .accordion-sec {
  margin-top: 50px;
}

#all-section-faqs .tab {
  position: relative;
}

#all-section-faqs .tab__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 16px 0;
  border: 0;
  border-bottom: 2px solid #e1e1e1 !important;
  background: transparent;
  color: #136caf;
  font-family: var(--benton-bold);
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
}

#all-section-faqs .tab__label::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  margin-left: 24px;
  text-align: center;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #136caf;
  transition: transform 0.35s ease;
}

#all-section-faqs .tab.active > .tab__label::after {
  transform: rotate(180deg);
}

#all-section-faqs .tab__content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  interpolate-size: allow-keywords;
}

#all-section-faqs .tab.active > .tab__content {
  height: auto;
}

#all-section-faqs .tab__content p {
  margin: 0;
  padding: 16px 0 32px;
  color: var(--color-black-3);
  font-family: var(--benton-regular);
  font-size: 16px;
  line-height: 24px;
}

/*--- Contact Section (#contact) ---*/
.ai-common-head {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ai-common-head h2 {
  font-family: var(--benton-medium);
  font-size: 28px;
  line-height: 33.6px;
  color: #002b54;
}

.ai-common-head * {
  font-family: var(--benton-regular);
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin: 0;
}

.ai-common-head.white *,
.ai-common-head.white .parah p {
  color: #fff;
}

.contact-us-sec {
  position: relative;
  padding-top: 100px;
  background: #8f1a9e;
}

.contact-us-sec .ai-common-head .parah p {
  font-size: 16px;
  line-height: 24px;
}

/*.contact-us-sec p {
  margin-bottom: 40px;
}*/

#contact iframe {
  max-width: 50%;
}

.disclosures-panel {
  margin-top: 34px;
}

/*--- Global Responsive Rules ---*/
@media (min-width: 767px) and (max-width: 900px) {
  .ai-banner-wrap {
    margin-left: 50px;
  }
}

@media (min-width: 767px) {
  .ai-banner-wrap {
    transform: skewX(-23deg);
  }

  .ai-banner-wrap h1,
  .ai-banner-wrap p {
    transform: skewX(23deg);
  }
}

@media (max-width: 767px) {
  .ai-banner-title h1 {
    font-size: var(--font-42) !important;
    line-height: var(--font-42) !important;
  }

  .ai-banner-wrap .hero-details * {
    font-size: 21px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1023px) {
  .contact-us-sec {
    padding: 50px 0;
  }

  .ai-sticky-horiz-menu .horiz-menu-item-wrapper {
    position: relative;
    display: inline-block;
    width: calc(100% - 170px);
    overflow: hidden;
    padding-left: 18px;
  }

  .ai-sticky-horiz-menu .horiz-menu-arrow-wrapper {
    display: block;
    position: relative;
    z-index: 150;
    display: inline-block;
    width: 160px;
  }

  .ai-sticky-horiz-menu .horiz-menu-item-wrapper,
  .ai-sticky-horiz-menu .horiz-menu-arrow-wrapper {
    transform: skew(-32deg);
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  .ai-sticky-horiz-menu .horiz-menu-item-inner-wrapper {
    position: relative;
    transition: all 0.3s ease-in-out;
  }

  #ai-sticky-menu .skewed-menu-item {
    transform: skew(0deg);
  }

  .horiz-menu-arrow-wrapper .prev-menu-item,
  .horiz-menu-arrow-wrapper .next-menu-item {
    display: inline-block;
  }

  .ai-sticky-horiz-menu .next-menu-item {
    float: right;
  }

  .ai-sticky-menu-wrapper .next-menu-item button,
  .ai-sticky-menu-wrapper .prev-menu-item button {
    height: 52px;
    padding: 11px 26px;
    font-size: 0;
  }

  .ai-sticky-menu-wrapper .skewed-menu-item img {
    width: 20px;
  }

  .ai-sticky-horiz-menu .skewed-menu-item.active-skew + div + div ~ div {
    opacity: 0;
  }
}

@media only screen and (max-width: 860px) {
  .ai-sticky-horiz-menu .skewed-menu-item.active-skew + div ~ div {
    opacity: 0;
  }
}

@media only screen and (max-width: 450px) {
  .ai-sticky-horiz-menu .horiz-menu-item-wrapper {
    width: calc(100% - 30px);
  }

  .ai-sticky-horiz-menu .skewed-menu-item button {
    font-size: 14px;
  }

  .ai-sticky-menu-wrapper .next-menu-item button,
  .ai-sticky-menu-wrapper .prev-menu-item button {
    height: 42px;
    font-size: 14px;
    min-width: unset;
    padding: 11px 15px;
  }

  .ai-sticky-menu-wrapper .skewed-menu-item img {
    width: 14px;
  }

  .horiz-menu-arrow-wrapper {
    margin-left: 5px;
  }
}

@media (max-width: 1024px) {
  .framework-section .container {
    grid-template-columns: 1fr;
  }

  .map-grid {
    grid-template-columns: 1fr;
  }

  #newsroom .container.map-grid {
    grid-template-columns: 52% 48%;
    min-height: 380px;
  }

  #newsroom .ai-map {
    padding: 44px 34px 46px 56px;
  }

  #newsroom .map-visual {
    margin-left: -84px;
    width: calc(100% + 84px);
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  }

  #newsroom .ai-map h2 {
    margin-bottom: 26px;
    max-width: 720px;
    font-size: clamp(24.8px, 3.6vw, 35.2px);
  }

  #newsroom .map-scene {
    min-height: 380px;
  }

}

@media (max-width: 720px) {

  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .content-section,
  .map-section,
.strategies-section {
    padding: 56px 0;
  }

  #newsroom .container.map-grid {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
  }

  #newsroom .ai-map {
    padding: 44px 24px;
  }

  #newsroom .ai-map h2 {
    margin-bottom: 24px;
    font-size: clamp(24.8px, 8.4vw, 33.6px);
    line-height: 1.08;
  }

  #newsroom .cta-button {
    min-width: 176px;
    min-height: 48px;
    font-size: 13.92px;
  }

  #newsroom .map-visual {
    margin-left: 0;
    width: 100%;
    clip-path: none;
  }

  #newsroom .map-scene {
    min-height: 250px;
  }

  #strategies .ai-featured-card-wrap {
    --featured-nav-size: 36px;
    --featured-nav-gutter: 44px;
  }
}

@media (max-width: 991px) {
  .a21-insight-boxes-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .a21-insight-box {
    width: 100%;
    max-width: 370px;
    margin: 0 0 30px;
  }

  .a21-insight-box:last-of-type {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .a21-insight-box,
  .a21-insight-box:last-of-type {
    margin: 0 auto 30px;
  }

  .a21-insight-box {
    display: none;
  }

  .a21-insight-box:first-of-type,
  .a21-insight-box:first-of-type + .a21-insight-box {
    display: flex;
  }
}

@media only screen and (max-width: 768px) {
  .ai-sticky-menu-wrapper {
    display: none !important;
  }

  #contact iframe {
    max-width: 80%;
  }

  .ai-container {
    padding-top: 0 !important;
  }

  #ai-sticky-menu-content {
    min-height: 0;
  }
}

@media only screen and (max-width: 500px) {
    #contact iframe {
        max-width: 100%;
    }
}