@font-face {
  font-family: Sentient Complete;
  src: url('../fonts/Sentient_Complete.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --dark-text: #242443;
  --secondary-dark-text: #242443b3;
}

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

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

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

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

a {
  text-decoration: none;
}

.bg {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  color: #000;
  background-color: #133c58;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: none;
  height: 97vh;
  margin: 1%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg.foot {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  margin-bottom: 1%;
  padding-top: 243px;
  padding-bottom: 20px;
}

.bg.foot.donate {
  margin-top: 10%;
  padding-top: 68px;
}

.bg.foot._31 {
  padding-top: 304px;
}

.bg.voucher {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.bg.voucher.donate {
  padding-left: 146px;
  padding-right: 146px;
}

.bg.voucher._3 {
  height: 97vh;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: -36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Sentient, Verdana, sans-serif;
  font-size: 45px;
  line-height: 120%;
}

.heading.donate {
  max-width: 681px;
}

.navbar {
  background-color: #fff;
  border-radius: 10px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 40px;
  left: 0;
  right: 0;
}

.nav-link {
  color: var(--dark-text);
  font-family: Sentient, Verdana, sans-serif;
  font-size: 16px;
  transition: transform .2s;
}

.nav-link:hover {
  transform: scale(1.05);
}

.nav-link:visited, .nav-link.w--current {
  color: var(--dark-text);
}

.button {
  vertical-align: baseline;
  background-color: #c1031d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: 34px;
  margin-right: 7px;
  padding: 0 26px;
  font-family: Bitter, serif;
  transition: background-color .2s, transform .2s;
  display: flex;
}

.button:hover {
  background-color: #d4102b;
  transform: scale(1.05);
}

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

.main-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #c1031d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 3px 11px #0003;
}

.main-cta:hover {
  background-color: #d4102b;
}

.bold-text {
  color: #fff;
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.image {
  width: 19px;
  max-width: none;
}

.image._2 {
  width: 22px;
}

.brand {
  width: 90px;
  transition: transform .2s;
  position: absolute;
  top: -15px;
  left: -10px;
}

.brand:hover {
  transform: scale(1.05);
}

.brand.w--current {
  transition: transform .2s;
}

.brand.w--current:hover {
  transform: scale(1.05);
}

.link-block {
  margin-top: 30px;
  text-decoration: none;
}

.link-block._2 {
  margin-top: 0;
}

.body {
  color: #fff;
  font-family: Public Sans, sans-serif;
}

.text-block {
  color: #fff;
  text-align: center;
  max-width: 644px;
  font-size: 16px;
}

.text-block._2 {
  max-width: 447px;
}

.carousel-track {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.padding-2 {
  max-width: none;
  padding-left: 5%;
  padding-right: 5%;
}

.image-2 {
  border-radius: 10px;
  width: 39vh;
  max-width: none;
}

.carousel-mask {
  aspect-ratio: auto;
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 14vh;
  padding-bottom: 15px;
  display: flex;
  overflow: visible;
}

.heading-2 {
  color: var(--dark-text);
  font-family: Sentient, Verdana, sans-serif;
  font-size: 35px;
}

.top {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-2 {
  color: var(--dark-text);
  text-align: center;
  max-width: 811px;
  font-size: 16px;
}

.text-block-2._2 {
  text-align: left;
  max-width: 546px;
}

.text-block-2._2._3 {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 150%;
}

.text-block-2._2._3._4, .text-block-2._2._3._31 {
  margin-bottom: 15px;
}

.content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 163px;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  cursor: pointer;
  background-color: #f8e5d5;
  border-radius: 15px;
  width: 100%;
  height: 470px;
  padding: 40px 30px 30px 40px;
  position: relative;
}

.div-block-2:hover {
  box-shadow: none;
}

.div-block-2._2 {
  background-color: #d8daf1;
}

.div-block-2._3 {
  background-color: #e0f1d8;
}

.heading-3 {
  color: var(--dark-text);
  font-family: Sentient Complete, Times New Roman, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.text-block-3 {
  color: var(--dark-text);
  max-width: 317px;
  font-size: 16px;
}

.image-5 {
  width: 25px;
  max-width: none;
}

.arrow {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: 5% 4% auto auto;
  overflow: hidden;
}

.image-6 {
  width: 18px;
  max-width: none;
  position: absolute;
}

.section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3px;
  position: static;
}

.section.voucher {
  margin-top: 50px;
}

.div-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

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

.text-block-4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Sentient, Verdana, sans-serif;
  font-size: 20px;
}

.text-block-5 {
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
}

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

.div-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image-7 {
  width: 25px;
  max-width: none;
}

.div-block-6 {
  background-color: #9b9b9b;
  height: 1px;
  margin: 50px 80px 20px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
}

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

.container {
  max-width: none;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-8._2 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  margin-top: 100px;
}

.div-block-8.donate {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.div-block-8._123 {
  margin-top: 100px;
}

.image-8 {
  border-radius: 10px;
  width: 399px;
  max-width: none;
}

.image-8.donate1 {
  width: 583px;
}

.image-8.home {
  width: 504px;
}

.heading-4 {
  color: var(--dark-text);
  margin-bottom: 10px;
  font-family: Sentient, Verdana, sans-serif;
  font-size: 35px;
}

.heading-4._12, .heading-4._19 {
  margin-bottom: 20px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-7 {
  color: var(--secondary-dark-text);
  font-weight: 400;
}

.link-block-2 {
  text-decoration: none;
}

.div-block-12 {
  z-index: 5;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 37vh;
  margin-top: -128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 181px;
  overflow: hidden;
}

.div-block-12._2 {
  top: 241px;
}

.background-video {
  filter: blur(3px);
  border-radius: 25px;
  position: absolute;
  inset: 0%;
}

.div-block-13 {
  z-index: 6;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #f5f3ffb8;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  height: 85%;
  padding-top: 14px;
  display: flex;
  position: relative;
}

.heading-5 {
  color: var(--dark-text);
  text-align: center;
  margin-bottom: 20px;
  font-family: Sentient, Verdana, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.text-block-8 {
  color: var(--secondary-dark-text);
  font-size: 16px;
}

.div-block-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #43af63;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 25px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 3px 11px #0003;
}

.div-block-14:hover {
  background-color: #319c51;
}

.text-block-9 {
  color: #fff;
  text-underline-offset: 3px;
  text-underline-position: auto;
  font-family: Sentient, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-decoration: underline #88a8be;
  text-decoration: underline #88a8be;
  position: absolute;
  inset: 2% 2% auto auto;
}

.link-block-3 {
  text-decoration: none;
  display: none;
}

.link-block-4 {
  text-decoration: none;
}

.div-block-15 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-9 {
  width: 173px;
  max-width: none;
  position: absolute;
  inset: 43% 8.5% auto auto;
}

.image-9.donate {
  top: 20%;
}

.image-9._213 {
  top: 50%;
}

.image-10 {
  width: 38px;
  max-width: none;
  position: static;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  margin-bottom: 25px;
  display: flex;
}

.image-11 {
  width: 210px;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto 4% 4% auto;
}

.image-13 {
  width: 48px;
  max-width: none;
  position: absolute;
  inset: 15.5vh auto auto 6.6svw;
}

.image-14 {
  width: 35px;
  max-width: none;
  position: absolute;
  top: 14.7vh;
  left: auto;
  right: 11.9svh;
}

.image-15 {
  transform-style: preserve-3d;
  max-width: 30%;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-15.right {
  inset: auto 0% 0% auto;
  transform: none;
}

.code-embed {
  position: absolute;
}

.text-block-10 {
  color: #fff9;
}

.div-block-17 {
  color: #fff;
  background-color: #fff9;
  border-radius: 30px;
  width: 20px;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-block-5, .link-block-7, .link-block-8 {
  text-decoration: none;
}

.image-16 {
  max-width: 5%;
  position: absolute;
  inset: 13% auto auto 5%;
  transform: rotate(-83deg);
}

.image-17 {
  max-width: 5%;
  position: absolute;
  inset: 17% 10% auto;
}

.link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.div-block-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-18._2 {
  margin-bottom: 15px;
}

.image-18 {
  width: 20px;
  max-width: none;
}

.text-block-11 {
  color: #0009;
  margin-bottom: 20px;
  font-size: 16px;
}

.link-block-13, .link-block-14 {
  text-decoration: none;
}

.div-block-19 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .bg.foot {
    padding-top: 242px;
  }

  .bg.foot._31 {
    padding-top: 312px;
  }

  .bg.voucher.donate {
    padding-left: 73px;
    padding-right: 73px;
  }

  .div-block {
    max-width: 535px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block._212 {
    margin-top: 0;
  }

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

  .content, .left, .right {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .div-block-2 {
    height: 518px;
  }

  .image-5 {
    width: 27px;
  }

  .section.voucher._221 {
    margin-top: 150px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .div-block-8 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-8 {
    display: none;
  }

  .div-block-11 {
    margin-top: 30px;
  }

  .div-block-13 {
    width: 90%;
  }

  .image-9 {
    top: 44%;
  }

  .image-9._213 {
    top: 51%;
  }

  .image-11 {
    width: 185px;
  }

  .image-14 {
    top: 16vh;
    right: 9.9svh;
  }

  .image-15.right {
    max-width: 33%;
  }

  .image-17 {
    left: 5%;
  }

  .div-block-19 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .bg.voucher.donate {
    padding-left: 17px;
    padding-right: 17px;
  }

  .div-block, .div-block.home {
    margin-top: 0;
  }

  .heading {
    max-width: 354px;
    font-size: 35px;
  }

  .brand {
    top: -8px;
    left: -22px;
    right: auto;
  }

  .text-block {
    max-width: 370px;
    font-size: 14px;
  }

  .carousel-mask {
    margin-top: 9vh;
  }

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

  .text-block-2 {
    text-align: center;
    max-width: 455px;
  }

  .div-block-2 {
    padding: 61px 15px 27px;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 150%;
  }

  .image-5 {
    width: 24px;
    display: none;
  }

  .arrow {
    width: 35px;
    height: 35px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5, .text-block-5._2 {
    font-size: 14px;
  }

  .image-7 {
    width: 20px;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 120%;
  }

  .container {
    padding-top: 50px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .div-block-13 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-5 {
    font-size: 30px;
  }

  .text-block-8 {
    text-align: center;
    font-size: 14px;
  }

  .image-9 {
    display: none;
  }

  .image-13 {
    top: 2.2vh;
    left: -7svw;
  }

  .image-14 {
    top: 25.5vh;
    right: -3svh;
  }

  .image-15.right {
    max-width: 37%;
  }

  .image-16 {
    top: 82%;
  }

  .image-17 {
    top: 28%;
  }
}

@media screen and (max-width: 479px) {
  .bg {
    justify-content: flex-end;
    align-items: center;
    height: 85vh;
  }

  .bg.foot {
    padding-top: 225px;
    padding-bottom: 40px;
  }

  .div-block {
    padding-top: 125px;
  }

  .div-block.v, .div-block.das {
    padding-top: 0;
  }

  .div-block._212 {
    margin-top: -49px;
    padding-top: 0;
  }

  .heading {
    font-size: 30px;
    line-height: 120%;
  }

  .navbar {
    background-color: #0000;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    top: 20px;
  }

  .image {
    width: 17px;
  }

  .brand {
    width: 66px;
    position: absolute;
    top: -1px;
    left: -10px;
  }

  .brand.w--current {
    width: 74px;
    display: block;
  }

  .image-2 {
    width: 24vh;
  }

  .carousel-mask {
    margin-top: 14vh;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 120%;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-2._2 {
    max-width: none;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .right {
    padding-top: 15px;
  }

  .div-block-2 {
    height: 458px;
  }

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

  .section, .section.voucher {
    margin-top: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-6 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-block-6 {
    font-size: 10px;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-4 {
    font-size: 25px;
    line-height: 120%;
  }

  .div-block-11 {
    display: block;
  }

  .text-block-7 {
    margin-top: 20px;
  }

  .div-block-12 {
    width: 95%;
    height: 44vh;
  }

  .background-video {
    display: none;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 125%;
  }

  .div-block-15 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-16 {
    margin-top: 100px;
  }

  .image-13, .image-14 {
    display: none;
  }

  .image-15 {
    max-width: 44%;
  }

  .image-15.right {
    max-width: 50%;
  }

  .text-block-10 {
    text-align: center;
  }

  .image-16 {
    max-width: 11%;
    top: 22%;
  }

  .image-17 {
    max-width: 9%;
    top: 24%;
  }

  .image-18 {
    width: 15px;
  }

  .icon {
    color: #fff;
  }

  .menu-button-2 {
    background-color: #143c58;
    border-radius: 10px;
  }
}


@font-face {
  font-family: 'Sentient Complete';
  src: url('../fonts/Sentient_Complete.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sentient';
  src: url('../fonts/Sentient-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}