html { scroll-behavior: smooth; }

@font-face {
  font-family: Kglifeismessy;
  src: url('../fonts/KGLifeisMessy.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Light.ttf') format("truetype"), url('../fonts/ClashGrotesk-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Extralight.ttf') format("truetype"), url('../fonts/ClashGrotesk-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format("truetype"), url('../fonts/ClashGrotesk-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Medium.ttf') format("truetype"), url('../fonts/ClashGrotesk-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk Variable;
  src: url('../fonts/ClashGrotesk-Variable.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Next Lt Pro;
  src: url('../fonts/Avenir-Next-LT-Pro-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenir Next Lt Pro Demi;
  src: url('../fonts/Avenir-Next-LT-Pro-Demi.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Nexa;
  src: url('../fonts/Nexa-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Clashgrotesk;
  src: url('../fonts/ClashGrotesk-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Begum;
  src: url('../fonts/fonnts.com-Begum-.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Begum;
  src: url('../fonts/fonnts.com-Begum-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Begum;
  src: url('../fonts/fonnts.com-Begum-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Begum;
  src: url('../fonts/fonnts.com-Begum-Semibold-.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.block-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custom-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.custom-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.custom-checkbox__box {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.custom-checkbox__box--styled {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.custom-checkbox:has(input:checked) .custom-checkbox__box--styled {
  background-color: #3898ec;
  background-image: url('../images/custom-checkbox-checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.custom-checkbox:has(input:focus) .custom-checkbox__box--styled {
  box-shadow: 0 0 3px 1px #3898ec;
}

.layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hflex-row {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .block-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .block-container {
    max-width: none;
  }
}

.hero {
  opacity: 1;
  background-image: url('../images/6dddf315-sessao-1-lp-gf_10000001130ep00w000028.webp');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 40px 80px 60px;
}

.hero__header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.hero__logo-bazar {
  width: 180px;
  margin-bottom: 10px;
}

.hero__description {
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.hero__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  transition: opacity .2s;
  display: flex;
}

.hero__content-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #59186f;
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  height: auto;
  margin-left: 0;
  padding: 30px 40px;
  display: flex;
}

.hero__content-title {
  color: #e6e6e6;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.field-label, .field-label-2 {
  color: #e6e6e6;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  border-radius: 6px;
}

.submit-button {
  cursor: pointer;
  background-color: #e86809;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  transition: background-color .2s ease-in-out;
}

.submit-button:hover {
  background-color: #b64f02;
}

.hero__content-image {
  border-radius: 8px;
  align-self: auto;
  max-width: 47%;
  max-height: 100%;
}

.checkbox-label {
  color: #e6e6e6;
  font-family: Avenir Next Lt Pro, sans-serif;
}

.checkbox {
  cursor: pointer;
}

.checkbox:hover {
  border: 1px solid #85469b;
}

.checkbox-field {
  cursor: pointer;
}

.donation-schedule {
  opacity: 1;
  background-color: #222;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  display: none;
}

.donation-path__title {
  color: #e6e6e6;
  margin-bottom: 50px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 32px;
  line-height: 45px;
  display: block;
}

.donation-path__path {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.donation-path__path-item {
  background-color: #ffb800;
  border: 3px solid #0000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 390px;
  min-width: auto;
  max-width: none;
  min-height: 310px;
  padding: 20px;
  font-family: Avenir Next Lt Pro, sans-serif;
  transition: all .2s ease-in-out;
  display: flex;
}

.donation-path__path-item:hover {
  border-color: #ffe6a4;
  transform: scale(1.01);
}

.donation-path__path-icon {
  max-width: 80px;
}

.donation-path__path-title {
  margin-bottom: 20px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.donation-path__path-description {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

.donation-path__path-footer {
  text-align: center;
  font-size: 14px;
}

.bold-text {
  font-weight: 400;
}

.button {
  cursor: pointer;
  background-color: #e86809;
  border-radius: 6px;
  align-self: center;
  margin-top: 40px;
  padding: 15px 50px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
  transition: background-color .2s ease-in-out;
}

.button:hover {
  background-color: #b64f02;
}

.div-block {
  border: 1px solid #000;
  flex: 0 auto;
  align-self: center;
  width: auto;
  height: 50px;
  min-height: auto;
}

.hero__text {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  text-align: center;
  text-shadow: 1px 1px 8px #0003;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 45px;
  line-height: 60px;
  display: flex;
}

.paragraph {
  min-width: 340px;
  margin-bottom: 0;
}

.hero__text-part {
  margin-bottom: 0;
}

.hero__text-part.hero__text-part--highlight {
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-3 {
  margin-bottom: 0;
}

.bold-text-2 {
  width: auto;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 20px;
}

.hero__paragraph {
  text-align: center;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 0;
}

.hero__gif {
  width: 90px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.donation-button {
  color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  background-color: #21ca53;
  border-radius: 8px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.donation-button:hover {
  background-color: #19a844;
  transform: scale(1.01);
}

.info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.info__card {
  background-color: #89509f;
  border-radius: 10px;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  box-shadow: 1px 2px 11px 3px #0003;
}

.info__card-title {
  color: #ed8100;
  text-align: center;
  word-break: normal;
  width: 80%;
  font-family: Kglifeismessy, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.info__card-header {
  color: #ffab47;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Kglifeismessy, sans-serif;
  font-size: 28px;
  overflow: visible;
}

.info__card-text {
  color: #e6e6e6;
  margin-bottom: 20px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.info__card-text--bold, .bold-text-4 {
  color: #e2b37b;
}

.info__card-images {
  flex-wrap: wrap;
  place-content: space-between space-around;
  align-items: center;
  display: flex;
}

.info__card-image {
  transition: all .3s ease-in-out;
}

.info__card-image:hover {
  transform: scale(1.02);
}

.info__heading {
  width: 40%;
  margin-bottom: 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 26px;
}

.info__heading--bold {
  color: #89509f;
}

.info__video {
  background-color: #222;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px;
}

.donation-schedule__heading {
  color: #e6e6e6;
  text-align: center;
  font-family: Kglifeismessy, sans-serif;
}

.donation-schedule__heading--bold {
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: italic;
}

.donation-schedule__pathing {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.donation-schedule__pathing-item {
  border: 1px solid #89509f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: 200px;
  height: 320px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.donation-reasons {
  background-image: url('../images/76cdfa91-background-sessao-3-2x_11hc14a1hc0p4000000028.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.donation-reasons__heading {
  text-align: center;
  width: 70%;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 28px;
}

.donation-reasons__heading--bold {
  color: #89509f;
}

.donation-reasons__reasons {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.donation-reasons__reasons-first {
  background-image: url('../images/blue.webp');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 280px;
  height: 18vw;
  max-height: 280px;
  margin-top: 56px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease-in-out;
  display: flex;
}

.donation-reasons__reasons-first:hover {
  transform: scale(1.02);
}

.donation-reasons__reasons-second {
  text-align: center;
  background-image: url('../images/purple.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 280px;
  height: 21.7vw;
  max-height: 337px;
  transition: all .3s ease-in-out;
  display: flex;
}

.donation-reasons__reasons-second:hover {
  transform: scale(1.02);
}

.donation-reasons__reasons-third {
  background-image: url('../images/orange.webp');
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 280px;
  height: 18vw;
  max-height: 280px;
  margin-top: 56px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease-in-out;
  display: flex;
}

.donation-reasons__reasons-third:hover {
  transform: scale(1.02);
}

.donation-reasons__reasons-fourth {
  background-image: url('../images/yellow.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 280px;
  height: 18vw;
  max-height: 280px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s ease-in-out;
  display: flex;
}

.donation-reasons__reasons-fourth:hover {
  transform: scale(1.02);
}

.donation-reasons__reasons-first-text {
  text-align: center;
  padding-top: 5vw;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  line-height: 14px;
}

.donation-reasons__reasons-first-text--bold {
  color: #218ec5;
}

.donation-reasons__reasons-second-image {
  width: 100%;
  max-width: none;
  position: relative;
  bottom: 20%;
  overflow: visible;
}

.donation-reasons__reasons-second-text {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 90px 30px 10px;
  padding-top: 1vw;
  padding-bottom: 10px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  line-height: 14px;
  display: flex;
  position: static;
  top: -160px;
}

.donation-reasons__reasons-second-text--bold {
  color: #681274;
}

.donation-reasons__reasons-third-text {
  text-align: center;
  padding-top: 3.5vw;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  line-height: 14px;
}

.donation-reasons__reasons-third-text--bold {
  color: #ca7105;
}

.donation-reasons__reasons-fourth-text {
  text-align: center;
  padding-top: 3vw;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  line-height: 14px;
}

.donation-reasons__reasons-fourth-text--bold {
  color: #a78700;
}

.donation-path {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.donation-path__heading {
  color: #e6e6e6;
  text-align: center;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 28px;
  font-style: normal;
}

.donation-path__heading--bold {
  color: #e2b606;
}

.donation-path__three-line {
  width: 92%;
  max-width: 1300px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.donation-path__three-paths {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.donation-path__item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 24.5%;
  max-width: 480px;
  display: flex;
}

.donation-path__item.donation-path__item--alternative {
  width: 26.5%;
}

.donation-path__item-image {
  width: 80px;
}

.donation-path__item-image.donation-path__item-image--hand {
  width: 105px;
}

.donation-path__item-image.donation-path__item-image--trial {
  width: 66px;
}

.donation-path__item-image.donation-path__item-image--paper {
  width: 65px;
}

.donation-path__item-image.donation-path__item-image--person {
  width: 75px;
}

.donation-path__item-heading {
  color: #e2b606;
  text-align: center;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 22px;
}

.donation-path__item-description {
  color: #e6e6e6;
  text-align: center;
  margin-bottom: 20px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
}

.donation-path__item-footer {
  color: #e6e6e6;
  text-align: center;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 12px;
  display: none;
}

.donation-path__item-footer--bold {
  color: #ddc35b;
}

.image {
  width: 92%;
  max-width: 900px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.donation-path__two-paths {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.donation-path__one-line {
  display: none;
}

.footer {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-4 {
  color: #e6e6e6;
  text-align: center;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
}

.youtube {
  width: 600px;
}

.hero__logo-divider {
  border: 1px solid #000;
  align-self: center;
  width: 0;
  height: 8vh;
}

.hero__logo-asmara {
  width: 180px;
  max-width: 100%;
  margin-left: 0;
}

.path-button {
  text-align: center;
  cursor: pointer;
  background-color: #89509f;
  border-radius: 8px;
  min-width: 300px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.path-button:hover {
  background-color: #673a79;
  transform: scale(1.01);
}

.donation-text {
  color: #e6e6e6;
  text-align: center;
  width: 50%;
  margin-bottom: 30px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
}

.button-2 {
  text-align: center;
  cursor: pointer;
  background-color: #89509f;
  border-radius: 8px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
  display: block;
}

.button-2:hover {
  background-color: #673a79;
  transform: scale(1.01);
}

.donation-schedule__pathing-header {
  color: #66177e;
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  line-height: 100px;
}

.donation-schedule__pathing-tittle {
  color: #fff;
  text-align: center;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
}

.bold-text-5 {
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: italic;
  line-height: 2px;
}

.donation-schedule__pathing-paragraph {
  color: #fff;
  text-align: center;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: italic;
}

.bold-text-6 {
  font-size: 20px;
}

.bold-text-7 {
  color: #fff;
}

.cards {
  background-color: #0000;
  background-image: url('../images/pattern-randomized.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  padding: 40px 80px;
  display: flex;
}

.cards__card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #ffd83b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  min-height: 270px;
  padding: 40px;
  display: flex;
}

.cards__title {
  text-align: center;
  width: 70%;
  margin-bottom: 40px;
  font-family: Kglifeismessy, sans-serif;
  font-size: 28px;
  line-height: 44px;
}

.cards__title--bold {
  color: #89509f;
}

.cards__card-title {
  text-align: center;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 22px;
  line-height: 24px;
}

.cards__card-description {
  text-align: center;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cards__card-description--link {
  color: #89509f;
  cursor: pointer;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.cards__card-wrapper {
  grid-column-gap: 4%;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.form {
  display: block;
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__heading {
  color: #e6e6e6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.link {
  color: #89509f;
  cursor: pointer;
}

.footer__paragraph {
  color: #e6e6e6;
  text-align: justify;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
}

.footer__wrapper {
  text-align: center;
  flex-direction: row;
  width: 100%;
  padding-left: 150px;
  padding-right: 150px;
  display: flex;
}

.section {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.whatsapp-icon {
  display: inline-block;
  cursor: pointer;
  background-color: #21ca53;
  border: 0 solid #19a844;
  border-radius: 50%;
  width: 63px;
  padding: 13px 13px 14px 14px;
  transition: transform .3s ease-in-out;
  position: fixed;
  inset: auto 4% 5% auto;
}

.whatsapp-icon:hover {
  transform: scale(1.08);
}

.city_label {
  color: #fff;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.bold-text-8 {
  text-align: center;
  width: auto;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.hero__paragraph-2 {
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}

.district_label {
  color: #fff;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.hero__text-2 {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  text-align: center;
  text-shadow: 1px 1px 8px #0003;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 45px;
  font-style: normal;
  line-height: 46px;
  display: flex;
}

.hero__content_form {
  background-color: #0000;
  border-radius: 15px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 40%;
  max-width: 650px;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  transition: opacity .2s;
  display: flex;
}

.hero__text-part-2 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  display: block;
}

.hero__text-part-2.hero__text-part--highlight {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  display: block;
}

.path-button-2 {
  text-align: center;
  background-color: #89509f;
  border-radius: 8px;
  min-width: 300px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  transition: all .3s ease-in-out;
}

.path-button-2:hover {
  background-color: #673a79;
  transform: scale(1.01);
}

.success-message {
  pointer-events: auto;
  background-color: #21ca53;
  border-radius: 8px;
  margin-top: 24px;
}

.phone_field {
  border-radius: 8px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.submit_donation_info {
  color: #fff;
  cursor: pointer;
  background-color: #21ca53;
  border-radius: 8px;
  align-self: center;
  width: auto;
  min-width: 300px;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  transition: all .3s ease-in-out;
}

.submit_donation_info:hover {
  background-color: #19a844;
  transform: scale(1.01);
}

.name_field {
  border-radius: 8px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.form-block-2 {
  object-fit: fill;
  width: 45%;
}

.form-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #89509f;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  padding: 40px;
  display: flex;
}

.phone_label {
  color: #fff;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.hero__gif-2 {
  width: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.email_label {
  color: #fff;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.hero__content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
}

.district_field {
  border-radius: 8px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.city_field {
  border-radius: 8px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.text-block {
  color: #fff;
}

.hero_content_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  transition: opacity .2s;
  display: flex;
}

.name_label {
  color: #fff;
  border: 1px #fff;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.checkbox-label-2 {
  color: #fff;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.email_field {
  border-radius: 8px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.donation-button-2 {
  color: #f7f7f7;
  text-align: center;
  background-color: #21ca53;
  border-radius: 8px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  transition: all .3s ease-in-out;
}

.donation-button-2:hover {
  background-color: #19a844;
  transform: scale(1.01);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-top: 1px solid #ffffff54;
  border-bottom: 0 #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 0;
  padding: 20px 0 0;
  display: flex;
}

.name_label-2 {
  color: #fff;
  border: 1px #fff;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.div-block-207 {
  width: 45%;
  max-width: 600px;
  margin-bottom: 15px;
}

.form-block-3 {
  object-fit: fill;
  background-color: #89509f;
  border-radius: 14px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 30px 40px 40px;
}

.city_label-2 {
  color: #fff;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.paragraph-100 {
  text-align: center;
  width: 100%;
}

.email_label-2, .phone_label-2 {
  color: #fff;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.bold-text-38 {
  color: #fff;
  text-align: justify;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.hero__paragraph-3 {
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}

.bold-text-34 {
  text-align: center;
  width: auto;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.hero-2 {
  opacity: 1;
  background-image: url('../images/6dddf315-sessao-1-lp-gf_10000001130ep00w000028.webp');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 40px 80px 60px;
}

.district_label-2 {
  color: #fff;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 18px;
  font-style: normal;
}

.hero_content_container-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  transition: opacity .2s;
  display: flex;
}

.hero__content-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
}

.donation-button-3 {
  color: #f7f7f7;
  text-align: center;
  background-color: #21ca53;
  border-radius: 8px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  transition: all .3s ease-in-out;
}

.donation-button-3:hover {
  background-color: #19a844;
  transform: scale(1.01);
}

.hero__text-3 {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  text-align: center;
  text-shadow: 1px 1px 8px #0003;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 45px;
  font-style: normal;
  line-height: 46px;
  display: flex;
}

.donation-button-4 {
  color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  background-color: #21ca53;
  border-radius: 8px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.donation-button-4:hover {
  background-color: #19a844;
  transform: scale(1.01);
}

.bold-text-37 {
  color: #fff;
}

.bold-text-36 {
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: italic;
  line-height: 2px;
}

.bold-text-35 {
  font-size: 20px;
}

.donation-reasons__reasons-second-2 {
  text-align: center;
  background-image: url('../images/purple.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18vw;
  max-width: 280px;
  height: 21.6vw;
  max-height: 337px;
  transition: all .3s ease-in-out;
  display: flex;
}

.donation-reasons__reasons-second-2:hover {
  transform: scale(1.02);
}

.donation-button-5 {
  color: #f7f7f7;
  text-align: center;
  cursor: pointer;
  background-color: #21ca53;
  border-radius: 8px;
  min-width: 300px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 12px 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in-out;
}

.donation-button-5:hover {
  background-color: #19a844;
  transform: scale(1.01);
}

.footer__heading-2 {
  color: #e6e6e6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cards__card_address {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 2px solid #ffd83b;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 64%;
  min-height: 240px;
  padding: 40px;
  display: flex;
}

.utm_field {
  border-radius: 8px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
  display: none;
}

.header-logos {
  width: auto;
  margin-right: auto;
  display: flex;
}

.header-wrapper {
  display: none;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(225deg, #d1893a, #cec232);
  border-radius: 3px;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.bazar-logo {
  max-width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.asmara-logo {
  margin-left: 10px;
  margin-right: 10px;
}

.link-header {
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 20px;
}

.nav-item {
  cursor: pointer;
}

.header-menu-wrapper {
  height: 40vh;
}

.burger-line {
  background-color: #fff;
  border-radius: 1px;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  display: block;
}

.hero_content_form {
  width: 50%;
  max-width: 600px;
  margin-bottom: 0;
  display: none;
}

.city_field-2 {
  color: #63236f;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.city_field-2:focus {
  border: 2px solid #63236f;
}

.hero_title {
  color: #f0f0f0;
  text-align: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-101 {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.path-button-3 {
  color: #f0f0f0;
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  border: 3px solid #f0f0f0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  padding: 0 10px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.path-button-3:hover {
  background-color: #0000;
  transform: scale(1.01);
}

.submit_donation_info-2 {
  pointer-events: auto;
  color: #eb286e;
  cursor: pointer;
  background-color: #0000;
  border: 4px solid #eb286e;
  border-radius: 2px;
  align-self: flex-start;
  width: auto;
  min-width: 200px;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.submit_donation_info-2:hover {
  background-color: #0000;
  transform: scale(1.01);
}

.submit_donation_info-2:focus {
  border-radius: 0;
}

.hero_content_container-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 60px;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
  position: static;
  overflow: visible;
}

.city_label-3 {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 70px;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: 10px;
  left: 10px;
}

.phone_field-2 {
  color: #63236f;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.phone_field-2:hover {
  color: #63236f;
}

.phone_field-2:focus {
  color: #63236f;
  border: 2px solid #63236f;
}

.form_text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.bold-text-38-copy {
  color: #010101;
  text-align: left;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.bold-text-39 {
  color: #010101;
  text-align: left;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.optin_checkbox_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.phone_label-3 {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 160px;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: 10px;
  left: 10px;
}

.district_label-3, .email_label-3 {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 60px;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  position: relative;
  top: 10px;
  left: 10px;
}

.success-message-2 {
  pointer-events: auto;
  background-color: #21ca53;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero_text_container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 50%;
  margin-bottom: 60px;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
}

.form-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border: 2px solid #63236f;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin: auto auto 0;
  padding: 30px 40px;
  display: block;
}

.district_field-2 {
  color: #63236f;
  border-radius: 0;
  min-height: 48px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.district_field-2:focus {
  border: 2px solid #63236f;
}

.email_field-2 {
  color: #63236f;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.email_field-2:hover, .email_field-2:active {
  color: #63236f;
}

.email_field-2:focus {
  color: #63236f;
  border: 2px solid #63236f;
}

.form-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-top: 1px solid #ffffff54;
  border-bottom: 0 #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.bold-text-40 {
  color: #f0f0f0;
  text-align: left;
  width: auto;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.hero-main {
  opacity: 1;
  background-image: url('../images/tais_araujo.webp');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 60px;
  padding: 40px 80px;
}

.hero_buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.name_label-3 {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  align-self: auto;
  width: 60px;
  margin-bottom: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
  position: relative;
  inset: 10px 0 0 10px;
}

.privacy_policy_checkbox_label {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.name_field-2 {
  color: #63236f;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.name_field-2:hover {
  color: #63236f;
}

.name_field-2:focus {
  color: #63236f;
  border: 2px solid #63236f;
}

.optin_checkbox {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.optin_checkbox:hover {
  border: 1px solid #63236f;
}

.custom-checkbox:has(input:focus) .optin_checkbox {
  box-shadow: none;
  border: 1px solid #63236f;
  border-radius: 0;
}

.donation-button-6 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #21ca53;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 10px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.donation-button-6:hover {
  background-color: #21ca53;
  transform: scale(1.01);
}

.image-7 {
  text-align: center;
  align-self: center;
  margin-bottom: 60px;
}

.heading-14 {
  color: #000;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.image-8-copy, .image-8 {
  border-radius: 20px;
  width: 300px;
  max-width: 360px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-self: center;
}

.div-block-23 {
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.paragraph-111 {
  color: #000;
  text-align: center;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
}

.paragraph-110 {
  color: #000;
  text-align: center;
  margin-bottom: 40px;
  margin-left: 140px;
  margin-right: 140px;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  line-height: 32px;
}

.heading-11-copy {
  color: #000;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-24 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step-by-step_content_container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.step-by-step_text_title {
  color: #000;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.step-by-step_step_title {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.step-by-step_steps_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.step-by-step {
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.step-by-step_step-paragraph {
  color: #000;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.step-by-step_text_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.step-by-step_image_container {
  text-align: right;
  width: 50%;
}

.step-by-step_step_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  display: block;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 20%;
  min-height: 160px;
  padding-left: 0;
  display: block;
}

.paragraph-108 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-17, .div-block-16 {
  width: 20%;
  min-height: 160px;
}

.container-2 {
  width: 100%;
  max-width: none;
}

.heading-10 {
  color: #eb286e;
  text-align: center;
  background-color: #0000;
  border: 4px solid #eb286e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  font-family: Kglifeismessy, sans-serif;
  font-size: 32px;
  line-height: 1;
  display: flex;
}

.paragraph-5 {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
}

.reasons-to-donate {
  margin: 0 80px 60px;
}

.div-block-18 {
  flex: 0 auto;
  width: 20%;
  min-height: 160px;
  margin-right: 0;
  padding-right: 0;
}

.heading-11 {
  color: #000;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.paragraph-109 {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 60px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 12px;
  display: flex;
}

.section-4 {
  background-image: url('../images/isis_valverde.webp');
  background-position: 50% 0;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.heading-12 {
  color: #f0f0f0;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
  width: 45%;
  height: 100%;
  margin: 20px 0 20px -50px;
  padding: 125px 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 38px;
  display: block;
}

.paragraph-105 {
  color: #f0f0f0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
}

.div-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #63236f;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  max-width: none;
  height: 230px;
  padding: 15px 30px;
  display: block;
}

.link-block {
  display: inline-block;
  min-width: 50px;
  position: relative;
  top: 60px;
}

.heading {
  color: #f0f0f0;
  font-family: Avenir Next Lt Pro, sans-serif;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  min-height: 100px;
  margin-top: 20px;
  display: flex;
}

.how-to-help_content_container {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.how-to-help {
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.arrow {
  width: 50px;
  position: static;
  top: 50px;
}

.heading-11-copy-copy {
  color: #000;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #eb1d68;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35%;
  height: 230px;
  padding: 15px 30px;
  display: block;
}

.heading-5 {
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  overflow-wrap: normal;
  object-fit: fill;
  direction: ltr;
  flex-flow: row;
  flex: 0 auto;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  position: static;
}

.html-embed {
  text-align: left;
  border: 2px solid #63236f;
  flex-flow: row;
  justify-content: center;
  width: auto;
  max-width: 300px;
  max-height: 254px;
  display: block;
}

.heading-8 {
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  display: flex;
}

.html-embed-3 {
  border: 2px solid #63236f;
  max-width: 300px;
  max-height: 254px;
}

.div-block-10, .div-block-9 {
  max-width: 300px;
}

.paragraph-copy {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.link-block-3 {
  width: 100%;
  display: none;
}

.heading-3-copy {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  display: flex;
}

.html-embed-2 {
  border: 2px solid #63236f;
  max-width: 300px;
  max-height: 254px;
}

.image-6 {
  align-self: center;
  width: 100%;
}

.heading-3-copy-copy {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  display: flex;
}

.div-block-11 {
  max-width: 300px;
}

.heading-3-copy-copy-2 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  display: flex;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
}

.heading-7 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Nexa, Arial, sans-serif;
  font-weight: 400;
}

.html-embed-5 {
  border: 2px solid #63236f;
  width: auto;
  max-width: 300px;
  max-height: 254px;
}

.paragraph-106 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.paragraph-109-copy {
  color: #000;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  display: flex;
}

.div-block-7 {
  max-width: 300px;
}

.heading-3 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  display: flex;
}

.html-embed-4 {
  object-fit: fill;
  border: 2px solid #63236f;
  max-width: 300px;
  max-height: 254px;
  overflow: visible;
}

.heading-2 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 20px;
  display: flex;
}

.collection-address {
  padding: 0 80px 60px;
}

.div-block-8 {
  max-width: 300px;
}

.heading-6 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Nexa, Arial, sans-serif;
  line-height: 1.2;
  display: block;
}

.footer-2 {
  background-color: #eb1d68;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer__heading-3 {
  color: #f0f0f0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.link-2 {
  color: #63236f;
  -webkit-text-stroke-color: #006837;
  cursor: pointer;
  background-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.footer__paragraph-2 {
  color: #f0f0f0;
  text-align: justify;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
}

.body {
  background-color: #f0f0f0;
}

.link-3, .link-4 {
  color: #63236f;
}

.privacy_policy_checkbox_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.privacy_policy_checkbox {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.privacy_policy_checkbox:hover {
  border: 1px solid #63236f;
}

.custom-checkbox:has(input:focus) .privacy_policy_checkbox {
  box-shadow: none;
  border: 1px solid #63236f;
  border-radius: 0;
}

.optin_checkbox_label {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-size: 14px;
  font-style: normal;
}

.hero__natal {
  opacity: 1;
  background-image: url('../images/FIMDEANO-1920x1080-2.webp');
  background-position: 20%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-bottom: 0;
  padding: 40px 80px;
}

.header__natal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 20px;
}

.hero-content-container__natal {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
  position: static;
  overflow: visible;
}

.hero-text-container__natal {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 58%;
  margin-bottom: 60px;
  padding-top: 0;
  transition: opacity .2s;
  display: flex;
}

.hero-title__natal {
  text-align: left;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
}

.heading-15 {
  color: #fff;
  font-family: Playfair Display, sans-serif;
  font-size: 62px;
  font-weight: 800;
}

.subtitle__natal {
  color: #f0f0f0;
  text-align: left;
  width: auto;
  font-family: Nexa, Arial, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
}

.title__natal {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Begum, Times New Roman, sans-serif;
  font-size: 62px;
  font-weight: 700;
}

.sub-title__natal {
  color: #fff;
  text-align: center;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.hero-content-form__natal {
  width: 50%;
  max-width: 600px;
  margin-bottom: 0;
}

.form-block__natal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #fff;
  border: 4px solid #006837;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin: auto auto 0;
  padding: 30px 40px;
  display: block;
}

.form-text__natal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.form-title__natal {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.form-title-text__natal {
  color: #333;
  text-align: left;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.form-paragraph__natal {
  text-align: left;
  width: 100%;
  margin-bottom: 0;
}

.form-paragraph-text__natal {
  color: #333;
  text-align: left;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.form__natal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border-top: 1px solid #ffffff54;
  border-bottom: 0 #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.name_label-3-copy {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  border: 1px #fff;
  align-self: auto;
  width: 60px;
  margin-bottom: 0;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  inset: 10px 0 0 10px;
}

.name_field-2-copy {
  color: #006837;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.name_field-2-copy:hover {
  color: #006837;
}

.name_field-2-copy:focus {
  color: #006837;
  border: 2px solid #006837;
}

.email_label-3-copy {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 60px;
  margin-bottom: 0;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  top: 10px;
  left: 10px;
}

.email_field-2-copy {
  color: #006837;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.email_field-2-copy:hover, .email_field-2-copy:active {
  color: #006837;
}

.email_field-2-copy:focus {
  color: #006837;
  border: 2px solid #006837;
}

.phone_label-3-copy {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 160px;
  margin-bottom: 0;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  top: 10px;
  left: 10px;
}

.phone_field-2-copy {
  color: #006837;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.phone_field-2-copy:hover {
  color: #006837;
}

.phone_field-2-copy:focus {
  color: #006837;
  -webkit-text-stroke-color: #006837;
  border: 2px solid #006837;
}

.city_label-3-copy {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 70px;
  margin-bottom: 0;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  top: 10px;
  left: 10px;
}

.city_field-2-copy {
  color: #006837;
  border-radius: 0;
  min-height: 48px;
  margin-bottom: 28px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.city_field-2-copy:hover {
  color: #006837;
}

.city_field-2-copy:focus {
  border: 2px solid #006837;
}

.district_label-3-copy {
  color: #a5a5a5;
  text-align: center;
  background-color: #fff;
  width: 60px;
  margin-bottom: 0;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  top: 10px;
  left: 10px;
}

.district_field-2-copy {
  color: #006837;
  border-radius: 0;
  min-height: 48px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
}

.district_field-2-copy:focus {
  border: 2px solid #006837;
}

.utm_field-copy {
  border-radius: 8px;
  font-family: Avenir Next Lt Pro, sans-serif;
  font-style: normal;
  display: none;
}

.optin_checkbox_content-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.optin_checkbox__natal {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.optin_checkbox__natal:hover {
  border: 1px solid #006837;
}

.custom-checkbox:has(input:focus) .optin_checkbox__natal {
  box-shadow: none;
  border: 1px solid #006837;
  border-radius: 0;
}

.optin_checkbox_label-copy {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.privacy_policy_checkbox_content-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.privacy_policy_checkbox__natal {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
}

.privacy_policy_checkbox__natal:hover {
  border: 1px solid #006837;
}

.custom-checkbox:has(input:focus) .privacy_policy_checkbox__natal {
  box-shadow: none;
  border: 1px solid #006837;
  border-radius: 0;
}

.privacy_policy_checkbox_label-copy {
  color: #333;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.submit_donation_info-2-copy {
  pointer-events: auto;
  color: #006837;
  -webkit-text-stroke-color: #006837;
  cursor: pointer;
  background-color: #0000;
  border: 4px solid #006837;
  border-radius: 2px;
  align-self: flex-start;
  width: auto;
  min-width: 200px;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.submit_donation_info-2-copy:hover {
  background-color: #0000;
  transform: scale(1.01);
}

.submit_donation_info-2-copy:focus {
  border-radius: 0;
}

.header-wrapper__natal {
  display: none;
}

.paragraph-112 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}

.header-menu-wrapper__natal {
  height: 40vh;
}

.collection-point {
  text-align: left;
  border: 2px solid #ba000e;
  flex-flow: row;
  justify-content: center;
  width: auto;
  max-width: 300px;
  max-height: 254px;
  display: block;
}

.step-by-step__natal {
  justify-content: center;
  padding: 60px 80px;
  display: flex;
}

.step-by-step_text_container__natal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.step-by-step_text_title__natal {
  color: #333;
  text-align: center;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.step-by-step_steps_container__natal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #006837;
  border-radius: 5px;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.step-by-step_step_container__natal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  display: flex;
}

.s {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 24%;
  display: block;
}

.step-arrow {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.step-by-step_step_title__natal {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.step-by-step_step-paragraph__natal {
  color: #fff;
  text-align: center;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-113 {
  text-align: center;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-209 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-113-copy {
  text-align: center;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-6-copy {
  text-align: center;
  margin-bottom: 20px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  display: block;
}

.heading-7-copy {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.footer__natal {
  background-color: #ba000e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-2-copy {
  color: #fff;
  -webkit-text-stroke-color: #006837;
  cursor: pointer;
  background-color: #0000;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.link-3-copy, .link-4-copy {
  color: var(--white);
  font-family: Avenir Next Lt Pro Demi, sans-serif;
}

.submit_donation_info__natal {
  pointer-events: auto;
  color: #006837;
  -webkit-text-stroke-color: #006837;
  cursor: pointer;
  background-color: #0000;
  border: 4px solid #006837;
  border-radius: 2px;
  align-self: flex-start;
  width: auto;
  min-width: 200px;
  margin-top: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Avenir Next Lt Pro Demi, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.submit_donation_info__natal:hover {
  background-color: #0000;
  transform: scale(1.01);
}

.submit_donation_info__natal:focus {
  border-radius: 0;
}

.success-message-form__natal {
  pointer-events: auto;
  background-color: #21ca53;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.success-message__text {
  color: #fff;
}

.header-wrapper-copy {
  display: none;
}

.header-menu-wrapper-copy {
  height: 40vh;
}

.collection-point-title__natal {
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.footer__heading-3-copy {
  color: #f0f0f0;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.footer__paragraph-2-copy {
  color: #f0f0f0;
  text-align: justify;
  margin-bottom: 0;
  padding-right: 50px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
}

.donation-button__natal {
  color: #006837;
  text-align: center;
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 1px #ba000e;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 0 10px;
  font-family: Clashgrotesk, Verdana, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.donation-button__natal:hover {
  background-color: #fff;
  border-color: #fff;
  transform: scale(1.01);
}

.div-block-210 {
  background-color: #006837;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  box-shadow: 0 3px 5px #0003;
}

@media screen and (min-width: 1280px) {
  .paragraph-100 {
    text-align: center;
  }

  .link-header {
    font-size: 15px;
  }

  .header {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-item {
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 1.5vw;
  }

  .paragraph-101 {
    text-align: left;
  }

  .path-button-3 {
    min-width: 200px;
    font-size: 14px;
  }

  .bold-text-38-copy {
    line-height: 30px;
  }

  .bold-text-40 {
    font-size: 38px;
  }

  .privacy_policy_checkbox_label {
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 14px;
  }

  .donation-button-6 {
    min-width: 200px;
    font-size: 14px;
  }

  .image-8-copy, .image-8 {
    width: auto;
  }

  .paragraph-110 {
    text-align: center;
  }

  .step-by-step_content_container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .step-by-step_image_container {
    text-align: right;
  }

  .image-2 {
    max-width: 90%;
  }

  .step-by-step_step_container {
    width: 27%;
  }

  .div-block-2, .div-block-4 {
    width: 40%;
    max-width: none;
  }

  .collection-address {
    padding-top: 60px;
  }

  .optin_checkbox_label {
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 14px;
  }

  .header__natal {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .subtitle__natal {
    font-size: 38px;
  }

  .form-title__natal {
    text-align: left;
  }

  .form-title-text__natal {
    line-height: 30px;
  }

  .form-paragraph__natal {
    text-align: left;
  }

  .optin_checkbox_label-copy, .privacy_policy_checkbox_label-copy {
    font-family: Clashgrotesk, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .step-by-step__natal {
    padding-bottom: 0;
  }

  .step-by-step_step_container__natal, .s {
    width: 27%;
  }

  .step-by-step_step_title__natal {
    font-family: Nexa, Arial, sans-serif;
    font-weight: 700;
  }

  .step-by-step_step-paragraph__natal {
    text-align: center;
    font-family: Nexa, Arial, sans-serif;
    font-weight: 300;
  }

  .paragraph-113 {
    font-size: 18px;
  }

  .div-block-209 {
    align-items: center;
  }

  .paragraph-113-copy {
    font-weight: 400;
  }

  .heading-7-copy {
    font-size: 18px;
    font-weight: 300;
  }

  .donation-button__natal {
    min-width: 200px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px) {
  .cards__card {
    grid-row-gap: 30px;
  }

  .paragraph-100 {
    text-align: center;
  }

  .bold-text-38 {
    font-size: 18px;
  }

  .donation-reasons__reasons-second-2 {
    height: 21.5vw;
  }

  .header {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    padding-right: 80px;
    position: absolute;
    top: 20px;
  }

  .paragraph-101 {
    text-align: left;
    margin-bottom: 0;
  }

  .path-button-3 {
    min-width: 230px;
    font-size: 16px;
  }

  .form_text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 10px;
    display: flex;
  }

  .bold-text-38-copy {
    font-size: 27px;
    line-height: 30px;
  }

  .bold-text-39 {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    display: inline;
  }

  .privacy_policy_checkbox_label {
    font-size: 14px;
  }

  .donation-button-6 {
    min-width: 230px;
    font-size: 16px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-self: center;
    justify-items: center;
  }

  .paragraph-110 {
    text-align: center;
    align-self: center;
    max-width: 1200px;
    margin-left: 240px;
    margin-right: 240px;
  }

  .step-by-step_image_container {
    text-align: right;
  }

  .div-block-2 {
    width: 30%;
  }

  .div-block-4 {
    width: 30%;
    max-width: none;
  }

  .paragraph-109-copy {
    font-size: 14px;
    font-weight: 400;
  }

  .link-2, .link-3, .link-4 {
    color: #63236f;
  }

  .optin_checkbox_label {
    font-size: 14px;
  }

  .header__natal {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    padding-right: 80px;
    position: absolute;
    top: 20px;
  }

  .subtitle__natal {
    font-family: Nexa, Arial, sans-serif;
  }

  .form-text__natal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 10px;
    display: flex;
  }

  .form-title__natal {
    text-align: left;
    margin-bottom: 0;
  }

  .form-title-text__natal {
    font-size: 27px;
    line-height: 30px;
  }

  .form-paragraph__natal {
    text-align: left;
    margin-bottom: 0;
  }

  .form-paragraph-text__natal {
    font-size: 18px;
  }

  .optin_checkbox_label-copy, .privacy_policy_checkbox_label-copy {
    font-family: Clashgrotesk, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .step-arrow {
    color: #000;
  }

  .paragraph-113 {
    width: 80%;
    font-size: 20px;
  }

  .div-block-209 {
    align-items: center;
  }

  .paragraph-113-copy {
    font-size: 14px;
  }

  .heading-7-copy {
    font-weight: 300;
  }

  .donation-button__natal {
    min-width: 230px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .cards__card {
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .form-3 {
    background-color: #0000;
    border-top: 1px solid #ffffff54;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
  }

  .name_label-2 {
    border-right-style: none;
    border-right-width: 0;
  }

  .form-block-3 {
    background-color: #89509f;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    max-width: none;
    padding-top: 30px;
    display: block;
  }

  .paragraph-100 {
    color: #fff;
    text-align: center;
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 20px;
  }

  .bold-text-38 {
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .hero_content_container-2 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .hero__content-3 {
    align-items: center;
    width: 40%;
  }

  .header-logos {
    justify-content: flex-start;
  }

  .header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 160px;
    padding-right: 260px;
  }

  .hero_content_form {
    max-width: 650px;
  }

  .hero_title {
    text-align: left;
    width: 100%;
    font-size: 20px;
  }

  .paragraph-101 {
    color: #fff;
    text-align: left;
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 20px;
  }

  .path-button-3 {
    min-width: 230px;
    font-size: 16px;
  }

  .hero_content_container-3 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    margin-top: 80px;
  }

  .form_text {
    margin-bottom: 0;
  }

  .bold-text-38-copy {
    color: #000;
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }

  .bold-text-39 {
    color: #000;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .hero_text_container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-items: center;
    width: 40%;
  }

  .form-block-4 {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    max-width: none;
    padding-top: 30px;
    display: block;
  }

  .form-4 {
    background-color: #0000;
    border-top: 1px solid #ffffff54;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .bold-text-40 {
    color: #fff;
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
  }

  .name_label-3 {
    border-right-style: none;
    border-right-width: 0;
  }

  .privacy_policy_checkbox_label {
    font-size: 16px;
  }

  .donation-button-6 {
    min-width: 230px;
    font-size: 16px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .image-8-copy, .image-8 {
    max-width: 400px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .paragraph-110 {
    text-align: center;
    max-width: 1200px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-11-copy {
    margin-bottom: 60px;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-22 {
    text-align: left;
    align-items: center;
  }

  .step-by-step_content_container {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
  }

  .step-by-step_text_title {
    color: #000;
    font-size: 40px;
    line-height: 50px;
  }

  .image-3 {
    width: 50px;
  }

  .step-by-step_step_title {
    color: #000;
    font-size: 26px;
    line-height: 30px;
  }

  .step-by-step_step-paragraph {
    color: #000;
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 16px;
  }

  .step-by-step_text_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-by-step_image_container {
    text-align: right;
    order: 0;
  }

  .image-2 {
    min-width: 500px;
  }

  .step-by-step_step_container {
    width: 18%;
  }

  .div-block-15 {
    width: 12%;
  }

  .paragraph-108 {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .div-block-20 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .div-block-17, .div-block-16 {
    width: 12%;
  }

  .paragraph-5 {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .div-block-18 {
    width: 12%;
  }

  .heading-11 {
    margin-bottom: 60px;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-12 {
    color: #f0f0f0;
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .div-block-2 {
    width: 30%;
    max-width: none;
  }

  .div-block-5 {
    min-height: 100px;
  }

  .heading-11-copy-copy {
    margin-bottom: 60px;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-4 {
    width: 30%;
    max-width: none;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-7 {
    font-family: Avenir Next Lt Pro, sans-serif;
    font-weight: 300;
  }

  .paragraph-109-copy {
    font-family: Clashgrotesk, Verdana, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .heading-6 {
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .footer__heading-3 {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .link-2 {
    color: #63236f;
    font-style: normal;
  }

  .link-3, .link-4 {
    color: #63236f;
  }

  .optin_checkbox_label {
    font-size: 16px;
  }

  .header__natal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 160px;
    padding-right: 260px;
  }

  .hero-content-container__natal {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    margin-top: 80px;
  }

  .hero-text-container__natal {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    align-items: center;
    width: 50%;
  }

  .hero-title__natal {
    text-align: left;
    width: 100%;
    font-size: 48px;
  }

  .subtitle__natal {
    color: #fff;
    text-align: left;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
  }

  .title__natal {
    font-size: 82px;
  }

  .sub-title__natal {
    font-size: 28px;
  }

  .hero-content-form__natal {
    max-width: 650px;
  }

  .form-block__natal {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: 90%;
    max-width: none;
    padding-top: 30px;
    display: block;
  }

  .form-text__natal {
    margin-bottom: 0;
  }

  .form-title__natal {
    color: #fff;
    text-align: left;
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 20px;
  }

  .form-title-text__natal {
    color: #333;
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  .form-paragraph__natal {
    color: #fff;
    text-align: left;
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 20px;
  }

  .form-paragraph-text__natal {
    color: #333;
    text-align: justify;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .form__natal {
    background-color: #0000;
    border-top: 1px solid #ffffff54;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .name_label-3-copy {
    border-right-style: none;
    border-right-width: 0;
  }

  .optin_checkbox_label-copy, .privacy_policy_checkbox_label-copy {
    font-family: Clashgrotesk, Verdana, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-112 {
    font-size: 28px;
  }

  .collection-point {
    border-width: 2px;
    border-radius: 0;
  }

  .div-block-208 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .step-by-step_text_container__natal {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .step-by-step_text_title__natal {
    color: #333;
    font-size: 40px;
    line-height: 50px;
  }

  .step-by-step_steps_container__natal {
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .step-by-step_step_container__natal {
    width: 22%;
  }

  .s {
    width: 18%;
  }

  .step-arrow, .image-3-copy, .image-3-copy {
    width: 50px;
  }

  .step-by-step_step_title__natal {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
  }

  .step-by-step_step-paragraph__natal {
    color: #fff;
    font-family: Avenir Next Lt Pro, sans-serif;
    font-size: 16px;
  }

  .paragraph-113 {
    width: 80%;
    font-size: 20px;
    line-height: 36px;
  }

  .div-block-209 {
    align-items: center;
  }

  .paragraph-113-copy {
    font-size: 14px;
  }

  .heading-6-copy {
    font-family: Clashgrotesk, Verdana, sans-serif;
  }

  .heading-7-copy {
    font-family: Clashgrotesk, Verdana, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .link-2-copy {
    color: #fff;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .link-3-copy {
    color: #fff;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-weight: 400;
  }

  .link-4-copy {
    color: #fff;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
  }

  .footer__heading-3-copy {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .donation-button__natal {
    min-width: 230px;
    font-size: 16px;
  }

  .div-block-210 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero__content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .hero__content-form {
    align-items: stretch;
    width: 100%;
  }

  .text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .hero__content-image {
    max-width: 60%;
  }

  .donation-schedule {
    background-image: none;
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .donation-path__path {
    justify-content: center;
  }

  .donation-path__path-item {
    min-width: 280px;
    max-width: 40%;
    min-height: 400px;
  }

  .donation-path__path-item.donation-path__path-item--alternative {
    justify-content: flex-start;
    max-width: 40%;
    padding-top: 40px;
  }

  .donation-path__path-title {
    text-align: center;
  }

  .donation-path__path-description.donation-path__path-description--alternative {
    margin-top: 30px;
  }

  .button {
    margin-top: 40px;
  }

  .hero__text {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero__paragraph {
    width: 90%;
    margin-top: 0;
  }

  .hero__gif {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .info__card {
    width: 80%;
  }

  .info__heading {
    width: 60%;
  }

  .donation-reasons__reasons-first {
    width: 25vw;
    height: 25vw;
  }

  .donation-reasons__reasons-second {
    background-size: cover;
    width: 25vw;
    height: 29.9vw;
  }

  .donation-reasons__reasons-third, .donation-reasons__reasons-fourth {
    width: 25vw;
    height: 25vw;
  }

  .donation-reasons__reasons-first-text {
    padding-top: 8vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .donation-reasons__reasons-second-text {
    font-size: 1.8vw;
    line-height: 2vw;
    top: -20vw;
  }

  .donation-reasons__reasons-third-text {
    padding-top: 4vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .donation-reasons__reasons-fourth-text {
    padding-top: 2.3vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .donation-path {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .donation-path__three-line {
    display: none;
  }

  .donation-path__three-paths {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .donation-path__item, .donation-path__item.donation-path__item--alternative {
    width: 80%;
  }

  .image {
    display: none;
  }

  .donation-path__two-paths {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
  }

  .donation-path__one-line {
    width: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
  }

  .cards__card {
    width: 45%;
    min-height: 280px;
  }

  .cards__title {
    width: 85%;
  }

  .footer__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero__paragraph-2 {
    width: 90%;
    margin-top: 0;
  }

  .hero__text-2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero__content_form {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }

  .hero__text-part-2, .hero__text-part-2.hero__text-part--highlight {
    font-size: 38px;
  }

  .submit_donation_info {
    width: 70%;
    min-width: auto;
  }

  .form-block-2 {
    width: 80%;
  }

  .hero__gif-2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .hero__content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
  }

  .hero_content_container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .div-block-207 {
    width: 100%;
    max-width: none;
  }

  .form-block-3 {
    width: 100%;
  }

  .bold-text-38 {
    font-style: normal;
  }

  .hero__paragraph-3 {
    width: 90%;
    margin-top: 0;
  }

  .hero-2 {
    height: auto;
  }

  .hero_content_container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
  }

  .hero__content-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 10px;
  }

  .hero__text-3 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .donation-reasons__reasons-second-2 {
    background-size: cover;
    width: 25vw;
    height: 29.9vw;
  }

  .cards__card_address {
    width: 94%;
    min-height: 280px;
  }

  .header-logos, .header-links {
    display: none;
  }

  .header-wrapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 8vh;
    display: block;
    position: static;
  }

  .burger-btn-wrapper {
    background-image: none;
    padding-left: 10px;
  }

  .list-3 {
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 6vw;
    line-height: 6vw;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .close-burger {
    z-index: 2;
    cursor: pointer;
    width: auto;
    padding: 20px 20px 20px 25px;
    display: none;
    position: absolute;
  }

  .link-header {
    color: #010101;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .header {
    justify-content: flex-start;
    padding-left: 70px;
  }

  .nav-item {
    text-align: center;
    border-bottom: 1px #d7d7d7;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    list-style-type: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-menu-wrapper {
    z-index: 6;
    background-color: #f0f0f0;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100vh);
  }

  .burger-line {
    background-color: #fff;
  }

  .hero_content_form {
    width: 100%;
    max-width: none;
  }

  .hero_title {
    width: 90%;
    margin-top: 0;
    font-size: 14px;
  }

  .submit_donation_info-2 {
    width: 70%;
    min-width: auto;
  }

  .hero_content_container-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
  }

  .bold-text-38-copy {
    font-style: normal;
  }

  .bold-text-39 {
    font-family: Avenir Next Lt Pro, sans-serif;
    font-style: normal;
  }

  .hero_text_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 180px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .form-block-4 {
    width: 100%;
  }

  .bold-text-40 {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-main {
    -webkit-text-fill-color: inherit;
    background-color: #111d32;
    background-position: 40% 0;
    background-repeat: repeat-x;
    background-size: cover;
    background-clip: border-box;
    height: auto;
  }

  .image-8-copy, .image-8 {
    width: auto;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .paragraph-110 {
    margin-left: 0;
    margin-right: 0;
  }

  .step-by-step_content_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .image-3 {
    width: 50px;
  }

  .step-by-step_step_title {
    text-align: center;
    font-size: 24px;
  }

  .step-by-step_steps_container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-around;
    width: 100%;
  }

  .step-by-step_step-paragraph {
    text-align: center;
    font-size: 14px;
  }

  .step-by-step_text_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .step-by-step_image_container {
    width: 70%;
  }

  .step-by-step_step_container {
    text-align: center;
    width: 0%;
    min-width: 30%;
    max-width: 0%;
  }

  .div-block-15, .div-block-17, .div-block-16, .div-block-18 {
    width: 25%;
    min-height: 200px;
  }

  .heading-12 {
    margin-left: 0;
    padding-left: 20px;
  }

  .paragraph-105 {
    font-size: 16px;
  }

  .div-block-2 {
    width: 80%;
    max-width: 80%;
  }

  .heading {
    font-size: 24px;
  }

  .how-to-help_content_container {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    width: 80%;
    max-width: 80%;
  }

  .heading-5 {
    align-items: flex-start;
    margin-top: 20px;
    font-size: 20px;
    display: flex;
  }

  .html-embed {
    max-width: none;
  }

  .paragraph-copy {
    margin-top: 20px;
    line-height: 25px;
  }

  .heading-3-copy {
    align-items: flex-start;
    margin-top: 20px;
  }

  .heading-3-copy-copy {
    margin-top: 20px;
  }

  .div-block-11 {
    height: auto;
  }

  .heading-3-copy-copy-2 {
    align-items: flex-start;
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    place-items: start center;
  }

  .heading-7 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-106 {
    object-fit: fill;
    margin-top: 20px;
    line-height: 25px;
    display: block;
  }

  .div-block-7 {
    padding-top: 0;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .hero__natal {
    -webkit-text-fill-color: inherit;
    background-color: #006837;
    background-image: url('../images/banner-natal__mobile.webp');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    height: auto;
  }

  .header__natal {
    justify-content: flex-start;
    padding-left: 70px;
  }

  .hero-content-container__natal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 10px;
  }

  .hero-text-container__natal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 320px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .hero-title__natal {
    width: 90%;
    margin-top: 0;
  }

  .subtitle__natal {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-content-form__natal {
    width: 100%;
    max-width: none;
  }

  .form-block__natal {
    width: 100%;
  }

  .form-title-text__natal {
    font-style: normal;
  }

  .form-paragraph-text__natal {
    font-family: Avenir Next Lt Pro, sans-serif;
    font-style: normal;
  }

  .submit_donation_info-2-copy {
    width: 70%;
    min-width: auto;
  }

  .header-links__natal {
    display: none;
  }

  .header-wrapper__natal {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 8vh;
    display: block;
    position: static;
  }

  .header-menu-wrapper__natal {
    z-index: 6;
    background-color: #f0f0f0;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100vh);
  }

  .header-menu-list {
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 6vw;
    line-height: 6vw;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .collection-point {
    max-width: none;
  }

  .step-by-step_text_container__natal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .step-by-step_steps_container__natal {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    width: 100%;
  }

  .step-by-step_step_container__natal {
    text-align: center;
    width: 0%;
    min-width: 26%;
    max-width: 0%;
  }

  .s {
    text-align: center;
    width: 0%;
    min-width: 30%;
    max-width: 0%;
  }

  .step-arrow, .image-3-copy, .image-3-copy {
    width: 50px;
  }

  .step-by-step_step_title__natal {
    text-align: center;
    font-size: 24px;
  }

  .step-by-step_step-paragraph__natal {
    text-align: center;
    font-size: 14px;
  }

  .heading-7-copy {
    margin-left: 20px;
    margin-right: 20px;
  }

  .submit_donation_info__natal {
    width: 70%;
    min-width: auto;
  }

  .header-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 8vh;
    display: block;
    position: static;
  }

  .header-menu-wrapper-copy {
    z-index: 6;
    background-color: #f0f0f0;
    border: 2px solid #bdbdbd;
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100vh);
  }

  .div-block-210 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 40px;
  }

  .hero__content {
    padding-top: 0;
  }

  .donation-schedule {
    background-image: none;
  }

  .donation-path__path-item {
    max-width: 90%;
  }

  .info__card {
    width: 90%;
  }

  .info__card-header, .info__card-text {
    margin-bottom: 30px;
  }

  .info__card-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info__heading {
    width: 80%;
  }

  .donation-reasons {
    padding-left: 40px;
    padding-right: 40px;
  }

  .donation-reasons__reasons {
    margin-top: 40px;
  }

  .donation-reasons__reasons-first {
    width: 30vw;
    height: 30vw;
  }

  .donation-reasons__reasons-second {
    width: 30vw;
    height: 36vw;
  }

  .donation-reasons__reasons-third, .donation-reasons__reasons-fourth {
    width: 30vw;
    height: 30vw;
  }

  .donation-reasons__reasons-first-text {
    padding-top: 8.2vw;
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  .donation-reasons__reasons-second-text {
    padding-top: 2vw;
    padding-bottom: 15px;
    font-size: 2.3vw;
    line-height: 2.5vw;
    top: -25vw;
  }

  .donation-reasons__reasons-third-text {
    padding-top: 7vw;
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  .donation-reasons__reasons-fourth-text {
    padding-top: 5vw;
    font-size: 2.3vw;
    line-height: 2.5vw;
  }

  .donation-path {
    padding-left: 40px;
    padding-right: 40px;
  }

  .youtube {
    width: 400px;
  }

  .donation-text {
    width: 80%;
  }

  .button-2 {
    text-align: center;
  }

  .cards__card {
    width: 100%;
    min-height: 200px;
  }

  .cards__title {
    width: 100%;
  }

  .footer__heading {
    text-align: left;
    padding-left: 0;
  }

  .footer__paragraph {
    padding-right: 0;
  }

  .whatsapp-icon {
    bottom: 3%;
  }

  .hero__content_form {
    padding-top: 30px;
  }

  .hero__content-2, .hero_content_container {
    padding-top: 0;
  }

  .div-block-207 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .form-block-3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-100 {
    text-align: justify;
  }

  .hero-2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_content_container-2, .hero__content-3 {
    padding-top: 0;
  }

  .donation-reasons__reasons-second-2 {
    width: 30vw;
    height: 36vw;
  }

  .footer__heading-2 {
    text-align: left;
    padding-left: 0;
  }

  .cards__card_address {
    width: 100%;
    min-height: 200px;
  }

  .header-wrapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .burger-btn-wrapper {
    background-color: #0000;
    background-image: none;
    margin-left: -10px;
    padding-left: 10px;
  }

  .list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #000;
    text-align: center;
    height: auto;
    max-height: none;
    padding-left: 0;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 6vw;
    line-height: 6vw;
    list-style-type: none;
    position: relative;
    inset: 0% 0% auto;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-item {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 4vw;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-menu-wrapper {
    background-color: #f0f0f0;
    border: 2px solid #bdbdbd;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100vh);
  }

  .burger-line {
    background-color: #fff;
  }

  .hero_content_form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .hero_title {
    width: 100%;
  }

  .paragraph-101 {
    text-align: justify;
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .path-button-3 {
    min-width: 190px;
  }

  .hero_content_container-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .bold-text-39 {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .hero_text_container {
    margin-top: 200px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .form-block-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-40 {
    font-size: 30px;
  }

  .hero-main {
    background-position: 40% 0;
    background-size: cover;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .privacy_policy_checkbox_label {
    margin-left: 0;
  }

  .donation-button-6 {
    min-width: 230px;
  }

  .div-block-23, .step-by-step_content_container {
    padding-left: 60px;
    padding-right: 60px;
  }

  .step-by-step_text_title, .step-by-step_step_title {
    color: #000;
  }

  .step-by-step_steps_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .step-by-step_step-paragraph {
    color: #000;
  }

  .step-by-step_step_container {
    min-width: 30%;
  }

  .div-block-15 {
    order: 0;
    align-self: flex-start;
    min-height: 220px;
  }

  .div-block-17, .div-block-16 {
    align-self: flex-start;
    min-height: 220px;
  }

  .reasons-to-donate {
    margin-left: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-18 {
    align-self: flex-start;
    min-height: 220px;
  }

  .heading-11 {
    margin-bottom: 60px;
  }

  .paragraph-109 {
    margin-top: 40px;
  }

  .heading-12 {
    text-align: center;
    flex-flow: row;
    width: 100%;
    margin-left: 0;
    font-size: 30px;
    display: block;
    position: relative;
    top: 120px;
  }

  .div-block-2 {
    width: 80%;
    max-width: none;
  }

  .how-to-help_content_container {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-help {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-4 {
    width: 80%;
    max-width: none;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .html-embed {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .heading-8 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-copy {
    margin-top: 20px;
    line-height: 25px;
  }

  .heading-3-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .html-embed-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-3-copy-copy, .heading-3-copy-copy-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

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

  .paragraph-106 {
    margin-top: 20px;
    line-height: 25px;
  }

  .heading-3 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .heading-2 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .collection-address {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer__heading-3 {
    text-align: left;
    padding-left: 0;
  }

  .footer__paragraph-2 {
    padding-right: 0;
  }

  .privacy_policy_checkbox_content {
    text-align: left;
  }

  .optin_checkbox_label {
    margin-left: 0;
  }

  .hero__natal {
    background-image: url('../images/banner-natal__mobile.webp');
    background-position: 42% 0;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .header__natal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-container__natal {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 0;
  }

  .hero-text-container__natal {
    margin-top: 300px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .hero-title__natal {
    width: 100%;
  }

  .subtitle__natal {
    font-size: 30px;
  }

  .title__natal {
    font-size: 52px;
  }

  .sub-title__natal {
    font-size: 20px;
  }

  .hero-content-form__natal {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .form-block__natal {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-title__natal, .form-paragraph__natal {
    text-align: justify;
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .form-paragraph-text__natal {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .optin_checkbox_label-copy {
    margin-left: 0;
  }

  .privacy_policy_checkbox_content-copy {
    text-align: left;
  }

  .privacy_policy_checkbox_label-copy {
    margin-left: 0;
  }

  .header-wrapper__natal {
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .paragraph-112 {
    font-size: 20px;
  }

  .header-menu-wrapper__natal {
    background-color: #f0f0f0;
    border: 2px solid #bdbdbd;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100vh);
  }

  .header-menu-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    color: #000;
    text-align: center;
    height: auto;
    max-height: none;
    padding-left: 0;
    font-family: Avenir Next Lt Pro Demi, sans-serif;
    font-size: 6vw;
    line-height: 6vw;
    list-style-type: none;
    position: relative;
    inset: 0% 0% auto;
  }

  .collection-point {
    border-width: 2px;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
  }

  .step-by-step__natal {
    padding-left: 30px;
    padding-right: 30px;
  }

  .step-by-step_text_title__natal {
    color: #333;
  }

  .step-by-step_steps_container__natal {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .step-by-step_step_container__natal {
    min-width: 26%;
  }

  .s {
    min-width: 30%;
  }

  .step-by-step_step_title__natal, .step-by-step_step-paragraph__natal {
    color: #fff;
  }

  .header-wrapper-copy {
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .header-menu-wrapper-copy {
    background-color: #f0f0f0;
    border: 2px solid #bdbdbd;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate(0, -100vh);
  }

  .collection-point-title__natal {
    justify-content: center;
    align-items: center;
  }

  .footer__heading-3-copy {
    text-align: left;
    padding-left: 0;
  }

  .footer__paragraph-2-copy {
    padding-right: 0;
  }

  .donation-button__natal {
    min-width: 230px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__header {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero__logo-bazar {
    width: 40%;
  }

  .hero__content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero__content-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__content-image {
    max-width: 100%;
  }

  .donation-schedule {
    padding-left: 10px;
    padding-right: 10px;
  }

  .donation-path__path-item {
    width: auto;
    min-width: auto;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__logo-gf {
    width: 40%;
  }

  .hero__text {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .donation-button {
    min-width: 250px;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info__card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .info__card-header {
    font-size: 22px;
  }

  .info__card-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .donation-reasons {
    padding-left: 10px;
    padding-right: 10px;
  }

  .donation-reasons__reasons {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .donation-reasons__reasons-first {
    width: 55vw;
    height: 55vw;
    margin-top: 0;
  }

  .donation-reasons__reasons-second {
    width: 55vw;
    height: 65.9vw;
  }

  .donation-reasons__reasons-third, .donation-reasons__reasons-fourth {
    width: 55vw;
    height: 55vw;
    margin-top: 0;
  }

  .donation-reasons__reasons-first-text {
    padding-top: 15vw;
    font-size: 3.9vw;
    line-height: 4.1vw;
  }

  .donation-reasons__reasons-second-text {
    font-size: 3.9vw;
    line-height: 4.1vw;
    top: -45vw;
  }

  .donation-reasons__reasons-third-text, .donation-reasons__reasons-fourth-text {
    padding-top: 6vw;
    font-size: 3.9vw;
    line-height: 4.1vw;
  }

  .donation-path {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer {
    padding-bottom: 80px;
  }

  .paragraph-4 {
    text-align: center;
  }

  .youtube {
    width: 80vw;
  }

  .hero__logo-divider {
    width: 40vw;
    height: 0;
    display: block;
  }

  .hero__logo-asmara {
    width: 150px;
  }

  .path-button {
    min-width: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cards {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cards__title, .cards__card-wrapper {
    width: 90%;
  }

  .footer__heading {
    text-align: center;
    padding-right: 0;
  }

  .footer__paragraph {
    font-size: 16px;
  }

  .footer__wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .bold-text-8 {
    font-size: 18px;
  }

  .hero__text-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero__content_form {
    width: 100%;
    padding: 20px 10px 10px;
  }

  .hero__text-part-2 {
    font-size: 38px;
  }

  .path-button-2 {
    min-width: 250px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__gif-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero__content-2, .hero_content_container {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .donation-button-2 {
    min-width: 250px;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bold-text-34 {
    font-size: 18px;
  }

  .hero-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_content_container-2, .hero__content-3 {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .donation-button-3 {
    min-width: 250px;
    max-width: none;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero__text-3 {
    font-size: 40px;
    line-height: 50px;
  }

  .donation-button-4 {
    min-width: 250px;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .donation-reasons__reasons-second-2 {
    width: 55vw;
    height: 65.9vw;
  }

  .donation-button-5 {
    min-width: 250px;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer__heading-2 {
    text-align: center;
    padding-right: 0;
  }

  .header-wrapper {
    margin-left: 20px;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-item {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .header-menu-wrapper {
    display: none;
    transform: translate(0, -100vh);
  }

  .hero_title {
    font-size: 12px;
  }

  .path-button-3 {
    min-width: 240px;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit_donation_info-2 {
    width: auto;
  }

  .hero_content_container-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bold-text-39 {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .hero_text_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 120px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-40 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .hero-main {
    background-position: 35% 0;
    background-size: cover;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero_buttons {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .privacy_policy_checkbox_label {
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .donation-button-6 {
    min-width: 240px;
    max-width: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-8-copy, .image-8 {
    max-width: 280px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-self: center;
  }

  .div-block-23 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11-copy {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .step-by-step_content_container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .step-by-step_text_title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .step-by-step_steps_container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-self: auto;
    align-items: center;
  }

  .step-by-step {
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-by-step_image_container {
    width: 90%;
  }

  .step-by-step_step_container {
    width: 70%;
    min-width: 70%;
  }

  .div-block-15 {
    width: 70%;
    min-height: auto;
  }

  .paragraph-108 {
    text-align: center;
  }

  .div-block-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    margin-left: 0;
    display: flex;
  }

  .div-block-17, .div-block-16 {
    align-self: center;
    width: 70%;
    min-height: auto;
    margin-top: 10px;
  }

  .paragraph-5 {
    text-align: center;
  }

  .reasons-to-donate {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .div-block-18 {
    align-self: center;
    width: 70%;
    min-height: auto;
    margin-top: 10px;
  }

  .heading-11 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .paragraph-109, .section-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-4 {
    background-position: 50% 50%;
  }

  .heading-12 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 200px 25px 50px;
    font-size: 24px;
    line-height: 30px;
    display: block;
    position: static;
  }

  .div-block-2 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .link-block {
    align-self: flex-end;
    position: static;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .how-to-help_content_container {
    padding-left: 0;
    padding-right: 0;
  }

  .how-to-help {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow {
    text-align: right;
    align-self: flex-end;
    position: static;
  }

  .heading-11-copy-copy {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
  }

  .div-block-4 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .paragraph-copy {
    margin-top: 20px;
    line-height: 25px;
  }

  .heading-3-copy, .heading-3-copy-copy, .heading-3-copy-copy-2 {
    margin-top: 20px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    font-size: 16px;
  }

  .paragraph-106 {
    margin-top: 20px;
    line-height: 25px;
  }

  .paragraph-109-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .collection-address {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-6 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 32px;
  }

  .footer-2 {
    padding-bottom: 20px;
  }

  .footer__heading-3 {
    text-align: center;
    padding-right: 0;
  }

  .footer__paragraph-2 {
    text-align: justify;
    font-size: 16px;
  }

  .link-3 {
    text-align: justify;
  }

  .optin_checkbox_label {
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .hero__natal {
    background-image: url('../images/banner-natal__mobile.webp');
    background-position: 40% 0;
    background-repeat: no-repeat;
    background-size: auto 420px;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .header__natal {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content-container__natal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-text-container__natal {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    margin-top: 240px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-title__natal {
    font-size: 16px;
  }

  .subtitle__natal {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .title__natal {
    margin-top: 0;
    font-size: 32px;
  }

  .sub-title__natal {
    margin-top: 0;
    font-size: 16px;
  }

  .form-paragraph-text__natal {
    font-family: Avenir Next Lt Pro, sans-serif;
  }

  .optin_checkbox_label-copy, .privacy_policy_checkbox_label-copy {
    margin-top: 10px;
    margin-left: 0;
    font-size: 14px;
  }

  .submit_donation_info-2-copy {
    width: auto;
  }

  .header-wrapper__natal {
    margin-left: 20px;
  }

  .paragraph-112 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
  }

  .header-menu-wrapper__natal {
    display: none;
    transform: translate(0, -100vh);
  }

  .collection-point {
    border-width: 2px;
  }

  .div-block-208 {
    text-align: center;
  }

  .step-by-step__natal {
    padding-left: 20px;
    padding-right: 20px;
  }

  .step-by-step_text_title__natal {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .step-by-step_steps_container__natal {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-self: auto;
    align-items: center;
  }

  .step-by-step_step_container__natal, .s {
    width: 70%;
    min-width: 70%;
  }

  .heading-6-copy {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 32px;
  }

  .heading-7-copy {
    font-size: 16px;
  }

  .footer__natal {
    padding-bottom: 20px;
  }

  .link-3-copy {
    text-align: justify;
  }

  .submit_donation_info__natal {
    width: auto;
  }

  .header-wrapper-copy {
    margin-left: 20px;
  }

  .header-menu-wrapper-copy {
    display: none;
    transform: translate(0, -100vh);
  }

  .footer__heading-3-copy {
    text-align: center;
    padding-right: 0;
  }

  .footer__paragraph-2-copy {
    text-align: justify;
    font-size: 16px;
  }

  .donation-button__natal {
    min-width: 240px;
    max-width: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.div-block-15 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

@media screen and (max-width: 991px) {
  .collection-address .layout-grid > div:nth-child(1),
  .collection-address .layout-grid > div:nth-child(2) {
    align-self: start;
  }

  .collection-address .layout-grid > div:nth-child(3) {
    align-self: end;
  }

  .collection-address .layout-grid > div:nth-child(n+4) {
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  .collection-address .layout-grid > div {
    align-self: start;
  }
}


@font-face {
  font-family: 'Kglifeismessy';
  src: url('../fonts/KGLifeisMessy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Light.ttf') format('truetype'), url('../fonts/ClashGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype'), url('../fonts/ClashGrotesk-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype'), url('../fonts/ClashGrotesk-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Medium.ttf') format('truetype'), url('../fonts/ClashGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk Variable';
  src: url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Lt Pro';
  src: url('../fonts/Avenir-Next-LT-Pro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Next Lt Pro Demi';
  src: url('../fonts/Avenir-Next-LT-Pro-Demi.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/Nexa-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashgrotesk';
  src: url('../fonts/ClashGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Begum';
  src: url('../fonts/fonnts.com-Begum-.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Begum';
  src: url('../fonts/fonnts.com-Begum-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Begum';
  src: url('../fonts/fonnts.com-Begum-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Begum';
  src: url('../fonts/fonnts.com-Begum-Semibold-.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* === Pontos de Coleta — alinhamento horizontal e ícones === */

/* Espaçamento entre cards no grid (sobrescreve grid-*-gap: 0 herdado em alguns breakpoints) */
.collection-address .layout-grid.grid {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  column-gap: 32px;
  row-gap: 48px;
}

/* Card flex column; place-items:stretch do .grid garante mesma altura entre cards */
.collection-address .layout-grid.grid > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

/* Título: altura FIXA com clamp em 2 linhas — !important sobrescreve display:flex herdado de .heading-* */
.collection-address .layout-grid.grid > div > h3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.6em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-family: 'Avenir Next Lt Pro Demi', sans-serif;
}

/* iframe wrapper: altura fixa para todos começarem no mesmo Y */
.collection-address .layout-grid.grid > div > .map-embed,
.collection-address .layout-grid.grid > div > [class*="html-embed"] {
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.collection-address .layout-grid.grid > div > .map-embed iframe,
.collection-address .layout-grid.grid > div > [class*="html-embed"] iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Bloco de info (endereço + horário) com ícones */
.gf-card-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 4px 0 0 0;
}

.gf-card-info__row {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 12px;
  align-items: start;
  margin: 0;
}

.gf-card-info__icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  color: #59186f;
  flex-shrink: 0;
  display: block;
}

.gf-card-info__text {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  font-size: 14px;
  font-family: 'Avenir Next Lt Pro', sans-serif;
  color: #333;
}

