@font-face {
  font-family: "MAD Sans Fill";
  src: url("/MADSansFill-Bold.2affdf8c.woff2") format("woff2"), url("/MADSansFill-Bold.171835bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MAD Sans Fill";
  src: url("/MADSansFill-Black.86d1d2be.woff2") format("woff2"), url("/MADSansFill-Black.0e8a3e12.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@media screen and (min-width: 992px) {
  html {
    font-size: 20px;
  }
}

h1,
h2,
h3 {
  font-family: "MAD Sans Fill", Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  padding: 0 0 20px;
}

h5 {
  padding: 0 0 15px 30px;
  color: #ff5a00;
}

.text-indent {
  text-indent: 30px;
}

html {
  overflow-x: hidden;
}

body {
  background-color: #001eff;
  color: #cdbef0;
  font-family: "MAD Sans Fill", Helvetica, sans-serif;
}

*::-moz-selection {
  background-color: #ff5a00;
  opacity: 1;
}

*::selection {
  background-color: #ff5a00;
  opacity: 1;
}

section {
  position: relative;
}

.orange {
  color: #ff5a00;
}

a {
  color: #001eff;
  text-decoration: underline;
}
a:hover {
  color: #001eff;
  background-color: #ff5a00;
  opacity: 1;
}

.button {
  display: block;
  width: 350px;
  height: 100px;
  background-image: url("/IT_Poverty__ELP_Button.501f460d.svg");
  position: relative;
  margin: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .button {
    width: 500px;
    height: 150px;
  }
}
.button a:after {
  content: "";
  display: block;
  width: 350px;
  height: 100px;
  background-image: url("/IT_Poverty__ELP_Button_Click.24162f00.svg");
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
@media screen and (min-width: 992px) {
  .button a:after {
    width: 500px;
    height: 150px;
  }
}
.button a:before {
  content: "";
  display: block;
  width: 350px;
  height: 100px;
  background-image: url("/IT_Poverty__ELP_Button_Hover.16952797.svg");
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 992px) {
  .button a:before {
    width: 500px;
    height: 150px;
  }
}
.button a:hover:before {
  opacity: 1;
}
.button a:active:before {
  opacity: 0;
}
.button a:active:after {
  opacity: 1;
}

.instagram-icon {
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("/iconmonstr-instagram-11.6212f15b.svg");
  position: relative;
  margin: auto;
  margin-bottom: -50px;
}
@media screen and (min-width: 992px) {
  .instagram-icon {
    max-height: 40px;
  }
}
.instagram-icon a:before {
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  background-image: url("/iconmonstr-instagram-11-hover.fec08e2e.svg");
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 992px) {
  .instagram-icon a:before {
    height: 40px;
  }
}
.instagram-icon a:hover:before {
  opacity: 1;
}

.hero {
  min-height: calc(100vh - 106px);
  z-index: 1;
}
.hero h1 {
  visibility: hidden;
  position: relative;
  top: -40px;
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 80px;
    top: -90px;
  }
}
@media (min-width: 992px) and (max-height: 800px) {
  .hero h1 {
    font-size: 60px;
    top: -60px;
  }
}

.the-problem {
  background-color: #001ec8;
  min-height: 800px;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .the-problem {
    min-height: 90vh;
    padding-top: 300px;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .the-problem {
    padding-top: 150px;
    min-height: 120vh;
  }
}
.the-problem .background-image {
  position: absolute;
  z-index: 0;
}
.the-problem .laptop {
  max-width: 800px;
  bottom: 15%;
  left: 0;
}
@media screen and (min-width: 992px) {
  .the-problem .laptop {
    right: 15%;
    left: auto;
  }
}
.the-problem .hand {
  top: auto;
  bottom: -6px;
  right: 20%;
  width: 110px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .the-problem .hand {
    right: 30%;
    width: 190px;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .the-problem .hand {
    right: 20%;
  }
}

.the-solution {
  min-height: 900px;
  padding-top: 80px;
}
@media screen and (min-width: 992px) {
  .the-solution {
    min-height: 90vh;
    padding-top: 200px;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .the-solution {
    padding-top: 140px;
  }
}
.the-solution h1 {
  font-size: 3rem;
}
@media screen and (min-width: 992px) {
  .the-solution h1 {
    font-size: 130px;
  }
}
.the-solution .background-image {
  position: absolute;
  z-index: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.the-solution .laptop-1 {
  max-width: 600px;
  top: 400px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .the-solution .laptop-1 {
    max-width: 800px;
    top: 400px;
    right: 2%;
    left: auto;
  }
}
.the-solution .sticker-1 {
  top: 500px;
  max-width: 150px;
}
@media screen and (min-width: 992px) {
  .the-solution .sticker-1 {
    max-width: 230px;
    top: 600px;
    left: 20%;
    right: auto;
  }
}
.the-solution .arrow-1 {
  top: 630px;
  max-width: 200px;
  right: 50px;
  transform: rotate(60deg);
}
@media screen and (min-width: 992px) {
  .the-solution .arrow-1 {
    max-width: 400px;
    top: 850px;
    right: 25%;
    left: auto;
  }
}
.the-solution .laptop-2 {
  max-width: 500px;
  top: 800px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  .the-solution .laptop-2 {
    max-width: 700px;
    top: 850px;
    left: 1%;
    right: auto;
  }
}
.the-solution .sticker-2 {
  top: 900px;
  max-width: 150px;
  right: 20px;
}
@media screen and (min-width: 992px) {
  .the-solution .sticker-2 {
    max-width: 300px;
    top: 1100px;
    right: 10%;
    left: auto;
  }
}
.the-solution .arrow-2 {
  max-height: 200px;
  top: 950px;
  left: -270px;
  right: auto;
  transform: scaleX(-1) rotate(60deg);
}
@media screen and (min-width: 768px) {
  .the-solution .arrow-2 {
    left: -600px;
  }
}
@media screen and (min-width: 992px) {
  .the-solution .arrow-2 {
    min-height: 300px;
    top: 1250px;
    left: -1000px;
    right: auto;
    transform: scaleX(-1) rotate(70deg);
  }
}
.the-solution .laptop-3 {
  max-width: 600px;
  top: 1250px;
  left: 20px;
}
@media screen and (min-width: 992px) {
  .the-solution .laptop-3 {
    max-width: 700px;
    top: 1600px;
    right: 2%;
    left: auto;
  }
}
.the-solution .sticker-3 {
  top: 1090px;
  right: 30px;
  max-width: 150px;
}
@media screen and (min-width: 992px) {
  .the-solution .sticker-3 {
    max-width: 300px;
    top: 1650px;
    left: 10%;
    right: auto;
  }
}
.the-solution .steps .row {
  padding: 160px 0;
}
.the-solution .button {
  margin-top: -20px;
  margin-bottom: 150px;
}
.the-solution .spacer {
  height: 300px;
  display: block;
}

.our-partners {
  background-color: #cdbef0;
  color: #001eff;
  padding: 80px 0;
}
.our-partners .background-image {
  position: absolute;
  z-index: 0;
}
.our-partners .our-partners-laptop {
  width: 300px;
  right: 15px;
  top: 20px;
}
@media screen and (min-width: 992px) {
  .our-partners .our-partners-laptop {
    max-width: 400px;
    right: 10%;
    top: 50px;
  }
}
.our-partners .our-partners-hand {
  top: -100px;
  max-width: 200px;
  right: 0;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .our-partners .our-partners-hand {
    opacity: 1;
    max-width: 400px;
    right: 0;
    top: 50px;
  }
}
.our-partners .col-lg-6 {
  margin-bottom: 50px;
}
.our-partners .col-md-4 {
  margin-bottom: 30px;
}
.our-partners .logo {
  background-color: #001eff;
  padding: 40px;
  height: 280px;
  display: flex;
  margin: 30px 0;
}
.our-partners .logo.partners {
  height: 240px;
}
.our-partners .logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
.our-partners .charity-partners {
  border-top: solid 3px #ff5a00;
  padding: 50px 0 0;
  margin-top: 100px;
}
.our-partners .charity-table {
  border-top: solid 1.5px #001eff;
  padding: 15px 0;
}

.specs {
  min-height: 300px;
  padding: 80px 0;
  background-color: #001ec8;
}
@media screen and (min-width: 992px) {
  .specs {
    min-height: 50vh;
    padding: 200px 0;
  }
}
@media screen and (min-width: 992px) and (max-height: 800px) {
  .specs {
    padding: 140px 0;
  }
}

.support-us {
  background-color: #001ec8;
  padding-top: 80px;
}
.support-us .button {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .support-us .button {
    padding: 60px 0 0;
  }
}
.support-us .background-image {
  position: absolute;
  z-index: 0;
}

footer {
  background-color: #001ec8;
  bottom: 0;
  padding-top: 50px;
}
footer p {
  text-align: center;
  padding: 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: #cdbef0;
}

/* SECTION STYLES */

/*# sourceMappingURL=/main.54166fbf.css.map */