:root {
  --am-green: #007f33;
  --am-green-dark: #006d2e;
  --am-ink: #17211b;
  --am-muted: #5f6f66;
  --am-line: #dfe7e1;
  --am-soft: #f3f8f1;
  --am-cream: #fbfcf8;
  --am-white: #fff;
  --am-shadow: 0 18px 45px rgba(14, 30, 22, .12);
  --am-font-en: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
  --am-font-fa: Gandom, Tahoma, "Segoe UI", Arial, sans-serif;
}

@font-face {
  font-family: Gandom;
  src: url("fonts/gandom/gandom-normal.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face {
  font-family: Gandom;
  src: url("fonts/gandom/gandom-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: block;
}

body.aisov-modern-home,
body.aisov-modern-page {
  margin: 0;
  color: var(--am-ink);
  background: var(--am-cream);
  font-family: var(--am-font-en);
  line-height: 1.6;
}

body.aisov-modern-home #wpadminbar,
body.aisov-modern-page #wpadminbar {
  max-height: 46px;
  overflow: hidden;
  z-index: 99999;
}

.aisov-modern-fa {
  font-family: var(--am-font-fa);
}

.aisov-modern-fa,
.aisov-modern-fa button,
.aisov-modern-fa input,
.aisov-modern-fa textarea,
.aisov-modern-fa select {
  font-family: var(--am-font-fa);
}

.aisov-modern-fa h1,
.aisov-modern-fa h2,
.aisov-modern-fa h3,
.aisov-modern-fa h4,
.aisov-modern-fa h5,
.aisov-modern-fa h6,
.aisov-modern-fa p,
.aisov-modern-fa a,
.aisov-modern-fa li,
.aisov-modern-fa span,
.aisov-modern-fa strong,
.aisov-modern-fa label,
.aisov-modern-fa .am-kicker,
.aisov-modern-fa .am-media-label {
  font-family: var(--am-font-fa);
}

body.aisov-modern-home [lang="fa"],
body.aisov-modern-page [lang="fa"],
body.aisov-modern-home [lang="fa"] *,
body.aisov-modern-page [lang="fa"] *,
body.aisov-modern-home [dir="rtl"],
body.aisov-modern-page [dir="rtl"],
body.aisov-modern-home [dir="rtl"] *,
body.aisov-modern-page [dir="rtl"] * {
  font-family: var(--am-font-fa);
  letter-spacing: 0;
}

.am-container {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.am-topbar {
  background: #102218;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.am-topbar__inner,
.am-nav,
.am-quick,
.am-menu,
.am-actions,
.am-section-head {
  display: flex;
  align-items: center;
}

.am-topbar__inner {
  min-height: 38px;
  justify-content: space-between;
  gap: 18px;
}

.am-quick {
  gap: 18px;
}

.am-quick a,
.am-footer a {
  color: inherit;
  text-decoration: none;
}

.am-language {
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  padding: 4px 10px;
}

.am-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(0,0,0,.06);
  backdrop-filter: blur(18px);
}

.am-nav {
  min-height: 82px;
  justify-content: space-between;
  gap: 24px;
}

.am-brand img {
  display: block;
  width: 142px;
  height: auto;
}

.am-menu {
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
}

.am-menu a {
  color: var(--am-ink);
  text-decoration: none;
}

.am-menu a:hover {
  color: var(--am-green);
}

.am-join,
.am-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-height: 44px;
  padding: 0 20px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.am-join,
.am-btn--primary {
  background: var(--am-green);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,171,65,.25);
}

.am-btn--secondary {
  background: #fff;
  color: var(--am-ink);
  border: 1px solid var(--am-line);
}

.am-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--am-line);
  border-radius: 999px;
  background: #fff;
}

.am-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--am-ink);
}

.am-hero {
  position: relative;
  min-height: 690px;
  isolation: isolate;
  overflow: hidden;
  background: #0b1710;
}

.am-hero__media,
.am-hero__media::after,
.am-hero__media img {
  position: absolute;
  inset: 0;
}

.am-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(5,18,11,.86), rgba(5,18,11,.52) 45%, rgba(5,18,11,.18)),
    radial-gradient(circle at 80% 22%, rgba(0,171,65,.26), transparent 34%);
  z-index: 1;
}

.am-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.am-hero__grid {
  position: relative;
  z-index: 2;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 620px) 340px;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.am-kicker {
  display: inline-block;
  color: var(--am-green);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.am-hero h1 {
  max-width: 700px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: 0;
}

.am-hero p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 20px;
}

