:root {
  color-scheme: only light;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  font-size: 1.9rem;
  line-height: 1;
  margin: 0 1rem 10rem 1rem;
}
@media (min-width: 1024px) {
  body {
    margin: 0 4rem 12rem 4rem;
    font-size: 2.4rem;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

figure {
  margin: 0;
}

figure img {
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.block-system-branding-block {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: left;
  position: absolute;
  margin: 0;
  top: 2rem;
  left: 1rem;
  z-index: 100;
}
@media (min-width: 1024px) {
  .block-system-branding-block {
    left: 0rem;
    top: 2.8rem;
    width: 32.7rem;
    height: 8.7rem;
  }
}

h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  h1 {
    margin: 10rem 0 5rem 10rem;
    font-size: 6rem;
  }
}

.lang-fr h2:before {
  background-color: #999999;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 3.8rem;
  }
}

h1 + h2 {
  margin-top: 0.5em;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
  margin-bottom: 0.5em;
}

ul.bullets li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0.1em;
  /*&:before {
    content: "";
    display: block;
    width: 0.8em;
    height: 0.8em;
    background-color: #000;
    border-radius: 50%;
    float: left;
    margin-left: -1.5em;
    margin-top: 0.3em;
  }*/
}

p {
  margin: 0 0 0.5em 0;
}
p strong {
  font-weight: 600;
}

section.paragraph.paragraph--style--right_offset,
.right-offset {
  margin-left: 4rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--right_offset,
  .right-offset {
    margin-left: 12%;
    max-width: 75%;
  }
}

.bm {
  margin-bottom: 1.2em;
}
@media (min-width: 1024px) {
  .bm {
    margin-bottom: 1.5rem;
  }
}

section.paragraph {
  margin-bottom: 5rem;
  max-width: 60rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  section.paragraph {
    max-width: none;
    margin-bottom: 8rem;
  }
}
section.paragraph h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  section.paragraph h2 {
    margin: 10rem 0 5rem 10rem;
    font-size: 6rem;
  }
}
section.paragraph p {
  text-indent: 8rem;
}
section.paragraph p.no-indent {
  text-indent: 0;
}
section.paragraph .body .field p:first-child,
section.paragraph .body p:first-child {
  text-indent: 0;
}
section.paragraph h2 + p {
  text-indent: 0;
}

