@charset "UTF-8";
/* Fb Absoluti Heb (assets/font/)
-------------------------------------------------------------- */
@font-face {
  font-family: "Fb Absoluti Heb";
  src: url("../font/FbAbsolutik-LIght.woff2") format("woff2"), url("../font/FbAbsolutik-LIght.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fb Absoluti Heb";
  src: url("../font/FbAbsolutik-ExtraBold.woff2") format("woff2"), url("../font/FbAbsolutik-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
}

:root {
  --header-padding: 110px;
}

body {
  color: #383838;
  background: #f5f3f0;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Fb Absoluti Heb", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

h1 {
  font-size: 4rem;
  line-height: 3.75rem;
}

h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 2.75rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Fb Absoluti Heb", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

a,
input[type=submit],
button,
.transition {
  transition: all 400ms ease;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:focus {
  color: #d3b37b;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content ul li::marker {
  font-size: 1.3em;
}

.content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.site-logo {
  min-width: 150px;
}
.site-logo a {
  display: block;
  width: 100%;
}

.skip-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  z-index: 99999;
  text-decoration: none;
  font-weight: bold;
  border-radius: 0 0 5px 5px;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 0;
  left: 20px;
  outline: 2px solid #ffcc00;
}

.mobile {
  display: none;
}

/*============================== General =========================*/
section {
  padding-block: 40px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.glass-bg {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.wide-card-wrap {
  padding-inline: 20px;
}

.wide-card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 60px 80px;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/*============================== Site Header (fixed) =========================*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  top: 20px;
  transition: 0.3s;
  background-image: linear-gradient();
}
.site-header.scroll {
  top: 0;
}
.site-header.scroll .header-pill {
  background: rgba(255, 255, 255, 0.9);
  color: #383838;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.site-header.scroll .triggerMobileMenu span.hamburger-bar {
  background-color: #d3b37b;
}

.header-padding {
  height: var(--header-padding);
}

.header-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 30px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}

.header-pill .site-logo {
  min-width: 120px;
  max-width: 250px;
  order: 2;
}
.header-pill .site-logo img,
.header-pill .site-logo svg {
  display: block;
  width: 100%;
  height: auto;
}
.header-pill .site-logo .gold-fill {
  fill: #d3b37b;
}
.header-pill .site-logo .blue-fill {
  fill: #0985b3;
}

.site-header:not(.scroll) .header-pill .blue-fill {
  fill: #fff;
}

.header-pill .site-navigation {
  order: 1;
}

.header-pill .menu-items-list {
  align-items: center;
  margin: 0;
  padding: 0;
}
.header-pill .menu-items-list > li > a {
  color: inherit;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}
.header-pill .menu-items-list > li > a:hover, .header-pill .menu-items-list > li > a:focus {
  color: inherit;
  opacity: 0.7;
}
.header-pill .menu-items-list li.menu-item-has-children > a::after {
  content: "+";
  margin-inline-start: 5px;
  display: inline-block;
  color: #d3b37b;
  margin-inline-end: 6px;
}
.header-pill .menu-items-list li.current-menu-item > a {
  color: inherit;
  font-weight: 800;
}
.header-pill .menu-items-list .btn {
  padding: 0;
}
.header-pill .menu-items-list .btn a {
  padding-inline: 30px;
  padding-block: 0.35rem;
}

@media (min-width: 1200px) {
  .header-pill li.menu-item-has-children {
    position: relative;
  }
  .header-pill li.menu-item-has-children::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 30px;
  }
  .header-pill ul.sub-menu {
    position: absolute;
    z-index: 10;
    top: 100%;
    margin-top: 30px;
    width: 220px;
    display: none;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  }
  .header-pill ul.sub-menu li {
    list-style: none;
  }
  .header-pill ul.sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #383838;
    font-size: inherit;
  }
  .header-pill ul.sub-menu li a:hover, .header-pill ul.sub-menu li a:focus {
    color: #0985b3;
    opacity: 1;
  }
  .header-pill li.menu-item-has-children:hover > ul.sub-menu,
  .header-pill li.menu-item-has-children:focus-within > ul.sub-menu {
    display: block;
  }
}
/*============================== Site Footer =========================*/
.site-footer {
  padding: 20px;
}

.footer-cta {
  width: 100%;
  background: linear-gradient(92deg, #003348 0%, #0985b3 56%);
  color: #fff;
  border-radius: 10px;
  padding: 60px 80px;
}

.footer-cta-top {
  align-items: flex-start;
  margin-bottom: 70px;
}
.footer-cta-top .footer-cta-logo {
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.footer-cta-top .footer-cta-logo img,
.footer-cta-top .footer-cta-logo svg {
  display: block;
  max-width: 180px;
  width: 100%;
  height: auto;
}
.footer-cta-top .footer-cta-logo .gold-fill {
  fill: #d3b37b;
}
.footer-cta-top .footer-cta-logo .blue-fill {
  fill: #fff;
}

.footer-form-col {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.footer-form-heading {
  font-weight: 300;
  text-align: right;
}

.footer-contact-details {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px 20px;
  font-weight: 300;
}

.footer-contact-email {
  color: inherit;
  text-decoration: underline;
}

.footer-contact-form {
  width: 100%;
}
.footer-contact-form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-contact-form .row {
  --bs-gutter-x: 2.5rem;
  row-gap: 20px;
}
.footer-contact-form label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  width: 100%;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
}
.footer-contact-form .wpcf7-form-control-wrap:has(input[type=text]),
.footer-contact-form .wpcf7-form-control-wrap:has(input[type=email]),
.footer-contact-form .wpcf7-form-control-wrap:has(input[type=tel]),
.footer-contact-form .wpcf7-form-control-wrap:has(textarea) {
  display: block;
  width: 100%;
}
.footer-contact-form input[type=text],
.footer-contact-form input[type=email],
.footer-contact-form input[type=tel],
.footer-contact-form textarea {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 10px;
  padding: 0 15px;
  font-family: "Fb Absoluti Heb", sans-serif;
  text-align: right;
  color: #383838;
}
.footer-contact-form textarea {
  padding-top: 12px;
  resize: vertical;
}
.footer-contact-form input[type=submit] {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  color: #fff;
  border-radius: 40px;
  padding: 8px 30px;
  height: 42px;
  font-family: "Fb Absoluti Heb", sans-serif;
  cursor: pointer;
}
.footer-contact-form input[type=submit]:hover, .footer-contact-form input[type=submit]:focus {
  background: rgba(255, 255, 255, 0.35);
}
.footer-contact-form .wpcf7-response-output {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.footer-contact-form .wpcf7-not-valid-tip {
  color: #e06832;
  font-weight: 400;
  text-align: right;
}
.footer-contact-form .wpcf7-acceptance {
  display: block;
  width: 100%;
}
.footer-contact-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.footer-contact-form .wpcf7-acceptance label {
  flex-direction: row;
  align-items: center;
  gap: 10px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 300;
  font-size: 0.7rem;
  text-align: right;
  cursor: pointer;
}
.footer-contact-form .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  position: relative;
}
.footer-contact-form .wpcf7-acceptance input[type=checkbox]:checked {
  background: #d3b37b;
  border-color: #d3b37b;
}
.footer-contact-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -2px);
}
.footer-contact-form .wpcf7-acceptance input[type=checkbox]:focus-visible {
  outline: 2px solid #d3b37b;
  outline-offset: 2px;
}
.footer-contact-form .wpcf7-acceptance a {
  color: #fff;
  text-decoration: underline;
}
.footer-contact-form .wpcf7-acceptance a:hover, .footer-contact-form .wpcf7-acceptance a:focus {
  color: #d3b37b;
}

.footer-cta-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-bottom: 20px;
}

.footer-cta-text {
  font-weight: 300;
  margin-bottom: 20px;
}

.footer-social-row {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-social-icons a {
  display: block;
}
.footer-social-icons a:hover, .footer-social-icons a:focus {
  opacity: 0.8;
}
.footer-social-icons img {
  display: block;
  width: 24px;
  height: 24px;
}

.footer-tags {
  font-size: 0.7rem;
  margin-bottom: 15px;
}

.rights-credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  color: #fff;
}
.rights-credit a {
  color: #fff;
}
.rights-credit a:hover, .rights-credit a:focus {
  opacity: 0.8;
}

.credit-accessibility {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

/****************************************************************
    HOMEPAGE  HOMEPAGE  HOMEPAGE  HOMEPAGE  HOMEPAGE  HOMEPAGE
****************************************************************/
/* Font-size utility classes
-------------------------------------------------------------- */
.text-110 {
  font-size: 5.5rem;
  line-height: 1.1;
}

.text-80 {
  font-size: 4rem;
  line-height: 1.1;
}

.text-90 {
  font-size: 4.5rem;
  line-height: 4.25rem;
}

.text-70 {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.text-50 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.text-30 {
  font-size: 1.5rem;
  line-height: 1.95rem;
}

.text-20 {
  font-size: 1rem;
  line-height: 1.6rem;
}

.text-18 {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.text-18 a {
  color: inherit;
  text-decoration: underline;
}

.text-16 {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-14 {
  font-size: 0.7rem;
  line-height: 1rem;
}

/* Buttons
-------------------------------------------------------------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-inline: 30px;
  border-radius: 40px;
  border: 1px solid #383838;
  background: rgba(255, 255, 255, 0.4);
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 300;
  white-space: nowrap;
}
.btn .btn-arrow {
  fill: currentColor;
  transform: scaleX(-1);
}
.btn:hover, .btn:focus {
  background-color: #0985b3;
  color: #fff;
  border-color: #0985b3;
}

.btn--on-photo {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.btn--on-photo:hover, .btn--on-photo:focus {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.35);
}

.btn--solid-blue {
  border-color: #0985b3;
  background: #0985b3;
  color: #fff;
}
.btn--solid-blue:hover, .btn--solid-blue:focus {
  color: #fff;
  opacity: 0.85;
}

.btn--solid-green {
  border-color: #40936e;
  background: #40936e;
  color: #fff;
}
.btn--solid-green:hover, .btn--solid-green:focus {
  color: #fff;
  opacity: 0.85;
}

.btn--solid-gold {
  border-color: #d3b37b;
  background: #d3b37b;
  color: #fff;
}
.btn--solid-gold:hover, .btn--solid-gold:focus {
  color: #fff;
  opacity: 0.85;
}

.btn--custom-color {
  border-color: var(--btn-custom-color);
  background: var(--btn-custom-color);
  color: #fff;
}
.btn--custom-color:hover, .btn--custom-color:focus {
  color: #fff;
  opacity: 0.85;
}

.nav-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #383838;
  transition: background-color 0.2s ease, opacity 0.2s ease;
}
.nav-arrow img,
.nav-arrow svg {
  width: 18px;
  height: auto;
}
.nav-arrow:hover, .nav-arrow:focus {
  background: rgba(255, 255, 255, 0.9);
}
.nav-arrow[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

/* Shared section spacing
-------------------------------------------------------------- */
.homepage-wrapper {
  background: #f5f3f0;
  overflow: hidden;
}
.homepage-wrapper section {
  padding-block: 100px;
}

/* Hero
-------------------------------------------------------------- */
.homepage-wrapper section.hero-section {
  padding: 20px;
  display: flex;
  min-height: 100vh;
}

.hero-panel {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-color: #003348;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.hero-panel::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.hero-panel .hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero-panel .hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 60px;
  text-align: right;
  z-index: 3;
}
.hero-panel .hero-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  max-width: 20em;
}
.hero-panel .hero-title .accent {
  color: #d3b37b;
}
.hero-panel .hero-subtitle {
  max-width: 30em;
  font-weight: 300;
  letter-spacing: 0.3px;
}

/* Our Story (+ overlapping Quote card)
-------------------------------------------------------------- */
.story-section .story-top-row {
  position: relative;
  align-items: flex-end;
}
.story-section .story-media-row {
  position: relative;
  z-index: 1;
}
.story-section .story-header {
  margin-bottom: 40px;
}
.story-section .story-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #d3b37b;
}
.story-section .story-text {
  color: #383838;
  font-weight: 300;
}
.story-section .story-media {
  position: relative;
}
.story-section .story-photo {
  display: block;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1191/474;
  object-fit: cover;
}
.story-section .quote-card {
  position: relative;
  z-index: 2;
  transform: translateY(100px);
  margin-bottom: -100px;
  border-radius: 10px;
  padding: 80px 50px 50px;
  color: #383838;
}
.story-section .quote-card .quote-icon {
  position: absolute;
  top: -30px;
  inset-inline-start: 40px;
  width: 125px;
  height: auto;
  z-index: 3;
}
.story-section .quote-card .quote-text {
  font-weight: 300;
  letter-spacing: 0.3px;
}
.story-section .quote-card .quote-text span.highlight {
  color: #0985b3;
}
.story-section .quote-card .quote-author {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-top: 20px;
}

/* Impact Zones
-------------------------------------------------------------- */
.impact-zones-section .impact-zones-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 80px 0 0 40px;
  margin-right: 40px;
  margin-top: 60px;
}
.impact-zones-section .impact-zones-badge {
  position: absolute;
  top: -55px;
  right: -40px;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 20px 40px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  text-align: right;
  z-index: 3;
}
.impact-zones-section .zones-row {
  display: grid;
  grid-template-columns: minmax(0, 550px) auto;
  column-gap: 40px;
  direction: ltr;
  position: relative;
  overflow: hidden;
}
.impact-zones-section .impact-zone {
  grid-column: 1;
  direction: rtl;
  position: relative;
  z-index: 10;
  padding-block: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.impact-zones-section .impact-zone .zone-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.impact-zones-section .impact-zone .zone-description {
  color: #383838;
  font-weight: 300;
}
.impact-zones-section.is-visible .impact-zone {
  opacity: 1;
  transform: translateY(0);
}
.impact-zones-section .zone-ring {
  grid-column: 2;
  position: absolute;
  display: block;
  height: 100%;
  aspect-ratio: 1;
  justify-self: start;
  align-self: end;
  border-radius: 0 100% 0 0;
  pointer-events: none;
  transform-origin: 0% 100%;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.impact-zones-section .zone-ring:nth-last-of-type(1),
.impact-zones-section .impact-zone:nth-last-of-type(1) {
  transition-delay: 0s;
}
.impact-zones-section .zone-ring:nth-last-of-type(2),
.impact-zones-section .impact-zone:nth-last-of-type(2) {
  transition-delay: 0.3s;
}
.impact-zones-section .zone-ring:nth-last-of-type(3),
.impact-zones-section .impact-zone:nth-last-of-type(3) {
  transition-delay: 0.6s;
}
.impact-zones-section .zone-ring:nth-last-of-type(4),
.impact-zones-section .impact-zone:nth-last-of-type(4) {
  transition-delay: 0.9s;
}
.impact-zones-section.is-visible .zone-ring {
  opacity: 1;
  transform: scale(1);
}

/* Activity Pillars ("תחומי הפעילות שלנו")
-------------------------------------------------------------- */
.activity-pillars-section .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  text-align: center;
  margin-bottom: 50px;
}
.activity-pillars-section .pillar-card {
  position: relative;
  display: block;
  height: 570px;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.activity-pillars-section .pillar-card img.pillar-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.activity-pillars-section .pillar-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 55%);
  pointer-events: none;
}
.activity-pillars-section .pillar-card .pillar-dome {
  position: absolute;
  left: 50%;
  bottom: 0;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.activity-pillars-section .pillar-card .pillar-dome--1 {
  width: 150%;
  transform: translate(-50%, 100%);
  transition-delay: 0s;
}
.activity-pillars-section .pillar-card .pillar-dome--2 {
  width: 120%;
  transform: translate(-50%, 100%);
  transition-delay: 0.06s;
}
.activity-pillars-section .pillar-card .pillar-dome--3 {
  width: 90%;
  transform: translate(-50%, 100%);
  transition-delay: 0.12s;
}
.activity-pillars-section .pillar-card .pillar-content {
  position: absolute;
  inset-inline: 10%;
  bottom: 7%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.activity-pillars-section .pillar-card .pillar-dot {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  transition: opacity 0.3s ease;
}
.activity-pillars-section .pillar-card .pillar-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.activity-pillars-section .pillar-card .pillar-expand {
  display: none;
}
.activity-pillars-section .pillar-card .pillar-description {
  margin-bottom: 20px;
}
.activity-pillars-section .pillar-card.is-open .pillar-dot {
  opacity: 0;
}
.activity-pillars-section .pillar-card.is-open .pillar-dome--1 {
  opacity: 0.45;
  transform: translate(-50%, 50%);
}
.activity-pillars-section .pillar-card.is-open .pillar-dome--2 {
  opacity: 0.55;
  transform: translate(-50%, 60%);
}
.activity-pillars-section .pillar-card.is-open .pillar-dome--3 {
  opacity: 0.7;
  transform: translate(-50%, 70%);
}

/* Activities / R&D / Updates shared card patterns
-------------------------------------------------------------- */
.section-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.section-header-row .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.section-header-row .section-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.activities-swiper {
  overflow: hidden;
}

.activities-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.activity-photo {
  border-radius: 10px;
  overflow: hidden;
}
.activity-photo img {
  aspect-ratio: 917/580;
  display: block;
  object-fit: cover;
}

.activity-card {
  position: relative;
  z-index: 1;
  margin-inline-start: -8.3333%;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.activity-card .tags {
  display: flex;
  gap: 15px;
}
.activity-card .tag {
  padding: 8px 12px 5px;
  line-height: 1;
  border-radius: 5px;
  font-size: 0.8rem;
}
.activity-card .tag--outline {
  border: 2px solid #d3b37b;
  color: #383838;
}
.activity-card .tag--solid {
  color: #fff;
}
.activity-card .activity-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.activity-card .activity-description {
  color: #383838;
  font-weight: 300;
}

/* Projects archive ("פרוייקטים")
-------------------------------------------------------------- */
.projects-archive-wrapper {
  background: #f5f3f0;
}

.projects-hero-section {
  padding-bottom: 0;
}

.projects-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-align: right;
  margin-bottom: 40px;
}

.projects-kicker {
  color: #d3b37b;
  font-weight: 800;
}

.projects-title {
  color: #383838;
}

.projects-filter-bar,
.publications-filter-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px 100px;
  margin-bottom: 40px;
}
.projects-filter-bar .filter-label,
.projects-filter-bar .filter-group-label,
.publications-filter-bar .filter-label,
.publications-filter-bar .filter-group-label {
  color: #383838;
  white-space: nowrap;
}
.projects-filter-bar .filter-group,
.publications-filter-bar .filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.projects-filter-bar .filter-pills,
.publications-filter-bar .filter-pills {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.filter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 5px;
  border: 2px solid var(--pill-color, #383838);
  line-height: 1;
  font-size: 0.8rem;
  color: #383838;
  white-space: nowrap;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.filter-pill:hover, .filter-pill:focus, .filter-pill.is-active {
  background-color: var(--pill-color, #383838);
  color: #fff;
}

.filter-dropdown {
  position: relative;
  display: inline-flex;
}

.filter-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 235px;
  background: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 5px;
  padding: 8px 12px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-size: 0.8rem;
  color: #383838;
  cursor: pointer;
}
.filter-dropdown-trigger .filter-dropdown-arrow {
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}

.filter-dropdown.is-open .filter-dropdown-trigger .filter-dropdown-arrow {
  transform: rotate(180deg);
}

.filter-dropdown-menu {
  position: absolute;
  z-index: 10;
  top: 100%;
  inset-inline-end: 0;
  margin-top: 10px;
  min-width: 100%;
  display: none;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  list-style: none;
  margin-inline: 0;
}
.filter-dropdown-menu li {
  list-style: none;
}
.filter-dropdown-menu a {
  display: block;
  padding: 8px 20px;
  color: #383838;
  font-size: 0.8rem;
  white-space: nowrap;
}
.filter-dropdown-menu a:hover, .filter-dropdown-menu a:focus {
  color: #0985b3;
}
.filter-dropdown-menu a.is-active {
  font-weight: 800;
  color: #0985b3;
}

.filter-dropdown.is-open .filter-dropdown-menu {
  display: block;
}

#projects-results {
  transition: opacity 0.2s ease;
}

.project-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  text-align: right;
  color: inherit;
}
.project-card:hover .project-card-title {
  color: #0985b3;
}

.project-card-photo {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.project-card-photo img {
  aspect-ratio: 512/323;
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.project-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.project-card-photo .project-card-tags {
  position: absolute;
  top: 19px;
  right: 20px;
  z-index: 2;
  display: flex;
  gap: 15px;
}
.project-card-photo .project-card-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.project-card-photo .tag {
  padding: 8px 12px 5px;
  line-height: 1;
  border-radius: 5px;
  color: #fff;
}
.project-card-photo .tag--scope {
  background: #d3b37b;
}
.project-card-photo .tag--topic {
  background: #40936e;
}

.project-card:hover .project-card-photo img {
  transform: scale(1.08);
}
.project-card:hover .project-card-photo::after {
  opacity: 1;
}
.project-card:hover .project-card-photo .project-card-cta {
  opacity: 1;
}

.project-card-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}

.projects-empty {
  color: #383838;
  text-align: center;
}

.projects-grid-section .pagination {
  margin-top: 40px;
}
.projects-grid-section .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.projects-grid-section .pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding-inline: 12px;
  border-radius: 40px;
  border: 2px solid #383838;
  color: #383838;
  font-size: 0.9rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.projects-grid-section .pagination .page-numbers.dots {
  border-color: transparent;
}
.projects-grid-section .pagination .page-numbers.current {
  background: #383838;
  color: #fff;
}
.projects-grid-section .pagination .page-numbers:not(.dots):not(.current):hover, .projects-grid-section .pagination .page-numbers:not(.dots):not(.current):focus {
  background: #383838;
  color: #fff;
}
.projects-grid-section .pagination .page-numbers.prev, .projects-grid-section .pagination .page-numbers.next {
  padding-inline: 20px;
}

.rnd-section .section-title {
  width: 110%;
}

.rnd-content-col {
  order: 1;
  display: flex;
  flex-direction: column;
}
.rnd-content-col .section-title {
  margin-bottom: 30px;
}
.rnd-content-col > .btn {
  align-self: flex-end;
  margin-top: 10px;
}

.rnd-photo-col {
  order: 2;
}

.rnd-photo {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.rnd-photo img {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1013/619;
}

.tool-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.tool-card .tool-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.tool-card .tool-description {
  color: #383838;
  font-weight: 300;
}

.news-card {
  position: relative;
  display: block;
  aspect-ratio: 506/484;
  background: #f5f3f0;
  border-radius: 10px;
  overflow: hidden;
}
.news-card .news-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 82.64%;
  object-fit: cover;
}
.news-card .news-tag {
  position: absolute;
  top: 0;
  right: 20px;
  background: #d3b37b;
  color: #fff;
  padding: 5px 12px;
  border-radius: 0 0 5px 5px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
}
.news-card .news-title-wrap {
  position: absolute;
  left: 6.5%;
  right: 6.5%;
  bottom: 8%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8));
  border-radius: 10px;
  padding: 20px;
}
.news-card .news-title {
  color: #383838;
  font-weight: 300;
  margin: 0;
}
.news-card .news-read-more {
  display: none;
  margin-top: 20px;
}

/* Publications archive ("פרסומים", home.php)
-------------------------------------------------------------- */
.publications-archive-wrapper {
  background: #f5f3f0;
}

.publication-card {
  display: block;
}
.publication-card:hover .publication-card-title {
  color: #0985b3;
}
.publication-card .publication-card-photo {
  position: relative;
  aspect-ratio: 506/350;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}
.publication-card .publication-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.publication-card .publication-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.publication-card .publication-card-tag {
  position: absolute;
  top: 0;
  right: 45px;
  z-index: 2;
  background: #d3b37b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.publication-card .publication-card-logo {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 8px;
  background: #fff;
  border-radius: 8px;
}
.publication-card .publication-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.publication-card .publication-card-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.publication-card .publication-card-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.publication-card .publication-card-date {
  color: #0985b3;
}
.publication-card .publication-card-title {
  color: #383838;
  font-weight: 800;
}

.publication-card:hover .publication-card-photo img {
  transform: scale(1.08);
}
.publication-card:hover .publication-card-photo::after {
  opacity: 1;
}
.publication-card:hover .publication-card-photo .publication-card-cta {
  opacity: 1;
}

/* Single post ("News_single" — the publications single template)
-------------------------------------------------------------- */
.post-single-wrapper {
  background: #f5f3f0;
}

.post-single {
  padding-bottom: 60px;
}
.post-single .container {
  max-width: 1054px;
}

.default-page {
  padding-bottom: 60px;
}
.default-page .container {
  max-width: 1054px;
}

.default-page-title {
  color: #383838;
  font-weight: 800;
}

.post-single-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.post-single-title,
.post-single-meta {
  color: #383838;
}

/* 404 page (404.php)
-------------------------------------------------------------- */
.not-found-wrapper {
  background: #f5f3f0;
}

.not-found-section {
  display: flex;
  align-items: center;
  min-height: calc(100vh - var(--header-padding));
  padding-block: 60px;
  text-align: center;
}
.not-found-section .container {
  max-width: 640px;
  margin-inline: auto;
}

.not-found-code {
  color: #d3b37b;
  font-weight: 800;
}

.not-found-title {
  color: #003348;
  font-weight: 800;
}

.not-found-text {
  color: #383838;
}

.post-single-title {
  font-weight: 800;
}

.post-single-meta {
  font-weight: 300;
}

.post-intro {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
  color: #383838;
  font-weight: 300;
  text-align: right;
}

.post-single-photo {
  margin-bottom: 40px;
}
.post-single-photo img {
  display: block;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.post-content {
  color: #383838;
  text-align: right;
}
.post-content > *:last-child {
  margin-bottom: 0;
}
.post-content h2 {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.95rem;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.post-content p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 300;
  margin-bottom: 20px;
}
.post-content p a {
  color: inherit;
  text-decoration: underline;
}
.post-content h2 + p,
.post-content h2 + * {
  margin-top: 0;
}
.post-content img,
.post-content blockquote,
.post-content h2 {
  margin-top: 40px;
}
.post-content img {
  display: block;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 40px;
}
.post-content .wp-caption {
  width: 100% !important;
  max-width: 100%;
  margin: 0 0 40px;
}
.post-content .wp-caption img {
  margin-bottom: 0;
}
.post-content .wp-caption-text {
  color: rgba(56, 56, 56, 0.6);
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal;
  margin-top: 12px;
}
.post-content .wp-block-image {
  margin: 0 0 40px;
}
.post-content .wp-element-caption {
  color: rgba(56, 56, 56, 0.6);
  font-size: 0.7rem;
  line-height: 1.3;
  font-weight: 300;
  margin-top: 12px;
}
.post-content blockquote {
  background: #ebe3d5;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 40px;
}
.post-content blockquote p:last-child {
  margin-bottom: 0;
}

.updates-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.updates-swiper {
  overflow: hidden;
}
.updates-swiper .swiper-slide {
  height: auto;
}

/****************************************************************
    ABOUT PAGE  ABOUT PAGE  ABOUT PAGE  ABOUT PAGE  ABOUT PAGE
****************************************************************/
.about-wrapper {
  background: #f5f3f0;
  overflow: hidden;
}
.about-wrapper section {
  padding-block: 60px;
}

.breadcrumbs {
  color: #383838;
  font-weight: 300;
  margin-bottom: 30px;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: #0985b3;
}

/* Hero ("הסיפור שלנו")
-------------------------------------------------------------- */
.about-hero-section .about-hero-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  margin-bottom: 30px;
}
.about-hero-section .about-hero-media {
  position: relative;
}
.about-hero-section .about-hero-media img,
.about-hero-section .about-hero-media video {
  display: block;
  width: 100%;
  aspect-ratio: 1601/630;
  object-fit: cover;
  border-radius: 10px;
}
.about-hero-section .intro-title {
  position: absolute;
  bottom: -30px;
  inset-inline-start: 40px;
  display: inline-block;
  max-width: calc(100% - 80px);
  padding: 20px 40px;
  border-radius: 10px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}

/* About the Foundation ("על הקרן")
-------------------------------------------------------------- */
.foundation-section .foundation-photo {
  border-radius: 10px;
  overflow: hidden;
}
.foundation-section .foundation-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 780/506;
  object-fit: cover;
}
.foundation-section .foundation-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.foundation-section .foundation-body {
  color: #383838;
}
.foundation-section .foundation-body p {
  font-weight: 300;
}
.foundation-section .foundation-body strong {
  font-weight: 800;
}

/* Principles ("עקרונות הפעולה שלנו")
-------------------------------------------------------------- */
.principles-section .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.principles-section .principle-card {
  height: 100%;
  border-radius: 10px;
  padding: 40px;
}
.principles-section .principle-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  margin-bottom: 15px;
}
.principles-section .principle-divider {
  display: block;
  width: 83px;
  height: 2px;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-inline-start: 0;
  background: #d3b37b;
}
.principles-section .principle-description {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

/* Founder & Family ("המייסד והמשפחה")
-------------------------------------------------------------- */
.founder-section .founder-panel {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(180deg, #0985b3 0%, #003348 100%);
  color: #fff;
}
.founder-section .founder-rainbow-clip {
  width: 1000px;
  height: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
}
.founder-section .founder-rainbow-wrap {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  height: 110%;
  width: 1100px;
  left: -100px;
  bottom: 0;
}
.founder-section .founder-rainbow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 2/1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.founder-section .founder-rainbow--1 {
  height: 100%;
  background: rgba(211, 179, 123, 0.15);
}
.founder-section .founder-rainbow--2 {
  height: 79%;
  background: rgba(211, 179, 123, 0.25);
}
.founder-section .founder-rainbow--3 {
  height: 54%;
  background: rgba(211, 179, 123, 0.4);
}
.founder-section .founder-rainbow--4 {
  height: 28%;
  background: rgba(211, 179, 123, 0.6);
}
.founder-section .founder-photo-col {
  position: relative;
  z-index: 1;
}
.founder-section .founder-photo {
  position: absolute;
  inset: -80px 0 0 0;
  border-radius: 0 0 0 10px;
}
.founder-section .founder-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}
.founder-section .founder-content-col {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 100px 60px 100px 0;
}
.founder-section .founder-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.founder-section .founder-text {
  font-weight: 300;
  margin-bottom: 30px;
}

/* Our Values ("הערכים שלנו")
-------------------------------------------------------------- */
.values-section {
  position: relative;
  z-index: 2;
}
.values-section .value-card {
  border-radius: 10px;
  padding: 50px 80px;
  margin-bottom: 30px;
}
.values-section .value-card:last-child {
  margin-bottom: 0;
}
.values-section .value-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  margin-bottom: 15px;
}
.values-section .value-description {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}
.values-section .values-photo-col {
  position: relative;
}
.values-section .values-photo {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.values-section .values-photo img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 780/962;
  object-fit: cover;
}
.values-section .values-title {
  position: absolute;
  bottom: 40px;
  inset-inline-start: 40px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #fff;
  max-width: 5em;
}

/* Impact Zones ("זירות השפעה") — About page's own version, distinct from
   the homepage's .impact-zones-section/.zone-ring rainbow treatment: a
   plain white card with a title badge overlapping its top edge, and a
   simple row of colored zone titles (no rings/gradient).
-------------------------------------------------------------- */
.zones-section {
  margin-top: 55px;
  position: relative;
  padding-top: 100px !important;
  z-index: 1;
}
.zones-section .zones-rainbow-wrap {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  height: 100%;
  width: 1000px;
  height: 500px;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-inline: auto;
  z-index: -1;
}
.zones-section .flex_container {
  padding-inline: 20px;
}
.zones-section .zones-rainbow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 2/1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}
.zones-section .zones-rainbow--1 {
  height: 100%;
  background: rgba(211, 179, 123, 0.15);
}
.zones-section .zones-rainbow--2 {
  height: 79%;
  background: rgba(211, 179, 123, 0.25);
}
.zones-section .zones-rainbow--3 {
  height: 54%;
  background: rgba(211, 179, 123, 0.4);
}
.zones-section .zones-rainbow--4 {
  height: 28%;
  background: rgba(211, 179, 123, 0.6);
}
.zones-section .zones-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 120px 40px 60px;
}
.zones-section .zones-badge {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 90%;
  padding: 20px 40px;
  border-radius: 10px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  text-align: center;
}
.zones-section .zones-list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 0;
  justify-content: space-between;
}
.zones-section .zones-item-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-bottom: 10px;
}
.zones-section .zones-item-description {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

/* Awards ("אותות ופרסים")
-------------------------------------------------------------- */
.awards-section .section-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
  margin-bottom: 50px;
}
.awards-section .award-card {
  position: relative;
}
.awards-section .award-photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.awards-section .award-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 37/25;
  object-fit: cover;
}
.awards-section .award-year {
  position: absolute;
  top: -12px;
  inset-inline-start: 12px;
  background: #d3b37b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.awards-section .award-body {
  border-radius: 10px;
  padding: 15px;
  margin-top: 10px;
}
.awards-section .award-title {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  color: #383838;
}
.awards-section .award-description {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

/* Single Project ("הזכות לרווחה טובה")
-------------------------------------------------------------- */
.project-single-wrapper {
  background: #f5f3f0;
}

.project-hero-title {
  color: #383838;
}

.project-hero-intro {
  position: relative;
  border-radius: 10px;
  padding: 40px;
  color: #383838;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .project-hero-intro {
    z-index: 2;
    width: calc(100% + 100px);
    margin-left: -100px;
  }
}