.am-actions {
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.am-hero-card {
  align-self: end;
  margin-bottom: 86px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: rgba(10, 20, 14, .78);
  color: #fff;
  box-shadow: var(--am-shadow);
}

.am-hero-card span,
.am-hero-card a {
  color: var(--am-green);
  font-weight: 800;
  text-decoration: none;
}

.am-hero-card strong {
  display: block;
  margin: 8px 0 16px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.am-section {
  padding: 86px 0;
}

.am-section--split {
  background:
    linear-gradient(90deg, transparent 0, transparent calc(50% - 580px), rgba(0,171,65,.16) calc(50% - 580px), rgba(0,171,65,.16) calc(50% + 580px), transparent calc(50% + 580px)),
    #fff;
  padding: 58px 0;
}

.am-feature,
.am-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.am-feature img,
.am-video-card img,
.am-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-feature img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  box-shadow: var(--am-shadow);
}

.am-feature h2,
.am-story h2,
.am-section-head h2 {
  margin: 10px 0 14px;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
}

.am-notices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.am-notice {
  padding: 30px;
  border: 1px solid var(--am-line);
  border-left: 5px solid var(--am-green);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 30, 22, .07);
}

.am-notice--fa {
  border-left: 1px solid var(--am-line);
  border-right: 5px solid var(--am-green);
}

.am-notice h2 {
  margin: 10px 0 12px;
  font-size: 24px;
}

.am-notice a,
.am-section-head a,
.am-card a {
  color: var(--am-green-dark);
  font-weight: 900;
  text-decoration: none;
}

.am-section--soft {
  background: var(--am-soft);
}

.am-checks {
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.am-checks li {
  margin-top: 12px;
  padding-inline-start: 28px;
  position: relative;
  font-weight: 700;
}

.am-checks li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: .55em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--am-green);
}

.am-video-card {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--am-shadow);
}

.am-video-card img {
  aspect-ratio: 5 / 4;
  display: block;
}

.am-video-card a {
  display: block;
  padding: 18px 20px;
  color: var(--am-ink);
  font-weight: 900;
  text-decoration: none;
}

.am-section-head {
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 28px;
}

.am-section-head--center {
  display: block;
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.am-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.am-card {
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--am-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(14, 30, 22, .08);
}

.am-card img {
  display: block;
  aspect-ratio: 16 / 10;
}

.am-card div {
  padding: 20px;
}

.am-card span {
  color: var(--am-muted);
  font-size: 13px;
  font-weight: 800;
}

.am-card h3 {
  margin: 8px 0 18px;
  font-size: 20px;
  line-height: 1.3;
}

.am-section--groups {
  background: #fff;
}

.am-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.am-groups a {
  display: flex;
  min-height: 104px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-radius: 8px;
  background: #31b9aa;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}

.am-cta {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.am-cta__image,
.am-cta__image::after,
.am-cta__image img {
  position: absolute;
  inset: 0;
}

.am-cta__image::after {
  content: "";
  background: rgba(14, 28, 20, .54);
}

.am-cta__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-cta .am-container {
  position: relative;
  z-index: 2;
}

.am-cta span {
  color: #d4ffdf;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.am-cta h2 {
  max-width: 860px;
  margin: 10px auto 24px;
  color: #fff;
  font-size: 40px;
  line-height: 1.12;
}

.am-footer {
  background: #1e211b;
  color: rgba(255,255,255,.78);
  padding: 54px 0 24px;
}

.am-footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 46px;
}

.am-footer img {
  width: 132px;
  filter: brightness(0) invert(1);
}

.am-footer nav,
.am-footer__grid > div:last-child {
  display: grid;
  gap: 10px;
  align-content: start;
}

.am-footer strong {
  display: block;
  color: #fff;
  margin-bottom: 8px;
}

.am-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 13px;
}

.am-footer__bottom a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.am-footer__bottom a:hover,
.am-footer__bottom a:focus-visible {
  color: #4abf4f;
}

body:not(.aisov-modern-home) .footer-main,
body:not(.aisov-modern-home) footer {
  border-top: 4px solid var(--am-green);
}

body.aisov-modern-home li.search,
body.aisov-modern-page li.search,
body.aisov-modern-home .site-header-search,
body.aisov-modern-page .site-header-search,
body.aisov-modern-home .search-popup,
body.aisov-modern-page .search-popup,
body.aisov-modern-home .opal-search-form,
body.aisov-modern-page .opal-search-form,
body.aisov-modern-page .handheld-footer-bar,
body.aisov-modern-home .handheld-footer-bar {
  display: none !important;
}

@media (max-width: 980px) {
  .am-menu-toggle {
    display: block;
  }

  .am-menu {
    position: absolute;
    top: 120px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 18px;
    border: 1px solid var(--am-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--am-shadow);
  }

  .am-menu.is-open {
    display: grid;
  }

  .am-join {
    display: none;
  }

  .am-hero,
  .am-hero__grid {
    min-height: 640px;
  }

  .am-hero__grid,
  .am-feature,
  .am-story,
  .am-notices,
  .am-card-grid,
  .am-footer__grid {
    grid-template-columns: 1fr;
  }

  .am-hero-card {
    align-self: start;
    margin: 0 0 42px;
  }

  .am-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .am-container {
    width: min(100% - 28px, 1160px);
  }

  .am-topbar__inner,
  .am-quick {
    flex-wrap: wrap;
    justify-content: center;
  }

  .am-nav {
    min-height: 74px;
  }

  .am-brand img {
    width: 114px;
  }

  .am-menu {
    top: 112px;
  }

  .am-hero h1 {
    font-size: 42px;
  }

  .am-hero p {
    font-size: 18px;
  }

  .am-section {
    padding: 62px 0;
  }

  .am-feature h2,
  .am-story h2,
  .am-section-head h2,
  .am-cta h2 {
    font-size: 30px;
  }

  .am-groups {
    grid-template-columns: 1fr;
  }
}

/* Proposal-match pass */
body.aisov-modern-home,
body.aisov-modern-page {
  background: #fff;
  color: #1b241f;
  font-family: Inter, "Segoe UI", Tahoma, Arial, sans-serif;
}

.am-container {
  width: min(1240px, calc(100% - 48px));
}

.am-topbar {
  background: #007a32;
  color: #fff;
  font-size: 13px;
}

.am-topbar__inner {
  min-height: 46px;
}

.am-social,
.am-quick {
  display: flex;
  align-items: center;
  gap: 18px;
}

.am-social a,
.am-quick a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.am-phone {
  direction: ltr;
  unicode-bidi: isolate;
  white-space: nowrap;
}

.am-social-icons,
.am-follow,
.am-social-dock {
  display: flex;
  align-items: center;
  gap: 12px;
}

.am-social-link {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: currentColor;
  text-decoration: none;
}

.am-social-link svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.am-social-link .am-icon-cutout {
  fill: #007a32;
}

.am-social-link:hover,
.am-social-link:focus-visible {
  opacity: .82;
}

.am-social-dock {
  position: fixed;
  top: 50%;
  right: 18px;
  z-index: 60;
  flex-direction: column;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 16px 34px rgba(15, 35, 22, .18);
  transform: translateY(-50%);
  backdrop-filter: blur(14px);
}

.am-social-dock .am-social-link {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--am-green);
  color: #fff;
}