section.paragraph.paragraph--style--2cols_title_body h2 {
  font-size: 2.4rem;
  line-height: 1.1;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--2cols_title_body h2 {
    font-size: 3.8rem;
    margin: 0;
  }
}
@media (max-width: 1023px) {
  section.paragraph.paragraph--style--2cols_title_body .body {
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--2cols_title_body {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  section.paragraph.paragraph--style--2cols_title_body h2 {
    margin-top: 0;
  }
  section.paragraph.paragraph--style--2cols_title_body p:first-child {
    text-indent: 0;
  }
}

.subsection .subsection-content > p:first-child {
  text-indent: 0;
}
@media (max-width: 1023px) {
  .subsection .subsection-content {
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .subsection {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    margin-bottom: 6rem;
  }
  .subsection h3 {
    margin-top: 0;
  }
  .subsection p:first-child {
    text-indent: 0;
  }
}

section.approach {
  margin-right: 0;
  max-width: 110rem;
}

section.paragraph.paragraph--style--lead p,
.lead {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.05;
  text-indent: 0;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--lead p,
  .lead {
    font-size: 3.8rem;
    max-width: 75%;
  }
}

section.paragraph.paragraph--style--lead h2,
section.paragraph.paragraph--style--lead_centered h2 {
  max-width: 75%;
}

section.paragraph.paragraph--style--lead_centered p {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.05;
  text-indent: 0;
  max-width: 90%;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--lead_centered p {
    font-size: 3.8rem;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 10rem;
  }
}
section.paragraph.paragraph--style--lead_centered p:has(+ p) {
  margin-bottom: 0.3em;
}

section.vision {
  max-width: 100%;
  margin-right: 0;
}

figure.column-width-reframe.picture-mission-2 {
  margin: 3.5rem 0;
  aspect-ratio: 35/27;
}
@media (min-width: 1024px) {
  figure.column-width-reframe.picture-mission-2 {
    position: relative;
    left: 15%;
    margin: 3.5rem 0 5rem 0;
    aspect-ratio: auto;
  }
}

blockquote .source {
  font-size: 50%;
  line-height: 1.2;
  margin-top: 0.5em !important;
}

.path-user .layout-content {
  padding-top: 20rem;
}
@media (min-width: 1024px) {
  .path-user .layout-content {
    padding-top: 30rem;
  }
}

.layout-content > article {
  padding-top: 20rem;
}
@media (min-width: 1024px) {
  .layout-content > article {
    padding-top: 30rem;
  }
}

.layout-content > article.node--has-view-hero {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .layout-content > article.node--has-view-hero {
    padding-top: 0;
  }
}

.layout-container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.site-main {
  margin: 0 auto;
}

.paragraph.paragraph--type--image {
  margin-top: 3.5rem;
  margin-bottom: 5rem;
}

.paragraph--style--full_width figure,
figure.full-width {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  width: calc(100% + 2rem);
}
.paragraph--style--full_width figure img,
figure.full-width img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .paragraph--style--full_width figure img,
  figure.full-width img {
    aspect-ratio: 10/11;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1024px) {
  .paragraph--style--full_width figure,
  figure.full-width {
    margin-left: -4rem;
    margin-right: -4rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
    width: calc(100% + 8rem);
  }
}

figure.field--name-field-featured-image {
  margin-top: 0;
  margin-bottom: 4.5rem;
  height: 95vh;
  height: 100dvh;
}
@media (min-width: 1024px) {
  figure.field--name-field-featured-image {
    margin-bottom: 10rem;
    max-height: 66vw;
  }
}
figure.field--name-field-featured-image img {
  height: 100%;
  object-fit: cover;
}

.site-header figure.full-width {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph--style--column_width_reframe,
figure.column-width-reframe {
  margin: 8rem 0;
  padding: 0 2rem;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .paragraph--style--column_width_reframe,
  figure.column-width-reframe {
    margin-top: 10rem;
    margin-bottom: 10rem;
    width: 100%;
  }
}
.paragraph--style--column_width_reframe img,
figure.column-width-reframe img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1023px) {
  .paragraph--style--column_width_reframe img,
  figure.column-width-reframe img {
    aspect-ratio: 10/11;
    object-fit: cover;
    height: 100%;
  }
}

.paragraph--style--right_aligned {
  margin-left: 6rem;
}
@media (min-width: 1024px) {
  .paragraph--style--right_aligned {
    margin-left: 20%;
  }
}
.paragraph--style--right_aligned figure {
  margin: 3.5rem 0;
}
@media (min-width: 1024px) {
  .paragraph--style--right_aligned figure {
    position: relative;
    margin: 3.5rem 0 5rem 0;
    aspect-ratio: auto;
  }
}
.paragraph--style--right_aligned img {
  width: 100%;
  height: auto;
}

.paragraph--style--centered figure {
  aspect-ratio: auto;
  margin: 3.5rem 3rem;
}
@media (min-width: 1024px) {
  .paragraph--style--centered figure {
    margin: 3.5rem 20% 5rem 10%;
  }
}
.paragraph--style--centered figure img {
  width: 100%;
  height: auto;
}

.paragraph--style--lead + .paragraph--type--image.paragraph--style--right_aligned {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {
  .paragraph--style--lead + .paragraph--type--image.paragraph--style--right_aligned {
    margin-bottom: 5rem;
  }
}

figure.hover-caption {
  position: relative;
}
figure.hover-caption .caption-toggle {
  display: block;
  border: 0 none;
  background: transparent url(../images/caption.svg) no-repeat center center;
  background-size: 2.2rem 2.2rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 3rem;
  bottom: 1rem;
}
@media (min-width: 1024px) {
  figure.hover-caption .caption-toggle {
    background-size: 3rem 3rem;
    width: 4rem;
    height: 4rem;
  }
}
figure.hover-caption figcaption {
  position: absolute;
  right: 3rem;
  bottom: 1rem;
  z-index: 100;
  max-width: 28rem;
  padding: 1rem;
  border-radius: 1.5rem;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s visibility, 0.3s opacity;
  font-size: 1.1rem;
}
figure.hover-caption.show-caption .caption-toggle {
  display: none;
}
figure.hover-caption.show-caption figcaption {
  visibility: visible;
  opacity: 1;
}

.home .page-title,
.path-frontpage .page-title {
  display: none;
}
.home .full-width.hero,
.path-frontpage .full-width.hero {
  margin-bottom: 4.5rem;
}
.home section,
.path-frontpage section {
  max-width: none;
  margin-right: 0;
}
.home p,
.path-frontpage p {
  text-indent: 0;
  margin: 0;
}

section.paragraph.paragraph--type--text-over-image {
  position: relative;
}
section.paragraph.paragraph--type--text-over-image .field--name-field-title, section.paragraph.paragraph--type--text-over-image .field--name-field-body {
  position: absolute;
  color: #ffffff;
}
section.paragraph.paragraph--type--text-over-image .field--name-field-title p, section.paragraph.paragraph--type--text-over-image .field--name-field-body p {
  text-indent: 0;
}
section.paragraph.paragraph--type--text-over-image .field--name-field-title {
  top: 1.4rem;
  left: 1.1rem;
  width: 80%;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--type--text-over-image .field--name-field-title {
    top: 2rem;
    left: 8rem;
    width: 75%;
    font-size: 6rem;
    line-height: 6rem;
  }
}
section.paragraph.paragraph--type--text-over-image .field--name-field-body {
  bottom: 0;
  right: 1.1rem;
  bottom: 5.6rem;
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: bold;
  margin-left: 5.7rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--type--text-over-image .field--name-field-body {
    bottom: 14rem;
    right: 5rem;
    margin-left: 25%;
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
section.paragraph.paragraph--type--text-over-image .field--name-field-body .text {
  display: block;
  position: relative;
  z-index: 10;
}
section.paragraph.paragraph--type--text-over-image .body-bg {
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: linear-gradient(0deg, rgba(84, 84, 84, 0.5647058824) 0%, rgba(0, 0, 0, 0) 100%);
  blend-mode: multiply;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--type--text-over-image .body-bg {
    height: 65%;
  }
}

section.paragraph.paragraph--type--text-over-image:has(+ section.cta-menu-section) figure {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--type--text-over-image:has(+ section.cta-menu-section) figure {
    margin-bottom: 10rem;
  }
}

section.paragraph.paragraph--style--home_p1 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p1 {
    font-size: 6rem;
    line-height: 6rem;
  }
}

section.paragraph.paragraph--style--home_p1, section.paragraph.paragraph--style--home_p3, section.paragraph.paragraph--style--home_p5 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p1, section.paragraph.paragraph--style--home_p3, section.paragraph.paragraph--style--home_p5 {
    font-size: 6rem;
    line-height: 6rem;
  }
}
section.paragraph.paragraph--style--home_p1 + .paragraph--style--column_width_reframe, section.paragraph.paragraph--style--home_p3 + .paragraph--style--column_width_reframe, section.paragraph.paragraph--style--home_p5 + .paragraph--style--column_width_reframe {
  margin-top: 3rem;
}
section.paragraph.paragraph--style--home_p2, section.paragraph.paragraph--style--home_p4, section.paragraph.paragraph--style--home_p6 {
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-weight: bold;
  margin-left: 5.7rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p2, section.paragraph.paragraph--style--home_p4, section.paragraph.paragraph--style--home_p6 {
    font-size: 3.8rem;
    line-height: 4rem;
  }
}
section.paragraph.paragraph--style--home_p1 {
  margin-top: 4.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p1 {
    margin: 10rem 20% 3rem 4rem;
  }
}
section.paragraph .picture1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  section.paragraph .picture1 {
    margin: 3rem 0 3rem 0;
    padding: 0 5rem 0 4rem;
  }
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p2 {
    margin: 3rem auto 4rem auto;
    width: 80%;
  }
}
section.paragraph.paragraph--style--home_p2bis {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-left: 0;
  max-width: 80%;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p2bis {
    font-size: 2.4rem;
    margin: 3rem 12% 13rem 25%;
  }
}
section.paragraph .picture2 {
  margin-top: 9rem;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  section.paragraph .picture2 {
    margin-bottom: 10rem;
  }
}
@media (max-width: 1023px) {
  section.paragraph figure.full-width.picture2 img {
    aspect-ratio: 3/4;
  }
}
section.paragraph.paragraph--style--home_p5, section.paragraph.paragraph--style--home_p6 {
  color: #5AA29B;
}
section.paragraph .cta-menu-1 {
  margin-bottom: 7.5rem;
}
section.paragraph.paragraph--style--home_p5 {
  width: 90%;
  margin-top: 8rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p5 {
    width: 80%;
    margin: 10rem 0 2rem 10rem;
  }
}
section.paragraph.paragraph--style--home_p6 {
  margin-left: 30%;
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--home_p6 {
    margin: 0 8rem 9rem 50%;
  }
}
section.paragraph .cta-menu-2 {
  margin-top: 9rem;
}

section.paragraph.paragraph--style--home_p1 p, section.paragraph.paragraph--style--home_p3 p, section.paragraph.paragraph--style--home_p5 p, section.paragraph.paragraph--style--home_p2 p, section.paragraph.paragraph--style--home_p4 p, section.paragraph.paragraph--style--home_p6 p, section.paragraph.paragraph--style--home_p2bis p {
  text-indent: 0;
}

.cta-menu-section {
  margin: 0 2rem;
}
@media (min-width: 1024px) {
  .cta-menu-section {
    margin: 0;
  }
}
.cta-menu-section .cta-menu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 640px) {
  .cta-menu-section .cta-menu {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .cta-menu-section .cta-menu {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.cta-menu-section .cta-item {
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
  background-color: #eee;
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .cta-menu-section .cta-item {
    font-size: 4.5rem;
  }
}
.cta-menu-section .cta-item a, .cta-menu-section .cta-item .not-a-link {
  color: #ffffff;
  text-decoration: underline;
  display: block;
  position: relative;
}
.cta-menu-section .cta-item .field--name-field-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-decoration: underline;
}
.cta-menu-section .cta-item figure {
  margin: 0;
  padding-top: 75%;
  transition: 0.3s transform, 0.3s filter;
}
.cta-menu-section .cta-item figure img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cta-menu-section .cta-item:hover figure {
  filter: brightness(70%);
}
.cta-menu-section .approach-cta-item .bg-picture {
  background: transparent url(images/012-AD046.CrackdownImmigrantsDMV_DSC04121.jpg) no-repeat center center;
  background-size: cover;
}
.cta-menu-section .mission-cta-item .bg-picture {
  background: transparent url(images/010-045-PBP_India_Widow-Vaishali-3.jpg) no-repeat center center;
  background-size: cover;
}
.cta-menu-section .team-cta-item .bg-picture {
  background: transparent url(images/016-AD051.CrackdownImmigrantsDMV_DSC03913.jpg) no-repeat center center;
  background-size: cover;
}
.cta-menu-section .portfolios-cta-item .bg-picture {
  background: transparent url(images/025-AD082.CrackdownImmigrantsDMV_DSC03649.jpg) no-repeat center center;
  background-size: cover;
}
.cta-menu-section .impact-cta-item .bg-picture {
  background: transparent url(images/008-042-PBP_India_Widow-Manisha-7.jpg) no-repeat center center;
  background-size: cover;
}
.cta-menu-section.cta-menu-style-2_columns {
  margin-left: 0;
  margin-right: 0;
}
.cta-menu-section.cta-menu-style-2_columns .cta-menu figure {
  padding-top: 100%;
}
@media (min-width: 1024px) {
  .cta-menu-section.cta-menu-style-2_columns .cta-menu {
    grid-template-columns: 1fr 1fr;
  }
}

.path-frontpage .cta-menu-section {
  margin: 0 2rem;
}
@media (min-width: 1024px) {
  .path-frontpage .cta-menu-section {
    margin: 0;
  }
}

.photo-slider {
  max-width: 100%;
  position: relative;
  transition: 0.3s background-color, 0.3s position;
  --swiper-theme-color: #999999;
  --swiper-navigation-sides-offset: 0;
  --swiper-navigation-top-offset: 100%;
  --swiper-navigation-sides-offset: -0.8rem;
}
@media (min-width: 1024px) {
  .photo-slider {
    --swiper-navigation-sides-offset: -2rem;
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 0;
  }
}
.photo-slider .swiper-container {
  padding-top: calc(66% + 2em);
}
.photo-slider .swiper {
  position: absolute;
  top: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  height: 100%;
}
@media (min-width: 1024px) {
  .photo-slider .swiper {
    left: 6rem;
    width: calc(100% - 12rem);
  }
}
.photo-slider .swiper figure {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 3em;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .photo-slider .swiper figure {
    padding-bottom: 2em;
  }
}
.photo-slider .swiper figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  min-height: 2em;
  box-sizing: border-box;
  padding-left: 4rem;
  padding-right: 4rem;
}
.photo-slider .swiper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.photo-slider .swiper-button-next,
.photo-slider .swiper-button-prev,
.photo-slider .swiper-button-zoom {
  font-size: 0;
  font-weight: normal;
  color: var(--swiper-theme-color);
  background: transparent none no-repeat center center;
  background-size: 3rem 3rem;
}
.photo-slider .swiper-button-next svg,
.photo-slider .swiper-button-prev svg,
.photo-slider .swiper-button-zoom svg {
  display: none;
}
@media (max-width: 1023px) {
  .photo-slider .swiper-horizontal ~ .swiper-button-next, .photo-slider .swiper-horizontal ~ .swiper-button-prev {
    margin-top: -4rem;
  }
  .photo-slider .swiper-horizontal ~ .swiper-button-zoom {
    margin-top: calc(0px - var(--swiper-navigation-size) / 2 * 4);
  }
}
.photo-slider .swiper-button-next {
  background-image: url(../images/arrow-right.svg);
}
.photo-slider .swiper-button-prev {
  background-image: url(../images/arrow-left.svg);
}
.photo-slider .swiper-button-zoom {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  background: transparent url(../images/zoom.svg) no-repeat center center;
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
  margin-left: 0;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2 * 3);
  top: var(--swiper-navigation-top-offset, 50%);
}

.photo-slider.zoomed {
  position: fixed;
  z-index: 1100;
  margin-bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  color: #000000;
  --swiper-navigation-sides-offset: 2rem;
}
.photo-slider.zoomed .swiper-container {
  padding-top: 100vh;
  padding-top: 100dvh;
}
@media (min-width: 1024px) {
  .photo-slider.zoomed .swiper {
    left: 10rem;
    width: calc(100% - 20rem);
  }
}
.photo-slider.zoomed .swiper-button-zoom {
  background-image: url(../images/cross.svg);
}
@media (max-width: 1023px) {
  .photo-slider.zoomed .swiper-button-zoom {
    top: 2rem;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .photo-slider.zoomed .swiper-button-zoom {
    margin-top: -10rem;
  }
}
.photo-slider.zoomed .swiper-button-next,
.photo-slider.zoomed .swiper-button-prev {
  margin-top: -5rem;
}
.photo-slider.zoomed figcaption {
  padding-bottom: 1em;
}

@media (min-width: 1024px) {
  section.projects p.lead {
    margin: 0 0 5rem 0;
  }
}
@media (min-width: 1024px) {
  section.projects p {
    margin-left: 15%;
    margin-right: 20%;
  }
}

.project-excerpt {
  position: relative;
  overflow: hidden;
}
.project-excerpt header {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  font-size: 4rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .project-excerpt header {
    font-size: 6rem;
  }
}
.project-excerpt header .place {
  color: #ffffff;
  font-size: 2.4rem;
  margin: 0 0 0.3em 1.5em;
  text-indent: 0;
}
@media (min-width: 1024px) {
  .project-excerpt header .place {
    font-size: 3.8rem;
  }
}
.project-excerpt header h2 {
  font-size: 4rem;
  margin: 0;
  color: #AFDCD7;
  line-height: 1;
}
.project-excerpt header h2:before {
  content: none;
}
@media (min-width: 1024px) {
  .project-excerpt header h2 {
    font-size: 6rem;
  }
}
.project-excerpt header h2 a {
  color: #AFDCD7;
}
.project-excerpt header .photographer {
  color: #ffffff;
  line-height: 1;
}
.project-excerpt figure {
  margin: 0;
  height: 0;
  padding-top: 100%;
}
@media (min-width: 1024px) {
  .project-excerpt figure {
    padding-top: 55%;
  }
}
.project-excerpt figure img {
  transition: 0.3s transform, 0.3s filter;
}
.project-excerpt:hover img {
  transform: scale(1.1);
  filter: brightness(70%);
}
.project-excerpt figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .project-excerpt {
    grid-template-columns: 2fr 1fr;
  }
}

.view-projects {
  margin: 0 4rem;
}
@media (min-width: 1024px) {
  .view-projects {
    margin: 0;
  }
}
.view-projects .views-row {
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .view-projects .views-row {
    margin-bottom: 7rem;
  }
}
@media (min-width: 1024px) {
  .view-projects .views-row:nth-child(even) {
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .view-projects .views-row:nth-child(odd) {
    margin-right: 25%;
  }
}

.thumbnail-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.6rem 2.8rem;
}
.thumbnail-grid li {
  list-style-type: none;
  margin: 0;
  transition: 0.3s opacity;
}
.thumbnail-grid li img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  object-fit: contain;
}
.thumbnail-grid li figcaption {
  display: none;
}
.thumbnail-grid .thumbnail-active {
  opacity: 0.33;
}
@media (min-width: 640px) {
  .thumbnail-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .thumbnail-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.project-header {
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .project-header {
    margin-bottom: 7rem;
  }
}
.project-header figure.full-width {
  margin-top: 0;
}
.project-header figure.full-width img {
  max-height: 60vh;
  object-fit: cover;
}
.project-header h1 {
  position: static;
  height: auto;
  width: 100%;
  margin: 0;
  font-size: 5rem;
  font-weight: bold;
  color: #5AA29B;
}
.project-header h1::before {
  content: none;
}
@media (min-width: 1024px) {
  .project-header h1 {
    font-size: 8rem;
  }
}
.project-header h1 .photographer {
  color: #000000;
  display: block;
}
.project-header h1 .place {
  font-size: 3.6rem;
  font-weight: bold;
  margin-left: 4rem;
  margin-bottom: 0.5em;
  color: #000000;
  display: block;
}
@media (min-width: 1024px) {
  .project-header h1 .place {
    font-size: 4.5rem;
    margin-left: 12rem;
  }
}

.photo-slider {
  margin-bottom: 5rem;
}

.project-section strong {
  font-weight: 600;
}
.project-section h2 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.6rem;
  padding-left: 2rem;
}
.project-section h2:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000000;
  border-radius: 0.7rem;
  float: left;
  margin-left: -2rem;
  margin-top: 0.2em;
}
@media (min-width: 1024px) {
  .project-section h2 {
    font-size: 1.8rem;
    float: left;
    width: 20%;
    margin: 0;
  }
}
.project-section p + h2 {
  margin-top: 4rem;
}
@media (min-width: 1024px) {
  .project-section p + h2 {
    margin-top: 5rem;
  }
}
@media (min-width: 1024px) {
  .project-section p.header + h2 {
    margin-top: 0;
  }
}
.project-section p {
  text-indent: 0;
  margin-left: 4rem;
}
@media (min-width: 1024px) {
  .project-section p {
    margin-left: 25%;
    margin-right: 15%;
  }
}
.project-section h2 + p {
  text-indent: 4rem;
}
@media (min-width: 1024px) {
  .project-section h2 + p {
    text-indent: 8rem;
    margin-top: 6rem;
  }
}

