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

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fc4196;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e72581), color-stop(33%, #fc4196));
  background-image: linear-gradient(180deg, #e72581, #fc4196 33%);
  line-height: 1000px;
  mix-blend-mode: normal;
}

.heading {
  font-family: Baloo, sans-serif;
  color: #00003d;
  font-size: 85px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

.text-span {
  color: #fff;
}

.container {
  max-width: none;
}

.text-span-2 {
  color: #fff;
}

.heading-2 {
  width: 100%;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.container-2 {
  position: static;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns {
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #00003d;
  font-weight: 300;
  text-align: center;
}

.heading-3.white {
  color: #fff;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20rem;
  max-width: 40rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 36px 40px 36px 102px;
  border-radius: 16px;
  background-color: #e72581;
  background-image: url('../images/Icon-awesome-whatsapp.png');
  background-position: 6% 50%;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-3 {
  font-family: Baloo, sans-serif;
  color: #e72581;
}

.container-5 {
  max-width: 50vw;
}

.heading-4 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Baloo, sans-serif;
  color: #00003d;
  text-align: center;
}

.text-span-4 {
  color: #00003d;
}

.text-span-5 {
  font-family: Baloo, sans-serif;
  color: #e72581;
}

.grid {
  grid-auto-flow: row;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-5 {
  font-family: 'Open Sans', sans-serif;
  color: #00003d;
  font-weight: 700;
  text-align: center;
}

.heading-5.white {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
}

.heading-5.right {
  text-align: right;
}

.image {
  padding: 10px 20px;
  text-align: center;
}

.text-block {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
}

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

.paragraph {
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}

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

.heading-6 {
  font-family: Baloo, sans-serif;
  color: #e72581;
}

.columns-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-2 {
  max-width: 150px;
}

.container-7 {
  max-width: 600px;
}

.text-block-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  text-align: center;
}

.section-4 {
  margin-top: 60px;
}

.section-5 {
  background-color: #293295;
}

.image-3 {
  width: 300px;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  padding: 40px;
}

.heading-7 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  color: #fff;
}

.section-6 {
  position: relative;
  background-color: #293295;
}

.image-5 {
  padding: 40px;
}

.section-7 {
  background-color: #293295;
}

.section-8 {
  padding-bottom: 60px;
  background-color: #293295;
}

.container-8 {
  margin-top: 0px;
  padding-top: 40px;
}

.white {
  color: #fff;
}

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

.image-6 {
  padding: 40px 60px 20px;
}

.heading-8 {
  margin-bottom: 0px;
  font-family: Baloo, sans-serif;
  color: #fff;
}

.text-block-3 {
  padding-bottom: 10px;
  color: #fff;
}

.heading-9 {
  color: #fff;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-7 {
  width: 100%;
  height: 100%;
  max-width: 60px;
  padding-top: 0px;
  padding-right: 10px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  background-color: #293295;
}

.heading-10 {
  color: #fff;
}

.section-10 {
  background-color: #e72581;
}

.heading-11 {
  color: #fff;
}

.text-span-6 {
  color: #00003d;
}

.container-9 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-10 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-span-7 {
  height: auto;
  color: #e72581;
  font-size: 48px;
}

.text-span-7.rigth {
  line-height: 48px;
  text-align: right;
}

.text-span-8 {
  position: relative;
  top: -10px;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 13px;
  background-color: #e72581;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
}

.image-8 {
  max-width: 200px;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 350px;
  max-width: 450px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: right;
}

.section-11 {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e72581;
}

.section-11.lateral-padding {
  padding-top: 10px;
}

.section-12 {
  background-color: #00003d;
}

.section-12.white-bg {
  background-color: #fff;
}

.section-12.lateral-padding {
  padding-bottom: 40px;
}

.image-9 {
  max-width: 200px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-12 {
  color: #fff;
  text-align: left;
}

.heading-12.purple {
  color: #293295;
}

.list {
  color: #fff;
  text-align: left;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.list-item {
  color: #00003d;
}

.image-10 {
  max-width: 200px;
}

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

.heading-13 {
  color: #00003d;
}

.image-11 {
  max-width: 250px;
  padding-right: 40px;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-14 {
  font-family: Baloo, sans-serif;
  color: #e72581;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

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

.heading-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Baloo, sans-serif;
  text-align: center;
  text-decoration: line-through;
}

.heading-16 {
  font-family: Baloo, sans-serif;
  color: #e72581;
  font-size: 60px;
  text-align: center;
}

.text-block-5 {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #00003d;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.heading-17 {
  display: inline-block;
  margin-left: 20px;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #e72581;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.section-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.container-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-12 {
  max-width: 400px;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-18 {
  font-family: Baloo, sans-serif;
}

.text-span-9 {
  color: #e72581;
}

.container-13 {
  max-width: 500px;
}

.wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: transparent;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px;
  -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;
}

.icon {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  color: #34ffda;
}

.page-title {
  margin-top: 1px;
  margin-bottom: 0px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-size: 6rem;
  line-height: 70px;
  font-weight: 600;
}

.clock-label {
  margin-top: 10px;
  margin-right: -5px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-15 {
  background-color: #ffbf17;
}

.div-block-7 {
  margin-top: 60px;
  padding-bottom: 40px;
}

.container-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-13 {
  max-width: 400px;
}

.section-16 {
  background-color: #00003d;
}

.section-16.lateral-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-19 {
  color: #fff;
  text-align: center;
}

.div-block-8 {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-14 {
  max-height: 18rem;
  max-width: none;
  margin-top: 41px;
  margin-left: 50px;
}

.section-17 {
  padding-bottom: 100px;
  background-color: #fc4196;
}

.section-17.lateral-padding {
  padding-top: 0px;
}

.heading-20 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 50px;
}

.image-15 {
  max-width: 300px;
}

.container-15 {
  padding-bottom: 60px;
}

.lateral-padding {
  padding-top: 40px;
}

.heading-21 {
  margin-top: 40px;
  font-family: Baloo, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}

.text-span-10 {
  color: #00003d;
}

.container-18 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.image-17 {
  max-width: 90%;
}

.text-span-11 {
  color: #e72581;
  font-weight: 400;
}

.column-13 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-20 {
  max-width: 400px;
}

.column-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-23 {
  margin-top: 0px;
}

.text-span-12 {
  color: #e72581;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-15 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-21 {
  height: auto;
  max-width: none;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.lateral-padding {
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .column {
    min-height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .button {
    line-height: 1.5rem;
    text-align: center;
  }

  .section-2.lateral-padding {
    margin-right: 40px;
    margin-left: 40px;
  }

  .container-5 {
    max-width: 80vw;
  }

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

  .image {
    max-width: 90%;
  }

  .section-5.lateral-padding {
    padding-top: 40px;
  }

  .section-12.white-bg.lateral-padding.special-g {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-12.lateral-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-4 {
    height: auto;
  }

  .heading-12 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .column-5 {
    height: 25rem;
  }

  .div-block-8 {
    margin-bottom: 60px;
  }

  .image-14 {
    display: block;
    width: 40vw;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-left: 0px;
  }

  .section-17.lateral-padding {
    padding-right: 60px;
    padding-left: 60px;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -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;
  }

  .lateral-padding {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .lateral-padding.no-padding-movil {
    padding-top: 0px;
  }

  .div-block-10 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-16 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-17 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .columns-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-8.special-k {
    padding-bottom: 40px;
  }

  .div-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-18 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-13 {
    width: 100%;
    margin-top: 20px;
  }

  .heading-22 {
    margin-top: 40px;
    color: #fff;
  }

  .column-14 {
    padding-bottom: 20px;
  }

  .columns-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .container-21 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3.special-f {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-3 {
    max-height: none;
    max-width: none;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-areas: "Area";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-5.right {
    text-align: center;
  }

  .heading-5.less-size {
    width: 100%;
  }

  .image {
    max-width: 80%;
  }

  .text-block {
    width: 90%;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-6 {
    text-align: center;
  }

  .container-8 {
    padding-top: 0px;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-6 {
    max-width: 50%;
    padding-top: 60px;
  }

  .div-block-2.order2.widthall {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .div-block-2.order4.widthall {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .div-block-2.order6.widthall {
    width: 100%;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .section-10.lateral-padding {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-10 {
    padding-bottom: 40px;
  }

  .column-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-4 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3 {
    height: auto;
    padding-top: 20px;
    text-align: center;
  }

  .section-12.white-bg.lateral-padding {
    padding-bottom: 40px;
  }

  .section-12.white-bg.lateral-padding.special-g {
    padding-bottom: 40px;
  }

  .section-12.lateral-padding {
    padding-bottom: 60px;
  }

  .heading-12 {
    text-align: left;
  }

  .list {
    padding-top: 40px;
  }

  .column-5 {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .image-11 {
    max-width: 70%;
    padding-right: 0px;
    padding-bottom: 40px;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .heading-16 {
    width: 100%;
  }

  .section-15.lateral-padding {
    padding-bottom: 0px;
  }

  .section-16.lateral-padding {
    padding-top: 20px;
  }

  .lateral-padding {
    padding-bottom: 20px;
  }

  .columns-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .columns-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-2 {
    font-size: 20px;
    text-align: center;
  }

  .column-10 {
    display: block;
  }

  .image-16 {
    margin-right: auto;
    margin-left: auto;
  }

  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-12.order1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-12.order3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .div-block-12.order5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .image-18 {
    max-width: 80%;
  }

  .columns-9 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-21 {
    max-width: 50vw;
    padding-right: 0px;
    padding-bottom: 20px;
  }

  .column-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .columns-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .section.lateral-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .heading-2 {
    margin-bottom: 20px;
  }

  .column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .column-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-3 {
    margin-bottom: 0px;
  }

  .heading-3.white {
    font-size: 25px;
  }

  .heading-3.white.margin-botto-20 {
    margin-bottom: 20px;
  }

  .button {
    padding: 1rem 20px 1rem 68px;
    background-position: 7% 50%;
    font-size: 1.2rem;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .section-2.lateral-padding {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-5 {
    display: block;
    margin-top: 20px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 36px;
  }

  .heading-5.white {
    margin-top: 10px;
  }

  .heading-5.white.special-b {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-5.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-5.less-size {
    font-size: 28px;
  }

  .image {
    max-width: 70%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image.width-60 {
    max-width: 65%;
  }

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

  .section-3.lateral-padding.special-a {
    margin-top: 20px;
  }

  .image-2 {
    max-height: 80px;
    max-width: none;
  }

  .image-3 {
    width: auto;
    max-height: 200px;
    max-width: none;
  }

  .columns-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-5 {
    padding: 10px 0px;
  }

  .grid-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-areas: "damasco"
      "prodig"
      "sixlab"
      "adamasco"
      "aprodig"
      "asixlab";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-6 {
    max-height: 150px;
    max-width: none;
    padding-bottom: 0px;
  }

  .heading-8 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .div-block-2 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .div-block-2.order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .div-block-2.order2.widthall {
    width: 100%;
  }

  .div-block-2.order4.widthall {
    width: 100%;
  }

  .div-block-2.order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .div-block-2.order6.widthall {
    width: 100%;
  }

  .section-10.lateral-padding {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .container-9 {
    padding-top: 0px;
  }

  .text-span-7.rigth {
    text-align: center;
  }

  .text-span-8 {
    top: 16px;
    border-radius: 0px;
  }

  .column-4 {
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }

  .div-block-3 {
    width: 100%;
    max-width: none;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .section-11.lateral-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-12.white-bg.lateral-padding.special-g {
    padding-bottom: 40px;
  }

  .div-block-4 {
    padding-top: 10px;
  }

  .list {
    padding-left: 20px;
  }

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

  .image-11 {
    max-width: 90%;
    padding-top: 40px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .image-12 {
    max-width: 90%;
  }

  .div-block-6 {
    max-width: 90%;
    font-size: 14px;
  }

  .page-title {
    font-size: 38px;
    line-height: 46px;
    text-align: center;
  }

  .js-clock {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .div-block-7 {
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .image-13 {
    max-width: 90%;
  }

  .section-17.lateral-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .lateral-padding {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lateral-padding.no-padding-movil {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lateral-padding {
    padding-bottom: 0px;
  }

  .div-block-10 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .container-16 {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .container-17 {
    padding-bottom: 0px;
  }

  .div-block-11 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .div-block-12.order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .div-block-12.order3 {
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .div-block-12.order5 {
    margin-top: 40px;
  }

  .list-item-2 {
    color: #293295;
    list-style-type: disc;
  }

  .list-item-3 {
    color: #293295;
  }

  .list-item-4 {
    color: #293295;
  }

  .list-item-5 {
    color: #293295;
  }

  .heading-21 {
    margin-bottom: 60px;
  }

  .container-18 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .div-block-14 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .div-block-15 {
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .image-18 {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .column-14 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .column-16 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

#w-node-_2520fa8c-cf94-15bc-a041-57b7da03a8e6-3664816b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7a488ce-d670-4c26-8bb2-978d7ac70cfe-3664816b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-edc35613-a647-4728-0a29-882485861dc7-3664816b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-afa88c84-2d03-aa95-4be1-191618848cd7-3664816b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7a375e14-edae-856e-689f-1a7822446065-3664816b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04ba1ec5-76e8-293b-bafa-afa190836652-3664816b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

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