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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
  padding-bottom: 220px;
  display: block;
  overflow: hidden;
}

.container.pading-container {
  padding-bottom: 220px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

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

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.body {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.body.p {
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  outline: 3px #1a1b1f;
  font-family: Poppins, sans-serif;
}

.body.p.bg-body {
  outline-width: 0;
  margin-bottom: 20px;
  overflow: auto;
}

.body-2 {
  width: 100%;
  height: 7338px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  min-height: 2428.44px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.navbar-logo-left {
  z-index: 1000;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Ladislav, sans-serif;
  font-size: 20px;
  transition: background-color 50ms;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbarcontainer {
  width: 100%;
  max-width: 1386px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbarcontainer.bg-nav {
  z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
}

.navbar-content {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  width: 141px;
  height: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -76px;
  padding-bottom: 20px;
  display: flex;
}

.hero-stack {
  width: 100%;
  height: 0;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-wrapper {
  width: 100%;
  max-width: 1104px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 100%;
  height: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.clientes {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-4 {
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 24px 98px;
  display: flex;
}

.footer {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 8px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.columns {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copyright {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-6 {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.servicios {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.servicios-2 {
  outline-offset: 0px;
  color: rgba(0, 0, 0, 0);
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  -webkit-background-clip: text;
  background-clip: text;
  border: 0 solid #000;
  outline: 1px solid rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 196px;
  font-weight: 400;
  line-height: 254.8px;
}

.testimonial-stack {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.small-container-2 {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 42px 64px;
  display: flex;
}

.content-wrapper {
  width: 100%;
  max-width: 580px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-5 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.actions-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.description-3 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.small-container-3 {
  z-index: 4;
  width: 100%;
  height: auto;
  max-width: 960px;
  min-height: 450px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: rgba(252, 250, 245, .59);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 42px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 20px 3px rgba(0, 0, 0, .2);
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.page-padding {
  width: 100%;
  padding-top: 20vh;
  padding-left: 5vw;
  padding-right: 5vw;
}

.image-fil-1l {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate(0);
}

.image-fil-1l.cloud-x {
  width: 21%;
  height: 21%;
  object-fit: contain;
  transform-style: preserve-3d;
  position: absolute;
  top: 8%;
  bottom: -2px;
  left: 0%;
  right: auto;
  transform: scale(1.1)translate3d(-157px, -43px, -19px);
}

.image-fil-1l.sanofi {
  width: 17%;
  height: 17%;
  object-fit: contain;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 12%;
  right: 0%;
  transform: scale(.9)translate(-19px, 90px);
}

.image-fil-1l.meta {
  width: 22%;
  height: 22%;
  float: none;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -23%;
  left: auto;
  right: 14%;
  overflow: hidden;
  transform: none;
}

.image-fil-1l.medicos {
  width: 14%;
  height: 14%;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: none;
}

.image-fil-1l.cocacola {
  width: 22%;
  height: 22%;
  object-fit: contain;
  position: absolute;
  top: 64%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: scale(.8)translate(78px, -83px);
}

.image-fil-1l.testmade {
  width: 23%;
  height: 23%;
  object-fit: contain;
  position: absolute;
  bottom: 0%;
  right: 22%;
  transform: scale(.7)translate(-95px, -33px);
}

.image-fil-1l.tbwa {
  width: 19%;
  height: 19%;
  object-fit: contain;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: 0%;
  right: 0%;
  transform: none;
}

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

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

.team-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
  position: static;
}

.team-basic {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr .25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-intro {
  max-width: 44.8rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.section-team {
  position: relative;
}

.outline {
  text-align: left;
  object-fit: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.inner {
  height: auto;
  display: flex;
  overflow: visible;
}

.servicios-2.outline {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  outline-width: 1px;
  display: inline-block;
  position: relative;
}

.text-block-2 {
  -webkit-text-stroke-color: white;
  align-items: center;
  font-family: Ladislav, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 37px;
  display: block;
}

.bold-text {
  color: #fff;
  text-transform: none;
  font-size: 62px;
  font-weight: 400;
}

.span-wrapper {
  font-weight: 300;
  position: relative;
}

.winclap {
  transform: translate(-45px, 182px)scale(.9);
}

.div-block-2 {
  display: none;
  transform: translate(214px, 143px)scale(.7);
}

.reveal-img {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 7vw;
  line-height: 7vw;
  text-decoration: none;
  display: inline-block;
}

.revealing-links {
  font-weight: 500;
}

.revealing-links.outline {
  line-height: 6vw;
}

.testimonial-image-block {
  width: 50%;
  min-height: 350px;
  justify-content: center;
  align-items: center;
  padding: 85px;
  display: flex;
  position: relative;
}

.arrow-disabled {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
}

.quote-image {
  min-width: 70px;
  position: absolute;
  top: -25px;
  left: -15px;
}

.testimonial-paragraph {
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.slide-nav {
  display: none;
}

.icon-3 {
  color: #fff;
}

.testimonial-columns {
  display: flex;
}

.testimonial-author-wrap {
  margin-top: 45px;
}

.right-arrow {
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 35%;
}

.testimonial-image {
  width: 90%;
}

.left-arrow {
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.author-name {
  color: rgba(0, 0, 0, .8);
  margin-top: 0;
  font-family: Ladislav, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.slider-right {
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px rgba(0, 22, 50, .08);
}

.slider-arrow-wrap {
  margin-top: 45px;
  display: flex;
}

.testimonial-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.arrow {
  width: 28px;
}

.testimonial-content-wrap {
  width: 50%;
  min-height: 240px;
  align-items: center;
  padding: 4rem 20px 25px 50px;
  display: flex;
}

.slider-left {
  min-height: 45px;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px rgba(0, 22, 50, .1);
}

.testimonial-content-block {
  max-width: 590px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-section-2 {
  height: 50vh;
  min-height: 600px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  padding: 60px 5% 140px;
  display: flex;
  position: relative;
}

.udesly-lottie-lazyload {
  z-index: 5;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 85px 24px 24px;
  display: block;
}

.sesiones-2 {
  width: 100%;
  height: 680px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 24px 40px;
  display: flex;
  position: static;
}

.small-columns-3 {
  width: 100%;
  max-width: 960px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f2wf-small-columns-2 {
  max-width: 965px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  display: flex;
}

.column-11 {
  width: 100%;
  max-width: 383px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-12 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.content-6 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-6 {
  color: #000;
  font-family: Ladislav, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.description-5 {
  color: #000;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.text-block-5 {
  font-family: Ladislav, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-4 {
  text-align: left;
}

.text-block-2-copy {
  align-items: center;
  font-family: Ladislav, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 52px;
  display: block;
}

.button-inner {
  width: 160px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_text {
  z-index: 4;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Ladislav, sans-serif;
  font-size: 22px;
  font-weight: 400;
  position: relative;
}

.button_text.menos-2 {
  display: none;
}

.button_text.mas-2 {
  display: block;
}

.arrow_img {
  z-index: 4;
  width: 12px;
  opacity: .66;
  position: relative;
}

.button_background {
  z-index: 2;
  width: 60px;
  height: 60px;
  color: #0a0a0a;
  background-color: rgba(0, 0, 0, .29);
  border-radius: 50px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-7 {
  display: none;
}

.div-block-6 {
  display: block;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 0 auto;
  display: block;
}

.blog-card-image-wrapper {
  width: 100%;
  height: 506px;
  object-fit: fill;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.blog-card-image-wrapper-2b {
  width: 100%;
  height: 506px;
  object-fit: fill;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: none;
  overflow: hidden;
}

.blog-card-image-wrapper-2a {
  width: 100%;
  height: 506px;
  object-fit: fill;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.button-inner-dos {
  width: 160px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.how-tabs_column {
  max-width: 48%;
  margin-left: auto;
  padding-top: 0;
}

.how-tabs_content {
  width: 44%;
  height: 100%;
  border-radius: 30px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.how-tabs_pause-icon {
  width: 32px;
  line-height: 1;
}

.how-tabs_pause-icon.cc-play {
  display: none;
}

.how-tabs_timer-bar {
  width: 0%;
  height: 1px;
  background-color: rgba(10, 10, 10, .62);
  margin-bottom: -1px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.how-tabs {
  height: 355px;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: static;
  overflow: visible;
}

.how-tabs_menu {
  flex-direction: column;
  margin-top: 6rem;
  display: flex;
}

.how-tabs_description {
  display: none;
}

.how-tabs_tab {
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 0;
}

.how-tabs_tab.w--current {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.how-tabs_pane {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.container-12 {
  width: 85%;
  height: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-12.h-tabs {
  overflow: visible;
}

.how-tabs_pause-btn {
  width: 48px;
  height: 48px;
  color: rgba(0, 0, 0, .66);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.how-tabs_pause-btn:hover {
  color: #4e443b;
}

.how-tabs_img-mobile {
  display: none;
}

.how-tabs_wrapper {
  height: auto;
  clear: none;
  margin-top: 40px;
  position: relative;
}

.bold-text-tab-bold {
  font-size: 40px;
  font-weight: 400;
  line-height: 39px;
}

.subt-tab {
  margin-bottom: -20px;
  padding-top: 20px;
  font-family: Ladislav, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 44px;
  display: block;
}

.subt-tab.sub-tab2 {
  font-size: 43px;
  line-height: 10px;
  position: static;
}

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

.cta_link-image {
  border-radius: 1rem;
}

.cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
}

.main-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.cta_link-block {
  border-bottom: 1px solid #404040;
  justify-content: flex-start;
  align-items: center;
  padding-top: .125rem;
  padding-bottom: .125rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.cta_link-block:hover {
  text-decoration: none;
}

.cta_link-image-wrapper {
  z-index: 1;
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta_link-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta_link-text.outline {
  font-family: Ladislav, sans-serif;
  font-size: 7.9rem;
  font-weight: 600;
}

.cta_link-text.outline.revealing-links {
  font-size: 7.9vw;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  padding-top: 100px;
}

.link-02 {
  color: #0f0f0f;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.nav-link {
  color: #656871;
}

.nav-link.w--current {
  color: #000;
}

.heading-2 {
  border-bottom: 3px solid #000;
  margin-top: 5px;
  margin-bottom: 20px;
}

.image-7 {
  display: none;
}

.lightbox-video-thumbnail {
  width: 100%;
  height: 0%;
  padding-bottom: 54.25%;
}

.section-5 {
  width: 100%;
  border-top: 1px #000;
  border-bottom: 0 solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.cursor-area {
  z-index: 100;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button-wrapper {
  width: 6em;
  height: 6em;
  color: #fff;
  letter-spacing: .18em;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  padding-left: .3em;
  font-size: 1.2em;
  font-weight: 600;
  display: none;
  position: absolute;
}

.play-button-wrapper.is-mobile {
  display: none;
}

.video-lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.center-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.play-button-text {
  font-size: 1.4em;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-circles-2.mobile {
  display: none;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.heading-3 {
  background-image: none;
  background-size: auto;
  border-bottom: 3px solid #000;
  margin-top: 5px;
  margin-bottom: 20px;
}

.form-title-cf8 {
  text-align: center;
  padding-bottom: 10px;
  font-family: Ladislav, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 48px;
}

.form-cf8 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.success-message-cf8 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #4cc71f;
  padding-left: 0;
  font-weight: 500;
}

.field-label-cf8 {
  margin-bottom: 0;
  font-size: 13px;
}

.text-field-cf8 {
  text-align: left;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-top: 0;
  padding-left: 0;
  font-size: 16px;
}

.text-field-cf8.big {
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 10px;
}

.contact-form-3 {
  max-width: 700px;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 16px 20px;
  display: flex;
}

.error-message-cf8 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-subwrapper-cf8 {
  width: 100%;
  display: flex;
}

.contact-form-wrapper {
  width: 90%;
  height: auto;
  max-width: 1400px;
  border-radius: 8px;
  align-items: center;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.contact-form-wrapper.large {
  width: 90%;
  max-width: 1200px;
  box-shadow: none;
  border: 0 solid #000;
  padding-top: 20px;
  padding-bottom: 0;
}

.field-wrapper-cf8 {
  width: 100%;
  margin-top: 20px;
}

.field-wrapper-cf8.right {
  width: 50%;
  margin-left: 30px;
}

.field-wrapper-cf8.left {
  width: 50%;
}

.submit-button-cf8 {
  color: #000;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #0e0e0e;
  border-radius: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

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

.submit-button-cf8:focus {
  color: #000;
}

.form-block-2 {
  border: 0 solid #000;
  font-family: Ladislav, sans-serif;
  font-size: 18px;
}

.text-block-7 {
  padding-top: 60px;
  font-size: 29px;
  line-height: 39px;
}

.text-block-2-copy {
  align-items: center;
  font-family: Ladislav, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 37px;
  display: block;
}

.text-block-2-copy.space-mob {
  padding-bottom: 30px;
}

.heading-4 {
  border-bottom: 3px solid #000;
  margin-top: 5px;
  margin-bottom: 20px;
}

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

.div-block-8 {
  flex-direction: row;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.text-block-8 {
  text-align: left;
  position: relative;
}

.italic-text {
  line-height: 36px;
  display: block;
}

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

@media screen and (min-width: 1440px) {
  .container {
    height: 100%;
    padding-bottom: 220px;
  }

  .body-2 {
    height: 7338px;
  }

  .navbarcontainer.bg-nav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 60px;
  }

  .clientes {
    margin-top: 31px;
  }

  .servicios {
    padding-top: 0;
  }

  .inner {
    padding-bottom: 0;
  }

  .sesiones-2 {
    height: 631px;
  }

  .div-block-7 {
    display: none;
  }

  .how-tabs_content {
    width: 44%;
    height: 100%;
  }

  .how-tabs_tab {
    border-bottom-color: rgba(43, 42, 41, .2);
  }

  .how-tabs_tab.w--current {
    background-color: rgba(0, 0, 0, 0);
    background-position: -2% 36%;
    background-repeat: repeat-x;
    background-size: 46%;
    border-style: none;
    border-width: 2px;
  }

  .subt-tab {
    font-size: 45px;
  }

  .subt-tab.sub-tab2 {
    margin-bottom: 0;
    line-height: 23px;
  }

  .team-circles-2.mobile {
    display: none;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}
.image-8 {
  padding-top: 0px;
}

@media screen and (min-width: 1920px) {
  .container.pading-container {
    padding-bottom: 200px;
  }

  .body-2 {
    height: 7338px;
  }

  .navbar-logo-left {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, .02);
    border-radius: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .clientes {
    height: 874px;
    margin-top: -95px;
    padding-top: 0;
    padding-left: 53px;
    position: relative;
    top: 184px;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 0;
  }

  .servicios {
    padding-top: 0;
  }

  .testimonial-stack {
    height: 813px;
    padding-top: 87px;
    padding-bottom: 29px;
  }

  .small-container-2 {
    padding-bottom: 0;
  }

  .page-padding {
    padding-top: 20vh;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .inner {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .servicios-2.outline {
    z-index: 10;
  }

  .text-block-2 {
    padding-bottom: 34px;
    line-height: 0;
  }

  .bold-text {
    position: relative;
    top: 16px;
  }

  .wrap-title {
    padding-top: 0;
  }

  .testimonial-section-2 {
    padding-top: 100px;
  }

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

  .sesiones-2 {
    width: 100%;
    height: auto;
    object-fit: fill;
    flex-wrap: nowrap;
    padding-top: 68px;
    padding-bottom: 0;
    display: flex;
    position: static;
    overflow: visible;
  }

  .title-6 {
    font-size: 30px;
  }

  .description-5 {
    font-size: 25px;
    line-height: 27px;
  }

  .div-block-6 {
    padding-top: 43px;
  }

  .how-tabs_column {
    height: 450px;
  }

  .how-tabs {
    height: 335px;
    clear: both;
  }

  .container-12.h-tabs {
    width: 90%;
    height: auto;
    max-width: 1300px;
    min-height: 600px;
    margin-bottom: 0;
  }

  .how-tabs_wrapper {
    height: 600px;
    min-height: auto;
    bottom: 50px;
    overflow: visible;
  }

  .subt-tab {
    margin-bottom: 0;
    font-size: 45px;
  }

  .subt-tab.sub-tab2 {
    line-height: 20px;
  }

  .text-block-2-copy.space-mob {
    padding-bottom: 128px;
  }

  .italic-text {
    z-index: 111;
    display: inline;
    position: relative;
    overflow: visible;
  }
}

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

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .body.p.bg-body {
    overflow: auto;
  }

  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .f2wf-columns {
    flex-direction: column;
    align-items: center;
  }

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

  .team-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .bold-text {
    font-size: 50px;
  }

  .testimonial-image-block {
    padding: 30px;
  }

  .blog-card-image-wrapper, .blog-card-image-wrapper-2b, .blog-card-image-wrapper-2a {
    width: 100%;
  }

  .how-tabs_column {
    max-width: 42%;
  }

  .how-tabs_content {
    width: 50%;
  }

  .how-tabs {
    min-height: 42rem;
  }

  .container-12 {
    flex-direction: row;
    display: block;
  }

  .cta_link-image-wrapper {
    z-index: -1;
  }

  .cta_link-text {
    font-size: 3.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .link-02 {
    width: auto;
    flex: 0 auto;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .cursor-area {
    display: none;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
    transform: rotate(-17deg);
  }

  .container-14 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .success-message-cf8 {
    background-color: #f7f7f7;
    font-size: 16px;
    font-weight: 600;
  }

  .contact-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-8 {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .team-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .bold-text {
    font-size: 35px;
  }

  .reveal-img {
    line-height: 9vw;
  }

  .testimonial-image-block {
    width: 100%;
  }

  .testimonial-columns {
    flex-direction: column;
  }

  .testimonial-image {
    max-width: 390px;
  }

  .testimonial-content-wrap {
    width: 100%;
    padding-left: 25px;
  }

  .testimonial-section-2 {
    padding-top: 260px;
  }

  .f2wf-small-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .title-6 {
    font-size: 21px;
    line-height: 28px;
  }

  .how-tabs_column {
    max-width: none;
  }

  .how-tabs_content {
    display: none;
  }

  .how-tabs_menu {
    margin-top: 1rem;
  }

  .how-tabs_img-mobile-wrapper {
    display: none;
  }

  .how-tabs_pause-btn {
    margin-top: 20px;
    position: static;
  }

  .how-tabs_img-mobile {
    width: 100%;
    border-radius: 12px;
    margin-top: 2rem;
    padding-top: 80%;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .cta_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .cta_link-text {
    font-size: 2.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .play-button-wrapper.is-mobile {
    font-size: 2.2vw;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

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

  .contact-form-3 {
    padding: 40px 20px;
  }

  .contact-form-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

.image-8 {
  padding-top: 80px;
}


@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 70px;
  }

  .container.pading-container {
    padding-bottom: 85px;
  }

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

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .body.p {
    background-size: auto;
    overflow: hidden;
  }

  .body.p.bg-body {
    height: auto;
    max-height: none;
    -webkit-text-fill-color: inherit;
    cursor: default;
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    background-size: auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto, auto;
    background-clip: border-box;
    padding-bottom: 30%;
    display: block;
    overflow: auto;
  }

  .body-2 {
    height: auto;
    object-fit: fill;
    background-image: url('../images/BG--1-1.jpg');
    background-position: 0 0;
    background-size: auto;
    overflow: visible;
  }

  .container-2 {
    min-height: auto;
  }

  .logo {
    width: 194px;
    height: 32px;
  }

  .navbar-menu {
    z-index: 20000000;
  }

  .hero {
    padding-bottom: 0;
  }

  .image {
    padding-top: 10px;
    font-size: 16px;
    display: none;
  }

  .container-4 {
    display: none;
  }

  .footer {
    padding-top: 0;
    padding-right: 0;
  }

  .servicios {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .testimonial-stack {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .actions-3 {
    padding-bottom: 40px;
  }

  .description-3 {
    z-index: 10;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 16px;
    line-height: 144%;
    display: flex;
    position: relative;
  }

  .small-container-3 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .team-basic {
    padding-top: 0;
  }

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

  .servicios-2.outline {
    -webkit-text-stroke-color: #fff;
    padding-bottom: 10px;
    font-size: 80px;
    line-height: 50px;
  }

  .text-block-2 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  .bold-text {
    color: #fff;
    font-size: 39px;
    display: inline;
  }

  .testimonial-image-block {
    padding: 15px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-columns {
    align-items: stretch;
    display: flex;
  }

  .testimonial-image {
    max-width: 274px;
  }

  .slider-arrow-wrap {
    justify-content: center;
    margin-top: 0;
  }

  .testimonial-content-wrap {
    flex-wrap: nowrap;
    padding: 15px;
  }

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

  .testimonial-section-2 {
    height: 71vh;
    min-height: 250px;
    padding: 140px 0% 0;
  }

  .udesly-lottie-lazyload {
    height: 25vh;
  }

  .container-10 {
    max-width: 320px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .sesiones-2 {
    height: auto;
    clear: both;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
  }

  .f2wf-small-columns-2 {
    max-width: 945px;
    padding-top: 20px;
    padding-left: 0;
  }

  .column-11 {
    max-width: 383px;
  }

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

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

  .content-6.space-mob {
    margin-top: 0;
  }

  .title-6 {
    width: 260px;
    font-size: 25px;
    line-height: 22px;
  }

  .description-5 {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 15px;
    display: block;
  }

  .button_text.menos-2 {
    font-size: 15px;
    display: none;
    top: -10px;
  }

  .button_text.mas-2 {
    font-size: 15px;
    top: -9px;
    left: -17px;
  }

  .arrow_img {
    top: -8px;
    left: -14px;
  }

  .button_background {
    width: 40px;
    height: 40px;
    align-self: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .div-block-6 {
    width: 265px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .blog-card-image {
    padding-bottom: 15px;
  }

  .blog-card-image-wrapper {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-card-image-wrapper-2b, .blog-card-image-wrapper-2a {
    height: 250px;
  }

  .how-tabs {
    min-height: 32.3rem;
  }

  .how-tabs_tab, .how-tabs_tab.w--current {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-12 {
    width: 86%;
  }

  .bold-text-tab-bold {
    font-size: 15px;
    line-height: 15px;
  }

  .subt-tab {
    font-size: 18px;
    line-height: 20px;
  }

  .subt-tab.sub-tab2 {
    direction: ltr;
    color: #000;
    margin-bottom: -50px;
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 40px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    overflow: visible;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox-video-thumbnail, .cursor-area {
    display: flex;
  }

  .play-button-wrapper {
    display: none;
  }

  .play-button-wrapper.is-mobile {
    display: flex;
  }

  .html-embed {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-14 {
    max-width: none;
  }

  .centered-subheading {
    color: #fff;
    font-size: 30px;
  }

  .team-circles-2 {
    border-bottom-width: 0;
  }

  .team-circles-2.mobile {
    padding-top: 22px;
    padding-bottom: 10px;
    display: block;
  }

  .team-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .team-member-image {
    width: 140px;
    height: 140px;
    margin-bottom: 0;
  }

  .form-title-cf8 {
    text-align: left;
    font-size: 31px;
  }

  .contact-form-3 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-subwrapper-cf8 {
    flex-direction: column;
  }

  .contact-form-wrapper {
    width: 100%;
    border-radius: 0;
  }

  .contact-form-wrapper.large {
    height: auto;
  }

  .field-wrapper-cf8, .field-wrapper-cf8.right {
    width: 100%;
    margin-left: 0;
  }

  .field-wrapper-cf8.left {
    width: 100%;
  }

  .text-block-2-copy {
    margin-top: 10px;
    font-size: 12px;
    line-height: 26px;
  }

  .text-block-2-copy.space-mob {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-8 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .text-block-8 {
    width: 100%;
    text-align: center;
    font-size: 17px;
  }

  .italic-text {
    line-height: 39px;
  }
}

.image-8 {
  padding-top: 80px;
}


#w-node-_82552a32-9505-d14b-b343-f6c49ce436d7-55105b22, #w-node-_82552a32-9505-d14b-b343-f6c49ce436e2-55105b22, #w-node-_82552a32-9505-d14b-b343-f6c49ce436ec-55105b22, #w-node-_82552a32-9505-d14b-b343-f6c49ce436f6-55105b22, #w-node-_82552a32-9505-d14b-b343-f6c49ce43700-55105b22, #w-node-_82552a32-9505-d14b-b343-f6c49ce4370a-55105b22, #w-node-_53502060-0c00-6f7b-0a05-0fb60a610413-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff46-55105b22, #w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff47-55105b22 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff57-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff58-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff5a-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff5c-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff5e-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff60-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff61-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff63-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff65-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff67-55105b22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-55105b2c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-55105b2c {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-55105b2c {
  grid-area: 3 / 1 / 4 / 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_82552a32-9505-d14b-b343-f6c49ce436e2-55105b22, #w-node-_82552a32-9505-d14b-b343-f6c49ce436ec-55105b22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7fe44bac-747e-edd4-55e0-17b1df9eff46-55105b22 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_53502060-0c00-6f7b-0a05-0fb60a610413-55105b22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav reversed';
  src: url('../fonts/Ladislav-Semibold-Reversed.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Semibold-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav reversed';
  src: url('../fonts/Ladislav-Light-Reversed.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Light-Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav reversed';
  src: url('../fonts/Ladislav-Reversed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav';
  src: url('../fonts/Ladislav-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ladislav reversed';
  src: url('../fonts/Ladislav-Bold-Reversed.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}