article.project,
article.node--type-project {
  padding-top: 14rem;
}
@media (min-width: 1024px) {
  article.project,
  article.node--type-project {
    padding-top: 24rem;
  }
}

section.photos {
  max-width: 100%;
}

article.node--type-project p.header {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.05;
  margin-bottom: 7rem;
  margin-left: 0;
}
@media (min-width: 1024px) {
  article.node--type-project p.header {
    font-size: 3.8rem;
    margin-right: 25%;
    margin-bottom: 10rem;
  }
}
article.node--type-project .donate-shortcut {
  display: none;
}
article.node--type-project section.paragraph.paragraph--style--2cols_title_body {
  margin-right: 15%;
}
@media (min-width: 1024px) {
  article.node--type-project section.paragraph.paragraph--style--2cols_title_body {
    grid-template-columns: 1fr 4fr;
    gap: 2fr;
  }
}
article.node--type-project section.paragraph.paragraph--style--2cols_title_body strong {
  font-weight: 600;
}
article.node--type-project section.paragraph.paragraph--style--2cols_title_body h2 {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.6rem;
  padding-left: 2rem;
}
article.node--type-project section.paragraph.paragraph--style--2cols_title_body h2:before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #000000;
  border-radius: 0.7rem;
  float: left;
  margin-left: -2rem;
  margin-top: 0.2em;
}
@media (min-width: 1024px) {
  article.node--type-project section.paragraph.paragraph--style--2cols_title_body h2 {
    font-size: 1.8rem;
    margin: 0;
  }
}
article.node--type-project section.paragraph.paragraph--style--2cols_title_body p {
  text-indent: 0;
  margin-left: 0;
}

