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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

.section {
  margin-top: 20px;
  margin-left: 20px;
}

.body {
  display: block;
  overflow: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 100px 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #dadada;
  background-image: linear-gradient(300deg, #7c7c7c, #f3f2ff 62%);
  background-position: 0px 0px;
  background-size: auto;
  font-family: Lato, Arial, sans-serif;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, Arial, sans-serif;
  color: #3504b2;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  padding-top: 0px;
  font-family: Lato, Arial, sans-serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-align: left;
}

.paragraph.centered {
  margin-bottom: 25px;
  padding-top: 25px;
  font-family: Lato, Arial, sans-serif;
  text-align: center;
}

.section-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-2 {
  display: inline-block;
  font-family: Lato, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-2 {
  font-family: Lato, Arial, sans-serif;
}

.heading-3 {
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.text-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

.text-block.footer {
  position: relative;
  font-family: Lato, Arial, sans-serif;
}

.text-block-2 {
  position: static;
}

.paragraph-3 {
  font-family: Lato, Arial, sans-serif;
}

.link {
  text-decoration: underline;
}

.link.w--current {
  text-decoration: none;
}

.column {
  margin-bottom: 40px;
}

.columns {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .body {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #f5f5f5;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-right: 20px;
    padding-left: 20px;
    background-image: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-right: 10px;
    padding-left: 10px;
    background-color: #f5f5f5;
    background-image: none;
  }

  .paragraph {
    text-align: left;
  }
}

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}