:root {
  --negro: #1c1f2a;
  --35c055: #35c055;
  --5f67e4: #5f67e4;
  --32px: 32px;
  --bco: #fff;
  --8px: 8px;
  --e6e6e6: #e6e6e6;
  --211f3d: #211f3d;
  --16px: 16px;
  --e2557d: #e2557d;
  --f6c43f: #f6c43f;
}

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

body {
  color: var(--negro);
  font-family: "Futura 01", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  overflow-x: hidden;/**/
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

a {
  text-decoration: underline;
}

.container-2 {
  width: 100%;
  height: 112px;
  max-width: 1440px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button-2 {
  overflow: hidden;
}

.menu-text:hover {
  color: var(--35c055);
}

.down-font {
  margin-left: 5px;
  display: block;
}

.image-4 {
  max-width: 181px;
}

.services-name {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.image-3 {
  padding-left: 5px;
}

.navbar {
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navbar.hide-menu {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .5);
  border-bottom-style: none;
  border-left-style: none;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
  box-shadow: 0 2px 4px rgba(171, 171, 171, .16);
}

.up-image {
  display: block;
}

.link-block {
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  -webkit-text-fill-color: inherit;
  background-color: #285064;
  background-clip: border-box;
  border-radius: 10px;
}

.link-block.service-link-block {
  align-items: center;
}

.link-block.service-link-block:hover {
  background-color: var(--35c055);
}

.nav-menu-2 {
  width: 85%;
  text-align: right;
  margin-left: auto;
  margin-right: 0;
  position: static;
}

.nav-menu-2.main-header {
  overflow: hidden;
}

.dropdown-toggle {
  display: inline-block;
  top: auto;
}

.dropdown-toggle.nav-link {
  display: flex;
}

.dropdown-toggle.nav-link:hover {
  color: var(--35c055);
}

.text-block {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.down-arrow {
  display: none;
}

.div-block-5 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.dropdown {
  position: static;
}

.dropdown.menu-link {
  transition: transform .2s ease-in-out;
  position: static;
}

.container {
  width: 100%;
  max-width: 1350px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  display: flex;
}

.dropdown-list {
  width: 100%;
  max-width: 1350px;
  background-color: #112631;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #8d99a0;
  padding: 50px;
  display: none;
  top: 112px;
  left: 0;
  right: 0;
}

.dropdown-list.submenu-list {
  z-index: 0;
  background-color: var(--negro);
  border-top-width: 0;
  transition: opacity .2s;
  display: none;
  position: fixed;
  overflow: hidden;
}

.brand-2 {
  overflow: hidden;
}

.category-link {
  color: #fff;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.nav-link {
  width: auto;
  color: #4a494b;
  text-align: center;
  text-transform: capitalize;
  padding: 46px 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  position: static;
  top: 0;
}

.nav-link:hover {
  color: #0074a2;
}

.nav-link.explore-btn {
  width: 154px;
  max-width: 154px;
  background-color: var(--35c055);
  color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  transition: background-color .4s;
  display: flex;
}

.nav-link.explore-btn:hover {
  background-color: var(--5f67e4);
  border-radius: 8px;
}

.nav-link.menu-link:hover {
  color: var(--35c055);
}

.category-wrap {
  max-width: 285px;
}

.div-block-4 {
  width: 100%;
  max-width: 80%;
  padding-left: 15px;
}

.services-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  display: grid;
}

.text-block-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contenedor {
  max-width: 1000px;
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.contenedor.inicio {
  padding-top: 60px;
}

.contenedor.menu {
  width: 90%;
  min-height: 70px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Galanoclassic, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}

.h1.bco {
  color: var(--bco);
}

.h1.green {
  color: var(--35c055);
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: grid;
  position: relative;
}

.div-block-6.c {
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph {
  color: var(--bco);
}

.div-block-8 {
  width: 100%;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 20px;
  display: flex;
}

.button-2 {
  background-color: var(--35c055);
  border-radius: 8px;
  padding: 10px 30px;
}

.button-2:hover {
  background-color: var(--5f67e4);
}

.button-2.b {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  background-color: var(--5f67e4);
  text-decoration: none;
  display: flex;
}

.button-2.b:hover {
  transform: scale(1.1);
}

.div-block-9 {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  justify-content: space-between;
  display: flex;
}

.envo1 {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  border: 1px solid var(--e6e6e6);
  border-radius: var(--8px);
  box-shadow: 0 2px 5px 0 var(--e6e6e6);
  background-color: #f6f6f6;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
  cursor: pointer;/**/
}

.envo1:hover {
  border-color: var(--35c055);
}

.div-block-11, .div-block-12 {
  border: 1px solid var(--211f3d);
  border-radius: var(--8px);
  background-color: var(--e6e6e6);
  padding: 20px;
}

.h3 {
  color: var(--negro);
  font-family: "Futura 03", sans-serif;
  font-size: 1.5rem;
}

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

.h3.bco {
  color: var(--bco);
}

.h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Futura 02", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.h4.ngro {
  color: var(--negro);
}

.h4.azul {
  color: var(--211f3d);
  font-family: "Futura 03", sans-serif;
  font-weight: 500;
}

.div-block-13 {
  background-color: var(--5f67e4);
  border-radius: 50px;
  padding: 5px 10px;
}

.div-block-14 {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.seccion_azul {
  background-color: var(--211f3d);
}

.div-block-15 {
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
  justify-content: space-between;
  display: flex;
}

.div-block-16 {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  display: flex;
}

.div-block-17 {
  width: 5px;
  background-color: var(--35c055);
  padding-left: 3px;
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
  flex-direction: column;
  display: flex;
}

.div-block-19 {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  display: flex;
}

.link-block-2 {
  background-color: var(--5f67e4);
  color: var(--211f3d);
  padding: 20px;
  text-decoration: none;
}

.link-block-2:hover {
  background-color: var(--35c055);
  color: var(--bco);
}

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

.footer-second {
  margin-top: 40px;
}

.ft-link-blocks {
  flex-direction: column;
  display: flex;
}

.flb-link {
  color: #aeaeae;
  line-height: 1.7;
  text-decoration: none;
}

.flb-link:hover {
  color: var(--35c055);
}

.footer-first {
  color: var(--e2557d);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.csr-links {
  color: var(--bco);
  margin-right: 20px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.csr-links:hover {
  color: var(--35c055);
}

.footer-head {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.ff-first-wrap {
  width: auto;
  max-height: none;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 20px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr 1fr;
}

.copyright-section {
  color: var(--bco);
  justify-content: space-between;
  margin-bottom: 50px;
  display: flex;
}

.footer-section {
  width: 100%;
  height: auto;
  background-color: var(--negro);
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.form {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-one {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  flex-direction: column;
  margin-right: 10px;
  padding-right: 0;
  display: flex;
}

.form-block {
  width: auto;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ff-first-logo {
  width: 200px;
  max-height: 106px;
  margin-right: 20px;
}

.border-block {
  border: 1px solid rgba(255, 255, 255, .2);
  margin-top: 50px;
  margin-bottom: 50px;
}

.ff-second-wrap {
  width: auto;
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 25px;
  padding-right: 20px;
  display: flex;
}

.footer-logo {
  width: auto;
  height: auto;
  object-fit: cover;
}

.csl-text {
  color: var(--bco);
  font-size: 16px;
}

.csr-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field {
  width: 100%;
  height: 65px;
  max-width: none;
  color: #9a9ea6;
  background-color: #d9d9d9;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
}

.text-field.email-filed {
  width: 387px;
  height: 45px;
  max-width: none;
  color: #4a494b;
  background-color: #fff;
  border-radius: 10px;
}

.redes-sociales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-6 {
  width: 50px;
}

.link-block-3 {
  width: 35px;
}

.text-block-3 {
  color: #aeaeae;
}

.section {
  margin-bottom: 100px;
}

.formulario {
  /*width: 450px;
  min-height: 620px;
  border-radius: var(--8px);
  background-color: var(--negro);
  padding: 40px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 0%;
  padding: 20px;
  padding-right: 10px;
  padding-top: 30px;
  */
  
  width: 520px;
  min-height: 800px;
  border-radius: var(--8px);
  background-color: var(--negro);
  padding: 40px;
  position: absolute;
  top: auto;
  bottom: -12%;
  left: auto;
  right: 0%;
  padding: 60px;
  padding-right: 50px;
  padding-top: 60px;


}

.text-span {
  color: var(--f6c43f);
}

.div-block-13-copy {
  background-color: var(--e2557d);
  border-radius: 50px;
  padding: 5px 10px;
}

.text-span-2 {
  color: var(--bco);
}

.resaltado {
  color: var(--e6e6e6);
  font-size: 1.3rem;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h5 {
  color: var(--35c055);
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
}

.div-block-23 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.slide-6 {
  margin-right: 20px;
}

.left-arrow {
  display: none;
}

.div-block-52 {
  width: 400px;
  height: 280px;
  background-image: url('../images/12_05.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
}

.div-block-46 {
  width: 400px;
  height: 280px;
  background-image: url('../images/12_0.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.slide-3 {
  width: auto;
  height: auto;
  margin-right: 20px;
}

.div-block-47 {
  width: 400px;
  height: 280px;
  background-image: url('../images/3.jpg');
  background-position: 48%;
  background-size: cover;
  border-radius: 10px;
}

.icon-3 {
  display: none;
}

.div-block-44 {
  width: 400px;
  height: 280px;
  background-image: url('../images/1.jpg');
  background-position: 40%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-52-copy {
  width: 400px;
  height: 280px;
  background-image: url('../images/12_3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-49 {
  width: 400px;
  height: 280px;
  background-image: url('../images/1_63.jpg');
  background-position: 60%;
  background-size: cover;
  border-radius: 10px;
}

.icon-4 {
  display: none;
}

.div-block-53 {
  width: 280px;
  height: 450px;
  float: none;
  clear: none;
  background-image: url('../images/urvita-web_0007_IMG_3370.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  display: inline-block;
  position: static;
}

.div-block-53.div-put {
  width: 400px;
  height: 280px;
  background-image: url('../images/12_1.jpg');
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.slide-5 {
  margin-right: 20px;
}

.slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.div-block-48 {
  width: 400px;
  height: 280px;
  background-image: url('../images/5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.slide-9 {
  margin-right: 20px;
}

.div-block-43 {
  width: 400px;
  height: 280px;
  background-image: url('../images/urvita-web_0000.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.slide-nav {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
}

.slide-11 {
  margin-right: 20px;
}

.div-block-50 {
  width: 400px;
  height: 280px;
  background-image: url('../images/12.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
}

.div-block-51 {
  width: 400px;
  height: 280px;
  background-image: url('../images/2_14.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
}

.slide-8 {
  margin-right: 20px;
}

.mask {
  width: 280px;
  height: auto;
  flex: 0 auto;
  overflow: visible;
}

.mask.blue {
  width: 400px;
  margin-bottom: 20px;
}

.div-block-45 {
  width: 400px;
  height: 280px;
  background-image: url('../images/10.jpg');
  background-position: 10%;
  background-size: cover;
  border-radius: 10px;
}

.right-arrow {
  display: none;
}

.slide-1-2 {
  margin-right: 20px;
}

.testimonials1_score-image {
  height: 3rem;
  object-fit: contain;
  border-radius: 0%;
}

.testimonials1_score-image.is-big {
  width: 18rem;
  height: 3rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.horizontal-divider-testimonial {
  width: 20%;
  height: 3px;
  background-color: #f1f6fd;
}

.testimonials1_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--35c055);
  color: #151d53;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5rem;
  left: 0%;
  right: auto;
  box-shadow: 1px 1px 10px -5px rgba(51, 51, 51, .3);
}

.testimonials1_arrow:hover {
  color: #fff;
  background-color: #151d53;
}

.testimonials1_arrow.right {
  background-color: var(--35c055);
  left: 4.5rem;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .05);
}

.testimonials1_slider-mask {
  width: 28rem;
  overflow: visible;
}

.trustpilot-logo {
  width: 10rem;
  height: 2rem;
  max-height: 2rem;
  max-width: none;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.testimonials1_slide {
  max-width: 28rem;
  margin-right: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonials1_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 4rem;
}

.testimonials1_client-image-wrapper {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  flex: none;
  margin-right: 1rem;
  display: flex;
  overflow: hidden;
}

.testimonials1_score-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  display: flex;
}

.text-color-black {
  color: #000;
}

.testimonials_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials1_slider-nav {
  display: none;
}

.testimonials1_date-details {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-items: start;
  display: flex;
}

.testimonials_content {
  height: 100%;
  min-height: 18rem;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2rem;
  font-weight: 400;
  display: flex;
  box-shadow: 0 2px 30px rgba(0, 0, 0, .05);
}

.testimonials_content.is-first {
  text-align: center;
  justify-content: center;
}

.is-underline-black {
  color: #1e1e1e;
  border-bottom: 2px solid #000;
  font-weight: 700;
}

.div-block-54, .div-block-55, .div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-57, .div-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.icon-5 {
  width: 24px;
  height: 24px;
  color: var(--35c055);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-59 {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resalte {
  color: var(--e2557d);
  font-family: "Futura 03", sans-serif;
  font-weight: 500;
}

.icon-6 {
  width: 24px;
  height: 24px;
  color: var(--bco);
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-22-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item, .list-item-2, .list-item-3 {
  color: var(--bco);
}

.div-block-60 {
  height: 500px;
  border-radius: var(--32px);
  background-color: var(--e6e6e6);
  margin-bottom: 100px;
}

.div-block-6-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.div-block-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-62 {
  border-radius: var(--8px);
  background-color: var(--5f67e4);
  padding: 20px;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  color: var(--bco);
}

.image-7, .image-8, .image-9, .image-10 {
  width: 70px;
}

.div-block-63 {
  height: 800px;
  border-radius: var(--16px);
  background-color: var(--e6e6e6);
  margin-bottom: 100px;
}

.div-block-64 {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.div-block-65 {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  flex-direction: column;
  display: flex;
}

.div-block-66 {
  width: 100px;
  border-radius: 100px;
  padding: 0;
}

.paragraph-6 {
  color: var(--negro);
}

.paragraph-7 {
  color: var(--e6e6e6);
  margin-bottom: 0;
}

.section-2, .section-3, .section-4 {
  padding-bottom: 100px;
}

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

.div-block-54-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  display: grid;
}

.div-block-55-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section-5 {
  padding-bottom: 60px;
}

.div-block-54-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.dropdown__container {
  display: flex;
}

.burger-btn-wrapper {
  text-align: center;
  cursor: pointer;
  padding: 22px 20px;
  position: relative;
  overflow: hidden;
}

.nav-button__bg {
  z-index: 0;
  background-color: #ececec;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-button__text {
  z-index: 5;
  position: relative;
}

.burger-line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  margin: 5px auto;
  display: block;
}

.nav__link {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-link {
  color: #000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.nav__dropdown {
  background-color: #ececec;
  border-bottom: 1px solid #ececec;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 70px;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.dropdown__link {
  color: #000;
  text-align: center;
  flex: 1;
  padding: 17.5px 10px;
  text-decoration: none;
}

.nav-wrapper {
  min-height: 70px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .5);
  border-bottom: 1px solid #ececec;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 4px rgba(171, 171, 171, .16);
}

.dropdown__link-divider {
  z-index: 10;
  width: 1px;
  background-color: #b3b3b3;
  flex: none;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.social-media-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav__link__number {
  z-index: 5;
  color: #b3b3b3;
  margin-top: -2px;
  margin-right: 4px;
  font-family: Vollkorn, serif;
  font-size: 11px;
  font-weight: 700;
  position: relative;
}

.nav__container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav__buttons-wrapper {
  min-height: 70px;
  align-items: center;
  display: flex;
  position: relative;
}

.nav__social-link {
  width: 18px;
  opacity: .2;
  margin-left: 15px;
  transition: opacity .2s;
}

.nav__social-link:hover {
  opacity: 1;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .5);
  /*position: -webkit-sticky;
  position: sticky;*/
  position: fixed;/**/  
  width: 100%;/**/ 
  top: 0;
  box-shadow: 0 2px 4px rgba(28, 31, 42, .16);
}

.nav-menu-3 {
  align-items: stretch;
  display: flex;
}

.nav-link-2 {
  color: #4a494b;
}

.nav-link-2:hover {
  color: var(--35c055);
}

.dropdown-toggle-2 {
  padding-right: 20px;
  display: flex;
}

.text-block-4 {
  color: #4a494b;
}

.text-block-4:hover {
  color: var(--35c055);
}

.nav-link-3 {
  color: #4a494b;
}

.nav-link-3:hover {
  color: var(--35c055);
}

.nav-link-4 {
  color: #4a494b;
}

.nav-link-4:hover {
  color: var(--35c055);
}

.nav-link-5 {
  color: #4a494b;
}

.nav-link-5:hover {
  color: var(--35c055);
}

.dropdown-list-2 {
  grid-column-gap: var(--16px);
  grid-row-gap: var(--16px);
  background-color: var(--211f3d);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.div-block-67 {
  grid-column-gap: var(--8px);
  grid-row-gap: var(--8px);
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.menu-button-3 {
  position: -webkit-sticky;
  position: sticky;
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  color: var(--bco);
  text-align: center;
}

.contenedor_formulario {
  width: 100%;
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 220px;
  padding-bottom: 60px;
  display: flex;
  min-height: 830px;/**/
  justify-content: end;/**/
}

.contenedor_formulario.inicio {
  padding-top: 60px;
}

.contenedor_formulario.menu {
  width: 90%;
  min-height: 70px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-68 {
  background-color: var(--5f67e4);
}

.formulario_div {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: grid;
  position: relative;
}

.formulario_div.c {
  padding-top: 0;
  padding-bottom: 20px;
}

.link-block-4 {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.submenu {
  width: 100vw;
  height: 100vh; /*90vh;*//**/
  background-color: var(--negro);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  display: none;
  position: absolute;
  top: 68px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-70 {
  width: 60%;
  grid-column-gap: var(--32px);
  grid-row-gap: var(--32px);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hamburger-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.burger-line-2 {
  width: 22.5px;
  height: 3px;
  background-color: #444;
  border-radius: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.submenu2, .submenu-copy {
  width: 100vw;
  height: 90vh;
  background-color: var(--negro);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: flex-start;
  padding-top: 100px;
  display: none;
  position: absolute;
  top: 68px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-3 {
  color: var(--f6c43f);
}

.green {
  color: var(--35c055);
}

html.w-mod-js [data-ix="load-animation"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="slide-left"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="slide-right"] {
  opacity: 0;
  transform: translate(-100px);
}

html.w-mod-js [data-ix="slide-up"] {
  opacity: 0;
  transform: translate(0, 100px);
}

@media screen and (max-width: 991px) {
  .container-2 {
    height: 100%;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-button-2 {
    background-color: #000;
    margin-left: auto;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #000;
  }

  .main-header {
    flex-direction: column;
    display: flex;
  }

  .image-5 {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar.hide-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .up-image {
    width: 30px;
    height: 17px;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-2 {
    flex-flow: column wrap;
    display: flex;
  }

  .dropdown-toggle.nav-link {
    justify-content: space-between;
    transition: all .5s;
    display: flex;
  }

  .down-arrow {
    width: 30px;
    height: 17px;
    display: block;
  }

  .cross-imge {
    width: 18px;
    opacity: 0;
    display: none;
  }

  .container {
    flex-direction: column;
  }

  .dropdown-list.submenu-list {
    flex-direction: row;
    display: none;
    position: fixed;
  }

  .brand-2 {
    z-index: 1000;
  }

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

  .image-2.menu-img {
    max-width: 30%;
  }

  .services-block {
    grid-template-columns: 1fr;
  }

  .text-block-2 {
    margin-bottom: 20px;
  }

  .contenedor {
    width: 80%;
    padding-top: 0;
  }

  .contenedor.menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

  .div-block-6 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-6.b {
    flex-direction: column;
  }

  .div-block-6.c {
    grid-template-columns: 1fr;
  }

  .envo1 {
    flex-direction: column;
    align-items: flex-start;
  }

  .seccion_azul {
    padding-top: 40px;
  }

  .div-block-15 {
    flex-direction: row-reverse;
  }

  .footer-first {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ff-first-wrap {
    width: 100%;
    text-align: center;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

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

  .ff-first-logo {
    max-width: 100px;
  }

  .ff-second-wrap {
    width: 100%;
  }

  .text-field.email-filed {
    width: 300px;
  }

  .formulario {
    position: static;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .burger-line {
    background-color: var(--negro);
  }

  .nav__link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav__mobile-button.w--open {
    background-color: var(--bco);
  }

  .nav__buttons-wrapper {
    z-index: 2;
    background-color: var(--bco);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar-2 {
    min-height: 70px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 0 2px 4px rgba(28, 31, 42, .16);
  }

  .brand-3 {
    justify-content: center;
    align-items: center;
  }

  .container-3 {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    display: flex;
  }

  .nav-menu-3 {
    background-color: var(--e6e6e6);
    justify-content: flex-start;
    padding: 20px;
  }

  .dropdown-toggle-2, .nav-link-5 {
    width: 150px;
  }

  .dropdown-list-2.w--open {
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: var(--e6e6e6);
  }

  .contenedor_formulario {
    padding-top: 0;
  }

  .contenedor_formulario.menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
  }

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

  .link-block-4 {
    padding: 20px;
  }

  .submenu {
    display: none;
  }

  .div-block-70 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .submenu2 {
    display: flex;
  }

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

  .section-7 {
    padding-top: 40px;
  }

  .submenu-copy {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 20px;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-wrap: wrap;
  }

  .services-block {
    width: 50%;
  }

  .contenedor {
    padding-top: 0;
  }

  .div-block-6 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-6.b {
    flex-direction: column;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .envo1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .copyright-section {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-section {
    position: relative;
  }

  .cs-right {
    margin-top: 10px;
  }

  .formulario {
    position: static;
  }

  .div-block-52, .div-block-46, .div-block-47 {
    height: 191px;
  }

  .div-block-44 {
    height: 191px;
    border-radius: 10px;
  }

  .div-block-52-copy, .div-block-49, .div-block-53.div-put, .div-block-48 {
    height: 191px;
  }

  .div-block-43 {
    height: 191px;
    border-radius: 10px;
  }

  .div-block-50, .div-block-51, .div-block-45 {
    height: 191px;
  }

  .testimonials1_score-image {
    width: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-small {
    font-size: 1rem;
  }

  .testimonials1_slider-mask {
    width: 100%;
  }

  .testimonials1_slide {
    width: auto;
    max-width: none;
    margin-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials1_score-wrapper {
    grid-auto-flow: row;
    margin-top: 1.25rem;
  }

  .testimonials_arrow-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-61 {
    grid-template-columns: 1fr 1fr;
  }

  .burger-btn-wrapper {
    min-height: 70px;
    padding-left: 20px;
  }

  .nav-button__bg {
    display: none;
  }

  .burger-line {
    background-color: #000;
  }

  .nav__link {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav__dropdown {
    height: 65px;
    min-height: 65px;
    flex-direction: column;
    align-self: stretch;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    position: static;
    top: 0;
  }

  .dropdown__link {
    padding: 10px;
  }

  .nav__mobile-button {
    height: 70px;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: background-color .2s;
  }

  .nav__mobile-button.w--open {
    z-index: 99;
    background-color: #ececec;
  }

  .nav-wrapper {
    padding-right: 0;
  }

  .social-media-wrapper {
    display: none;
  }

  .nav__buttons-wrapper {
    max-height: 100vh;
    min-height: auto;
    min-width: 100%;
    background-color: #fff;
    padding-top: 70px;
    position: fixed;
    top: 70px;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 1px 0 70px rgba(0, 0, 0, .69);
  }

  .paragraph-9, .paragraph-10, .paragraph-13, .paragraph-14 {
    text-align: center;
  }

  .contenedor_formulario {
    padding-top: 0;
  }

  .formulario_div {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .formulario_div.b {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .image-2, .image-2.menu-img {
    width: 20%;
    max-width: 20%;
  }

  .contenedor {
    width: 95%;
    padding-top: 0;
  }

  .contenedor.inicio {
    padding-top: 0;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .h1.bco {
    font-size: 2.3rem;
  }

  .div-block-6 {
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .envo1, .div-block-15, .div-block-16 {
    flex-direction: column;
  }

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

  .copyright-section {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-three {
    text-align: center;
  }

  .form {
    width: 100%;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-four, .footer-two, .footer-one {
    text-align: center;
  }

  .form-block {
    width: 100%;
  }

  .ff-first-logo {
    max-width: 80px;
  }

  .cs-right {
    margin-top: 10px;
  }

  .text-field.email-filed {
    width: 100%;
  }

  .redes-sociales {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .formulario {
    width: 280px;
  }

  .div-block-22 {
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow {
    flex: 0 auto;
  }

  .div-block-52, .div-block-46, .div-block-47 {
    width: 280px;
    height: 191px;
    border-radius: 10px;
  }

  .icon-3 {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-44, .div-block-52-copy, .div-block-49 {
    width: 280px;
    height: 191px;
    border-radius: 10px;
  }

  .icon-4 {
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-53.div-put {
    width: 280px;
    height: 191px;
    border-radius: 10px;
  }

  .slider {
    height: auto;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
  }

  .div-block-48, .div-block-43 {
    width: 280px;
    height: 191px;
    border-radius: 10px;
  }

  .slide-nav {
    height: auto;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 18px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-50, .div-block-51 {
    width: 280px;
    height: 191px;
    border-radius: 10px;
  }

  .mask {
    width: 280px;
    height: auto;
    flex: 0 auto;
    overflow: visible;
  }

  .mask.blue {
    width: 280px;
  }

  .div-block-45 {
    width: 280px;
    height: 191px;
    border-radius: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials1_slide {
    width: 90%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials1_date-details {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials_content {
    padding: 1.25rem;
  }

  .div-block-22-copy, .div-block-61 {
    grid-template-columns: 1fr;
  }

  .div-block-64 {
    flex-direction: column;
  }

  .image-12, .image-13 {
    max-width: 30%;
  }

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

  .dropdown__container {
    flex-direction: column;
  }

  .nav-button__text {
    padding-bottom: 20px;
  }

  .nav__link {
    border-bottom: 1px solid #ececec;
    padding-bottom: 0;
    display: block;
  }

  .nav__dropdown {
    height: auto;
    min-height: auto;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }

  .dropdown__link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown__link-divider {
    width: 50%;
    height: 1px;
    background-color: #d6d6d6;
    margin: auto;
  }

  .nav__buttons-wrapper {
    display: block;
  }

  .nav-menu-3 {
    overflow: auto;
  }

  .contenedor_formulario {
    width: 95%;
    padding-top: 0;
  }

  .contenedor_formulario.inicio {
    padding-top: 0;
  }

  .formulario_div {
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .submenu {
    padding-top: 20px;
  }

  .div-block-70 {
    width: 90%;
    grid-column-gap: var(--8px);
    grid-row-gap: var(--8px);
    grid-template-columns: 1fr 1fr;
  }

  .submenu2 {
    padding-top: 20px;
  }

  .submenu-copy {
    padding-top: 20px;
    overflow: auto;
  }
}

#w-node-_70024e96-b1e4-a077-20fd-fbd0957185b2-50b2a842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86d87722-861d-1fd9-7f4b-9fd00f490d5d-50b2a842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_63e9ecda-7670-f8c2-b613-04cab69afc80-50b2a842, #w-node-_5b199475-d505-7208-4e04-9e21c0645393-50b2a842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87b20947-28ff-9cfa-bcc1-1c07557a86e9-50b2a842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae38-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae3d-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae3e-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae3f-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae40-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae41-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae42-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae43-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae46-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae47-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae48-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae49-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae4a-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae4b-50b2a842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae4c-50b2a842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae4f-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae50-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae51-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae52-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae53-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae56-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae57-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae58-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae59-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae5a-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae5b-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae5e-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae5f-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae60-50b2a842, #w-node-e70a4af4-ce8f-f82d-e44e-6dc9a5b5ae61-50b2a842, #w-node-_7aa1018a-51f7-9922-fb84-1c18fbf922bb-fbf922a1, #w-node-_7aa1018a-51f7-9922-fb84-1c18fbf922bd-fbf922a1, #w-node-_7aa1018a-51f7-9922-fb84-1c18fbf922bf-fbf922a1, #w-node-_7aa1018a-51f7-9922-fb84-1c18fbf922c1-fbf922a1, #w-node-ba479be9-c8ae-e1ef-4e39-4cfb8f37d027-e52bbabf, #w-node-ba479be9-c8ae-e1ef-4e39-4cfb8f37d032-e52bbabf, #w-node-ba479be9-c8ae-e1ef-4e39-4cfb8f37d036-e52bbabf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fea93952-5629-4d6d-9a3a-c6f026b80cc6-e52bbabf {
  justify-self: center;
}

#w-node-_7f5002d0-4516-1690-0ca5-99a31247048f-e52bbabf, #w-node-_7f5002d0-4516-1690-0ca5-99a312470498-e52bbabf, #w-node-_7f5002d0-4516-1690-0ca5-99a3124704ab-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e4fa-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e4ff-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e500-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e501-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e502-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e503-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e504-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e505-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e508-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e509-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e50a-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e50b-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e50c-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e50d-e52bbabf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15d76cc7-d05f-5d10-f146-9e123e03e50e-e52bbabf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_15d76cc7-d05f-5d10-f146-9e123e03e511-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e512-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e513-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e514-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e515-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e518-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e519-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e51a-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e51b-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e51c-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e51d-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e520-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e521-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e522-e52bbabf, #w-node-_15d76cc7-d05f-5d10-f146-9e123e03e523-e52bbabf, #w-node-c46bf3a4-e312-7ae4-de58-5b10d64e5042-caace43a, #w-node-c46bf3a4-e312-7ae4-de58-5b10d64e504d-caace43a, #w-node-c46bf3a4-e312-7ae4-de58-5b10d64e5051-caace43a, #w-node-_0c7dfa3f-7d98-18ee-35cd-3fa5d8f80c1e-caace43a, #w-node-_0c7dfa3f-7d98-18ee-35cd-3fa5d8f80c1f-caace43a, #w-node-ec05aa76-456b-0388-5c2f-cad13c9e92d5-caace43a, #w-node-_0c7dfa3f-7d98-18ee-35cd-3fa5d8f80c21-caace43a, #w-node-_0c7dfa3f-7d98-18ee-35cd-3fa5d8f80c22-caace43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c7dfa3f-7d98-18ee-35cd-3fa5d8f80c24-caace43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0c7dfa3f-7d98-18ee-35cd-3fa5d8f80c25-caace43a, #w-node-_43b30281-6c27-fe88-3d1f-11e9806ede67-283e0a56, #w-node-_43b30281-6c27-fe88-3d1f-11e9806ede72-283e0a56, #w-node-_43b30281-6c27-fe88-3d1f-11e9806ede76-283e0a56, #w-node-cccb0c84-63ee-1f51-bc06-c6412615b233-283e0a56, #w-node-cccb0c84-63ee-1f51-bc06-c6412615b234-283e0a56, #w-node-cccb0c84-63ee-1f51-bc06-c6412615b235-283e0a56, #w-node-cccb0c84-63ee-1f51-bc06-c6412615b236-283e0a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cccb0c84-63ee-1f51-bc06-c6412615b237-283e0a56 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-cccb0c84-63ee-1f51-bc06-c6412615b238-283e0a56, #w-node-_40da1443-4292-e6f4-657a-1b3bec946636-283e1081, #w-node-_40da1443-4292-e6f4-657a-1b3bec94663f-283e1081, #w-node-_40da1443-4292-e6f4-657a-1b3bec946643-283e1081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_635b68b8-90fa-fbf2-c07f-25eab27356d6-283e1081 {
  align-self: center;
  justify-self: center;
}

#w-node-a6b3ccdb-be3e-334e-3857-6bb46b2fdc9c-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75ec-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75ed-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75ee-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75ef-283e1081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75f0-283e1081 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75f1-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75f2-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75f3-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75f4-283e1081, #w-node-_5a9c4a8e-9e86-a9cb-6515-91b364cb75f5-283e1081, #w-node-_2b501fba-5ecf-2311-2307-1e1cccba18e0-11ad795e, #w-node-_2b501fba-5ecf-2311-2307-1e1cccba18ee-11ad795e, #w-node-_73526bbc-c99a-a599-615a-cdf7e6a342ec-11ad795e, #w-node-e5a6aa2e-f367-99f8-6c4b-c995ca400219-11ad795e, #w-node-_16d0186f-706e-02de-b66f-90c5718a6995-11ad795e, #w-node-a96b8219-4ad6-dea1-73ca-59a457d44019-11ad795e, #w-node-_180c7902-a4e2-e175-93b4-1c643844a595-11ad795e, #w-node-_180c7902-a4e2-e175-93b4-1c643844a596-11ad795e, #w-node-_180c7902-a4e2-e175-93b4-1c643844a597-11ad795e, #w-node-_180c7902-a4e2-e175-93b4-1c643844a598-11ad795e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_180c7902-a4e2-e175-93b4-1c643844a599-11ad795e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_180c7902-a4e2-e175-93b4-1c643844a59a-11ad795e, #w-node-ccc40fc4-61c1-d128-578d-14c22f6102e9-bd39d87c, #w-node-ccc40fc4-61c1-d128-578d-14c22f6102f4-bd39d87c, #w-node-ccc40fc4-61c1-d128-578d-14c22f610302-bd39d87c, #w-node-ccc40fc4-61c1-d128-578d-14c22f610308-bd39d87c, #w-node-ccc40fc4-61c1-d128-578d-14c22f61030e-bd39d87c, #w-node-ccc40fc4-61c1-d128-578d-14c22f610314-bd39d87c, #w-node-c257786b-64db-2d9a-3553-a1736b2bb087-bd39d87c, #w-node-_242a7625-03fa-5ffb-7645-a06b5f5d531b-bd39d87c, #w-node-d0fee09d-80a9-0e54-0176-0699c00773e2-bd39d87c, #w-node-bf39215a-5a55-1f81-10fa-13da6cb2025b-bd39d87c, #w-node-c575ae9c-09ed-36e3-4d2e-d1f938c24bea-bd39d87c, #w-node-c575ae9c-09ed-36e3-4d2e-d1f938c24beb-bd39d87c, #w-node-c575ae9c-09ed-36e3-4d2e-d1f938c24bec-bd39d87c, #w-node-c575ae9c-09ed-36e3-4d2e-d1f938c24bed-bd39d87c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c575ae9c-09ed-36e3-4d2e-d1f938c24bee-bd39d87c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c575ae9c-09ed-36e3-4d2e-d1f938c24bef-bd39d87c, #w-node-_6cb865df-f52f-6956-3b10-4a69e64661fb-fc496fac, #w-node-_6cb865df-f52f-6956-3b10-4a69e6466206-fc496fac, #w-node-_6cb865df-f52f-6956-3b10-4a69e646620a-fc496fac, #w-node-e7af3f32-fe8f-14ab-e323-22d4dc4a4080-fc496fac, #w-node-e7af3f32-fe8f-14ab-e323-22d4dc4a4081-fc496fac, #w-node-_5f2b8338-d7a1-6506-7be6-99bd757ebdd8-fc496fac, #w-node-e7af3f32-fe8f-14ab-e323-22d4dc4a4082-fc496fac, #w-node-e7af3f32-fe8f-14ab-e323-22d4dc4a4083-fc496fac, #w-node-_597ba8cd-7fd6-f268-fb6d-82c3d415499f-fc496fac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7af3f32-fe8f-14ab-e323-22d4dc4a4084-fc496fac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e7af3f32-fe8f-14ab-e323-22d4dc4a4085-fc496fac, #w-node-_08387462-3ccf-b985-f9ca-09dc2ae8aeae-b64d88b0, #w-node-_08387462-3ccf-b985-f9ca-09dc2ae8aeb9-b64d88b0, #w-node-_08387462-3ccf-b985-f9ca-09dc2ae8aebd-b64d88b0, #w-node-_3ad49a55-fb21-9205-4343-8c1ca1537124-b64d88b0, #w-node-_3ad49a55-fb21-9205-4343-8c1ca1537125-b64d88b0, #w-node-_3ad49a55-fb21-9205-4343-8c1ca1537126-b64d88b0, #w-node-_3ad49a55-fb21-9205-4343-8c1ca1537127-b64d88b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ad49a55-fb21-9205-4343-8c1ca1537128-b64d88b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3ad49a55-fb21-9205-4343-8c1ca1537129-b64d88b0, #w-node-_6339c0cf-d86a-c114-4ccb-09c012961f90-da603111, #w-node-_6339c0cf-d86a-c114-4ccb-09c012961f9b-da603111, #w-node-_6339c0cf-d86a-c114-4ccb-09c012961f9f-da603111, #w-node-d0042216-8efc-4e88-ddf8-7fe29387bf55-da603111, #w-node-d0042216-8efc-4e88-ddf8-7fe29387bf56-da603111, #w-node-d0042216-8efc-4e88-ddf8-7fe29387bf57-da603111, #w-node-d0042216-8efc-4e88-ddf8-7fe29387bf58-da603111, #w-node-_6c99e824-248e-f591-7220-d39dcc08255b-8ef84010, #w-node-_6c99e824-248e-f591-7220-d39dcc082561-8ef84010, #w-node-_6c99e824-248e-f591-7220-d39dcc082565-8ef84010 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1d49f602-2ff6-b0ac-2d3a-20b1e7b0ac07-cf7873a6, #w-node-_1d49f602-2ff6-b0ac-2d3a-20b1e7b0ac23-cf7873a6, #w-node-_30da78d2-671a-07a8-08fe-a83099a0cee8-cf7873a6, #w-node-_30da78d2-671a-07a8-08fe-a83099a0cf04-cf7873a6 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Futura 02';
  src: url('../fonts/Futura-MediumItalic-02.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura 03';
  src: url('../fonts/Futura-Bold-03.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura 01';
  src: url('../fonts/Futura-Medium-01.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura 04';
  src: url('../fonts/Futura-CondensedMedium-04.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura 05';
  src: url('../fonts/Futura-CondensedExtraBold-05.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galanoclassic';
  src: url('../fonts/GalanoClassic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galanoclassic';
  src: url('../fonts/GalanoClassic-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galanoclassic';
  src: url('../fonts/GalanoClassic-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Galanoclassic';
  src: url('../fonts/GalanoClassic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}