.menu-toggle {
  display: block;
  border: 0 none;
  background: transparent url(../images/burger.svg) no-repeat center center;
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 1rem;
  right: 2rem;
  z-index: 200;
}
@media (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.main-menu-container .menu {
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
  z-index: 110;
}
@media (max-width: 1023px) {
  .main-menu-container .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #ffffff;
    padding: 15rem 2rem 5rem 5rem;
    visibility: hidden;
    opacity: 0;
    transform: translate(100vw, 0);
    transition: 0.3s transform, 0.3s visibility, 0.3s opacity;
  }
  .main-menu-container .menu li {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1024px) {
  .main-menu-container .menu {
    font-size: 2.6rem;
    padding-left: 38rem;
    text-align: right;
    position: absolute;
    background-color: transparent;
  }
  .main-menu-container .menu li {
    display: inline-block;
    margin-right: 3.4rem;
  }
  .main-menu-container .menu li:last-child {
    margin-right: 0;
  }
}
.main-menu-container .site-logo {
  position: absolute;
  margin: 0;
  top: 2rem;
  left: 1rem;
  z-index: 120;
  display: none;
}
@media (min-width: 1024px) {
  .main-menu-container .site-logo {
    display: none;
  }
}
.main-menu-container ul.menu a.is-active {
  color: #C8D1CF;
}
.main-menu-container li {
  list-style-type: none;
}
.main-menu-container a {
  color: #000;
  text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.1607843137);
}
.main-menu-container ul {
  padding: 0;
}
@media (max-width: 1023px) {
  .main-menu-container .donate-menu-item {
    /*position: absolute;
    top: 2rem;
    right: 1rem;*/
    display: none;
  }
}
.main-menu-container .donate-menu-item a {
  color: #000 !important;
  padding: 0 2rem;
}
@media (min-width: 1024px) {
  .main-menu-container .donate-menu-item a {
    font-size: 2.6rem;
  }
}