.project-hero-photo {
  border-radius: 10px;
  overflow: hidden;
}
.project-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-meta-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 25px;
}

.project-meta-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 8px 20px 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: 800;
}

.project-meta-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #383838;
}
.project-meta-item .project-meta-label {
  font-weight: 300;
}
.project-meta-item .project-meta-value {
  font-weight: 800;
}

.project-partners-label {
  display: block;
  color: #383838;
  margin-bottom: 8px;
}

.project-partners-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.project-partner-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 6px;
  padding: 10px;
}
.project-partner-tile img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.project-background-section {
  padding-top: 200px;
  padding-bottom: 0;
}

.project-background-section--no-photo {
  padding-top: 40px;
}

.project-background-card {
  position: relative;
  overflow: visible;
  border-radius: 10px;
  padding: 50px;
  color: #383838;
}
.project-background-card .single-col {
  position: relative;
}
.project-background-card .col-inner {
  padding: 30px;
}

.project-background-photo {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 7/4.2;
}
.project-background-photo img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-background-first-col {
  align-self: flex-end;
}

.project-block,
.project-block-inner {
  border-radius: 10px;
  padding: 40px;
  color: #383838;
  margin-bottom: 20px;
}
.project-block:last-child,
.project-block-inner:last-child {
  margin-bottom: 0;
}