.am-social-dock .am-social-link .am-icon-cutout {
  fill: var(--am-green);
}

.am-top-join {
  min-height: 34px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: var(--am-green);
}

.am-language {
  border: 0;
  padding: 0;
}

.am-header {
  position: static;
  background: #fff;
  border-bottom: 1px solid #e8ede9;
  box-shadow: none;
  backdrop-filter: none;
}

.am-nav {
  min-height: 108px;
}

.am-brand img {
  width: 214px;
}

.am-menu {
  gap: 34px;
  font-size: 15px;
  font-weight: 700;
}

.am-menu a {
  position: relative;
}

.am-menu a.is-current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 3px;
  background: var(--am-green);
}

.am-search {
  width: 22px;
  height: 22px;
  border: 2px solid #17211b;
  border-radius: 50%;
}

.am-search::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 2px;
  right: -7px;
  bottom: -4px;
  background: #17211b;
  transform: rotate(45deg);
}

.am-menu-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.am-menu-item--has-children > a {
  padding-right: 14px;
}

.am-menu-item--has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-65%) rotate(45deg);
}

body.aisov-modern-fa .am-menu-item--has-children > a {
  padding-right: 0;
  padding-left: 14px;
}

body.aisov-modern-fa .am-menu-item--has-children > a::before {
  right: auto;
  left: 0;
}

.am-submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  min-width: 230px;
  padding: 10px;
  border: 1px solid rgba(0, 114, 50, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 36px rgba(15, 31, 22, .14);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease;
}

.am-submenu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 12px;
}

body.aisov-modern-fa .am-submenu {
  left: auto;
  right: 0;
  text-align: right;
}

.am-menu-item:hover .am-submenu,
.am-menu-item:focus-within .am-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.am-submenu a {
  display: block;
  padding: 11px 12px;
  border-radius: 6px;
  color: var(--am-ink);
  line-height: 1.35;
  white-space: nowrap;
}

.am-submenu a:hover {
  background: rgba(68, 174, 70, .10);
}

.am-submenu a::after {
  display: none;
}

.am-proposal-hero {
  min-height: 510px;
}

.am-proposal-hero .am-hero__media::after {
  background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.28));
}

.am-proposal-hero .am-hero__media img {
  opacity: 1;
  object-position: center;
}

.am-hero__grid--proposal {
  min-height: 510px;
  display: flex;
  align-items: center;
}

.am-proposal-hero .am-hero__copy {
  max-width: 720px;
}