.main-menu-container.toggled .menu-toggle {
  background-image: url(../images/close.svg);
}
.main-menu-container.toggled .menu {
  visibility: visible;
  transform: none;
  opacity: 1;
}
.main-menu-container.toggled .site-logo {
  display: block;
}

.main-nav-white .site-header .main-menu-container.toggled .menu-toggle {
  background-image: url(../images/close.svg);
}
.main-nav-white .site-header .main-menu-container.toggled .site-logo {
  background-image: url(../images/logo.svg);
}

.menu--social {
  text-align: center;
  margin-top: 4.5rem;
}
.menu--social .menu {
  text-align: center;
}
@media (min-width: 1024px) {
  .menu--social .menu {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .menu--social {
    text-align: left;
    margin-left: 9rem;
    margin-top: 3rem;
  }
}
.menu--social .menu li {
  display: inline-block;
}
.menu--social .menu li a {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 0;
  color: transparent;
}

.social-link-instagram a {
  background: transparent url(../images/instagram.svg) no-repeat center center;
}

.social-link-linkedin a {
  background: transparent url(../images/linkedin.svg) no-repeat center center;
}

.site-header figure {
  margin: 0 -1rem;
}
@media (min-width: 1024px) {
  .site-header figure {
    margin: 0 -4rem;
  }
}
.site-header #block-photobridge-site-branding {
  z-index: 100;
}
@media (min-width: 1024px) {
  .site-header #block-photobridge-site-branding {
    z-index: 120;
  }
}
.site-header .site-name {
  display: none;
}

