.section {
  padding-top: 100px;
  background-image: url('../images/fondo-header.png');
  background-position: 50% 100%;
  background-size: 101% 101%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  height: 250px;
}

.heading {
  color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
}

.text-block._2 {
  margin-top: 20px;
  font-size: 27px;
  font-weight: 700;
}

.text-block._3 {
  font-size: 18px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Recurso-7.svg');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.div-block.margin-top {
  margin-top: 60px;
}

.image-2 {
  position: absolute;
  top: -22%;
}

.heading-2 {
  color: #606161;
  font-size: 120px;
  line-height: 120px;
}

.text-block-2 {
  color: #ef5384;
  font-size: 38px;
  line-height: 38px;
  font-weight: 700;
}

.text-block-2._2 {
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
}

.section-2 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
}

.section-2.last {
  padding-bottom: 100px;
}

.image-3 {
  position: absolute;
  top: 33%;
  right: 6%;
}

.image-3._2 {
  left: 5%;
  top: 48%;
  right: auto;
}

.image-4 {
  margin-right: 20px;
  margin-left: 20px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.separator {
  height: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ef5384), to(#f89941));
  background-image: linear-gradient(180deg, #ef5384, #f89941);
}

.separator._2 {
  margin-top: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.separator._2.less-padding {
  margin-top: 10px;
}

.paragraph {
  margin-bottom: 40px;
  color: #606161;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
}

.paragraph._2 {
  margin-top: 100px;
  margin-bottom: 10px;
  color: #606161;
  font-size: 13px;
  line-height: 21px;
}

.paragraph.no-margin {
  margin-bottom: 0px;
}

.titles {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  color: #606161;
}

.heading-3._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 20px 23px;
  -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-image: url('../images/Recurso-13.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.info {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold {
  font-weight: 700;
}

.feature-image {
  width: 100%;
}

.feature-image._2 {
  margin-bottom: 60px;
}

.feature-image.only-mobile {
  display: none;
}

.div-block-5 {
  height: 30px;
  background-color: #000;
}

.div-block-5._2 {
  display: -ms-grid;
  display: grid;
  height: auto;
  padding: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #312659;
}

.social-media-icons {
  height: 20px;
  margin-right: 20px;
}

.social-media-icons._2 {
  height: 30px;
  margin-right: 15px;
}

.link-block {
  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;
  text-decoration: none;
}

.image-5 {
  margin-bottom: 60px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -ms-grid;
  display: grid;
  padding: 12px 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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.75fr 1fr;
  grid-template-columns: 1fr 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f89941;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
}

.nav-link.w--current {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  background-color: #fff;
  color: #f89941;
}

.nav-link._3 {
  display: none;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-6 {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-7 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-6 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .image {
    width: 210px;
  }
  .heading {
    font-size: 30px;
    text-align: center;
  }
  .text-block {
    text-align: center;
  }
  .heading-2 {
    font-size: 100px;
    line-height: 100px;
    text-align: center;
  }
  .text-block-2 {
    font-size: 30px;
    text-align: center;
  }
  .text-block-2._2 {
    font-size: 22px;
    line-height: 22px;
  }
  .image-3 {
    display: none;
  }
  .image-3._2 {
    top: 40%;
  }
  .image-4 {
    width: 43px;
  }
  .paragraph {
    font-size: 21px;
    line-height: 26px;
  }
  .paragraph._2 {
    font-size: 13px;
    line-height: 13px;
  }
  .heading-3 {
    font-size: 32px;
  }
  .div-block-5._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .navbar {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .nav-link._2 {
    display: none;
  }
  .nav-link._3 {
    display: block;
  }
  .nav-menu {
    padding: 20px;
    background-color: #f89941;
    box-shadow: -7px -1px 14px 0 rgba(0, 0, 0, 0.12);
  }
}

@media screen and (max-width: 767px) {
  .section {
    background-size: 160% 101%;
  }
  .div-block {
    background-image: url('../images/cuadro-más-alto.svg');
  }
  .heading-2 {
    font-size: 88px;
  }
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-3 {
    top: 45%;
    display: none;
    width: 52px;
  }
  .image-3._2 {
    width: 50px;
  }
  .image-4 {
    width: 38px;
  }
  .paragraph._2 {
    font-size: 13px;
    line-height: 13px;
  }
  .titles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image.only-mobile {
    display: block;
  }
  .feature-image.not-mobile {
    display: none;
  }
  .div-block-5._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .nav-menu {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-size: 210% 100%;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image {
    width: 160px;
    height: auto;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }
  .text-block {
    font-size: 17px;
    line-height: 23px;
  }
  .container-2 {
    padding-top: 40px;
  }
  .div-block {
    background-image: url('../images/cuadro-mas-alto-y-gordo.svg');
  }
  .image-2 {
    width: 89px;
  }
  .heading-2 {
    font-size: 50px;
    line-height: 60px;
  }
  .text-block-2 {
    font-size: 19px;
    line-height: 19px;
  }
  .text-block-2._2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .section-2.last {
    padding-bottom: 60px;
  }
  .image-3 {
    top: 5%;
    display: none;
    width: 40px;
  }
  .image-3._2 {
    top: auto;
    bottom: -10%;
    width: 38px;
  }
  .image-4 {
    width: 30px;
  }
  .paragraph {
    font-size: 19px;
    line-height: 23px;
  }
  .paragraph._2 {
    font-size: 13px;
    line-height: 13px;
  }
  .heading-3 {
    text-align: center;
  }
  .info {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .div-block-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-6 {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

#w-node-15e0c57fa889-8914e6b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-15e0c57fa888-8914e6b7 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-68d75675dd67-8914e6b7 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f1e263bc04d1-8914e6b7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-74ace8a30040-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cf07de8e6ce7-8914e6b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8cd051d9fe97-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5d651b61abc1-8914e6b7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-5d651b61abc6-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3d7045d811ce-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-482ce07437bc-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-da799652a726-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdd79b3150d2-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3cabdf627a77-8914e6b7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-3cabdf627a7c-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-3cabdf627a80-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-8d03aab3c417-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-bd37b32fcd6f-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-29a01ff77c8b-8914e6b7 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a0fc02e94869-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-29a01ff77c94-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-afbf3bbe7e3f-8914e6b7 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-9517aa5a470f-8914e6b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ba1691bfa2f5-8914e6b7 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-15e0c57fa890-8914e6b7 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
  #w-node-9517aa5a470f-8914e6b7 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-05f0d7ed05b1-8914e6b7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-ba1691bfa2f5-8914e6b7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-3d7045d811ce-8914e6b7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-ba1691bfa2f5-8914e6b7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f1e263bc04d1-8914e6b7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
  #w-node-74ace8a30040-8914e6b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-4116acb5d586-8914e6b7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #w-node-0eb05d119c88-8914e6b7 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  #w-node-8cd051d9fe97-8914e6b7 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