.am-proposal-hero h1 {
  margin: 0 0 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(48px, 5.3vw, 72px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: 0;
}

.am-proposal-hero p {
  font-size: 26px;
  font-weight: 700;
}

.am-proposal-hero .am-hero__fa {
  margin-top: 6px;
  font-size: 24px;
}

.am-btn {
  min-height: 56px;
  padding: 0 36px;
  border-radius: 4px;
  font-size: 16px;
}

.am-btn--outline {
  color: #fff;
  border: 2px solid rgba(255,255,255,.9);
  background: rgba(0,0,0,.2);
}

.am-pattern-strip {
  height: 38px;
  background:
    radial-gradient(circle at 14px 19px, #ffd45e 0 4px, transparent 5px),
    radial-gradient(circle at 38px 19px, #fff 0 3px, transparent 4px),
    linear-gradient(45deg, transparent 34%, #f4d05a 35% 39%, transparent 40%),
    linear-gradient(135deg, transparent 34%, #f4d05a 35% 39%, transparent 40%),
    #18a391;
  background-size: 64px 38px;
}

.am-page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
  background: #102218;
}

.am-page-hero__media,
.am-page-hero__media::after,
.am-page-hero__media img {
  position: absolute;
  inset: 0;
}

.am-page-hero__media::after {
  content: "";
  background:
    linear-gradient(90deg, rgba(5, 18, 11, .86), rgba(5, 18, 11, .55) 46%, rgba(5, 18, 11, .24)),
    radial-gradient(circle at 76% 20%, rgba(0,171,65,.24), transparent 32%);
  z-index: 1;
}

.am-page-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .72;
}

.am-page-hero__content {
  position: relative;
  z-index: 2;
  padding: 80px 0 72px;
  color: #fff;
}

.am-page-hero h1 {
  max-width: 850px;
  margin: 10px 0 16px;
  color: #fff;
  font-family: var(--am-font-en);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
}

.am-page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 21px;
  font-weight: 650;
}

.am-about-vision {
  background: #fff;
}

.am-about-vision__grid,
.am-about-band__grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 42px;
  align-items: start;
}

.am-about-vision h2,
.am-about-band h2 {
  margin: 10px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0;
}

.am-vision-card {
  padding: 34px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #f8fbf8;
  box-shadow: 0 12px 32px rgba(15, 35, 22, .08);
}

.am-vision-card p {
  margin: 0;
  color: #43564c;
  font-size: 18px;
}

.am-vision-card p + p {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #dbe5df;
}

.am-section-intro {
  max-width: 760px;
  margin: -8px 0 24px;
  color: #53645b;
  font-size: 17px;
}

.am-focus-section {
  background: #f5faf6;
}

.am-focus-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.am-focus-card {
  min-height: 100%;
  padding: 26px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 22, .07);
}

.am-focus-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 18px;
}

.am-focus-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.am-focus-card p {
  margin: 0 0 12px;
  color: #52635a;
}

.am-focus-card p:last-child {
  margin-bottom: 0;
}

.am-about-band {
  background: #fff;
}

.am-about-band p {
  margin: 18px 0 0;
  color: #52635a;
  font-size: 18px;
}

.am-about-proof {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 28px;
  border-radius: 8px;
  background: #102218;
  color: #fff;
}

.am-about-proof strong {
  grid-column: 1 / -1;
  color: #fff !important;
  font-size: 24px;
}

.am-footer__grid > div:nth-child(3) a {
  display: block;
  margin-bottom: 8px;
}

.am-about-proof span {
  min-height: 68px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 6px;
  background: rgba(0,171,65,.18);
  color: rgba(255,255,255,.9);
  font-weight: 800;
}

.am-news-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 0;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 35, 22, .1);
}

.am-news-feature__media,
.am-news-card__media {
  display: block;
  background: #eaf3ed;
}

.am-news-feature__media img,
.am-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-news-feature__body {
  padding: 44px;
}

.am-news-date {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--am-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.am-news-feature h2 {
  margin: 0 0 16px;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.08;
}

.am-news-feature h2 a,
.am-news-card h3 a {
  color: inherit;
  text-decoration: none;
}

.am-news-feature p {
  margin: 0 0 24px;
  color: #52635a;
  font-size: 17px;
}

.am-news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.am-news-card {
  overflow: hidden;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 22, .07);
}

.am-news-card__media {
  height: 218px;
}

.am-news-card__body {
  padding: 22px;
}

.am-news-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.24;
}

.am-news-card p {
  margin: 0;
  color: #52635a;
}

.am-news-support {
  background: #f5faf6;
}

.am-news-support__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: center;
}

.am-news-support h2 {
  margin: 10px 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.am-news-support p {
  max-width: 650px;
  margin: 0;
  color: #52635a;
  font-size: 18px;
}

.am-news-socials {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid #dbe5df;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .08);
}

.am-news-socials .am-social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--am-green);
  color: #fff;
}

.am-news-socials .am-social-link .am-icon-cutout {
  fill: var(--am-green);
}

.am-gallery-hero .am-page-hero__media img {
  object-position: center 42%;
}

.am-gallery-overview {
  background:
    linear-gradient(135deg, rgba(0, 171, 65, .05), rgba(255, 255, 255, 0) 42%),
    #fbfcf8;
}

.am-gallery-albums {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.am-gallery-album {
  display: grid;
  grid-template-columns: 138px 1fr;
  min-height: 164px;
  overflow: hidden;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .07);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.am-gallery-album:hover,
.am-gallery-album:focus-visible {
  border-color: var(--am-green);
  box-shadow: 0 18px 36px rgba(15, 35, 22, .13);
  outline: 0;
  transform: translateY(-2px);
}

.am-gallery-album img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-gallery-album div {
  display: grid;
  align-content: center;
  gap: 7px;
  padding: 18px;
}

.am-gallery-album span,
.am-gallery-section .am-section-title span {
  color: var(--am-green);
  font-size: 13px;
  font-weight: 800;
}

.am-gallery-album h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
}