.project-template .site-header {
  margin-bottom: 0;
}

.header-donate {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 1000;
}

.donate-shortcut {
  position: absolute;
  right: 2rem;
  top: 9.3rem;
  z-index: 90;
}
@media (min-width: 1024px) {
  .donate-shortcut {
    display: none;
  }
}

@media (min-width: 1024px) {
  .main-nav-white .site-header nav a {
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
}
.main-nav-white .site-header .menu-toggle {
  background-image: url(../images/burger-white.svg);
}
.main-nav-white .site-header .site-logo {
  background-image: url(../images/logo-white.svg);
}
.main-nav-white .site-header.scrolled .menu-toggle {
  background-image: url(../images/burger.svg);
}
.main-nav-white .site-header.scrolled h1 .logo {
  background-image: url(../images/logo.svg);
}

.site-logo {
  display: block;
  width: 23.2rem;
  height: 6.1rem;
  background: transparent url(../images/logo.svg) no-repeat left center;
  background-size: 100% 100%;
}
.site-logo img {
  visibility: hidden;
}
@media (min-width: 1024px) {
  .site-logo {
    width: 32.7rem;
    height: 8.7rem;
  }
}

.site-footer .region-footer {
  margin: 12rem 0 4rem 0;
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1fr);
}
.site-footer .region-footer #block-photobridge-footercontacts {
  margin-left: 0;
}
.site-footer .region-footer #block-photobridge-footercontacts li {
  margin-bottom: 0.3em;
}
@media (min-width: 1024px) {
  .site-footer .region-footer {
    margin: 20rem 0 5rem 0;
    grid-template-columns: 5fr minmax(0, 6fr) 1fr;
  }
  .site-footer .region-footer h3 {
    margin-top: 0;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.3em;
  }
  .site-footer .region-footer .contact {
    margin-left: 0;
  }
}
.site-footer .region-footer .footer-logo .site-logo {
  margin: 0 auto 2rem auto;
  width: 22.6rem;
  height: 6rem;
}
@media (min-width: 1024px) {
  .site-footer .region-footer .footer-logo .site-logo {
    margin-left: 0;
    width: 32.6rem;
    height: 8.6rem;
  }
}
.site-footer .region-footer #block-photobridge-social {
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer .region-footer #block-photobridge-candidblock {
    text-align: right;
  }
}
.site-footer .region-footer .candid img {
  width: 9rem;
  height: 9rem;
}