.project-block-title {
  font-weight: 800;
  margin-bottom: 10px;
}

.project-background-section .project-block-title {
  color: #e06832;
}

.project-timeline-section {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-bottom: 140px;
  padding-top: 80px;
}

.project-timeline {
  position: relative;
}

.project-timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #383838;
  pointer-events: none;
  z-index: -1;
}

.project-timeline-dot {
  position: sticky;
  top: 50%;
  left: 50%;
  transform: translateX(50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  background: var(--topic-color, #e06832);
}

.project-timeline-rainbow-wrap {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  width: 800px;
  margin-inline: auto;
}

.project-timeline-rainbow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 2/1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.project-timeline-rainbow--1 {
  height: 100%;
  background: rgba(var(--topic-color-rgb, 224, 104, 50), 0.15);
}

.project-timeline-rainbow--2 {
  height: 79%;
  background: rgba(var(--topic-color-rgb, 224, 104, 50), 0.25);
}

.project-timeline-rainbow--3 {
  height: 54%;
  background: rgba(var(--topic-color-rgb, 224, 104, 50), 0.4);
}

.project-timeline-rainbow--4 {
  height: 28%;
  background: rgba(var(--topic-color-rgb, 224, 104, 50), 0.6);
}

.project-back-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 780px;
  margin-inline: auto;
  padding: 40px;
  border-radius: 10px;
  text-decoration: none;
}
.project-back-cta .btn {
  pointer-events: none;
}

.project-back-line {
  width: 120px;
  height: 1px;
  background: #383838;
}

.project-back-title {
  color: #383838;
  font-weight: 800;
}

/* ==========================================================================
   Section entrance animations
   - Hero animates in on page load (.is-loaded, added immediately in scripts.js):
     media does a slow "settle" zoom-out, title/subtitle rise in staggered.
   - Every other homepage section fades/slides/scales up as it scrolls into
     view (.in-view, added by an IntersectionObserver in scripts.js), with
     card-grid sections (activity pillars, updates carousel) staggering
     their individual cards rather than moving as one flat block.
   Same easing curve as the mobile drawer transition (_mobile_menu.scss) for
   a consistent "settle" feel across the theme's motion. Gated behind
   prefers-reduced-motion so motion-sensitive visitors see the final state
   with no animation.
   ========================================================================== */
@media (prefers-reduced-motion: no-preference) {
  .hero-section .hero-media {
    transform: scale(1.08);
    transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .hero-section .hero-title,
  .hero-section .hero-subtitle {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .hero-section .hero-subtitle {
    transition-delay: 0.15s;
  }
  .hero-section.is-loaded .hero-media {
    transform: scale(1);
  }
  .hero-section.is-loaded .hero-title,
  .hero-section.is-loaded .hero-subtitle {
    opacity: 1;
    transform: translateY(0);
  }
  .homepage-wrapper section:not(.hero-section),
  .about-wrapper section:not(.about-hero-section) {
    opacity: 0;
    transform: translateY(50px) scale(0.98);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .homepage-wrapper section:not(.hero-section).in-view,
  .about-wrapper section:not(.about-hero-section).in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .activity-pillars-section .row > div,
  .updates-swiper .swiper-slide {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .activity-pillars-section.in-view .row > div,
  .updates-section.in-view .updates-swiper .swiper-slide {
    opacity: 1;
    transform: translateY(0);
  }
  .activity-pillars-section .row > div:nth-child(1),
  .updates-swiper .swiper-slide:nth-child(1) {
    transition-delay: 0s;
  }
  .activity-pillars-section .row > div:nth-child(2),
  .updates-swiper .swiper-slide:nth-child(2) {
    transition-delay: 0.1s;
  }
  .activity-pillars-section .row > div:nth-child(3),
  .updates-swiper .swiper-slide:nth-child(3) {
    transition-delay: 0.2s;
  }
  .activity-pillars-section .row > div:nth-child(4),
  .updates-swiper .swiper-slide:nth-child(4) {
    transition-delay: 0.3s;
  }
  .activity-pillars-section .row > div:nth-child(5),
  .updates-swiper .swiper-slide:nth-child(5) {
    transition-delay: 0.4s;
  }
  .activity-pillars-section .row > div:nth-child(6),
  .updates-swiper .swiper-slide:nth-child(6) {
    transition-delay: 0.5s;
  }
}
/****************************************************************
    TEAM PAGE  TEAM PAGE  TEAM PAGE  TEAM PAGE  TEAM PAGE
****************************************************************/
.team-wrapper {
  background: #f5f3f0;
  overflow: hidden;
}

.team-hero-section {
  padding-block: 40px 0;
}

.team-hero-heading .team-eyebrow {
  color: #d3b37b;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}
.team-hero-heading .team-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}

.team-grid-section {
  padding-block: 60px;
}

.team-row--featured {
  margin-bottom: 40px;
}

.team-card {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  outline: none;
}
@media (min-width: 992px) {
  .team-card--large {
    max-width: 100%;
  }
}

.team-card-photo {
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.team-card-photo img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.team-card-photo--placeholder img {
  object-fit: contain;
  padding: 15%;
}

.team-card:hover .team-card-rainbow-wrap,
.team-card:focus-visible .team-card-rainbow-wrap {
  opacity: 1;
  transform: scale(0.85);
}

.team-card-rainbow-wrap {
  position: absolute;
  z-index: 0;
  inset: 0 10%;
  opacity: 0;
  transform: scale(0.65);
  transform-origin: bottom center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.team-card-rainbow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 2/1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.team-card-rainbow--1 {
  height: 100%;
  background: rgba(211, 179, 123, 0.15);
}

.team-card-rainbow--2 {
  height: 79%;
  background: rgba(211, 179, 123, 0.25);
}

.team-card-rainbow--3 {
  height: 54%;
  background: rgba(211, 179, 123, 0.4);
}

.team-card-rainbow--4 {
  height: 28%;
  background: rgba(211, 179, 123, 0.6);
}

.team-card-name {
  position: absolute;
  z-index: 2;
  right: -15px;
  bottom: 6%;
  max-width: 65%;
  border-radius: 5px 0 0 5px;
  padding-block: 15px;
  padding-inline-start: 16px;
  padding-inline-end: 30px;
  text-align: right;
}
.team-card-name .team-card-name-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.team-card-name .team-card-name-role {
  color: #383838;
  font-weight: 300;
}

.team-card-plus {
  position: absolute;
  z-index: 3;
  left: 0;
  top: calc(15px + 0.975rem);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-card:hover .team-card-plus,
.team-card:focus-visible .team-card-plus {
  opacity: 1;
}

/* Popup
-------------------------------------------------------------- */
.team-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.team-popup.is-open {
  visibility: visible;
  opacity: 1;
}

.team-popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(56, 56, 56, 0.6);
  cursor: pointer;
}

.team-popup-panel-wrapper {
  position: relative;
}

.team-popup-panel {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 10px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.95);
}

.team-popup-close {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 100px;
  background: #0985b3;
  cursor: pointer;
}
.team-popup-close img {
  width: 22px;
  height: 22px;
}
.team-popup-close:hover, .team-popup-close:focus-visible {
  background: #003348;
}

.team-popup-body {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.team-popup-photo {
  flex: 0 0 auto;
  width: 300px;
  max-width: 100%;
  border-radius: 6px;
}
.team-popup-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
}
.team-popup-photo--placeholder img {
  object-fit: contain;
  padding: 15%;
}

.team-popup-text {
  flex: 1 1 380px;
  text-align: right;
}
.team-popup-text .team-popup-heading {
  margin-bottom: 20px;
}
.team-popup-text .team-popup-heading .team-popup-name {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.team-popup-text .team-popup-heading .team-popup-role {
  color: #383838;
  font-weight: 300;
}
.team-popup-text .team-popup-bio {
  color: #383838;
  font-weight: 300;
  margin-bottom: 20px;
}
.team-popup-text .team-popup-bio p {
  margin-bottom: 10px;
}
.team-popup-text .team-popup-bio p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .team-popup-panel {
    padding: 24px;
  }
  .team-popup-photo {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}
/****************************************************************
    FOUNDER PAGE  FOUNDER PAGE  FOUNDER PAGE  FOUNDER PAGE
    ("האנשים שלנו > המייסד") — distinct from .founder-section, which is
    the About page's own "Founder & Family" teaser (about.php).
****************************************************************/
.founder-page-wrapper {
  background: #f5f3f0;
  overflow: hidden;
}

.founder-page-hero-section {
  padding-block: 40px 60px;
}

.founder-page-hero-heading {
  margin-bottom: 40px;
}
.founder-page-hero-heading .founder-page-hero-name {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}
.founder-page-hero-heading .founder-page-hero-subtitle {
  color: #d3b37b;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}

.founder-page-hero-panel {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(90deg, #0985b3 0%, #003348 100%);
  color: #fff;
  padding: 0;
}

.founder-page-hero-rainbow-clip {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
}

.founder-page-hero-rainbow-wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: -10%;
  width: 900px;
  height: 500px;
  max-width: 70%;
}

.founder-page-hero-rainbow {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 2/1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.founder-page-hero-rainbow--1 {
  height: 100%;
  background: rgba(211, 179, 123, 0.15);
}

.founder-page-hero-rainbow--2 {
  height: 79%;
  background: rgba(211, 179, 123, 0.25);
}

.founder-page-hero-rainbow--3 {
  height: 54%;
  background: rgba(211, 179, 123, 0.4);
}

.founder-page-hero-rainbow--4 {
  height: 28%;
  background: rgba(211, 179, 123, 0.6);
}

.founder-page-hero-photo-col {
  position: relative;
  z-index: 1;
  min-height: 400px;
}

.founder-page-hero-photo {
  position: absolute;
  z-index: 1;
  inset: -100px 0 0 0;
  border-radius: 0 0 0 10px;
}
.founder-page-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom left;
  border-radius: 0 0 0 10px;
}

.founder-page-hero-content-col {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  padding: 100px 60px 100px 0;
}
.founder-page-hero-content-col .founder-page-hero-lead {
  text-align: right;
  font-weight: 400;
}
.founder-page-hero-content-col .founder-page-hero-body {
  text-align: right;
  font-weight: 300;
}
.founder-page-hero-content-col .founder-page-hero-body p {
  margin-bottom: 10px;
}
.founder-page-hero-content-col .founder-page-hero-body p:last-child {
  margin-bottom: 0;
}

/* Story blocks
-------------------------------------------------------------- */
.founder-story-section {
  padding-block: 60px;
}

.founder-story-block {
  margin-bottom: 60px;
}
.founder-story-block:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .founder-story-block--flip {
    flex-direction: row-reverse;
  }
}

.founder-story-text-col {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 60px;
}
@media (min-width: 992px) {
  .founder-story-text-col {
    margin-inline-end: -15px;
  }
}

@media (min-width: 992px) {
  .founder-story-block--flip .founder-story-text-col {
    margin-inline-end: 0;
    margin-inline-start: -15px;
  }
  .founder-story-block--flip .founder-story-caption {
    inset-inline-start: 20px;
    inset-inline-end: auto;
  }
}

.founder-story-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
  margin-bottom: 20px;
}

.founder-story-body {
  color: #383838;
  font-weight: 300;
  text-align: right;
}
.founder-story-body p {
  margin-bottom: 10px;
}
.founder-story-body p:last-child {
  margin-bottom: 0;
}

.founder-story-photo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.founder-story-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 644/660;
  object-fit: cover;
}

.founder-story-caption {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  inset-inline-end: 20px;
  max-width: calc(100% - 40px);
  padding: 4px 10px;
  border-radius: 4px;
  color: #383838;
  text-align: right;
}

/* Awards ("אותות ופרסים") — reuses .awards-section/.award-card etc. from
   the About page (see that section above); only what's specific to this
   page's slider layout lives here.
-------------------------------------------------------------- */
.founder-page-awards-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
}

.founder-page-awards-intro {
  color: #383838;
  font-weight: 300;
  max-width: 785px;
}

.awards-swiper {
  padding-top: 20px !important;
}
.awards-swiper .swiper-slide {
  height: auto;
}

/* Investing in Israel's future ("משקיעים בעתיד ישראלי")
-------------------------------------------------------------- */
.founder-investing-section {
  position: relative;
  overflow: hidden;
  padding-block: 60px;
}
.founder-investing-section > .container {
  position: relative;
  z-index: 1;
}

.founder-investing-rainbow-wrap {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: -8%;
  transform: translateY(-50%);
  width: 400px;
  max-width: 45%;
  height: 400px;
  pointer-events: none;
}

.founder-investing-rainbow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  aspect-ratio: 1/2;
  border-radius: 100% 0 0 100%/50% 0 0 50%;
}

.founder-investing-rainbow--1 {
  width: 100%;
  background: rgba(9, 133, 179, 0.15);
}

.founder-investing-rainbow--2 {
  width: 79%;
  background: rgba(9, 133, 179, 0.25);
}

.founder-investing-rainbow--3 {
  width: 54%;
  background: rgba(9, 133, 179, 0.4);
}

.founder-investing-body-col {
  color: #383838;
  font-weight: 300;
}
.founder-investing-body-col p {
  margin-bottom: 10px;
}
.founder-investing-body-col p:last-child {
  margin-bottom: 0;
}

.founder-investing-side-col {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.founder-investing-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.founder-investing-divider {
  display: block;
  width: 97px;
  height: 2px;
  margin-bottom: 20px;
  background: #d3b37b;
}

.founder-investing-text {
  color: #383838;
  font-weight: 800;
}

.founder-investing-media {
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
}
.founder-investing-media img,
.founder-investing-media video {
  display: block;
  width: 100%;
  aspect-ratio: 1327/400;
  object-fit: cover;
}

/* Closing quote
-------------------------------------------------------------- */
.founder-page-quote-section {
  padding-block: 60px 100px;
}

.founder-page-quote-card {
  position: relative;
  border-radius: 10px;
  padding: 80px 60px 60px;
  margin-top: 80px;
}

.founder-page-quote-icon {
  position: absolute;
  z-index: 0;
  top: -80px;
  inset-inline-start: -20px;
  width: 210px;
  height: auto;
  pointer-events: none;
}

.founder-page-quote-row {
  position: relative;
  z-index: 1;
}

.founder-page-quote-text {
  color: #383838;
  font-weight: 400;
  text-align: right;
}

.founder-page-quote-byline {
  text-align: right;
}
.founder-page-quote-byline .founder-page-quote-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.founder-page-quote-byline .founder-page-quote-author {
  color: #383838;
  font-weight: 800;
}

.partners-hero-section {
  padding-bottom: 80px;
}
.partners-hero-section .breadcrumbs {
  margin-bottom: 30px;
}

.partners-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-bottom: 40px;
}

.partners-intro-row {
  margin-bottom: 40px;
}

.partners-intro-text {
  color: #383838;
  font-weight: 300;
  text-align: right;
}

.partners-highlight-box {
  background: #d3b37b;
  color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  height: 100%;
  display: flex;
  align-items: center;
}
.partners-highlight-box p {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}

.partners-logo-grid-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

.partners-logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 40px;
}

.partners-logo-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
}
.partners-logo-tile img {
  display: block;
  max-width: 100%;
  max-height: 116px;
  width: auto;
  height: auto;
}

.award-hero-section {
  padding-top: 20px;
  padding-bottom: 0;
}
.award-hero-section .breadcrumbs {
  margin-bottom: 20px;
}

.award-hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 100px 60px;
  background-image: linear-gradient(270deg, #003348 0%, #0985b3 55%);
}

.award-hero-rainbow-clip {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
  pointer-events: none;
}

.award-hero-rainbow-wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 0;
  width: 900px;
  height: 500px;
  max-width: 70%;
}