.am-gallery-album p {
  margin: 0;
  color: #52635a;
}

.am-gallery-section:nth-of-type(odd) {
  background: #f5faf6;
}

.am-gallery-grid {
  columns: 4 230px;
  column-gap: 18px;
}

.am-gallery-photo {
  display: block;
  margin: 0 0 18px;
  break-inside: avoid;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(15, 35, 22, .08);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.am-gallery-photo:hover,
.am-gallery-photo:focus-visible {
  border-color: var(--am-green);
  box-shadow: 0 18px 36px rgba(15, 35, 22, .14);
  outline: 0;
  transform: translateY(-2px);
}

.am-gallery-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.am-archive-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.am-archive-issue {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(15, 35, 22, .08);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.am-archive-issue:hover,
.am-archive-issue:focus-visible {
  border-color: var(--am-green);
  box-shadow: 0 18px 36px rgba(15, 35, 22, .14);
  outline: 0;
  transform: translateY(-2px);
}

.am-archive-issue img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 6px;
  background: #f5faf6;
}

.am-archive-issue span {
  color: #17211b;
  font-weight: 800;
  text-align: center;
}

.am-membership-grid,
.am-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 26px;
  align-items: stretch;
}

.am-membership-panel,
.am-membership-aside,
.am-contact-panel,
.am-contact-map {
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .08);
}

.am-membership-panel,
.am-contact-panel {
  padding: 34px;
}

.am-membership-panel h2,
.am-contact-panel h2 {
  margin: 8px 0 14px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
}

.am-membership-panel p,
.am-contact-panel p {
  max-width: 720px;
  margin: 0 0 24px;
  color: #52635a;
  font-size: 18px;
}

.am-membership-aside {
  display: grid;
  gap: 1px;
  overflow: hidden;
}

.am-membership-aside div {
  padding: 28px;
  background: #fbfcf8;
}

.am-membership-aside strong {
  display: block;
  margin-bottom: 8px;
  font-size: 21px;
}

.am-membership-aside p {
  margin: 0;
  color: #52635a;
}

.am-contact-list {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.am-contact-list a {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  background: #fbfcf8;
}

.am-contact-list strong {
  color: var(--am-green);
}

.am-contact-list span {
  color: #25352c;
}

.aisov-modern-fa .am-contact-list a {
  direction: rtl;
  justify-items: start;
  text-align: right;
}

.aisov-modern-fa .am-contact-list span[dir="ltr"] {
  direction: ltr;
  justify-self: start;
  unicode-bidi: isolate;
  text-align: right;
}

.am-contact-map {
  overflow: hidden;
}

.am-contact-map img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.am-content-body {
  max-width: 920px;
  margin: 0 auto;
  padding: 38px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .08);
}

.am-content-body > :first-child {
  margin-top: 0;
}

.am-content-body > :last-child {
  margin-bottom: 0;
}

.am-content-body h2,
.am-content-body h3,
.am-content-body h4 {
  margin: 30px 0 12px;
  line-height: 1.2;
}

.am-content-body p,
.am-content-body li {
  color: #52635a;
  font-size: 17px;
  line-height: 1.75;
}

.am-content-body a {
  color: var(--am-green);
  font-weight: 800;
}

.am-content-body .am-btn--primary {
  color: #fff;
}

.am-content-body .am-btn--secondary {
  color: var(--am-ink);
}

.am-content-body img,
.am-content-body video,
.am-content-body iframe {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.am-content-body table {
  width: 100%;
  border-collapse: collapse;
}

.am-content-body th,
.am-content-body td {
  padding: 12px;
  border: 1px solid #dbe5df;
}

.am-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 26px;
  align-items: start;
}

.am-single-layout .am-content-body {
  margin: 0;
}

.am-single-aside {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 12px;
  align-items: start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .08);
}

.am-single-aside strong {
  font-size: 22px;
}

.am-single-aside p {
  margin: 0;
  color: #52635a;
}

.am-single-aside .am-news-socials {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  gap: 8px;
  margin-top: 6px;
  padding: 12px;
  direction: ltr;
}

.am-single-aside .am-news-socials .am-social-link {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}

.am-side-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  padding: 10px 12px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #f7fbf8;
}

.am-side-language span {
  color: #52635a;
  font-size: 14px;
  font-weight: 700;
}

.am-side-language__links {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid #d6e4da;
  border-radius: 999px;
  background: #fff;
  direction: ltr;
}

.am-side-language__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: #1f7a32;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.am-side-language__links a:hover,
.am-side-language__links a:focus-visible,
.am-side-language__links a.is-active {
  color: #fff;
  background: #2f8739;
}

.am-board-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.am-board-card,
.am-report-feature,
.am-report-archive,
.am-pdf-panel,
.am-resource-card {
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .08);
}

.am-board-card {
  overflow: hidden;
}

.am-board-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #edf5ef;
}

.am-board-card div {
  padding: 18px;
}

.am-board-card span,
.am-report-feature .am-kicker,
.am-resource-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--am-green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.am-board-card h3,
.am-report-feature h2,
.am-pdf-panel h2,
.am-resource-card h2 {
  margin: 0;
  line-height: 1.2;
}

