:root {
  --yellow: #ffd300;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-wrapper {
  background-color: #272727;
  flex-flow: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  position: static;
}

.block-1 {
  padding-top: 24px;
}

.body {
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-block {
  margin-bottom: 24px;
}

.text-block._24 {
  margin-bottom: 0;
}

.block-2 {
  padding-bottom: 24px;
}

.block-question {
  background-color: #202222;
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 20px;
}

.block-logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1%;
  display: flex;
}

.logos-up {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.link-block {
  width: 108px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 124px;
  display: flex;
}

.block-icon {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.block-icon._2 {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.image {
  width: 32px;
  height: 32px;
}

.text-block-2 {
  color: #fff;
  text-transform: uppercase;
}

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

.block-question-answer {
  background-color: #f1f1f100;
  border-radius: 12px;
}

.answer {
  padding: 0;
}

.blockfooter-2 {
  color: #234475;
  background-color: #f1f1f1;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.footertext-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.link-4 {
  color: #000;
}

.text-span {
  font-weight: 500;
}

.block-heading {
  padding-top: 2%;
  padding-bottom: 2%;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.block-vidilennya {
  background-color: #202222;
  border-radius: 12px;
  margin: 24px 0;
  padding: 20px;
}

.text-block-3 {
  color: #fff;
  font-style: italic;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  display: grid;
}

.sup-text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.date-text {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.image-2 {
  border-radius: 12px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  margin-bottom: 24px;
}

.image-3 {
  border-radius: 12px;
}

.block-img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid-3 {
  grid-template-rows: auto;
}

.image-4, .image-5 {
  border-radius: 12px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  margin-bottom: 24px;
}

.link-5 {
  color: #000;
}

.image-6, .image-7 {
  border-radius: 12px;
}

.grid-5, .grid-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-7 {
  grid-template-rows: auto;
}

.image-8, .image-9 {
  border-radius: 12px;
}

.image-10 {
  width: 100%;
}

.icon {
  opacity: .1;
  position: absolute;
  inset: auto auto 18% 0%;
}

.image-11 {
  width: 160px;
}

.link-6, .link-7, .link-8 {
  color: #000;
}

.link-block-3 {
  width: 120px;
}

.image-14 {
  border-radius: 8px;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.image-16 {
  border-radius: 8px;
}

.slide-nav-hidden {
  display: none;
}

.slide {
  height: auto;
}

.image-15 {
  border-radius: 8px;
}

.slider-nav-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #202223;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #202223;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff0;
  border: .1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff0;
  border: .1px solid #0e2f1e;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.right-arrow-hidden {
  display: none;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  max-width: 990px;
  margin: 24px auto;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #202223;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.image-17 {
  border-radius: 8px;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow-hidden {
  display: none;
}

.img4, .img3, .img1 {
  border-radius: 8px;
}

.slider-nav-active-2 {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #202223;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #202223;
}

.img2 {
  border-radius: 8px;
}

.slider-wrapper-2 {
  width: 100%;
  max-width: 990px;
  margin: 24px auto;
}

.slider-arrow-right-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #202223;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-wrapper-3 {
  width: 100%;
  max-width: 990px;
  margin: 24px auto;
}

.block-donate {
  background-color: #202223;
  margin-top: 24px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  margin-bottom: 24px;
}

.link-9, .link-10 {
  color: var(--yellow);
}

.button {
  background-color: var(--yellow);
  color: #000;
  text-transform: uppercase;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: #fff;
  border: 2px #fff;
}

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

.button_box {
  margin-top: 60px;
  margin-bottom: 100px;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: block;
}

.rotating-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.circle-container {
  background-color: #ffde1600;
  background-image: url('../images/flower_1flower.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  justify-content: center;
  align-items: center;
  width: 150px;
  max-width: 100vw;
  height: 150px;
  max-height: 100vw;
  display: flex;
}

.circle-text-section {
  color: #202223;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.text-span-2 {
  font-weight: 500;
}

.link-11 {
  color: #000;
}

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

.link-12 {
  color: #000;
}

.text-span-4 {
  font-weight: 500;
}

.link-13, .link-14 {
  color: #000;
}

.block-don {
  border: 1px solid #fff;
  border-radius: 12px;
  padding: 20px;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
}

.text-block-5._2 {
  margin-bottom: 24px;
}

.link-19 {
  color: #ffd300;
}

.button-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #ffd300;
  border-radius: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.button-2:hover {
  background-color: #fff;
  border: 2px #fff;
}

.link-20 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .blockfooter-2 {
    color: #fff;
  }

  .footertext-2 {
    color: #000;
  }

  .link-block-3 {
    width: 136px;
  }
}

@media screen and (min-width: 1440px) {
  .image-11 {
    width: 180px;
  }

  .link-block-3 {
    width: 152px;
  }
}

@media screen and (min-width: 1920px) {
  .link-block {
    width: 148px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 180px;
    display: block;
  }

  .footertext-2 {
    font-size: 14px;
  }

  .image-11 {
    width: auto;
  }

  .link-block-3 {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading {
    font-size: 32px;
  }

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

  .grid-4 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-2, .container1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 27px;
  }

  .grid-2, .grid-3, .grid-4, .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .button_box {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-image: none;
    min-height: auto;
    display: block;
  }

  .container {
    margin-left: 5%;
    margin-right: 5%;
  }

  .block-question {
    margin-top: 0;
  }

  .block-logo {
    padding: 2%;
  }

  .link-block {
    width: 88px;
  }

  .link-block-2 {
    width: 100px;
  }

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

  .answer {
    margin-bottom: 24px;
  }

  .blockfooter-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .container-2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .footertext-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 12px;
  }

  .container1 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading {
    font-size: 24px;
  }

  .sup-date-box {
    margin-bottom: 20px;
  }

  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7 {
    flex-flow: column;
    display: flex;
  }

  .image-11 {
    width: 120px;
  }

  .slider-arrow-left {
    background-color: #202223;
    border-style: none;
  }

  .slider-arrow-icon {
    color: #fff;
  }

  .block-donate {
    margin-top: 0;
    margin-bottom: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button_box {
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .link-19 {
    white-space: normal;
    word-break: break-all;
    display: block;
  }

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

#w-node-_5be2321c-a6dd-c82b-014b-b27ad007d707-ff0d1bf4, #w-node-_5dc66fce-3511-be99-77ab-af782652ea86-ff0d1bf4, #w-node-_64aa6571-06d4-add9-6733-6864673e7867-ff0d1bf4, #w-node-_81ea232d-3505-3404-94f8-9f157556c02a-ff0d1bf4, #w-node-f15a4233-b731-da9a-66ab-408127510d12-ff0d1bf4, #w-node-_7352073a-c4a4-8154-a828-51410baa419c-ff0d1bf4, #w-node-_7352073a-c4a4-8154-a828-51410baa41b3-ff0d1bf4, #w-node-_7352073a-c4a4-8154-a828-51410baa41c4-ff0d1bf4, #w-node-_7352073a-c4a4-8154-a828-51410baa41dc-ff0d1bf4, #w-node-_7352073a-c4a4-8154-a828-51410baa420d-ff0d1bf4, #w-node-_7352073a-c4a4-8154-a828-51410baa4223-ff0d1bf4 {
  align-self: center;
}


