@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-Bold.ttf') format("truetype"), url('../fonts/ExoSoft-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Exosoft;
  src: url('../fonts/ExoSoft-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Tuskergrotesk 5600";
  src: url('../fonts/TuskerGrotesk-5600Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Mija W 03";
  src: url('../fonts/Mija-W03-Regular.ttf') format("truetype"), url('../fonts/Mija-W03-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist Book;
  src: url('../fonts/Geomanist-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geomanist;
  src: url('../fonts/Geomanist-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  background-image: url('../images/AMPLIFY-YOUR-TALENT-2-min.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 95%;
  display: flex;
}

.div-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-2 {
  width: 50%;
  max-width: 50%;
}

.paragraph {
  color: #fffef6;
  text-align: center;
  text-transform: none;
  margin-bottom: 3vw;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 900;
  line-height: 1em;
}

.text-span {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.div-block-3 {
  text-align: center;
  width: auto;
}

.hero-platforms {
  z-index: 100;
  max-width: 95%;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-5 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: static;
  inset: auto 0% 0%;
}

.image-21 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-30 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #191919;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 30px 35px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-30.hero-button {
  color: #fffef6;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border-width: 1px;
  border-color: #101010;
  height: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
}

.button-30.hero-button.home {
  color: #00c6ff;
  text-transform: uppercase;
  background-color: #0000;
  border-width: 1px;
  border-color: #00c6ff;
  height: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-flex;
}

.button-30.hero-button.buttons-wrap {
  border-width: 1px;
  border-color: #101010;
}

.button-base {
  z-index: 5;
  border: 1px solid #fffef6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 30px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-base.chi-siamo.mobile {
  border-color: #101010;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
}

.button-base.unete {
  z-index: 30000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-185 {
  color: #fffef6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 1px;
  margin-right: 10px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.text-block-185.chi-siamo.mobile {
  color: #101010;
  text-decoration: none;
}

.icon-1x1-tiny {
  z-index: 5;
  filter: invert();
  flex: none;
  width: 1.3rem;
  height: 1.3rem;
  position: relative;
  transform: rotate(-45deg);
}

.icon-1x1-tiny.homer {
  filter: none;
}

.icon-1x1-tiny.af {
  filter: invert();
}

.icon-1x1-tiny.af.mas, .icon-1x1-tiny.homer {
  filter: none;
}

.button-bg {
  z-index: 0;
  background-color: #191919;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.generic-button {
  border-radius: 1100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.button-text-2 {
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.text-block-186, .text-block-187 {
  color: #00c6ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.div-block-486 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-486.aia.for-the-power {
  z-index: 2147483647;
  justify-content: flex-end;
  align-items: center;
  height: 75px;
}

.nav-link-11 {
  color: #fffef6;
  -webkit-text-stroke-width: 0px;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-11.w--current {
  color: #00c6ff;
}

.container-1409 {
  background-color: #fff;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 95%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.image-33 {
  display: block;
}

.image-33.quienes-somos {
  max-width: 90%;
  display: block;
}

.image-33.quienes-somos.tabet {
  max-width: 70%;
}

.nav-link-8 {
  color: #101010;
  -webkit-text-stroke-width: 0px;
  font-weight: 500;
}

.nav-link-8.w--current {
  color: #00c6ff;
  -webkit-text-stroke-width: 0px;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-8.mobile {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-8.mobile.w--current {
  color: #00c6ff;
}

.nav-link-10 {
  color: #fffef6;
  -webkit-text-stroke-width: 0px;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-10.w--current {
  color: gray;
}

.nav-link-10.current.w--current {
  color: #00c6ff;
}

.nav-link-7 {
  color: #fffef6;
  -webkit-text-stroke-width: 0px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-7.w--current {
  color: #00c6ff;
}

.nav-link-12 {
  color: #ff31ff;
  -webkit-text-stroke-width: 0px;
  background-color: #0000;
  border-left: 0 solid #101010;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-12.login {
  color: #00c6ff;
  border: 1px solid #00c6ff;
  border-radius: 100px;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 500;
}

.nav-link-12.login.log {
  border-width: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link-9 {
  color: #fffef6;
  -webkit-text-stroke-width: 0px;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.nav-link-9.w--current {
  color: gray;
}

.nav-link-9.current.solo-qua.uff.w--current {
  color: #00c6ff;
}

.nav-menu-5 {
  color: #fffef6;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding: 0 50px;
  font-size: 18px;
  display: flex;
}

.container-1410 {
  width: 95%;
  max-width: 95%;
}

.navbar {
  z-index: 2147483647;
  background-color: #101010;
  position: fixed;
  inset: 0% 0% auto;
}

.who-are-we {
  z-index: 1000;
  background-image: url('../images/Background1-emet.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
}

.container-1411 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #101010;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 9vw;
  line-height: .8em;
}

.paragraph-2 {
  color: #101010;
  max-width: 60%;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-2.uff._12 {
  color: #101010;
  max-width: 60%;
  margin-top: 2vw;
  margin-bottom: 3vw;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

._70px.homepage-arrow {
  filter: invert();
  width: 1.3em;
  height: 1.3em;
  transform: rotate(-45deg);
}

._70px.bous {
  filter: invert();
  transform: rotate(-45deg);
}

.servicios-title {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 150px;
  padding-bottom: 170px;
  display: flex;
}

.container-1414 {
  text-align: right;
  width: 95%;
  max-width: 95%;
  height: auto;
  display: flex;
}

.container-1414.marquee-horizontal-css.uff {
  justify-content: flex-end;
  align-items: center;
}

.text-block-202 {
  color: #fffef6;
  height: auto;
  padding-bottom: 10px;
  font-size: 13vw;
  font-weight: 900;
  line-height: .8em;
}

.text-span-81 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
  font-size: 13vw;
}

.servicios-section {
  z-index: 2000;
  background-color: #101010;
  justify-content: flex-start;
  align-items: flex-end;
  height: 40vh;
  display: flex;
  position: relative;
}

.container-1415 {
  width: 95%;
  max-width: 95%;
  margin-bottom: 20px;
}

.paragraph-3 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: .9em;
}

.servicios-explained {
  z-index: 2000;
  background-color: #fffef6;
  position: relative;
}

.paragraph-215 {
  color: #101010;
  font-family: Emet Sub;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-215.para {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-184 {
  color: #101010;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.heading-181 {
  color: #101010;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph-216 {
  color: #101010;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
}

.paragraph-216.para {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-213 {
  color: #272e63;
  text-align: left;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-217 {
  color: #101010;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-217.para {
  color: #272e63;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.paragraph-219 {
  color: #101010;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4em;
}

.div-block-464 {
  background-color: #6debde;
  border-radius: 100px;
  width: 30px;
  height: 10px;
}

.div-block-464._1, .div-block-464._1.cazzo, .div-block-464._1.pojo, .div-block-464._1._2, .div-block-464._1.primero, .div-block-464._1._3, .div-block-464._1.poppetto {
  background-color: #0000;
  width: 100px;
  height: 100px;
}

.heading-178 {
  color: #101010;
  text-align: left;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

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

.heading-179, .heading-180, .heading-183, .heading-182 {
  color: #101010;
  text-transform: uppercase;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
}

.text-block-203 {
  color: #00c6ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.text-block-203._2 {
  color: #101010;
  white-space: normal;
}

.text-block-203._2.aaaaa {
  color: #101010;
}

.text-block-203._2.aaaaa.services {
  margin-top: 1px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.content-center {
  box-shadow: none;
  text-align: left;
  background-color: #0000;
  border-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 48px 24px;
  display: flex;
}

.card-2.content-center.contact {
  justify-content: center;
  align-items: center;
}

.container-1416 {
  width: 95%;
  max-width: 95%;
}

.community-section {
  z-index: 2000;
  background-image: url('../images/Emet-14-min.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 110vh;
  padding-top: 200px;
  padding-bottom: 200px;
  display: block;
  position: relative;
}

.container-1417 {
  width: 95%;
  max-width: 95%;
  height: 100%;
  position: relative;
}

.heading-192 {
  color: #fff;
  font-size: 15vw;
  font-weight: 900;
  line-height: .6em;
}

.text-span-83 {
  color: #fffef6;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fffef6;
  font-size: 13vw;
  line-height: .8;
}

.text-span-84 {
  color: #fffef6;
  font-size: 13vw;
}

.paragraph-224 {
  z-index: 30000;
  color: #fffef6;
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 25px;
  margin-right: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
}

.button-39 {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-right: 5%;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
}

.text-span-167 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
  line-height: .8em;
}

.div-block-524 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: static;
  inset: auto 0% 20%;
}

.div-block-523 {
  width: 50%;
  position: absolute;
  inset: 5% auto auto 5%;
}

.conecta-caroseul {
  z-index: 2000;
  text-align: center;
  background-color: #101010;
  border-bottom: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 -20px 20px 18px #101010;
}

.conecta-caroseul._2._3.urjkus.bousi {
  box-shadow: none;
}

.conecta-caroseul._2._3.urjkus.bousi.ughtdf {
  padding-top: 25px;
  padding-bottom: 25px;
}

.link-view-all-wrapper-6 {
  border-top: 0 solid #000;
  border-bottom: 0 solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-view-all-wrapper-6:hover {
  color: #000;
}

.flex-rail-2 {
  white-space: nowrap;
  border-top: 0 solid #1d1d1d;
  border-bottom: 0 solid #1d1d1d;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.inner-text-scrolling-5 {
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  flex: none;
  align-items: center;
  padding-bottom: 0;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.ascii-type-3 {
  color: #fff;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
  margin-left: 18px;
  margin-right: 100px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.body {
  background-color: #101010;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

.image-41 {
  filter: invert();
}

.image-41.meta, .image-41.gplay, .image-41.saavon {
  filter: none;
}

.image-41.saavon.shazaam {
  filter: invert();
}

.image-41.zvooq, .image-41.rdio {
  filter: none;
}

.image-41.rdio.tidausic {
  filter: invert();
}

.image-41.meeo, .image-41.yandex, .image-41.napster, .image-41.qbuz, .image-41.groove, .image-41.heart {
  filter: none;
}

.div-block-471 {
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

.div-block-471.platfomrs, .div-block-471.platforms {
  background-color: #0000;
}

.hero-sub-container.ls-4 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border: 1px solid #fffef6;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  min-height: auto;
  padding: 3.5rem 4rem;
  display: flex;
}

.div-block-525, .div-block-526, .div-block-527 {
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 0;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
}

.container-1418 {
  width: 95%;
  max-width: 95%;
  margin-top: 50px;
}

.brix---hidden-desktop {
  display: none;
}

.black-button-2 {
  color: #000;
  background-color: #fffef6;
  border: 0 solid #062d3e;
  border-bottom: 1px solid #000;
  border-radius: 0;
  margin-top: 10px;
  padding: 5px 0;
  text-decoration: none;
}

.image-89 {
  filter: invert();
  transition: opacity .2s;
  transform: rotate(180deg);
}

.news {
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
}

.news.slider {
  background-color: #fffef6;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.brix---container-default-2 {
  max-width: 95%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-block-205 {
  color: #000;
  letter-spacing: 2px;
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
}

.brix---section-overflow-hidden-2 {
  padding-top: 176px;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.brix---heading-h2-size {
  color: #101010;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: .8em;
}

.brix---inner-container-547px {
  width: auto;
  max-width: none;
  line-height: 1.2em;
}

.brix---slide-item-mg {
  margin-right: 8rem;
}

.brix---card-testimonial-color-2 {
  color: #062d3e;
  width: 540px;
  height: 700px;
  padding: 56px 48px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.brix---card-testimonial-color-2:hover {
  box-shadow: none;
  color: #fff;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---btn-slider-arrow-right---top-left-2 {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 40px;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.brix---btn-slider-arrow-right---top-left-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.image-90 {
  filter: invert();
}

.brix---mg-bottom-48px {
  margin-bottom: 10px;
}

.brix---color-neutral-801 {
  color: #211f54;
}

.brix---btn-slider-arrow-right---top-right-2 {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.brix---btn-slider-arrow-right---top-right-2:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---heading-h3-size-2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.brix---slider-mask-width-490px-2 {
  max-width: 480px;
  height: 1100px;
  overflow: visible;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.link {
  color: #161616;
}

.link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-credit-text {
  font-size: 1rem;
  font-weight: 500;
}

.heading-large {
  color: #161616;
  text-transform: uppercase;
  white-space: nowrap;
  object-fit: fill;
  align-items: center;
  font-size: 15vw;
  font-weight: 600;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.heading-large.contact {
  color: #161616;
  text-transform: uppercase;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 25vw;
  font-weight: 600;
  position: relative;
}

.heading-large.contact:hover {
  text-decoration: underline;
}

.heading-large.reel {
  font-family: Lato, sans-serif;
  font-size: 3.25vw;
  font-weight: 400;
}

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-wrap {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: #161616;
  justify-content: space-between;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.footer-link.text-color-black {
  color: #161616;
}

.text-size-large {
  font-size: 1.5rem;
  font-weight: 500;
}

.footer-link-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.footer-link-wrap {
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-top: 3rem;
  display: flex;
}

.padding-global {
  padding-left: 6%;
  padding-right: 6%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.bottom-2rem {
  padding-bottom: 2rem;
}

.divider {
  color: #555353;
  background-color: #161616;
  width: 100%;
  max-width: 100%;
  height: 1px;
}

.divider.footer {
  background-color: #161616;
}

.footer-credit-text-container {
  width: 15rem;
}

.footer-component {
  flex-direction: column;
  align-items: center;
  display: block;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.footer {
  z-index: 2000;
  color: #161616;
  background-color: #101010;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.divider-line {
  color: #555353;
  background-color: #000;
  width: 100%;
  max-width: 100%;
  height: 1.5px;
}

.image-93 {
  max-width: 70%;
}

.paragraph-231 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.footer-component-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 50vh;
  display: flex;
}

.div-block-504 {
  text-align: left;
  width: 50%;
  height: 100%;
}

.div-block-529 {
  width: 50%;
  max-width: 50%;
}

.bold-text-30 {
  font-size: 18px;
  font-weight: 300;
}

.paragraph-230 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4em;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #55ff7f;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
}

.text-block-208 {
  color: #55ff7f;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
}

.cta-wrap-2 {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.div-block-531, .info-footer {
  margin-bottom: 20px;
}

.container-1419 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 95%;
  max-width: 95%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-232.login {
  color: #fffef6;
  text-decoration: none;
}

.text-span-169 {
  color: #00c6ff;
  text-decoration: underline;
}

.text-span-172 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
}

.container-3 {
  z-index: 40;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 95%;
  height: auto;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-95 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.bo {
  z-index: 100;
  background-image: url('../images/AMPLIFY-YOUR-TALENT-5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 150vh;
  max-height: none;
  display: flex;
  position: relative;
}

.bo.hero {
  background-image: url('../images/AMPLIFY-YOUR-TALENT-2-min.jpg');
  background-position: 30%;
  width: auto;
  max-width: none;
  max-height: none;
}

.bo.hero.bold-text-23 {
  background-image: none;
  height: auto;
  position: sticky;
  top: 0;
}

.grid-8 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: static;
  inset: auto 0% 0%;
}

.text-span-66 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: 180px;
}

.text-span-66.home {
  color: #101010;
  -webkit-text-stroke-color: #fffef6;
  font-size: 13vw;
}

.text-span-66.home.aiu {
  color: #0000;
}

.container-1395 {
  z-index: 100;
  max-width: 95%;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-219 {
  color: #00c6ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.div-block-490 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-490.homepages {
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 70%;
}

.text-block-198 {
  color: #fffef6;
  text-transform: uppercase;
  margin-bottom: 4vw;
  font-size: 13vw;
  font-weight: 900;
  line-height: .8em;
}

.text-block-220 {
  color: #101010;
  margin-bottom: 20px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-span-177 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #101010;
}

.heading-193 {
  z-index: 30000;
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 7vw;
  line-height: 1.1em;
  position: relative;
}

.text-span-185 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fffef6;
}

.text-span-186 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.container-1420 {
  z-index: 40;
  background-image: url('../images/hojme-emet.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.image-96 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.grid-9 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: static;
  inset: auto 0% 0%;
}

.text-span-187 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  font-size: 180px;
}

.text-span-187.home {
  color: #101010;
  -webkit-text-stroke-color: #fffef6;
  font-size: 13vw;
}

.text-span-187.home.aiu {
  color: #0000;
}

.container-1421 {
  z-index: 100;
  max-width: 95%;
  margin-bottom: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block-221 {
  color: #00c6ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.div-block-539 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-539.homepages {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.text-block-222 {
  color: #fffef6;
  text-transform: uppercase;
  margin-bottom: 4vw;
  font-size: 13vw;
  font-weight: 900;
  line-height: .8em;
}

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

.div-block-540.tablet {
  margin-top: 0;
}

.paragraph-223 {
  color: #101010;
  text-align: center;
  background-color: #0000;
  max-width: 70%;
  margin-bottom: 70px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4em;
}

.bold-text-26 {
  color: #101010;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  line-height: 1em;
}

.img-border {
  filter: grayscale();
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-171 {
  color: #101010;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 11vw;
  font-weight: 900;
  line-height: 100%;
}

.why-emet {
  background-color: #00c6ff;
  position: relative;
}

.why-emet.why.ops {
  height: 60vh;
  padding-top: 50px;
}

.bold-text-29 {
  color: #101010;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.paragraph-large-2 {
  color: #101010;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-196 {
  color: #fffef6;
  margin-top: 0;
  margin-bottom: 3vw;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 900;
  line-height: .9em;
}

.container-1355 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.gradient-border {
  position: absolute;
}

.gradient-border.horizontal {
  width: 100%;
  height: 2px;
}

.gradient-border.horizontal.top {
  z-index: 3;
  inset: 0% 0% auto;
}

.gradient-border.horizontal.bottom {
  inset: auto 0% 0%;
}

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

.margin-bottom-2.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom-2.margin-medium {
  margin-bottom: 1.75rem;
}

.div-block-542 {
  background-image: url('../images/Untitled-design-42.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.what-we-do {
  background-color: #00c6ff;
  position: relative;
}

.quienes-somos-hero-section {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.heading-185 {
  font-weight: 500;
}

.home_5_feature_image {
  filter: grayscale();
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.heading-190 {
  text-align: left;
  margin-bottom: 50px;
  line-height: 1.2em;
}

.text-span-166 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.div-block-520 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
}

.paragraph-222 {
  text-align: left;
  max-width: 95%;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.heading-195 {
  color: #101010;
  margin-bottom: 50px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 900;
}

.bold-text-27 {
  color: #101010;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.2em;
}

.div-block-543 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-543.quinees {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 0;
}

.visione {
  background-color: #f0f;
  justify-content: center;
  align-items: center;
  height: 1000px;
  display: flex;
  position: relative;
  overflow: visible;
}

.visione.vision {
  background-color: #0000;
  background-image: url('../images/Background1-emet.png');
  background-position: 50%;
  background-size: cover;
}

.paragraph-229 {
  color: #fffef6;
  text-align: center;
  max-width: 80%;
  margin-right: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-191 {
  text-align: left;
  margin-bottom: 50px;
  line-height: 1.2em;
}

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-wrapper-4 {
  overflow: visible;
}

.paragraph-172 {
  color: #101010;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11vw;
  font-weight: 900;
  line-height: 100px;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.shadow-medium.is--purp-yellow {
  box-shadow: none;
  border-radius: 0;
  padding: 2px;
}

.shadow-medium.is--gree-blue {
  border-radius: 6px;
  box-shadow: 0 4px 4px -2px #22baf6;
}

.shadow-medium.is--gree-blue._22 {
  box-shadow: none;
  padding: 2px;
}

.home_5_feature_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-section-large-4, .padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.max-width-large-2 {
  max-width: 48rem;
}

.concepts-to-craftsmanship {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.body-2 {
  background-color: #fffef6;
}

.div-block-544 {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.button-40 {
  background-color: #0000;
  border-bottom: 2px solid #fffef6;
  padding-left: 0;
  padding-right: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 500;
}

.div-block-545 {
  width: 100%;
  max-width: 100%;
}

.div-block-547 {
  position: absolute;
  inset: 0%;
}

.background-video-4 {
  z-index: 2000;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.arrow-div.invert {
  filter: invert();
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item {
  border-top: 1px solid #fff;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
}

.accordion-item:hover {
  box-shadow: 4px 4px 25px #0003;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-section {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  min-height: 100vh;
  padding-top: 7%;
  padding-bottom: 7%;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-link {
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  display: inline-block;
}

.accordion-link {
  color: #fff;
  background-color: #222;
  padding: 15px 20px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
}

.accordion-link:hover {
  transform: scale(1.05);
}

.accordion-text {
  color: #f5f5f5;
  text-align: right;
  width: 80%;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.7;
}

.accordion-tab-button {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.accordion-section-head {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.accordion-header {
  color: #fff;
  text-align: right;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.3;
  transition: font-size .2s;
}

.ad-caption {
  color: #6b6b6b;
  margin-top: -8px;
  padding-bottom: 8px;
  font-size: 12px;
  font-weight: 300;
}

.share-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.div-block-8 {
  background-image: url('../images/follow_1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 46px;
  height: 20px;
}

.div-block-6 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  background-color: #0000004d;
  flex-direction: row;
  align-items: center;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.more-block {
  width: 226px;
  margin-left: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.image-w-credit {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 682px;
  margin-top: 0;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.summary {
  color: #fffef6;
  text-align: center;
  width: 682px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.summary.dark {
  color: #6b6b6b;
}

.image-w-sticky-credit {
  text-align: center;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 980px;
  margin-top: -47px;
  display: flex;
  position: relative;
}

.image-w-sticky-credit._3 {
  margin-top: -142px;
}

.image-w-sticky-credit._2 {
  margin-top: -111px;
}

.body-column {
  width: 682px;
  min-width: 682px;
  max-width: 682px;
}

.quote {
  margin-bottom: 16px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.left-credit {
  width: 226px;
  margin-left: 30px;
  display: block;
  position: sticky;
  inset: 45vh auto auto 0%;
}

.article-ribbon {
  background-image: url('../images/article-tools.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 682px;
  height: 60px;
  margin-bottom: 60px;
}

.div-block-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.image-11, .image-10 {
  cursor: pointer;
}

.tall-image {
  background-image: url('../images/oranges.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 980px;
  background-attachment: scroll;
  width: 682px;
  max-width: 682px;
  height: 980vh;
}

.tall-image._2 {
  background-image: url('../images/socks.jpg');
}

.tall-image._1 {
  background-image: url('../images/cup.jpg');
}

.full-width-image {
  text-align: center;
  background-image: url('../images/Group-195.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 436px;
  margin-bottom: 32px;
  position: relative;
}

.endmark {
  background-image: url('../images/eyebrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 682px;
  height: 120px;
}

.text-span-2 {
  background-image: url('../images/follow.svg');
  background-position: 0 0;
  background-size: auto;
  width: 50px;
  height: 3px;
}

.image-credit-indent {
  color: #6b6b6b;
  text-align: left;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.credit-body-width {
  color: #6b6b6b;
  text-align: left;
  max-width: 682px;
  margin-top: 8px;
  margin-bottom: 32px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.hlink {
  color: #222;
  text-decoration: none;
}

.hlink:hover {
  color: #0274b6;
}

.article-body {
  color: #101010;
  margin-bottom: 16px;
  font-family: Geomanist, Arial, sans-serif;
}

.article-body.last {
  margin-bottom: 100px;
  font-family: Geomanist, Arial, sans-serif;
}

.article-body.drop-cap {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 500;
}

.inset-title {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
}

.byline-block {
  width: 226px;
  margin-left: 30px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-7 {
  cursor: pointer;
}

.icon.plus {
  background-image: url('../images/plus.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  min-width: 24px;
}

.icon.share {
  background-image: url('../images/arrow-share-medium.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  min-width: 25px;
}

.icon.peeps {
  background-image: url('../images/peeps.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 25px;
  min-width: 25px;
}

.right-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.end-border {
  border-top: 1px solid #ccc;
  width: 682px;
  max-width: 682px;
}

.background-video {
  width: 960px;
  height: 480px;
  margin-bottom: 0;
  box-shadow: 0 7px 25px 3px #00000047;
}

.image-credit {
  color: #6b6b6b;
  text-align: left;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.sticky-zone {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  display: flex;
  position: relative;
}

.related-block {
  width: 226px;
  margin-left: 16px;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.date {
  color: #fffef6;
  text-align: center;
  width: 682px;
  padding-bottom: 10px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 13px;
  font-weight: 100;
}

.date.dark {
  color: #6b6b6b;
  margin-top: 20px;
  font-weight: 300;
}

.body-copy {
  flex-direction: column;
  align-items: center;
  width: 682px;
  max-width: 682px;
  margin-top: 100px;
  display: block;
}

.body-copy.titulo-parag {
  margin-top: 32px;
}

.body-copy._2.weg.dfvfd.bo, .body-copy._2.weg.dfvfd.uff {
  margin-top: 0;
}

.vid-labels {
  color: #f5f5f5;
  font-size: 12px;
  font-weight: 300;
}

.drop-cap {
  display: flex;
}

.div-block-5 {
  position: relative;
}

.image-9 {
  cursor: pointer;
}

.citation {
  text-align: right;
  font-style: italic;
  font-weight: 400;
}

.ad-full-width {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.t-headline {
  color: #222;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.t-headline.large {
  font-size: 22px;
  line-height: 24px;
}

.wsj-fader {
  cursor: pointer;
  background-image: url('../images/wsj.-white.svg'), linear-gradient(#000000ad, #0000);
  background-position: 20px 15px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 30px, auto;
  background-attachment: scroll, scroll;
  height: 60px;
}

.image-8 {
  cursor: pointer;
}

.text-block-2 {
  height: 70px;
  margin-top: -22px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 73px;
}

.paused {
  color: #fff;
  display: none;
}

.pullquote {
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-4 {
  margin-bottom: 32px;
  display: none;
}

.image-6 {
  max-width: 682px;
}

.t-inset-title {
  color: #101010;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hero-2 {
  background-color: #101010;
  background-image: url('../images/Untitled-design---2024-12-10T170302.158.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  margin-bottom: 32px;
  position: relative;
}

.hero-2.video {
  z-index: 1;
  background-color: #f5f5f5;
  background-image: none;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: static;
}

.hero-2.playlist {
  background-image: url('../images/marcela-laskoski-YrtFlrLo2DQ-unsplash.jpg');
}

.hero-2._3articolo {
  background-image: url('../images/First-foto.png');
  background-position: 50% 0;
}

.title {
  color: #fffef6;
  text-align: center;
  width: 682px;
  padding-bottom: 16px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.title.dark {
  color: #000;
}

.hero-title {
  background-image: linear-gradient(#0000, #0000 0%, #00000040);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-title.noshader {
  background-image: none;
  height: 80%;
  position: static;
}

.t-author {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.t-author.u {
  text-decoration: underline;
}

.sticky-credit {
  height: 980px;
  margin-bottom: 47px;
  position: relative;
}

.pullquote-text {
  display: flex;
}

.rows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.left-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #101010;
  flex-direction: column;
  font-family: Geomanist, Arial, sans-serif;
  display: flex;
}

.row.first {
  margin-bottom: -8px;
}

.muted {
  color: #fff;
  font-size: 16px;
}

.full-reveal-image {
  background-image: url('../images/emet7.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  max-width: 100vw;
  height: 50vh;
  max-height: 50vh;
  margin-top: 100px;
  margin-bottom: 100px;
}

.full-reveal-image.reveal {
  background-image: url('../images/kyle-smith-qtgDkxquO9E-unsplash-1-min.jpg');
}

.full-reveal-image.bando {
  background-image: url('../images/First-foto.png');
}

.image-credit-indent-hero {
  color: #6b6b6b;
  text-align: left;
  width: 226px;
  margin-left: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  position: absolute;
  inset: auto auto -95px 0%;
}

.left-credit-static {
  text-align: left;
  width: 226px;
  margin-left: 30px;
  position: absolute;
  inset: auto auto -117px 0%;
}

.initial-quote {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
}

.text-span-189 {
  color: #0274b6;
}

.share-block {
  width: 226px;
  margin-bottom: 32px;
  margin-left: 30px;
  display: flex;
  position: sticky;
  inset: 70px auto auto 0%;
}

.text-span-191 {
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 500;
}

.text-span-192 {
  color: #101010;
  font-weight: 500;
}

.text-span-193 {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.container-1425 {
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 95%;
  height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.container-1425.forse.blue {
  margin-bottom: 50px;
}

.grid-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid-11.quinees-sumos {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  filter: grayscale();
  text-align: left;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-99, .image-101, .image-104 {
  filter: invert();
}

.text-span-194 {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fffef6;
}

.wrapper-line-hero {
  text-align: center;
  margin-bottom: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-109.mobile.home {
  width: 5%;
  transform: rotate(90deg);
}

.brand.tablet {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: 67px;
  display: flex;
}

.brand.tablet.w--current {
  height: 75px;
}

.image-111 {
  filter: invert();
}

.middle-block-text {
  position: absolute;
}

.top-block-text {
  position: absolute;
  top: 20px;
}

.hero-quienes-somos {
  max-width: 1400px;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: block;
}

.image-cover {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.apple-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  height: 100%;
}

.image-nudge-down {
  position: relative;
  bottom: -8px;
}

.bottom-block-text {
  position: absolute;
  bottom: 20px;
}

.image-nudge-up {
  position: relative;
  top: -15px;
}

.apple-grid-block {
  color: #fff;
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apple-grid-block.green {
  background-color: #0c3138;
}

.slide-nav {
  margin: 0;
  display: none;
}

.slide-1 {
  width: 500px;
  margin-right: 20px;
  padding-right: 0;
}

.grey {
  color: #6e6e73;
  font-size: 26px;
}

.superscript {
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.superscript.grey {
  text-decoration-thickness: 2px;
}

.modal-superscript {
  vertical-align: super;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.phone-wrapper {
  flex: none;
  align-self: center;
  height: 100%;
  position: static;
  inset: 0%;
}

.cross {
  width: 17px;
  max-width: none;
}

.slider {
  background-color: #fff;
  height: 100%;
  margin-top: 80px;
  overflow: visible;
}

.left-arrow {
  background-color: #0000;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0;
  transition: background-color .2s;
  display: flex;
  inset: auto 5% -14% auto;
}

.left-arrow:hover {
  background-color: #0000;
}

.left-arrow.mobilee {
  background-color: #0000;
  transform: rotate(180deg);
}

.left-arrow.mobilee.serviciossss {
  transform: none;
}

.slide-4 {
  width: 500px;
  margin-right: 20px;
}

.card-feature-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-feature-wrapper.vertical-alignment {
  flex-flow: column;
}

.popup-label {
  color: #1d1d1f;
  letter-spacing: -.5px;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

.slide-7 {
  width: 375px;
  margin-right: 20px;
}

.slide-3, .slide-2 {
  width: 500px;
  margin-right: 20px;
}

.webflow-link {
  color: #336cec;
  font-weight: 600;
  text-decoration: none;
}

.instructions-image-4 {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.right-arrow-image {
  margin-right: -4px;
}

.card-link {
  cursor: pointer;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: all .4s;
}

.card-link:hover {
  transform: scale3d(1.02, 1.02, 1.02);
}

.generic-link {
  color: #6e6e73;
  font-weight: 700;
  text-decoration: none;
}

.rich-text-block {
  color: #1d1d1f;
  margin-bottom: 0;
  font-weight: 400;
}

.rich-text-block._10px {
  margin-bottom: 10px;
}

.rich-text-block._40px {
  margin-bottom: 40px;
}

.mask {
  width: 375px;
  height: 100%;
  overflow: visible;
}

.left-arrow-image {
  margin-left: -3px;
  padding-left: 0;
  transform: rotate(180deg);
}

.screen-reader-text {
  color: #000;
  text-decoration: none;
  display: none;
}

.feature-card-image {
  width: 500px;
}

.feature-card-image.large {
  width: 1000px;
}

.feature-card-image.tablet-mobile {
  display: none;
}

.code-embed {
  margin-top: 10px;
  margin-bottom: 0;
}

.section-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-41 {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.button-41:hover {
  background-color: #3e4ceb;
}

.button-41.open-modal {
  cursor: pointer;
  background-color: #333336;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 0;
  height: 35px;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.button-41.open-modal:hover {
  background-color: #333336;
}

.section-heading {
  color: #1d1d1f;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

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

.paragraph-233 {
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.paragraph-233.last {
  margin-bottom: 0;
}

.instructions-image-2 {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 20px;
}

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

.card-front {
  color: #fff;
  background-image: linear-gradient(#fff0, #00000080), url('../images/4.jpg');
  background-position: 0 0, 50% 70%;
  background-size: auto, cover;
  border-radius: 30px;
  width: 500px;
  height: 670px;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

.card-front._2 {
  background-image: linear-gradient(#fff0, #00000080), url('../images/5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 500px;
  height: 670px;
  padding-top: 10%;
  padding-left: 10%;
  padding-right: 10%;
}

.card-front._2.aggrego.si {
  background-image: url('../images/2.jpg');
}

.card-front._4 {
  background-image: url('../images/7.jpg');
  background-position: 0%;
  width: 500px;
  height: 670px;
}

.card-front._7 {
  background-image: url('../images/personalize__dwg8srggrbo2_large_2x_1personalize__dwg8srggrbo2_large_2x.avif');
}

.card-front._5 {
  background-image: url('../images/8.jpg');
  width: 500px;
}

.card-front._8 {
  background-image: url('../images/safety__bwp7rsowtjiu_large_2x_1safety__bwp7rsowtjiu_large_2x.avif');
}

.card-front._6 {
  background-image: url('../images/privacy__ckc0wa30o55y_large_2x_1privacy__ckc0wa30o55y_large_2x.avif');
}

.card-front._3 {
  cursor: pointer;
  background-image: url('../images/Untitled-design-59.jpg');
  background-position: 50%;
  width: 500px;
  height: 670px;
}

.card-front._3._15 {
  background-image: url('../images/3.jpg');
  background-position: 50%;
}

.card-front.agredaos.booo {
  background-image: url('../images/1.jpg');
  background-position: 0%;
}

.label {
  color: #fff;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.label.black {
  color: #1d1d1f;
}

.plus-icon {
  width: 17px;
  max-width: none;
}

.popup-heading {
  color: #1d1d1f;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.modal-1-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.container-1426 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.modal-2-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.instructions-image-1 {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.right-arrow {
  background-color: #0000;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0% -14% auto;
  overflow: hidden;
}

.right-arrow:hover, .right-arrow.valori:hover {
  background-color: #0000;
}

.modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

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

.h1 {
  color: #1d1d1f;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.modal-content {
  padding: 4.5rem;
}

.code-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.card {
  background-color: #f5f5f7;
  border-radius: 30px;
  margin-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.card._5 {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.card._3 {
  padding-top: 0;
}

.card._4 {
  padding-top: 60px;
}

.close-button {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: sticky;
  top: -2rem;
}

.close-button.button-style-1 {
  cursor: pointer;
  background-color: #333336;
  border-radius: 8rem;
  width: 35px;
  height: 35px;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

.feature-card-text {
  color: #1d1d1f;
  letter-spacing: -.5px;
  order: -1;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.feature-card-text.right {
  order: 1;
}

.feature-card-text._40px {
  margin-bottom: 40px;
  font-size: 26px;
}

.modal-popup-wrapper {
  display: block;
}

.card-wrapper {
  position: static;
}

.card-wrapper:hover {
  transform: translate(0);
}

.h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.modal-3-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 3rem 2rem;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

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

.card-title {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.card-title.black {
  color: #fffef6;
  font-weight: 700;
}

.text-block {
  color: #6e6e73;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.modal {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  width: 100%;
  max-width: 65rem;
  height: auto;
  margin: auto;
  position: relative;
}

.hero-img {
  aspect-ratio: auto;
  object-fit: cover;
  border: 1.5px #000;
  width: 100%;
  height: 100%;
}

.button-42 {
  text-align: center;
  letter-spacing: .2px;
  text-transform: uppercase;
  background-color: #161616;
  border-radius: 8rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5em;
}

.button-42:hover {
  color: #161616;
  background-color: #c8afef;
}

.button-42.is-primary {
  color: #161616;
  background-color: #c8afef;
  border: 1px solid #000;
  border-radius: 8rem;
  font-weight: 400;
}

.button-42.is-primary:hover {
  color: #fff;
  background-color: #161616;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
  position: relative;
}

.bold-text-31 {
  font-weight: 500;
}

.hero-split-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-split-section.reverse {
  position: relative;
}

.hero-content-wrap {
  border-left: 1.5px #161616;
  padding: 80px;
  position: relative;
}

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

.paragraph-small {
  font-size: .875rem;
  line-height: 1.4em;
}

.heading-style-h2 {
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 600;
}

.heading-style-h2.hero {
  font-size: 5.4rem;
}

.hero-img-wrap {
  border-right: 1.5px solid #161616;
  padding: 0;
  position: relative;
}

.hero-bg-img {
  border-right: 1.5px solid #000;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-service-reel {
  overflow: hidden;
}

.heading-reel-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d1e6d5;
  border-top: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.inner-ticker {
  flex: none;
}

.text-span-195 {
  font-weight: 400;
}

.brix---inner-container-547px-2 {
  max-width: 574px;
}

.brix---paragraph-default {
  color: #272e63;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.black-button {
  color: #000;
  background-color: #062d3e;
  border: 2px solid #062d3e;
  border-radius: 247px;
  padding: 16px 36px;
  text-decoration: none;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 48px;
}

.brix---slide-item-mg-2 {
  margin-right: 8rem;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.brix---btn-slider-arrow-right---top-right {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 0 solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 46px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  display: flex;
  inset: auto auto -25% 48%;
}

.brix---btn-slider-arrow-right---top-right:hover {
  transform: scale3d(.94, .94, 1.01);
}

.text-block-223 {
  color: #fcefe2;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---heading-h2-size-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---card-testimonial-color-1 {
  color: #062d3e;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 540px;
  height: 520px;
  padding: 25px 48px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
}

.brix---card-testimonial-color-1:hover {
  box-shadow: none;
  color: #fff;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---container-default {
  max-width: 1218px;
  padding: 24px 24px 100px;
  position: relative;
}

.skew-baccha {
  z-index: -1;
  -webkit-text-stroke-color: #272e63;
  border: 1px solid #272e63;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brix---mg-bottom-16px-2 {
  margin-bottom: 16px;
}

.section-4 {
  justify-content: center;
  align-items: center;
  padding: 100px 10px;
}

.section-4.slider {
  z-index: 2000;
  background-color: #fffef6;
  margin-top: 0;
  position: relative;
}

.section-4.medicare {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brix---section-overflow-hidden {
  padding-top: 0;
  padding-bottom: 176px;
  overflow: hidden;
}

.brix---slider-mask-width-490px {
  max-width: 480px;
  height: 100%;
  overflow: visible;
}

.brix---btn-slider-arrow-right---top-left {
  color: #211f54;
  background-color: #0000;
  border: 0 solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 123px;
  height: 46px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  display: flex;
  inset: auto auto -25% 40%;
  transform: rotate(180deg);
}

.brix---btn-slider-arrow-right---top-left:hover {
  transform: rotate(180deg);
}

.logo-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch center;
  min-width: 100%;
  display: grid;
  position: relative;
  left: -100%;
}

.logo-container.div {
  flex-flow: row;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  display: flex;
}

.grey-div {
  background-color: #41414100;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grey-div.d {
  background-color: #41414100;
  justify-content: center;
  align-items: flex-end;
}

.banner {
  background-color: #000;
  background-image: url('../images/Background-violet.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 150%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.banner.black {
  background-image: none;
}

.banner.black.ii {
  background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
  height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.banner.black.ii.unete {
  background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
}

.banner.black.ii.unete.conatct-page {
  background-image: linear-gradient(-45deg, #ff31ff, #101010 45%);
}

.banner.black.ii._22 {
  background-image: linear-gradient(-45deg, #00f, #101010 45%);
}

.card-rese-as-grey {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0d0d0d05;
  border: 1px solid #fcfcfa26;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding: 20px;
  display: flex;
}

.div-center-vert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logo-image {
  object-fit: contain;
  width: 100px;
  height: 50px;
}

.div-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
  position: relative;
}

.image-50 {
  width: 90px;
  height: 90px;
}

.carousel-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  min-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.carousel-container.rese-as {
  width: 1000px;
}

.image-52 {
  position: absolute;
  top: auto;
  bottom: -50%;
  right: -100%;
}

.div-left-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-center {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-center.aius {
  width: 95%;
}

.div-center.aius.hthb {
  width: 100%;
}

.seccion-general {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.seccion-general.hide {
  overflow: hidden;
}

.seccion-general.hide.white.space {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 0;
}

.seccion-general.hide.white.space.quienes-somos {
  background-color: #00c6ff;
  padding-top: 0;
  padding-bottom: 0;
}

.proyectos-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  display: flex;
}

.button-green-ii {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #00c6ff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 40px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.image-51 {
  position: absolute;
  bottom: -9%;
  left: auto;
  right: auto;
}

.image-55-1 {
  width: 80%;
}

.heading-h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 100%;
}

.heading-h1.s {
  color: #fffef6;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 700;
  line-height: 1em;
}

.heading-h1.s.black {
  font-size: 38px;
}

.heading-h1.s.unete {
  font-size: 7vw;
}

.image-54, .image-54._100 {
  width: 85%;
}

.div-rese-as {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.card-proyectos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000005;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 350px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 5px 10px #0000001f;
}

.text-name {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}

.paragraph-black {
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-black.l {
  font-size: 25px;
}

.paragraph-black.left {
  text-align: left;
}

.span-red {
  color: #ff4e51;
}

.div-block-83 {
  background-color: #41414100;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.paragraph-grey {
  color: #999;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-grey.left {
  text-align: left;
}

.container-template {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-template.aia.beneficio {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.container-template.aia.beneficio.azzzus.uffa {
  z-index: 2147483647;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.text-description {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  font-weight: 500;
}

.text-description.center {
  color: gray;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 14px;
}

.text-description.grey {
  color: #8f8f8f;
}

.text-description.black {
  color: #1a1a1a;
}

.text-description.black.l {
  font-size: 18px;
}

.div-block-general {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-general.space-ii {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.div-block-general.space {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.div-block-general.space.ii {
  margin-bottom: 60px;
}

.text-span-197 {
  color: #ff4e51;
}

.text-span-197.green {
  color: #4df3ab;
}

.div-logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.cta-general {
  background-image: url('../images/Background-CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding: 40px;
  display: flex;
}

.cta-general.green {
  background-image: none;
  background-position: 50% 0;
  background-size: cover;
}

.heading-h4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 100%;
}

.heading-h4.s {
  font-size: 45px;
}

.heading-h4.s.black {
  text-align: left;
  font-size: 34px;
  line-height: 120%;
}

.heading-h4.s.left {
  text-align: left;
}

.div-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.video {
  border-radius: 20px;
  overflow: hidden;
}

.slide-background {
  z-index: 2;
  background-image: linear-gradient(270deg, #a42dff1a, #0000 10% 90%, #000);
  display: none;
  position: absolute;
  inset: 0%;
}

.slide-background.white {
  background-image: linear-gradient(270deg, #fff, #0000 10% 90%, #fff);
  display: flex;
}

.background-video-6 {
  z-index: 100;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.body-4 {
  background-color: #fffef6;
}

.text-span-198 {
  color: #101010;
  text-transform: uppercase;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6em;
}

.paragraph-235 {
  color: #fffef6;
  max-width: 60%;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.paragraph-235.uuuu {
  color: #fffef6;
  text-align: center;
  max-width: 60%;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.container-1428 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 95%;
  max-width: 95%;
  display: flex;
  position: relative;
}

.heading-199 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 12vw;
  line-height: .9em;
}

.text-span-201 {
  color: #0000;
  letter-spacing: 0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.image-116 {
  margin-right: 21px;
  transform: rotate(135deg);
}

.div-block-554.desktop.deskt {
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-554.desktop.mobile {
  display: none;
}

.black-button-v2 {
  color: #000;
  background-color: #062d3e;
  border: 2px solid #062d3e;
  border-radius: 247px;
  padding: 16px 36px;
  text-decoration: none;
  transition: all .2s;
}

.black-button-v2:hover {
  background-color: #ed5c01;
  border-color: #ed5c01;
  transform: scale(.96);
  box-shadow: 0 2px 3px #0003;
}

.left-medicare {
  max-width: none;
}

.left-mc {
  width: 50%;
}

.left-mc.mr-70 {
  margin-right: 60px;
}

.text-block-225 {
  color: #fcefe2;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

._2-col-flexbox-mc {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._22-40-jsm {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.right-mc {
  color: #ebe3cc;
}

.h2-46-smbold-60-js {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
}

.jsm-22-34 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.bullets-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.circle {
  border: 2px solid #000;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}

.container-1180 {
  max-width: 1180px;
}

.bullet {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-226 {
  color: #fcefe2;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
}

.faq-section {
  background-color: #fffef6;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-section.preguntas {
  background-color: #272e63;
}

.faq-answer {
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.heading-1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
}

.heading-1.bottom-margin-20 {
  color: #101010;
  margin-bottom: 20px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 6vw;
  line-height: 1em;
}

.heading-1.bottom-margin-20.u {
  color: #fffef6;
}

.heading-1.bottom-margin-20.agregados {
  color: #101010;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 6vw;
  line-height: .9em;
}

.heading-1.bottom-margin-20.dfbsdfb {
  color: #101010;
  margin-bottom: 50px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 6vw;
  line-height: .9em;
}

.body-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.body-5.bottom-margin-30 {
  color: #101010;
  margin-bottom: 30px;
  font-family: Geomanist, Arial, sans-serif;
}

.faq-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-wrap {
  background-color: #fffef6;
  border-radius: 16px;
  padding-left: 40px;
}

.faq-question {
  cursor: pointer;
  align-items: center;
  padding: 30px;
  display: flex;
}

.container-1429 {
  width: 95%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.section-title {
  text-align: center;
  max-width: 530px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.faq-heading {
  color: #101010;
  margin-bottom: 0;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.faq-icon {
  margin-right: 20px;
}

.instructions-image-5, .instructions-image-3 {
  width: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-5 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-5.valores {
  background-color: #fffef6;
}

.section-5.valores.val.uffi {
  padding-top: 0;
}

.button-44 {
  color: #fffefa;
  text-align: center;
  background-color: #4353ff;
  border-radius: 2em;
  min-width: 11em;
  padding: .75em 2em .875em;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
}

.button-44:hover {
  background-color: #3e4ceb;
}

.button-44.open-modal {
  cursor: pointer;
  background-color: #333336;
  justify-content: center;
  align-items: center;
  width: 35px;
  min-width: 0;
  height: 35px;
  padding: 0;
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.button-44.open-modal:hover {
  background-color: #333336;
}

.paragraph-237 {
  color: #6e6e73;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.paragraph-237.last {
  margin-bottom: 0;
}

.container-1430 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.container-1430.u {
  margin-top: 150px;
  padding-bottom: 200px;
  padding-left: 2%;
  padding-right: 2%;
}

.instructions-image-6 {
  width: 150px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-block-227 {
  color: #6e6e73;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
}

.image-121.mobile {
  transform: rotate(-45deg);
}

.text-span-213 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.div-block-559, .aia.aiu {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-caption {
  text-align: center;
  font-size: 13px;
}

.abstract-1 {
  z-index: 1;
  background-image: url('../images/Path-3--Path-3--Path-3--Path-3--Path-3--Path-3--Path-3-Mask.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  position: absolute;
  inset: auto -4% -6% auto;
}

.comp-pane {
  width: 45%;
}

.comp-pane.left {
  background-image: url('../images/taxi-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.comp-pane.right {
  z-index: 50;
  background-color: #fff;
  border-radius: 10px;
  min-height: 630px;
  padding: 50px;
  position: relative;
  box-shadow: 0 7px 30px #00000021;
}

.form-heading {
  margin-top: 0;
  margin-bottom: 25px;
}

.field-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.component-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.form-component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  overflow: hidden;
}

.form-wrap {
  margin-bottom: 0;
}

.submit-button {
  color: #000;
  background-color: #ffd000;
  border-radius: 30px;
  min-width: 170px;
  height: 50px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  transition: filter .2s;
}

.submit-button:hover {
  filter: brightness(96%);
}

.form-field-label {
  z-index: 10;
  background-color: #fff;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  line-height: 14px;
  display: inline-block;
  position: absolute;
}

.form-field {
  z-index: 1;
  background-color: #0000;
  border: 1px solid #dcdcdd;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  position: relative;
}

.form-field:focus {
  border-color: #000;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  cursor: pointer;
  border-radius: 0;
  line-height: 35px;
}

.container-1431 {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.success {
  text-align: center;
  background-color: #ffffff24;
  border-radius: .6em;
  padding: 2.5em;
}

.error-message_text {
  font-size: 1.3em;
}

.radio_button {
  z-index: 2;
  border-color: #ffffff73 #ffffff73 #ffffff7a;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: background-color .1s, border-width .1s, border-color .1s;
  position: absolute;
  inset: 0%;
}

.radio_button:hover {
  background-color: #ffffff17;
}

.radio_button.w--redirected-checked {
  border-width: 1px;
  border-color: #fff;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
  border-width: 2px;
}

.submit {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  margin-top: 1em;
  padding: .3em 2.1em;
  font-size: 1.5em;
  transition: all .1s;
}

.submit:hover {
  color: #000;
  background-color: #fff;
}

.submit:focus {
  border-color: #49fefd;
}

.field {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #ffffff7a;
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 1.5em;
  min-height: 1.5em;
  max-height: 7em;
  margin-bottom: 0;
  padding: 0;
  font-size: 2.5em;
  font-weight: 300;
  transition: border-color .2s;
  position: relative;
}

.field:focus {
  border-bottom-color: #fff;
}

.side-panel {
  z-index: 2;
  background-color: #000;
  width: 50%;
  height: 100vh;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.contact_column {
  width: 50%;
  padding: 4.3em;
  position: relative;
  overflow: hidden;
}

.contact_column.is-right {
  z-index: 2;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-left: 4.3em;
  padding-right: 4.3em;
  display: flex;
}

.contact_column.is-left {
  z-index: 1;
  background-image: url('../images/Untitled-design-50.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.field_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 2.2em;
  display: flex;
  position: relative;
}

.field_label {
  z-index: 1;
  transform-origin: 0%;
  color: #ffffff78;
  margin-bottom: -.3em;
  font-size: 1.4em;
  font-weight: 300;
  transition: transform .2s;
  position: relative;
}

.field_label.is-radio {
  margin-bottom: .5em;
  font-size: 1.68em;
}

.field_label.large {
  transform: scale(1.2)translate(0, 1.6em);
}

.radio_wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success_text {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.4;
}

.error2 {
  color: #e5a7ff;
  width: 100%;
  min-width: 100%;
  margin-top: .6em;
  font-size: 1.2em;
  display: block;
}

.section-6 {
  z-index: 1;
  position: relative;
}

.form-2 {
  width: 100%;
  margin-bottom: 0;
}

.headline_wrap {
  width: 36em;
  max-width: 100%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.radio_field {
  margin-top: .4em;
  margin-right: .6em;
  padding: .8em 2.4em;
  position: relative;
}

.radio_label {
  z-index: 3;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.error-message {
  color: #e5a7ff;
  background-color: #ffffff17;
  border-radius: .5em;
  margin-top: 2.3em;
  padding: 1.9em 2.1em;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.logo_link {
  font-weight: 500;
}

.contact_email {
  color: #ffffffe0;
  font-size: 1.3em;
  font-weight: 300;
}

.contact_email:hover {
  text-decoration: underline;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.bg-video {
  z-index: 1;
  width: 50%;
  height: 100vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-205 {
  color: #fffef6;
  margin-bottom: 40px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 3vw;
  line-height: 1.1em;
}

.text-span-214 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

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

.div-block-560 {
  background-image: linear-gradient(#00c6ff40, #fffef6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-561 {
  background-image: linear-gradient(#00c6ffbf, #fffef6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-561._2 {
  background-image: linear-gradient(#00c6ff80, #fffef6);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-561._4.last.lastus {
  background-image: linear-gradient(#00c6ff, #fffef6);
}

.bold-text-42 {
  color: #101010;
  text-transform: uppercase;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 900;
  line-height: 1.6em;
}

.paragraph-238, .paragraph-239 {
  color: #101010;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  display: none;
}

.paragraph-240, .paragraph-241 {
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.4em;
  display: none;
}

.hero-inner {
  padding-top: 30px;
}

.container-1433 {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-inner-content {
  text-align: center;
  background-color: #e7ecff;
  padding: 50px;
}

.hero-inner-title {
  font-size: 60px;
}

.social-icon-lg {
  width: 20px;
  height: 20px;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #03cd69;
  padding: 15px;
}

.no-margin {
  margin-bottom: 0;
}

.input-group {
  align-items: center;
  margin-bottom: 20px;
}

.grid-contact-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
}

.contact-address-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #e92222;
  padding: 15px 20px;
}

.button-black-outline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.button-black-outline:hover {
  color: #fff;
  background-color: #1246ff;
  border-color: #000;
}

.social-link-lg {
  background-color: #00c6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.social-link-lg:hover {
  opacity: .5;
}

.heading-h3 {
  color: #000;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.form-input {
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  height: 60px;
  margin-bottom: 15px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.form-input:focus {
  border-color: #1246ff;
}

.form-input::placeholder {
  color: #999;
  font-size: 16px;
}

.form-input.form-textarea {
  height: 200px;
}

.contact-address-title {
  font-size: 18px;
}

.contact-social-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.container-1434 {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-242 {
  color: #fffef6;
  margin-bottom: 40px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.text-span-217 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.text-span-218 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #101010;
}

.section-7 {
  height: 100vh;
  display: flex;
}

.heading-208 {
  color: #101010;
  text-transform: uppercase;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 6vw;
}

.section-8 {
  background-color: #fffef6;
  padding-bottom: 100px;
}

.paragraph-243 {
  color: #272e63;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.columns {
  border-top: 1px solid #aaa;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-209 {
  color: #101010;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.paragraph-244 {
  font-family: Geomanist, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  position: absolute;
  inset: auto 10% 10%;
}

.container-1439 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1400px;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.body-6 {
  background-color: #fffef6;
}

.div-block-566 {
  background-image: url('../images/Emet-11.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  height: 700px;
}

.div-block-568 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 150px;
  padding-left: 0;
  display: block;
}

.paragraph-246 {
  color: #101010;
  margin-left: 0;
  font-family: Geomanist Book, Arial, sans-serif;
  line-height: 1.8em;
}

.paragraph-247 {
  color: #272e63;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Geomanist Book, Arial, sans-serif;
  font-weight: 700;
}

.paragraph-248 {
  color: #101010;
  font-family: Geomanist Book, Arial, sans-serif;
  line-height: 1.8em;
}

.paragraph-249 {
  color: #101010;
  font-family: Geomanist Book, Arial, sans-serif;
}

.text-span-223, .text-span-224 {
  color: #272e63;
  font-family: Geomanist Book, Arial, sans-serif;
  font-weight: 500;
}

.heading-211 {
  color: #101010;
  margin-bottom: 40px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 3vw;
  line-height: 1.2em;
}

.image-129 {
  width: 100%;
  height: 700px;
}

.text-span-225, .text-span-226, .text-span-227, .text-span-228 {
  color: #272e63;
  font-family: Geomanist Book, Arial, sans-serif;
  font-weight: 500;
}

.custom-textarea {
  background-color: #0000;
  border: 1px solid #552914;
  border-bottom-color: #101010;
  border-radius: 3px;
  min-height: 150px;
}

.custom-textarea:focus {
  border: 1px solid #000;
}

.custom-textarea::placeholder {
  background-color: #000;
  font-size: 17px;
}

.text-block-160 {
  color: #101010;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
}

.terms {
  color: #101010;
  text-decoration: underline;
}

.form-heading-2 {
  color: #552914;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4em;
}

.input-field {
  background-color: #eceff1;
  border-radius: 8px;
  flex: 1;
  margin-bottom: 0;
  margin-left: 4px;
}

.input-field:active {
  border: 1px solid #ccc;
}

.input-field:focus {
  border: 1px solid #000;
}

.input-field::placeholder {
  font-size: 17px;
  line-height: 22px;
}

.input-field.project {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #101010;
  border-radius: 0;
  max-width: none;
  margin-right: 4px;
}

.input-field.project::placeholder {
  color: #000;
  background-color: #0000;
  font-size: 1vw;
}

.input-field.grow {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #101010;
  border-radius: 0;
  flex: 1;
}

.input-field.grow::placeholder {
  color: #000;
  background-color: #000;
  font-size: 1vw;
}

.contact-block {
  text-align: left;
  background-color: #0000;
  border: 0 solid #c6c6c6;
  border-radius: 3px;
  padding: 23px 0;
}

.checkbox-label {
  color: #101010;
  letter-spacing: 0;
  text-transform: lowercase;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.input-flexbox {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.submit-button-2 {
  color: #101010;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #101010;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 10px 54px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 1rem;
}

.lottie-animation-3 {
  width: 128px;
  height: 128px;
  margin-left: auto;
  margin-right: auto;
}

.confirmation-message {
  font-size: 32px;
  line-height: 120%;
}

.form-text-2 {
  color: #101010;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-family: Geomanist, Arial, sans-serif;
  font-size: 18px;
}

.contact-wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

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

.section-10 {
  background-color: #fffef6;
  padding-top: 200px;
  overflow: hidden;
}

.section-10.servicioss {
  padding-top: 0;
}

.bold-text-45 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
  font-weight: 400;
}

.text-span-229, .text-span-230 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
}

.text-span-232, .bold-text-48 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
  text-transform: none;
}

.text-span-233, .bold-text-50 {
  text-transform: none;
}

.text-span-237, .text-span-238, .text-span-239 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
  text-transform: none;
}

.text-span-240, .text-span-241 {
  text-transform: none;
}

.section-11 {
  display: none;
}

.link-3 {
  color: #fffef6;
  text-decoration: none;
}

.text-span-243 {
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fffef6;
  text-transform: none;
}

.text-span-244 {
  text-transform: none;
}

.div-block-573 {
  display: none;
}

.div-block-574 {
  background-image: url('../images/Untitled-design---2024-12-22T085148.410.png');
  background-position: 0 0;
  background-size: auto;
  width: 50%;
  height: 100%;
}

.div-block-575 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.link-block {
  text-decoration: none;
}

.image-133 {
  display: none;
}

.paragraph-254 {
  color: #fffef6;
  font-family: Geomanist, Arial, sans-serif;
}

.section-12 {
  background-color: #fffef6;
  padding-top: 100px;
  padding-bottom: 100px;
}

.code-embed-2 {
  color: #101010;
  font-family: Geomanist, Arial, sans-serif;
}

.link-block-2 {
  color: #fffef6;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.text-span-245, .text-span-246 {
  font-weight: 400;
  line-height: 20px;
}

.link-4, .link-5, .link-6, .link-7 {
  color: #101010;
  text-decoration: none;
}

.div-block-576 {
  justify-content: space-between;
  align-items: center;
  display: block;
}

.columns-3 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
}

.column-15, .column-16 {
  padding-left: 200px;
}

.text-span-247 {
  text-transform: none;
}

.container-1441 {
  max-width: 70%;
}

@media screen and (min-width: 1280px) {
  .hero {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .container {
    flex-flow: row;
    width: 95%;
    max-width: 95%;
    display: flex;
  }

  .div-block {
    display: flex;
  }

  .div-block-2 {
    width: 50%;
    max-width: 50%;
  }

  .paragraph {
    text-transform: none;
    margin-bottom: 3vw;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 9vw;
    font-weight: 700;
    line-height: 1em;
  }

  .text-span {
    -webkit-text-stroke-width: 1px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button {
    opacity: 1;
    color: #00c6ff;
    background-color: #0000;
    border: 1px solid #00c6ff;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-family: Emet;
    font-size: 18px;
    font-weight: 400;
    display: flex;
  }

  .button-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-platforms {
    width: 95%;
  }

  .button-30.hero-button.buttons-wrap {
    background-color: #0000;
    border-color: #fffef6;
  }

  .button-30.hero-button.buttons-wrap:hover {
    background-color: #d3d3d340;
  }

  .button-30.hero-button.buttons-wrap.services {
    cursor: pointer;
    background-color: #0000;
    border-color: #000;
    height: 50px;
  }

  .button-30.hero-button.buttons-wrap.services:hover {
    background-color: #d3d3d33d;
  }

  .button-30.hero-button.buttons-wrap.services.uuuu {
    display: inline-flex;
  }

  .button-30.hero-button.buttons-wrap.services.uuuu.uevos.sdc {
    filter: invert();
  }

  .button-base {
    cursor: pointer;
    border: 1px solid #fffef6;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 20px;
    transition: border .2s, background-color .2s;
    display: inline-flex;
  }

  .button-base:hover {
    background-color: #d3d3d340;
    border-color: #fffef6;
  }

  .button-base.chi-siamo {
    border-color: #000;
  }

  .button-base.unete {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-185 {
    color: #fffef6;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 10px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
  }

  .text-block-185.chi-siamo {
    color: #000;
    text-transform: uppercase;
    padding-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-185.chi-siamo.mobile {
    font-weight: 400;
  }

  .icon-1x1-tiny.homer {
    filter: none;
    margin-bottom: 0;
    transform: none;
  }

  .icon-1x1-tiny.af {
    filter: invert();
    margin-bottom: 0;
  }

  .icon-1x1-tiny.af.unete {
    filter: none;
  }

  .icon-1x1-tiny.af.mas {
    filter: none;
    transform: rotate(-45deg);
  }

  .generic-button {
    height: 70px;
    text-decoration: none;
    display: flex;
  }

  .text-block-186, .text-block-187 {
    font-size: 18px;
  }

  .div-block-486.aia {
    width: 95%;
    position: static;
  }

  .div-block-486.aia.for-the-power {
    height: 75px;
  }

  .nav-link-11 {
    color: #fffef6;
    font-weight: 400;
  }

  .nav-link-11.w--current {
    color: #00c6ff;
  }

  .container-1409 {
    width: 95%;
  }

  .image-33.quienes-somos.tabet {
    max-width: 90%;
  }

  .nav-link-8 {
    color: #fffef6;
    font-weight: 400;
  }

  .nav-link-8.w--current {
    font-weight: 400;
  }

  .nav-link-10 {
    color: #fffef6;
    font-weight: 400;
  }

  .nav-link-10.current {
    color: #fffef6;
  }

  .nav-link-10.current.w--current {
    color: #00c6ff;
  }

  .nav-link-7 {
    color: #fffef6;
    font-size: 14px;
    font-weight: 400;
  }

  .nav-link-7.w--current {
    color: #fffef6;
  }

  .nav-link-12 {
    color: #00c6ff;
    border: 1px solid #00c6ff;
    border-radius: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
  }

  .nav-link-12.login {
    color: #00c6ff;
    border-width: 2px;
    border-color: #00c6ff;
    margin-left: 40px;
    font-weight: 400;
  }

  .nav-link-9 {
    color: #fffef6;
    font-weight: 400;
  }

  .nav-link-9.w--current {
    color: #00c6ff;
  }

  .nav-menu-5 {
    text-transform: capitalize;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-right: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
  }

  .div-block-487 {
    max-width: 95%;
  }

  .container-1410 {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 95%;
    display: flex;
  }

  .navbar {
    z-index: 99;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .who-are-we {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #00c6ff;
    background-image: url('../images/Background1-emet.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .container-1411 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 95%;
    margin-bottom: 25px;
    line-height: 20px;
    display: flex;
  }

  .bold-text {
    color: #000;
    letter-spacing: 1px;
    font-family: Sans;
    font-size: 20px;
    font-weight: 500;
  }

  .heading {
    color: #101010;
    text-align: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 9vw;
    font-weight: 700;
    line-height: .8em;
  }

  .div-block-488 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 2vw;
    display: flex;
  }

  .paragraph-2 {
    color: #101010;
    text-align: center;
    max-width: 50%;
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
  }

  .paragraph-2.uff._12 {
    max-width: 60%;
    font-family: Geomanist Book, Arial, sans-serif;
  }

  ._70px {
    filter: invert();
    width: 1.3rem;
    height: 1.3rem;
    margin-bottom: 0;
    transform: rotate(-45deg);
  }

  .container-1414.marquee-horizontal-css.uff {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-202 {
    padding-bottom: 0;
    font-family: Emet;
    font-size: 10vw;
  }

  .servicios-section {
    z-index: 2;
    background-color: #101010;
    justify-content: center;
    align-items: flex-end;
    height: 40vh;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .container-1415 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
    display: flex;
  }

  .paragraph-3 {
    color: #fffef6;
    text-align: right;
    text-transform: none;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 7vw;
    font-weight: 700;
    line-height: .9em;
  }

  .text-span-82 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .servicios-explained {
    z-index: 2;
    background-color: #fffef6;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }

  .paragraph-215 {
    font-family: Emet Music;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-215.para {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .heading-184 {
    color: #000;
    text-transform: none;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
  }

  .heading-181 {
    color: #000;
    text-transform: none;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .paragraph-216 {
    font-family: Emet Music;
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-216.para, .paragraph-213, .paragraph-217, .paragraph-217.para, .paragraph-219 {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .div-block-464._1, .div-block-464._1.cazzo, .div-block-464._1.pojo, .div-block-464._1._2, .div-block-464._1.primero, .div-block-464._1._3, .div-block-464._1.poppetto {
    background-color: #0000;
    width: 120px;
    height: 120px;
  }

  .heading-178 {
    color: #000;
    text-transform: capitalize;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .grid-3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-family: Geomanist, Arial, sans-serif;
  }

  .heading-179 {
    color: #000;
    text-transform: capitalize;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .heading-180, .heading-183, .heading-182 {
    color: #000;
    text-transform: none;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .text-block-203 {
    font-size: 18px;
  }

  .text-block-203._2.aaaaa {
    color: #fffef6;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .text-block-203._2.aaaaa.services {
    color: #101010;
    margin-top: 1px;
    font-size: 16px;
    font-weight: 400;
  }

  .card-2.content-center {
    padding: 24px 48px 24px 0;
  }

  .container-1416 {
    width: 95%;
    max-width: 95%;
  }

  .community-section {
    z-index: 2;
    background-color: #fffef6;
    background-image: linear-gradient(#00000080, #00000080), url('../images/visualelectric-1733437099186.png');
    background-position: 0 0, 0%;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 110vh;
    padding-top: 200px;
    padding-bottom: 200px;
    display: block;
    position: relative;
  }

  .container-1417 {
    position: relative;
  }

  .heading-192 {
    text-transform: capitalize;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10vw;
    font-weight: 700;
    line-height: .9em;
  }

  .text-span-83 {
    color: #fffef6;
    font-family: Emet Music;
    font-size: 9vw;
  }

  .paragraph-224 {
    color: #fffef6;
    max-width: 50%;
    margin-bottom: 50px;
    margin-left: 5px;
    margin-right: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4em;
  }

  .button-39 {
    color: #000;
    background-color: #fffef6;
    border-width: 0;
    border-color: #000;
    padding-bottom: 35px;
    font-family: Emet Music;
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;
  }

  .text-span-167 {
    -webkit-text-stroke-color: white;
    text-transform: none;
    font-family: Sans;
    font-size: 8vw;
    font-weight: 700;
  }

  .div-block-524 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .div-block-523 {
    color: #fffef6;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: static;
  }

  .conecta-caroseul {
    z-index: 2;
    background-color: #101010;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    box-shadow: 0 -20px 20px 18px #101010;
  }

  .conecta-caroseul._2._3 {
    box-shadow: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-text-scrolling-5 {
    background-color: #0000;
  }

  .ascii-type-3 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
  }

  .ascii-type-3._2._3 {
    margin-right: 20px;
    font-size: 6vw;
    font-weight: 500;
  }

  .ascii-type-3._2._3.vai {
    font-size: 4vw;
  }

  .body {
    background-color: #fffef6;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    filter: invert();
  }

  .image-41 {
    filter: none;
  }

  .image-41.meta, .image-41.gplay, .image-41.saavon {
    filter: invert();
  }

  .image-41.saavon.shazaam {
    filter: none;
  }

  .image-41.zvooq, .image-41.rdio {
    filter: invert();
  }

  .image-41.rdio.tidausic {
    filter: none;
  }

  .image-41.meeo, .image-41.yandex, .image-41.napster, .image-41.qbuz, .image-41.groove, .image-41.heart {
    filter: invert();
  }

  .hero-sub-container.ls-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #0000;
    border-width: 1px;
    border-color: #000;
    border-radius: 30px;
    width: auto;
  }

  .container-1418 {
    width: 95%;
    max-width: 95%;
    margin-top: 50px;
  }

  .black-button-2 {
    cursor: pointer;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .image-89 {
    filter: none;
  }

  .news.slider {
    z-index: 2;
    margin-top: 0;
    padding-top: 100px;
    position: relative;
  }

  .text-block-205 {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 0;
  }

  .brix---slider-wrapper {
    height: 1100px;
  }

  .brix---heading-h2-size {
    color: #101010;
    white-space: nowrap;
    margin-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .image-90 {
    filter: none;
  }

  .brix---heading-h3-size-2 {
    color: #101010;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 0;
  }

  .heading-large.contact {
    color: #0000;
    text-align: left;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #00c6ff;
    text-transform: none;
    margin-top: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10vw;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    display: block;
  }

  .heading-large.contact:hover {
    text-decoration: none;
  }

  .heading-large.reel {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
  }

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

  .cta-wrap {
    margin-bottom: 1vw;
    line-height: 1.2em;
  }

  .text-size-large {
    color: #55ff7f;
    font-family: Emet Music;
    font-weight: 300;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section-medium.bottom-2rem {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .divider.footer {
    background-color: #55ff7f;
  }

  .container-large {
    width: 95%;
    max-width: 95%;
  }

  .footer {
    z-index: 2147483647;
    background-color: #101010;
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
    padding-top: 100px;
    display: flex;
    position: relative;
  }

  .paragraph-231 {
    color: #fffef6;
    margin-bottom: 0;
    line-height: 1.4em;
  }

  .footer-component-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    height: auto;
    margin-top: 1vw;
    display: block;
  }

  .div-block-529 {
    width: 100%;
    max-width: 100%;
  }

  .bold-text-30 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph-230 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .grid-7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
    font-family: Emet Music;
  }

  .text-block-208 {
    font-family: Emet Music;
    font-size: 40px;
  }

  .cta-wrap-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-span-168 {
    color: #55ff7f;
    -webkit-text-stroke-width: 0px;
  }

  .div-block-531 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    max-width: 50%;
    height: 100%;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    display: flex;
    position: static;
    inset: auto 10px 0% auto;
  }

  .info-footer {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-end;
    place-items: flex-start start;
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    display: flex;
  }

  .container-1419 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    max-width: 95%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .paragraph-232 {
    color: #55ff7f;
    margin-bottom: 10px;
    font-family: Emet Music;
    font-weight: 500;
  }

  .paragraph-232.login {
    cursor: pointer;
    margin-bottom: 40px;
    text-decoration: none;
  }

  .text-span-169 {
    color: #00c6ff;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
  }

  .text-span-170 {
    color: #00c6ff;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .text-span-171 {
    opacity: .7;
    color: #fffef6;
    -webkit-text-stroke-color: #00c6ff;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 300;
  }

  .text-span-172 {
    opacity: 1;
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
  }

  .image-94 {
    margin-bottom: 30px;
  }

  .bo.hero.bold-text-23 {
    z-index: 1;
    background-color: #000;
    background-image: linear-gradient(#0003, #0003), url('../images/visualelectric-1733433987334.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
  }

  .bo.hero.bold-text-23.aa {
    position: static;
  }

  .bo.hero.bold-text-23.aa.heroes {
    background-image: linear-gradient(#0003, #0003), url('../images/Emet-5.jpg');
    position: sticky;
  }

  .bo.hero.bold-text-23.aa.heroes.community {
    position: relative;
  }

  .bo.hero.bold-text-23 {
    background-image: none;
    position: sticky;
  }

  .text-span-66.home {
    font-size: 13vw;
  }

  .text-block-219 {
    font-size: 18px;
  }

  .text-block-198 {
    font-size: 13vw;
  }

  .div-block-532 {
    background-color: #fffef6;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .div-block-533 {
    background-color: #fffef6;
    height: 50px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-span-173 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .div-block-534 {
    z-index: 100;
    background-color: #fffef6;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .muro {
    z-index: 2000;
    background-color: #000;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .div-block-536 {
    z-index: 1000;
    background-color: #000;
    height: 150px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .bg-color {
    z-index: 9999;
    opacity: 0;
    background-color: #000;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .text-span-174 {
    text-transform: none;
    font-family: Sans;
    font-size: 8vw;
    font-weight: 700;
  }

  .text-span-175 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-176 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-block-220 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .text-span-177 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #101010;
  }

  .text-span-178 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
  }

  .text-span-179 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-180 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-181 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-182 {
    text-transform: none;
  }

  .text-span-183 {
    color: #00c6ff;
    -webkit-text-stroke-width: 0px;
    line-height: .9em;
  }

  .text-span-184 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .heading-193 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 8vw;
    line-height: 1.1em;
  }

  .text-span-185 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
  }

  .div-block-537 {
    background-image: url('../images/visualelectric-1733437099186.png');
    background-position: 0 0;
    background-size: auto;
    width: 90%;
    height: 90%;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .text-span-186 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .div-block-538 {
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-1420 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/hojme-emet.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .text-span-187.home {
    font-size: 13vw;
  }

  .text-block-221 {
    font-size: 18px;
  }

  .div-block-539.homepages {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-222 {
    font-size: 13vw;
  }

  .div-block-540, .div-block-541 {
    text-align: center;
  }

  .paragraph-223 {
    color: #101010;
    max-width: 60%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .bold-text-26 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
  }

  .img-border {
    filter: none;
  }

  .container-large-4 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 50vh;
    display: flex;
  }

  .paragraph-171 {
    margin-bottom: 0;
  }

  .why-emet.why {
    background-color: #00c6ff;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .why-emet.why.ops {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 50px;
  }

  .bold-text-29 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .padding-global-4 {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .paragraph-large-2 {
    color: #000;
    text-align: left;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .heading-196 {
    color: #000;
    margin-bottom: 1vw;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
    line-height: .9em;
  }

  .layout192_content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 100vh;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .div-block-542 {
    background-image: url('../images/EMET-ARTICOLI-2.png');
  }

  .what-we-do {
    background-color: #fffef6;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 50vh;
    display: block;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .quienes-somos-hero-section {
    background-color: #0000;
    background-image: url('../images/visualelectric-1733434019877.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

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

  .home_5_feature_image {
    filter: none;
  }

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

  .text-span-166 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
  }

  .div-block-520 {
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .paragraph-222 {
    color: #101010;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-195 {
    color: #101010;
    margin-bottom: 70px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 900;
  }

  .bold-text-27 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
  }

  .div-block-543.quinees {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 100px;
    margin-left: 0;
    display: flex;
    position: static;
    inset: 0% 0% auto;
  }

  .visione {
    background-color: #00c6ff;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .visione.vision {
    background-color: #272e63;
    background-image: url('../images/Background1-emet.png');
    background-position: 50%;
    background-size: cover;
    position: static;
  }

  .paragraph-229 {
    color: #000;
    text-align: left;
    max-width: 70%;
    margin-bottom: 40px;
    margin-left: 5px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

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

  .shadow-medium.is--purp-yellow {
    background-image: url('../images/jakob-owens-JN7PFqKAwzU-unsplash.jpg');
    background-position: 50%;
    background-size: cover;
    width: 50%;
    margin-top: 80px;
    margin-right: 60px;
    padding: 0;
  }

  .shadow-medium.is--gree-blue._22 {
    background-image: url('../images/Untitled-design---2024-12-12T074310.521.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 0;
    width: 50%;
    height: 100vh;
    margin-top: 80px;
    margin-bottom: 0;
    margin-left: 60px;
    padding: 0;
  }

  .home_5_feature_component {
    place-items: start stretch;
  }

  .padding-section-large-4 {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .padding-section-large-3 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .body-2 {
    background-color: #fffef6;
  }

  .div-block-544 {
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 0;
    display: flex;
  }

  .button-40 {
    cursor: pointer;
    background-color: #0000;
    border-bottom: 1px solid #fffef6;
    padding-left: 0;
    padding-right: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
  }

  .div-block-546 {
    margin-top: 0;
    display: block;
  }

  .div-block-547 {
    opacity: .2;
    position: absolute;
    inset: 0%;
  }

  .background-video-4 {
    height: 100%;
    transform: rotate(180deg);
  }

  .container-1422 {
    width: 95%;
    max-width: 95%;
  }

  .div-block-548 {
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .arrow-div.invert {
    filter: none;
  }

  .accordion-item {
    width: 100%;
    max-width: none;
  }

  .accordion-item:hover {
    box-shadow: 12px 12px 5px -10px #000;
  }

  .accordion-section {
    background-color: #0000;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-height: auto;
  }

  .accordion-text {
    color: #fffef6;
    text-align: left;
    padding-left: 36px;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .accordion-text.a {
    padding-left: 0;
  }

  .accordion-section-head {
    margin-left: 36px;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .accordion-pane-content {
    justify-content: flex-start;
    align-items: center;
  }

  .accordion-header {
    color: #fffef6;
    text-align: left;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 700;
  }

  .accordion-header.a {
    padding-left: 0;
  }

  .container-1423 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .text-span-188 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .body-3 {
    background-color: #fffef6;
  }

  .section {
    background-color: #272e63;
  }

  .image-w-credit {
    justify-content: center;
    align-items: center;
  }

  .summary {
    color: #fff;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .quote {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .article-body {
    color: #101010;
    text-transform: none;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .article-body.last {
    color: #101010;
    margin-top: 32px;
    margin-bottom: 100px;
  }

  .article-body.drop-cap {
    color: #101010;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .inset-title {
    color: #000;
    text-decoration: underline;
  }

  .icon.peeps {
    filter: invert();
    background-image: url('../images/Your-paragraph-text-39.png');
    background-position: 50%;
    background-size: cover;
  }

  .date {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 300;
  }

  .body-copy {
    margin-top: 100px;
  }

  .body-copy.titulo-parag {
    margin-top: 32px;
  }

  .body-copy._2 {
    margin-top: 0;
  }

  .drop-cap {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block-2 {
    color: #101010;
    font-weight: 500;
  }

  .t-inset-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
    line-height: 20px;
    display: flex;
  }

  .hero-2 {
    background-image: url('../images/Untitled-design---2024-12-10T170302.158.png');
    background-position: 50%;
    background-size: cover;
  }

  .hero-2.playlist {
    background-image: linear-gradient(360deg, #0009, #fff0), url('../images/vinyl-1595847_1280.jpg');
  }

  .hero-2.bands {
    background-image: linear-gradient(360deg, #0009, #fff0), url('../images/First-foto.png');
  }

  .title {
    color: #fffef5;
    width: 800px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 1em;
  }

  .t-author {
    color: #000;
    font-size: 14px;
  }

  .t-author.u {
    text-decoration: underline;
  }

  .rows {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
  }

  .full-reveal-image {
    background-image: url('../images/kyle-smith-qtgDkxquO9E-unsplash-1-min.jpg');
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .full-reveal-image.el-renacer {
    background-image: url('../images/emet7.png');
  }

  .full-reveal-image.bands {
    background-image: url('../images/marcela-laskoski-YrtFlrLo2DQ-unsplash.jpg');
  }

  .text-span-190 {
    font-weight: 500;
  }

  .text-span-191, .text-span-192, .text-span-193 {
    text-transform: uppercase;
    font-weight: 500;
  }

  .container-1424 {
    z-index: 99;
    width: 95%;
    max-width: 95%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    height: 100px;
    position: relative;
  }

  .image-98 {
    width: 100%;
    height: 100px;
  }

  .container-1425 {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 95%;
    height: 100px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-1425.forse {
    margin-bottom: 20px;
  }

  .container-1425.forse.blue {
    margin-bottom: 50px;
    position: static;
  }

  .grid-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .grid-11.quinees-sumos {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    filter: grayscale();
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image-99 {
    filter: invert();
    padding-top: 5px;
  }

  .image-100, .image-101 {
    filter: invert();
  }

  .image-102 {
    padding-top: 5px;
  }

  .image-104 {
    filter: invert();
  }

  .text-span-194 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .line-hero {
    background-color: #fffef6;
    width: 2px;
    height: 100px;
    padding-bottom: 2px;
    padding-right: 2px;
    position: static;
    inset: auto 0% 0%;
  }

  .wrapper-line-hero {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    margin-bottom: 100px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .lottie-animation {
    width: 10%;
    max-width: 10%;
  }

  .background-video-5 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-549 {
    width: 100%;
    max-width: 100%;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .image-109, .image-109.mobile {
    transform: rotate(90deg);
  }

  .image-109.mobile.home {
    width: 100px;
  }

  .image-110 {
    width: 100%;
    display: block;
    inset: 0%;
  }

  .image-111 {
    filter: invert();
  }

  .hero-quienes-somos {
    justify-content: space-between;
    align-items: center;
    max-width: 95%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .apple-grid {
    width: 50%;
    height: 100%;
  }

  .slide-1 {
    width: 500px;
  }

  .slider {
    margin-top: 40px;
  }

  .left-arrow {
    background-color: #0000;
    transition: background-color .2s;
    right: 4.5%;
  }

  .left-arrow:hover {
    background-color: #e9e9eb;
  }

  .left-arrow.mobilee {
    justify-content: center;
    align-items: center;
    display: flex;
    transform: none;
  }

  .slide-4 {
    width: 500px;
  }

  .card-feature-wrapper {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .card-feature-wrapper.vertical-alignment {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slide-3, .slide-2, .mask {
    width: 500px;
  }

  .left-arrow-image {
    transform: rotate(180deg);
  }

  .section-2 {
    display: flex;
    position: relative;
  }

  .section-heading {
    font-weight: 600;
  }

  .card-front {
    background-image: url('../images/4.jpg');
    width: 500px;
  }

  .card-front._2 {
    background-image: linear-gradient(#000, #42424200 31%, #fff0), url('../images/5.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 500px;
  }

  .card-front._2._34 {
    background-image: linear-gradient(#fff0, #0000004d), url('../images/frame-harirak-iPwHUd19R38-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .card-front._2.aggrego {
    background-image: linear-gradient(#fff0, #0006), url('../images/frame-harirak-iPwHUd19R38-unsplash.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .card-front._2.aggrego.si {
    background-image: linear-gradient(#fff0, #0006), url('../images/2.jpg');
  }

  .card-front._4 {
    background-image: url('../images/7_1.jpg');
    background-position: 0%;
    width: 500px;
  }

  .card-front._5 {
    background-image: linear-gradient(#00f3, #00f3), url('../images/8.jpg');
    background-position: 0 0, 40%;
    background-size: auto, cover;
  }

  .card-front._3 {
    background-image: url('../images/Untitled-design-59.jpg');
    background-position: 50% 100%;
    width: 500px;
  }

  .card-front._3._34 {
    background-image: linear-gradient(#fff0, #0000004d), url('../images/Untitled-design---2024-12-07T112542.696.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    max-width: 100%;
  }

  .card-front._3._15 {
    background-image: linear-gradient(#fff0, #0006), url('../images/3.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .card-front._34 {
    width: 100%;
  }

  .card-front._34._1 {
    background-image: linear-gradient(#fff0, #0000004d), url('../images/Untitled-design-57.jpg');
    background-position: 0 0, 50% 70%;
    background-size: auto, cover;
  }

  .card-front.agredaos.booo {
    background-image: linear-gradient(#fff0, #00000080), url('../images/1.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .plus-icon {
    transform: rotate(-45deg);
  }

  .modal-1-popup {
    display: block;
  }

  .right-arrow {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    transition: background-color .2s;
    display: flex;
  }

  .right-arrow.valori {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .card._1 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .card-title {
    color: #fffef6;
    letter-spacing: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 50px;
    font-weight: 700;
  }

  .card-title.black {
    color: #fffef6;
    font-weight: 700;
  }

  .card-title.black.empo {
    color: #fffef6;
    letter-spacing: 0;
    font-weight: 700;
  }

  .card-title.emocion {
    color: #fffef6;
  }

  .hero-split-section.reverse {
    height: 100vh;
    overflow: hidden;
  }

  .hero-content-wrap {
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 60px;
    display: flex;
  }

  .hero-img-wrap {
    width: 100%;
    max-width: 100%;
  }

  .heading-reel-container {
    background-color: #000;
    justify-content: flex-start;
    align-items: center;
    padding-top: 12px;
    display: flex;
  }

  .inner-ticker {
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    line-height: 20px;
    display: flex;
  }

  .div-block-551 {
    background-color: #00f;
  }

  .section-3 {
    background-color: #fffef6;
    justify-content: center;
    align-items: center;
    height: 70vh;
    display: flex;
  }

  .heading-197 {
    color: #000;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
  }

  .heading-198 {
    margin-bottom: 40px;
    font-size: 5vw;
  }

  .container-1427 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 95%;
    display: flex;
  }

  .paragraph-234 {
    max-width: 50%;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .div-block-552 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    display: flex;
  }

  .button-43 {
    background-color: #0000;
    border: 1px solid #000;
    border-bottom-color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
  }

  .brix---paragraph-default {
    color: #272e63;
    margin-left: 5px;
    font-family: Geomanist, Arial, sans-serif;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 20px;
  }

  .brix---btn-slider-arrow-right---top-right {
    box-shadow: none;
    cursor: pointer;
    background-color: #0000;
    border-width: 0;
    width: auto;
    height: auto;
  }

  .brix---card-testimonial-color-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .skew-baccha {
    border-color: #272e63;
    transform: none;
  }

  .skew-baccha.v2 {
    transform: none;
  }

  .section-4.slider {
    z-index: 100;
    background-color: #fffef6;
    margin-top: 0;
    position: relative;
  }

  .section-4.medicare {
    background-color: #fffef6;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .brix---section-overflow-hidden {
    padding-top: 0;
  }

  .brix---btn-slider-arrow-right---top-left {
    box-shadow: none;
    cursor: pointer;
    background-color: #0000;
    border-width: 0;
    width: auto;
    height: auto;
    transform: none;
  }

  .image-113 {
    transform: rotate(180deg);
  }

  .text-span-196 {
    color: #00c6ff;
    -webkit-text-stroke-width: 0px;
  }

  .grey-div {
    justify-content: center;
    align-items: flex-end;
  }

  .banner.black.ii {
    opacity: 1;
    background-color: #0000;
    background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
    height: 80vh;
    padding-top: 60px;
  }

  .banner.black.ii.unete {
    background-color: #0000;
    background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
    height: 80vh;
    padding-top: 60px;
  }

  .banner.black.ii.uu {
    background-image: linear-gradient(45deg, #000 75%, #ff31ff);
  }

  .banner.black.ii._22 {
    background-image: linear-gradient(-45deg, #00f, #101010 45%);
    justify-content: center;
    align-items: center;
  }

  .div-center {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: left;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 200px;
  }

  .div-center.aius {
    text-align: left;
    flex-flow: column;
  }

  .div-center.aius.hthb {
    justify-content: space-between;
    align-items: center;
  }

  .div-center.uno {
    margin-bottom: 40px;
  }

  .seccion-general.hide.white.space {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .seccion-general.hide.white.space.quienes-somos {
    background-color: #00c6ff;
    margin-top: 0;
  }

  .proyectos-grid {
    width: 100%;
    max-width: 100%;
    height: 700px;
  }

  .proyectos-grid.aius {
    height: auto;
  }

  .button-green-ii.w--current {
    background-color: #00c6ff;
  }

  .image-55-1 {
    width: 60%;
  }

  .heading-h1.s {
    color: #fffef6;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
    line-height: 1em;
  }

  .heading-h1.s.black {
    font-size: 4vw;
  }

  .heading-h1.s.black.aa {
    color: #000;
    text-align: left;
    text-transform: uppercase;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    margin-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
  }

  .heading-h1.s.unete {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 6vw;
  }

  .image-54, .image-54._100 {
    width: 60%;
  }

  .card-proyectos {
    box-shadow: none;
    background-color: #0000;
    border: 1px solid #272e63;
    width: 100%;
    height: 100%;
  }

  .paragraph-black.l {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .paragraph-black.left {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
  }

  .div-block-83 {
    width: 100%;
    max-width: 100%;
  }

  .container-template {
    z-index: 200;
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 95%;
    display: flex;
    position: relative;
  }

  .container-template.aia {
    max-width: 1400px;
  }

  .container-template.aia.beneficio {
    background-color: #0000;
    padding-top: 50px;
  }

  .container-template.aia.beneficio.azzzus.uffa {
    background-color: #fffef6;
  }

  .div-block-general.space.ii {
    z-index: 2147483647;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .text-block-224 {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .background-video-6 {
    border-radius: 30px;
    max-width: 100%;
    height: 100%;
  }

  .text-span-198 {
    color: #000;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.6em;
  }

  .bold-text-32 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .paragraph-235 {
    color: #fffef6;
    text-align: center;
    max-width: 60%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .paragraph-235.uuuu {
    font-size: 16px;
  }

  .bold-text-33 {
    font-size: 3vw;
  }

  .text-span-199 {
    color: #000;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.2em;
  }

  .bold-text-34 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-span-200 {
    color: #000;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .container-1428 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 95%;
    max-width: 95%;
    display: flex;
    position: relative;
  }

  .heading-199 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 12vw;
    line-height: .9em;
  }

  .text-span-201 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-span-202, .text-span-203, .text-span-204 {
    text-transform: none;
  }

  .text-span-205 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .text-span-206 {
    color: #0000;
  }

  .text-span-207 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .paragraph-236 {
    color: #272e63;
    max-width: 70%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    position: static;
    inset: auto 20px 40px;
  }

  .image-116 {
    margin-right: 21px;
    position: static;
    inset: 0% 0% auto auto;
    transform: rotate(135deg);
  }

  .div-block-553 {
    width: 50%;
    max-width: 50%;
  }

  .div-block-554 {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-554.desktop {
    inset: 0% 0% auto auto;
  }

  .div-block-554.desktop.deskt {
    inset: auto 0% 0% auto;
  }

  .div-block-554.desktop.mobile {
    display: none;
  }

  .bold-text-35 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.2em;
  }

  .bold-text-36 {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .bold-text-37 {
    color: #000;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .text-span-208 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-209, .text-span-210, .text-span-211 {
    text-transform: none;
  }

  .text-span-212 {
    color: #0000;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fffef6;
  }

  .image-117 {
    transform: rotate(135deg);
  }

  .div-block-555 {
    order: 1;
  }

  .div-block-556 {
    order: 1;
    transform: rotate(135deg);
  }

  .bold-text-38 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 2vw;
    font-weight: 700;
  }

  .left-medicare {
    max-width: 100%;
  }

  .left-mc.mr-70.mb {
    width: 50%;
    max-width: 50%;
    height: 100%;
  }

  ._2-col-flexbox-mc {
    width: 100%;
    height: auto;
  }

  .right-mc {
    background-color: #272e6366;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-left: 60px;
    display: flex;
  }

  .h2-46-smbold-60-js {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1em;
  }

  .jsm-22-34 {
    color: #fffef6;
    max-width: 80%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .container-1180 {
    z-index: 2;
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
  }

  .bold-text-39 {
    color: #fffef6;
    text-transform: capitalize;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2em;
  }

  .image-118 {
    filter: invert();
    align-self: flex-end;
    margin-top: 20px;
    transform: rotate(45deg);
  }

  .image-120 {
    filter: brightness(700%) grayscale();
    margin-top: 50px;
    transform: rotate(45deg);
  }

  .div-block-557 {
    background-color: #00c6ff;
    border: 1px solid #272e63;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .div-block-557.empoderiamento {
    background-color: #00f;
  }

  .div-block-557.auteticidad {
    background-color: #272e63;
  }

  .div-block-557.emocion {
    background-color: #ff31ff;
  }

  .div-block-557.inclusividad {
    background-color: #55ff7f;
  }

  .heading-200 {
    color: #000;
    font-family: Geomanist Book, Arial, sans-serif;
    font-weight: 400;
  }

  .heading-201 {
    color: #fffef6;
    text-align: center;
    font-family: Geomanist Book, Arial, sans-serif;
    font-weight: 400;
  }

  .heading-202 {
    color: #fffef6;
    font-family: Geomanist Book, Arial, sans-serif;
    font-weight: 400;
  }

  .heading-203, .heading-204 {
    color: #000;
    font-family: Geomanist Book, Arial, sans-serif;
    font-weight: 400;
  }

  .column {
    margin-bottom: 20px;
  }

  .faq-section {
    background-color: #101010;
    position: relative;
  }

  .faq-section.preguntas {
    background-color: #272e63;
  }

  .heading-1.bottom-margin-20 {
    color: #101010;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
    line-height: .9em;
  }

  .heading-1.bottom-margin-20.u {
    color: #fffef6;
  }

  .body-5.bottom-margin-30 {
    color: #101010;
    min-width: 60%;
    max-width: 60%;
    font-size: 16px;
  }

  .faq-wrap {
    background-color: #fffef6;
    padding-left: 40px;
  }

  .faq-question {
    padding-left: 0;
  }

  .container-1429 {
    width: 95%;
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    text-align: left;
    width: 95%;
    max-width: 95%;
  }

  .faq-heading {
    color: #101010;
    text-transform: none;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 2vw;
    font-weight: 700;
  }

  .faq-icon {
    filter: grayscale();
  }

  .bold-text-40 {
    color: #000;
    font-family: Geomanist Book, Arial, sans-serif;
    font-weight: 400;
    line-height: 60px;
  }

  .section-5 {
    background-color: #fffef6;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 100px;
    padding-top: 0;
    padding-bottom: 200px;
  }

  .button-44.open-modal {
    background-color: #fffef6;
    display: none;
  }

  .container-1430 {
    width: 95%;
    max-width: 95%;
    padding-left: 2%;
    padding-right: 5%;
  }

  .container-1430.u {
    width: 100%;
    max-width: 100%;
    margin-top: 150px;
    padding-bottom: 200px;
    padding-right: 2%;
  }

  .container-1430.u.uuu {
    margin-top: 0;
    padding-top: 100px;
  }

  .image-121 {
    transform: rotate(-45deg);
  }

  .text-span-213 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .background-video-7 {
    z-index: 100;
    opacity: .15;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .background-video-7.olle.uu {
    opacity: .1;
  }

  .background-video-8 {
    z-index: 100;
    opacity: .1;
    height: 100%;
    position: absolute;
    inset: 0%;
    transform: rotate(180deg);
  }

  .div-block-558, .div-block-559, .aia.aiu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-41 {
    color: #101010;
    text-transform: uppercase;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    line-height: 1em;
  }

  .bold-text-41.preguntas {
    color: #fffef6;
  }

  .form-caption {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .comp-pane.left {
    background-image: url('../images/visualelectric-1734027792237.png');
  }

  .form-heading {
    color: #000;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 700;
  }

  .submit-button {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .form-field-label {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .form-field {
    height: 80px;
  }

  .link-2 {
    color: #000;
  }

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

  .submit {
    color: #000;
    border-color: #000;
    height: 50px;
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .field.email, .field.phone, .field.message {
    border-bottom-color: #000;
  }

  .field.name {
    color: #000;
    border-bottom-color: #000;
    font-size: 2.5em;
    font-weight: 400;
  }

  .side-panel {
    position: static;
  }

  .contact_column.is-right {
    background-color: #fffef6;
    padding-left: 4.3em;
    padding-right: 4.3em;
  }

  .contact_column.is-left {
    background-image: url('../images/Untitled-design-50.jpg');
    background-position: 50%;
    background-size: cover;
    width: 40%;
    position: static;
  }

  .field_label.large {
    color: #000;
    margin-bottom: 1em;
    font-family: Geomanist Book, Arial, sans-serif;
    font-weight: 400;
  }

  .section-6 {
    height: 100vh;
  }

  .headline_wrap {
    width: 95%;
    max-width: 95%;
  }

  .contact_email {
    color: #fffef6;
    letter-spacing: 2px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .page-wrapper {
    padding-bottom: 100px;
  }

  .bg-video {
    width: 100%;
    position: static;
  }

  .heading-205 {
    color: #fffef6;
    margin-bottom: 40px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.1em;
  }

  .text-span-214 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    -webkit-text-fill-color: transparent;
    background-color: #0000;
    -webkit-background-clip: text;
    background-clip: text;
  }

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

  .background-video-9 {
    opacity: .2;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-560 {
    cursor: pointer;
    background-color: #0000;
    background-image: linear-gradient(#00c6ff40, #fffef6);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

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

  .div-block-561 {
    cursor: pointer;
    background-image: linear-gradient(#00c6ffbf, #fffef6);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .div-block-561._2 {
    cursor: pointer;
    background-image: linear-gradient(#00c6ff80, #fffef6);
    flex-flow: column;
    height: auto;
  }

  .div-block-561._4 {
    background-image: linear-gradient(#00c6ff, #00c6ff1a);
  }

  .bold-text-42 {
    color: #000;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.6em;
  }

  .paragraph-238, .paragraph-239 {
    color: #101010;
    text-align: center;
    max-width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4em;
    display: none;
  }

  .paragraph-240 {
    color: #101010;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    line-height: 1.4em;
    display: none;
  }

  .paragraph-241 {
    color: #101010;
    text-align: center;
    max-width: 50%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    display: none;
  }

  .container-1433 {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-inner-content {
    background-color: #0000;
  }

  .hero-inner-title.no-margin {
    color: #000;
    margin-top: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 500;
  }

  .social-icon-lg {
    opacity: .8;
  }

  .social-icon-lg.tiktok, .social-icon-lg.linkedin {
    opacity: 1;
  }

  .contact-form-section.section-spacing-sm {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
  }

  .grid-contact-form {
    grid-template-columns: 2.25fr;
    width: 100%;
  }

  .social-link-lg {
    cursor: pointer;
    background-color: #00c6ff;
    border-radius: 100px;
  }

  .social-link-lg.urho {
    background-color: #0000;
  }

  .contact-address-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-social-wrap {
    margin-bottom: 20px;
  }

  .container-1434 {
    max-width: 70%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-item-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-562 {
    background-image: url('../images/123.png');
    background-position: 50%;
    background-size: cover;
    height: 600px;
  }

  .paragraph-242 {
    color: #fffef6;
    margin-bottom: 40px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
  }

  .image-122 {
    text-align: left;
  }

  .image-123 {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .image-124 {
    position: absolute;
    inset: 5% 0% auto auto;
    transform: rotate(180deg);
  }

  .text-span-215 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #101010;
  }

  .text-span-216 {
    color: #0000;
  }

  .text-span-217 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-span-218 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #101010;
  }

  .container-1435 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 95%;
    display: block;
  }

  .text-span-219 {
    color: #0000;
  }

  .text-span-220 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .container-1436 {
    width: 95%;
    max-width: 95%;
  }

  .bold-text-43 {
    text-transform: uppercase;
  }

  .section-7 {
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    display: flex;
  }

  .heading-208 {
    color: #101010;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
  }

  .bold-text-44 {
    font-size: 6vw;
  }

  .text-span-221 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #101010;
  }

  .section-8 {
    background-color: #fffef6;
    height: auto;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-1437 {
    width: 95%;
    max-width: 95%;
    margin-top: 100px;
  }

  .container-1437.yui {
    margin-top: 0;
  }

  .paragraph-243 {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .columns {
    background-color: #0000;
    border: 0 solid #fffef6;
    border-top: 1px solid #aaa;
    border-bottom-color: #d3d3d3;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-209 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
  }

  .column-2 {
    text-align: left;
    flex: 0 auto;
    height: 100%;
    padding-right: 0;
  }

  .column-3 {
    padding-right: 150px;
  }

  .column-4 {
    padding-right: 0;
  }

  .column-5 {
    padding-right: 150px;
  }

  .heading-210 {
    color: #101010;
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 700;
    line-height: .9em;
  }

  .text-span-222 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #101010;
  }

  .container-1438 {
    width: 95%;
    max-width: 95%;
    display: flex;
  }

  .columns-2 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-563 {
    width: 100%;
  }

  .paragraph-244 {
    background-color: #0000;
    border-radius: 5px;
    margin-bottom: 0;
    padding: 10px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    position: absolute;
    inset: auto 10% 10%;
  }

  .div-block-564 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .image-126 {
    background-image: url('../images/WEFWEF.png');
    background-position: 50%;
    background-size: cover;
  }

  .paragraph-245 {
    margin-bottom: 0;
  }

  .container-1439 {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1400px;
    height: auto;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .body-6 {
    background-color: #fffef6;
  }

  .image-127 {
    z-index: 1;
    height: auto;
    position: absolute;
    inset: 0%;
  }

  .image-127.popp {
    position: static;
  }

  .div-block-565 {
    background-color: #272e63e6;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .section-9 {
    position: relative;
  }

  .div-block-566 {
    text-align: right;
    width: 100%;
  }

  .div-block-567 {
    width: 50%;
  }

  .div-block-568 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

  .paragraph-246 {
    color: #101010;
    margin-top: 0;
    margin-left: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.8em;
  }

  .paragraph-247 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
  }

  .paragraph-248 {
    color: #101010;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .paragraph-249 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .text-span-223, .text-span-224 {
    color: #272e63;
  }

  .heading-211 {
    color: #101010;
    margin-bottom: 40px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 3vw;
    line-height: 1.2em;
  }

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

  .text-span-225, .text-span-226, .text-span-227, .text-span-228 {
    color: #272e63;
  }

  .custom-textarea {
    border-bottom-color: #101010;
    border-radius: 20px;
    margin-bottom: 50px;
  }

  .text-block-160 {
    color: #101010;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .terms {
    color: #101010;
  }

  .input-field.grow {
    border-bottom-color: #101010;
    margin-left: 0;
  }

  .contact-block {
    width: 100%;
  }

  .checkbox-label {
    color: #101010;
    text-transform: none;
    font-family: Geomanist, Arial, sans-serif;
  }

  .submit-button-2 {
    color: #101010;
    background-color: #0000;
    border: 1px solid #101010;
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .form-text-2 {
    color: #101010;
    text-transform: none;
    margin-top: 25px;
    margin-bottom: 40px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
  }

  .contact-wrapper, .form-block {
    width: 100%;
  }

  .section-10 {
    padding-top: 200px;
  }

  .bold-text-45 {
    font-weight: 400;
  }

  .text-span-229, .text-span-230 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-span-232, .bold-text-48 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-233 {
    text-transform: none;
  }

  .text-span-235 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .bold-text-50, .text-span-236 {
    text-transform: none;
  }

  .text-span-237, .text-span-238, .text-span-239 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-240 {
    text-transform: none;
  }

  .section-11, .image-131 {
    display: none;
  }

  .link-3 {
    color: #fffef6;
    text-decoration: none;
  }

  .text-span-243 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-244 {
    text-transform: none;
  }

  .div-block-571 {
    background-color: #fffef6;
    width: 50%;
    height: 100%;
  }

  .div-block-572 {
    background-image: url('../images/EM_Presentation_V4.pdf.png');
    background-position: 50%;
    background-size: cover;
    width: 50%;
    height: 100%;
  }

  .div-block-573 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .div-block-574 {
    background-image: url('../images/Untitled-design---2024-12-22T085148.410.png');
    background-position: 50%;
    background-size: cover;
    width: 50%;
    height: 100%;
  }

  .container-1440 {
    width: 95%;
    max-width: 95%;
  }

  .bold-text-53 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 500;
  }

  .paragraph-252 {
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .heading-216 {
    color: #101010;
    margin-bottom: 30px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    font-weight: 500;
  }

  .bold-text-54 {
    font-weight: 500;
  }

  .paragraph-253 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.4em;
  }

  .heading-217 {
    margin-bottom: 30px;
  }

  .div-block-575 {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .image-133 {
    display: none;
  }

  .paragraph-254 {
    opacity: 1;
    color: #fffef6;
    font-size: 12px;
    text-decoration: underline;
  }

  .section-12 {
    background-color: #fffef6;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .code-embed-2 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
  }

  .link-4, .link-5, .link-6, .link-7 {
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph-2 {
    margin-bottom: 3vw;
  }

  .container-1414.marquee-horizontal-css.uff {
    justify-content: flex-end;
    align-items: center;
  }

  .text-block-202, .text-span-81 {
    font-size: 14vw;
  }

  .text-span-83 {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    font-size: 14vw;
  }

  .text-span-84 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    font-size: 14vw;
  }

  .ascii-type-3 {
    color: #fff;
  }

  .brix---card-testimonial-color-2 {
    box-shadow: none;
    position: relative;
    transform: none;
  }

  .brix---card-testimonial-color-2:hover {
    transform: none;
  }

  .footer-component-2 {
    flex-flow: row;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-3 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .text-span-66.home, .text-block-198 {
    font-size: 14vw;
  }

  .container-1420 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .text-span-187.home, .text-block-222 {
    font-size: 14vw;
  }

  .paragraph-171 {
    margin-bottom: 0;
  }

  .paragraph-172 {
    line-height: 100%;
  }

  .left-arrow {
    justify-content: center;
    align-items: center;
  }

  .container-1426 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .modal {
    max-width: 80rem;
  }

  .hero-img {
    border-style: none;
    width: 100%;
    height: 100%;
  }

  .button-42.is-primary {
    color: #161616;
    background-color: #c8afef;
    border: 1px solid #000;
    border-radius: 8rem;
    font-weight: 400;
  }

  .hero-content-wrap {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-img-wrap {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .hero-bg-img {
    display: none;
  }

  .heading-reel-wrapper {
    margin-left: -90px;
    overflow: hidden;
  }

  .heading-reel-container {
    align-items: center;
    width: 200%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brix---card-testimonial-color-1 {
    box-shadow: none;
    position: relative;
    transform: none;
  }

  .brix---card-testimonial-color-1:hover {
    transform: none;
  }

  .banner.black.ii.unete {
    padding-top: 60px;
  }

  .seccion-general.hide.white.space {
    margin-top: 0;
  }

  .seccion-general.hide.white.space.quienes-somos {
    background-color: #00c6ff;
  }

  .heading-h1.s.unete {
    font-size: 6vw;
  }

  .container-1430 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading-208 {
    font-size: 5vw;
  }

  .heading-211 {
    font-size: 3vw;
  }

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

  .form-3 {
    width: 100%;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .div-block {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph {
    text-align: center;
    font-size: 8vw;
    line-height: .9em;
  }

  .hero-platforms {
    z-index: 100;
    text-align: left;
    max-width: 95%;
    margin-bottom: 20px;
    display: block;
  }

  .grid-5 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
  }

  .button-30 {
    color: #fff;
    text-align: center;
    background-color: #0000;
    border-width: 2px;
    border-color: #fff;
    height: 50px;
    padding: 40px 25px 40px 35px;
  }

  .button-30.hero-button {
    color: #ebebeb;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 900;
  }

  .button-30.hero-button.home {
    border-color: #00c6ff;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-30.hero-button.buttons-wrap.services.uuuu.uevos {
    filter: none;
  }

  .button-base {
    border-width: 1px;
    height: 70px;
    padding-left: 30px;
    display: inline-flex;
  }

  .button-base.chi-siamo.mobile {
    border-width: 1px;
  }

  .text-block-185 {
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 20px;
  }

  .text-block-185.chi-siamo {
    font-size: 24px;
  }

  .text-block-185.chi-siamo.mobile {
    font-size: 20px;
    font-weight: 400;
  }

  .icon-1x1-tiny {
    opacity: 1;
    width: 2rem;
    height: 2rem;
    transform: rotate(-45deg);
  }

  .icon-1x1-tiny.homer, .icon-1x1-tiny.af {
    width: 1.3rem;
    height: 1.3rem;
  }

  .icon-1x1-tiny.homer {
    transform: rotate(-45deg);
  }

  .generic-button {
    height: 70px;
  }

  .text-block-186, .text-block-187 {
    color: #00c6ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
  }

  .div-block-486 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-486.aia {
    justify-content: center;
    align-items: center;
  }

  .div-block-486.aia.for-the-power {
    justify-content: center;
    align-items: flex-end;
  }

  .nav-link-11 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    margin-right: 0;
    font-size: 20px;
  }

  .container-1409 {
    background-color: #fffef6;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .nav-link-8 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    margin-right: 0;
    font-size: 20px;
  }

  .nav-link-8.w--current {
    color: #00c6ff;
    -webkit-text-stroke-width: 0px;
  }

  .nav-link-10 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    margin-right: 0;
    font-size: 20px;
  }

  .nav-link-10.w--current {
    color: gray;
  }

  .nav-link-7 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    font-size: 20px;
  }

  .nav-link-7.w--current {
    color: #00c6ff;
    margin-right: 0;
    text-decoration: none;
  }

  .nav-link-12 {
    -webkit-text-stroke-width: 0px;
    font-size: 20px;
  }

  .nav-link-12.login {
    margin-left: 40px;
  }

  .nav-link-9 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    text-transform: capitalize;
    margin-right: 0;
    font-size: 20px;
  }

  .nav-menu-5 {
    color: #fffef6;
    text-transform: capitalize;
    background-color: #0000;
    border-radius: 100px;
    padding: 0 0 0 50px;
    font-size: 20px;
  }

  .container-1410 {
    justify-content: center;
    align-items: center;
  }

  .navbar {
    z-index: 2147483647;
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .who-are-we {
    position: relative;
  }

  .container-1411 {
    margin-bottom: 25px;
  }

  .bold-text {
    font-family: Sans;
    font-size: 60px;
    font-weight: 600;
  }

  .heading {
    font-size: 8vw;
  }

  .heading.sumos {
    font-size: 8vw;
    line-height: .4em;
  }

  .paragraph-2 {
    max-width: 40%;
    margin-bottom: 3vw;
    font-size: 24px;
    line-height: 1.4em;
  }

  .paragraph-2.uff._12 {
    max-width: 50%;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  ._70px {
    transform: rotate(-45deg);
  }

  .servicios-title {
    background-color: #000;
    height: auto;
    padding-top: 150px;
    padding-bottom: 170px;
  }

  .container-1414 {
    border-bottom: 1px solid #000;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    display: flex;
  }

  .container-1414.marquee-horizontal-css {
    justify-content: space-between;
    align-items: center;
  }

  .container-1414.marquee-horizontal-css.uff {
    justify-content: flex-end;
    align-items: center;
  }

  .text-block-202 {
    color: #fffef6;
    text-transform: uppercase;
    font-size: 10vw;
    line-height: .9em;
  }

  .text-span-81 {
    -webkit-text-stroke-color: #fffef6;
    font-size: 10vw;
  }

  .servicios-section {
    height: 50vh;
    position: relative;
  }

  .container-1415 {
    width: 70%;
    max-width: 70%;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: 6vw;
  }

  .servicios-explained {
    position: relative;
  }

  .paragraph-215 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .paragraph-215.para {
    font-size: 20px;
  }

  .heading-184, .heading-181 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 26px;
  }

  .paragraph-216 {
    font-size: 30px;
    line-height: 1.2em;
  }

  .paragraph-216.para {
    font-size: 20px;
  }

  .paragraph-213, .paragraph-217 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .paragraph-217.para {
    font-size: 20px;
  }

  .paragraph-219 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .div-block-464 {
    background-color: #f0f;
  }

  .div-block-464._1 {
    background-color: #0000;
    width: 120px;
    height: 120px;
  }

  .div-block-464._1.cazzo, .div-block-464._1.pojo {
    background-color: #0000;
  }

  .div-block-464._1.primero {
    background-color: #0000;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-178 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 26px;
    font-weight: 400;
  }

  .grid-3-columns {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .heading-179, .heading-180, .heading-183, .heading-182 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 26px;
  }

  .text-block-203 {
    color: #00c6ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
  }

  .text-block-203._2 {
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 500;
  }

  .text-block-203._2.aaaaa {
    padding-bottom: 0;
    font-size: 24px;
  }

  .text-block-203._2.aaaaa.services {
    font-size: 20px;
  }

  .card-2.content-center {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 48px;
  }

  .container-1416 {
    width: 70%;
    max-width: 70%;
  }

  .div-block-489 {
    margin-bottom: 20px;
  }

  .community-section {
    background-image: linear-gradient(#0000, #0000), url('../images/visualelectric-1733437099186.png');
    background-position: 0 0, 0%;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 150vh;
  }

  .container-1417 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-192 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    text-transform: none;
    margin-bottom: 10%;
    font-size: 8vw;
    line-height: .8em;
  }

  .text-span-83 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fffef6;
    font-size: 10vw;
  }

  .text-span-84 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: uppercase;
    font-size: 10vw;
  }

  .paragraph-224 {
    color: #fffef6;
    max-width: 40%;
    margin-top: 0;
    margin-bottom: 50px;
    margin-right: 0;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .button-39 {
    background-color: #fffef6;
    border-color: #fffef6 #000 #fffef6 #fffef6;
    margin-right: 5%;
    padding-top: 40px;
    padding-bottom: 45px;
    font-size: 34px;
  }

  .div-block-524 {
    bottom: 20%;
    right: 0%;
  }

  .div-block-523 {
    top: 10%;
  }

  .conecta-caroseul {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    inset: 0% 0% auto;
    box-shadow: 0 -20px 20px 18px #101010;
  }

  .conecta-caroseul._2._3 {
    z-index: 10000;
  }

  .link-view-all-wrapper-6 {
    border-top-width: 0;
    border-top-color: #101010;
    border-bottom-width: 0;
    border-bottom-color: #101010;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .inner-text-scrolling-5 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .ascii-type-3 {
    color: #fffef6;
    text-transform: uppercase;
    font-size: 6vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }

  .ascii-type-3._2 {
    font-size: 20px;
  }

  .ascii-type-3._2._3 {
    font-size: 3vw;
    font-weight: 700;
  }

  .ascii-type-3._2._3.vai {
    font-size: 3vw;
  }

  .body {
    background-color: #000;
  }

  .grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    filter: none;
    grid-auto-flow: row;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .image-41 {
    filter: invert();
  }

  .image-41.meta, .image-41.gplay, .image-41.saavon {
    filter: none;
  }

  .image-41.saavon.shazaam {
    filter: invert();
  }

  .image-41.zvooq, .image-41.rdio {
    filter: none;
  }

  .image-41.rdio.tidausic {
    filter: invert();
  }

  .image-41.meeo, .image-41.yandex, .image-41.napster, .image-41.qbuz, .image-41.groove, .image-41.heart {
    filter: none;
  }

  .div-block-471 {
    text-align: left;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-sub-container.ls-4 {
    background-color: #0000;
    border-width: 1px;
    border-color: #fffef6;
    border-radius: 30px;
    height: 300px;
  }

  .div-block-525 {
    text-align: left;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-44.a {
    filter: invert();
  }

  .div-block-526, .div-block-527 {
    text-align: left;
    background-color: #0000;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .black-button-2 {
    background-color: #fffef6;
    border-width: 0 0 2px;
    border-color: #000;
    border-radius: 0;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-89 {
    filter: invert();
    transform: rotate(180deg);
  }

  .image-89.desk {
    filter: none;
  }

  .news.slider {
    z-index: 2;
    background-color: #fffef6;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
  }

  .brix---container-default-2 {
    max-width: 95%;
    padding-bottom: 0;
  }

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

  .brix---section-overflow-hidden-2 {
    padding-bottom: 0;
  }

  .brix---slider-wrapper {
    height: 1100px;
  }

  .brix---heading-h2-size {
    color: #101010;
    margin-bottom: 0;
    font-size: 6vw;
    line-height: .8em;
  }

  .brix---inner-container-547px {
    width: 100%;
    max-width: 100%;
    margin-bottom: 100px;
  }

  .brix---card-testimonial-color-2 {
    color: #000;
    height: 750px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: auto;
    height: auto;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .image-90 {
    filter: none;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 10px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: auto;
    height: auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .brix---heading-h3-size-2 {
    color: #000;
    font-size: 26px;
  }

  .heading-large {
    font-size: 9vw;
  }

  .heading-large.contact {
    line-height: 1em;
  }

  .heading-large.reel {
    margin-right: 20px;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .container-large {
    max-width: 95%;
  }

  .footer {
    z-index: 2147483647;
    background-color: #101010;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .text-block-212, .text-block-210 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .paragraph-231 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .text-block-209 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .footer-component-2 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 95%;
    max-width: 95%;
    display: flex;
    position: static;
  }

  .text-block-213 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .div-block-504 {
    text-align: right;
  }

  .text-block-211 {
    margin-bottom: 20px;
    font-weight: 300;
  }

  .div-block-529 {
    width: 100%;
  }

  .bold-text-30 {
    text-transform: none;
    font-size: 18px;
  }

  .paragraph-230 {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .text-block-217 {
    font-weight: 300;
  }

  .grid-7 {
    border-bottom: 0 solid #55ff7f;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-530 {
    color: #55ff7f;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
  }

  .text-block-208 {
    color: #55ff7f;
    margin-bottom: 70px;
    margin-left: -3px;
    margin-right: 0;
    font-size: 50px;
    font-weight: 500;
    text-decoration: none;
  }

  .cta-wrap-2 {
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .text-block-218, .text-block-216 {
    font-weight: 300;
  }

  .div-block-531 {
    width: 50%;
    max-width: 50%;
    margin-bottom: 20px;
    position: static;
    inset: auto 0% 0% auto;
  }

  .info-footer {
    grid-template-rows: auto;
    width: 50%;
    max-width: 50%;
    position: static;
    inset: auto auto 0% 0%;
  }

  .container-1419 {
    justify-content: center;
    align-items: flex-end;
    width: 95%;
    max-width: 95%;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-span-169 {
    font-size: 22px;
  }

  .text-span-170 {
    font-size: 26px;
    line-height: 1.4em;
  }

  .container-3 {
    z-index: 200;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 95%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .bo {
    background-image: url('../images/AMPLIFY-YOUR-TALENT-5.jpg');
    background-position: 50% 100%;
    height: 170vh;
  }

  .bo.hero {
    background-image: url('../images/AMPLIFY-YOUR-TALENT-2-min.jpg');
    max-height: none;
  }

  .bo.hero.bold-text-23 {
    background-image: linear-gradient(#0003, #0003), url('../images/visualelectric-1733433987334.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    justify-content: center;
    align-items: center;
    display: flex;
    position: sticky;
    top: 0;
  }

  .bo.hero.bold-text-23.aa.heroes {
    background-image: linear-gradient(#0003, #0003), url('../images/Emet-5.jpg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .bo.hero.bold-text-23 {
    background-color: #0000;
    background-image: none;
    position: sticky;
  }

  .grid-8 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
  }

  .text-span-66 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #55ff80;
    font-size: 9vw;
  }

  .text-span-66.home {
    -webkit-text-stroke-color: #fffef6;
    font-size: 10vw;
  }

  .text-span-66.home.aiu {
    color: #0000;
    -webkit-text-stroke-color: #fffef6;
  }

  .container-1395 {
    z-index: 100;
    text-align: left;
    max-width: 95%;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-219 {
    color: #00c6ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
  }

  .div-block-490 {
    text-align: center;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .div-block-490.homepages {
    width: 50%;
  }

  .text-block-198 {
    color: #fffef6;
    margin-bottom: 3vw;
    font-size: 10vw;
    font-weight: 900;
    line-height: .8em;
  }

  .div-block-536 {
    height: 150px;
  }

  .text-span-174 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
  }

  .text-block-220 {
    font-size: 30px;
    font-weight: 400;
  }

  .text-span-178 {
    color: #fffef6;
  }

  .heading-193 {
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 6vw;
  }

  .text-span-185 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-span-186 {
    -webkit-text-stroke-width: 2px;
  }

  .container-1420 {
    z-index: 200;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    background-image: url('../images/hojme-emet.jpg');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .grid-9 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: left;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    display: grid;
  }

  .text-span-187 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #55ff80;
    font-size: 9vw;
  }

  .text-span-187.home {
    -webkit-text-stroke-color: #fffef6;
    font-size: 10vw;
  }

  .text-span-187.home.aiu {
    color: #0000;
    -webkit-text-stroke-color: #fffef6;
  }

  .container-1421 {
    z-index: 100;
    text-align: left;
    max-width: 95%;
    margin-bottom: 20px;
    display: block;
  }

  .text-block-221 {
    color: #00c6ff;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 25px;
    font-weight: 500;
  }

  .div-block-539 {
    text-align: center;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .div-block-539.homepages {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-top: 100px;
  }

  .text-block-222 {
    color: #fffef6;
    margin-bottom: 3vw;
    font-size: 10vw;
    font-weight: 900;
    line-height: .8em;
  }

  .paragraph-223 {
    text-align: center;
    background-color: #0000;
    max-width: 60%;
    margin-bottom: 70px;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .bold-text-26 {
    font-size: 4vw;
    line-height: 1em;
  }

  .img-border {
    filter: none;
  }

  .container-large-4 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .paragraph-171 {
    color: #fffef6;
    height: 100%;
    margin-bottom: 0;
    font-size: 10vw;
    line-height: 100%;
  }

  .why-emet {
    z-index: 2;
    background-color: #272e63;
  }

  .why-emet.why {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .why-emet.why.ops {
    height: 70vh;
  }

  .bold-text-29 {
    font-size: 60px;
    line-height: 60px;
  }

  .padding-global-4 {
    background-color: #0000;
  }

  .container-large-3 {
    max-width: 70%;
  }

  .paragraph-large-2 {
    font-size: 20px;
    line-height: 1.4em;
  }

  .heading-196 {
    margin-top: 0;
    font-size: 6vw;
    line-height: .9em;
  }

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

  .layout192_content {
    width: 50%;
  }

  .margin-bottom-2.margin-small {
    padding-left: 0;
  }

  .div-block-542 {
    background-image: url('../images/EMET-ARTICOLI-2.png');
    background-position: 50%;
    border-radius: 0;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .what-we-do {
    z-index: 2;
  }

  .quienes-somos-hero-section {
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 130vh;
    display: flex;
    position: relative;
  }

  .heading-185 {
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    line-height: 1em;
  }

  .home_5_feature_image {
    filter: none;
    border-radius: 0;
  }

  .heading-190 {
    line-height: 60px;
  }

  .text-span-166 {
    -webkit-text-stroke-color: black;
  }

  .div-block-520 {
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-222 {
    max-width: 80%;
    font-size: 20px;
    font-weight: 300;
  }

  .heading-195 {
    margin-bottom: 90px;
    font-size: 5vw;
  }

  .bold-text-27 {
    font-size: 60px;
    line-height: 1em;
  }

  .div-block-543 {
    text-align: center;
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px;
    display: flex;
  }

  .div-block-543.quinees {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    margin-left: 60px;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .visione {
    z-index: 100;
    height: 100vh;
    display: flex;
    position: relative;
  }

  .visione.vision {
    background-color: #272e63;
    position: static;
  }

  .paragraph-229 {
    text-align: left;
    max-width: 70%;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .heading-191 {
    line-height: 60px;
  }

  .page-wrapper-4 {
    z-index: 2;
    background-color: #fff;
    position: relative;
  }

  .paragraph-172 {
    color: #fffef6;
    font-size: 10vw;
  }

  .shadow-medium.is--gree-blue._22 {
    border-radius: 0;
    width: 50%;
  }

  .home_5_feature_component {
    place-items: start stretch;
  }

  .padding-section-large-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .concepts-to-craftsmanship {
    background-color: #000;
    height: 75vh;
  }

  .div-block-544 {
    height: 200px;
    margin-top: 0;
  }

  .button-40 {
    font-size: 24px;
  }

  .div-block-545 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .div-block-547 {
    opacity: .2;
    position: absolute;
    inset: 0%;
  }

  .background-video-4 {
    height: 100%;
  }

  .accordion-item {
    border-top-width: 0;
    border-bottom-width: 0;
    flex: 0 auto;
    width: 100%;
  }

  .accordion-item:hover {
    box-shadow: 12px 12px 5px -10px #000;
  }

  .accordion-section {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    min-height: auto;
  }

  .accordion-section-head {
    margin-left: 36px;
  }

  .container-1423 {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
  }

  .quote {
    font-size: 20px;
    line-height: 1.4em;
  }

  .article-body, .article-body.last {
    color: #000;
    font-size: 20px;
    line-height: 1.4em;
  }

  .article-body.drop-cap, .text-block-2 {
    color: #000;
  }

  .hero-2.playlist {
    background-image: linear-gradient(360deg, #0009, #fff0), url('../images/vinyl-1595847_1280.jpg');
  }

  .container-1425 {
    height: 100px;
  }

  .container-1425.forse.blue {
    margin-bottom: 0;
  }

  .wrapper-line-hero {
    margin-bottom: 100px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .div-block-549 {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    position: static;
    inset: auto 0% 0%;
  }

  .lottie-animation-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-110 {
    width: 100%;
    max-width: none;
    position: static;
    inset: 0%;
  }

  .hero-quienes-somos {
    justify-content: center;
    align-items: center;
    max-width: 95%;
  }

  .slide-1 {
    width: 500px;
  }

  .card-link {
    width: 100%;
  }

  .card-front {
    background-image: url('../images/4.jpg');
    background-position: 50%;
    background-size: cover;
    width: 500px;
  }

  .card-front._2 {
    background-image: linear-gradient(#000, #36363600 31%, #fff0), url('../images/5.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 500px;
  }

  .card-front._2._34 {
    width: 100%;
  }

  .card-front._2.aggrego.si {
    background-image: linear-gradient(#fff0, #0006), url('../images/2.jpg');
  }

  .card-front._4 {
    background-position: 0%;
  }

  .card-front._5 {
    background-image: linear-gradient(#00f3, #00f3), url('../images/8.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .card-front._3 {
    background-image: url('../images/Untitled-design-59.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .card-front._3._15 {
    background-image: linear-gradient(#fff0, #0006), url('../images/3.jpg');
    background-position: 0 0, 50%;
  }

  .card-front.agredaos.booo {
    background-image: linear-gradient(#fff0, #00000080), url('../images/1.jpg');
    background-position: 0 0, 0%;
  }

  .container-1426 {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
  }

  .right-arrow.valori {
    display: block;
  }

  .card-title.black {
    font-weight: 700;
  }

  .card-title.emocion {
    color: #fffef6;
  }

  .hero-split-section.reverse {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .hero-content-wrap {
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 50%;
    height: 100%;
    padding: 0;
  }

  .hero-img-wrap {
    width: 50%;
    max-width: 50%;
    height: 100%;
    padding-left: 0;
  }

  .heading-reel-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inner-ticker {
    flex-flow: row;
    display: flex;
  }

  .section-3 {
    height: 70vh;
  }

  .heading-198 {
    font-size: 4vw;
    line-height: 1em;
  }

  .paragraph-234 {
    max-width: 30%;
    font-size: 20px;
    line-height: 1.4em;
  }

  .brix---paragraph-default {
    margin-left: 5px;
  }

  .section-4.medicare {
    z-index: 100;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .text-span-196 {
    line-height: 1em;
  }

  .banner.black.ii {
    z-index: 10000;
    background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
  }

  .banner.black.ii.unete {
    background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
    height: 80vh;
  }

  .banner.black.ii._22 {
    background-image: linear-gradient(-45deg, #00f, #101010 45%);
  }

  .div-center.uno {
    margin-bottom: 40px;
  }

  .seccion-general.hide.white.space {
    z-index: 999999999;
    position: relative;
  }

  .seccion-general.hide.white.space.quienes-somos {
    z-index: 10000009;
    background-color: #00c6ff;
  }

  .proyectos-grid.aius {
    height: auto;
  }

  .heading-h1.s {
    font-size: 4vw;
  }

  .heading-h1.s.black.aa {
    color: #000;
    font-size: 4vw;
  }

  .heading-h1.s.unete {
    font-size: 4vw;
  }

  .card-proyectos {
    height: 100%;
  }

  .paragraph-black.left {
    font-size: 20px;
  }

  .container-template {
    z-index: 200;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .container-template.aia {
    z-index: 500;
    display: block;
  }

  .container-template.aia.beneficio {
    text-align: center;
    margin-top: 50px;
  }

  .container-template.aia.beneficio.azzzus {
    background-color: #fffef6;
  }

  .div-block-general.space-ii {
    justify-content: center;
    align-items: center;
  }

  .background-video-6 {
    z-index: 1000000000;
    max-width: 100%;
  }

  .text-span-198 {
    color: #000;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 3.5vw;
  }

  .bold-text-32 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph-235 {
    max-width: 60%;
    font-size: 24px;
    line-height: 1.3em;
  }

  .paragraph-235.uuuu, .paragraph-235.contacto {
    max-width: 60%;
    font-size: 24px;
  }

  .text-span-199 {
    color: #000;
  }

  .bold-text-34 {
    font-size: 20px;
  }

  .container-1428 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .heading-199 {
    font-size: 10vw;
  }

  .paragraph-236 {
    max-width: 65%;
    margin-bottom: 40px;
    margin-left: 10px;
    font-size: 20px;
    position: static;
    inset: auto 20px 0%;
  }

  .image-116 {
    transform: rotate(135deg);
  }

  .bold-text-36 {
    font-size: 20px;
  }

  .bold-text-38 {
    font-weight: 700;
  }

  .left-medicare {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .left-mc.mr-70.mb {
    width: 50%;
    max-width: 50%;
    height: 100%;
  }

  ._2-col-flexbox-mc {
    background-image: none;
    height: 100vh;
    max-height: 100vh;
  }

  .right-mc {
    background-color: #272c63;
  }

  .h2-46-smbold-60-js {
    font-size: 4vw;
  }

  .jsm-22-34 {
    max-width: 70%;
    font-size: 26px;
  }

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

  .bold-text-39 {
    font-size: 4vw;
    line-height: 1.2em;
  }

  .image-118 {
    filter: brightness(700%) grayscale();
    align-self: flex-end;
    margin-top: 20px;
  }

  .image-119 {
    filter: brightness(700%) grayscale();
    margin-bottom: 50px;
    transform: rotate(45deg);
  }

  .faq-section {
    background-color: #101010;
    position: relative;
  }

  .heading-1.bottom-margin-20 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 3.5vw;
  }

  .body-5.bottom-margin-30 {
    font-size: 22px;
  }

  .faq-question {
    padding-left: 0;
  }

  .container-1429 {
    width: 95%;
    max-width: 95%;
  }

  .section-title {
    text-align: left;
  }

  .faq-heading {
    flex: 1;
    font-size: 2vw;
  }

  .section-5 {
    margin-top: 100px;
    display: block;
  }

  .container-1430 {
    padding-left: 2%;
    padding-right: 5%;
  }

  .container-1430.u {
    margin-top: 300px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-121 {
    transform: rotate(-45deg);
  }

  .background-video-7.olle {
    transform: rotate(180deg);
  }

  .background-video-8 {
    opacity: .1;
  }

  .div-block-558, .div-block-559, .aia {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bold-text-41 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 4vw;
  }

  .bold-text-41.preguntas {
    color: #fffef6;
  }

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

  .field.name {
    color: #000;
  }

  .contact_column.is-right {
    padding-left: 4.3em;
    padding-right: 4.3em;
  }

  .contact_column.is-left {
    background-position: 50%;
  }

  .field_label.large {
    margin-bottom: 1.5em;
  }

  .heading-205 {
    margin-bottom: 40px;
  }

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

  .background-video-9 {
    opacity: .2;
    width: 50%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .div-block-560 {
    background-image: linear-gradient(#00c6ff40, #fffef6);
    flex-flow: column;
    height: auto;
  }

  .div-block-561 {
    background-image: linear-gradient(#00c6ffbf, #fffef6);
    height: auto;
  }

  .div-block-561._2 {
    background-image: linear-gradient(#00c6ff80, #fffef6);
    height: auto;
  }

  .div-block-561._4.last {
    background-image: linear-gradient(#00c6ff, #00c6ff1a);
  }

  .bold-text-42 {
    font-size: 3.5vw;
  }

  .paragraph-238 {
    font-size: 30px;
    display: none;
  }

  .paragraph-239, .paragraph-240, .paragraph-241 {
    font-size: 26px;
  }

  .hero-inner-title.no-margin {
    font-size: 4vw;
  }

  .grid-contact-form {
    width: 100%;
    height: auto;
  }

  .social-link-lg {
    border-radius: 100px;
  }

  .container-1434 {
    max-width: none;
  }

  .div-block-562 {
    height: 600px;
  }

  .paragraph-242 {
    max-width: 60%;
  }

  .image-123 {
    max-width: 60%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .image-124 {
    position: absolute;
    inset: 5% 0% auto auto;
    transform: rotate(180deg);
  }

  .container-1435 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 65%;
    display: block;
  }

  .bold-text-43 {
    font-size: 4vw;
  }

  .section-7 {
    z-index: 1;
    background-image: none;
    height: 100vh;
    position: relative;
  }

  .heading-208 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
  }

  .bold-text-44 {
    font-size: 4vw;
  }

  .section-8 {
    padding-top: 0;
  }

  .container-1437 {
    max-width: 65%;
  }

  .paragraph-243 {
    font-size: 22px;
  }

  .columns {
    background-color: #0000;
    border-style: solid;
    border-color: #b4b4b4 #fffef6 #d3d3d3;
    border-top-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-209 {
    font-size: 30px;
  }

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

  .div-block-563 {
    width: 100%;
  }

  .paragraph-244 {
    font-size: 26px;
    position: absolute;
    inset: auto 10% 10%;
  }

  .div-block-564 {
    background-image: none;
  }

  .image-126 {
    background-image: none;
    display: none;
  }

  .container-1439 {
    justify-content: center;
    align-items: center;
    width: 95%;
    max-width: 1400px;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .section-9 {
    display: none;
  }

  .image-128 {
    z-index: 2147483647;
    position: static;
    inset: 0%;
  }

  .div-block-566 {
    background-image: url('../images/Emet-11.jpg');
  }

  .div-block-568 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 150px;
  }

  .paragraph-246 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8em;
  }

  .paragraph-247 {
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph-248, .paragraph-249 {
    font-size: 20px;
    font-weight: 400;
  }

  .text-span-223, .text-span-224 {
    color: #272e63;
  }

  .heading-211 {
    font-size: 2.5vw;
    line-height: 1.2em;
  }

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

  .text-span-225, .text-span-226, .text-span-227, .text-span-228 {
    color: #272e63;
  }

  .custom-textarea {
    background-color: #0000;
    border: 1px solid #552914;
    border-bottom-color: #101010;
    border-radius: 20px;
  }

  .text-block-160 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .input-field.project {
    background-color: #0000;
    border: 0 solid #000;
    border-bottom-color: #552914;
    border-radius: 0;
  }

  .input-field.project:focus-visible, .input-field.project[data-wf-focus-visible] {
    border: 0 solid #000;
    border-bottom: 1px solid gray;
    border-radius: 0;
    order: 0;
  }

  .input-field.project::placeholder {
    color: #000;
    background-color: #000;
  }

  .input-field.grow {
    background-color: #0000;
    border-style: solid;
    border-width: 0;
    border-top-color: #000;
    border-left-color: #000;
    border-right-color: #000;
    border-radius: 0;
  }

  .input-field.grow::placeholder {
    background-color: #000;
  }

  .input-flexbox {
    border-bottom: 1px solid #101010;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
  }

  .form-text-2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .bold-text-45 {
    font-weight: 400;
  }

  .text-span-229, .text-span-230 {
    -webkit-text-stroke-width: 2px;
  }

  .div-block-571 {
    width: 50%;
  }

  .div-block-572 {
    background-image: url('../images/EM_Presentation_V4.pdf.png');
    background-position: 50%;
    background-size: auto;
    width: 50%;
  }

  .div-block-573 {
    width: auto;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .div-block-574 {
    background-image: url('../images/Untitled-design---2024-12-22T085148.410.png');
    width: 50%;
    height: 100%;
  }

  .bold-text-53 {
    font-size: 3vw;
  }

  .paragraph-252 {
    width: 50%;
    margin-bottom: 50px;
    font-size: 22px;
  }

  .heading-216 {
    margin-bottom: 30px;
  }

  .bold-text-54 {
    font-size: 3vw;
  }

  .paragraph-253 {
    width: 50%;
    font-size: 22px;
  }

  .heading-217 {
    margin-bottom: 30px;
  }

  .div-block-575 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-132 {
    max-width: 85%;
  }

  .paragraph-254 {
    font-size: 14px;
  }

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

@media screen and (max-width: 991px) {
  .paragraph {
    text-align: left;
    margin-bottom: 20px;
    font-size: 10vw;
    line-height: 1em;
  }

  .button-base {
    border: 1px solid #fffef6;
    border-radius: 100px;
    height: 5vh;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-flex;
  }

  .button-base.chi-siamo {
    filter: invert();
  }

  .button-base.chi-siamo.mobile {
    filter: none;
    color: #101010;
  }

  .text-block-185 {
    color: #fffef6;
    margin-right: 10px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
  }

  .text-block-185.chi-siamo.mobile {
    color: #101010;
  }

  .nav-link-11 {
    color: #fffef6;
    border-bottom: 1px solid gray;
    margin-left: 0;
    font-weight: 500;
  }

  .nav-link-8 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .nav-link-8.mobile {
    border-bottom: 1px solid gray;
    margin-left: 0;
  }

  .nav-link-10.current {
    color: #fffef6;
    border-bottom: 1px solid gray;
    margin-left: 0;
    font-weight: 500;
  }

  .nav-link-7 {
    border-bottom: 1px solid gray;
    width: 100%;
    margin-left: 0;
    font-weight: 500;
  }

  .nav-link-12.login {
    color: #00c6ff;
    font-family: Geomanist, Arial, sans-serif;
  }

  .nav-link-12.login.log {
    display: inline-flex;
  }

  .nav-link-12.login.log.mobile {
    border-width: 0;
  }

  .nav-link-9.current.solo-qua.uff {
    color: #fffef6;
    border-bottom: 1px solid gray;
    margin-left: 0;
    font-weight: 500;
  }

  .nav-menu-5 {
    text-align: left;
    background-color: #101010;
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
  }

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

  .navbar {
    background-color: #1010104d;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
    overflow: visible;
  }

  .who-are-we {
    background-color: #00c6ff;
    background-image: url('../images/Background1-emet.png');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: -75px;
    padding-top: 100px;
    padding-bottom: 20px;
    display: flex;
  }

  .container-1411 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-family: Geomanist, Arial, sans-serif;
    display: flex;
  }

  .heading {
    color: #101010;
    white-space: nowrap;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 10vw;
    line-height: 1em;
  }

  .paragraph-2 {
    max-width: 80%;
  }

  .paragraph-2.uff._12 {
    color: #101010;
    width: 80%;
    max-width: 80%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._70px.homepage-arrow {
    filter: invert();
    transform: rotate(-45deg);
  }

  .servicios-section {
    background-color: #101010;
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    padding-top: 50px;
    padding-left: 0;
    display: flex;
  }

  .container-1415 {
    width: 100%;
    max-width: 95%;
    padding-left: 0;
  }

  .paragraph-3 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10vw;
    font-weight: 700;
    line-height: 1em;
  }

  .paragraph-213 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .paragraph-217.para {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .div-block-464._1, .div-block-464._1.cazzo, .div-block-464._1.pojo, .div-block-464._1._2, .div-block-464._1.primero, .div-block-464._1._3, .div-block-464._1.poppetto {
    background-color: #0000;
    width: 100px;
    height: 100px;
  }

  .heading-178 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

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

  .heading-179 {
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .container-1416 {
    max-width: 95%;
  }

  .community-section {
    justify-content: space-between;
    align-items: flex-start;
    height: 1000px;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .container-1417 {
    max-width: 95%;
    height: auto;
  }

  .paragraph-224 {
    max-width: 100%;
    margin-bottom: 75px;
  }

  .div-block-524 {
    height: 100%;
  }

  .div-block-523 {
    width: 70%;
  }

  .link-view-all-wrapper-6 {
    padding-top: 5px;
  }

  .ascii-type-3 {
    font-size: 8vw;
  }

  .hero-sub-container.ls-4 {
    min-height: auto;
    padding: 3rem;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---heading-h2-size {
    font-size: 10vw;
    line-height: 1em;
  }

  .brix---slide-item-mg {
    margin-right: 6.75rem;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    inset: auto auto -90px 31%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    inset: auto 39.5% -90px auto;
  }

  .brix---heading-h3-size-2 {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---slider-mask-width-490px-2 {
    position: static;
  }

  .link-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .heading-large {
    font-size: 7.5rem;
  }

  .heading-large.reel {
    margin-top: 10px;
    font-size: 6vw;
  }

  .cta-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .footer-link-container {
    grid-row-gap: .5rem;
  }

  .footer-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-credit-text-container {
    width: auto;
  }

  .footer {
    height: auto;
    padding-bottom: 0;
  }

  .cta-wrap-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }

  .info-footer {
    flex-flow: column;
    display: flex;
  }

  .container-1419 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    position: static;
  }

  .paragraph-232.login, .image-94 {
    margin-bottom: 20px;
  }

  .bo.hero.bold-text-23 {
    background-image: none;
    height: auto;
    padding-top: 0;
    overflow: hidden;
  }

  .bo.hero.bold-text-23.mobile {
    height: 1000px;
    position: relative;
  }

  .text-block-220 {
    color: #101010;
    margin-bottom: 0;
    font-weight: 400;
  }

  .heading-193 {
    white-space: nowrap;
    font-size: 10vw;
    line-height: 1em;
  }

  .text-span-186 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .container-1420 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-539.homepages {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 1000px;
    padding-bottom: 150px;
    padding-left: 0;
  }

  .div-block-540 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-540.tablet {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 40px;
    display: flex;
  }

  .div-block-541 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .paragraph-223 {
    max-width: 80%;
  }

  .paragraph-171 {
    margin-bottom: 0;
    font-size: 9vh;
  }

  .why-emet.why.ops {
    height: auto;
    padding-bottom: 50px;
  }

  .container-1355 {
    max-width: 95%;
  }

  .layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .paragraph-172 {
    font-size: 9vh;
  }

  .home_5_feature_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large-4, .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .concepts-to-craftsmanship {
    height: 50vh;
  }

  .background-video-4 {
    inset: 0% 0% auto;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .accordion-header {
    font-size: 3.5rem;
  }

  .summary {
    color: #fffef6;
    background-color: #0000;
    width: auto;
    max-width: 70%;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .inset-title {
    color: #101010;
  }

  .sticky-zone {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .date {
    width: auto;
  }

  .t-inset-title {
    font-weight: 400;
  }

  .hero-2 {
    background-color: #101010;
    background-image: url('../images/Untitled-design---2024-12-10T170302.158.png');
    justify-content: center;
    align-items: center;
    height: 800px;
    display: flex;
  }

  .hero-2._3articolo {
    justify-content: space-between;
    align-items: center;
    height: 800px;
    display: flex;
  }

  .title {
    width: auto;
    max-width: 70%;
  }

  .hero-title {
    background-image: none;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    position: static;
  }

  .t-author {
    color: #101010;
  }

  .rows {
    font-family: Geomanist, Arial, sans-serif;
  }

  .menu-button {
    z-index: 2147483647;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: #0000;
  }

  .container-1425 {
    max-width: 95%;
    height: auto;
    margin-top: 50px;
    display: block;
    position: static;
    inset: auto 0% 100px;
  }

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

  .grid-11.quinees-sumos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .text-span-194 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .wrapper-line-hero {
    text-align: center;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-109.mobile.home {
    width: 100px;
    transform: rotate(90deg);
  }

  .apple-grid-block.tablet-hidden {
    display: none;
  }

  .slide-1 {
    width: 300px;
  }

  .grey {
    font-size: 20px;
  }

  .superscript, .superscript.grey {
    font-size: 12px;
  }

  .slider {
    margin-top: 60px;
  }

  .left-arrow {
    right: 7.5%;
  }

  .slide-4 {
    width: 300px;
  }

  .card-feature-wrapper {
    flex-flow: column;
  }

  .slide-7, .slide-3, .slide-2 {
    width: 300px;
  }

  .card-link:hover {
    transform: none;
  }

  .mask {
    width: 300px;
  }

  .feature-card-image {
    display: block;
  }

  .feature-card-image.hide {
    display: none;
  }

  .feature-card-image.tablet-mobile {
    display: block;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .slide-5, .slide-8 {
    width: 300px;
  }

  .card-front {
    box-shadow: none;
    background-position: 50% 100%;
    width: 300px;
    height: 575px;
    padding: 15% 10% 0%;
    transition-property: none;
  }

  .card-front:hover {
    transform: none;
  }

  .card-front._2 {
    box-shadow: none;
    background-position: 50% 100%;
    width: 300px;
    height: 575px;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
    transition-property: none;
  }

  .card-front._2:hover {
    transform: none;
  }

  .card-front._4 {
    width: 300px;
    height: 575px;
    transition-property: none;
  }

  .card-front._4:hover {
    transform: none;
  }

  .card-front._7, .card-front._5, .card-front._8, .card-front._6 {
    transition-property: none;
  }

  .card-front._3 {
    width: 300px;
    height: 575px;
    padding-top: 15%;
    padding-left: 10%;
    padding-right: 10%;
    transition-property: none;
  }

  .card-front._3:hover {
    transform: none;
  }

  .popup-heading {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .modal-1-popup {
    display: none;
  }

  .container-1426 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .slide-6 {
    width: 300px;
  }

  .modal-content {
    padding: 4rem;
  }

  .card._3, .card._2, .card._1 {
    padding-top: 60px;
  }

  .feature-card-text {
    font-size: 20px;
  }

  .feature-card-text.right {
    order: -1;
    margin-bottom: 0;
  }

  .feature-card-text._40px {
    font-size: 20px;
  }

  .card-title {
    margin-bottom: 0;
    font-size: 21px;
  }

  .button-42.is-primary {
    font-size: 1rem;
  }

  .hero-split-section.reverse {
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
  }

  .hero-content-wrap {
    border-top: 1.5px #161616;
    border-bottom: 1.5px solid #161616;
    padding-left: 40px;
  }

  .hero-img-wrap {
    padding-top: 0;
    padding-right: 0;
  }

  .section-service-reel {
    overflow: hidden;
  }

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

  .text-span-195 {
    font-weight: 400;
  }

  .image-112 {
    display: none;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .brix---slide-item-mg-2 {
    margin-right: 6.75rem;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---btn-slider-arrow-right---top-right {
    inset: auto 39.5% -90px auto;
  }

  .brix---heading-h2-size-2 {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .section-4.slider {
    padding-top: 0;
  }

  .brix---section-overflow-hidden {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .brix---slider-mask-width-490px {
    position: static;
  }

  .brix---btn-slider-arrow-right---top-left {
    inset: auto auto -90px 31%;
  }

  .banner.black.ii, .banner.black.ii.unete, .banner.black.ii._22 {
    height: 800px;
  }

  .logo-image {
    width: 150px;
  }

  .carousel-container.rese-as {
    width: 1000px;
  }

  .image-52 {
    right: -50%;
  }

  .div-left-card {
    justify-content: center;
    align-items: center;
  }

  .div-center {
    width: 80%;
  }

  .seccion-general.hide.white.space {
    background-color: #fffef6;
    padding-bottom: 0;
  }

  .proyectos-grid {
    width: 90%;
  }

  .image-51 {
    right: 38%;
  }

  .heading-h1 {
    font-size: 40px;
  }

  .heading-h1.s {
    text-align: left;
    font-size: 9vw;
  }

  .container-template {
    padding: 0 40px;
  }

  .cta-general {
    width: 90%;
  }

  .heading-h4 {
    font-size: 40px;
  }

  .paragraph-235 {
    font-size: 22px;
  }

  .paragraph-235.uuuu {
    text-align: left;
    font-size: 22px;
    line-height: 1.4em;
  }

  .heading-199 {
    font-size: 16vw;
  }

  .div-block-554.desktop.deskt {
    inset: 0% 0% auto auto;
  }

  .left-medicare {
    max-width: 100%;
  }

  .left-mc.mr-70 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .left-mc.mr-70.mb {
    margin-bottom: 20px;
  }

  ._2-col-flexbox-mc {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .heading-1.bottom-margin-20.agregados, .heading-1.bottom-margin-20.dfbsdfb {
    font-size: 8vw;
  }

  .faq-grid {
    grid-row-gap: 30px;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-5.valores.val {
    padding-top: 0;
  }

  .section-5.valores.val.uffi {
    padding-bottom: 0;
  }

  .container-1430 {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-1430.u {
    margin-top: 50px;
  }

  .image-121 {
    filter: invert();
    transform: rotate(-45deg);
  }

  .image-121.mobile {
    filter: none;
  }

  .div-block-559, .aia.aiu {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .comp-pane.left {
    background-size: contain;
    width: 60%;
    margin-left: -80px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .comp-pane.right {
    width: 60%;
  }

  .component-wrap {
    justify-content: flex-end;
  }

  .contact_column.is-right {
    min-height: auto;
  }

  .contact_column.is-left {
    height: 900px;
    position: static;
  }

  .page-wrapper {
    height: auto;
  }

  .hero-inner-title {
    font-size: 44px;
  }

  .grid-contact-form {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .div-block-564 {
    height: 800px;
  }

  .container-1439 {
    width: 95%;
    max-width: 95%;
  }

  .div-block-566 {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-568 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .paragraph-246 {
    font-family: Geomanist Book, Arial, sans-serif;
    line-height: 1.8em;
  }

  .paragraph-247, .paragraph-248, .paragraph-249 {
    font-family: Geomanist Book, Arial, sans-serif;
  }

  .text-span-223, .text-span-224 {
    color: #272e63;
  }

  .heading-211 {
    color: #101010;
    margin-bottom: 40px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 4vw;
    line-height: 1.1em;
  }

  .text-span-225, .text-span-226, .text-span-227, .text-span-228 {
    color: #272e63;
  }

  .text-block-160 {
    font-size: 2vw;
  }

  .form-heading-2 {
    font-size: 5vw;
  }

  .contact-block {
    width: 95%;
    max-width: 95%;
    padding-left: 0;
  }

  .checkbox-label {
    font-size: 1rem;
  }

  .confirmation-message {
    font-size: 28px;
    line-height: 120%;
  }

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

  .section-10 {
    padding-top: 0;
    overflow: hidden;
  }

  .bold-text-45 {
    text-align: center;
    font-weight: 500;
  }

  .text-span-229, .text-span-230 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .link-block-2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 10vw;
  }

  .button-base {
    border-width: 1px;
    border-color: #fffef6;
  }

  .text-block-185 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 12px;
  }

  .div-block-486.aia {
    justify-content: center;
    align-items: center;
  }

  .nav-link-8.mobile {
    font-weight: 500;
  }

  .container-1410 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    display: block;
  }

  ._70px.homepage-arrow {
    filter: invert();
    transform: rotate(-45deg);
  }

  .paragraph-3 {
    font-size: 10vw;
  }

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

  .paragraph-224 {
    max-width: 100%;
  }

  .hero-sub-container.ls-4 {
    padding: 2rem;
  }

  .brix---section-overflow-hidden-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---heading-h2-size {
    font-size: 8vw;
    line-height: 40px;
  }

  .brix---card-testimonial-color-2 {
    padding: 48px 32px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    width: 123px;
    min-width: 56px;
    height: 46px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 30%;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    width: 123px;
    min-width: 56px;
    height: 46px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 29%;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-credit-text {
    font-size: .8rem;
  }

  .heading-large {
    font-size: 5.5rem;
  }

  .heading-large.contact {
    font-size: 25vw;
  }

  .heading-large.reel {
    margin-top: 10px;
  }

  .cta-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .footer-link {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    font-size: .8rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .footer-link-container {
    grid-column-gap: 1rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    height: auto;
    padding-bottom: 0;
  }

  .cta-wrap-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .container-1419 {
    position: static;
  }

  .bo.hero.bold-text-23 {
    background-image: none;
  }

  .text-span-186 {
    font-size: 12vw;
  }

  .container-1420 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
  }

  .div-block-539.homepages {
    justify-content: center;
    align-items: flex-start;
    height: 800px;
    padding-bottom: 0;
  }

  .container-large-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .layout192_component, .home_5_feature_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large-4, .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-header {
    line-height: 1.2;
  }

  .summary {
    width: auto;
  }

  .hero-2._3articolo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    margin-top: 5px;
    margin-right: 15px;
  }

  .grid-11.quinees-sumos {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .wrapper-line-hero {
    justify-content: center;
    align-items: center;
    margin-bottom: 200px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .div-block-549 {
    justify-content: center;
    align-items: center;
    width: 100px;
    max-width: 100%;
    height: 100px;
    display: flex;
  }

  .image-109.mobile {
    max-width: 50%;
    transform: rotate(90deg);
  }

  .image-109.mobile.home {
    width: 100px;
    max-width: 100%;
  }

  .brand {
    padding-left: 0;
  }

  .hero-quienes-somos {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .apple-grid-block.mobile-hidden {
    display: none;
  }

  .grey {
    font-size: 18px;
  }

  .superscript {
    font-size: 12px;
  }

  .modal-superscript {
    font-size: 9px;
  }

  .left-arrow {
    right: 10%;
  }

  .left-arrow.mobilee {
    transform: none;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 35px;
  }

  .card-front, .card-front._5, .card-front.agredaos.booo {
    width: 300px;
  }

  .popup-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .modal-1-popup {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: none;
  }

  .container-1426 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .modal-2-popup {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .modal-content {
    padding: 4rem 2rem;
  }

  .close-button.button-style-1 {
    top: 0;
  }

  .feature-card-text {
    font-size: 18px;
  }

  .modal-3-popup {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-wrapper {
    margin-bottom: 40px;
  }

  .card-title {
    font-size: 30px;
  }

  .text-block {
    font-size: 14px;
  }

  .hero-img {
    border-top: 1.5px #000;
    border-right-style: solid;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-medium {
    width: auto;
    max-width: none;
  }

  .hero-split-section.reverse {
    flex-flow: column-reverse wrap;
    display: flex;
  }

  .hero-content-wrap {
    border-top-style: none;
    padding: 40px 32px 60px;
  }

  .heading-style-h2 {
    font-size: 5rem;
  }

  .heading-style-h2.hero {
    font-size: 4.8rem;
  }

  .hero-img-wrap {
    border-top: 1.5px #000;
    border-right-style: none;
    align-self: center;
  }

  .image-112 {
    display: none;
    position: static;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---btn-slider-arrow-right---top-right {
    width: 123px;
    min-width: 56px;
    height: 46px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    right: 29%;
  }

  .brix---heading-h2-size-2 {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---card-testimonial-color-1 {
    padding: 48px 32px;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 8px;
  }

  .brix---section-overflow-hidden {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brix---btn-slider-arrow-right---top-left {
    width: 123px;
    min-width: 56px;
    height: 46px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
    bottom: -72px;
    left: 30%;
  }

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

  .card-rese-as-grey {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-50 {
    width: 70px;
    height: 70px;
  }

  .div-left-card {
    justify-content: center;
    align-items: flex-start;
  }

  .div-center.aius {
    width: 100%;
  }

  .seccion-general.hide.white.space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .proyectos-grid {
    width: 100%;
  }

  .image-51 {
    width: 15%;
    bottom: -5%;
    right: 42%;
  }

  .heading-h1 {
    font-size: 32px;
  }

  .heading-h1.s {
    font-size: 8vw;
    line-height: 1.1em;
  }

  .heading-h1.s.black {
    font-size: 32px;
  }

  .card-proyectos {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-83 {
    padding: 20px;
  }

  .container-template {
    width: 100%;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 0%;
    padding-left: 0;
  }

  .div-logos.normal {
    display: none;
  }

  .cta-general {
    width: 100%;
  }

  .heading-h4 {
    font-size: 32px;
  }

  .paragraph-235.uuuu {
    max-width: 80%;
    font-size: 18px;
  }

  .faq-heading {
    line-height: 1.4;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .container-1430 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-227 {
    font-size: 14px;
  }

  .abstract-1 {
    bottom: -2%;
    right: 5%;
  }

  .comp-pane.left {
    width: 90%;
    height: 600px;
    position: static;
  }

  .comp-pane.right {
    width: 80%;
    margin-top: -100px;
  }

  .component-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .form-component {
    height: auto;
    padding-top: 50px;
    padding-bottom: 75px;
  }

  .container-1431 {
    display: block;
  }

  .side-panel {
    display: none;
  }

  .contact_column {
    padding: 5vw;
  }

  .contact_column.is-right {
    background-color: #fffef6;
    width: 100%;
    min-height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .contact_column.is-left {
    width: 100%;
    height: auto;
    position: relative;
  }

  .headline_wrap {
    padding-top: 7em;
    padding-bottom: 7em;
  }

  .page-wrapper {
    height: auto;
  }

  .bg-video {
    width: 100%;
  }

  .container-1433 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-inner-content {
    padding: 30px;
  }

  .hero-inner-title {
    font-size: 42px;
  }

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

  .contact-address-wrap {
    grid-row-gap: 30px;
  }

  .button-black-outline {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-h3 {
    font-size: 38px;
  }

  .contact-social-wrap {
    margin-top: 20px;
  }

  .container-1434 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1437.yui {
    width: 95%;
    max-width: 95%;
  }

  .columns {
    flex-flow: column;
  }

  .text-block-160 {
    margin-bottom: 4px;
  }

  .form-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .input-field {
    margin-bottom: 4px;
  }

  .input-field.project {
    max-width: 100%;
  }

  .input-flexbox {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .submit-button-2 {
    width: 100%;
  }

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

  .section-10 {
    padding-top: 50px;
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    justify-content: center;
    align-items: center;
  }

  .paragraph {
    z-index: 9999;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 17vw;
    font-weight: 700;
    line-height: 1em;
    position: relative;
  }

  .hero-platforms {
    max-width: 95%;
    margin-bottom: 40px;
    position: absolute;
  }

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

  .button-30 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-30.hero-button {
    border-width: 2px;
    border-color: #101010;
    height: 50px;
    padding: 20px 35px;
  }

  .button-30.hero-button.home {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-width: 1px;
    border-color: #00c6ff;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-30.hero-button.buttons-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .button-30.hero-button.buttons-wrap.services {
    border-width: 1px;
    border-color: #101010;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button-base {
    border-width: 1px;
    border-color: #fffef6;
    margin-bottom: 0;
    display: inline-flex;
  }

  .button-base.chi-siamo {
    border-width: 2px;
    border-color: #000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-base.chi-siamo.mobile {
    filter: none;
    border-width: 1px;
  }

  .button-base.unete {
    position: absolute;
  }

  .text-block-185 {
    color: #fffef6;
    text-align: left;
    text-transform: uppercase;
    padding-top: 1px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .text-block-185.chi-siamo.mobile {
    color: #000;
    font-weight: 400;
  }

  .icon-1x1-tiny.homer {
    filter: invert();
  }

  .icon-1x1-tiny.af {
    filter: none;
    transform: none;
  }

  .icon-1x1-tiny.af.mas {
    transform: rotate(-45deg);
  }

  .text-block-186, .text-block-187 {
    color: #00c6ff;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .div-block-486.aia {
    margin-left: 0;
    display: flex;
  }

  .div-block-486.aia.for-the-power {
    z-index: 2000;
    height: 100%;
  }

  .nav-link-11 {
    color: #fffef6;
    border-bottom: 1px solid gray;
    padding-left: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .nav-link-11.w--current {
    color: #00c6ff;
  }

  .image-33.quienes-somos {
    max-width: 70%;
  }

  .nav-link-8 {
    color: #fffef6;
    border-bottom: 1px solid #fffef6;
    padding-left: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .nav-link-8.mobile {
    font-weight: 500;
  }

  .nav-link-10 {
    color: #000;
    border-bottom: 1px solid #00000080;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .nav-link-10.current {
    color: #fffef6;
    border-bottom-color: gray;
    padding-left: 0;
    font-weight: 500;
  }

  .nav-link-10.current.w--current {
    color: #00c6ff;
  }

  .nav-link-7 {
    border-bottom: 1px solid gray;
    padding-left: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .nav-link-12 {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .nav-link-12.login {
    color: #00c6ff;
    font-weight: 500;
  }

  .nav-link-12.login.log {
    border-width: 0;
    padding-left: 0;
  }

  .nav-link-9 {
    color: #000;
    border-bottom: 1px solid #00000080;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .nav-link-9.current {
    color: #101010;
  }

  .nav-link-9.current.solo-qua {
    color: #00c6ff;
  }

  .nav-link-9.current.solo-qua.uff {
    color: #fffef6;
    border-bottom-color: gray;
    padding-left: 0;
  }

  .nav-link-9.current.solo-qua.uff.w--current {
    color: #00c6ff;
  }

  .nav-menu-5 {
    background-color: #101010;
    border-radius: 0;
    height: auto;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    overflow: visible;
  }

  .container-1410 {
    z-index: 999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: flex;
    position: relative;
  }

  .navbar {
    z-index: 100000;
    background-color: #101010;
    background-image: none;
    height: auto;
    position: fixed;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .who-are-we {
    z-index: 100;
    background-color: #00c6ff;
    background-image: url('../images/Background1-emet.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 100px 0 100px 15px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container-1411 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 100px;
    display: flex;
  }

  .heading {
    color: #000;
    margin-top: 15px;
    margin-bottom: 40px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 15vw;
    line-height: 1.2em;
  }

  .paragraph-2 {
    color: #000;
    text-align: left;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .paragraph-2.uff {
    text-align: left;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .paragraph-2.uff._12 {
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 15px;
    font-size: 16px;
  }

  ._70px.homepage-arrow, ._70px.bous {
    filter: invert();
    transform: rotate(-45deg);
  }

  .servicios-title {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .text-block-202 {
    line-height: .9em;
  }

  .text-span-81 {
    -webkit-text-stroke-width: 1px;
  }

  .servicios-section {
    background-color: #101010;
    height: 30vh;
    overflow: hidden;
  }

  .container-1415 {
    background-color: #fffef6;
    padding-left: 0;
  }

  .paragraph-3 {
    color: #fffef6;
    text-align: right;
    background-color: #0000;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-bottom: 0;
    padding-right: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 13vw;
    font-weight: 700;
    line-height: .3em;
    display: flex;
  }

  .servicios-explained {
    background-color: #fffef6;
    padding-top: 25px;
    padding-bottom: 75px;
    overflow: hidden;
  }

  .paragraph-215 {
    font-size: 26px;
  }

  .paragraph-215.para {
    color: #272e63;
    text-align: left;
    padding-right: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-184, .heading-181 {
    color: #000;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .paragraph-216 {
    font-size: 26px;
  }

  .paragraph-216.para {
    color: #272e63;
    text-align: left;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .paragraph-213 {
    color: #272e63;
    text-align: left;
    padding-right: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .paragraph-217 {
    color: #272e63;
    text-align: left;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .paragraph-217.para {
    color: #272e63;
    text-align: left;
    padding-right: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-219 {
    color: #272e63;
    text-align: left;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .div-block-464._1, .div-block-464._1.cazzo {
    background-color: #0000;
    width: 120px;
    height: 120px;
  }

  .div-block-464._1.pojo, .div-block-464._1._2 {
    background-color: #0000;
    width: 100px;
    height: 100px;
  }

  .div-block-464._1.primero {
    background-color: #0000;
    width: 120px;
    height: 120px;
  }

  .div-block-464._1._3 {
    background-color: #0000;
    width: 100px;
    height: 100px;
  }

  .div-block-464._1.poppetto {
    background-color: #0000;
    width: 120px;
    height: 120px;
  }

  .heading-178 {
    color: #000;
    text-align: center;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .grid-3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .heading-179, .heading-180 {
    color: #000;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .heading-183 {
    text-align: left;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .heading-182 {
    text-align: center;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1em;
  }

  .text-block-203 {
    color: #00c6ff;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .text-block-203._2.aaaaa.services {
    padding-top: 1px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
  }

  .card-2.content-center {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .container-1416 {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 30px;
  }

  .div-block-489 {
    background-color: #101010;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .community-section {
    background-image: url('../images/Untitled-design-43.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .container-1417 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: 700px;
    display: block;
  }

  .heading-192 {
    line-height: .8em;
  }

  .text-span-83 {
    -webkit-text-stroke-width: 1px;
  }

  .paragraph-224 {
    color: #fffef6;
    text-align: left;
    max-width: 100%;
    margin-bottom: 200px;
    margin-left: 0;
    margin-right: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .button-39 {
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: 15px;
    line-height: 1.2em;
  }

  .div-block-524 {
    z-index: 1000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 25px;
    display: block;
    inset: 0% 0% auto;
  }

  .div-block-523 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 30px;
    position: static;
    left: 0%;
  }

  .conecta-caroseul {
    background-color: #101010;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .conecta-caroseul._2._3.urjkus {
    margin-bottom: 0;
  }

  .conecta-caroseul._2._3.urjkus.bousi {
    padding-top: 0;
  }

  .conecta-caroseul._2._3.urjkus.bousi.ughtdf {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-view-all-wrapper-6 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .flex-rail-2 {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .inner-text-scrolling-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ascii-type-3 {
    text-transform: uppercase;
    margin-left: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 15vw;
    font-weight: 900;
    line-height: 1em;
  }

  .ascii-type-3._2._3.vai {
    font-size: 7vw;
    font-weight: 500;
  }

  .body {
    background-color: #101010;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .grid-3.finale {
    margin-bottom: 50px;
  }

  .image-41 {
    filter: invert();
    max-width: 70%;
  }

  .image-41.meta, .image-41.gplay, .image-41.saavon {
    filter: none;
  }

  .image-41.saavon.shazaam {
    filter: invert();
  }

  .image-41.zvooq, .image-41.rdio {
    filter: none;
  }

  .image-41.rdio.tidausic {
    filter: invert();
  }

  .image-41.meeo, .image-41.yandex, .image-41.napster, .image-41.qbuz, .image-41.groove, .image-41.heart {
    filter: none;
  }

  .div-block-471 {
    text-align: left;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-471.platfomrs {
    justify-content: center;
    align-items: center;
  }

  .div-block-471.platforms {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-sub-container.ls-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #0000;
    border-color: #fffef6;
    border-radius: 15px;
    width: auto;
    max-width: none;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem;
    display: flex;
  }

  .div-block-525 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-44 {
    max-width: 70%;
  }

  .div-block-526 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-46 {
    max-width: 70%;
  }

  .div-block-527 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-1418 {
    background-color: #0000;
    max-width: 95%;
  }

  .black-button-2 {
    border-bottom-color: #272e63;
    padding: 10px 0 0;
    font-size: 12px;
  }

  .image-89 {
    filter: none;
  }

  .news.slider {
    height: 1050px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .brix---container-default-2 {
    max-width: 100%;
    height: 1000px;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-205 {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
  }

  .brix---section-overflow-hidden-2 {
    height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brix---slider-wrapper {
    z-index: 100;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .brix---heading-h2-size {
    color: #101010;
    margin-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 13vw;
    line-height: 1em;
  }

  .brix---slide-item-mg {
    vertical-align: baseline;
    height: auto;
    margin-right: 0;
  }

  .brix---card-testimonial-color-2 {
    width: auto;
    height: 561px;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---btn-slider-arrow-right---top-left-2 {
    z-index: 2147483647;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    display: inline-flex;
    position: static;
    inset: auto auto 0% 0%;
  }

  .image-90 {
    filter: none;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---btn-slider-arrow-right---top-right-2 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
    position: static;
    inset: auto 0% 0% auto;
  }

  .brix---heading-h3-size-2 {
    margin-bottom: 10px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.4em;
  }

  .brix---slider-mask-width-490px-2 {
    max-width: none;
    height: 750px;
    min-height: 750px;
    max-height: none;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .link-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-credit-text {
    font-size: .75rem;
  }

  .heading-large {
    font-size: 4.1rem;
  }

  .heading-large.contact {
    direction: ltr;
    color: #00c6ff;
    text-align: left;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    justify-content: flex-start;
    align-items: center;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 17vw;
    font-weight: 700;
    line-height: 1;
  }

  .heading-large.contact:hover {
    text-decoration: none;
  }

  .heading-large.reel {
    font-size: 11vw;
  }

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

  .cta-wrap {
    align-items: flex-start;
    margin-bottom: 24px;
    display: flex;
  }

  .footer-link {
    font-size: .75rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .footer-link-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-global {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padding-section-medium {
    padding-bottom: 1.75rem;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    background-color: #101010;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .paragraph-231 {
    color: #fffef6;
    margin-bottom: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.2em;
  }

  .div-block-504 {
    width: 100%;
  }

  .bold-text-30 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
  }

  .paragraph-230 {
    color: #fffef6;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10px;
  }

  .cta-wrap-2 {
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-531 {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .info-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-auto-flow: column;
    justify-content: center;
    place-items: flex-start center;
    margin-bottom: 20px;
    margin-left: 10px;
    display: flex;
  }

  .container-1419 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    line-height: 18px;
    position: static;
    inset: auto 0% 0%;
  }

  .paragraph-232 {
    margin-left: 0;
    margin-right: 10px;
  }

  .paragraph-232.login {
    margin-bottom: 40px;
    text-decoration: none;
  }

  .text-span-169 {
    color: #00c6ff;
    font-family: Geomanist, Arial, sans-serif;
    text-decoration: underline;
  }

  .text-span-170, .text-span-171 {
    color: #00c6ff;
    font-family: Geomanist, Arial, sans-serif;
  }

  .text-span-172 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    text-decoration: none;
  }

  .image-94 {
    max-width: 70%;
    margin-bottom: 0;
  }

  .container-3 {
    filter: brightness(150%);
    text-align: center;
    border-bottom: 0 solid #00000080;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    position: static;
  }

  .bo {
    height: 100vh;
  }

  .bo.hero {
    background-image: url('../images/Untitled-design-41.jpg');
    background-position: 80% 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bo.hero.bold-text-23 {
    background-color: #101010;
    background-image: none;
    background-position: 100% 0;
    background-size: auto;
    height: 700px;
    margin-top: 85px;
    display: block;
    overflow: hidden;
  }

  .bo.hero.bold-text-23.mobile {
    background-image: url('../images/hojme-emet.jpg');
    background-position: 50%;
    background-size: cover;
    height: 800px;
    margin-top: 0;
    position: relative;
  }

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

  .text-span-66 {
    -webkit-text-stroke-width: 1px;
    font-size: 22vw;
  }

  .text-span-66.home {
    font-size: 22vw;
  }

  .container-1395 {
    max-width: 95%;
    margin-bottom: 40px;
    position: absolute;
  }

  .text-block-219 {
    color: #00c6ff;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .div-block-490 {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .div-block-490.homepages {
    padding-left: 0;
  }

  .text-block-198 {
    margin-bottom: 30px;
    font-size: 22vw;
    font-weight: 900;
    line-height: .9em;
  }

  .text-block-220 {
    color: #000;
    text-align: center;
    white-space: nowrap;
    word-break: normal;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
  }

  .text-span-177 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #101010;
  }

  .text-span-183 {
    word-break: normal;
    font-size: 13vw;
  }

  .text-span-184 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

  .heading-193 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 13vw;
    line-height: 1em;
  }

  .text-span-185 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-span-186 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    font-size: 16vw;
  }

  .container-1420 {
    text-align: center;
    background-image: none;
    border-bottom: 0 solid #00000080;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 800px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
  }

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

  .text-span-187 {
    -webkit-text-stroke-width: 1px;
    font-size: 22vw;
  }

  .text-span-187.home {
    font-size: 22vw;
  }

  .container-1421 {
    max-width: 95%;
    margin-bottom: 40px;
    position: absolute;
  }

  .text-block-221 {
    color: #00c6ff;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
  }

  .div-block-539 {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .div-block-539.homepages {
    z-index: 1000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-222 {
    margin-bottom: 30px;
    font-size: 22vw;
    font-weight: 900;
    line-height: .9em;
  }

  .div-block-540 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-540.tablet {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-541 {
    text-align: center;
    overflow: hidden;
  }

  .paragraph-223 {
    max-width: 95%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .bold-text-26 {
    font-size: 10vw;
    line-height: 1.1em;
  }

  .paragraph-171 {
    letter-spacing: -1px;
    margin-bottom: 1rem;
    font-size: 11vw;
    line-height: 100%;
  }

  .why-emet.why.ops {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .container-large-3 {
    width: 100%;
    max-width: 100%;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-large-2 {
    font-size: 1rem;
  }

  .container-1355 {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 0;
  }

  .margin-bottom-2.margin-small {
    margin-bottom: .5rem;
    padding-left: 0;
  }

  .margin-bottom-2.margin-medium {
    margin-bottom: 1.5rem;
  }

  .heading-190 {
    margin-bottom: 25px;
  }

  .heading-195 {
    text-align: center;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 12vw;
    line-height: 1em;
  }

  .div-block-543 {
    margin-bottom: 25px;
    margin-left: 0;
  }

  .visione.vision {
    background-color: #0000;
    background-image: url('../images/Background1-emet.png');
    background-position: 50%;
    background-size: cover;
    height: auto;
  }

  .heading-191 {
    margin-bottom: 25px;
  }

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

  .paragraph-172 {
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 10vw;
    line-height: 100%;
  }

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

  .padding-section-large-4 {
    padding-top: 0;
  }

  .concepts-to-craftsmanship {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .div-block-544 {
    height: 100px;
    margin-bottom: 20px;
  }

  .button-40 {
    background-color: #0000;
    border-bottom: 1px solid #fffef6;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Geomanist, Arial, sans-serif;
  }

  .div-block-545 {
    z-index: 1000;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: block;
    position: relative;
  }

  .div-block-547 {
    position: absolute;
    inset: 0%;
  }

  .background-video-4 {
    z-index: 100;
    opacity: .6;
    height: 100%;
    display: block;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-text {
    width: 90%;
    font-size: .9rem;
    line-height: 2;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-header {
    padding-left: 15px;
    font-size: 1.5rem;
  }

  .body-3 {
    overflow: visible;
  }

  .article {
    flex-flow: column;
    display: flex;
    overflow: hidden;
  }

  .image-w-credit {
    margin-bottom: 50px;
  }

  .summary {
    color: #fffef6;
    text-align: left;
    width: auto;
    max-width: 100%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .body-column {
    white-space: normal;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .quote {
    color: #101010;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .article-body {
    color: #101010;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .article-body.last {
    white-space: normal;
    margin-top: 25px;
    margin-left: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    position: relative;
  }

  .article-body.drop-cap {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 10px;
    margin-left: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .inset-title {
    color: #101010;
    text-decoration: underline;
  }

  .byline-block {
    margin-bottom: 50px;
    margin-left: 15px;
  }

  .sticky-zone {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .date {
    width: auto;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 700;
  }

  .body-copy {
    width: auto;
    max-width: none;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 15px;
    font-family: Geomanist, Arial, sans-serif;
  }

  .body-copy.titulo-parag {
    margin-left: 0;
  }

  .body-copy._2.weg {
    margin-top: 25px;
  }

  .body-copy._2.weg.dfvfd {
    margin-left: 15px;
  }

  .body-copy._2._3 {
    margin-top: 32px;
    margin-left: 15px;
  }

  .body-copy.dfvafv, .body-copy.playlist {
    margin-left: 15px;
  }

  .drop-cap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: 15px;
  }

  .text-block-2 {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    margin-left: -5px;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
    display: flex;
  }

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

  .t-inset-title {
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 400;
  }

  .hero-2 {
    background-image: url('../images/Untitled-design---2024-12-10T170302.158.png');
    background-position: 50%;
    background-size: cover;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 750px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    overflow: hidden;
  }

  .hero-2.playlist {
    background-image: radial-gradient(circle, #00000080, #fff0), url('../images/vinyl-1595847_1280.jpg');
    height: 750px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-2.bands {
    background-image: radial-gradient(circle, #00000080, #fff0), url('../images/First-foto.png');
  }

  .hero-2._3articolo {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .title {
    text-align: left;
    white-space: normal;
    word-break: normal;
    width: auto;
    max-width: 100%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 11vw;
    font-weight: 400;
    line-height: 1em;
  }

  .hero-title {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: static;
  }

  .t-author {
    font-size: 14px;
    text-decoration: none;
  }

  .t-author.u {
    text-decoration: underline;
  }

  .left-column {
    margin-top: 25px;
  }

  .full-reveal-image {
    background-image: url('../images/kyle-smith-qtgDkxquO9E-unsplash-1-min.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .full-reveal-image.bands {
    background-image: url('../images/First-foto.png');
  }

  .full-reveal-image.bando {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .share-block {
    margin-left: 15px;
  }

  .text-span-191, .text-span-192, .text-span-193 {
    font-weight: 500;
  }

  .image-97 {
    position: static;
    inset: 0%;
  }

  .menu-button {
    z-index: 2147483647;
    border-radius: 100px;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-right: 25px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .container-1425 {
    margin-bottom: 50px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-1425.forse.blue {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    display: flex;
    position: static;
  }

  .grid-11 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    margin-left: 5px;
    margin-right: 5px;
    display: grid;
  }

  .grid-11.quinees-sumos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    filter: grayscale();
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    display: grid;
  }

  .image-99, .image-101 {
    filter: invert();
    max-width: 100%;
  }

  .image-102, .image-103 {
    max-width: 100%;
  }

  .image-104 {
    filter: invert();
    max-width: 100%;
  }

  .image-105, .image-106, .image-107, .image-108 {
    max-width: 100%;
  }

  .text-span-194 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    margin-left: 0;
    line-height: 1em;
  }

  .wrapper-line-hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
    display: flex;
    position: static;
    inset: auto 0% 75px;
  }

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

  .image-109 {
    filter: brightness(500%) grayscale();
    max-width: 10%;
  }

  .image-109.mobile {
    filter: none;
    transform: rotate(90deg);
  }

  .image-109.mobile.home {
    width: 100px;
    max-width: 50%;
  }

  .brand {
    z-index: 9999;
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .brand.w--current {
    z-index: 9999;
  }

  .brand.tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .brand.tablet.w--current {
    z-index: 3000;
    height: 67px;
  }

  .image-111 {
    filter: invert();
  }

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

  .apple-grid-block.mobile-portrait-hidden {
    display: none;
  }

  .slide-1 {
    width: auto;
  }

  .grey {
    font-size: 21px;
  }

  .superscript {
    font-size: 12px;
  }

  .superscript.grey {
    font-size: 10px;
  }

  .modal-superscript {
    font-size: 9px;
  }

  .cross {
    width: 15px;
  }

  .slider {
    margin-top: 25px;
  }

  .left-arrow {
    background-color: #0000;
    right: 16%;
  }

  .slide-4 {
    width: auto;
  }

  .popup-label {
    font-weight: 500;
  }

  .slide-7, .slide-3, .slide-2 {
    width: auto;
  }

  .right-arrow-image {
    position: relative;
  }

  .mask {
    width: 250px;
    height: 475px;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .button-41 {
    font-size: .9375rem;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .slide-5, .slide-8 {
    width: auto;
  }

  .card-front {
    background-image: url('../images/4.jpg');
    background-position: 50%;
    background-size: cover;
    width: 300px;
    height: 475px;
  }

  .card-front._2 {
    background-image: linear-gradient(#0009, #4d4d4d00 30%, #fff0), url('../images/5.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: 300px;
    height: 475px;
  }

  .card-front._2._34 {
    background-image: url('../images/frame-harirak-iPwHUd19R38-unsplash.jpg');
    width: 100%;
    margin-bottom: 10px;
  }

  .card-front._2.aggrego {
    background-image: url('../images/frame-harirak-iPwHUd19R38-unsplash.jpg');
  }

  .card-front._2.aggrego.si {
    background-image: linear-gradient(#fff0, #0006), url('../images/2.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .card-front._4 {
    background-image: url('../images/7_1.jpg');
    background-position: 50%;
    width: 300px;
    height: 475px;
  }

  .card-front._5 {
    background-image: url('../images/8.jpg');
    background-position: 50%;
    width: 300px;
  }

  .card-front._3 {
    background-image: url('../images/Untitled-design-59.jpg');
    width: 300px;
    height: 475px;
  }

  .card-front._3._34 {
    background-image: url('../images/visualelectric-1733434019877.png');
    background-position: 50%;
    width: 100%;
  }

  .card-front._3._15 {
    background-image: linear-gradient(#fff0, #00000080), url('../images/3.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .card-front._34._1 {
    background-image: linear-gradient(#fff0, #0006), url('../images/Untitled-design-57.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    width: 100%;
  }

  .card-front.agredaos {
    background-image: url('../images/Untitled-design-57.jpg');
  }

  .card-front.agredaos.booo {
    background-image: linear-gradient(#fff0, #00000080), url('../images/1.jpg');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .label {
    font-size: 14px;
  }

  .popup-heading {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .modal-1-popup {
    padding: 1rem 0 0;
    display: none;
  }

  .container-1426 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-2-popup {
    padding: 1rem 0 0;
    display: none;
  }

  .slider-wrapper {
    overflow: visible;
  }

  .right-arrow {
    z-index: 2147483647;
    background-color: #0000;
  }

  .modal-bg {
    margin-left: 0;
    padding-left: 0;
  }

  .slide-6 {
    width: auto;
  }

  .modal-content {
    padding: 4rem 1.5rem;
  }

  .card._5, .card._3, .card._2, .card._1, .card._4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .close-button {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
  }

  .close-button.button-style-1 {
    width: 30px;
    height: 30px;
    top: 0;
  }

  .feature-card-text {
    font-size: 21px;
    font-weight: 500;
  }

  .feature-card-text._40px {
    font-size: 21px;
  }

  .modal-3-popup {
    padding: 1rem 0 0;
  }

  .card-title {
    letter-spacing: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .card-title.black {
    color: #fffef6;
    letter-spacing: 0;
    font-weight: 700;
  }

  .text-block {
    font-size: 14px;
  }

  .modal {
    border-radius: 30px 30px 0 0;
  }

  .button-42 {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .hero-content-wrap {
    padding: 20px 22px 40px;
  }

  .heading-style-h2 {
    margin-bottom: 0;
    font-size: 3.2rem;
  }

  .heading-style-h2.hero {
    font-size: 3.8rem;
  }

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

  .text-span-195 {
    font-weight: 500;
  }

  .image-112 {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .brix---paragraph-default {
    color: #272e63;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
  }

  .black-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-slider-arrow-right---top-right {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    bottom: -72px;
    right: 10%;
  }

  .text-block-223 {
    font-size: 16px;
  }

  .brix---heading-h2-size-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---card-testimonial-color-1 {
    width: 320px;
    height: 561px;
    margin-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .skew-baccha, .skew-baccha.v2 {
    transform: none;
  }

  .brix---mg-bottom-16px-2 {
    margin-bottom: 15px;
  }

  .section-4.slider {
    background-color: #fffef6;
    padding: 0;
  }

  .section-4.medicare {
    background-image: url('../images/emet7.png');
    background-position: 0%;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brix---section-overflow-hidden {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .brix---btn-slider-arrow-right---top-left {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    bottom: -72px;
    left: 10%;
  }

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

  .image-114 {
    position: absolute;
    inset: 0%;
  }

  .logo-container {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .banner {
    background-position: 50% 100%;
    background-size: auto 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner.black.ii {
    background-image: linear-gradient(-45deg, #00c6ff, #101010 45%);
    height: 650px;
  }

  .banner.black.ii.unete {
    height: 650px;
    margin-top: 0;
  }

  .banner.black.ii._22 {
    z-index: 1;
    background-image: linear-gradient(-45deg, #00f, #101010 45%);
    height: 650px;
    padding-top: 60px;
  }

  .carousel-container {
    height: 55px;
  }

  .carousel-container.rese-as {
    height: auto;
  }

  .image-52 {
    width: 35%;
    bottom: -80%;
    right: -40%;
  }

  .div-left-card {
    justify-content: center;
    align-items: center;
  }

  .div-center {
    width: 100%;
  }

  .seccion-general {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .seccion-general.hide.white.space, .seccion-general.hide.white.space.quienes-somos {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-green-ii {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
  }

  .image-51 {
    bottom: -22px;
    right: 42%;
  }

  .heading-h1 {
    font-size: 29px;
  }

  .heading-h1.s {
    color: #fffef6;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 12vw;
    font-weight: 900;
    line-height: 1.1em;
  }

  .heading-h1.s.black {
    font-size: 25px;
  }

  .heading-h1.s.unete {
    color: #fffef6;
    font-size: 12vw;
  }

  .paragraph-black {
    font-size: 15px;
  }

  .paragraph-black.l {
    font-size: 22px;
  }

  .paragraph-grey {
    font-size: 15px;
  }

  .container-template {
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-template.aia.beneficio {
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-general.space.ii {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 0;
  }

  .cta-general {
    background-image: linear-gradient(130deg, #000 55%, #ff4e51);
    padding: 20px;
  }

  .heading-h4 {
    font-size: 29px;
  }

  .heading-h4.s.black {
    font-size: 20px;
  }

  .heading-h4.s.left {
    font-size: 32px;
  }

  .background-video-6 {
    border-radius: 0;
  }

  .body-4 {
    background-color: #101010;
  }

  .text-span-198 {
    color: #101010;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 7vw;
    line-height: 1.2em;
  }

  .paragraph-235 {
    color: #fffef6;
    text-align: left;
    max-width: 100%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
  }

  .paragraph-235.uuuu {
    color: #fffef6;
    text-align: left;
    max-width: 95%;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .container-1428 {
    width: 95%;
    max-width: 95%;
    margin-bottom: 20px;
    margin-left: 10px;
    position: static;
    inset: 0% 0% auto;
  }

  .heading-199 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22vw;
    line-height: 1em;
  }

  .text-span-201 {
    color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fffef6;
  }

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

  .image-116 {
    max-width: 40%;
    margin-top: 20px;
    margin-right: 20px;
    transform: rotate(45deg);
  }

  .div-block-554 {
    text-align: right;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .div-block-554.desktop.deskt {
    display: none;
  }

  .div-block-554.desktop.mobile {
    display: block;
  }

  .black-button-v2 {
    padding: 10px 20px;
    font-size: 12px;
  }

  .text-block-225 {
    font-size: 16px;
  }

  .h2-46-smbold-60-js {
    color: #101010;
    font-size: 35px;
    line-height: 120%;
  }

  .jsm-22-34 {
    color: #101010;
    font-size: 20px;
    line-height: 120%;
  }

  .text-block-226 {
    font-size: 16px;
  }

  .faq-section.preguntas {
    background-color: #272e63;
    padding-top: 0;
  }

  .heading-1.bottom-margin-20 {
    color: #101010;
    text-align: left;
    margin-top: 75px;
    margin-bottom: 25px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10vw;
    line-height: 1em;
  }

  .heading-1.bottom-margin-20.u {
    color: #fffef6;
    margin-bottom: 25px;
    font-size: 9vw;
  }

  .heading-1.bottom-margin-20.agregados {
    font-size: 12vw;
  }

  .heading-1.bottom-margin-20.dfbsdfb {
    margin-top: 0;
    font-size: 12vw;
  }

  .body-5.bottom-margin-30 {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
  }

  .faq-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-wrap {
    background-color: #fffef6;
    padding-left: 0;
  }

  .container-1429 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-heading {
    color: #101010;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
  }

  .section-5 {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .section-5.valores {
    padding-top: 0;
  }

  .button-44 {
    font-size: .9375rem;
  }

  .button-44.open-modal {
    opacity: 0;
  }

  .container-1430 {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1430.u {
    background-color: #fffef6;
    padding-left: 15px;
    padding-right: 20px;
    overflow: visible;
  }

  .text-block-227 {
    font-size: 14px;
  }

  .image-121 {
    transform: rotate(-45deg);
  }

  .image-121.mobile {
    filter: none;
  }

  .text-span-213 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .aia.aiu {
    justify-content: center;
    align-items: flex-start;
  }

  .abstract-1 {
    bottom: -3%;
    right: -10%;
  }

  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0;
  }

  .comp-pane.right {
    width: 100%;
    margin-top: 0;
    padding: 30px;
  }

  .submit-button {
    width: 100%;
  }

  .field.name {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
  }

  .contact_column.is-right {
    background-color: #fffef6;
    padding: 25px 15px 50px;
  }

  .contact_column.is-left {
    filter: brightness();
    background-image: url('../images/Untitled-design-50.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .field_label.large {
    color: #101010;
    font-family: Geomanist, Arial, sans-serif;
  }

  .headline_wrap {
    width: 100%;
  }

  .heading-205 {
    color: #fffef6;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 9vw;
    font-weight: 500;
    line-height: 1.2em;
  }

  .text-span-214 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .container-1432 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-560 {
    text-align: center;
    background-image: linear-gradient(#00c6ff40, #fffef6);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 175px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .heading-207 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 9vw;
    line-height: 1em;
  }

  .div-block-561 {
    text-align: center;
    background-image: linear-gradient(#00c6ffbf, #fffef6);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 175px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .div-block-561._2 {
    text-align: center;
    background-image: linear-gradient(#00c6ff80, #fffef6);
    height: 175px;
  }

  .div-block-561._4.last {
    background-image: linear-gradient(#00c6ff, #00c6ff1a);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .bold-text-42 {
    color: #101010;
    text-transform: uppercase;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 7vw;
    line-height: 1em;
  }

  .paragraph-238, .paragraph-239, .paragraph-240, .paragraph-241 {
    padding-top: 0;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    display: none;
  }

  .container-1433 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-inner-content {
    padding: 20px;
  }

  .hero-inner-title {
    font-size: 32px;
    line-height: 1.2em;
  }

  .input-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .contact-address-wrap {
    grid-row-gap: 20px;
  }

  .button-black-outline {
    font-size: 14px;
  }

  .social-link-lg {
    background-color: #00c6ff;
    border-radius: 100px;
  }

  .heading-h3 {
    font-size: 28px;
  }

  .contact-social-wrap {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .container-1434 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-242 {
    color: #fffef6;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .image-122 {
    margin-bottom: 15px;
    margin-right: 30px;
    position: absolute;
    inset: auto 0% 0% auto;
    transform: rotate(135deg);
  }

  .text-span-217 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
  }

  .text-span-218 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #101010;
  }

  .container-1435 {
    overflow: visible;
  }

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

  .heading-208 {
    color: #101010;
    text-align: left;
    text-transform: uppercase;
    width: 80%;
    margin-bottom: 20px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 12vw;
    line-height: 1.1em;
  }

  .section-8 {
    margin-top: 0;
    padding-bottom: 0;
  }

  .container-1437.yui {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-243 {
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-209 {
    color: #101010;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 6vw;
    font-weight: 400;
    line-height: 1.2em;
  }

  .column-2, .column-3 {
    padding-left: 0;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-244 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4em;
    position: absolute;
    inset: auto 15px 50px;
  }

  .div-block-564 {
    background-color: #101010;
    height: auto;
    padding-top: 0;
  }

  .container-1439 {
    background-color: #101010;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-128 {
    display: none;
  }

  .div-block-566 {
    border-radius: 0;
    height: 300px;
  }

  .div-block-568 {
    background-color: #fffef6;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-weight: 500;
  }

  .paragraph-246 {
    color: #101010;
    margin-left: 0;
    line-height: 2em;
  }

  .paragraph-247, .paragraph-248 {
    color: #101010;
    margin-bottom: 20px;
  }

  .paragraph-249 {
    color: #101010;
    margin-bottom: 50px;
  }

  .text-span-223, .text-span-224 {
    color: #272e63;
  }

  .heading-211 {
    color: #101010;
    margin-bottom: 30px;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 9vw;
    font-weight: 400;
    line-height: 1.1em;
  }

  .text-span-225, .text-span-226, .text-span-227, .text-span-228 {
    color: #272e63;
  }

  .div-block-569 {
    padding-top: 0;
  }

  .column-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-7, .column-8 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-570 {
    padding-top: 0;
  }

  .custom-textarea {
    border-color: #101010;
    border-radius: 30px;
  }

  .text-block-160 {
    color: #101010;
    margin-top: 20px;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
  }

  .form-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .terms {
    color: #101010;
  }

  .form-heading-2 {
    color: #552914;
    font-size: 1.5rem;
  }

  .input-field.project {
    margin-left: 0;
  }

  .input-field.grow {
    border-bottom-color: #101010;
    margin-left: 0;
  }

  .contact-block {
    padding: 16px 0;
  }

  .checkbox-label {
    color: #101010;
    text-transform: none;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

  .submit-button-2 {
    color: #101010;
    background-color: #0000;
    border: 1px solid #101010;
    width: 100%;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 16px;
  }

  .form-text-2 {
    color: #101010;
    text-align: left;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
  }

  .contact-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .heading-212 {
    line-height: 1em;
  }

  .section-10 {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-130 {
    max-width: 70%;
  }

  .bold-text-45 {
    color: #fffef6;
    font-weight: 500;
  }

  .text-span-229, .text-span-230 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-231 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-232 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .bold-text-46 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: uppercase;
  }

  .bold-text-47 {
    -webkit-text-stroke-width: 1px;
  }

  .bold-text-48 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-49 {
    -webkit-text-stroke-width: 1px;
  }

  .text-span-233 {
    color: #fffef6;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-234 {
    text-transform: none;
  }

  .column-10, .column-11, .column-12, .column-13, .column-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-236, .text-span-237, .text-span-238, .text-span-239 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-240, .text-span-241, .text-span-242 {
    text-transform: none;
  }

  .heading-213 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 9vw;
    line-height: 1.2em;
  }

  .section-11 {
    background-color: #fffef6;
    padding: 50px 15px;
    display: inline-block;
  }

  .heading-214 {
    color: #101010;
    margin-bottom: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10vw;
    line-height: 1.1em;
  }

  .paragraph-250 {
    margin-bottom: 50px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .heading-215 {
    color: #101010;
    margin-bottom: 15px;
    font-family: Geomanist, Arial, sans-serif;
    font-size: 10vw;
    line-height: 1.1em;
  }

  .paragraph-251 {
    font-family: Geomanist, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4em;
  }

  .bold-text-51, .bold-text-52 {
    font-size: 8vw;
  }

  .link-3 {
    color: #fffef6;
    text-decoration: none;
  }

  .text-span-243 {
    color: #0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fffef6;
    text-transform: none;
  }

  .text-span-244 {
    text-transform: none;
  }

  .div-block-574 {
    background-image: url('../images/Untitled-design---2024-12-22T085148.410.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: auto;
  }

  .div-block-575, .image-132 {
    display: none;
  }

  .image-133 {
    display: block;
  }

  .paragraph-254 {
    color: #fffef6;
    font-family: Geomanist, Arial, sans-serif;
    text-decoration: underline;
  }

  .section-12 {
    padding: 100px 15px;
  }

  .code-embed-2 {
    color: #101010;
    font-family: Geomanist Book, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .link-block-2 {
    color: #161616;
  }

  .link-block-2.w--current {
    color: #fffef6;
  }

  .column-15, .column-16, .column-17 {
    padding-left: 0;
  }
}

#w-node-fbd23489-81d0-6b81-4ed7-6c6f29fb0ff0-c8411677 {
  align-self: end;
}

#w-node-_5462154f-8f3a-29ed-3051-c7362a67bcf8-38d5ba24, #w-node-f4d9e27a-b9f8-42ed-bba7-d8740ecee850-a01cd3d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-fbd23489-81d0-6b81-4ed7-6c6f29fb0ff0-c8411677 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fbd23489-81d0-6b81-4ed7-6c6f29fb0ff0-c8411677 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-Bold.ttf') format('truetype'), url('../fonts/ExoSoft-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Exosoft';
  src: url('../fonts/ExoSoft-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Tuskergrotesk 5600';
  src: url('../fonts/TuskerGrotesk-5600Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mija W 03';
  src: url('../fonts/Mija-W03-Regular.ttf') format('truetype'), url('../fonts/Mija-W03-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}