.am-report-layout,
.am-pdf-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 24px;
  align-items: start;
}

.am-report-feature,
.am-report-archive,
.am-pdf-panel {
  padding: 28px;
}

.am-report-feature p,
.am-pdf-panel p {
  color: #52635a;
  font-size: 17px;
  line-height: 1.7;
}

.am-report-archive {
  display: grid;
  gap: 10px;
}

.am-report-archive h3 {
  margin: 0 0 8px;
}

.am-report-archive a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  color: #142018;
  text-decoration: none;
}

.am-report-archive a:hover,
.am-report-archive a:focus-visible,
.am-resource-card:hover,
.am-resource-card:focus-visible {
  border-color: rgba(65, 169, 72, .45);
  box-shadow: 0 16px 36px rgba(65, 169, 72, .16);
}

.am-report-archive strong {
  color: var(--am-green);
}

.am-pdf-frame {
  width: 100%;
  min-height: 720px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 35, 22, .08);
}

.am-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.am-resource-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 190px;
  padding: 24px;
  color: #142018;
  text-decoration: none;
}

.am-resource-card strong {
  align-self: end;
  color: var(--am-green);
}

.am-section--compact {
  padding: 42px 0;
}

.am-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.am-section-title h2 {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

.am-section-title span {
  color: #007a32;
}

.am-section-title a {
  color: var(--am-green);
  text-decoration: none;
  font-weight: 800;
}

.am-update-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.am-update-card {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.am-update-card > div:not(.am-update-icon) {
  padding: 24px 24px 8px 0;
}

.am-update-card[dir="rtl"] > div:not(.am-update-icon) {
  padding: 24px 0 8px 24px;
}

.am-update-icon {
  width: 48px;
  height: 48px;
  margin: 28px 0 0 24px;
  border-radius: 50%;
  background: var(--am-green);
  position: relative;
}

.am-update-icon::before {
  content: "";
  position: absolute;
  inset: 13px 15px 12px;
  border-radius: 10px 10px 8px 8px;
  background: #fff;
}

.am-update-icon::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 10px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}

.am-update-card h3,
.am-event-card h3,
.am-work-card h3 {
  margin: 0 0 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.am-update-card p,
.am-event-card p,
.am-work-card p,
.am-golbang p {
  margin: 0 0 14px;
  color: #52635a;
}

.am-update-card a,
.am-event-body span,
.am-golbang span {
  color: var(--am-green);
  font-weight: 800;
  text-decoration: none;
}

.am-update-card footer {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 14px 18px;
  color: #5f6f66;
  font-size: 12px;
  border-top: 1px solid #e5ece8;
  background: #fbfcf8;
}

.am-event-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.am-event-card {
  display: block;
  overflow: hidden;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 35, 22, .08);
  color: inherit;
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.am-event-card:hover,
.am-event-card:focus-visible {
  border-color: var(--am-green);
  box-shadow: 0 16px 36px rgba(15, 35, 22, .13);
  outline: 0;
  transform: translateY(-2px);
}

.am-event-media {
  position: relative;
  height: 176px;
}

.am-event-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.am-date {
  position: absolute;
  left: 18px;
  top: 16px;
  width: 56px;
  height: 70px;
  display: grid;
  place-items: center;
  text-align: center;
  background: #fff;
  color: var(--am-green);
  border-radius: 4px;
  font-weight: 900;
  line-height: 1.15;
}

.am-event-body {
  padding: 18px;
}

.am-work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.am-purpose-media {
  background:
    linear-gradient(135deg, rgba(46, 168, 72, .06), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, #f6fbf7, #eef7f1);
}

.am-purpose-head {
  max-width: 880px;
  margin: 0 0 28px;
}

.am-purpose-head h2 {
  margin: 8px 0 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: 0;
}

.am-purpose-head p {
  max-width: 760px;
  margin: 0;
  color: #4f6157;
  font-size: 18px;
  line-height: 1.7;
}

.am-purpose-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 30px;
  align-items: start;
}

.am-purpose-copy {
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 22, .07);
}

.am-purpose-copy {
  position: relative;
  overflow: hidden;
  padding: 34px;
}

.am-purpose-copy::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #2faa48, #1f7f36);
}

.am-purpose-copy h2 {
  margin: 8px 0 18px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.15;
}

.am-purpose-copy h3 {
  margin: 26px 0 10px;
  font-size: 21px;
}

.am-purpose-copy p,
.am-purpose-copy li {
  color: #4f6157;
  font-size: 16px;
  line-height: 1.7;
}

.am-purpose-copy ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.am-purpose-copy li {
  position: relative;
  padding: 12px 14px 12px 42px;
  border: 1px solid #e4ece6;
  border-radius: 8px;
  background: #f8fbf8;
}

.am-purpose-copy li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #2faa48;
  box-shadow: 0 0 0 5px rgba(47, 170, 72, .12);
}

.am-media-panel {
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 28px rgba(15, 35, 22, .07);
  padding: 24px;
}

.am-media-panel__head {
  display: grid;
  gap: 7px;
  margin-bottom: 18px;
}