.award-hero-rainbow {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(-50%);
  aspect-ratio: 2/1;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
}

.award-hero-rainbow--1 {
  height: 100%;
  background: rgba(211, 179, 123, 0.2);
}

.award-hero-rainbow--2 {
  height: 79%;
  background: rgba(211, 179, 123, 0.2);
}

.award-hero-rainbow--3 {
  height: 54%;
  background: rgba(211, 179, 123, 0.4);
}

.award-hero-rainbow--4 {
  height: 28%;
  background: rgba(211, 179, 123, 0.6);
}

.award-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  color: #fff;
}

.award-hero-badge {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 220px;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.award-hero-badge img {
  display: block;
  width: 100%;
  height: auto;
}

/* Status banner
-------------------------------------------------------------- */
.award-status-section {
  padding-block: 0 40px;
}

.award-status-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.award-status-banner {
  width: 100%;
  background: #d3b37b;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: -39.5px;
}
.award-status-banner p {
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-status-description {
  color: #383838;
  font-weight: 300;
}

/* About
-------------------------------------------------------------- */
.award-about-section {
  padding-block: 40px 60px;
}

.award-about-text-col {
  text-align: right;
}

.award-about-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-about-body {
  color: #383838;
  font-weight: 300;
  margin-bottom: 30px;
}
.award-about-body p {
  margin-bottom: 10px;
}
.award-about-body p:last-child {
  margin-bottom: 0;
}

.award-about-image {
  border-radius: 10px;
  overflow: hidden;
}
.award-about-image img {
  display: block;
  width: 100%;
  aspect-ratio: 781/435;
  object-fit: cover;
}

/* Criteria / honors panel
-------------------------------------------------------------- */
.award-sections-section {
  padding-block: 60px;
}

.award-sections-panel {
  border-radius: 10px;
  padding: 80px 135px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.award-section-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.award-section-header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.award-section-divider {
  flex: 1 1 auto;
  height: 2px;
  background: #383838;
}

.award-section-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}
.award-section-heading .award-section-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}
.award-section-heading .award-section-number {
  color: #d3b37b;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-section-blocks-row {
  text-align: right;
}

.award-content-block-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.award-content-block-title-row .award-content-block-title {
  color: #383838;
  font-weight: 300;
}

.award-content-block-bullet {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  border-radius: 50%;
  background: #d3b37b;
}

.award-content-block-text,
.award-content-block-list {
  color: #383838;
  font-weight: 300;
}

.award-content-block-list {
  padding-inline-start: 27px;
  margin-bottom: 0;
}
.award-content-block-list li {
  margin-bottom: 5px;
}
.award-content-block-list li:last-child {
  margin-bottom: 0;
}
.award-content-block-list li::marker {
  font-size: 1.5em;
}
.award-content-block-list .award-content-block-item-title {
  font-weight: 800;
}

/* Founder quote
-------------------------------------------------------------- */
.award-quote-section {
  padding-block: 60px;
}

.award-quote-panel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.award-quote-panel-gradient {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 100px 60px 100px 60px;
  background-image: linear-gradient(90deg, #003348 0%, #0985b3 55%);
  color: #fff;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.award-quote-panel-gradient .quotes {
  position: absolute;
  bottom: calc(100% - 70px);
}
.award-quote-panel-gradient .quotes svg {
  width: 100%;
}

.award-quote-text {
  font-weight: 400;
}

.award-quote-author {
  font-weight: 800;
}

.award-quote-photo {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 430px;
  max-width: 40%;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.award-quote-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
}
@media (max-width: 767px) {
  .award-quote-photo {
    position: static;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16/10;
    border-radius: 10px;
    margin-bottom: 20px;
  }
}

/* Process + selection committee
-------------------------------------------------------------- */
.award-process-section {
  padding-block: 60px;
}

.award-process-panel {
  background: #ebe3d5;
  border-radius: 10px;
  padding: 80px 100px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.award-process-top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.award-process-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: center;
}

.award-process-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.award-process-steps-line {
  position: absolute;
  z-index: 0;
  top: calc(20px + 6.05rem + 20px + 20px + 20px);
  left: 15%;
  right: 15%;
  height: 2px;
  background: #383838;
}

.award-process-step {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.award-process-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 20px 30px;
  font-weight: 900;
}
.award-process-step-number span {
  color: transparent;
  -webkit-text-stroke: 2px #383838;
  text-stroke: 2px #383838;
}

.award-process-step-dot {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #d3b37b;
}

.award-process-step-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-process-step-label {
  color: #383838;
  font-weight: 300;
}

.award-process-step-date {
  color: #383838;
  font-weight: 800;
}

.award-process-image {
  border-radius: 10px;
  overflow: hidden;
}
.award-process-image img {
  display: block;
  width: 100%;
  aspect-ratio: 1327/335;
  object-fit: cover;
}

.award-committee-row {
  padding-top: 20px;
}

.award-committee-members-col {
  border-inline-start: 2px solid #383838;
  padding-inline-start: 60px;
}

.award-committee-member {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: right;
}
.award-committee-member:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.award-committee-member .award-committee-member-name {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  margin-bottom: 4px;
}
.award-committee-member .award-committee-member-bio {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

.award-committee-intro-col {
  text-align: right;
}

.award-committee-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-committee-intro {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

/* Featured winner spotlight
-------------------------------------------------------------- */
.award-featured-winner-section {
  padding-block: 100px;
}

.award-featured-winner-heading {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}

.award-featured-winner-card {
  position: relative;
  border-radius: 10px;
  padding: 40px 0 40px 40px;
  margin-right: 80px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.award-featured-winner-body {
  padding-inline-start: 20px;
  width: 50%;
}

.award-featured-winner-logo {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 24px -8px rgba(0, 0, 0, 0.15);
}
.award-featured-winner-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-featured-winner-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.award-featured-winner-year {
  background: #d3b37b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
}

.award-featured-winner-name {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-featured-winner-description {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

.award-featured-winner-photo {
  position: relative;
  z-index: 1;
  margin-top: -80px;
  margin-right: -80px;
  margin-bottom: -80px;
  width: 50%;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.award-featured-winner-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Past honorees
-------------------------------------------------------------- */
.award-honorees-section {
  padding-block: 60px;
}

.award-honorees-title {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
  text-align: right;
}

.award-honoree-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 30px;
  padding-inline-start: 30px;
}

.award-honoree-photo {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  margin-right: -30px;
  width: 45%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.award-honoree-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.award-honoree-card-content {
  border-radius: 10px;
  padding: 20px 80px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: right;
  min-height: 260px;
  margin-right: -60px;
  width: 75%;
}

.award-honoree-title-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.award-honoree-year {
  background: #d3b37b;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
}

.award-honoree-name {
  color: #383838;
  font-family: "Fb Absoluti Heb", sans-serif;
  font-weight: 800;
}

.award-honoree-description {
  color: #383838;
  font-weight: 300;
  margin-bottom: 0;
}

/* ==========================================================================
   Mobile-First Drawer Styles (Screens under 1200px)
   ========================================================================== */
@media (max-width: 1200px) {
  .header-pill {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .site-navigation .main-menu-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw; /* Width of your mobile menu drawer */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1a1a1a;
    padding: 100px 30px 40px;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .site-navigation.is-open .main-menu-drawer {
    transform: translateX(0);
  }
  .site-navigation .menu-items-list {
    flex-direction: column !important;
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding: 0;
    margin: 0;
    gap: 0 !important;
  }
  .site-navigation .menu-items-list > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-navigation .menu-items-list > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .site-navigation .menu-items-list > li > a {
    display: block;
    padding: 20px 0;
    color: #fff !important;
    font-family: "Fb Absoluti Heb", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: opacity 0.2s ease;
  }
  .site-navigation .menu-items-list > li > a:hover, .site-navigation .menu-items-list > li > a:focus {
    opacity: 0.7;
  }
  .site-navigation .menu-items-list li.current-menu-item > a {
    color: #d3b37b !important;
    font-weight: 800;
  }
  .site-navigation .menu-items-list .btn {
    display: inline-flex;
    margin-block: 10px;
    width: auto;
  }
  .site-navigation .menu-items-list .btn a {
    padding-inline: 24px;
    padding-block: 10px;
  }
  .site-navigation .menu-toggle {
    position: relative;
    z-index: 10000;
    display: block;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-navigation ul#main-menu ul.sub-menu {
    position: relative;
    display: none;
    padding: 0;
    padding-bottom: 30px;
  }
  .site-navigation ul#main-menu ul.sub-menu li {
    background: transparent;
    padding: 0;
  }
  .site-navigation ul#main-menu ul.sub-menu li a {
    display: block;
    padding: 0;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
  }
}
/* ==========================================================================
   Desktop Responsive Overrides (Screens 1200px and Up)
   ========================================================================== */
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
  .main-menu-drawer {
    position: static;
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    box-shadow: none;
    transform: none; /* Disables the mobile off-screen slide position */
  }
  .menu-items-list {
    display: flex;
    flex-direction: row;
    gap: 20px;
    list-style: none;
  }
  .menu-items-list a {
    color: #333333;
    font-size: 1rem;
  }
}
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 26px;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span.hamburger-bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span.hamburger-bar:nth-child(2) {
  top: 0;
}
.triggerMobileMenu span.hamburger-bar:nth-child(3) {
  top: 9px;
}
.triggerMobileMenu span.hamburger-bar:nth-child(4) {
  top: 18px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(2) {
  top: 9px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(3) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span.hamburger-bar:nth-child(4) {
  top: 9px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}
ul#mobile-menu li {
  position: relative;
  display: block;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #383838;
}
ul#mobile-menu > li {
  border-bottom: 1px solid #d3b37b;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}
ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 1rem;
}

ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #d3b37b;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1540px) {
  html {
    font-size: 18px;
  }
  .header-pill {
    padding-block: 0.8rem;
  }
  .text-110 {
    font-size: 4.5rem;
  }
  h1, .text-80 {
    font-size: 3.6rem;
  }
  .text-90 {
    font-size: 4rem;
  }
  .text-70 {
    font-size: 3.5rem;
  }
  .text-50 {
    font-size: 2.4rem;
  }
  .container {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1540px) and (min-width: 1200px) {
  .header-pill .menu-items-list > li > a {
    font-size: 0.8rem;
  }
  .header-pill ul.sub-menu li a {
    font-size: 0.8rem;
  }
  .header-pill .menu-items-list {
    gap: 30px;
  }
  .header-pill .menu-items-list a {
    font-size: 0.8rem;
  }
  .header-pill .menu-items-list .btn {
    height: auto;
  }
}
@media only screen and (max-width: 1540px) {
  .activity-card {
    margin-inline-start: -8.4333%;
  }
  .award-process-steps-line {
    top: calc(20px + 4.95rem + 20px + 20px + 20px);
  }
  .project-background-section {
    padding-top: 90px;
  }
}
/* end of (max-width: 1540px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1350px) {
  .container {
    max-width: calc(100% - 100px);
  }
  .header-pill .site-logo {
    max-width: 200px;
  }
  .header-pill .menu-items-list {
    gap: 15px;
  }
} /* end of (max-width: 1350px) */
/****************************************************************************************************************/
@media only screen and (max-width: 1250px) {
  .founder-section .founder-panel {
    padding-top: 90px;
  }
  .founder-section .founder-content-col {
    padding: 20px 15px;
    align-items: flex-start;
  }
  .founder-section .founder-photo-col {
    height: 380px;
    margin-top: 40px;
  }
  .founder-section .founder-rainbow-clip {
    width: 100%;
    bottom: 0;
  }
  .founder-section .founder-rainbow-wrap {
    width: 100%;
    height: 50%;
    left: 0;
  }
  .award-hero-badge {
    top: 20px;
    right: 20px;
    width: 150px;
    padding: 12px;
  }
}
/* end of (max-width: 1250px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  .text-110 {
    font-size: 3.4rem;
    line-height: 3.2rem;
  }
  h1, .text-80 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .text-90 {
    font-size: 2.8rem;
    line-height: 2.6rem;
  }
  .text-70 {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .text-50 {
    font-size: 1.9rem;
    line-height: 2rem;
  }
  .mobile {
    display: block;
  }
  .desk {
    display: none;
  }
  .team-card-plus {
    opacity: 1;
  }
  .wide-card {
    padding: 30px 20px;
  }
  .impact-zones-section .zone-ring {
    display: none;
  }
  .impact-zones-section .zones-row {
    grid-template-columns: 1fr;
  }
  .impact-zones-section .impact-zones-badge {
    max-width: 100%;
    right: 10px;
    margin-bottom: 30px;
  }
  .impact-zones-section .impact-zones-card {
    padding: 60px 20px 30px;
    margin-right: 0;
  }
  .story-section .quote-card {
    transform: none;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 60px 30px 20px;
  }
  .story-section .quote-card .quote-icon {
    top: -20px;
    width: 100px;
  }
  .rnd-photo img {
    width: 100%;
  }
  .zones-section {
    padding-top: 70px !important;
  }
  .zones-section .zones-badge {
    top: -40px;
    padding: 15px 25px;
  }
  .zones-section .zones-card {
    padding: 60px 25px 30px;
  }
  .zones-section .zones-list {
    gap: 30px;
  }
  .zones-section .zones-rainbow-wrap {
    width: 84vw;
    height: 42vw;
  }
  .project-background-section {
    padding-top: 40px;
  }
  .project-background-card {
    padding: 20px 0;
  }
  .project-background-card .project-background-photo-col {
    margin-bottom: 30px;
  }
  .project-background-card .project-background-first-col {
    align-self: flex-start;
  }
  .project-background-card .col-inner {
    padding: 0 20px;
  }
  .project-background-photo {
    position: static;
    width: 100%;
  }
  .project-timeline-line {
    display: none;
  }
  .project-timeline-rainbow-wrap {
    width: 100%;
  }
  .founder-page-hero-panel {
    padding-top: 40px;
  }
  .founder-page-hero-content-col {
    padding: 20px 0;
    align-items: flex-start;
  }
  .founder-page-hero-photo-col {
    min-height: 0;
    margin-top: 40px;
  }
  .founder-page-hero-rainbow-wrap {
    width: 100%;
    height: 260px;
  }
  .award-hero-panel {
    padding: 80px 40px;
    padding-top: 110px;
  }
  .award-hero-rainbow-wrap {
    width: 100%;
    height: 280px;
  }
  .award-sections-panel {
    padding: 60px 50px;
    gap: 60px;
  }
  .award-quote-panel-gradient {
    padding: 60px 40px 0;
  }
  .award-quote-panel-gradient .row {
    flex-direction: column-reverse;
  }
  .award-quote-photo {
    margin-top: 30px;
    margin-bottom: 0;
    margin-inline-start: -40px;
  }
  .award-process-panel {
    padding: 60px 40px;
  }
  .award-process-steps-line {
    top: calc(20px + 3.2rem + 20px + 20px + 20px);
  }
  .award-committee-members-col {
    border-inline-start: 0;
    padding-inline-start: 15px;
    margin-top: 30px;
  }
  .award-featured-winner-card {
    padding: 30px 0 30px 30px;
  }
  .award-featured-winner-photo {
    margin-top: -30px;
    margin-bottom: -30px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .text-110 {
    font-size: 2.4rem;
    line-height: 2.3rem;
  }
  h1, .text-80 {
    font-size: 2.4rem;
    line-height: 2.3rem;
  }
  .text-90 {
    font-size: 2.1rem;
    line-height: 2rem;
  }
  .text-70 {
    font-size: 1.8rem;
    line-height: 1.9rem;
  }
  .text-50 {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
  .text-30 {
    font-size: 1.3rem;
    line-height: 1.55rem;
  }
  .award-content-block-bullet {
    margin-top: 2px;
  }
  .container {
    max-width: 100%;
  }
  .site-header {
    top: -5px;
  }
  .homepage-wrapper section.hero-section {
    min-height: 0;
  }
  .homepage-wrapper section {
    padding-block: 50px;
  }
  .homepage-wrapper section.hero-section {
    padding: 7px;
  }
  .hero-panel .hero-content {
    padding: 200px 0px 40px;
  }
  .partners-logo-grid-box {
    padding: 20px;
  }
  .partners-logo-grid {
    gap: 12px;
    justify-content: flex-start;
  }
  .partners-logo-tile {
    width: calc((100% - 24px) / 3);
    height: auto;
    aspect-ratio: 1/1;
  }
  .partners-logo-tile img {
    max-width: 80%;
    max-height: 80%;
  }
  .pillar-card .pillar-dot {
    display: none;
  }
  .pillar-card .pillar-expand {
    display: block !important;
  }
  .pillar-card .pillar-dome--1 {
    opacity: 0.45;
    transform: translate(-50%, 50%);
  }
  .pillar-card .pillar-dome--2 {
    opacity: 0.55;
    transform: translate(-50%, 60%);
  }
  .pillar-card .pillar-dome--3 {
    opacity: 0.7;
    transform: translate(-50%, 70%);
  }
  .activity-card {
    margin-inline-start: 0;
    padding: 30px;
  }
  .footer-cta {
    padding: 40px 10px;
  }
  .footer-cta-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 40px;
  }
  .footer-cta-top .footer-cta-logo {
    width: 140px;
  }
  .footer-cta-content {
    width: 100%;
  }
  .rights-credit {
    justify-content: center;
    text-align: center;
  }
  :root {
    --header-padding: 90px;
  }
  .about-wrapper section {
    padding-block: 40px;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .about-hero-section .intro-title {
    position: relative;
    bottom: auto;
    margin-top: -20px;
  }
  .intro-title {
    bottom: -15px;
    inset-inline-start: 15px;
    padding: 12px 20px;
  }
  .principles-section .principle-card {
    padding: 25px;
  }
  .founder-section .founder-panel {
    padding-top: 70px;
  }
  .founder-section .founder-content-col {
    padding: 15px 15px;
  }
  .founder-section .founder-photo-col {
    height: 300px;
  }
  .founder-section .founder-photo {
    inset: -50px 0 0 0;
  }
  .values-section .value-card {
    padding: 30px 25px;
  }
  .values-section .values-title {
    bottom: 15px;
  }
  .zones-section {
    padding-top: 60px !important;
  }
  .zones-section .zones-badge {
    top: -30px;
    padding: 10px 20px;
  }
  .zones-section .zones-list {
    justify-content: center;
    text-align: center;
  }
  .zones-section .zones-item {
    min-width: 100%;
  }
  .awards-section .award-body {
    padding: 12px;
  }
  .projects-filter-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
  }
  .projects-filter-bar .filter-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  .projects-filter-bar .filter-pills {
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .projects-filter-bar .filter-pills::-webkit-scrollbar {
    display: none;
  }
  .projects-filter-bar .filter-dropdown,
  .projects-filter-bar .filter-dropdown-trigger {
    width: 100%;
  }
  .section-nav {
    flex-wrap: wrap;
  }
  .project-hero-intro {
    padding: 24px;
  }
  .project-partner-tile {
    width: 70px;
    height: 70px;
  }
  .project-back-cta {
    flex-direction: column;
    gap: 15px;
    padding: 30px 20px;
  }
  .project-back-cta .project-back-line {
    display: none;
  }
  .founder-page-hero-photo {
    inset: 0;
    position: relative;
    border-radius: 0 0 10px 10px;
  }
  .founder-page-hero-photo img {
    border-radius: 0 0 10px 10px;
  }
  .founder-page-hero-rainbow--1 {
    background: rgba(211, 179, 123, 0.06);
  }
  .founder-page-hero-rainbow--2 {
    background: rgba(211, 179, 123, 0.1);
  }
  .founder-page-hero-rainbow--3 {
    background: rgba(211, 179, 123, 0.16);
  }
  .founder-page-hero-rainbow--4 {
    background: rgba(211, 179, 123, 0.24);
  }
  .founder-page-hero-rainbow-wrap {
    height: 180px;
  }
  .founder-investing-rainbow-wrap {
    opacity: 0.3;
    top: 200px;
  }
  .founder-page-hero-content-col {
    padding: 20px 20px 0;
  }
  .founder-story-text-col {
    padding: 30px 25px;
  }
  .founder-page-quote-card {
    padding: 60px 25px 30px;
  }
  .founder-page-quote-icon {
    top: -20px;
    inset-inline-start: 20px;
    width: 100px;
  }
  .award-hero-panel {
    padding: 70px 20px;
    padding-top: 90px;
  }
  .award-hero-badge {
    top: 15px;
    right: 15px;
    width: 110px;
    padding: 8px;
    border-radius: 6px;
  }
  .award-hero-rainbow-wrap {
    height: 200px;
  }
  .award-status-banner {
    margin-top: -35.5px;
  }
  .award-about-section {
    padding-block: 30px 40px;
  }
  .award-sections-panel {
    padding: 40px 20px;
    gap: 50px;
  }
  .award-section-header {
    flex-wrap: wrap;
  }
  .award-section-heading {
    white-space: normal;
  }
  .award-section-divider {
    flex-basis: 100%;
  }
  .award-quote-panel-gradient {
    padding: 50px 20px 0;
  }
  .award-quote-panel-gradient .quotes {
    width: 120px;
    height: auto;
  }
  .award-process-panel {
    padding: 40px 20px;
    gap: 40px;
  }
  .award-process-image img {
    aspect-ratio: 4/2;
  }
  .award-quote-photo {
    margin-bottom: 0;
    margin-inline-start: -20px;
  }
  .award-process-steps {
    gap: 10px;
  }
  .award-process-step-number {
    padding: 12px 18px;
  }
  .award-process-step-dot {
    width: 24px;
    height: 24px;
    margin-top: -30px;
    z-index: 5;
  }
  .award-process-steps-line {
    top: calc(12px + 2.3rem + 12px + 20px - 30px + 12px);
  }
  .award-honoree-card {
    padding-top: 20px;
    padding-inline-start: 20px;
  }
  .award-honoree-photo {
    margin-top: -20px;
    margin-right: -20px;
  }
  .award-honoree-card-content {
    padding: 16px 60px 16px 16px;
    margin-right: -40px;
    min-height: 200px;
  }
  .team-popup-close {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .team-popup-close img {
    width: 15px;
    height: 15px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
@media only screen and (max-width: 576px) {
  .award-process-steps {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .award-process-steps-line {
    display: none;
  }
  .award-featured-winner-card {
    flex-direction: column;
    padding: 20px;
    margin-top: 50px;
    margin-right: 0;
  }
  .award-featured-winner-photo {
    width: 100%;
    margin: -70px 0 20px;
  }
  .award-featured-winner-body {
    padding-inline-start: 0;
    width: 100%;
  }
} /* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .founder-section .founder-photo-col {
    height: 240px;
  }
  .principles-section .principle-card,
  .values-section .value-card,
  .zones-section .zones-card {
    padding-inline: 20px;
  }
  .partners-logo-grid-box {
    padding: 15px;
  }
  .partners-logo-tile {
    width: calc((100% - 12px) / 2);
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */