p {
  margin-bottom: 10px;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: transparent;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 33px;
  grid-row-gap: 20px;
  grid-template-areas: ". Area";
  -ms-grid-columns: 1fr 33px -webkit-max-content 33px -webkit-max-content;
  -ms-grid-columns: 1fr 33px max-content 33px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  width: 99.9998524197523%;
  height: 60px;
  max-width: 50%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-radius: 0px;
  color: transparent;
}

.nav-logo {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  overflow: visible;
  max-width: 100vh;
  margin: auto auto auto 0px;
  padding: 20px 10px;
  float: none;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Montserrat, sans-serif;
  color: #444;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.header {
  position: static;
  height: 100vh;
  max-height: none;
  background-color: #99cefe;
  background-image: url('../images/header-18.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

.header.pt {
  width: auto;
  border-radius: 0px;
  background-color: #99cefe;

}

.header.pt:hover {
  border-radius: 0px;
  background-color: #99cefe;
  opacity: 1;

}  

.heading {
  padding-left: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
  background-clip: content-box;
}

.image {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-overlay {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 860px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -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;
  background-image: url('../images/cover_header-09.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #fff;
  text-transform: none;
  background-clip: padding-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.centered-container {
  display: block;
  margin-top: auto;
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
  -o-object-fit: none;
  object-fit: none;
}

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

.paragraph {
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding: 10px 10px 10px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #000;
  line-height: 22px;
  text-align: left;
}

.body {
  display: block;
  height: auto;
  max-height: none;
  max-width: none;
  font-family: Montserrat, sans-serif;
    
}

.heading-3 {
  max-height: 74%;
  margin: auto;
  padding: 10px 10px 10px 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 65px;
  font-weight: 800;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-3.container {
  position: static;
  left: 13%;
  top: auto;
  right: auto;
  bottom: 0%;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -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;
}

.text-block {
  margin: auto;
  padding: 10px 10px 10px 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 700;
}

.container {
  position: relative;
  left: 0%;
  top: 530px;
  right: auto;
  bottom: 0%;
  display: block;
  clear: none;
}

.container-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.navbar {
  background-color: transparent;
}

.container-3 {
  position: static;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: auto;
  -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;
  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;
}

.navbar-2 {
  position: relative;
  float: none;
  clear: none;
  background-color: transparent;
}

.nav-link-2 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-link-3 {
  display: inline-block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.container-4 {
  position: absolute;
  left: 100px;
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.columns {
  display: block;
  height: auto;
  max-height: none;
  min-height: auto;
  min-width: auto;
  margin-right: 20px;
  margin-left: 20px;
}

.column {
  position: static;
  max-height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.call-to-action {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-section {
  position: relative;
  left: 0%;
  top: -10%;
  right: 0%;
  bottom: 0%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: column;
  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;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0%;
  border-radius: 0%;
}

.cards-image {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 80%;
  height: auto;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 20px;
  float: left;
  clear: both;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-title {
  display: block;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.section-title {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100.0001011706171%;
  padding: 10px 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  text-align: left;
}

.paragraph-2 {
  display: inline-block;
  margin-bottom: auto;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.div-block {
  display: block;
}

.image-2 {
  position: relative;
  display: block;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature-section {
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  margin: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -o-object-fit: fill;
  object-fit: fill;
}

.flex-container {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: none;
  object-fit: none;
}

.feature-image-mask {
  width: auto;
  margin-right: 0px;
  margin-left: auto;
  padding: 10px 20px 10px 0px;
}

.feature-image {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100.0000019548453%;
  background-clip: content-box;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-3 {
  display: block;
  max-width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sticky-nav-2 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: -ms-grid;
  display: grid;
  width: auto;
  height: auto;
  padding: 0px 60px;
  grid-auto-flow: column;
  grid-auto-columns: 0.25fr;
  grid-auto-rows: 0.75fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 5fr 0.5fr;
  grid-template-columns: 5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.sticky-nav-2.en {
  width: auto;
  margin-left: auto;
  background-color: transparent;
}

.sticky-nav-2.en:hover {
  border-radius: 0px;
  background-color: transparent;
}

.nav-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0px 40px 0px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  grid-auto-flow: row;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content;
  -ms-grid-rows: 1.25fr;
  grid-template-rows: 1.25fr;
  list-style-type: none;
}
  
.nav-logo-2 {
  width: 12vw;
  height: 100%;
  max-width: 100%;
  padding-left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 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;
  color: #000;
  font-size: 1.2em;
  font-weight: 800;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link-4:active {
  text-decoration: underline;
}

.nav-link-4:focus {
  text-decoration: underline;
}

.nav-link-4:visited {
  text-decoration: underline;
}

.nav-link-4.w--current:hover {
  color: #fff;
  text-decoration: underline;
}

.nav-link-4.w--current:active {
  text-decoration: underline;
}

.nav-link-4.w--current:focus {
  color: #fff;
  text-decoration: underline;
}

.nav-link-4.w--current:visited {
  color: #fff;
  text-decoration: underline;
}

.div-block-2 {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -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;
  -o-object-fit: fill;
  object-fit: fill;
}

.cards-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 40px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: baseline;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  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;
  text-align: left;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0%;
  border-radius: 0%;
}

.cards-image-2 {
  position: static;
  left: 10%;
  top: 0%;
  right: 10%;
  bottom: 0%;
  display: block;
  width: 25vh;
  height: auto;
  max-height: none;
  max-width: 100.0002516040758%;
  min-height: auto;
  min-width: auto;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-5 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 2em;
  font-weight: 800;
  text-align: left;
}

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

.paragraph-3 {
  color: #000;
  text-align: center;
}

.feature-section-1 {
  width: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.flex-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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}

.feature-image-2 {
  display: block;
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 40%;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  direction: ltr;
  font-size: 20px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-7 {
  font-weight: 800;
}

.flex-container-3 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-3 {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 40%;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: 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;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.div-block-3 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  margin-left: 150px;
  padding-top: 550px;
}

.container-5 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  -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;
}

.container-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;
}

.section {
  display: block;
  height: 100vh;
  -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;
  background-color: #ffea76;
}

.grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.container-7 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  margin-top: 60px;
  margin-bottom: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-8 {
  margin-bottom: 20px;
  padding: 10px 20px;
  color: #fff;
  font-size: 5em;
  line-height: 110%;
  font-weight: 800;
}

.header-sobre {
  max-height: 100%;
    
}

.header-entidades {
  max-height: 100%;

}

.paragraph-4 {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 20px 10px 0px;
  -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;
  color: #000;
  font-size: 1.5em;
  font-weight: 800;
  text-align: left;
}

.h1 {
  padding: 20px;
  color: #fff;
  font-size: 5em;
  line-height: 100%;
  font-weight: 800;
}

.h1.mobile {
  display: block;
  padding-left: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 4.5em;
  line-height: 110%;
  text-align: left;
}

.verb-title {
  font-family: Montserrat, sans-serif;
  color: #229bff;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.3vh;
  text-transform: uppercase;
}

.feature-section-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  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: #f7f7f7;
}

.feature-title {
  margin-bottom: 20px;
  color: #000;
  line-height: 38px;
  font-weight: 900;
}

.paragraph-5 {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.subscribe-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4eee9;
}

.subscribe-form-flex {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.subscribe-form-input {
  width: 400px;
  max-width: none;
  margin-bottom: 10px;
}

.heading-9 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.image-4 {
  width: auto;
  max-width: 15%;
}

.footer {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  text-align: left;
}

.footer-logo-link {
  min-width: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 30vh;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-right: 20px;
  margin-bottom: auto;
  padding: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.footer-link:hover {
  color: #229bff;
  text-decoration: none;
}

.footer-link.w--current {
  text-decoration: underline;
  display: block;
  color: #000;
}

.footer-link.w--current:visited {
  text-decoration: underline;
}

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

.container-8 {
  display: block;
  
}

.container-9 {
  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;
}

.div-block-6 {
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  color: #000;
}

.paragraph-6 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
}

.paragraph-7 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.sticky-nav-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid-3 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-3 {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-5 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-5:hover {
  text-decoration: underline;
}

.div-block-7 {
  width: auto;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.div-block-8 {
  width: 494.9624938964844vh;
  margin-left: 40px;
  padding: 10px 10px 10px 0px;
}

.header-sobre {
  display: block;
  height: 100vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff9fb9;
  background-image: url('../images/header_sobre.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-weight: 300;
    
}

.heading-10 {
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.form-block {
  width: 100vh;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.left-image {
  padding-top: 60px;
  padding-bottom: 60px;
}

.right-image {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 900;
}

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

.image-6 {
  display: inline-block;
  width: 30vh;
}

.h3 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.submit-button {
  background-color: #229bff;
}

.submit-button-2 {
  width: 15vh;
  border-radius: 20px;
  background-color: #229bff;
}

.image-7 {
  max-width: 25%;
}

.header-contactos {
  height: 100%;
  max-height: 100%;
  background-color: #ffea76;
    
}

.image-8 {
  max-width: 20%;
}

.image-9 {
  display: block;
  max-width: 20%;
}

.image-10 {
  max-width: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-title {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 10%;
  display: block;
  margin-top: auto;
}

.title-sobre {
  margin-top: auto;
}

.h5 {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000;
  font-size: 45px;
  font-weight: 900;
}

.field-label {
  color: #000;
}

.field-label-2 {
  color: #000;
}

.div-block-9 {
  margin-left: 40px;
}

.header_text {
  position: absolute;
  left: 0%;
  top: 25%;
  right: 0%;
  bottom: 15%;
  display: block;
  margin-top: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form_contact {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

.paragraph-8 {
  color: #000;
  line-height: 22px;
}

.field-label-3 {
  color: #000;
}

.field-label-4 {
  color: #000;
}

.text-block-2 {
  color: #000;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-10 {
  margin-left: 40px;
  padding-left: 0px;
}

.cards-section-3 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.centered-container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container-3 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask-3 {
  position: static;
  display: inline-block;
  overflow: hidden;
  width: auto;
  padding-top: 0%;
  border-radius: 0%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-12 {
  padding-bottom: 10px;
  color: #000;
  font-weight: 800;
  text-align: left;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: auto;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.paragraph-9 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  text-align: center;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: auto;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.feature-card-title {
  margin-top: 0px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.paragraph-10 {
  color: #000;
  text-align: center;
}

.paragraph-11 {
  color: #000;
  text-align: center;
}

.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;
}

.div-block-12 {
  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;
}

.div-block-13 {
  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;
}

.feature-card {
  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;
}

.div-block-14 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-15 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-feature {
  display: block;
  padding-top: 0px;
  -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;
}

.paragraph-feature-card {
  color: #000;
  line-height: 22px;
  text-align: center;
}

.div-block-16 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.logo {
  display: block;
}

.field-label-5 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.card-text-body {
  padding-left: 40px;
}

.lottie-animation {
  display: none;
}

.container-11 {
  -o-object-fit: cover;
  object-fit: cover;
}

.success-message {
  background-color: #98dda2;
}

.success-message-2 {
  background-color: #98dda2;
}

.error-message {
  background-color: #ffadad;
}

.error-message-2 {
  background-color: #ffadad;
}

.success-message-3 {
  background-color: #98dda2;
}

.error-message-3 {
  background-color: #ffadad;
}

.card-text-body-2 {
  padding-right: 20px;
}

.container-12 {
  max-width: 100%;
}

.image-12 {
  width: 100%;
  max-height: 100%;
  max-width: 50%;
}

.submit-button-3 {
  width: 18vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 20px;
  background-color: #27a8ff;
}

.submit-button-3.en {
  margin-left: 0px;
  background-color: #27a8ff;
  color: #fff;
}

.recaptcha {
  margin-bottom: 10px;
}

.header-en {
  height: 100vh;
  background-color: #99cefe;
  background-image: url('../images/header-18.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.dropdown-toggle {
  background-color: #f0f0f0;
}

.en {
  width: 16vh;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.en:hover {
  background-color: #c6e5fd;
}

.en:active {
  background-color: #c6e5fd;
}

.en:focus {
  background-color: #27a8ff;
  color: #fff;
  font-weight: 500;
}

.en:visited {
  background-color: transparent;
  color: #000;
  font-weight: 400;
}

.en.w--current {
  background-color: #27a8ff;
  color: #fff;
  font-weight: 500;
}

.pt {
  width: 16vh;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.pt:hover {
  border-radius: 20px;
  background-color: #c6e5fd;
  font-weight: 500;
}

.pt.w--current {
  width: 16vh;
  border-radius: 20px;
  background-color: #27a8ff;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.pt.w--current:hover {
  font-weight: 500;
}

.footer-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.submit-button-4 {
  width: 15vh;
  border-radius: 20px;
  background-color: #27a8ff;
}

.submit-button-5 {
  width: 15vh;
  border-radius: 20px;
  background-color: #27a8ff;
}

.button {
  width: 16vh;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #27a8ff;
  text-align: center;
}

.button-2 {
  width: 16vh;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #27a8ff;
  text-align: center;
}

.button-3 {
  width: 16vh;
  margin-left: 20px;
  border-radius: 20px;
  background-color: #27a8ff;
  text-align: center;
}

.button-4 {
  width: 16vh;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.button-5 {
  width: 16vh;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.button-6 {
  width: 16vh;
  border-radius: 20px;
  background-color: #27a8ff;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.button-7 {
  width: 16vh;
  border-radius: 20px;
  background-color: #27a8ff;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.paragraph-12 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ddf1fc;
}

.flex-container-4 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask-2 {
  display: block;
  width: 15%;
  margin-right: 40px;
  -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;
}

.feature-image-4 {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.paragraph-13 {
  color: #000;
  line-height: 22px;
}

.heading-15 {
  color: #000;
}

.heading-16 {
  color: #000;
}

.button-8 {
  width: 16vh;
  margin-left: 20px;
  border-radius: 20px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-logo-link {
    width: 100%;
    max-width: 50%;
    
  }

  .nav-link {
    width: 100%;
    max-width: 50%;
  }
  
  .header-entidades {
  display: block;
  height: 100vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #75d183;
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-weight: 300;

  }

  .paragraph {
    text-align: center;
  }

  .container {
    position: relative;
    left: auto;
    top: 480px;
  }

  .menu-button {
    background-color: transparent;
  }

  .icon {
    background-color: transparent;
    color: #000;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .feature-image-mask {
    width: auto;
    margin-left: auto;
  }

  .sticky-nav-2 {
    -ms-grid-columns: 5fr 0.5fr;
    grid-template-columns: 5fr 0.5fr;
  }

  .cards-section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .cards-grid-container-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 20px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .feature-section-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-container-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-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-image-2 {
    width: 50vh;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container-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;
  }

  .feature-image-3 {
    margin-top: 10px;
    padding-top: 0px;
  }

  .verb-title {
    text-align: center;
  }

  .feature-section-2 {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-title {
    text-align: center;
  }

  .subscribe-form-input-wrapper {
    width: auto;
  }

  .image-4 {
    max-width: 20%;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-image {
    display: block;
    width: 20vh;
    max-width: none;
    margin-right: 40px;
    padding: 10px;
  }

  .container-9 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .div-block-6 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .paragraph-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-8 {
    display: block;
    width: auto;
  }

  .heading-10 {
    width: auto;
    text-align: center;
  }

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

  .header-contactos {
    position: static;
    height: 100%;
    max-height: 100%;
  }

  .header-title {
    padding-left: 0px;
  }

  .div-block-9 {
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form_contact {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-bottom: 20px;
  }

  .paragraph-8 {
    text-align: center;
  }

  .div-block-10 {
    margin-left: auto;
    padding-top: 20px;
    text-align: center;
  }

  .centered-container-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cards-grid-container-3 {
    justify-items: center;
    grid-column-gap: 20px;
  }

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

  .logo {
    max-width: 50%;
  }

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

  .card-text-body {
    padding-top: 20px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .header {
    background-position: 50% 100%;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .paragraph {
    text-align: center;
  }

  .heading-3 {
    position: -webkit-sticky;
    position: sticky;
    max-height: none;
    max-width: none;
    padding-bottom: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .container {
    position: relative;
    left: 0px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image {
    position: static;
    display: block;
    max-width: 165px;
    float: none;
    clear: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-2 {
    position: relative;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0px;
  }

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

  .sticky-nav-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-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .nav-grid-2 {
    text-align: center;
  }

  .nav-logo-2 {
    display: block;
    width: auto;
    height: 100%;
    max-width: none;
  }

  .cards-section-2 {
    padding: 40px 20px;
    -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;
  }

  .cards-grid-container-2 {
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask-2 {
    position: static;
    display: block;
    width: 50vh;
    -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;
  }

  .heading-5 {
    padding-left: 20px;
  }

  .paragraph-3 {
    width: 50vh;
  }

  .feature-section-1 {
    padding: 40px 20px;
  }

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

  .feature-image-2 {
    display: block;
    width: auto;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .flex-container-3 {
    position: static;
    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;
  }

  .feature-image-3 {
    width: auto;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-4 {
    padding-left: 40px;
  }

  .h1.mobile {
    padding-left: 40px;
    font-size: 4em;
  }

  .verb-title {
    text-align: center;
  }

  .feature-section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-title {
    text-align: center;
  }

  .subscribe-form {
    padding: 40px 20px;
  }

  .subscribe-form-input-wrapper {
    width: auto;
  }

  .image-4 {
    max-width: 30%;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 20px;
    -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;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-logo-link {
    overflow: visible;
    max-width: 37.407669876561%;
    min-width: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .footer-image {
    display: block;
    max-width: 100vh;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .container-9 {
    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;
  }

  .sticky-nav-3 {
    position: relative;
  }

  .nav-grid-3 {
    text-align: center;
  }

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

  .div-block-8 {
    width: auto;
    margin-left: auto;
  }

  .header-sobre {
    max-height: 100%;

  }

  .heading-10 {
    display: block;
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    -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;
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
  }

  .form-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heading-11 {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-left: 20px;
    font-size: 2.5em;
    line-height: 110%;
    text-align: center;
  }

  .header-title {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-top: 250px;
    -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;
  }

  .div-block-9 {
    margin-left: auto;
  }

  .header_text {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .form_contact {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-8 {
    text-align: center;
  }

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

  .cards-section-3 {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .paragraph-feature-card {
    margin-bottom: auto;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    -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;
    color: #000;
  }

  .textarea {
    width: 80%;
  }

  .text-field {
    width: 80%;
  }

  .text-field-2 {
    width: 80%;
    height: auto;
    max-width: none;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo {
    display: block;
    width: 100%;
    max-width: 80%;
  }

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

  .link-block {
    position: static;
    max-height: 20vh;
    max-width: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature-section-3 {
    padding: 40px 20px;
  }

  .flex-container-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-image-mask-2 {
    margin-right: 0px;
  }

  .feature-image-4 {
    margin-right: auto;
    margin-left: auto;
  }

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    max-width: 100%;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .header {
    overflow: auto;
    width: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    background-position: 20% 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .header.pt {
    overflow: visible;
    height: auto;
    margin-bottom: auto;
  }

  .hero-overlay {
    background-clip: padding-box;
  }

  .centered-container {
    text-align: left;
  }

  .paragraph {
    line-height: 22px;
  }

  .heading-3 {
    max-width: none;
  }

  .container-3 {
    max-width: 1920px;
  }

  .navbar-2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image {
    margin-left: auto;
  }

  .image-2 {
    height: auto;
    max-height: 50%;
  }

  .feature-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .sticky-nav-2 {
    display: -ms-grid;
    display: grid;
    padding: 10px 10px 10px 20px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 5fr 0.5fr;
    grid-template-columns: 5fr 0.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .sticky-nav-2.en {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .nav-grid-2 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-2 {
    width: 30vw;
    max-width: 100vh;
    padding-left: 0px;
  }

  .nav-link-4 {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    border-top: 1px none #c4c4c4;
    font-size: 1em;
  }

  .cards-section-2 {
    -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;
  }

  .centered-container-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: center;
    -webkit-align-content: end;
    -ms-flex-line-pack: end;
    align-content: end;
    grid-auto-flow: column;
    grid-column-gap: 2vh;
    -ms-grid-columns: minmax(170px, 1fr);
    grid-template-columns: minmax(170px, 1fr);
    -ms-grid-rows: auto auto minmax(auto, 1fr);
    grid-template-rows: auto auto minmax(auto, 1fr);
  }

  .cards-image-mask-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .heading-5 {
    padding-left: 20px;
  }

  .paragraph-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: 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;
  }

  .feature-section-1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .flex-container-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-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;
  }

  .feature-image-2 {
    width: auto;
    max-height: none;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .flex-container-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-image-3 {
    max-width: 100%;
  }

  .div-block-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin: auto;
    padding-top: 0px;
  }

  .section {
    position: static;
    background-size: cover;
    background-clip: padding-box;
  }

  .heading-8 {
    margin-top: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    padding-left: 0px;
    font-size: 1.8em;
    line-height: 110%;
  }

  .h1 {
    color: #fff;
    font-size: 5em;
    line-height: 100%;
    font-weight: 800;
  }

  .h1.mobile {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 2.5em;
  }

  .feature-section-2 {
    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;
  }

  .feature-title {
    font-size: 28px;
  }

  .subscribe-form {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .subscribe-form-flex {
    width: auto;
    max-width: none;
    -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;
  }

  .subscribe-form-input-wrapper {
    width: 100.00000466154452%;
    max-width: 100.00000466154452%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .image-4 {
    display: block;
    max-width: 40%;
    float: none;
    clear: none;
  }

  .footer {
    max-width: 100%;
    padding: 20px;
    -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-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: left;
  }

  .footer-flex-container {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -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;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .footer-image {
    display: block;
    width: 20vh;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 10px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .footer-link {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .footer-link.w--current {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .container-9 {
    -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;
  }

  .div-block-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .paragraph-6 {
    line-height: 22px;
  }

  .paragraph-7 {
    width: auto;
    font-size: 12px;
  }

  .sticky-nav-3 {
    padding: 0px;
  }

  .nav-grid-3 {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .div-block-7 {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-8 {
    width: auto;
    margin-left: auto;
  }

  .header-sobre {
    position: static;
    clear: none;
  }

  .header-entidades {
    position: static;
    clear: none;
  }
  
  .heading-10 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
  }

  .form-block {
    width: auto;
  }

  .heading-11 {
    padding-right: 20px;
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
  }

  .h3 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.2em;
    line-height: 120%;
  }

  .image-7 {
    max-width: 50%;
    padding-left: 0px;
  }

  .header-contactos {
    height: 100%;
  }

  .header-title {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: auto;
    padding: 300px 20px 10px;
  }

  .h5 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .header_text {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    padding-top: 0px;
  }

  .form_contact {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-8 {
    text-align: center;
  }

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

  .div-block-10 {
    margin-left: auto;
    padding-top: 20px;
  }

  .centered-container-3 {
    text-align: left;
  }

  .cards-grid-container-3 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .textarea {
    width: 100%;
    max-width: none;
  }

  .text-field {
    width: 100%;
    max-width: none;
  }

  .text-field-2 {
    width: 100%;
    max-width: none;
  }

  .text-block-3 {
    color: #000;
    text-align: center;
  }

  .logo {
    max-width: 80%;
    padding-left: 0px;
  }

  .field-label-5 {
    color: #000;
    text-align: center;
  }

  .text-block-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .card-text-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-left: 0px;
    -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;
  }

  .image-11 {
    display: block;
    overflow: scroll;
    width: 100%;
    max-width: 20%;
    text-align: center;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .lottie-animation {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    max-width: 20%;
    margin-right: auto;
    margin-left: auto;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .container-10 {
    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;
  }

  .scroll-animation {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    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-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .scroll-animation.mobile {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .container-11 {
    background-image: url('../images/header-18.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .success-message-3 {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .card-text-body-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -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-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

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

  .header-en {
    position: relative;
    overflow: visible;
    width: auto;
    height: 100%;
    max-height: 100%;
    max-width: none;
    min-height: auto;
    min-width: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-image: url('../images/header-18.svg');
    background-position: 20% 60%;
    background-size: cover;
    -o-object-fit: none;
    object-fit: none;
  }

  .en {
    margin-left: 0px;
  }

  .pt {
    margin-bottom: 10px;
  }

  .footer-buttons {
    max-width: 100%;
    -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;
  }

  .button {
    margin-left: 0px;
  }

  .button-2 {
    margin-left: 0px;
  }

  .button-3 {
    margin-left: auto;
  }

  .button-4 {
    margin-bottom: 10px;
  }

  .button-5 {
    margin-bottom: 10px;
  }

  .button-6 {
    margin-bottom: 10px;
  }

  .button-7 {
    margin-bottom: 10px;
  }

  .form-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-8 {
    margin-left: 0px;
      
  }

  .link-block-2 {
    display: block;
    -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;
  }
}

#w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c993-4f6d6880 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c99a-4f6d6880 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c9a1-4f6d6880 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9e26aa7c-9ae3-67ba-e444-0a085a6dab2e-4ea889ff {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a87336c2-afdb-4d8e-ae74-09575d739cc9-c86ffc1f {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c993-c86ffc1f {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c99a-c86ffc1f {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c9a1-c86ffc1f {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f2113cbb-1db0-55af-d723-ea38846c1438-5d1a2261 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-f0a45c8c-3f90-ca63-830b-282305162802-c3aefc59 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_4f103d84-79b4-015f-7986-cdd2b2927743-4ea889ff {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-a87336c2-afdb-4d8e-ae74-09575d739ccc-c86ffc1f {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f2113cbb-1db0-55af-d723-ea38846c143b-5d1a2261 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-f0a45c8c-3f90-ca63-830b-282305162805-c3aefc59 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c993-4f6d6880 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c99a-4f6d6880 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c9a1-4f6d6880 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a87336c2-afdb-4d8e-ae74-09575d739cc9-c86ffc1f {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-a87336c2-afdb-4d8e-ae74-09575d739ccc-c86ffc1f {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c993-c86ffc1f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c99a-c86ffc1f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ff1e37ba-3cc6-0853-cb68-5a321be0c9a1-c86ffc1f {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