.am-media-panel__head h3 {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 28px;
  line-height: 1.15;
}

.am-media-panel__head p {
  max-width: 560px;
  margin: 0;
  color: #53645b;
}

.am-media-showcase {
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.am-media-pair {
  display: grid;
  gap: 16px;
}

.am-media-card {
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 35, 22, .07);
  overflow: hidden;
}

.am-media-card--portrait {
  width: 100%;
  justify-self: stretch;
}

.am-media-card--featured {
  display: grid;
  padding: 12px;
  background: #f8fbf8;
  box-shadow: none;
}

.am-media-card video {
  display: block;
  width: 100%;
  max-height: 360px;
  background: #000;
  object-fit: contain;
}

.am-media-card--portrait video {
  max-height: none;
  aspect-ratio: 256 / 454;
  object-fit: contain;
  border-radius: 6px;
}

.am-media-card--compact video {
  aspect-ratio: 16 / 9;
  max-height: 220px;
}

.am-media-card div {
  padding: 18px 20px 22px;
}

.am-media-card--compact div {
  padding: 14px 16px 16px;
}

.am-media-label {
  display: block;
  margin: 0 0 8px;
  color: var(--am-green);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.am-media-card--featured > .am-media-label {
  margin: 0 0 10px;
}

.am-media-card h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.25;
}

.am-media-card--compact h3 {
  font-size: 19px;
}

.am-media-card p {
  margin: 0;
  color: #53645b;
}

.am-video-caption {
  padding: 12px 2px 0;
  color: #7b8580 !important;
  text-align: left;
  font-size: 14px;
  line-height: 1.45;
}

.am-work-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 18px;
  min-height: 158px;
  padding: 28px;
  border: 1px solid #dbe5df;
  border-radius: 8px;
  background: #fff;
}

.am-work-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #e9f8ef, #fff);
  border: 1px solid #bfead0;
  color: var(--am-green);
  box-shadow: inset 0 0 0 7px #f7fcf8;
}

.am-work-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.am-work-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--am-green);
}

.am-golbang {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) minmax(0, 560px);
  gap: 36px;
  align-items: center;
}

.am-golbang__cover {
  width: 170px;
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(15, 35, 22, .16);
}

.am-golbang__cover-link {
  display: block;
  width: 170px;
  color: inherit;
  text-decoration: none;
}

.am-golbang__cover-link:hover .am-golbang__cover,
.am-golbang__cover-link:focus-visible .am-golbang__cover,
.am-golbang__issues a:hover,
.am-golbang__issues a:focus-visible {
  border-color: var(--am-green);
  box-shadow: 0 16px 34px rgba(15, 35, 22, .16);
  outline: 0;
  transform: translateY(-2px);
}

.am-golbang h3 {
  margin: 8px 0;
  font-size: 21px;
}

