:root {
  --snow: #fff5c0;
  --baseblack: #212121;
  --golden: #fed000;
  --ivory: #fffff5;
  --sea-green: #027540;
}

.w-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;
}

body {
  color: #333;
  font-family: Somatic rounded, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-bar {
  background-color: #ffffff8a;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  position: absolute;
  inset: 6% 0% auto;
}

.nav-bar.top {
  padding-top: 14px;
  top: 0%;
}

.nav-bar.white {
  background-color: var(--snow);
  padding-top: 13px;
  padding-bottom: 13px;
  top: 0%;
}

.nav-bar-links {
  display: flex;
}

.nav-link {
  margin-left: 35px;
}

.nav-link.margin-right {
  margin-left: 0;
}

.nav-text {
  color: var(--baseblack);
  font-size: 16px;
  text-decoration: none;
}

.nav-text.white {
  color: #fff;
}

.hero-home {
  background-image: linear-gradient(#0000001c, #0000001c), url('../images/12.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.image {
  width: 220px;
}

.nav-bar-parent {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.hero-heading {
  color: var(--golden);
  letter-spacing: 4px;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Somatic rounded, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 80px;
  display: flex;
  overflow: hidden;
}

.hero-heading.centre {
  color: var(--ivory);
  text-align: center;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  line-height: 50px;
}

.hero-bitton {
  justify-content: center;
  margin-top: 33px;
  display: flex;
}

.square-point {
  color: #fff;
  border: 1px solid #fff;
  width: auto;
  margin-left: 19px;
  margin-right: 19px;
  display: flex;
}

.squaure-text, .square-tick {
  border: 1px solid #fff;
}

.body-text {
  color: #000;
  letter-spacing: .7px;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
}

.body-text.white {
  color: #000;
  font-family: PT Sans, sans-serif;
  display: block;
  overflow: hidden;
}

.body-text.white.top-margin {
  margin-top: 11px;
}

.body-text.ivory {
  color: var(--ivory);
  padding-left: 8px;
  font-size: 14px;
  text-decoration: none;
}

.body-text.short {
  width: 95%;
}

.body-text.font {
  font-family: Somatic rounded, sans-serif;
}

.body-text.italix {
  font-size: 18px;
  font-style: normal;
}

.body-text.small {
  font-size: 14px;
}

.body-text.bottom-margin {
  margin-bottom: 21px;
}

.body-text.bottom-margin.top-margin {
  margin-top: 22px;
}

.body-text.swipe.bold {
  font-weight: 700;
}

.body-text.margin-bottom {
  margin-bottom: 32px;
}

.button-square-text {
  border: 2px solid var(--ivory);
  color: var(--ivory);
  letter-spacing: .7px;
  border-radius: 4px 0 0 4px;
  padding: 3px 13px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.button-square-text.filled {
  border-color: var(--snow);
  background-color: var(--golden);
  color: var(--snow);
  border-radius: 10px 0 0 10px;
}

.button-square-tick {
  border: 2px solid var(--ivory);
  color: var(--ivory);
  letter-spacing: .7px;
  border-radius: 0 4px 4px 0;
  padding: 3px 13px;
  font-size: 16px;
  line-height: 25px;
}

.button-square-tick.filled {
  border-top-color: var(--snow);
  border-right-color: var(--snow);
  border-bottom-color: var(--snow);
  background-color: var(--golden);
  color: var(--snow);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.abs-box {
  background-color: var(--sea-green);
  border-radius: 10px;
  width: 1000px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-bottom: 36px;
  display: none;
  position: absolute;
  inset: auto 0% -19%;
}

._3-columns {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.text-block-5 {
  color: #fbf9fc;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.info-container {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  height: 24px;
  margin-right: 12px;
}

.column {
  background-image: linear-gradient(#000, #0000 20%), url('../images/confetti_1confetti.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 80%;
  border-right: 1px solid #161616;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-right: 0;
  display: flex;
}

.column.last {
  border: 1px #000;
}

.heading {
  color: #fbf9fc;
  text-align: center;
  margin-bottom: 8px;
  font-size: 60px;
}

.heading.clones {
  font-size: 60px;
}

.heading.followers {
  text-align: center;
  font-size: 60px;
}

.heading.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  font-weight: 400;
}

.section {
  background-color: #0000;
  border: 1px #080808;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.heading-2 {
  color: #000;
  text-align: left;
  letter-spacing: 1.5px;
  margin-bottom: 8px;
  font-size: 50px;
  line-height: 55px;
}

.heading-2.followers {
  text-align: center;
  font-family: Somatic rounded, sans-serif;
  font-size: 9px;
}

.heading-2.tips {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fbf9fc, #fbf9fc);
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 130px;
}

.heading-2.blue {
  color: var(--golden);
  text-align: left;
  font-size: 50px;
  line-height: 55px;
}

.heading-2.blue.bottom-margin {
  color: var(--golden);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-bottom: 22px;
  font-family: Somatic rounded, sans-serif;
  font-size: 40px;
  line-height: 55px;
}

.heading-2.blue.bottom-margin.no-top-margin {
  margin-top: 0;
}

.heading-2.white {
  color: var(--ivory);
}

.heading-2.white.bottom-margin {
  margin-bottom: 17px;
}

.heading-2.white.bottom-margin.no-margin {
  color: var(--baseblack);
  margin-top: 0;
  font-family: Somatic rounded, sans-serif;
}

.heading-2.black.bottom-margin {
  margin-bottom: 17px;
}

.heading-2.centre {
  text-align: center;
}

.text-support {
  color: #fff;
  margin-bottom: 24px;
  font-size: 65px;
  line-height: 50px;
}

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

.text-percentage {
  color: #fff;
  margin-bottom: 24px;
  font-size: 65px;
  line-height: 50px;
}

.poercentage-wrapper {
  display: flex;
}

.text-percentage-icon {
  color: #fff;
  margin-bottom: 24px;
  font-size: 50px;
  line-height: 50px;
}

.text-hours {
  color: #fff;
  margin-bottom: 24px;
  font-size: 65px;
  line-height: 50px;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.about-us-home {
  background-color: var(--ivory);
  padding-top: 130px;
  padding-bottom: 117px;
  overflow: hidden;
}

.about-us-home.ivor {
  background-color: var(--ivory);
}

.nav-top {
  background-color: var(--golden);
  text-align: center;
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-left-parent {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  padding-right: 40px;
  display: flex;
}

.text-left-parent.no-margin {
  padding-right: 0;
  position: relative;
}

.text-left-parent.no-margin._50 {
  width: 50%;
  overflow: hidden;
}

.image-right-parent {
  width: 47%;
  position: relative;
}

.about-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-3 {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-3.opacity {
  opacity: .79;
}

.abs-picture-sub {
  z-index: 2;
  width: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.abs-picture-sub.right, .abs-picture-sub.hide {
  inset: 0% 0% auto auto;
}

.sub-picture {
  background-color: var(--golden);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 8px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 4px 9px;
  font-size: 12px;
}

.sub-picture.pink {
  background-color: #c63f87;
  margin-top: 16px;
  margin-right: 16px;
}

.sub-picture.left {
  margin-left: 12px;
  margin-right: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.body {
  color: var(--ivory);
}

.services {
  background-color: var(--snow);
  padding-top: 49px;
  padding-bottom: 99px;
  overflow: visible;
}

.bullet-parent {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.bullet-parent._3 {
  justify-content: space-around;
}

.bullet-parent._1 {
  justify-content: center;
}

.text-span-7 {
  font-weight: 700;
}

.text-block-12 {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
}

.arrow-bottom-r {
  filter: invert();
  width: 13px;
  margin-left: 19px;
}

.heading-about {
  color: #000;
  letter-spacing: .8px;
  margin-top: 5px;
  margin-bottom: 31px;
  padding-top: 2px;
  padding-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.text-block-11 {
  color: #000;
  text-transform: none;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.button-team {
  color: #fff;
  background-color: #2f7ce0;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  margin-bottom: 46px;
  padding: 17px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.right-text {
  width: 50%;
  padding-left: 11px;
}

.right-text.white {
  color: #fff;
}

.right-text.white._50 {
  color: #000;
}

.bullet-wrapper {
  width: 100px;
  margin-right: 18px;
  display: flex;
}

.left-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.left-text.sticky {
  width: 100%;
  position: sticky;
  top: 30%;
}

.paragraph-3 {
  color: #000;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.text-container {
  justify-content: space-between;
  align-items: stretch;
  min-width: 1000px;
  max-width: 1200px;
  height: auto;
  padding-top: 12px;
  display: flex;
  overflow: visible;
}

.info-wrapper {
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  padding-bottom: 30px;
  display: flex;
}

.text-span-8 {
  letter-spacing: 1px;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
}

.text-span-8.white {
  color: #adadad;
  font-size: 20px;
}

.button {
  border-radius: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 16px;
}

.button.blue {
  color: #fff;
  letter-spacing: .7px;
  background-color: #0d205c;
  padding: 5px 15px;
  text-decoration: none;
  display: flex;
}

.button.blue.opacity-swap {
  color: var(--baseblack);
  background-color: #ffffff45;
}

.button.blue.margin-right {
  margin-right: 23px;
}

.button.blue.no-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.button.blue.no-margimn-button {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.button.blue.no-margimn-button.swap {
  border: 2px solid var(--golden);
  color: var(--golden);
  background-color: #0d205c00;
  border-radius: 9px 8px 8px 9px;
}

.button.white-opacity {
  background-color: #ffffff38;
}

.button.white-opacity.bolie {
  display: none;
}

.button-parent.top-margin {
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.section-belive {
  height: 120vh;
}

.sticky-imag {
  position: sticky;
  top: 0;
}

.overlay {
  background-color: var(--ivory);
  align-items: center;
  height: 60vh;
  padding: 0 73px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overlay.ivory {
  background-color: var(--ivory);
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
  margin-top: -1px;
}

.overlay-info {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.overlay-info.swap {
  flex-direction: row;
}

.quote-section {
  background-color: #181d31;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Bitter, serif;
}

.section-2 {
  background-color: var(--snow);
  padding-top: 91px;
  padding-bottom: 120px;
  overflow: hidden;
}

.quote-heading {
  color: var(--baseblack);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  line-height: 50px;
  position: relative;
}

.div-block {
  background-color: var(--golden);
  height: 50px;
}

.col-right {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.div-block-2 {
  color: #000;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block {
  color: #fff;
  background-color: #7946f3;
  border-radius: 20px;
  align-items: stretch;
  min-height: 400px;
  margin-bottom: 100px;
  padding: 48px 50px 56px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
  position: sticky;
}

.block._1 {
  background-color: #ff0059;
  border-radius: 20px;
  min-height: 325px;
  top: 22%;
}

.block._3 {
  color: red;
  background-color: #5ebe50;
  min-height: 325px;
  top: 30%;
}

.block._4 {
  background-color: #ffb700;
  min-height: 325px;
  margin-bottom: 0;
  top: 34%;
}

.block._2 {
  background-color: #2b3595;
  min-height: 325px;
  top: 26%;
}

.block-title {
  opacity: .2;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 22px;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.block-text {
  letter-spacing: -.01em;
}

.left-wrapper {
  width: 50%;
  margin-left: 56px;
  padding-right: 70px;
}

.body-text.white {
  color: #fff;
}

.left-text-cards {
  width: 45%;
}

.left-text-cards.white {
  color: #fff;
}

.bold-text, .bold-text-2 {
  color: var(--sea-green);
}

.footer {
  background-color: var(--baseblack);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: auto;
  padding-top: 51px;
  padding-bottom: 69px;
  overflow: hidden;
}

.carousel-services {
  background-color: var(--baseblack);
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  overflow: hidden;
}

.bullet-services {
  align-items: center;
  margin-left: 21px;
  margin-right: 21px;
  display: flex;
}

.icon-parent {
  align-items: center;
  width: 15px;
  margin-right: 12px;
  display: flex;
}

.icon-parent.wide {
  width: 20px;
}

.services-text {
  color: #fff;
}

.carousle-overflow {
  justify-content: space-between;
  width: 170%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.div-block-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-4 {
  width: 22px;
  display: block;
}

.footer-top {
  width: 75%;
}

.footer-heading {
  font-size: 50px;
  line-height: 60px;
}

.footer-heading.white {
  color: var(--snow);
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.email-address {
  color: var(--snow);
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 12px 0 0 12px;
  width: 250px;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 15px;
}

.email-address::placeholder {
  color: #fff;
  letter-spacing: .5px;
}

.form {
  display: flex;
}

.arrow-submit {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
}

.arrow-submit.hidden {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.arrow-button-submit {
  border: 2px solid #fff;
  border-left: 1px #fff;
  border-radius: 0 12px 12px 0;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 7px 19px 7px 14px;
  display: flex;
  position: relative;
}

.arrow {
  filter: invert();
  width: 30px;
}

.form-block {
  margin-top: 13px;
  margin-bottom: 0;
}

.foote-map-email {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-span-9 {
  font-style: italic;
  font-weight: 700;
}

.bullet-icon {
  margin-bottom: 28px;
  display: flex;
  overflow: hidden;
}

.text-block-13 {
  color: #000;
  letter-spacing: .5px;
  padding-left: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.bullet-blue {
  filter: saturate(200%);
}

.text-block-14 {
  color: #fff;
}

.dots {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 14px;
}

.bottom-footer {
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.text-block-15 {
  opacity: .45;
  width: 50%;
}

.italic-text, .italic-text-2 {
  color: #fff;
}

.services-grid {
  background-color: var(--ivory);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
}

.heading-services {
  letter-spacing: 1px;
  margin-top: 14px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 30px;
}

.top-info-services {
  text-align: center;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.icon-servies {
  flex-wrap: wrap;
  place-content: stretch space-between;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.icon-card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  margin: 30px 5px;
  padding: 21px;
  display: flex;
}

.icon-card:hover {
  background-color: var(--ivory);
  border-radius: 20px;
  box-shadow: 2px 2px 13px -6px #7a7a7a99;
}

.heading-servies-main {
  letter-spacing: 1px;
  margin-bottom: 28px;
  font-size: 60px;
  line-height: 70px;
}

.image-5 {
  width: 34px;
}

.stories {
  background-color: var(--snow);
  justify-content: center;
  padding-top: 55px;
  padding-bottom: 84px;
  display: flex;
}

.inspire-heading {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 70px;
}

.card-wrapper {
  justify-content: space-between;
  display: flex;
}

.story-card {
  text-align: left;
  background-image: url('../images/Group-60.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 17px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  height: 430px;
  padding: 28px;
  display: flex;
  position: relative;
}

.story-card._2 {
  background-image: url('../images/Group-62.png');
}

.story-card._3 {
  background-image: url('../images/Group-61.png');
}

.story-wrapper {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.story-inspire-sub {
  background-color: var(--sea-green);
  color: #fff;
  letter-spacing: .5px;
  border-radius: 8px;
  margin-top: 12px;
  margin-bottom: 13px;
  margin-right: 12px;
  padding: 4px 9px;
  font-size: 12px;
  position: static;
  inset: auto auto 22% 6%;
}

.story-inspire-sub.pink {
  background-color: #c63f87;
  margin-top: 16px;
  margin-right: 16px;
}

.story-inspire-sub.orange {
  background-color: #f16b1e;
}

.image-6 {
  width: 50px;
}

.image-7 {
  width: 25px;
}

.slide-image {
  width: 800px;
  height: 500px;
}

.image-8 {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.slider {
  height: 90vh;
}

.speaker-image-cover {
  z-index: 10;
  opacity: 1;
  cursor: pointer;
  background-image: url('../images/Gradient-Blur-001.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 101%;
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-image-2 {
  border-radius: 14px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.speaker-slide-content {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 36px;
  display: flex;
  position: relative;
}

.speakers-hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.speaker-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-slide {
  border-radius: 0;
  width: 750px;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.clip-text {
  overflow: hidden;
}

.clip-text.speaker-headding {
  margin-top: 0;
  margin-bottom: 12px;
}

.speaker-slider-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.speaker-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 101%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.speaker-image.one {
  background-image: url('../images/Image-slider.png');
}

.speaker-image.two {
  background-image: url('../images/Group-60.png');
}

.speaker-image.five {
  background-image: url('../images/emma-simpson-mNGaaLeWEp0-unsplash.jpg');
  background-position: 0 0;
  width: 101%;
}

.speaker-image.three {
  background-image: url('../images/Slider-3.png');
  background-position: 100% 0;
  margin-right: 0;
}

.speaker-image.four {
  background-image: url('../images/gabe-pierce-pXPPU-6az_0-unsplash.jpg');
  background-position: 50%;
}

.speaker-image.six {
  background-image: url('../images/Slider-3.png');
  background-position: 50% 0;
}

.speaker-image.seven {
  background-image: url('../images/priscilla-du-preez-aPa843frIzI-unsplash.jpg');
}

.speaker-image.eight {
  background-image: url('../images/kelly-sikkema-XX2WTbLr3r8-unsplash.jpg');
}

.speaker-image.nine {
  background-image: url('../images/kelly-sikkema--1_RZL8BGBM-unsplash.jpg');
  background-position: 50%;
}

.speaker-image.ten {
  background-image: url('../images/kelly-sikkema-0iKjge_aOVo-unsplash.jpg');
}

.speaker-image.eleven {
  background-image: url('../images/noah-naf-fqQr1AFWwnc-unsplash.jpg');
}

.speaker-slide-mask {
  width: 750px;
  overflow: visible;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 5vw;
  display: flex;
  position: relative;
}

.section-3.home-hero-section {
  background-color: var(--snow);
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  padding: 67px 0;
  overflow: hidden;
}

.speaker-info {
  text-align: center;
  max-width: 650px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}

.speaker-name {
  z-index: 10;
  color: var(--sea-green);
  letter-spacing: 1px;
  font-size: 30px;
  line-height: 40px;
  position: relative;
}

.speaker-name.blue {
  color: var(--golden);
}

.speaker-name.blue.no-margin {
  margin-bottom: 0;
}

.speaker-name.blue.no-margin.small {
  margin-top: 10px;
  font-size: 24px;
}

.slide-arrow {
  width: 18px;
}

.speaker-arrow {
  background-color: var(--sea-green);
  border: 1px #ffffff0a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
  inset: auto 5vw 5vw auto;
}

.speaker-arrow.left {
  background-color: var(--sea-green);
  margin-right: 72px;
  left: auto;
  right: 5vw;
}

.body-display {
  color: #8a94a6;
  line-height: 1.55em;
}

.body-display.large {
  font-size: 18px;
  line-height: 1.6em;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.small-body-text {
  font-size: 14px;
}

.section-quote {
  background-image: url('../images/Image-slider.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
}

.foundation-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  background-color: var(--snow);
}

.day-to-day {
  background-color: var(--ivory);
  padding-top: 98px;
  padding-bottom: 117px;
}

.day-to-day.ivor {
  background-color: var(--snow);
}

.bullets-point {
  flex-direction: column;
  margin-top: 27px;
  display: flex;
}

.icon-d2d {
  justify-content: center;
  align-items: flex-start;
  width: 6%;
  padding-top: 22px;
  display: flex;
}

.info-d2d-parent {
  width: 91%;
  margin-left: 14px;
}

.top-d2d {
  margin-top: 12px;
}

.bullet-wrapper-d2d {
  width: 100%;
  margin-right: 18px;
  display: flex;
}

.sub-d2d {
  color: #8d8d8d;
}

.image-5.small {
  width: 20px;
}

.about-us-home-copy {
  background-color: var(--ivory);
  padding-top: 130px;
  padding-bottom: 50px;
}

.about-us-home-copy.ivor {
  background-color: var(--snow);
}

.image-9 {
  border-left: 2px solid #fff;
  width: 22px;
  padding: 5px 15px;
}

.arrow-drop {
  border-left: 2px solid var(--golden);
  border-top-right-radius: 8px;
  align-items: center;
  height: 100%;
  padding-left: 11px;
  display: flex;
}

.margin-button {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}

.arrow-drop-down {
  width: 16px;
}

.container-2 {
  min-width: 1200px;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  display: block;
}

.container-2.relativve {
  position: relative;
}

.icon-parent-footer {
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: 38px;
  display: flex;
}

.icon-parent-footer.left-alig {
  justify-content: flex-start;
  width: 80px;
}

.vimeo {
  filter: invert();
  width: 25px;
}

.contact-parent {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tiktok {
  filter: invert();
  width: 27px;
}

.sub-heading {
  color: #ffb52b;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.contact-us-section {
  background-color: #0d205c;
  height: auto;
  padding-top: 140px;
}

.youtube {
  filter: invert();
  width: 30px;
}

.instagram, .facebook {
  width: 25px;
}

.contact-right {
  flex-direction: column;
  justify-content: space-between;
  width: 55%;
  height: 350px;
  display: flex;
}

.heading-1 {
  z-index: 1;
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
  position: relative;
}

.icon-wrapper-socail {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.icon-wrapper-socail.left-align {
  justify-content: flex-start;
}

.icon-wrapper-socail.mega-wrap {
  flex-direction: column;
  margin-bottom: 0;
}

.twitter {
  width: 25px;
}

.p-message {
  color: #fff;
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.p-message.black {
  color: #000;
  padding-top: 13px;
}

.form-2 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block-27 {
  color: #041731;
  text-align: center;
  margin-bottom: 21px;
  font-size: 18px;
}

.text-block-27.bottom {
  opacity: .58;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.success-message-3 {
  color: #050505;
  background-color: #ffb52b;
  border-radius: 30px;
  font-size: 18px;
}

.steps {
  background-color: var(--snow);
  padding-top: 77px;
  padding-bottom: 108px;
}

.paragrapgh-s2 {
  width: 100%;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 28px;
  position: relative;
}

.form-block-2 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.contact-right-steps {
  width: 45%;
}

.error-message-3 {
  color: #000;
  background-color: #ffffff45;
  border-radius: 20px;
  font-family: Bitter, serif;
}

.textarea {
  color: #fff;
  background-color: #ffffff24;
  border: 1px #000;
  border-bottom-color: #fff;
  border-radius: 20px;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 55px;
  font-size: 14px;
  display: block;
}

.textarea.dark {
  color: #000;
  background-color: #f9f3f099;
  border-bottom-color: #fff;
  border-radius: 0;
  margin-top: 15px;
  margin-bottom: 19px;
  padding-bottom: 67px;
  font-family: PT Sans, sans-serif;
}

.textarea.dark::placeholder {
  color: #000;
}

.text-field-3 {
  color: #fff;
  background-color: #ffffff24;
  border: 1px #000;
  border-bottom-color: #fff;
  border-radius: 20px;
  font-size: 14px;
}

.text-field-3.dark {
  color: #000;
  background-color: #f9f3f099;
  border-bottom-color: #fff;
  border-radius: 0;
  height: auto;
  margin-top: 15px;
  padding: 13px 12px;
  font-family: PT Sans, sans-serif;
}

.text-field-3.dark::placeholder {
  color: #000;
}

.paragraph-5 {
  color: #fff;
  letter-spacing: .2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  position: static;
}

.paragraph-5.black {
  color: #000;
}

.steps-prent {
  margin-left: 20px;
  display: flex;
}

.steps-prent.top {
  margin-top: 53px;
}

.div-block-15 {
  margin-left: 13px;
}

.step-heading {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.step-heading.black-text {
  color: #000;
  font-size: 20px;
}

.title {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 18px;
  display: inline-block;
}

.title.no-margin {
  margin-bottom: 0;
}

.bullet-step {
  background-color: #041731;
  border-radius: 50px;
  width: 10px;
  height: 10px;
  margin-top: 11px;
}

.heading-3 {
  color: #141414;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
}

.heading-3.mnedium {
  font-size: 50px;
}

.heading-3.small-servi-ce {
  color: #fff;
  letter-spacing: 1px;
  font-size: 30px;
}

.name-wrapper {
  width: 100%;
  display: flex;
}

.submit-button {
  color: #000;
  text-align: left;
  letter-spacing: .2px;
  background-color: #ffb52b;
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
}

.submit-button.form-contact {
  background-color: var(--golden);
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.text-block-25 {
  color: #fff;
  font-size: 14px;
}

.text-block-25.black {
  color: #000;
  text-align: center;
}

.text-field-2 {
  opacity: 1;
  color: #fff;
  background-color: #f3f3f324;
  border: 1px #000;
  border-bottom-color: #fff;
  border-radius: 20px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 14px;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-2.dark {
  color: #000;
  background-color: #f9f3f099;
  border-bottom-color: #fff;
  border-radius: 0;
  height: auto;
  padding: 13px;
  font-family: PT Sans, sans-serif;
}

.text-field-2.dark::placeholder {
  color: #000;
}

.text-field-2.dark.left-margin {
  background-color: #f9f3f099;
  margin-left: 19px;
}

.contact-form-abs {
  background-color: #fff;
  border-radius: 20px;
  width: 550px;
  height: auto;
  padding: 56px 42px 48px;
  position: absolute;
  inset: -42% 30px auto auto;
}

.select-field {
  color: #000;
  background-color: #f9f3f099;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-top: 15px;
  padding: 13px 0 13px 6px;
  font-family: PT Sans, sans-serif;
}

.text-span-3 {
  font-weight: 400;
}

.contact-steps-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.load-black {
  z-index: 10;
  background-color: var(--sea-green);
  color: #000;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-clip, .heading-clip {
  overflow: hidden;
}

.heading-clip.mobile {
  display: none;
}

.image-clip {
  background-image: url('../images/WhatsApp-Image-2024-03-11-at-21.42.11_2437a5f2.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.page-load {
  z-index: 1000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 500px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.loading {
  z-index: 1;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  display: none;
  position: absolute;
}

.loading.image {
  background-image: none;
  width: 300px;
  display: block;
  position: static;
}

.loading.clone {
  color: var(--ivory);
  display: block;
}

.count {
  z-index: 5;
  color: #101111;
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 42px;
  position: relative;
  top: 35vh;
}

.bg-white {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.blk-block {
  background-color: var(--baseblack);
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0;
}

.heading-clip-2 {
  overflow: hidden;
}

.heading-clip-believe {
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  overflow: hidden;
}

.clip-text-body.bottom-marg {
  color: #000;
}

.heading-clip-misson {
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  overflow: hidden;
}

.quote-top {
  padding-bottom: 5px;
  overflow: hidden;
}

.quote-top.static {
  display: none;
}

.quote-mid {
  z-index: 1;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.quote-bot {
  overflow: hidden;
}

.quote {
  -webkit-text-fill-color: inherit;
  background-color: #fffff5;
  background-clip: border-box;
  padding-top: 109px;
  padding-bottom: 159px;
  overflow: hidden;
}

.carousle-overflow-2 {
  justify-content: space-between;
  width: 170%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
}

.image-clip-service {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-right-services {
  width: 47%;
  height: 370px;
  position: relative;
}

.clip-text-service, .heading-clip-service {
  overflow: hidden;
}

.image-clip-about {
  border-radius: 19px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.body-clip-about, .heading-clip-about {
  overflow: hidden;
}

.text-serperate {
  margin-top: 24px;
}

.image-hidden {
  border-radius: 14px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.heading-day-day {
  margin-bottom: 50px;
}

.service-model {
  background-color: var(--ivory);
  padding-top: 50px;
  padding-bottom: 117px;
  overflow: hidden;
}

.service-model.ivor {
  background-color: var(--snow);
}

.blue-line {
  background-color: #021b36;
  width: 45px;
  height: 2px;
  margin-bottom: 20px;
}

.nav-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-column.right {
  align-items: flex-end;
}

.nav-link-2 {
  color: #fff;
  white-space: nowrap;
  border-left: 3px solid #fff;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #f0ae06;
  border-left-color: #f0ae06;
}

.nav-link-2.bottom {
  margin-bottom: 0;
}

.nav-bar-2 {
  z-index: 998;
  position: relative;
}

.mega-nav-wrap {
  z-index: 9;
  background-color: #022041;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.lottie-animation {
  filter: invert();
}

.nav-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger-wrap {
  z-index: 1000;
  cursor: pointer;
  width: 50px;
  padding-top: 0;
  transition: all .2s;
  position: relative;
}

.mega-nav-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.brand-link-2 {
  width: 55px;
  max-width: 55px;
  height: 55px;
  position: relative;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px 20px;
  display: flex;
}

.nav-bar-mobile {
  z-index: 998;
  display: none;
  position: relative;
  overflow: visible;
}

.pannel-heading {
  z-index: -1;
  background-color: #ffc4f7;
  border-radius: 4px;
  width: 300px;
  height: 48px;
  display: none;
  position: absolute;
  inset: 35% 0% 0%;
  transform: rotate(-4deg);
}

.pannel-heading.believe {
  background-color: #ff8d81;
  width: 400px;
  top: 25%;
  transform: rotate(-3deg);
}

.pannel-heading.quote {
  z-index: 0;
}

.pannel-heading.quote-bottom {
  background-color: #feffc4;
  width: 380px;
  top: 24%;
  left: 8%;
}

.text-span-10 {
  position: relative;
}

.lottie-animation-2 {
  width: 300px;
  height: 300px;
}

.div-block-16 {
  z-index: 1000;
  position: absolute;
}

.bold-text-3 {
  color: #343434;
}

.bold-text-4 {
  color: #272727;
}

.bold-text-5 {
  color: #000;
}

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

.div-block-17 {
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #fbfbfb;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Bitter, serif;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #678983;
  border: 1px solid #678983;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Somatic rounded, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #191d30;
}

.button-primary:active {
  background-color: #43464d;
}

.hero {
  background-image: url('../images/Banner.png');
  background-position: 50%;
  background-size: cover;
  padding: 221px;
}

.about-us {
  background-color: #fbfbfb;
}

.image-11 {
  width: 100%;
  height: 100%;
  margin: 0;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 67px;
  display: flex;
}

.about_us {
  color: #fed000;
  font-family: Sue Ellen Francisco, sans-serif;
}

.help_heading {
  color: #212121;
  font-family: Bitter, serif;
  font-weight: 800;
}

.para {
  font-family: Bitter, serif;
  font-weight: 400;
  line-height: 24px;
}

.donations, .percent {
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.donation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5px;
  display: flex;
}

.line {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #678983;
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: static;
}

.column-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-18 {
  background-image: url('../images/photo-collage.png.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: auto;
  height: auto;
  margin: 20px;
  padding: 264px;
  display: block;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-19 {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.div-block-20, .div-block-21, .div-block-22 {
  text-align: center;
}

.statics {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.founder {
  background-color: #212121;
}

.statics_02 {
  background-image: url('../images/bottom_part.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 0 #d0d0d0;
  margin-bottom: 0;
  padding-bottom: 125px;
}

.column-4 {
  background-image: url('../images/exporttt.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #fdf7d1;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 100px 66px;
  font-family: Shippori Mincho, sans-serif;
}

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

.paragraph-7 {
  font-family: Outfit, sans-serif;
}

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

.name {
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.designation {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.column-5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns {
  background-image: url('../images/Mask-group.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mission_section {
  background-color: #f5f7fa;
  background-image: url('../images/Mask-group_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 50%;
  padding: 30px;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Bitter, serif;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #678983;
  border: 1px solid #678983;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #191d30;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 7px 9px 13px 2px #000;
}

.heading-5 {
  margin-bottom: 0;
}

.heading-6 {
  margin-top: 0;
  font-family: Bitter, serif;
  font-weight: 800;
}

.mission {
  color: #fed000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sue Ellen Francisco, sans-serif;
  font-size: 28px;
}

.team-slider {
  background-color: #f0e9d2;
  background-image: url('../images/Mask-group.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  border-radius: 20px;
  width: 30%;
  margin-right: 5%;
  box-shadow: 0 2px 5px #0003;
}

.team-block {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 24px;
  box-shadow: 0 2px 5px #0003;
}

.team-member-image-two {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Shippori Mincho, sans-serif;
  font-size: 19px;
  font-weight: 800;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-24 {
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.text-block-28 {
  color: #fed000;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.text-block-29 {
  color: #2e4049;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.button-3 {
  background-color: #fed000;
  border-radius: 20px;
}

.mask {
  padding-bottom: 67px;
}

.goals {
  background-color: #fff;
  background-image: url('../images/Mask-group_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 140px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
}

.pricing-card-text {
  margin-bottom: 20px;
  font-family: Outfit, sans-serif;
}

.heading-7, .heading-8, .heading-9 {
  font-family: Shippori Mincho, sans-serif;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Outfit, sans-serif;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #678983;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #191d30;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-10 {
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: static;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-radius: 20px;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

.div-block-25 {
  background-image: url('../images/Newslatter.png');
  background-position: 0 0;
  background-size: auto;
  padding: 0;
  display: flex;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.image-12 {
  position: static;
}

.footer-subscribe {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: Outfit, sans-serif;
  display: flex;
}

.footer-block-three {
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sponsors {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-28 {
  padding-left: 20px;
}

.image-13 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
}

.hero-copy {
  background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding: 162px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.about-us-copy {
  background-color: #fbfbfb;
  padding: 35px;
}

.div-block-18-copy {
  background-image: url('../images/69.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: auto;
  height: auto;
  margin: 20px 20px 20px 83px;
  padding: 201px;
  display: block;
}

.button-primary-2-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fed000;
  border: 1px solid #fed000;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2-copy:active {
  background-color: #43464d;
}

.column-3-copy {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-2-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 50px;
  display: flex;
}

.div-block-18-copy-copy {
  background-image: url('../images/4571.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: auto;
  height: auto;
  margin: 20px;
  padding: 175px;
  display: block;
}

.about_us-copy {
  color: #fed000;
  font-family: Sue Ellen Francisco, sans-serif;
}

.button-primary-2-copy-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fed000;
  border: 1px solid #fed000;
  border-radius: 100px;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 8px 16px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2-copy-copy:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2-copy-copy:active {
  background-color: #43464d;
}

.statics-copy {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-3-copy {
  background-image: url('../images/Rectangle-4427.png');
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph-6-copy {
  text-align: center;
  text-align: center;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.help_heading-copy, .help_heading-copy-copy {
  color: #212121;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.paragraph-6-copy-copy {
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.statics_02-copy {
  background-image: url('../images/bottom_part.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom: 0 #d0d0d0;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.hero-split-copy {
  background-image: url('../images/feature-post-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  flex: 1;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding: 30px;
  display: flex;
}

.hero-split-copy-copy {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 46%;
  padding: 30px;
  display: flex;
}

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

.name-copy {
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.designation-copy {
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-7-copy {
  font-family: Outfit, sans-serif;
}

.columns-copy {
  background-image: url('../images/Mask-group.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 10px;
  padding-bottom: 30px;
}

.div-block-29 {
  background-image: url('../images/Ellipse-98.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 110px;
}

.help_heading-copy-copy-copy {
  color: #212121;
  font-family: Shippori Mincho, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.help_heading-copy-copy {
  color: #fff;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.paragraph-6-copy-copy {
  color: #fff;
  text-align: center;
  text-align: center;
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.paragraph-6-copy-copy-copy {
  color: #fed000;
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.help_heading-copy-copy-copy {
  color: #fed000;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.help_heading-01 {
  color: #212121;
  font-family: Shippori Mincho, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}

.help_heading-02 {
  color: #212121;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.designation-01 {
  color: #fed000;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.paragraph-01 {
  color: #fff;
  font-family: Outfit, sans-serif;
}

.name-01 {
  color: #fff;
  margin-bottom: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.hero_donate {
  background-image: url('../images/Vector.png'), url('../images/120493-1.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding: 162px;
}

.about_us_head {
  color: #fed000;
  margin-top: 0;
  font-family: Sue Ellen Francisco, sans-serif;
}

.help_heading_donate {
  color: #212121;
  margin-top: 0;
  font-family: Shippori Mincho, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.pricing-description-2 {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.statics-02 {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.help_heading-03, .help_heading-copy-copy-copy, .help_heading-04, .help_heading-05 {
  color: #fff;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.paragraph-6007, .paragraph-6-copy-copywew, .paragraph-6-copy-copy-wewe {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Outfit, sans-serif;
}

.help_heading-copy-wwdwwdo {
  color: #fed000;
  font-family: Shippori Mincho, sans-serif;
  font-weight: 800;
}

.hero_contact {
  background-image: url('../images/Vector.png'), url('../images/Banner_2.png');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: contain, cover;
  padding: 162px;
}

.section-4 {
  background-color: #fff;
}

.contact_us_mid {
  background-color: #fff;
  padding: 40px 20px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.t1 {
  color: #000;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 12px;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  max-width: none;
}

.grid-7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  max-width: 50%;
}

.div-block-35 {
  padding: 10px 20px;
}

.div-block-36 {
  padding: 10px;
}

.column-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fdee9a3b;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.heading-12 {
  font-family: Shippori Mincho, sans-serif;
  font-size: 28px;
  line-height: 30px;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-38 {
  display: flex;
}

.name_person {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  margin-right: 10px;
}

.email_address {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}

.phone_number {
  border: 1px solid #e6e6e6;
  border-radius: 20px;
}

.message {
  box-sizing: border-box;
  aspect-ratio: auto;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  height: auto;
  min-height: auto;
  max-height: none;
  padding-bottom: 174px;
}

.submit-button-2 {
  background-color: #fed000;
  border-radius: 20px;
}

.form-3 {
  margin-bottom: -3px;
}

.column-8, .div-block-39, .code-embed {
  border-radius: 20px;
}

.founder-02 {
  background-color: #f0e9d2;
  display: none;
}

.button-4 {
  text-align: center;
  background-color: #6e8883;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  font-family: Shippori Mincho, sans-serif;
  text-decoration: none;
}

.button-4.is-secondary {
  background-color: #191d30;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 7px 9px 13px 2px #000;
}

.text-size-medium {
  margin-left: 5px;
  font-size: .9rem;
  font-weight: 700;
}

.heading-style-h1 {
  font-family: Bitter, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
  font-family: Bitter, serif;
  font-weight: 400;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  margin: 2rem 0 0;
}

.margin-top.margin-xxlarge {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 0;
  display: flex;
}

.margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-hero {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #678983;
  border: 1px solid #678983;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Somatic rounded, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-hero:hover {
  color: #fff;
  background-color: #191d30;
}

.button-hero:active {
  background-color: #43464d;
}

.button-hero-donate {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #191d30;
  border: 1px solid #678983;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Somatic rounded, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-hero-donate:hover {
  color: #fff;
  background-color: #678983;
}

.button-hero-donate:active {
  background-color: #43464d;
}

.button-about-us-homepage {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #678983;
  border: 1px solid #678983;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Somatic rounded, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-about-us-homepage:hover {
  color: #fff;
  background-color: #191d30;
}

.button-about-us-homepage:active {
  background-color: #43464d;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

.team5_image {
  object-fit: cover;
  border-radius: 100%;
  width: 5rem;
  min-width: 5rem;
  height: 5rem;
  min-height: 5rem;
}

.team5_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.text-size-large {
  font-size: 1.25rem;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-bottom: 2rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.team5_image-wrapper {
  margin-bottom: .5rem;
}

.section_team5 {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.heading-style-h2 {
  font-family: Shippori Mincho, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.team5_item {
  text-align: center;
  line-height: 25px;
}

.team5_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-our-team-homepage {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #678983;
  border: 1px solid #678983;
  border-radius: 100px;
  padding: 12px 25px;
  font-family: Somatic rounded, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-our-team-homepage:hover {
  color: #fff;
  background-color: #191d30;
}

.button-our-team-homepage:active {
  background-color: #43464d;
}

.form-wrapper {
  justify-content: center;
  align-items: stretch;
  width: 100%;
}

.container-4-copy {
  width: 100%;
  max-width: 940px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-40 {
  flex: 1;
}

@media screen and (min-width: 1280px) {
  .body-text.white.top-margin {
    color: #fff;
  }

  .about-us-home {
    background-color: var(--snow);
  }

  .about-wrapper {
    margin-top: 30px;
  }

  .image-3 {
    height: 141%;
  }

  .section-3.home-hero-section, .speaker-name {
    color: var(--golden);
  }

  .speaker-arrow, .speaker-arrow.left {
    background-color: var(--baseblack);
  }

  .about-us-home-copy {
    background-color: var(--snow);
  }

  .sub-heading {
    letter-spacing: .5px;
    text-transform: none;
    border-radius: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
  }

  .contact-us-section {
    background-color: #003dff;
    background-image: linear-gradient(#00000047, #00000047), url('../images/12.png');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
  }

  .text-field-2.dark {
    background-color: #f9f3f094;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #fbfbfb;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero {
    background-repeat: no-repeat;
    background-size: auto;
    padding: 295px;
  }

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

  .founder {
    background-color: #212121;
  }

  .statics_02 {
    background-image: url('../images/bottom_part.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .column-4 {
    background-image: url('../images/exporttt.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .column-5, .columns {
    background-color: #f0e9d2;
  }

  .margin-bottom-24px-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-form-input {
    width: 50vh;
  }

  .heading-11 {
    font-size: 45px;
  }

  .div-block-27 {
    display: flex;
  }

  .div-block-28 {
    padding-left: 83px;
  }

  .hero-copy {
    background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding: 223px;
  }

  .div-block-18-copy {
    background-image: url('../images/58001.jpg');
    margin-left: 148px;
  }

  .div-block-18-copy-copy {
    background-image: url('../images/2149361625.jpg');
    padding-right: 172px;
  }

  .statics-copy {
    background-image: url('../images/Rectangle-4427.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 15px;
  }

  .grid-3-copy {
    background-image: none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .paragraph-6-copy, .help_heading-copy {
    color: #fff;
  }

  .help_heading-copy-copy, .paragraph-6-copy-copy {
    color: #fed000;
  }

  .hero-split-copy {
    background-image: url('../images/feature-post-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 229px;
  }

  .image-14 {
    padding: 76px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .name-copy {
    color: #fff;
  }

  .designation-copy {
    color: #fed000;
  }

  .paragraph-7-copy {
    color: #fff;
    padding-right: 20px;
  }

  .columns-copy {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .div-block-28-copy {
    padding-left: 83px;
  }

  .div-block-29 {
    background-image: url('../images/Ellipse-98.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 109px;
  }

  .help_heading-copy-copy, .paragraph-6-copy-copy {
    color: #fff;
  }

  .paragraph-6-copy-copy-copy, .help_heading-copy-copy-copy, .designation-01 {
    color: #fed000;
  }

  .paragraph-01 {
    color: #fff;
    padding-right: 20px;
  }

  .name-01 {
    color: #fff;
  }

  .hero_donate {
    background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding: 223px;
  }

  .statics-02 {
    background-image: url('../images/Rectangle-4427.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 15px;
  }

  .help_heading-copy-copy-copy, .help_heading-04, .paragraph-6-copy-copy-wewe {
    color: #fff;
  }

  .help_heading-copy-wwdwwdo {
    color: #fed000;
  }

  .hero_contact {
    background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding: 223px;
  }

  .t1 {
    font-size: 20px;
    line-height: 28px;
  }

  .founder-02 {
    background-color: #f0e9d2;
  }

  .columns-3 {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1440px) {
  .text-block-5 {
    font-size: 18px;
  }

  .column {
    background-image: linear-gradient(#080808, #0000 20%), url('../images/confetti_1confetti.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, 80%;
    border-right-color: #161616;
    position: relative;
  }

  .heading.clones {
    text-align: center;
    font-size: 140px;
  }

  .heading.followers {
    font-size: 140px;
  }

  .heading.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .section {
    height: 88%;
  }

  .heading-2.clones {
    text-align: center;
    font-size: 140px;
  }

  .heading-2.followers {
    font-size: 140px;
  }

  .heading-2.tips {
    margin-bottom: 8px;
    font-size: 140px;
  }

  .section-3.home-hero-section {
    min-height: 60vh;
  }

  .container-2.relativve {
    position: relative;
  }

  .icon-parent-footer {
    justify-content: center;
  }

  .icon-parent-footer.left-alig {
    justify-content: flex-start;
  }

  .contact-right {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .heading-1 {
    letter-spacing: 1px;
  }

  .icon-wrapper-socail.left-align {
    justify-content: flex-start;
  }

  .p-message {
    letter-spacing: .5px;
  }

  .p-message.black {
    color: #000;
    font-size: 14px;
  }

  .text-block-27 {
    color: #041731;
    font-size: 18px;
    position: static;
  }

  .steps {
    background-color: #fafcff;
    padding-top: 93px;
    padding-bottom: 93px;
    position: static;
  }

  .contact-right-steps {
    width: 100%;
    height: auto;
  }

  .paragraph-5.black {
    color: #000;
  }

  .steps-prent {
    display: flex;
  }

  .div-block-15 {
    margin-left: 11px;
  }

  .step-heading.black-text {
    color: #000;
  }

  .bullet-parent-2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .bullet-step {
    background-color: #041731;
    border-radius: 505px;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-3.mnedium {
    font-size: 55px;
  }

  .contact-form-abs {
    background-color: #fff;
    border-radius: 20px;
    width: 640px;
    height: 900px;
    padding: 27px 37px;
    position: absolute;
    inset: -36% 0% auto auto;
  }

  .contact-steps-wrapper {
    width: 40%;
  }

  .hero {
    object-fit: cover;
    background-image: url('../images/Banner.png');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    padding: 379px;
  }

  .founder {
    background-color: #212121;
  }

  .column-4 {
    background-image: url('../images/exporttt.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 26px;
  }

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

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .columns {
    background-color: #fdee9a;
  }

  .mission_section {
    background-image: url('../images/Mask-group_1.png');
  }

  .sponsors {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-28 {
    padding-left: 50px;
    padding-right: 0;
  }

  .image-13 {
    box-sizing: content-box;
    aspect-ratio: auto;
    object-fit: cover;
    max-width: 100%;
    overflow: clip;
  }

  .hero-copy {
    object-fit: cover;
    background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    padding: 253px;
  }

  .div-block-18-copy {
    background-image: url('../images/Image.png');
    margin-left: 136px;
  }

  .help_heading-copy {
    color: #000;
  }

  .column-2-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18-copy-copy {
    background-image: url('../images/feature-post.png');
    margin-left: 0;
  }

  .statics-copy {
    background-image: url('../images/Rectangle-4427.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .grid-3-copy {
    color: #fff;
    background-image: none;
  }

  .paragraph-6-copy {
    color: #fff;
    font-size: 16px;
  }

  .help_heading-copy {
    color: #fff;
    font-size: 42px;
  }

  .help_heading-copy-copy {
    color: #fed000;
    font-size: 42px;
  }

  .paragraph-6-copy-copy {
    color: #fed000;
  }

  .hero-split-copy {
    background-image: url('../images/feature-post-1.png');
    background-position: 50%;
    background-size: cover;
    padding: 245px;
  }

  .hero-split-copy-copy {
    padding-right: 0;
  }

  .image-14 {
    padding: 53px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .name-copy {
    color: #fff;
    font-size: 28px;
  }

  .designation-copy {
    color: #fed000;
    margin-top: 10px;
    font-size: 16px;
  }

  .paragraph-7-copy {
    color: #fff;
    padding-right: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .columns-copy {
    padding-bottom: 68px;
  }

  .help_heading-copy-copy {
    color: #000;
  }

  .div-block-28-copy {
    padding-left: 50px;
    padding-right: 0;
  }

  .help_heading-copy-copy-copy {
    color: #000;
  }

  .help_heading-copy-copy {
    font-size: 42px;
  }

  .paragraph-6-copy-copy {
    font-size: 16px;
  }

  .paragraph-6-copy-copy-copy {
    color: #fed000;
  }

  .help_heading-copy-copy-copy {
    color: #fed000;
    font-size: 42px;
  }

  .help_heading-01, .help_heading-02 {
    color: #000;
  }

  .designation-01 {
    color: #fed000;
    margin-top: 10px;
    font-size: 16px;
  }

  .paragraph-01 {
    color: #fff;
    padding-right: 40px;
    font-size: 20px;
    line-height: 24px;
  }

  .name-01 {
    color: #fff;
    font-size: 28px;
  }

  .hero_donate {
    object-fit: cover;
    background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    padding: 253px;
  }

  .help_heading_donate {
    color: #000;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .statics-02 {
    background-image: url('../images/Rectangle-4427.png');
    background-position: 0 0;
    background-size: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 40px;
  }

  .help_heading-03 {
    font-size: 42px;
  }

  .paragraph-6-copy-copy-wewe {
    font-size: 16px;
  }

  .help_heading-copy-wwdwwdo {
    color: #fed000;
    font-size: 42px;
  }

  .hero_contact {
    object-fit: cover;
    background-image: url('../images/Vector.png'), url('../images/Banner_1.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    padding: 253px;
  }

  .founder-02 {
    background-color: #212121;
  }
}

@media screen and (max-width: 991px) {
  .nav-bar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-bar-parent {
    max-width: 100%;
  }

  .hero-heading.centre {
    text-align: center;
    font-size: 9vw;
    line-height: 10vw;
  }

  .body-text.white {
    color: #515151;
  }

  .body-text.ivory {
    padding-left: 0;
  }

  .body-text.italix {
    margin-bottom: 0;
    font-size: 16px;
  }

  .button-square-text {
    border-width: 2px;
    font-size: 1.5vw;
  }

  .heading-2.blue.bottom-margin, .heading-2.blue.bottom-margin.no-top-margin {
    font-size: 45px;
  }

  .heading-2.blue.bottom-margin.hide {
    display: none;
  }

  .heading-2.white.bottom-margin.no-margin {
    font-size: 45px;
  }

  .container {
    max-width: 100%;
  }

  .about-us-home {
    padding-top: 30px;
  }

  .text-left-parent {
    padding-right: 0;
  }

  .image-right-parent {
    width: 50%;
  }

  .image-3, .image-3.opacity {
    border-radius: 20px;
  }

  .abs-picture-sub.hide {
    display: none;
  }

  .right-text.white {
    width: 100%;
    padding-left: 0;
  }

  .right-text.white._50 {
    width: 50%;
  }

  .left-text.horizontal {
    flex-direction: row;
    width: 100%;
  }

  .text-container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .text-span-8.white {
    font-size: 18px;
  }

  .button.blue.opacity-swap, .button.blue.margin-right, .button.white-opacity {
    font-size: 14px;
  }

  .section-belive {
    height: 105vh;
  }

  .overlay {
    padding-left: 0;
    padding-right: 0;
  }

  .overlay.ivory {
    align-items: flex-start;
    height: 50vh;
  }

  .image-4 {
    height: 50vh;
  }

  .image-4._60vh {
    height: 60vh;
  }

  .overlay-info {
    flex-direction: row-reverse;
  }

  .overlay-info.swap {
    flex-direction: column;
  }

  .quote-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .col-right {
    align-self: stretch;
    margin-top: 24px;
  }

  .block {
    padding-left: 30px;
    padding-right: 30px;
    top: 28%;
  }

  .block-title {
    font-size: 30px;
  }

  .left-wrapper {
    margin-left: 30px;
    padding-right: 0;
  }

  .left-text-cards {
    width: 47%;
  }

  .bullet-services {
    justify-content: center;
    display: flex;
  }

  .icon-text {
    width: 220px;
  }

  .icon-text._2 {
    width: 180px;
  }

  .icon-text._3 {
    width: 150px;
  }

  .services-text {
    display: block;
  }

  .footer-heading.white {
    font-size: 45px;
  }

  .bullet-blue {
    width: 21px;
  }

  .slide-image-2 {
    height: 50vh;
    min-height: 500px;
  }

  .clip-text.speaker-headding {
    margin-top: -36px;
    margin-bottom: 24px;
  }

  .speaker-slide-mask {
    width: 65%;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.home-hero-section {
    min-height: auto;
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .speaker-info {
    max-width: 470px;
  }

  .speaker-name {
    font-size: 52px;
  }

  .container-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-us-section {
    height: auto;
  }

  .contact-right {
    width: 100%;
  }

  .paragrapgh-s2 {
    width: 100%;
    line-height: 24px;
  }

  .contact-right-steps {
    width: 100%;
  }

  .paragraph-5 {
    line-height: 24px;
  }

  .step-heading {
    font-size: 22px;
  }

  .heading-3.small-servi-ce {
    margin-top: 0;
    font-size: 27px;
  }

  .load-black {
    display: none;
  }

  .heading-clip {
    margin-bottom: 10px;
  }

  .heading-clip.hide {
    display: none;
  }

  .image-clip {
    border-radius: 20px;
  }

  .loading {
    font-size: 30px;
  }

  .loading.clone, .count {
    font-size: 30px;
    line-height: 44px;
  }

  .carousle-overflow-2 {
    justify-content: space-between;
  }

  .nav-column.right {
    padding-right: 20px;
  }

  .nav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .column-2 {
    padding-left: 70px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 10px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 0;
  }

  .team-slide-wrapper {
    width: 40%;
    margin-right: 6%;
  }

  .team-slider-nav {
    margin-top: 0;
  }

  .pricing-grid {
    grid-column-gap: 30px;
    margin-top: 25px;
  }

  .margin-bottom-24px-2 {
    margin-bottom: 12px;
    line-height: 14px;
  }

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

  .heading-11 {
    font-size: 30px;
  }

  .image-12 {
    max-width: 110%;
    position: relative;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .sponsors {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-copy {
    padding: 136px;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-18-copy {
    padding: 142px;
  }

  .column-2-copy {
    padding-left: 70px;
    padding-right: 20px;
  }

  .div-block-18-copy-copy {
    padding: 104px;
  }

  .statics-copy {
    margin-top: 20px;
  }

  .grid-3-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-split-copy, .hero-split-copy-copy {
    max-width: 100%;
    margin-bottom: 0;
  }

  .hero_donate {
    padding: 136px;
  }

  .container-6 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .statics-02 {
    margin-top: 0;
  }

  .hero_contact {
    padding: 136px;
  }

  .contact_us_mid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .t1 {
    margin-bottom: 12px;
    line-height: 14px;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team5_list {
    grid-column-gap: 2rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .container-4-copy {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .nav-bar {
    display: none;
  }

  .square-point {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-text.white {
    color: #898989;
    padding-bottom: 100px;
  }

  .body-text.font.white {
    margin-top: 10px;
  }

  .button-square-text {
    font-size: 1.6vw;
  }

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

  .column {
    background-image: none;
    background-position: 0 0;
    border-bottom: 1px solid #282729;
    border-right-style: none;
    flex-direction: column;
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .heading, .heading.tips {
    font-size: 100px;
  }

  .section {
    align-items: center;
    height: 68%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: auto;
  }

  .heading-2, .heading-2.tips {
    font-size: 100px;
  }

  .heading-2.blue.bottom-margin, .heading-2.blue.bottom-margin.no-top-margin {
    font-size: 40px;
  }

  .heading-2.white.bottom-margin.no-margin {
    margin-top: 30px;
  }

  .nav-top {
    display: none;
  }

  .text-left-parent {
    width: 100%;
    margin-top: 20px;
  }

  .image-right-parent {
    width: 100%;
    height: 300px;
  }

  .about-wrapper {
    flex-direction: column-reverse;
  }

  .image-3 {
    height: 240%;
  }

  .image-3.opacity {
    height: 100%;
  }

  .right-text.white._50 {
    width: 100%;
  }

  .left-text {
    width: 100%;
    height: auto;
  }

  .text-container {
    flex-direction: column-reverse;
  }

  .button.white-opacity.hide {
    display: none;
  }

  .section-belive {
    height: 130vh;
  }

  .section-belive.mission {
    height: 120vh;
  }

  .overlay, .overlay.ivory {
    height: 70vh;
  }

  .overlay-info {
    flex-direction: column;
  }

  .quote-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .block {
    margin-bottom: 40px;
  }

  .block._1 {
    top: 5%;
  }

  .block._3 {
    top: 13%;
  }

  .block._4 {
    top: 17%;
  }

  .block._2 {
    top: 9%;
  }

  .left-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .left-text-cards {
    width: 100%;
  }

  .footer-top {
    width: 90%;
  }

  .footer-heading.white {
    font-size: 40px;
  }

  .email-us {
    flex-direction: column-reverse;
    margin-top: 10px;
    display: flex;
  }

  .foote-map-email {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .slide-image-2 {
    min-height: 400px;
  }

  .speaker-slide-mask {
    width: 90%;
  }

  .speaker-name {
    font-size: 48px;
  }

  .icon-parent-footer {
    width: 100%;
    margin-left: 0;
    margin-right: 25px;
  }

  .vimeo, .tiktok, .youtube, .instagram, .facebook {
    width: 20px;
  }

  .icon-wrapper-socail.mega-wrap.horizontal {
    flex-direction: row;
    width: 100%;
  }

  .twitter {
    width: 20px;
  }

  .form-2 {
    align-items: center;
  }

  .paragrapgh-s2 {
    margin-bottom: 14px;
  }

  .form-block-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-clip {
    margin-top: 412px;
  }

  .loading, .loading.clone {
    font-size: 28px;
  }

  .clip-text-body.bottom-marg {
    margin-bottom: 15px;
  }

  .nav-column {
    margin-bottom: 30px;
  }

  .nav-column.right {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    border-left-style: none;
    padding-left: 0;
  }

  .mega-nav-wrap {
    width: 0;
  }

  .mega-nav-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 74px;
  }

  .brand-link-2 {
    width: 120px;
    max-width: none;
    height: auto;
  }

  .nav-inner {
    background-image: linear-gradient(#a0a0a080, #a0a0a080);
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-bar-mobile {
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero {
    padding: 159px;
  }

  .column-2 {
    padding-left: 20px;
  }

  .help_heading {
    font-size: 30px;
  }

  .grid-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .mission_section {
    padding: 60px 15px;
  }

  .mission {
    font-size: 24px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-member-name-two {
    font-size: 14px;
  }

  .text-block-28, .text-block-29 {
    font-size: 12px;
  }

  .goals {
    padding: 60px 15px;
  }

  .centered-heading-2 {
    font-size: 24px;
  }

  .heading-7, .heading-8, .heading-9 {
    font-size: 20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .margin-bottom-24px-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .heading-11 {
    font-size: 38px;
  }

  .image-12 {
    vertical-align: baseline;
    max-width: 425px;
    position: static;
    overflow: clip;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-27 {
    flex: 0 auto;
    align-self: center;
    overflow: visible;
  }

  .hero-copy {
    padding: 110px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .column-2-copy {
    padding-left: 20px;
  }

  .grid-3-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6-copy {
    font-size: 12px;
  }

  .help_heading-copy, .help_heading-copy-copy {
    font-size: 30px;
  }

  .help_heading-copy-copy, .help_heading-copy-copy-copy, .help_heading-copy-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy {
    font-size: 30px;
  }

  .paragraph-6-copy-copy, .paragraph-6-copy-copy-copy {
    font-size: 12px;
  }

  .help_heading-copy-copy-copy, .help_heading-01, .help_heading-02 {
    font-size: 30px;
  }

  .hero_donate {
    padding: 110px;
  }

  .help_heading_donate {
    font-size: 30px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .pricing-overview {
    padding: 0 15px 60px;
  }

  .pricing-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .statics-02 {
    margin-top: 0;
  }

  .help_heading-03, .help_heading-copy-copy-copy, .help_heading-04, .help_heading-05 {
    font-size: 30px;
  }

  .paragraph-6007, .paragraph-6-copy-copywew, .paragraph-6-copy-copy-wewe {
    font-size: 12px;
  }

  .help_heading-copy-wwdwwdo {
    font-size: 30px;
  }

  .hero_contact {
    padding: 110px;
  }

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

  .t1 {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-30 {
    justify-content: center;
    align-items: center;
  }

  .column-8 {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .team5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-links {
    flex-direction: column;
  }

  .nav-bar-links.bottom {
    flex-direction: row;
  }

  .nav-link {
    margin-bottom: 15px;
    margin-left: 0;
  }

  .nav-link.margin-right {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .nav-text.white {
    font-size: 14px;
  }

  .hero-heading.centre {
    font-size: 13vw;
    line-height: 15vw;
  }

  .hero-bitton {
    flex-direction: column;
    align-items: center;
  }

  .square-point {
    margin-bottom: 20px;
  }

  .body-text {
    font-size: 15px;
  }

  .body-text.white {
    color: #757575;
  }

  .body-text.italix {
    font-size: 14px;
  }

  .button-square-text {
    font-size: 4vw;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .image-2 {
    height: 16px;
    margin-right: 8px;
  }

  .column {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .heading, .heading.tips {
    font-size: 80px;
  }

  .section {
    height: 72%;
    overflow: auto;
  }

  .heading-2 {
    font-size: 8vw;
  }

  .heading-2.tips {
    font-size: 80px;
  }

  .heading-2.blue.bottom-margin, .heading-2.blue.bottom-margin.no-top-margin, .heading-2.white.bottom-margin.no-margin {
    font-size: 9vw;
    line-height: 11vw;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-us-home.ivor {
    padding-bottom: 50px;
  }

  .nav-top {
    display: none;
  }

  .image-3 {
    height: 300px;
    inset: 0%;
  }

  .services {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .right-text.white._50 {
    flex-flow: row;
    display: flex;
  }

  .right-text.white.card {
    display: flex;
    overflow: scroll;
  }

  .info-wrapper {
    padding-top: 0;
  }

  .button.blue.opacity-swap {
    background-color: #5bceff00;
    justify-content: center;
  }

  .button.blue.margin-right {
    text-align: center;
    background-color: #000;
    justify-content: center;
    margin-right: 0;
  }

  .button.white-opacity {
    text-align: center;
  }

  .button-parent.top-margin {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .section-belive {
    height: 148vh;
  }

  .section-belive.mission {
    height: auto;
  }

  .overlay {
    align-items: flex-start;
    height: 120vh;
    padding-top: 23px;
  }

  .overlay.ivory {
    height: auto;
  }

  .image-4 {
    height: 30vh;
    display: inline-block;
  }

  .quote-heading {
    margin-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15vw;
    line-height: 13vw;
  }

  .block {
    padding: 28px 18px 32px;
    font-size: 24px;
    top: 24%;
  }

  .block._1 {
    top: 12%;
  }

  .block._3 {
    top: 16%;
  }

  .block._4 {
    top: 23%;
  }

  .block._2 {
    top: 14%;
  }

  .block-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .footer-heading.white {
    font-size: 9vw;
    line-height: 11vw;
  }

  .bullet-icon {
    align-items: center;
    width: 100%;
  }

  .bottom-footer {
    flex-direction: column;
  }

  .text-block-15 {
    width: 100%;
  }

  .slide-image-2 {
    height: 40vh;
    min-height: 300px;
  }

  .speaker-slide-content {
    padding-bottom: 6px;
  }

  .clip-text.speaker-headding {
    margin-top: -30px;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-3.home-hero-section {
    padding-bottom: 36px;
  }

  .speaker-name {
    font-size: 42px;
  }

  .speaker-arrow {
    top: auto;
    bottom: 0;
    right: 5vw;
  }

  .speaker-arrow.left {
    margin-right: 84px;
    left: auto;
    right: 0;
  }

  .contact-right {
    height: auto;
  }

  .heading-1 {
    font-size: 55px;
    line-height: 55px;
  }

  .contact-right-steps {
    height: auto;
  }

  .heading-3.small-servi-ce {
    margin-bottom: 15px;
    line-height: 30px;
  }

  .load-black {
    z-index: 22;
  }

  .loading {
    font-size: 24px;
  }

  .loading.image {
    width: 180px;
  }

  .loading.clone {
    z-index: 2;
    font-size: 24px;
  }

  .quote-top {
    display: none;
  }

  .quote-top.static {
    display: flex;
  }

  .quote-mid, .quote-bot {
    display: none;
  }

  .quote {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .swipe-cards-bullet {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .nav-link-2 {
    font-size: 24px;
    line-height: 45px;
  }

  .nav-bar-2 {
    z-index: 994;
  }

  .mega-nav-wrap {
    background-color: var(--golden);
    width: 0;
  }

  .lottie-animation {
    filter: none;
  }

  .hamburger-wrap {
    width: 40px;
    height: 50px;
  }

  .mega-nav-inner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    flex-flow: column;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 9px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .brand-link-2 {
    width: 100px;
    height: auto;
  }

  .nav-inner {
    background-image: linear-gradient(#47474759, #47474759);
  }

  .nav-bar-mobile {
    z-index: 994;
  }

  .image-10 {
    max-width: 200%;
  }

  .bold-text-3 {
    color: #b9b9b9;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero {
    padding: 93px;
  }

  .help_heading {
    font-size: 28px;
  }

  .div-block-18 {
    margin-left: 0;
    margin-right: 0;
    padding: 144px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .image-12 {
    max-width: 1000px;
  }

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .div-block-28 {
    padding-right: 20px;
  }

  .hero-copy {
    padding: 62px;
  }

  .container-5 {
    max-width: none;
  }

  .div-block-18-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 144px;
  }

  .div-block-18-copy-copy {
    margin-left: 0;
    margin-right: 0;
    padding: 144px;
  }

  .grid-3-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .help_heading-copy, .help_heading-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy-copy, .help_heading-copy-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy, .help_heading-copy-copy-copy, .help_heading-01, .help_heading-02 {
    font-size: 28px;
  }

  .hero_donate {
    padding: 62px;
  }

  .help_heading_donate {
    font-size: 28px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

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

  .container-7 {
    max-width: none;
  }

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

  .help_heading-03, .help_heading-copy-copy-copy, .help_heading-04, .help_heading-05, .help_heading-copy-wwdwwdo {
    font-size: 28px;
  }

  .hero_contact {
    padding: 62px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-30 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-38 {
    flex-flow: column;
  }

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

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .container-4-copy {
    max-width: none;
  }
}

#w-node-f34c681e-c02a-7b58-71ca-bf18a9815b59-67d0a84a, #w-node-_06a3fda2-75cf-af73-d0c1-4921e37e1248-67d0a84a, #w-node-d1940b80-6ca7-ba2f-f3e7-6bee2e646adf-67d0a84a, #w-node-_9abc6bf8-a077-bf10-090e-49a1acd4e89b-67d0a84a, #w-node-fe366990-3050-2919-658d-40dc64d56c63-67d0a84a {
  place-self: center;
}

#w-node-_631e2fa0-5108-7b5f-9f24-e15bdfe2c391-67d0a84a, #w-node-_631e2fa0-5108-7b5f-9f24-e15bdfe2c39b-67d0a84a, #w-node-_631e2fa0-5108-7b5f-9f24-e15bdfe2c3a5-67d0a84a, #w-node-c46c3f64-96de-bb4e-bccb-6abf44377f8d-67d0a84a, #w-node-_79f17515-5570-a668-c530-4d3bafdc9d72-67d0a84a, #w-node-_485baf50-314e-7818-9fc3-89e24c4380a5-67d0a84a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ef4607-89d6-efa1-70e2-50661f3b7235-67d0a84a, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7239-67d0a84a, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723d-67d0a84a, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723e-67d0a84a, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723f-67d0a84a, #w-node-c5a70ea5-9200-4ee8-47c4-d5088710a391-3c30a1ca, #w-node-c5a70ea5-9200-4ee8-47c4-d5088710a395-3c30a1ca, #w-node-c5a70ea5-9200-4ee8-47c4-d5088710a399-3c30a1ca, #w-node-c5a70ea5-9200-4ee8-47c4-d5088710a39a-3c30a1ca, #w-node-c5a70ea5-9200-4ee8-47c4-d5088710a39b-3c30a1ca, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7235-3c30a1ca, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7239-3c30a1ca, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723d-3c30a1ca, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723e-3c30a1ca, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723f-3c30a1ca, #w-node-_15d9e0cb-9697-35d0-9253-a9fa73100e75-dd1a5108, #w-node-_15d9e0cb-9697-35d0-9253-a9fa73100e79-dd1a5108, #w-node-_15d9e0cb-9697-35d0-9253-a9fa73100e7d-dd1a5108, #w-node-_15d9e0cb-9697-35d0-9253-a9fa73100e7e-dd1a5108, #w-node-_15d9e0cb-9697-35d0-9253-a9fa73100e7f-dd1a5108, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7235-dd1a5108, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7239-dd1a5108, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723d-dd1a5108, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723e-dd1a5108, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723f-dd1a5108, #w-node-c6d71bc8-5b9e-6dbc-52d2-df8fe8f4bac9-aa4f3f53, #w-node-c6d71bc8-5b9e-6dbc-52d2-df8fe8f4bacd-aa4f3f53, #w-node-c6d71bc8-5b9e-6dbc-52d2-df8fe8f4bad1-aa4f3f53, #w-node-c6d71bc8-5b9e-6dbc-52d2-df8fe8f4bad2-aa4f3f53, #w-node-c6d71bc8-5b9e-6dbc-52d2-df8fe8f4bad3-aa4f3f53, #w-node-fce67e2d-1903-7a58-c88c-3d156875df70-aa4f3f53, #w-node-b682e040-b3a4-8463-700e-d43c0baec73d-aa4f3f53, #w-node-_1f2cd94b-249e-f20d-90da-870fb8e6e558-aa4f3f53, #w-node-_8feb1f3b-1562-9033-f5e7-007a92157be9-aa4f3f53, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7235-aa4f3f53, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b7239-aa4f3f53, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723d-aa4f3f53, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723e-aa4f3f53, #w-node-a3ef4607-89d6-efa1-70e2-50661f3b723f-aa4f3f53 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-b682e040-b3a4-8463-700e-d43c0baec73d-aa4f3f53, #w-node-_1f2cd94b-249e-f20d-90da-870fb8e6e558-aa4f3f53 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBold.ttf') format('truetype'), url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BoldItalic.ttf') format('truetype'), url('../fonts/Nunito-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito variablefont wght';
  src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito variablefont wght';
  src: url('../fonts/Nunito-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Somatic rounded';
  src: url('../fonts/Somatic-Rounded.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Enriq';
  src: url('../fonts/Enriq-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Enriq';
  src: url('../fonts/Enriq-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Enriq';
  src: url('../fonts/Enriq-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Enriq';
  src: url('../fonts/Enriq-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Enriq';
  src: url('../fonts/Enriq-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Enriq';
  src: url('../fonts/Enriq-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}