#block-photobridge-footercontacts {
  font-size: 2rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  #block-photobridge-footercontacts {
    font-size: 2.8rem;
    margin-left: 10rem;
  }
}
#block-photobridge-footercontacts h3 {
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 0.3em;
}

.truncate-email {
  word-break: break-all;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.gb-signup-container {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.2s visibility, 0.2s opacity;
}
.gb-signup-container.active {
  opacity: 1;
  visibility: visible;
}
.gb-signup-container .gb-signup-wrapper {
  position: absolute;
  width: 100%;
  max-width: 40rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 2rem;
}
.gb-signup-container .gb-signup-close-button {
  background: transparent url(../images/cross.svg) no-repeat center center;
  background-size: 3rem 3rem;
  border: 0 none;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

body .klaro {
  --border-radius: 0;
  --font-family: "Poppins", sans-serif;
  --title-font-family: "Poppins", sans-serif;
  --klaro-button-border-radius: 24px;
  --klaro-button-bg: #84D0C8;
  --klaro-button-border: 3px solid #84D0C8;
  --klaro-button-font-weight: bold;
  --klaro-button-text-color: #000000;
  --klaro-slider-bg-required: #000000;
  --klaro-slider-bg-active: #5AA29B;
}

section {
  margin-bottom: 5rem;
  max-width: 60rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  section {
    max-width: none;
    margin-bottom: 8rem;
  }
}
section p {
  text-indent: 8rem;
}
section p.no-indent {
  text-indent: 0;
}
section h3 + p {
  text-indent: 0;
}

@media (min-width: 1024px) {
  .mission .lead {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .mission {
    max-width: 75%;
  }
}

/*
.lang-en {
  margin-right: 3rem;
  @include mixins.lg {
    margin-right: 25%;
  }
}

.lang-fr {
  color: #999999;
  //line-height: 1.3;
  margin-left: 3em;
  @include mixins.lg {
    margin-left: 25%;
  }
}
*/
.approach li {
  text-indent: 2em;
}

.leadership .lead {
  max-width: 90%;
  margin-bottom: 5rem;
}
@media (min-width: 1024px) {
  .leadership .lead {
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 10rem;
  }
}

section.donate h1 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.1;
  position: static;
  margin-bottom: 4rem;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 1024px) {
  section.donate h1 {
    font-size: 6rem;
    margin-left: 10%;
    margin-right: 15%;
    margin-bottom: 5rem;
  }
}
section.donate .lead {
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  section.donate .lead {
    margin-left: 17%;
    margin-right: 10%;
    margin-bottom: 4.5rem;
  }
}
section.donate h3 {
  margin-left: 0;
}
section.donate .donate-picture-1 {
  aspect-ratio: 9/7;
  width: calc(100% - 3rem);
  position: relative;
  left: 3rem;
}
@media (min-width: 1024px) {
  section.donate .donate-picture-1 {
    aspect-ratio: auto;
    left: 8%;
    width: 70%;
  }
  section.donate .donate-picture-1 img {
    aspect-ratio: 16/10;
  }
}

.donate-button,
.donate-menu-item a {
  display: inline-block;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  background-color: #84D0C8;
  color: #000000;
  text-decoration: none;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  text-align: center;
  padding: 0 1rem;
  max-width: 38rem;
}
@media (min-width: 1024px) {
  .donate-button,
  .donate-menu-item a {
    width: auto;
    font-size: 2.6rem;
  }
}

.donate-buttons div {
  display: inline-block;
  margin-right: 6rem;
}

section.paragraph.paragraph--style--small,
section.legal {
  margin-top: 3em;
  font-size: 1.6rem;
}
section.paragraph.paragraph--style--small h3,
section.legal h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 0;
}
@media (min-width: 1024px) {
  section.paragraph.paragraph--style--small,
  section.legal {
    font-size: 1.9rem;
    max-width: 80%;
  }
  section.paragraph.paragraph--style--small h3,
  section.legal h3 {
    font-size: 1.9rem;
  }
}
section.paragraph.paragraph--style--small p,
section.legal p {
  text-indent: 0;
}

.donate-form {
  display: inline-grid;
  justify-items: center;
  align-content: start;
  gap: 0.5rem;
}
.donate-form input[type=submit] {
  cursor: pointer;
  display: inline-block;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  border: none 0;
  background-color: #84D0C8;
  height: 4rem;
  line-height: 4rem;
  border-radius: 2rem;
  text-align: center;
  padding: 0 2rem;
  max-width: 38rem;
}
@media (min-width: 1024px) {
  .donate-form input[type=submit] {
    width: auto;
  }
}

.donate-powered-by {
  font-size: 0.75rem;
}
.donate-powered-by img {
  height: 0.875rem;
  vertical-align: middle;
}

/*# sourceMappingURL=theme.css.map */