.am-golbang__issues > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.am-golbang__issues a {
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid #dbe5df;
  border-radius: 6px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.am-golbang__issues img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.am-golbang__issues a {
  display: grid;
  place-items: center;
  color: #1b241f;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
  padding: 12px;
}

.am-cta {
  min-height: 300px;
}

.am-cta__image::after {
  background: linear-gradient(90deg, rgba(0,0,0,.56), rgba(0,0,0,.38));
}

.am-cta h2 {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 36px;
  font-weight: 900;
}

.am-cta p {
  margin: -10px auto 22px;
  color: rgba(255,255,255,.92);
}

.am-cta .am-actions {
  justify-content: center;
}

.am-footer {
  background: #202421;
  color: rgba(255,255,255,.82);
  padding-top: 54px;
}

.am-footer__grid {
  grid-template-columns: 1.35fr .8fr 1fr .8fr;
}

.am-flags {
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.am-footer .am-flags img {
  width: 74px;
  height: 48px;
  object-fit: cover;
  filter: none;
}

.am-follow a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--am-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.am-follow .am-social-link svg {
  width: 18px;
  height: 18px;
}

.am-follow .am-social-link .am-icon-cutout {
  fill: var(--am-green);
}

.aisov-modern-fa .am-footer__grid {
  direction: rtl;
  text-align: right;
}

.aisov-modern-fa .am-footer__grid > div,
.aisov-modern-fa .am-footer nav {
  justify-items: start;
  text-align: right;
}

.aisov-modern-fa .am-footer__grid > div:nth-child(3) {
  direction: ltr;
  justify-items: start;
  text-align: left;
}

.aisov-modern-fa .am-footer__grid > div:nth-child(3) strong {
  direction: ltr;
  text-align: left;
}

.aisov-modern-fa .am-footer__grid > div:nth-child(3) a {
  direction: ltr;
  unicode-bidi: isolate;
  text-align: left;
}

body.aisov-modern-fa,
body.aisov-modern-fa h1,
body.aisov-modern-fa h2,
body.aisov-modern-fa h3,
body.aisov-modern-fa h4,
body.aisov-modern-fa h5,
body.aisov-modern-fa h6,
body.aisov-modern-fa p,
body.aisov-modern-fa a,
body.aisov-modern-fa li,
body.aisov-modern-fa span,
body.aisov-modern-fa strong,
body.aisov-modern-fa label,
body.aisov-modern-fa button,
body.aisov-modern-fa input,
body.aisov-modern-fa textarea,
body.aisov-modern-fa select {
  font-family: var(--am-font-fa);
}

@media (max-width: 980px) {
  .am-nav {
    min-height: 86px;
  }

  .am-menu {
    top: 132px;
  }

  .am-brand img {
    width: 150px;
  }

  .am-proposal-hero,
  .am-hero__grid--proposal {
    min-height: 520px;
  }

  .am-proposal-hero h1 {
    font-size: 40px;
  }

  .am-proposal-hero p {
    font-size: 19px;
  }

  .am-update-grid,
  .am-event-grid,
  .am-work-grid,
  .am-purpose-grid,
  .am-media-showcase,
  .am-golbang,
  .am-about-vision__grid,
  .am-about-band__grid,
  .am-focus-grid,
  .am-news-feature,
  .am-news-grid,
  .am-news-support__grid,
  .am-gallery-albums,
  .am-archive-grid,
  .am-membership-grid,
  .am-contact-grid,
  .am-single-layout,
  .am-board-grid,
  .am-report-layout,
  .am-pdf-layout,
  .am-footer__grid {
    grid-template-columns: 1fr;
  }

  .am-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .am-news-feature__media {
    height: 320px;
  }

  .am-news-support__grid {
    justify-items: start;
  }

  .am-golbang__issues > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .am-menu {
    gap: 10px;
  }

  .am-menu-item {
    display: grid;
    width: 100%;
  }

  .am-menu-item--has-children > a {
    padding-right: 16px;
  }

  body.aisov-modern-fa .am-menu-item--has-children > a {
    padding-right: 0;
    padding-left: 16px;
  }

  .am-submenu {
    position: static;
    display: grid;
    min-width: 0;
    margin: 4px 0 6px;
    padding: 0 0 0 14px;
    border: 0;
    border-left: 2px solid rgba(68, 174, 70, .22);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  body.aisov-modern-fa .am-submenu {
    padding: 0 14px 0 0;
    border-left: 0;
    border-right: 2px solid rgba(68, 174, 70, .22);
  }

  .am-submenu a {
    padding: 9px 10px;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  .am-container {
    width: min(100% - 28px, 1240px);
  }

  .am-topbar__inner {
    gap: 10px;
  }

  .am-social {
    gap: 10px;
    font-size: 12px;
  }

  .am-social-icons {
    gap: 6px;
  }

  .am-social-icons .am-social-link {
    width: 22px;
    height: 22px;
  }

  .am-social-icons .am-social-link svg {
    width: 16px;
    height: 16px;
  }

  .am-social-dock {
    top: auto;
    right: 50%;
    bottom: 14px;
    flex-direction: row;
    transform: translateX(50%);
  }

  .am-quick {
    gap: 10px;
  }

  .am-menu {
    top: 132px;
  }

  .am-proposal-hero .am-actions {
    align-items: stretch;
  }

  .am-btn {
    min-height: 50px;
    padding: 0 22px;
  }

  .am-section-title {
    align-items: flex-start;
  }

  .am-section-title h2 {
    font-size: 22px;
  }

  .am-page-hero {
    min-height: 360px;
  }

  .am-page-hero__content {
    padding: 56px 0 48px;
  }

  .am-page-hero h1 {
    font-size: 34px;
  }

  .am-page-hero p {
    font-size: 17px;
  }

  .am-vision-card,
  .am-focus-card,
  .am-about-proof,
  .am-news-feature__body,
  .am-news-card__body {
    padding: 22px;
  }

  .am-news-feature__media,
  .am-news-card__media {
    height: 220px;
  }

  .am-news-socials {
    flex-wrap: wrap;
    border-radius: 8px;
  }

  .am-about-proof {
    grid-template-columns: 1fr;
  }

  .am-update-card {
    grid-template-columns: 1fr;
  }

  .am-update-icon {
    margin: 22px 0 0 22px;
  }

  .am-update-card > div:not(.am-update-icon),
  .am-update-card[dir="rtl"] > div:not(.am-update-icon) {
    padding: 0 22px 8px;
  }

  .am-event-media {
    height: 210px;
  }

  .am-work-card {
    grid-template-columns: 64px 1fr;
    padding: 22px;
  }

  .am-gallery-album {
    grid-template-columns: 112px 1fr;
  }

  .am-gallery-grid {
    columns: 2 150px;
    column-gap: 12px;
  }

  .am-gallery-photo {
    margin-bottom: 12px;
  }

  .am-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .am-membership-panel,
  .am-contact-panel,
  .am-report-feature,
  .am-report-archive,
  .am-pdf-panel,
  .am-content-body {
    padding: 24px;
  }

  .am-resource-grid {
    grid-template-columns: 1fr;
  }

  .am-pdf-frame {
    min-height: 520px;
  }

  .am-contact-map img {
    min-height: 280px;
  }

  .am-single-aside {
    position: static;
  }
}
