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

.temporary-hide-nav-item,
.recursos-hide {
  display: none !important;
}

.temporary-hide-home-card {
  display: none !important;
}

.temporary-hide-case-slide {
  display: none !important;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --black-spot: black;
  --white: white;
  --silver-text: #b8b8b8;
  --blue-first: #04f;
  --shadow: #00000038;
  --black-grey: #161617;
  --silver: #bdbbbb;
  --grey: #858585;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

h1 {
  color: var(--black-spot);
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Satoshi, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1em;
}

h2 {
  color: var(--black-spot);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

h3 {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

h4 {
  color: var(--black-spot);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

h5 {
  color: var(--black-spot);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

a {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-title {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-type-link {
  margin-left: 10px;
}

.nav-type-link-mobile {
  margin-left: 32px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-column {
  flex: 0 auto;
  min-width: 190px;
}

.column-icon {
  background-color: #ced5d8;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.nav-container {
  align-items: center;
  width: 100%;
  max-width: 900px;
  height: 100%;
  min-height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
}

.nav-container.ecommerce {
  background-color: #fff;
  border-radius: 100px;
  min-height: 55px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav__loin-wrapper {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 180px;
  max-width: 320px;
  max-height: 100vh;
  padding-top: 16px;
  left: 0;
}

.navigation-dropdown.feature {
  min-width: 0;
  max-width: 780px;
  left: -160px;
}

.navigation-dropdown.language-select.w--open {
  min-width: 0;
}

.column-icon-img {
  opacity: 1;
  filter: invert();
  width: 16px;
  height: 16px;
}

.revolut-logo {
  width: 100%;
  height: 36px;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav-menu {
  color: var(--black-spot);
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.dropdown-wrapper {
  width: auto;
  min-width: 200px;
  max-width: 312px;
  box-shadow: 1px 1px 20px 0 var(--shadow);
  background-color: #fff;
  border-radius: 10px;
  padding-top: 0;
  padding-bottom: 12px;
  display: block;
  overflow: hidden;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-wrapper.feature {
  min-width: 0;
  max-width: 780px;
  margin-left: -186px;
  padding: 32px 12px 20px 8px;
  display: flex;
  overflow: hidden;
}

.column-text {
  color: #ced5db;
  font-size: 11px;
  font-weight: 500;
}

.navigation-wrap {
  z-index: 999999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fff0;
  width: 100%;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.navigation-wrap.black-nav-bar {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #28282bb3;
  background-image: linear-gradient(to right, #171718a8, #fff0);
  border-bottom: 1px solid #5050509c;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.nav-shadow {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  box-shadow: 0 3px 12px #00000014;
}

.nav-link {
  color: var(--black-spot);
  padding: 0 20px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--white);
}

.nav-link.active {
  color: #191c1f;
  padding-left: 0;
  font-weight: 700;
}

.nav-link.active.white {
  color: var(--white);
  padding-left: 0;
}

.nav-link.white {
  color: var(--silver-text);
}

.nav-link.white:hover {
  color: var(--white);
}

.nav-link.recursos-hide {
  display: none;
}

.dropdown-link {
  z-index: 25;
  color: #2a3d4e;
  justify-content: flex-start;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #0144ff;
}

.column-title {
  color: #8b959e;
  align-items: center;
  height: 24px;
  margin-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
  line-height: 1.65;
  display: flex;
}

.dropdown-toggle {
  color: #fff;
  padding: 0;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #fff;
}

.dropdown-toggle.w--open:hover {
  color: #191c1f;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.brand {
  margin-right: 0;
}

.brand.w--current {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-bar {
  background-color: var(--blue-first);
  color: #fff;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  overflow: hidden;
}

.main-container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.announcement-contents {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: relative;
}

.announcement-text {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.announcement-cross {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
}

.white-link {
  color: #fff;
}

.load-first {
  overflow: hidden;
}

.section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.section.increased-padding {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section.desarrollo-web {
  padding-top: 110px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.one {
  padding-bottom: 0;
}

.section.dos {
  padding-top: 0;
}

.section.desarrollo-web {
  padding-top: 110px;
  padding-bottom: 150px;
}

.large-text {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.black-background {
  background-color: var(--black-spot);
  overflow: hidden;
}

.button {
  background-color: var(--blue-first);
  color: #fff;
  text-align: center;
  border-radius: 200px;
  padding: 14px 21px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button.small {
  background-color: var(--blue-first);
  padding: 9px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button.small.bg-white-faded {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.small.right-margin {
  background-color: var(--blue-first);
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.button.small.right-margin.cta-time {
  margin-top: 25px;
}

.button.small.right-margin.cero {
  margin-right: 0;
}

.button.small.white-transparent {
  background-color: #ffffff30;
}

.button.icon-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.style-guide-form-rows {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg-white {
  background-color: #fff;
}

.checkbox {
  border-color: #fff3;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/icon-check.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 3%;
}

.style-guide-buttons {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center start;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.button-icon {
  max-height: 14px;
}

.button-icon.left {
  margin-right: 14px;
}

.button-icon.left.reduced-margin {
  margin-left: -7px;
  margin-right: 7px;
}

.bg-primary-2 {
  background-color: var(--black-grey);
}

.select-wrapper {
  border: 1px solid #fff3;
  border-radius: 3px;
  min-height: 50px;
  padding: 7px;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.style-guide-colors {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.select-field {
  color: #fff;
  background-color: #0000;
  background-image: url('../images/icon-chevron-down.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.style-guide-color {
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 168px;
  position: relative;
  overflow: hidden;
}

.style-guide-color.border {
  border: 1px #fff3;
}

.small-text {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.bg-dark {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.bg-white-faded {
  background-color: #fff3;
}

.no-bottom-margin {
  color: var(--black-spot);
  margin-bottom: 0;
}

.no-bottom-margin.white {
  color: var(--white);
  padding-top: 5px;
}

.form-input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 3px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 21px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: border-color .2s;
}

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

.form-input::placeholder {
  color: #ffffff80;
}

.form-input.small {
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

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

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

.style-guide-icons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.bg-primary-1 {
  background-color: var(--blue-first);
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.style-guide-typography {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.fine-print-text {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.fine-print-text.form-hint-text {
  color: var(--silver);
  margin-top: 7px;
}

.selectable-label {
  color: var(--silver);
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.radio {
  border-color: #fff3;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 6px;
  border-color: #fff;
}

.style-guide-row-heading {
  margin-bottom: 28px;
}

.style-guide-color-label {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  bottom: 21px;
  left: 21px;
}

.style-guide-color-label.white {
  color: #fff;
}

.white-text {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-block {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.body-text {
  color: var(--white);
}

.black-text-nav {
  color: var(--black-spot);
}

.black-text-nav:hover {
  color: var(--blue-first);
}

.black-text-nav.white {
  color: var(--white);
  margin-right: 20px;
  font-weight: 400;
}

.black-text-nav.white:hover {
  color: #fff;
}

.black-text-nav.black {
  color: var(--black-spot);
  margin-right: 20px;
  font-weight: 400;
}

.black-text-nav.black:hover {
  color: var(--black-spot);
}

.nav-icon {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-icon:hover {
  color: #fff;
}

.icon-nav {
  color: #fff;
  margin-right: 0;
}

.icon-nav.black, .icon-nav.black-copy {
  color: #000;
  margin-right: 0;
}

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

.section-home-header {
  position: static;
}

.text-align-center {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
}

.home-header_video {
  color: #fff;
  background-image: linear-gradient(#0000000d, #00000040 22%, #000000e3 67%);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 630px;
  display: flex;
}

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

.padding-vertical.padding-medium {
  z-index: 1;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: relative;
}

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

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

.page-padding {
  padding-bottom: 1.1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding.align-bottom {
  align-self: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 155px;
}

.button-row {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.button-row.align-contents-center {
  justify-content: center;
  align-items: center;
}

.button-row.align-contents-center.no-padding-top {
  margin-top: 0;
}

.button-row.align-contents-center.dos {
  margin-top: 10px;
}

.button-row.center.text {
  justify-content: center;
  margin-top: 10px;
}

.small-text-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.small-text-2.centered {
  margin-top: 6px;
  line-height: 14px;
}

.play-icon {
  width: 24px;
}

.home-header_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
}

.home-header_heading.white {
  margin-top: .2rem;
}

.home-header_heading.white.small {
  font-size: 2.3rem;
  line-height: 1.1em;
}

.home-header_heading.white.titlulo {
  font-size: 52px;
  line-height: 55px;
}

.home-header_heading.centrar {
  text-align: center;
}

.home-header_heading.centrar.espacio-abajo {
  padding-bottom: 21px;
}

.home-header_heading.black.small {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1em;
}

.home-header_heading.white {
  margin-bottom: .5rem;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.home-header_heading.white.growth {
  color: #fff;
  font-size: 5rem;
  line-height: 5.5rem;
}

.home-header_heading.white.cards-service {
  font-size: 25px;
  line-height: 30px;
}

.home-header_heading.white.cards-service.grande {
  font-size: 40px;
  line-height: 45px;
}

.home-header_heading.white.caso {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-2:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-2.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-2.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.button-2.adjacent-to-link.cero-left {
  margin-right: 0;
}

.home-header_paragraph {
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 25px;
}

.home-header_paragraph.new-black-spot {
  color: #898989;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  line-height: 1.9rem;
}

.home-header_paragraph.centrar {
  text-align: center;
}

.home-header_paragraph.centrar.abajo {
  margin-bottom: 33px;
}

.home-header_paragraph.legal {
  color: #ffffff5e;
  margin-top: 6px;
  font-size: .8rem;
  font-style: italic;
}

.section-2 {
  padding: 84px 32px 84px 0;
}

.section-2.clientes {
  padding-top: 48px;
  padding-bottom: 0;
  padding-right: 0;
}

.section-2.portafolio {
  padding: 48px 0 48px 0;
}

.section-2.portafolio-similares {
  border-top: 1px solid var(--silver);
  padding: 20px 0 0 0;
}

.section-2.portafolio-similares.degradado {
  background-image: linear-gradient(#00000014, #fff 21%);
}

.large-text-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

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

.main-container-2 {
  width: 100%;
  max-width: 1272px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.container-large {
  width: 100%;
  max-width: 792px;
}

.container-large.align-center.justify-content-center {
  text-align: center;
}

.section-title {
  margin-bottom: 0;
}

.section-title.increased-margin {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
  display: flex;
}

.large-heading {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 1em;
}

.large-heading.black {
  color: #000;
  margin-bottom: 10px;
}

.large-heading.black.cero {
  margin-bottom: 0;
}

.large-heading.black.cero.casos {
  font-size: 40px;
}

.large-heading.black.cero.casos.blog {
  line-height: 1.2em;
}

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

.large-heading.less-space {
  margin-top: 5px;
  margin-bottom: 10px;
}

.card---section {
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.card-container {
  width: 100%;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
}

.card---full {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.card---full.video {
  background-color: #0000;
}

.card-grid-1---2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}

.card-container-info {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 26.25rem;
  display: flex;
}

.card-container-info.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
}

.card-container-info.left.full {
  max-width: none;
}

.blue-style-subheading {
  color: #0265d8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 500;
}

.blue-style-subheading.pink {
  color: #df0042;
  letter-spacing: 2px;
  font-weight: 500;
}

.blue-style-subheading.white {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.blue-style-subheading.white.left {
  text-align: left;
  text-decoration: none;
}

.blue-style-subheading.black {
  color: var(--black-spot);
}

.blue-style-subheading.blu {
  color: #01c8ff;
}

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

.card-title.center {
  text-align: center;
  width: 22.125rem;
  height: auto;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.2em;
}

.card-title.center.banner {
  font-size: 40px;
  font-weight: 500;
}

.card-title.left {
  text-align: left;
  width: 22.125rem;
  height: auto;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
}

.card-title.left._27px {
  font-size: 30px;
  font-weight: 500;
}

.card-title.left.full {
  width: auto;
  font-size: 30px;
}

.card-title.left.banner {
  text-align: center;
  width: 30rem;
  font-size: 40px;
  font-weight: 500;
}

.card-title.center {
  color: #fff;
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 10px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2em;
}

.imagen, .imagen._90 {
  width: 100%;
}

.black-card {
  background-color: var(--black-spot);
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.black-card.branding-card {
  background-image: url('../images/empresa-video-foto-multimedia-drone-mexico-black-spot-digital-2-copy.jpg');
  background-position: 0 0;
  background-size: cover;
}

.black-card.cards-up {
  margin-bottom: 0;
}

.black-card.metricas {
  background-image: url('../images/agencia-marketing-estrategia-digital-redes-sociales-metricas-mexico-black-spot-digital-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.card-link {
  margin-top: .5rem;
  margin-bottom: .5rem;
  transition: all .3s ease-in-out;
}

.card-link:hover {
  transform: scale(1.01);
}

.card-link._300px {
  height: 400px;
}

.card-link.no-padding-bottom {
  margin-bottom: 0;
}

.card-link.no-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.card-link.video {
  width: 100%;
}

.square-vertical-grid {
  grid-row-gap: 45px;
  grid-template-columns: 1fr;
  padding-top: 4.375rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.square-vertical-grid.web-banner {
  padding-left: 0;
  padding-right: 0;
}

.square-vertical-left-grid {
  grid-row-gap: 45px;
  grid-template-columns: 1fr;
  height: 100%;
  padding-top: 4.375rem;
  padding-left: 0;
  padding-right: 0;
}

.grid-2 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.background-video {
  position: relative;
}

.gradiant {
  background-image: linear-gradient(#000, #0000 71%);
  width: 100%;
  height: 100%;
}

.transparent-card {
  background-color: #0000;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.title-card-head {
  padding: 3rem 0;
}

.title-card-head.small-card-left {
  height: 200px;
  padding-top: 2rem;
}

.title-card-head.small-card-left.blackspot-rewards {
  background-image: url('../images/black-spot-digital-agencia-marketing-publicidad-mexico.jpg');
  background-position: 100%;
  background-size: cover;
}

.title-card-head.small-card-left.cotizador {
  background-image: url('../images/cotizador-cotizaciones-marketing-bonitas-diseno-mexico-black-spot-digital-2-copy.jpg');
  background-position: 100% 100%;
  background-size: cover;
  height: 220px;
}

.title-card-head._2rem-up {
  padding-top: 2rem;
}

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

.vertical-cards {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.horizontal-content-block {
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px 75px;
  display: flex;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.author-job {
  color: #151c3480;
  font-size: 13px;
  line-height: 15px;
}

.horizontal-logo {
  width: 90px;
  margin-bottom: 12px;
}

.author-image {
  border-radius: 100px;
  width: 50px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px #00000024;
}

.horizontal-fixed-height {
  min-height: 100px;
}

.right-arrow {
  background-color: #007bfc;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.slider-horizontal {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.testimonial-image-wrap {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 45%;
  height: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-icon-2 {
  width: 60px;
}

.play-button {
  position: absolute;
}

.left-arrow {
  background-color: #007bfc;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
}

.mask-horizontal {
  overflow: visible;
}

.testimonial-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 14px 3rem 54px;
  display: flex;
  overflow: hidden;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px #4f5e782e, 11px 0 20px -9px #4f5e781a;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.column-wrap {
  border-radius: 5px;
  display: flex;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.horizontal-quote-h4 {
  color: #151c34;
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.horizontal-angle {
  z-index: 99;
  object-fit: cover;
  height: 101%;
  position: absolute;
  inset: 0% -2% 0% auto;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.logos {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.logos-without-title {
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  max-width: 1220px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 30px 0 20px;
  position: relative;
}

.logos-without-title.first {
  width: 100%;
  max-width: 1220px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 0;
}

.logos-without-title.last {
  padding-bottom: 65px;
}

.container-3 {
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: -10px;
  display: grid;
}

.clients-image-three {
  width: 100px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three.color-invert {
  filter: invert();
}

.clients-image-three.color-invert.line-1 {
  opacity: .6;
  width: 120px;
}

.logos-overlay {
  z-index: 10;
  background-image: linear-gradient(#fff0, #f3f4f5);
  width: 100%;
  height: 300px;
  position: absolute;
}

.footer {
  background-color: #0c0c0c;
  flex-direction: column;
  align-items: center;
  padding: 0 3rem;
  display: flex;
}

.footer-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 1250px;
  margin: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.footer-column {
  flex-direction: column;
  width: 100%;
}

.footer_column-title {
  color: #f5f5f7;
  letter-spacing: -.01em;
  margin-top: 1.5rem;
  margin-bottom: .9375rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.3337em;
}

.footer_column-title.top {
  margin-top: 1.3rem;
  margin-bottom: .0375rem;
  padding-top: 0;
  font-size: 1rem;
}

.link-list-wrapper {
  margin-top: 13px;
}

.link-list {
  margin-bottom: .7em;
  font-weight: 500;
}

.footer-link {
  color: #a0a0a0;
  letter-spacing: .07em;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

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

.footer-info {
  width: 100%;
}

.black-footer {
  border-top: 1px solid #bdbbbb1f;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.buscador-portafolio {
  z-index: 100;
  border-top: 1px solid var(--silver);
  border-bottom: 1px solid var(--silver);
  background-color: var(--white);
  justify-content: center;
  padding: 20px 3.5rem;
  display: flex;
  position: sticky;
  top: 70px;
}

.contenedor-buscador-portafolio {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.contenedor-buscador-portafolio.horizontal {
  justify-content: space-between;
  align-items: flex-end;
}

.contenedor-buscador-portafolio.barra {
  justify-content: flex-start;
  max-width: none;
}

.filtro-categoria {
  padding-left: 5px;
  padding-right: 30px;
  font-family: Satoshi, sans-serif;
  line-height: 14px;
}

.dropdown-portafolio-link {
  border-bottom: 1px solid #bdbbbb7a;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.dropdown-portafolio-link:hover {
  font-weight: 500;
}

.filtro-portafolio-toggle {
  border: 1px solid var(--silver);
  border-radius: 20px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  display: flex;
}

.filtro-portafolio-toggle.cero-pad {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: hidden;
}

.image {
  width: 25px;
}

.icon {
  margin-right: 10px;
}

.dropdown-list-2 {
  background-color: var(--white);
}

.dropdown-list-2.w--open {
  border: 1px solid var(--silver);
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 0 20px #0000001a;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  border: 1px none var(--silver);
  border-radius: 20px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.search-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--silver);
  width: 300px;
  height: 100%;
  color: var(--black-spot);
  border-radius: 20px 0 0 20px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
}

.search-button {
  background-color: var(--blue-first);
  font-family: Satoshi, sans-serif;
}

.dropdown {
  margin-left: 0;
  margin-right: 15px;
}

.portafolio {
  flex-direction: column;
  align-items: center;
  padding: 60px 3rem;
  display: flex;
}

.container-portafolio {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 0;
  display: grid;
}

.img-portafolio {
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.img-portafolio.success {
  height: 490px;
}

.img-portafolio.blog {
  height: 350px;
}

.descripcion-portafolio {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.logo-port-img {
  height: 24px;
  margin-right: 3px;
}

.text-black {
  color: var(--black-spot);
  line-height: 14px;
}

.link-portafolio {
  width: 100%;
  color: var(--black-spot);
  margin-bottom: 17px;
  transition: all .2s ease-in-out;
}

.link-portafolio:hover {
  color: var(--blue-first);
  transform: scale(1.01);
}

.link-portafolio.blog {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 7px 5px 9px #0000000f;
}

.link-portafolio.blog:hover {
  box-shadow: 7px 5px 20px 1px #0000003d;
}

.badge {
  background-color: #0000;
}

.badge-1 {
  width: 20px;
  margin-left: 5px;
}

.detalle-de-trabajo {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.logo-trabajo {
  height: 35px;
}

.cliente-y-proyecto {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.cliente-proyecto {
  color: var(--black-spot);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.nombre-proyecto {
  color: #8a8a8a;
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.detalle-cliente {
  z-index: 100;
  border-top: 1px none var(--silver);
  border-bottom: 1px solid var(--silver);
  background-color: var(--white);
  justify-content: center;
  padding: 0 3rem 10px;
  display: flex;
  position: sticky;
  top: 70px;
}

.tipo-de-proyecto {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.tipo-de-proyecto.back-blog {
  display: block;
}

.badge-type {
  width: 20px;
  height: auto;
  margin-left: 5px;
}

.proyecto {
  flex-direction: column;
  align-items: center;
  padding: 30px 3rem 60px;
  display: flex;
}

.contenido-proyecto {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 0;
  display: block;
}

.back {
  color: #424242;
  margin-top: 20px;
  margin-right: 20px;
}

.back:hover {
  color: var(--blue-first);
}

.back.post {
  margin-right: 0;
}

.portafolio-similares {
  flex-direction: column;
  align-items: center;
  padding: 30px 3rem 60px;
  display: flex;
}

.contenedor-servicios-titulo {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  position: relative;
}

.contenedor-servicios-titulo.black-rewards-1 {
  margin-bottom: 18px;
}

.contenedor-servicios-titulo.black-rewards-2 {
  margin-top: 27px;
  padding-left: 0;
  padding-right: 0;
}

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

.small-top-text {
  color: var(--black-spot);
  text-align: center;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.small-top-text.white {
  color: var(--white);
}

.small-top-text.grey {
  color: var(--silver);
  font-size: 16px;
  line-height: 25px;
}

.intro-title-concept {
  text-align: center;
  margin-top: 10px;
  font-size: 90px;
  font-weight: 700;
}

.intro-title-concept.white.pca {
  font-size: 60px;
  font-weight: 500;
}

.intro-title-concept.white.pca.one {
  font-size: 60px;
}

.intro-title-concept.white {
  color: #fff;
}

.intro-title-concept.white.pca {
  font-size: 70px;
}

.small-bottom-text {
  width: 80%;
  color: var(--black-spot);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.small-bottom-text.white {
  color: #fff;
}

.small-bottom-text.grey {
  color: var(--silver);
  font-size: 16px;
  line-height: 24px;
}

.option-container {
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  display: flex;
}

.link-cta.gris {
  color: var(--silver);
}

.link-cta.gris:hover {
  color: var(--white);
}

.link-cta.black {
  color: var(--black-spot);
}

.link-cta.black:hover {
  color: var(--blue-first);
}

.image-background {
  z-index: 0;
  width: 100%;
  position: absolute;
  inset: 12% 0% 0%;
  overflow: hidden;
}

.service-image.negro-fondo {
  filter: contrast(172%);
}

.service-image.paddel {
  filter: contrast(115%);
  mix-blend-mode: multiply;
}

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

.servicios---industrias.no-es-todo {
  margin-top: 90px;
}

.servicios---industrias.hide {
  display: none;
}

.servicios---industrias.space-up {
  margin-top: 27px;
}

.white {
  color: var(--white);
}

.white.client {
  margin-right: 10px;
}

.grid-industrias {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0;
  display: grid;
}

.brand-block {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 90px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  z-index: 2;
  cursor: pointer;
  object-fit: cover;
  border-radius: 7px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.overlay {
  z-index: 3;
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.overlay.white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-spot);
}

.industry-title-text {
  z-index: 4;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
}

.card---full---service {
  background-color: #161617;
  border-radius: .8rem;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 40px;
  overflow: hidden;
}

.card---full---service.right {
  padding-left: 40px;
  padding-right: 0;
}

.card---full---service.left {
  padding-left: 40px;
  padding-right: 40px;
}

.card---full---service.mobile-duplicate {
  display: none;
}

.card---full---service.black-background._100px-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.card---full---service.black-background.background-image {
  background-image: url('../images/careers-tile.cf5ef98.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.card---full---service.white {
  background-color: #fff;
}

.card---full---service.growth {
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.card---full---service.black-background {
  background-color: #0000;
}

.grid-halfs {
  grid-column-gap: 50px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12px;
  margin-bottom: 21px;
  display: grid;
}

.info-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.info-container.left {
  justify-content: center;
  align-items: flex-start;
}

.image-container-card {
  min-height: 300px;
}

.title-card-container {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-square {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 7px;
  display: flex;
}

.icon-square.black {
  background-color: #000;
  border-radius: 100px;
  margin-right: 10px;
  padding: 10px;
}

.icon-square.above-heading {
  margin-bottom: 21px;
}

.icon-square.above-heading.grey-icon {
  background-color: #505050;
}

.invert {
  filter: invert();
  width: 20px;
  max-width: 80px;
  padding-bottom: 0;
}

.card-title-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.card-title-abstract {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.card-title-abstract.black {
  color: #000;
}

.image-2 {
  height: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.card-bottom-text {
  width: 100%;
  color: var(--black-spot);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.card-bottom-text.white {
  color: #fff;
}

.card-bottom-text.grey {
  width: 100%;
  color: var(--silver);
  text-align: left;
  letter-spacing: .1px;
  font-size: 16px;
  line-height: 25px;
}

.card-bottom-text.grey.center {
  text-align: center;
  margin-top: 0;
  line-height: 25px;
}

.card-bottom-text.grey.faq {
  color: var(--grey);
  margin-bottom: 25px;
}

.integration-circles-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.integrations-circle-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-circle {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
}

.logo-circle.adjacent-to-logo-circle {
  margin-left: 7px;
  margin-right: 7px;
}

.icon-white {
  filter: invert();
}

.icon-box {
  background-color: #ffffff1a;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
  display: flex;
}

.icon-box.black-bg {
  background-color: #fff;
  border-radius: .8rem;
}

.icon-box.black-bg.center {
  background-color: #161617;
  border: 1px solid #fff0;
  align-items: center;
}

.icon-box.black-bg.center.logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-box.white-bg {
  background-color: #fff;
  border-radius: .8rem;
}

.icon-box.white-bg.center {
  background-color: #fff;
  border: 1px solid #fff0;
  align-items: center;
}

.grey-text {
  color: #75808a;
}

.grey-text.clean {
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.grey-text.clean.center {
  text-align: center;
}

.black-title {
  color: #000;
}

.black-title.white {
  color: #fff;
  font-size: 24px;
}

.icon-box-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-box-grid._4-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-box-grid._5-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.icon-circle {
  background-color: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.icon-circle.blue {
  background-color: #04f;
}

.check-circle-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #ffffff1a;
  border-radius: .9rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 28px 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.box-thirds-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.box-thirds-grid.card {
  margin: 30px 0 50px;
  padding-left: 0;
  padding-right: 0;
}

.grey-text-body {
  color: #4e4e4ecc;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.grey-text-body.white-grey {
  color: #bbbc;
  font-size: 15px;
  line-height: 22px;
}

.text-white {
  color: #fff;
}

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

.text-white.black-text.white {
  color: #fff;
}

.servicios---faqs {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.servicios---faqs.no-es-todo {
  margin-top: 90px;
}

.servicios---faqs.space {
  margin-top: 53px;
}

.servicios---faqs.space-up {
  margin-top: 95px;
}

.accordion {
  width: 100%;
  margin-top: 50px;
}

.accordion-item {
  border-top: 1px solid #3b3b3b17;
  flex-direction: column;
  display: flex;
}

.accordion-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
  display: flex;
}

.accordion-title.white-title {
  color: #fff;
}

.no-bottom-margin-2 {
  margin-bottom: 0;
  font-weight: 500;
}

.no-bottom-margin-2.smaller-h3 {
  color: var(--black-spot);
  font-size: 18px;
  line-height: 28px;
}

.no-bottom-margin-2.smaller-h3.white {
  color: #fff;
}

.white-background {
  background-color: #f3f4f5;
}

.text-span-2 {
  font-size: 16px;
}

.icon-link-image {
  margin-right: 14px;
}

.icon-link-image.black-icon {
  filter: invert();
}

.icon-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.justify-content-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-plan {
  background-color: #ffffff1a;
  border-radius: 6px;
  padding: 35px;
}

.pricing-plan.bordered {
  border: 1px solid #3e68ff;
  border-top-left-radius: 0;
  width: 100%;
}

.pricing-plan.bordered.black-bg {
  background-color: #000;
  border-radius: 0 .8rem .8rem;
}

.pricing-plan.white-bg {
  background-color: #fff;
  border-radius: .8rem;
}

.pricing-plan.white-bg.grey {
  border: 2px solid #61616133;
}

.plan-badge {
  color: #fff;
  background-color: #04f;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 7px 28px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

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

.checklist-icon {
  margin-right: 7px;
}

.checklist-icon.black {
  filter: invert();
}

.tab-link {
  opacity: .5;
  color: #fff;
  background-color: #0000;
  border-radius: 3px;
  margin-left: 3.5px;
  margin-right: 3.5px;
  padding: 7px 14px;
  font-size: 14px;
  line-height: 22px;
  transition: opacity .2s, background-color .2s;
}

.tab-link:hover, .tab-link.w--current {
  opacity: 1;
  background-color: #fff3;
}

.tab-link.pricing-tab {
  color: #000;
  transition: color .2s, opacity .2s, background-color .2s;
}

.tab-link.pricing-tab.w--current {
  color: #fff;
  background-color: #04f;
}

.display-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 21px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1em;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.display-heading.no-bottom-margin.black-title {
  color: var(--black-spot);
}

.full {
  width: 100%;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #04f;
  border-radius: 100px;
  padding: 7px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-3:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-3.full-width {
  flex: 1;
}

.checklist-item-small {
  align-items: center;
  display: flex;
}

.dollar-sign {
  margin-left: 4px;
  margin-right: 4px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.dollar-sign.black-title {
  font-family: Satoshi, sans-serif;
  font-size: 20px;
}

.checklist-heading {
  margin-top: 28px;
  margin-bottom: 14px;
}

.fine-print-text-2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.fine-print-text-2.black-text {
  color: #333c;
}

.pricing-tabs-menu {
  justify-content: center;
  margin-bottom: 21px;
  display: flex;
}

.price-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

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

.checklist.pricing-checklist {
  margin-bottom: 35px;
}

.pricing-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

.small-text-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.small-text-3.black-text {
  color: #797979;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.small-text-3.black-text.padding-left {
  margin-left: 15px;
}

.small-text-3.text-block.black {
  color: var(--black-spot);
}

.small-text-3.bullet {
  color: #04f;
  font-size: 16px;
}

.small-text-3.bullet:hover {
  text-decoration: underline;
}

.small-text-3.bullet.white-txt {
  color: #888;
}

.small-text-3.bullet.white-txt:hover {
  color: #fff;
}

.small-text-3.white {
  font-family: Satoshi, sans-serif;
}

.card---black {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/agencia-marketing-mexico.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 1.3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 115px 30px;
  display: flex;
}

.card-black---info-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.buttons-card-black {
  justify-content: center;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.card__holo-glow {
  opacity: .2;
  filter: blur(20px);
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  position: absolute;
  inset: -48px;
}

.card__holo-glow.card__holo-glow--s {
  opacity: .5;
  border-radius: 20px;
  inset: -24px;
}

.card__line {
  z-index: 1;
  border-radius: 12px;
  width: 88px;
  height: 16px;
  position: absolute;
  inset: auto auto 36px 104px;
  overflow: hidden;
}

.card__line.card__line--top {
  width: 128px;
  bottom: 60px;
}

.card__bg {
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  width: 400px;
  height: 250px;
}

.page-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.card__front-glow-mask {
  background-color: #131313;
  position: absolute;
  inset: 16px;
}

.card__circle {
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  inset: auto auto 24px 24px;
  overflow: hidden;
}

.card {
  perspective: 1000px;
  position: relative;
}

.card__label-gradient {
  filter: blur(12px);
  background-image: linear-gradient(122deg, #000 20%, #202020 50%, #131313 80%);
  position: absolute;
  inset: -24px;
}

.card__front {
  background-color: #000;
  border-radius: 22px;
  position: absolute;
  inset: 4px;
  overflow: hidden;
}

.card__glow {
  opacity: .7;
  filter: blur(12px);
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  width: 400px;
  height: 250px;
  position: absolute;
  inset: 0%;
}

.banner-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.legal-link {
  transition: color .4s;
}

.legal-link:hover {
  color: #fff;
}

.page-wrapper-2 {
  margin-bottom: 39px;
}

.page-wrapper-2.upper {
  margin-top: 0;
  position: static;
}

.hero-home-info {
  z-index: 25;
  border-top: 1px #484858;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  line-height: 1.35;
  display: flex;
  position: static;
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 70vh;
  display: flex;
}

.hero-image-strip.right-side {
  z-index: 25;
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.hero-image-strip.left {
  position: relative;
}

.faq-text {
  align-items: center;
  padding: 0 1rem 0 2rem;
  display: flex;
}

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

.underline-link.underline-link-dark {
  color: #000;
}

.preview-teacher-top {
  padding-left: 6vw;
}

.benefits-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-top: -1rem;
  margin-bottom: -1rem;
  display: flex;
}

.preview-agenda-top {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.page-padding-2 {
  width: 100%;
  margin-top: 26px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.preview-agenda-description {
  max-width: 30rem;
}

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

.heading-xlarge {
  font-size: 6.5rem;
  line-height: 1.15;
}

.faq-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  display: grid;
}

.nav-brand {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.footer-brand {
  font-size: 1.5rem;
}

.speaker-title-image {
  z-index: 10;
  border-radius: .5rem;
  width: 17vw;
  height: 17vw;
  position: relative;
  overflow: hidden;
}

.speaker-title-image.speaker-image-large {
  width: 23vw;
}

.footer-bottom {
  color: #ffffffb3;
  border-top: 1px solid #1a1c24;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.preview-background {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.faq-bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2.8rem;
  display: grid;
}

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

.sticky-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 6rem;
  display: grid;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.agenda-list-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.name-list-wrapper {
  overflow: hidden;
}

.preview-image {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.name-title {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: end;
  height: 8vw;
  display: flex;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.preview-intro {
  z-index: 25;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.agenda-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 2rem;
  display: flex;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.sticky-intro {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 35rem;
  display: flex;
}

.footer-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.agenda-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navbar {
  z-index: 10000;
  background-color: #15161d00;
  position: absolute;
  inset: 0% 0% auto;
}

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

.intro-centered {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.preview-title {
  max-width: 32rem;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.65;
}

.sticky-top {
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.preview-agenda-days {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.faq-top {
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: .8rem;
  display: flex;
}

.section-speakers {
  z-index: 25;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.name-item {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 9.5vw;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.875rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.nav-right {
  grid-column-gap: 2.5rem;
  display: flex;
}

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

.section-faq {
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  position: relative;
}

.section-hero-home {
  background-color: #121316;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-home-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black-spot);
  color: #000;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: -100vh;
  padding-bottom: 4rem;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.sticky-anchor {
  height: 0;
  position: relative;
  top: -12rem;
}

.preview-agenda-content {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-component {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.preview-image-base {
  border-radius: 1rem;
  height: 100%;
  max-height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: sticky;
  top: 0;
  overflow: visible;
}

.hero-bottom {
  z-index: 15;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: static;
}

.nav-left {
  display: flex;
}

.footer-link-2 {
  font-size: 1.1rem;
}

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

.icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.icon-2.dark-icon-color {
  color: #000;
}

.main-wrapper {
  color: #000;
  background-color: #121316;
}

.agenda-detail {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  display: flex;
}

.benefits-text-strip {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.nav-link-wrapper {
  grid-column-gap: 2.5rem;
  display: flex;
}

.text-color-light {
  color: #73757f;
}

.preview-speakers {
  overflow: hidden;
}

.action-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.section-banner {
  position: relative;
}

.name-block {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  height: 7.5vw;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.65;
}

.footer-action-component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.about-description {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  max-width: 30rem;
  display: flex;
}

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

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

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

.benefits-strip {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .9fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.agenda-bottom {
  max-width: 30rem;
  padding-left: 3rem;
  overflow: hidden;
}

.sticky-base {
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-bottom-style: none;
  border-top-left-radius: 5vw;
  border-top-right-radius: 5vw;
  justify-content: center;
  height: 90vh;
  max-height: 53rem;
  margin-top: -8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.sticky-base.sticky-first-base {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 8rem;
}

.sticky-base.sticky-second-base {
  margin-top: -12rem;
  margin-bottom: 4rem;
  top: 4rem;
}

.benefit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sticky-top-side {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-image {
  border-radius: .5rem;
  height: 85%;
  position: relative;
  overflow: hidden;
}

.footer-action-heading {
  letter-spacing: 0;
  text-transform: none;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

.preview-paralax {
  background-image: url('../images/image67-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.name-list {
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.agenda-time {
  align-items: center;
  height: 2rem;
  display: flex;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.sticky-description {
  max-width: 31rem;
}

.speakers-row-guide {
  z-index: 25;
  border-top: 1px #d3e5e9;
  justify-content: flex-start;
  margin-bottom: 0;
  padding-top: 7rem;
  padding-bottom: 1.75rem;
  padding-left: 14vw;
  display: flex;
  position: relative;
}

.preview-teacher-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  display: flex;
}

.team-avatar {
  z-index: 20;
  border-radius: 100%;
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
}

.faq-item {
  cursor: pointer;
}

.speaker-list {
  border-top: 1px solid #d3e5e9;
  width: 100%;
  margin-bottom: 9rem;
  position: relative;
}

.sticky-cover {
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-link-2 {
  color: #fff;
}

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

.section-benefits {
  background-color: #fff;
  overflow: hidden;
}

.section-sticky-cards {
  z-index: 25;
  background-color: #121316;
  margin-top: -2rem;
  position: relative;
}

.benefits-component {
  background-color: var(--black-spot);
  border-radius: 1rem;
}

.section-footer-action {
  background-color: #121316;
  border-bottom: 1px solid #1a1c24;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.social-icon {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.preview-teacher-title {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-direction: column;
  margin-left: -3vw;
  display: flex;
}

.preview-agenda-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  outline-offset: 0px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d3e5e9;
  border-radius: 1rem;
  outline: 1px #d3e5e9;
  flex-direction: column;
  margin-top: -2rem;
  padding: 4.5rem 2rem 2.5rem;
  display: flex;
}

.preview-agenda-item.top {
  margin-top: 0;
  padding-top: 2.5rem;
}

.page-sections {
  z-index: 10;
  background-color: #fff;
  border-bottom-right-radius: 5vw;
  border-bottom-left-radius: 5vw;
  font-family: Satoshi, sans-serif;
  position: relative;
  box-shadow: 0 30px 72px -8px #12131673;
}

.looping-text {
  grid-column-gap: 15vw;
  grid-row-gap: 15vw;
  letter-spacing: -.1rem;
  white-space: nowrap;
  padding-right: 15vw;
  font-size: 10vw;
  font-weight: 500;
  display: flex;
}

.text-span {
  font-style: italic;
  font-weight: 500;
}

.faq-icon {
  background-color: #121316;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.75rem;
  min-width: 4.75rem;
  height: 4.75rem;
  min-height: 4.75rem;
  display: flex;
}

.overlay-2 {
  z-index: 10;
  background-color: #121316b3;
  position: absolute;
  inset: 0%;
}

.overlay-2.overlay-light {
  background-color: #1213164d;
}

.faq-intro {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  padding-bottom: 4.5rem;
  display: flex;
}

.heading-xhuge {
  color: var(--white);
  font-size: 7.5vw;
  line-height: 1.1;
}

.preview-description {
  max-width: 30rem;
}

.agenda-list {
  border: 1px #d3e5e9;
  border-radius: 1rem;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
}

.agenda-bottom-content {
  padding-top: 2.5rem;
}

.faq-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.preview-agenda {
  grid-column-gap: 6rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 50% 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.heading-medium {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.preview-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.footer-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.action-wrapper {
  z-index: 5;
  color: #fff;
  text-align: left;
  position: relative;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-image {
  border-radius: .5rem;
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-image.twelve {
  margin-top: -150%;
}

.hero-image.fourteen {
  left: 1vw;
}

.hero-image.ten {
  margin-top: 0%;
  margin-bottom: -45%;
  left: 140%;
}

.hero-image.thirteen {
  margin-top: -50vw;
  left: -70vw;
}

.hero-image.two {
  margin-top: -45vw;
  left: 65vw;
}

.hero-image.three {
  margin-bottom: -5vw;
  left: -5vw;
}

.hero-image.four {
  top: 0%;
  left: -1vw;
}

.hero-image.nine {
  margin-top: -45vw;
  left: -65vw;
}

.faq-bottom {
  overflow: hidden;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px #3b3b4b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
  font-size: 1.125rem;
  display: grid;
}

.action-intro {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.action-content {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: end stretch;
  padding-bottom: 0;
  display: grid;
}

.benefits-base {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 40rem;
  padding-top: 9rem;
  padding-bottom: 9rem;
  display: flex;
}

.footer-column-2 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.agenda-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.sticky-card-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.heading-large {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-home-heading {
  z-index: 10;
  position: relative;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11 {
  display: flex;
}

.link-block-12 {
  display: block;
}

.social-media-line {
  opacity: .51;
  color: #fff;
  align-items: center;
  margin-bottom: 1.1em;
  display: flex;
}

.social-media-line:hover {
  opacity: 100;
}

.social-icon-footer {
  opacity: 1;
  width: 15px;
  margin-right: 7px;
}

.growth-banner {
  background-image: url('../images/agencia-growth-hacking-mexico-copy.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 500px;
}

.lead-generation {
  z-index: 1;
  width: 440px;
  height: 440px;
  position: relative;
}

.div-block {
  width: 100px;
  height: 400px;
}

.proyecto-diseno {
  float: none;
  clear: none;
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.link-proyecto-branding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

.titulo-proyecto {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}

.titulo-proyecto.black {
  color: #000;
}

.info-proyecto-branding {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.branding-link-proyecto-info {
  color: #575757;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
}

.revolut-logo-copy {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.justify-content-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.countdown-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: .75fr;
  justify-content: start;
  justify-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 36px;
  margin-left: 0;
  padding-top: 0;
}

.heading-10 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.inner-section {
  border-radius: 12px;
  width: 100%;
  max-width: 1216px;
  margin: 84px 5%;
  padding: 35px 28px 52px;
  position: relative;
  overflow: hidden;
}

.inner-section-bg {
  opacity: .75;
  background-image: linear-gradient(#00000087, #00000087);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.tiempolimdivinner {
  flex-direction: row;
  align-items: center;
  width: 50%;
  display: flex;
}

.tiempolimdivinner._2 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-block-5 {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-5.a {
  opacity: 1;
  color: #fff;
  margin-top: 23px;
  font-size: 14px;
  line-height: 22px;
}

.text-block-20 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

.container-4.inner-section-container {
  max-width: 1000px;
  position: relative;
}

.column-block {
  text-align: center;
  background-color: #0000;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 6px 10px 10px;
  display: flex;
}

.text-span-3 {
  font-size: 20px;
  font-weight: 700;
}

.black-body {
  background-color: var(--black-spot);
}

.multimedia-hero {
  filter: contrast(119%);
}

.multimedia-hero.negro-fondo {
  filter: contrast(172%);
}

.multimedia-hero.paddel {
  filter: contrast(115%);
  mix-blend-mode: multiply;
}

.contenido {
  filter: contrast(119%);
}

.contenido.negro-fondo {
  filter: contrast(172%);
}

.contenido.paddel {
  filter: contrast(115%);
  mix-blend-mode: multiply;
}

.collection-item, .collection-list {
  width: 100%;
}

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

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

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

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
  display: grid;
}

.collection-item-2 {
  width: 36px;
  padding-left: 5px;
  padding-right: 5px;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.collection-list-wrapper-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: 50px;
  margin-right: 50px;
}

.collection-item-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.search-2 {
  border: 1px #bdbbbb;
  border-radius: 20px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.search-button-2 {
  background-color: #04f;
  font-family: Satoshi, sans-serif;
}

.search-input-2 {
  color: #000;
  border: 1px solid #bdbbbb;
  border-right-style: none;
  border-radius: 20px 0 0 20px;
  width: 300px;
  height: 100%;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
}

.filtro-portafolio-toggle-2 {
  border: 1px solid #bdbbbb;
  border-radius: 20px;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  display: flex;
}

.dropdown-list-3 {
  background-color: #fff;
}

.dropdown-list-3.w--open {
  border: 1px solid #bdbbbb;
  border-radius: 4px;
  margin-top: 5px;
  box-shadow: 0 0 20px #0000001a;
}

.buscador-portafolio-2 {
  z-index: 100;
  background-color: #fff;
  border-top: 1px solid #bdbbbb;
  border-bottom: 1px solid #bdbbbb;
  justify-content: center;
  padding: 20px 3.5rem;
  display: flex;
  position: sticky;
  top: 70px;
}

.link-portafolio-2 {
  color: #000;
  width: 100%;
}

.link-portafolio-2:hover {
  color: #04f;
}

.img-portafolio-2 {
  background-image: url('../images/folio-mobile.d63fe9c.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.badge-2 {
  width: 20px;
  margin-left: 5px;
}

.collection-list-wrapper-4 {
  width: 100%;
  max-width: 1200px;
}

.collection-item-4 {
  justify-content: space-around;
  display: block;
}

.web-services.negro-fondo {
  filter: contrast(172%);
}

.web-services.paddel {
  filter: contrast(115%);
  mix-blend-mode: multiply;
}

.portafolio-title {
  align-items: center;
  display: flex;
}

.client {
  margin-right: 10px;
}

.next {
  border-radius: 100px;
}

.hide-desk {
  display: none;
}

.cont-ctanos {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 61px;
  display: flex;
}

.html-embed {
  width: 100%;
  height: auto;
}

.html-embed.na-size {
  height: auto;
}

.main-container-3 {
  width: 100%;
  max-width: 1000px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.main-container-3.card {
  flex-direction: column;
  justify-content: center;
  max-width: none;
  margin-top: 27px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.ui-snippet-demo-box {
  background-color: #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 474px;
  padding: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ui-snippet-demo-box.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.ui-snippet-demo-box.image._1 {
  background-image: url('../images/CRM-Marketing-Ventas-Mexico-black-spot.png');
}

.ui-snippet-demo-box.image._2 {
  background-image: url('../images/email-marketing-inteligente-segmentacion-marketing-black-spot.png');
}

.ui-snippet-demo-box.image.example {
  background-image: url('../images/crm.jpg');
}

.ui-snippet-demo-box.image._5 {
  background-image: url('../images/chat-bot-inteligente-inteligencia-artificial-omnicanal-black-spot.png');
}

.icon-title {
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.icon-title.small {
  margin-bottom: 12px;
}

.icon-horizontal-heading {
  letter-spacing: .5px;
  margin-bottom: 0;
  margin-left: 14px;
  font-size: 15px;
  font-weight: 500;
}

.icon-horizontal-heading.black-text {
  color: #000;
}

.collection-item-5 {
  margin-bottom: 18px;
}

.collection-list-wrapper-5 {
  background-color: #fff;
}

.empty-state {
  background-color: #0000;
}

.black-body-signature {
  background-color: #000;
  padding: 60px 3%;
}

.home-header_video-2 {
  color: #fff;
  background-image: linear-gradient(to top, #0000000d, #00000040 0%, #000000e3 97%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  padding: 29px 15px 15px 39px;
  display: flex;
}

.image-3 {
  width: 100px;
}

.row-center {
  z-index: 10;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -53px;
  display: flex;
  position: relative;
}

.photo {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 4px;
  display: flex;
  box-shadow: 4px -2px 30px -1px #0000005e;
}

.foto {
  background-image: url('../images/328800015_762770382153122_2183114775371728215_n.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.row-center-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-block-21 {
  color: #777;
}

.botones-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-5:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-5.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-5.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.contacto {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 9px;
  text-decoration: none;
  display: flex;
}

.button-6 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-6:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-6.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-6.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.button-6.adjacent-to-link.blue-center.contacto {
  justify-content: center;
  width: auto;
  font-size: 25px;
  display: flex;
}

.image-4 {
  width: 30px;
  margin-right: 15px;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-7:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-7.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-7.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.button-7.adjacent-to-link.blue-center.contacto {
  justify-content: center;
  width: auto;
  font-size: 25px;
  display: flex;
}

.image-5 {
  width: 30px;
  margin-right: 15px;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-8:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-8.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-8.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.button-8.adjacent-to-link.blue-center.contacto {
  justify-content: center;
  width: auto;
  font-size: 25px;
  display: flex;
}

.image-6 {
  width: 30px;
  margin-right: 15px;
}

.button-9 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-9:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-9.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-9.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.button-9.adjacent-to-link.blue-center.contacto {
  justify-content: center;
  width: auto;
  font-size: 25px;
  display: flex;
}

.image-7 {
  width: 30px;
  margin-right: 15px;
}

.card-bottom-text-2 {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.card-bottom-text-2.grey {
  color: #bdbbbb;
  text-align: left;
  width: 100%;
}

.card-title-abstract-2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.blanco {
  padding-bottom: 55px;
}

.image-8 {
  width: 30px;
  margin-right: 15px;
}

.small-bottom-text-2 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.small-bottom-text-2.grey {
  color: #bdbbbb;
}

.button-10 {
  color: #fff;
  text-align: center;
  background-color: #04f;
  border-radius: 200px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-10:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-10.small {
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 400;
}

.button-10.small.right-margin {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.container-5 {
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-9 {
  height: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.logos-without-title-2 {
  filter: invert();
  background-color: #fff0;
  border: 1px #000;
  width: 100%;
  max-width: 1220px;
  margin-left: 50px;
  margin-right: 50px;
  padding: 30px 0 20px;
  position: relative;
}

.logos-without-title-2.last {
  padding-bottom: 65px;
}

.logos-without-title-2.first {
  filter: invert();
  width: 100%;
  max-width: 1220px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 47px;
  padding-left: 0;
  padding-right: 0;
}

.no-bottom-margin-3 {
  color: #000;
  margin-bottom: 0;
}

.no-bottom-margin-3.white {
  color: #fff;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  height: 100%;
  margin-top: 39px;
}

.card-container-info-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  display: flex;
}

.logos-overlay-2 {
  z-index: 10;
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  height: 300px;
  position: absolute;
}

.button-11 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-11:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-11.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-11.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.button-11.adjacent-to-link.blue-center.contacto {
  justify-content: center;
  width: auto;
  font-size: 25px;
  display: flex;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.no-bottom-margin-4 {
  margin-bottom: 0;
  font-weight: 500;
}

.no-bottom-margin-4.smaller-h3 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.no-bottom-margin-4.smaller-h3.white {
  color: #fff;
}

.card-title-abstract-3 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-2 {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

.image-10 {
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-7 {
  color: #006fee;
}

.heading-27 {
  color: #fff;
}

.heading-27.red {
  color: #f60000;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.pricing-table-cell {
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0;
  display: flex;
}

.pricing-table-cell.line {
  border-top: 1px solid #006fee;
}

.pricing-table-cell.line.red {
  background-color: #d92626;
}

.pricing-table-cell.line.grey {
  border-top-color: #3e3e3e;
}

.pricing-table-cell.izq {
  justify-content: flex-start;
}

.pricing-table-cell.izq.red {
  background-color: #d92626;
  padding-left: 35px;
}

.pricing-table-cell.arrow-left-slide-hero {
  justify-content: flex-start;
}

.pricing-table-cell.arrow-left-slide-hero.line {
  border-top-style: solid;
}

.button-12 {
  color: #fff;
  text-align: center;
  background-color: #04f;
  border-radius: 200px;
  padding: 14px 21px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-12:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-12.small {
  padding: 9px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-12.small.right-margin {
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.button-12.small {
  background-color: #04f;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-left: 15px;
  padding: 9px 16px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.heading-16 {
  color: #fff;
}

.heading-16.mini {
  font-size: 30px;
}

.plan-price-wrapper {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  position: static;
}

.top-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 26px;
}

.small-bottom-text-3 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.small-bottom-text-3.grey {
  color: #bdbbbb;
}

.text-span-19 {
  font-size: 25px;
}

.text-span-14 {
  text-decoration: line-through;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.title-wrap.dos {
  margin-top: 100px;
}

.feature {
  background-image: url('../images/Path.svg');
  background-position: 0 60%;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-bottom: 10px;
  padding-left: 22px;
}

.heading-6 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.text-span-15 {
  font-size: 18px;
}

.pricingnumber {
  font-size: 19px;
  font-weight: 300;
}

.image-11 {
  width: 25px;
  height: 25px;
}

.image-11.na {
  opacity: .21;
  filter: saturate(0%);
}

.pricing-section {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0 3%;
  display: flex;
}

.help-icon {
  width: 18px;
}

.text-block-23 {
  color: #fff;
  margin-top: 22px;
}

.text-span-5 {
  font-size: 15px;
  font-weight: 400;
}

.pricing-top-2 {
  text-align: center;
  background-color: #131313;
  border-bottom: 1px solid #006fee;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 165px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.image-background-2 {
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  position: absolute;
  inset: 12% 0% 0%;
  overflow: hidden;
}

.heading-7 {
  color: #fff;
  justify-content: center;
  width: 100%;
  display: flex;
}

.heading-7.gris {
  color: #858585;
  text-decoration: none;
}

.div-block-2 {
  justify-content: center;
  margin-top: -3px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.icono-bs {
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

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

.pricing-plan-2 {
  z-index: 1;
  perspective: 1000px;
  perspective-origin: 50%;
  background-color: #fff;
  border-width: 1px;
  border-color: #dddeeb;
  border-radius: 9px;
  width: 33.3333%;
  min-height: 400px;
  padding: 35px 61px 40px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 100px -25px #506a7980;
}

.pricing-plan-2.middle-pricing-plan {
  z-index: 2;
  width: 35%;
  margin: -17px -15px -18px;
  transform: translate(0);
  box-shadow: 0 0 50px 5px #2948521a, 0 85px 100px -35px #5a727733;
}

.text-span-7 {
  font-size: 10px;
}

.pricing-button {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f00064;
  border-radius: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  transition: transform .2s;
  display: block;
  transform: translate(0);
  box-shadow: 0 20px 35px -10px #506a7980;
}

.pricing-button:hover {
  background-color: #ff398b;
  transform: translate3d(0, 0, 20px);
}

.pricing-button.cta.yellow {
  transform-style: preserve-3d;
  background-color: #04f;
  flex: 1;
  margin-top: -46px;
  transition-property: all;
  transition-duration: .4s;
  box-shadow: 0 0 0 -20px #506a7980;
}

.pricing-button.cta.yellow:hover {
  transform: translate3d(0, 0, 15px);
  box-shadow: 2px 16px 20px -4px #506a7980;
}

.pricing-button.cta.yellow._2 {
  background-color: #04f;
  margin-top: -15px;
  transition-property: all;
  box-shadow: 0 0 0 -20px #506a7980;
}

.pricing-button.cta.yellow._2:hover {
  box-shadow: 3px 16px 20px -4px #506a7980;
}

.pricing-table-container {
  perspective: 1000px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 51px;
  display: flex;
}

.pricing-table-container._2 {
  display: none;
}

.nav-link-3 {
  color: #000;
  padding: 0 20px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-3.active {
  color: #191c1f;
  padding-left: 0;
  font-weight: 700;
}

.nav-link-3.active.white {
  color: #fff;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.pricing-line-break {
  border-top: 1px solid #006fee;
  height: 81px;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.plan-name {
  color: #00000080;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.plan-name.dos {
  letter-spacing: 0;
}

.start-link {
  color: #8c54ff;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.arrow {
  margin-left: 12px;
}

.heading-8 {
  color: #fff;
  text-align: center;
  width: 100%;
}

.heading-8.hotsale {
  color: #818181;
  text-decoration: none;
}

.heading-8.promo {
  color: var(--silver);
}

.main-container-4 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-left: 28px;
  padding-right: 28px;
}

.title {
  color: #ffffff80;
  letter-spacing: 2px;
  font-size: 12px;
}

.black-background-2 {
  background-color: #000;
}

.logos-overlay-3 {
  z-index: 10;
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  height: 300px;
  position: absolute;
}

.no-bottom-margin-5 {
  color: #000;
  margin-bottom: 0;
}

.no-bottom-margin-5.white {
  color: #fff;
}

.plan-price {
  text-align: center;
  padding-top: 8px;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

.container-7 {
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-bottom-text-3 {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.card-bottom-text-3.grey {
  color: #bdbbbb;
  text-align: left;
  width: 100%;
}

.card-bottom-text-3.grey.faq {
  color: #5c5c5c;
  margin-bottom: 25px;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.text-block-24 {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.discount {
  color: #ffffff80;
  font-size: 14px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.small-top-text-2 {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.small-top-text-2.grey {
  color: #bdbbbb;
}

.small-top-text-2.grey.name {
  color: #fff;
  font-weight: 700;
}

.text-span-20 {
  font-size: 14px;
  font-weight: 300;
}

.feature-wrap {
  margin-bottom: 80px;
  padding-top: 20px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.contenedor-servicios-titulo-2 {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
  position: relative;
}

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

.check {
  opacity: 1;
  width: 38px;
}

.heading-28 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.text-block-25 {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-25.a {
  color: #fff;
  margin-top: 12px;
}

.text-block-26 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

.container-8.inner-section-container {
  max-width: 1000px;
  position: relative;
}

.countdown-grid-2 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: .75fr;
  justify-content: start;
  justify-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 36px;
  margin-left: 0;
  padding-top: 0;
}

.wrap-hidden {
  display: none;
}

.ui-img-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hero_ui-3-bg {
  z-index: 4;
  background-image: linear-gradient(127deg, #0c6ec9, #2719bf);
  border: 1px #ffffff26;
  border-radius: 10px;
  width: 174px;
  height: 114px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.ui_color_swatch {
  cursor: pointer;
  width: 14px;
  height: 15px;
}

.hero_bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.paragraph {
  color: #dbdbdb;
  width: 300px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.paragraph.ui-txt {
  color: #ddd;
  background-color: #40416b;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: 64px;
  padding: 11px 8px 8px;
  font-size: 11px;
}

.heading-move {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.3em;
  line-height: 1;
}

.heading-move._1 {
  display: block;
  position: static;
}

.heading-move._5, .heading-move._4 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: block;
  position: static;
}

.heading-move._2 {
  position: static;
}

.heading-move._3, .heading-move._7 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: block;
  position: static;
}

.ui_color {
  background-color: #9064db;
  border-radius: 6px;
  width: 100%;
  height: 96px;
}

.heading-wrap {
  width: 340px;
  height: 200px;
  position: relative;
}

.hero-ui-5 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #09083f80;
  border-radius: 12px;
  align-items: center;
  width: 285px;
  height: 190px;
  display: flex;
  position: absolute;
  top: 53%;
  left: 54%;
  overflow: hidden;
}

.button-13 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 54px;
  margin-top: 20px;
  display: flex;
  position: relative;
  transform: none;
}

.card_color-2 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: 5%;
}

.label {
  z-index: 4;
  color: #fff;
  position: relative;
}

.button_bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 50px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #000000bf;
}

.hero_bg-image {
  z-index: -5;
  opacity: .23;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.button_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.ui_color_swatch-wrap {
  z-index: 7;
  grid-column-gap: 0px;
  width: 90px;
  height: 16px;
  padding-left: 0;
  display: flex;
  position: absolute;
  inset: auto 6% 15% auto;
}

.heading_interaction-wrap {
  align-items: center;
  height: 63px;
  display: flex;
  position: relative;
  top: 132px;
}

.card_color-4 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 74%;
  left: 6%;
}

.hero_section {
  width: 100vw;
  height: 100vh;
  position: relative;
}

.ui-img-4 {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_right-wrap {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 520px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
  right: -2%;
}

.card_color-3 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: 86%;
  right: 47%;
}

.lesson-img {
  width: 100%;
  height: 38px;
}

.hero_ui-2 {
  z-index: 0;
  border: 1px #ffffff26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 67%;
  left: 1%;
  overflow: hidden;
}

.ui-img-3 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero_left-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-29 {
  z-index: 0;
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.6em;
  font-weight: 300;
  line-height: 1;
  position: absolute;
}

.hero_bg-glass {
  z-index: 3;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_ui-1 {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #050435bf;
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 510px;
  position: absolute;
  overflow: hidden;
}

.card_color-1 {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -16%;
  left: -11%;
}

.card_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrapper {
  justify-content: space-between;
  width: 920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ui-img-5 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.ui_color-change {
  grid-column-gap: 4px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 130px;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}

.button_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_color-wrap.blur {
  filter: blur(5px);
  overflow: hidden;
}

.ui-img-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.ui-5_lesson-list {
  z-index: 5;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 56%;
  height: 90%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: absolute;
  inset: 0% 1% 0% auto;
  overflow: auto;
}

.hero_ui-4 {
  z-index: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #09083f80;
  border-radius: 12px;
  width: 285px;
  height: 190px;
  position: absolute;
  top: 53%;
  left: -1%;
  overflow: hidden;
}

.bold {
  color: #fff;
  font-weight: 700;
}

.hero_ui-3 {
  z-index: 0;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px #ffffff26;
  border-radius: 12px;
  width: 180px;
  height: 120px;
  position: absolute;
  bottom: 67%;
  left: 36%;
  overflow: hidden;
}

.hero_ui-2-bg {
  z-index: 4;
  background-image: linear-gradient(127deg, #4f40b9, #7aa0ff);
  border: 1px #ffffff26;
  border-radius: 10px;
  width: 174px;
  height: 114px;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.hero_bg-blur {
  z-index: -1;
  filter: blur(50px);
  mix-blend-mode: normal;
  background-image: linear-gradient(234deg, #6665a740 10%, #0a6eb6cc 19%, #0816806e 31%, #533aa5cf 41%, #470f72cf 56%, #07497eb0 75%);
  border: 1px #000;
  border-radius: 60%;
  width: 90%;
  height: 80%;
  position: relative;
  top: -8%;
  left: -54%;
}

.hero_bg-blur.upper {
  opacity: .33;
}

.image-12 {
  width: 30px;
  margin-right: 10px;
}

.image-12.cero-pading {
  width: 40px;
  margin-right: 0;
}

.logo-black-spot {
  align-items: center;
  display: flex;
}

.text-block-27 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
}

.right-content-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: scroll;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.content-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.content-wrapper {
  height: 100vh;
}

.progress {
  background-color: #fff;
  width: 1%;
  height: 100%;
}

.page-padding-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.right-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 75%;
  min-height: 80vh;
  display: none;
}

.right-content-block._1, .right-content-block._4, .right-content-block._2, .right-content-block._5, .right-content-block._3 {
  display: flex;
}

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

.sticky-left-content {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
  position: sticky;
  top: 50%;
  transform: translate(0, -50%);
}

.slide-number-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-number {
  opacity: .26;
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.slide-number.ok {
  opacity: 1;
}

.left-content-wrapper {
  position: relative;
}

.headingblue {
  opacity: 1;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(135deg, #009efd, #2af598 50%, #009efd);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1.2em;
}

.headingblue.big-title {
  font-size: 60px;
  font-weight: 700;
}

.track {
  background-color: #585858;
  width: 0;
  height: 2px;
  margin-left: 12px;
  margin-right: 12px;
}

.paragraph-3 {
  color: #fff;
  font-family: Satoshi, sans-serif;
}

.heading-30 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #001eff, #00b7ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-4 {
  color: var(--white);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.completo {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 3%;
  display: flex;
}

.completo.presntacion-web {
  padding-top: 50px;
  padding-bottom: 50px;
}

.izauierda {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: none;
}

.sticky-left-content-1 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

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

.button-14 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #80808033;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-14:hover {
  background-color: #5311ce;
}

.button-14.color-line-white {
  white-space: nowrap;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-14.color-line-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #00259e;
}

.button-14.color-line-white.white {
  background-color: #0000;
}

.button-14.color-line-white.white:hover {
  background-color: #fff;
  border-style: solid;
  border-color: #fff;
}

.button-14.color-line-white.white.black {
  color: #fff;
  border-color: #fff;
  font-weight: 400;
}

.button-14.color-line-white.white.black:hover {
  background-color: #000;
}

.mask {
  background-color: #0000;
  border-bottom: 1px #000;
  border-radius: 0;
  width: 100%;
}

._50-50 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-5 {
  color: #fff;
  background-color: #0000003b;
  border: 1px solid #fff;
  border-radius: 20px;
}

.text-field-5.space-1 {
  flex: 0 auto;
  margin-top: 26px;
}

.text-field-5.right {
  margin-left: 10px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.arrow-2 {
  filter: brightness(0%) invert();
  color: #fff;
  width: 16px;
  margin-right: 8px;
}

.form-3 {
  border-bottom: 1px #000;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.checkbox-title {
  color: #000;
  justify-content: center;
  margin-bottom: 7px;
  padding-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.form-content {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 100%;
  margin-bottom: 33px;
  display: flex;
}

.form-content.final {
  margin-bottom: 0;
}

.form-content.final.cdenter {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.image-17 {
  height: 25px;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.checkbox-image {
  filter: grayscale();
  width: 45px;
  margin-top: -17px;
  padding-top: 0;
}

.paragraph-5 {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.paragraph-5.white {
  color: #fff;
}

.paragraph-5.white.spaceup {
  opacity: .39;
  color: silver;
  margin-top: 20px;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #001ec81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.link {
  color: #0144ff;
  font-size: 14px;
  font-weight: 400;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #ec2b2b;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mobile-nav-bottom {
  display: none;
}

.slider-content-wrap {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 56px;
  display: flex;
  position: relative;
}

.form-wrapper-2 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.form-wrapper-2.big-pad {
  padding-top: 50px;
}

.form-wrapper-2.tama-o {
  margin-bottom: 100px;
}

.checkbox-2 {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.checkbox-2:active {
  border: 1px solid #000;
}

.square-title {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: static;
}

.previous-button {
  opacity: 1;
  color: #fff;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.heading-regular {
  color: #fff;
  margin-top: 10px;
  font-size: 1.8em;
}

.testimonial-subheader {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

.heading-large-2 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.heading-large-2.text-white.center {
  text-align: center;
}

.next-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 0;
  display: block;
  position: absolute;
  right: 2px;
  overflow: visible;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.slider-2 {
  background-color: #0000;
  border-bottom: 1px #000;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  display: flex;
  position: relative;
}

.previous {
  opacity: .45;
  color: #ff8080;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 0 30px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 0% -3%;
}

.previous:hover {
  opacity: 1;
}

.success-message {
  letter-spacing: 1px;
  background-color: #fff;
  padding: 50px;
  box-shadow: 1px 1px 50px -4px #0000007d;
}

.div-block-4 {
  width: 800px;
}

.text-block-28 {
  color: #fff;
}

.main {
  background-color: #000;
}

.text-block-2 {
  align-self: center;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
}

.text-block-2.small-text-interconectado {
  text-align: center;
  width: 700px;
  margin-bottom: 14px;
}

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

.div-block-5 {
  align-self: center;
  display: flex;
}

.image-18 {
  mix-blend-mode: normal;
  object-fit: cover;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subheading {
  color: #eaeaea;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.link-3 {
  text-decoration: none;
}

.div-block-7 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 800px;
  margin-top: -158px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.heading-31 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffa560, #630);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 40px;
  line-height: 60px;
}

.heading-31.center {
  text-align: center;
  margin-top: 0;
}

.heading-31.center.no-padding-up, .heading-31.center._50px-up, .heading-31.center.propuesta {
  margin-top: 0;
}

.image-19 {
  width: 100px;
}

.bold-text-2 {
  color: #d9d9d9;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.bold-text-2.white {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.bold-text-2.smaller {
  font-size: 25px;
  line-height: 30px;
}

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

.div-separte-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-below-heading {
  align-self: center;
  width: 700px;
  font-size: 30px;
}

.text-span-21 {
  color: #0e0e0e;
}

.second-part {
  background-color: #000;
  margin-left: 200px;
  margin-right: 200px;
  padding: 0;
}

.normal-image.contain-500 {
  width: 800px;
  margin-bottom: -109px;
}

.heading-2 {
  margin-bottom: -15px;
  font-size: 30px;
}

.heading-2._2 {
  margin-top: 18px;
  margin-bottom: 15px;
  line-height: 30px;
}

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

.heading-32 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9aab4, #535458);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.heading-32.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 60px;
  line-height: 60px;
}

.heading-32.white.special {
  color: #a1a1a5;
}

.button-1 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 14px;
  font-size: 16px;
}

.paragraph-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 200;
}

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

.div-block-9 {
  flex-direction: column;
  justify-content: space-between;
  width: 500px;
  height: auto;
  display: flex;
}

.div-block-10 {
  margin-top: 50px;
}

.paragraph-7 {
  padding-bottom: 20px;
}

.box {
  background-image: linear-gradient(206deg, #3202d1, #000308 57%);
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 700px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 50px;
  padding-right: 0;
  display: flex;
}

.box.dos {
  background-image: linear-gradient(206deg, #7a2d00, #000308 57%);
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 50px;
}

.box-text-1 {
  color: #fff;
  padding-bottom: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
}

.bold-text-3 {
  color: #fff;
}

.image-20 {
  width: 600px;
}

.heading-33 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9aab4, #535458);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.heading-33.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  line-height: 90px;
}

.heading-33.white.purple {
  color: #8678cb;
}

.box-text-text {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.button-15 {
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 14px;
  font-size: 16px;
}

.paragraph-8 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 200;
}

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

.div-block-12 {
  margin-top: 50px;
}

.paragraph-9 {
  padding-bottom: 20px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: space-between;
  width: 600px;
  height: auto;
  display: flex;
}

.div-block-14 {
  display: flex;
}

.text-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.box-2 {
  background-image: linear-gradient(206deg, #29292917, #29292917), url('../images/graphics_bg__dg5opxaj0iwm_large_2x.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 700px;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 50px;
  padding-right: 100px;
  display: flex;
}

.text-span-22 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.heading-34 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9aab4, #535458);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.heading-34.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  line-height: 90px;
}

.heading-34.white.small {
  font-size: 20px;
  line-height: 20px;
}

.heading-34.white.centre {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 100px;
  display: block;
}

.text-span-23 {
  color: #0e0e0e;
}

.computer-image1 {
  position: relative;
}

.computer-image1.contain-small {
  width: 800px;
  margin-top: -54px;
}

.div-block-15 {
  float: left;
  clear: left;
  object-fit: none;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-35 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9aab4, #535458);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.heading-35.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  line-height: 90px;
}

.heading-35.white.special {
  color: #a1a1a5;
}

.bold-text-4 {
  color: #a0a0a5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.bold-text-4.smaller {
  font-size: 25px;
  line-height: 30px;
}

.div-block-16 {
  background-color: #151516;
  background-image: linear-gradient(181deg, #15151745 2%, #15151775 41%, #e0d56bba);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 400px;
  height: 700px;
  margin-right: 20px;
  padding: 30px 30px 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-17 {
  margin-left: auto;
  margin-right: auto;
}

.box-text-2 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-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: 19px;
  line-height: 30px;
}

.image-21 {
  width: 35px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-36 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9aab4, #535458);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.heading-36.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  line-height: 90px;
}

.div-block-18 {
  background-color: #151516;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 0;
  padding: 50px 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-span-24 {
  color: #0e0e0e;
}

.div-block-19 {
  float: left;
  clear: left;
  object-fit: none;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: static;
  overflow: visible;
}

.heading-37 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#a9aab4, #535458);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.heading-37.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  line-height: 90px;
}

.heading-37.white.special {
  color: #a1a1a5;
}

.bold-text-5 {
  color: #a0a0a5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.bold-text-5.smaller {
  font-size: 25px;
  line-height: 30px;
}

.logo-bs {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.logo-bs.no-padding {
  padding-top: 0;
}

.logo-bs.cero-pad {
  padding-top: 0;
  padding-bottom: 22px;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
}

.firsts-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000);
  border-bottom: 6px solid #222;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 265px;
  display: flex;
}

.firsts-section.centrar {
  justify-content: center;
}

.big-container {
  flex: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.vertical-flex.white {
  color: #fff;
}

.badge-3 {
  color: #bbb;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 4px 15px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.47059em;
}

.heading-38 {
  color: var(--white);
  margin-top: 0;
}

.heading-39 {
  color: var(--white);
}

.second-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000);
  border-top: 6px solid #222;
  border-bottom: 6px solid #222;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 580px;
  padding-top: 47px;
  display: flex;
}

.link-4 {
  margin-left: 26px;
}

.heading-40 {
  text-align: center;
  margin-top: 6px;
}

.image-22 {
  margin-bottom: 14px;
}

.image-23 {
  margin-top: 40px;
}

.div-block-21 {
  justify-content: space-around;
  display: flex;
}

.heading-41 {
  text-align: center;
  margin-top: 6px;
}

.image-24 {
  margin-bottom: 14px;
}

.div-block-22 {
  justify-content: space-around;
  display: flex;
}

.div-block-23 {
  background-image: url('../images/iphone-xs-0afef-largetall.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
  min-width: 100%;
  min-height: 300px;
  margin-top: 40px;
}

.third-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#000, #000);
  border-top: 6px solid #222;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  min-height: 580px;
  padding-top: 47px;
  display: flex;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  padding-top: 127px;
  display: flex;
}

.div-block-24.cero {
  padding-top: 21px;
}

.italic-text {
  color: #ed9507;
}

.navbar-page-padding {
  margin-left: 40px;
  margin-right: 40px;
}

.loop-marquee-logo-wrapper {
  display: flex;
}

.loop-marquee_heading {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 120px;
  display: flex;
}

.loop-marquee_heading.centrar {
  flex-direction: column;
  align-items: center;
}

.loop-marquee_heading.centrar.cero-top {
  padding-top: 0;
  padding-bottom: 41px;
}

.loop-marquee_heading.centrar.compu {
  display: none;
}

.button-overlay {
  background-image: radial-gradient(circle closest-corner, #009efd, #2af598);
  border-radius: 40px;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.bg-gradient {
  position: absolute;
  inset: 0%;
}

.text-size-small-2 {
  z-index: 1;
  font-size: .875rem;
  position: relative;
}

.loop-marquee-item-holder {
  flex: none;
  display: flex;
}

.figmatic-logo {
  color: #2af598;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_loop-marquee {
  z-index: 1;
  grid-row-gap: 1.5rem;
  background-image: url('../images/svg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-link {
  color: #fff;
  border: 2px solid #fff6;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-2 {
  z-index: 999999;
  background-color: #000c;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.loop-marquee_item-top {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.loop-marquee_brand-logo {
  grid-column-gap: 1.5rem;
  flex: none;
  display: flex;
}

.bg-black {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.container-9 {
  max-width: 1600px;
}

.loop-marquee_item-bottom {
  grid-column-gap: 1.5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.typed {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
}

.div-block-60 {
  align-items: center;
  height: 80px;
  margin-left: 0;
  display: flex;
}

.typed-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 58px;
  line-height: 68px;
}

.typed-2.h1 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.cursor {
  background-color: #ffffff4a;
  width: 3px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 12px;
  margin-left: 5px;
}

.div-block-61 {
  margin-bottom: 48px;
}

.div-block-62 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-62.proyectos {
  padding-bottom: 0;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.link-block-14 {
  width: 100%;
  height: auto;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.contenido-presentacion {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contenido-presentacion.black {
  background-color: #000;
}

.contenido-presentacion.overflow {
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.div-block-63 {
  padding-left: 100px;
  padding-right: 100px;
}

.contain-present {
  width: 1000px;
}

.contain-present.in-front {
  z-index: 2;
  position: relative;
}

.text-span-25 {
  color: #6b6b6b;
}

.dropdown-2 {
  width: 500px;
}

.dropdown-toggle-2 {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(167deg, #001349c7, #00e39f2b);
  border: .5px solid #ffffff0a;
  border-radius: 100px;
  width: 500px;
  height: 60px;
  font-family: Satoshi, sans-serif;
}

.div-block-64 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 27px;
  display: flex;
}

.dropdown-list-4 {
  overflow: hidden;
}

.dropdown-list-4.w--open {
  border-radius: 16px;
}

.no-bottom-margin-6 {
  margin-bottom: 0;
  font-weight: 500;
}

.no-bottom-margin-6.smaller-h3 {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.no-bottom-margin-6.smaller-h3.white {
  color: #fff;
}

.card-title-abstract-4 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1em;
}

.paragraph-10 {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
}

.pricingnumber-2 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 300;
}

.image-25 {
  height: 450px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-block-29 {
  color: #fff;
  margin-top: 22px;
}

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

.text-block-30 {
  color: #006fee;
}

.text-span-26 {
  color: #fff;
}

.small-bottom-text-4 {
  color: #000;
  text-align: center;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.small-bottom-text-4.grey {
  color: #bdbbbb;
}

.text-span-27 {
  font-size: 25px;
}

.text-span-28 {
  text-decoration: line-through;
}

.heading-42 {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
}

.text-span-29 {
  font-size: 18px;
}

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

.heading-18 {
  color: #fff;
  font-weight: 500;
}

.pricing-section-2 {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 140px 3% 31px;
  display: flex;
}

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

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

.text-span-32 {
  font-size: 10px;
}

.dropdown-link-mobile-2 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile-2:hover {
  background-color: #f8faff;
}

.nav-link-4 {
  color: #000;
  padding: 0 20px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link-4.active {
  color: #191c1f;
  padding-left: 0;
  font-weight: 700;
}

.nav-link-4.active.white {
  color: #fff;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.heading-43 {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}

.image-26 {
  width: 25px;
  height: 25px;
}

.image-26.fuente {
  margin-right: 7px;
}

.section-5 {
  padding-left: 3%;
  padding-right: 3%;
  display: none;
}

.section-5.hub-logistics {
  display: block;
}

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

.black-background-3 {
  background-color: #000;
}

.plan-price-wrapper-2 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  position: static;
}

.main-container-5 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.div-block-65 {
  justify-content: center;
  margin-top: -3px;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container-11 {
  justify-content: space-between;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-bottom-text-4 {
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.card-bottom-text-4.grey {
  color: #bdbbbb;
  text-align: left;
  width: 100%;
}

.card-bottom-text-4.grey.faq {
  color: #5c5c5c;
  margin-bottom: 25px;
}

.heading-44 {
  color: #fff;
  text-align: center;
  width: 100%;
}

.heading-44.cross {
  color: #646464;
  font-weight: 400;
  text-decoration: line-through;
}

.heading-44.normal {
  font-weight: 400;
}

.text-block-31 {
  opacity: .5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block-31.a {
  color: #fff;
  margin-top: 12px;
}

.text-block-31.a.empresa {
  opacity: 1;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.text-block-32 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

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

.container-12.inner-section-container {
  max-width: 1000px;
  position: relative;
}

.countdown-grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr .75fr;
  grid-auto-columns: .75fr;
  justify-content: start;
  justify-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 36px;
  margin-left: 0;
  padding-top: 0;
}

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

.brand-3 {
  flex: none;
  margin-right: 0;
}

.text-span-35 {
  font-size: 14px;
  font-weight: 300;
}

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

.plan-price-2 {
  text-align: center;
  padding-top: 8px;
  font-size: 45px;
  font-weight: 700;
  line-height: 40px;
}

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

.container-13 {
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.div-block-67 {
  background-color: #fff;
  border-radius: 9px;
  flex: 0 auto;
  width: 80%;
  height: auto;
  padding: 10px;
  overflow: visible;
}

.div-block-67.crm {
  height: 480px;
}

.div-block-67.calendar {
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: auto;
  display: flex;
}

.promo-hide {
  display: flex;
}

.image-27 {
  filter: invert();
  width: 50px;
}

.contenido-de-privacidad {
  flex-direction: column;
  padding-top: 43px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.image-28 {
  width: 100px;
}

.submit-button {
  background-color: var(--blue-first);
  border-radius: 2px;
  width: 100%;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.div-block-68 {
  width: 600px;
  margin-top: 113px;
}

.image-29 {
  width: 180px;
}

.image-29.ekoluz {
  width: 120px;
  margin-bottom: 5px;
}

.text-span-37 {
  text-decoration: line-through;
}

.black-friay {
  justify-content: center;
  align-items: center;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.image-30 {
  width: 300px;
}

.image-30._2 {
  width: 200px;
  position: absolute;
  top: 6425.99px;
}

.small.chico {
  font-size: 15px;
  line-height: 15px;
}

.background-video-3 {
  width: 100%;
  height: 130px;
}

.video-holder {
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  display: flex;
}

.youtube {
  border-radius: 10px;
  width: 80%;
  overflow: hidden;
}

.lightbox-link {
  width: 80%;
  margin-left: 28px;
  margin-right: 28px;
}

.image-31 {
  width: 100%;
}

.background-video-4 {
  z-index: 1;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.image-32 {
  width: 80px;
  transition: all .2s ease-in-out;
}

.image-32:hover {
  transform: scale(1.1);
}

.section-counter {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-38 {
  font-size: 14px;
}

.code-embed {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-39 {
  font-size: 20px;
}

.onboarding-holder {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 3%;
  display: flex;
}

.logo {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo.space {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-34 {
  width: 35px;
}

.bs-white {
  color: #fff;
}

.email-holder {
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.text-holder {
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.email-heading {
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 1.1em;
}

.white-email {
  background-color: #fff;
  flex-flow: column;
  padding: 0 60px 20px;
  display: flex;
}

.text-block-33 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.text-block-33.padding-top {
  color: #000;
  text-align: justify;
  padding-top: 0;
  font-size: 16px;
  line-height: 21px;
}

.text-block-33.padding-top.padd {
  padding-top: 10px;
}

.text-block-33.padding-top.center {
  text-align: center;
}

.boton-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-45 {
  text-align: center;
  font-weight: 700;
}

.div-block-69 {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.column-mail {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.mail-column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-40 {
  font-size: 19px;
}

.link-5 {
  font-size: 14px;
  font-weight: 400;
}

.image-35 {
  width: 220px;
}

.center-content {
  justify-content: center;
  align-items: center;
  padding: 30px 100px;
  display: flex;
}

.background-video-5 {
  width: 100%;
  max-width: 800px;
}

.dropdown-wrapper-2 {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-width: 240px;
  max-width: 360px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: hidden;
  box-shadow: 1px 1px 20px #00000038;
}

.dropdown-wrapper-2.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.dropdown-wrapper-2.language-select {
  min-width: 85px;
  max-width: none;
  margin-left: -25px;
}

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

.black-text-nav-2:hover {
  color: #04f;
}

.black-text-nav-2.black {
  color: #000;
  flex: none;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.black-text-nav-2.black:hover {
  color: #0144ff;
}

.black-text-nav-2.black.cero {
  margin-right: 4px;
}

.black-text-nav-2.white-white {
  color: #fff;
  flex: none;
  margin-right: 30px;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.black-text-nav-2.white-white:hover {
  color: #fff;
}

.black-text-nav-2.white-white.cero {
  margin-right: 4px;
}

.revolut-logo-copy-2 {
  width: 36px;
  height: 36px;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.nav-link-5 {
  color: #000;
  padding: 0 20px 0 0;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #0043ff;
}

.nav-link-5.recursos-hide {
  display: none;
}

.nav-link-5.active {
  color: #191c1f;
  padding-left: 0;
  font-weight: 700;
}

.nav-link-5.active.white {
  color: #fff;
  font-weight: 500;
}

.nav-link-5.final {
  padding-right: 0;
}

.dropdown-toggle-3 {
  color: #000;
  padding: 0;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #0043ff;
}

.dropdown-toggle-3.w--open:hover {
  color: #191c1f;
}

.dropdown-toggle-3.languagge {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.dropdown-toggle-3.languagge:hover {
  color: #0144ff;
}

.dropdown-toggle-3.languagge.white, .dropdown-toggle-3.white-white, .dropdown-toggle-3.white-white:hover {
  color: #fff;
}

.nav-container-2 {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
  display: flex;
}

.navigation-wrap-2 {
  z-index: 999999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #fffffff7;
  width: 100%;
  margin-top: 0;
  position: sticky;
  top: 0;
}

.navigation-wrap-2.black-nav-bar {
  background-color: #28282bb3;
  background-image: linear-gradient(90deg, #111111db 7%, #fff0);
  border-bottom: 1px solid #333;
}

.brand-4 {
  margin-right: 0;
}

.dropdown-link-mobile-3 {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile-3:hover {
  background-color: #f8faff;
}

.dropdown-list-body {
  z-index: 3;
  position: relative;
}

.footer-divider {
  margin-left: 24px;
  margin-right: 24px;
}

.inline-footer {
  margin-left: .05em;
  margin-right: .05em;
  font-weight: 500;
  display: inline;
}

.inline-footer.svg {
  line-height: 0;
  position: relative;
  top: 3px;
}

.dropdown-inner-shadow {
  z-index: 4;
  background-image: linear-gradient(#24324214, #0000 15%);
  height: 56px;
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
  box-shadow: 0 3px 12px #24324214;
}

.dropdown-card-title {
  color: #151b26;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.dropdown-card-title.not-margin {
  margin-top: 2px;
  margin-bottom: 0;
}

.dropdown-card {
  margin-bottom: 36px;
  display: block;
  position: relative;
}

.dropdown-card.has-icon {
  display: flex;
}

.sidebar-column-bg {
  display: none;
}

.dropdown-bg-full {
  background-color: #fff;
  position: absolute;
  inset: 0%;
  box-shadow: 35px 35px 50px #24324226;
}

.dropdown-sidebar-bg {
  background-color: #f6f8f9;
  border-left: 1px solid #e0e6e8;
  width: 100vw;
  position: absolute;
  inset: 0 0 0 706px;
}

.dropdown-card-text {
  font-weight: 400;
}

.dropdown-footer {
  align-items: center;
  height: 45px;
  display: flex;
}

.dropdown-footer-wrapper {
  background-color: #fbfdfe;
  border-top: 1px solid #e0e6e8;
  position: absolute;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.dropdown-card-bg {
  opacity: 0;
  border-radius: 3px;
  position: absolute;
  inset: -16px;
}

.dropdown-card-bg.orange {
  background-color: #f9dc0026;
}

.dropdown-card-bg.is-yellow {
  background-color: #fffede;
}

.dropdown-card-bg.is-red {
  background-color: #ffedef;
}

.dropdown-card-bg.is-blue {
  background-color: #edf8ff;
}

.dropdown-card-bg.purple {
  background-color: #f0f0ff;
}

.dropdown-card-bg.white {
  background-color: #fff;
  border: 1px solid #edf1f2;
}

.dropdown-card-bg.is-green {
  background-color: #e2fffa;
}

.dropdown-column-2.third {
  padding-left: 20px;
  position: relative;
}

.dropdown-footer-copy {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translate(0, -50%);
}

.dropdown-overflow {
  padding-top: 40px;
  overflow: auto;
}

.dropdown-list-5 {
  z-index: 1;
  background-color: #0000;
  padding-bottom: 142px;
  font-size: 13px;
  position: fixed;
  inset: 56px 0% auto;
  overflow: hidden;
}

.dropdown-column-title {
  color: #151b26;
  letter-spacing: 1px;
  text-transform: none;
  border-bottom: 1px solid #e0e6e8;
  margin-bottom: 30px;
  padding-bottom: 16px;
  font-size: 13px;
  font-weight: 500;
  position: relative;
}

.dropdown-card-content {
  position: relative;
}

.container-14 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

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

.divider {
  background-color: #e0e6e8;
  width: 1px;
  height: 28px;
}

.dropdown-footer-full {
  z-index: 1;
  opacity: 1;
  position: absolute;
  inset: 0 0% 96px;
}

.caret {
  height: 0;
  overflow: visible;
}

.dropdown-footer-link {
  color: #848f99;
  transition: color .2s;
}

.dropdown-footer-link:hover {
  color: #796eff;
}

.dropdown-grid {
  grid-column-gap: 50px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 180px 410px 240px;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-toggle-4 {
  color: #646f79;
  align-items: center;
  height: 100%;
  padding: 6px 13px 0;
  font-size: 15px;
  transition: color .2s cubic-bezier(.4, 0, .2, .01);
  display: flex;
}

.dropdown-toggle-4:hover {
  color: #796eff;
}

.dropdown-toggle-4.w--open {
  color: #796eff;
  box-shadow: inset 0 -3px #796eff;
}

.dropdown-card-icon {
  flex: 0 0 18px;
  width: 32px;
  margin-top: 2px;
  margin-right: 12px;
  line-height: 0;
  position: relative;
}

.dropdown-card-icon.arrow {
  opacity: .5;
  flex-basis: 14px;
  align-self: center;
  margin-left: 8px;
  margin-right: 0;
}

.footer-copy-link {
  color: #796eff;
}

.dropdown-bg {
  position: absolute;
  inset: 0% 0% 96px;
}

.dropdown-toggle-text {
  margin-right: 6px;
}

.title-options {
  color: #000;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
}

.title-options.cero {
  margin-top: 15px;
}

.title-options.cero.white {
  color: #fff;
}

.bs-container {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.bs-container.center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.bs-container.center.home {
  margin-bottom: 20px;
  padding-top: 50px;
}

.bs-container.center.home.cero {
  margin-bottom: 0;
}

.bs-container.growth {
  margin-top: 50px;
  margin-bottom: 50px;
}

.bs-container.video {
  background-color: #0000;
  border-radius: 15px;
  justify-content: center;
  height: 650px;
}

.section-bs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.section-bs.nomargin {
  margin-top: 0;
  margin-bottom: 0;
}

.home-header_paragraph-2 {
  color: #000;
  font-size: 18px;
  font-weight: 300;
}

.home-header_paragraph-2.white {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.home-header_paragraph-2.bluegradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(139deg, #04f, #acc2ff 54%, #04f);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Satoshi, sans-serif;
  font-weight: 400;
}

.home-header_paragraph-2.softblue {
  color: #96b9ff;
  font-weight: 400;
}

.home-header_paragraph-2.softblue.title {
  color: #bed4ff;
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 400;
}

.home-header_paragraph-2.caso {
  font-size: .7rem;
  line-height: .7rem;
}

.home-header_paragraph-2.caso.white {
  color: #fff;
}

.overlay-3 {
  background-color: #00000094;
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

.title-gofar {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line {
  border: 1px dashed #424242;
  width: 100%;
  height: 1px;
}

.imagen-2 {
  width: auto;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.imagen-2.flip {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.button-16 {
  color: #fff;
  text-align: center;
  background-color: #3e68ff;
  border-radius: 3px;
  padding: 14px 21px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  transition: box-shadow .2s;
  box-shadow: inset 0 800px 3px #0000;
}

.button-16:hover {
  box-shadow: inset 0 800px 3px #00000040;
}

.button-16.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-top: 0;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button-16.adjacent-to-link.cero {
  margin-top: 0;
}

.button-16.adjacent-to-link {
  background-color: #04f;
  border-radius: 100px;
  margin-top: 12px;
  margin-right: 21px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}

.button-16.adjacent-to-link.blue-center {
  margin-top: 7px;
  margin-right: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

.small-text-4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.black-content {
  background-color: #000411;
  padding-bottom: 20px;
}

.black-content.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 70px;
  display: flex;
}

.growthgraph {
  flex-flow: column;
  justify-content: space-around;
  height: 300px;
  display: flex;
}

.bs-menu-space {
  width: 100%;
  height: 100px;
}

.bigcard {
  color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 650px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.bigcard.black {
  background-color: #000;
}

.bigcard.black.horizontal {
  flex-flow: row;
  height: 450px;
  padding-top: 0;
}

.bigcard.black.horizontal.bluggradient {
  background-image: radial-gradient(circle at 50% 150%, #0ca5fe57, #0000 70%);
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}

.bigcard.black.horizontal.bluggradient:hover {
  transform: scale(1.01);
}

.bigcard.black.bluegradient {
  background-image: radial-gradient(circle at 50% -50%, #003e6d, #0000);
}

.bigcard.black.bluegradient.bullet {
  background-color: #0000;
  background-image: radial-gradient(circle at 50% -50%, #003e6da8, #0000);
  height: 140px;
  padding: 5px 10px;
  transition: all .3s ease-in-out;
}

.bigcard.black.bluegradient.bullet:hover {
  background-color: #041d3736;
  background-image: radial-gradient(circle at 50% -50%, #003e6d, #0000);
  transform: scale(1.01);
}

.text-align-center-2 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
}

.text-align-center-2.card-serv {
  max-width: 25rem;
  margin-left: 30px;
  margin-right: 30px;
}

.text-align-center-2.card-serv.none-max {
  width: 25rem;
  max-width: none;
}

.full-4columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
  display: grid;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  color: #fff;
}

.dropdown-4 {
  font-size: 13px;
  line-height: 13px;
  position: static;
}

.dropdown-4.relative {
  position: relative;
}

.language-tab {
  color: #fff;
  padding-left: 5px;
  padding-right: 30px;
}

.language-tab.w--open {
  vertical-align: baseline;
  padding-left: 5px;
  padding-right: 30px;
}

.icon-3 {
  margin-right: 15px;
}

.div-block-70 {
  justify-content: flex-start;
  align-items: center;
  width: 50px;
  display: flex;
}

.image-36 {
  width: 20px;
  margin-left: 4px;
  margin-right: 30px;
}

.dropdown-list-6 {
  overflow: hidden;
}

.dropdown-list-6.w--open {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

.language {
  color: #fff;
  background-color: #000411;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.image-37 {
  width: 25px;
  margin-right: 3px;
}

.image-37.en {
  margin-left: 4px;
}

.image-38 {
  width: 25px;
  margin-right: 3px;
}

.image-38.en {
  margin-left: 5px;
}

.space30 {
  margin-right: 30px;
}

.space30.white:hover {
  color: var(--white);
}

.slider {
  background-color: #ddd0;
  border-radius: 5px;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.link-caso {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 15px;
  text-decoration: none;
  display: flex;
}

.text-align-center-3 {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 45rem;
}

.mask-2 {
  border-radius: 15px;
  height: 300px;
}

.mask-2._600 {
  border-radius: 5px;
  height: 600px;
}

.slide-2 {
  background-color: #f5f5f7;
  border-radius: 15px;
  width: 33%;
  height: 500px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.slide-2.myovector {
  background-image: url('../images/MyoVector_Femme_Web.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.myovector.tres {
  border-radius: 5px;
  margin-right: 0;
}

.slide-2.tres {
  margin-right: 0;
}

.slide-2.qualitas {
  background-image: url('../images/GRUPOOLVAR_Qualitas_Banner_Web_V1_Web.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.qualitas.one {
  border-radius: 5px;
}

.slide-2.one {
  margin-left: 0;
  margin-right: 10px;
}

.slide-2.cambiate {
  background-image: url('../images/Cambiate_Banner_Vertical_Ok_Story_V2.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
}

.logo-caso {
  width: 90px;
  margin-bottom: 10px;
}

.div-block-71 {
  width: 500px;
}

.image-39 {
  width: 120px;
}

.form-4 {
  display: flex;
}

.text-field-6 {
  border: 0 #000;
  margin-bottom: 0;
}

.text-field-6.noline {
  color: #000;
  text-overflow: clip;
  border-style: none;
  width: 260px;
  font-family: Satoshi, sans-serif;
}

.text-field-6.noline::placeholder {
  font-family: Satoshi, sans-serif;
  font-size: 12px;
}

.submit-button-2 {
  background-color: #000;
  border-radius: 100px;
  margin-right: 5px;
  font-family: Satoshi, sans-serif;
  font-size: 13px;
  line-height: 12px;
}

.submit-button-2:hover {
  background-color: #0144ff;
}

.form-block-2 {
  margin-bottom: 0;
  margin-left: 0;
}

.badges.horizontal {
  display: flex;
}

.etiquetas {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.tag {
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  display: flex;
}

.tag.blue {
  opacity: .5;
  color: var(--white);
  background-color: #004dff;
  border-radius: 100px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all .3s ease-in-out;
}

.tag.blue:hover {
  opacity: 1;
}

.tag.black {
  opacity: .5;
  color: var(--white);
  background-color: #000;
  border-radius: 100px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all .3s ease-in-out;
}

.tag.black:hover {
  opacity: 1;
}

.tag.black.on {
  opacity: 100;
  padding: 8px 15px;
}

.tag.red {
  opacity: .5;
  color: var(--white);
  background-color: #ff0004;
  border-radius: 100px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all .3s ease-in-out;
}

.tag.red:hover {
  opacity: 1;
}

.tag.pink {
  opacity: .5;
  color: var(--white);
  background-color: #f0b;
  border-radius: 100px;
  margin-right: 5px;
  padding: 5px 10px;
  transition: all .3s ease-in-out;
}

.tag.pink:hover {
  opacity: 1;
}

.info-del-blog {
  flex-flow: column;
  padding: 15px;
  display: flex;
}

.descripcion-blog {
  color: #707070;
  margin-top: 8px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.titulo-blog {
  margin-right: 0;
}

.ver-m-s {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.boton-leer-m-s {
  color: var(--white);
  background-color: #0144ff;
  border-radius: 100px;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 400;
}

.encabezado_blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #bbb;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: grid;
}

.contenido-entrada {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fecha-publicacion-cont {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.fecha-dinamica {
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.text-block-34 {
  font-family: Satoshi, sans-serif;
  font-size: 16px;
}

.social-share {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.social-share-icon {
  opacity: .5;
  background-color: #0144ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 7px;
  padding: 7px;
  display: flex;
}

.social-share-icon:hover {
  opacity: 100;
}

.image-40 {
  filter: contrast(200%) invert();
  width: 15px;
}

.image-blog {
  background-image: url('../images/4.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 8px;
  min-height: 400px;
}

.blog-content {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: static;
}

.tabla-contenido-cont {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: static;
  top: 90px;
}

.text-block-35 {
  color: #0144ff;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.links-contenidos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.link-contenido {
  color: #000;
  margin-bottom: 20px;
  font-weight: 400;
}

.link-contenido.w--current {
  color: #0144ff;
}

.card-suscr-bete {
  border: 1px #000;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
  box-shadow: 0 2px 20px #0003;
}

.titulo-suscribete {
  color: #000;
  margin-bottom: 16px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.submit-button-3 {
  background-color: #0144ff;
  border-radius: 100px;
  width: 100%;
  font-family: Satoshi, sans-serif;
}

.text-field-7, .text-field-8, .text-field-9, .text-field-10 {
  border-radius: 100px;
}

.legal {
  font-family: Satoshi, sans-serif;
  font-style: italic;
}

.link-6 {
  font-weight: 400;
}

.form-block-3 {
  margin-bottom: 10px;
}

.blog-refer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #0144ff;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 49px;
  transition: all .2s ease-in-out;
  display: grid;
  overflow: hidden;
}

.blog-refer:hover {
  transform: scale(1.01);
}

.content-refer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 10px 40px 30px;
  display: flex;
}

.titulo-refer {
  color: #000;
  margin-top: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.titulo-refer.cta {
  color: #0144ff;
  font-size: 20px;
  line-height: 25px;
}

.foto-refer {
  background-image: url('../images/GRUPOOLVAR_Qualitas_Banner_Web_V1_Web.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.image-41 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .button-14.color-line-white {
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-regular {
    margin-bottom: 7px;
    font-size: 2em;
  }

  .dropdown-sidebar-bg {
    left: 862px;
  }

  .container-14 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .dropdown-grid {
    grid-template-columns: 200px 516px 300px;
  }
}

@media screen and (min-width: 1440px) {
  .main-container-3.card {
    max-width: 1000px;
  }

  .hero_ui-3-bg {
    width: 222px;
    height: 142px;
  }

  .ui_color_swatch {
    width: 20px;
    height: 20px;
  }

  .paragraph {
    width: 360px;
    font-size: 18px;
    line-height: 1.3;
  }

  .paragraph.ui-txt {
    justify-content: center;
    align-items: flex-start;
    height: 96px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-move {
    font-size: 5.3em;
  }

  .ui_color {
    height: 110px;
  }

  .heading-wrap {
    width: 430px;
    height: 240px;
  }

  .hero-ui-5 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    width: 390px;
    height: 260px;
    top: 50%;
    left: 52%;
    overflow: hidden;
  }

  .button-13 {
    margin-left: 5px;
    transform: scale(1.1);
  }

  .hero_bg-image {
    z-index: -5;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .ui_color_swatch-wrap {
    z-index: 3;
    align-items: center;
    width: 122px;
    height: 24px;
    bottom: 15%;
    right: 7%;
  }

  .heading_interaction-wrap {
    height: 80px;
    top: 160px;
  }

  .ui-img-4 {
    width: 100%;
  }

  .hero_right-wrap {
    width: 60%;
    transform: scale(.92);
  }

  .lesson-img {
    height: 50px;
  }

  .hero_ui-2 {
    width: 230px;
    height: 150px;
    bottom: 74%;
    left: -1%;
  }

  .heading-29 {
    width: 410px;
    font-size: 5.4em;
  }

  .hero_ui-1 {
    width: 680px;
    height: auto;
  }

  .wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .ui-img-5 {
    width: 100%;
    height: 100%;
  }

  .ui_color-change {
    grid-row-gap: 20px;
    width: 170px;
    height: 88%;
    left: 20px;
  }

  .ui-5_lesson-list {
    width: 54%;
    right: 2%;
  }

  .hero_ui-4 {
    width: 390px;
    height: 260px;
    top: 50%;
    left: -6%;
    overflow: hidden;
  }

  .hero_ui-3 {
    width: 230px;
    height: 150px;
    bottom: 74%;
    left: 34%;
  }

  .hero_ui-2-bg {
    width: 222px;
    height: 142px;
  }

  .hero_bg-blur {
    width: 90%;
    height: 90%;
    top: -3%;
    left: -52%;
  }

  .dropdown-sidebar-bg {
    left: 50%;
    transform: translate(144px);
  }
}

@media screen and (min-width: 1920px) {
  .paragraph {
    width: 360px;
    font-size: 20px;
  }

  .paragraph.ui-txt {
    height: 110px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .heading-move {
    font-size: 7em;
  }

  .ui_color {
    height: 120px;
  }

  .heading-wrap {
    width: 510px;
    height: 310px;
  }

  .hero-ui-5 {
    width: 440px;
    height: 292px;
  }

  .button-13 {
    margin-left: 12px;
    transform: scale(1.2);
  }

  .hero_bg-image {
    z-index: -10;
  }

  .heading_interaction-wrap {
    height: 90px;
    top: 212px;
  }

  .hero_right-wrap {
    transform: scale(.95);
  }

  .lesson-img {
    height: 58px;
  }

  .hero_ui-2 {
    bottom: 82%;
    left: 4%;
  }

  .hero_left-wrap {
    grid-row-gap: 40px;
  }

  .heading-29 {
    width: 100%;
    font-size: 7.1em;
    line-height: 1;
  }

  .hero_ui-1 {
    width: 820px;
  }

  .wrapper {
    width: 1540px;
  }

  .ui_color-change {
    width: 180px;
  }

  .ui-5_lesson-list {
    padding-top: 16px;
  }

  .hero_ui-4 {
    width: 440px;
    height: 292px;
    left: 1%;
  }

  .hero_ui-3 {
    bottom: 82%;
    left: 31%;
  }

  .hero_bg-blur {
    width: 90%;
    height: 90%;
    top: -6%;
    left: -51%;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-title {
    letter-spacing: .5px;
    font-size: 16px;
    line-height: 32px;
  }

  .menu-mob {
    color: #000;
    background-color: #0000;
    border-radius: 100px;
    margin-right: -18px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #0000;
  }

  .menu-mob.close-modal {
    display: block;
  }

  .dropdown-menu-small {
    height: 100%;
    overflow: scroll;
  }

  .nav-type-link-mobile {
    align-items: center;
    margin-left: 10px;
    display: flex;
  }

  .mobile-dropdown {
    color: #8b959e;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    position: relative;
  }

  .navigation-container-mob {
    z-index: 999999;
    justify-content: space-between;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
  }

  .lottie-animation {
    width: 26px;
    height: 26px;
  }

  .lottie-animation.invertir {
    filter: invert();
  }

  .navigation-left {
    display: flex;
  }

  .mobile-toggle {
    width: 100%;
    color: var(--white);
    font-family: Satoshi, sans-serif;
  }

  .mobile-toggle._2 {
    cursor: pointer;
    align-items: center;
    padding: 20px 40px 20px 20px;
    display: flex;
  }

  .mobile-nav {
    z-index: 999999;
    background-color: var(--black-spot);
    object-fit: fill;
    border-top: 1px solid #191c1f1a;
    width: 100%;
    height: 45em;
    padding: 24px 48px 24px 32px;
    overflow: hidden;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .revolut-logo {
    width: 33px;
    height: 33px;
  }

  .navigation, .nav-menu {
    display: none;
  }

  .dropdown-link-mobile {
    color: var(--silver-text);
    padding: 12px 24px;
    line-height: 26px;
  }

  .dropdown-link-mobile:hover {
    background-color: var(--blue-first);
    color: var(--white);
  }

  .dropdown-link-mobile.button {
    color: #fff;
  }

  .navigation-wrap {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #fffffff7;
    margin-top: 0;
    position: sticky;
  }

  .navigation-wrap.black-nav-bar {
    position: sticky;
  }

  .navigation-mob {
    z-index: 99999999;
    border-bottom: 1px #4455671c;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .nav-shadow {
    display: none;
  }

  .nav-link-type-mobile {
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .brand-2 {
    padding-left: 0;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-list.w--open {
    padding-top: 8px;
    padding-bottom: 28px;
  }

  .dropdown-link-wrapper {
    margin-bottom: 32px;
    padding-left: 16px;
  }

  .nav-link.active {
    padding-left: 20px;
  }

  .nav-content-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .nav-content-wrap.center {
    align-items: center;
  }

  .nav-content-wrap.lang {
    flex-flow: row;
  }

  .section.increased-padding, .section.desarrollo-web, .section.desarrollo-web, .section.desarrollo-web {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .style-guide-section {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .dropdwon-block {
    background-color: var(--black-grey);
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .mobile-toggle-down.recursos-hide {
    display: none;
  }

  .text-menu-ipad {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .black-spot-logo {
    color: #fff;
    margin-left: 11px;
    font-family: Satoshi, sans-serif;
    font-size: 15px;
    font-weight: 700;
  }

  .black-spot-logo.black {
    color: #000;
  }

  .cta-button {
    margin-top: 30px;
    margin-bottom: 150px;
  }

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

  .padding-vertical.padding-medium {
    padding: 1.5rem;
  }

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

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

  .home-header_heading {
    font-size: 2.5rem;
  }

  .section-2.portafolio, .section-2.portafolio-similares {
    padding-left: 0;
  }

  .section-title.increased-margin {
    margin-bottom: 36px;
  }

  .card-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card---full {
    flex-direction: column;
    display: flex;
  }

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

  .grid {
    flex-direction: column;
    display: flex;
  }

  .card-container-info {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .card-container-info.left {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .card-container-info.left.full {
    width: auto;
  }

  .blue-style-subheading {
    justify-content: center;
    display: flex;
  }

  .card-title.left {
    font-size: 35px;
  }

  .imagen {
    z-index: 1;
    position: relative;
  }

  .black-card.cards-up {
    border-radius: 8px;
  }

  .square-vertical-grid {
    grid-row-gap: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .square-vertical-left-grid {
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .degradado {
    z-index: 10;
    background-image: linear-gradient(#000, #0000 63%);
    position: relative;
  }

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

  .title-card-head.small-card-left.cotizador {
    background-image: linear-gradient(117deg, #000 23%, #fff0 60%), url('../images/cotizador-cotizaciones-marketing-bonitas-diseno-mexico-black-spot-digital-2-copy.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
  }

  .title-card-head._2rem-up {
    background-image: linear-gradient(#000 42%, #fff0);
  }

  .horizontal-content-block {
    padding-left: 25px;
    padding-right: 40px;
  }

  .container-2 {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .testimonial-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .testimonial-image {
    position: relative;
  }

  .logos {
    padding-top: 58px;
  }

  .logos-without-title, .logos-without-title.first {
    padding-top: 0;
  }

  .container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-holder {
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-column {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .buscador-portafolio, .portafolio {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .img-portafolio {
    height: 250px;
  }

  .link-portafolio.hide-one {
    display: none;
  }

  .detalle-de-trabajo {
    margin-top: 8px;
  }

  .detalle-cliente {
    border-top-style: solid;
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .contenedor-servicios-titulo {
    margin-top: 28px;
  }

  .intro-title-concept.white {
    font-size: 65px;
  }

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

  .card---full---service {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card---full---service.mobile-hide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card---full---service.black-background._100px-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .card---full---service.growth {
    padding-top: 9px;
    padding-bottom: 9px;
  }

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

  .card-title-abstract {
    font-size: 36px;
  }

  .image-2 {
    height: auto;
  }

  .icon-box.black-bg.center, .icon-box.white-bg.center {
    padding: 20px;
  }

  .icon-box-grid {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .icon-box-grid._4-columns {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-box-grid._5-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
  }

  .box-thirds-grid {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .box-thirds-grid.card {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: none;
  }

  .display-heading {
    font-size: 52px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 474px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-teacher-top {
    padding-left: 0;
  }

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

  .heading-xlarge {
    font-size: 5rem;
  }

  .nav-brand {
    padding-left: 0;
  }

  .speaker-title-image {
    width: 20vw;
    height: 20vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .speaker-title-image.speaker-image-large {
    width: 28vw;
    height: 22vw;
  }

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

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

  .intro-centered {
    max-width: 35rem;
  }

  .preview-agenda-days {
    width: 100%;
  }

  .faq-top {
    padding: .5rem;
  }

  .name-item {
    height: 5rem;
    font-size: 3rem;
  }

  .nav-right {
    display: none;
  }

  .hero-home-content {
    padding-top: 4rem;
    padding-bottom: 20vh;
  }

  .preview-agenda-content {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 0;
  }

  .nav-left {
    background-color: #fff;
    border-radius: .5rem;
    margin-left: 5vw;
    margin-right: 5vw;
  }

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

  .nav-link-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .nav-responsive {
    flex-direction: column;
    display: flex;
  }

  .action-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }

  .name-block {
    height: 4rem;
    margin-left: 0;
  }

  .footer-action-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 1rem;
  }

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

  .benefits-strip {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .sticky-base {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    position: relative;
  }

  .sticky-base.sticky-first-base {
    margin-bottom: 0;
  }

  .sticky-base.sticky-second-base {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .sticky-image {
    min-height: 60vh;
  }

  .footer-action-heading {
    font-size: 3rem;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .speakers-row-guide {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .speaker-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7rem;
    display: flex;
  }

  .nav-link-2 {
    color: #000;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 0;
  }

  .section-sticky-cards {
    background-color: #fff;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .preview-teacher-title {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-left: 0;
  }

  .faq-icon {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
  }

  .faq-intro {
    padding-bottom: 3.5rem;
  }

  .heading-xhuge {
    font-size: 4.5rem;
  }

  .preview-agenda {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .hero-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-image.thirteen {
    left: -65vw;
  }

  .hero-image.three {
    left: -10vw;
  }

  .nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr auto;
    grid-auto-columns: auto;
  }

  .action-intro {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    max-width: 35rem;
  }

  .action-content {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .menu-icon {
    width: 2rem;
  }

  .footer-column-2 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    align-items: flex-start;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .growth-banner {
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
  }

  .lead-generation {
    width: 300px;
    height: 400px;
  }

  .titulo-proyecto {
    font-size: 36px;
  }

  .revolut-logo-copy {
    height: 33px;
  }

  .countdown-grid {
    width: 60%;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 50px;
  }

  .inner-section {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tiempolimdivinner._2 {
    justify-content: center;
  }

  .column-block {
    margin-right: 7px;
  }

  .collection-list.blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-portafolio-2 {
    height: 250px;
  }

  .hide-desk, .link-block-13 {
    display: flex;
  }

  .main-container-3 {
    max-width: 600px;
  }

  .card-title-abstract-2 {
    font-size: 36px;
  }

  .container-5 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    height: auto;
  }

  .logos-without-title-2, .logos-without-title-2.first {
    padding-top: 0;
  }

  .no-bottom-margin-3.white {
    margin-bottom: 26px;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .card-container-info-2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .grid-top-sticky {
    grid-template-columns: 1fr 1fr 1fr;
    display: none;
  }

  .card-title-abstract-3 {
    font-size: 36px;
  }

  .image-10 {
    height: auto;
  }

  .pricing-table-cell.line.cross.h1, .pricing-table-cell.h1, .pricing-table-cell.web {
    display: none;
  }

  .heading-16 {
    font-size: 22px;
  }

  .plan-price-wrapper {
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin-left: 0;
    display: flex;
  }

  .title-wrap, .pricing-top-2.h1 {
    display: none;
  }

  .container-6 {
    display: flex;
  }

  .pricing-plan-2 {
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    min-height: auto;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing-plan-2.advanced {
    z-index: 3;
  }

  .pricing-plan-2.middle-pricing-plan {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    transform: none;
  }

  .pricing-plan-2.middle-pricing-plan.dos {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-table-container {
    padding-top: 50px;
  }

  .pricing-table-container._2 {
    display: block;
  }

  .nav-link-3.active {
    padding-left: 20px;
  }

  .plan-name {
    width: 400px;
    margin-bottom: 10px;
  }

  .no-bottom-margin-5.white {
    margin-bottom: 26px;
  }

  .plan-price {
    margin-top: -11px;
    padding-top: 0;
  }

  .container-7 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-grid-wrapper-mobile {
    display: none;
  }

  .pricing-row {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
  }

  .grid-pricing, .grid-pricing.cols.web {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-wrap {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .heading-28 {
    font-size: 35px;
    line-height: 50px;
  }

  .countdown-grid-2 {
    width: 60%;
  }

  .hero_ui-3-bg {
    border-radius: 8px;
  }

  .paragraph {
    width: 230px;
    font-size: 14px;
  }

  .paragraph.ui-txt {
    font-size: 10px;
  }

  .heading-move {
    font-size: 3em;
  }

  .heading-wrap {
    width: 290px;
    height: 140px;
  }

  .hero-ui-5 {
    border-radius: 8px;
    left: 39%;
    transform: scale(.7);
  }

  .heading_interaction-wrap {
    height: 50px;
    top: 94px;
  }

  .hero_section.ppt {
    display: flex;
  }

  .lesson-img {
    width: 87%;
  }

  .lesson-img.hide {
    display: none;
  }

  .hero_ui-2 {
    bottom: 58%;
    transform: scale(.7);
  }

  .hero_left-wrap {
    grid-row-gap: 30px;
  }

  .heading-29 {
    font-size: 3em;
  }

  .hero_ui-1 {
    width: 350px;
  }

  .wrapper {
    width: auto;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .hero_ui-4 {
    left: -15%;
    transform: scale(.7);
  }

  .hero_ui-3 {
    border-radius: 8px;
    bottom: 58%;
    transform: scale(.7);
  }

  .hero_ui-2-bg {
    border-radius: 8px;
  }

  .content-grid {
    grid-column-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .right-content-block {
    max-width: 100%;
  }

  .headingblue.big-title {
    width: 600px;
    font-size: 40px;
  }

  .paragraph-4 {
    width: 600px;
  }

  .izauierda, .content {
    width: auto;
  }

  .button-14 {
    padding: 18px 40px;
  }

  .button-14:hover {
    background-color: #80808033;
  }

  .button-14.color-line-white:hover {
    background-color: #fff;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

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

  .form-3 {
    width: auto;
  }

  .form-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    display: flex;
  }

  .form12_checkbox_field {
    width: 110px;
    min-width: 0;
    height: 100px;
  }

  .slider-content-wrap {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper-2 {
    width: 600px;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .slider-2 {
    max-width: none;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-2.small-text-interconectado.compu {
    font-size: 13px;
  }

  .subheading {
    font-size: 22px;
  }

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

  .div-block-7 {
    width: auto;
  }

  .heading-31 {
    font-size: 60px;
  }

  .heading-31.center {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-31.center._50px-up {
    padding-bottom: 21px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-2.smaller {
    font-size: 23px;
  }

  .bold-text-2.small-space {
    font-size: 18px;
    line-height: 20px;
  }

  .second-part {
    margin-left: 20px;
    margin-right: 0;
    padding-top: 50px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .heading-2 {
    line-height: 30px;
  }

  .heading-32 {
    font-size: 60px;
  }

  .heading-32.white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .box {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .box.dos {
    flex-flow: column;
  }

  .image-20 {
    width: 300px;
  }

  .heading-33 {
    font-size: 60px;
  }

  .heading-33.white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .box-2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-34 {
    font-size: 60px;
  }

  .heading-34.white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-34.white.small, .heading-34.white.centre {
    display: none;
  }

  .computer-image1 {
    width: auto;
  }

  .heading-35 {
    font-size: 60px;
  }

  .heading-35.white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-4 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-4.smaller {
    font-size: 23px;
  }

  .div-block-16 {
    width: 200px;
    height: 500px;
    margin-right: 0;
  }

  .box-text-2 {
    font-size: 20px;
  }

  .section-4 {
    flex-direction: row;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-36 {
    font-size: 60px;
  }

  .heading-36.white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-18 {
    width: auto;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-37 {
    font-size: 60px;
  }

  .heading-37.white {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .bold-text-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .bold-text-5.smaller {
    font-size: 23px;
  }

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

  .loop-marquee_heading.centrar.compu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .typed-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .typed-2.h1 {
    font-size: 46px;
    line-height: 55px;
  }

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

  .card-title-abstract-4 {
    font-size: 36px;
  }

  .mobile-nav-2 {
    z-index: 999999;
    object-fit: fill;
    background-color: #000;
    border-top: 1px solid #191c1f1a;
    width: 100%;
    height: 45em;
    padding: 24px 48px 24px 32px;
    overflow: hidden;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .image-25 {
    height: auto;
  }

  .pricing-row-2 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 24px;
    display: flex;
  }

  .container-10 {
    display: none;
  }

  .mobile-toggle-2 {
    color: #fff;
    width: 100%;
    font-family: Satoshi, sans-serif;
  }

  .mobile-toggle-2._2 {
    cursor: pointer;
    align-items: center;
    padding: 20px 40px 20px 20px;
    display: flex;
  }

  .dropdown-link-mobile-2 {
    color: #b8b8b8;
    padding: 12px 24px;
    line-height: 26px;
  }

  .dropdown-link-mobile-2:hover {
    color: #fff;
    background-color: #04f;
  }

  .dropdown-link-mobile-2.button {
    color: #fff;
  }

  .nav-link-4.active {
    padding-left: 20px;
  }

  .heading-43 {
    font-size: 35px;
    line-height: 50px;
  }

  .plan-price-wrapper-2 {
    flex-direction: column;
    align-items: center;
    width: 400px;
    margin-bottom: 25px;
    margin-left: 0;
    display: flex;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: center;
  }

  .container-11 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdwon-block-2 {
    background-color: #161617;
    border-radius: 10px;
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .countdown-grid-3 {
    width: 60%;
  }

  .plan-price-2 {
    margin-top: -11px;
    margin-bottom: 25px;
    padding-top: 0;
  }

  .black-friay {
    margin-left: 4%;
    margin-right: 4%;
  }

  .image-30._2, .solo-compu {
    display: none;
  }

  .image-33 {
    width: 40px;
  }

  .mobile-nav-3 {
    z-index: 999999;
    object-fit: fill;
    background-color: #000;
    border-top: 1px solid #191c1f1a;
    width: 100%;
    height: 45em;
    padding: 24px 48px 24px 32px;
    overflow: hidden;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .revolut-logo-copy-2 {
    height: 33px;
  }

  .nav-menu-2 {
    display: none;
  }

  .nav-link-5.active {
    padding-left: 20px;
  }

  .navigation-wrap-2 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #fffffff7;
    margin-top: 0;
    position: sticky;
  }

  .mobile-toggle-3 {
    color: #fff;
    width: 100%;
    font-family: Satoshi, sans-serif;
  }

  .mobile-toggle-3._2, .mobile-toggle-3._1 {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .dropdown-link-mobile-3 {
    color: #b8b8b8;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    line-height: 26px;
  }

  .dropdown-link-mobile-3:hover {
    color: #fff;
    background-color: #04f;
  }

  .dropdown-link-mobile-3.button {
    color: #fff;
  }

  .dropdown-inner-shadow {
    display: none;
  }

  .dropdown-card {
    margin-bottom: 28px;
  }

  .sidebar-column-bg {
    background-color: #f6f8f9;
    display: block;
    position: absolute;
    inset: -49px -24px;
  }

  .dropdown-bg-full, .dropdown-sidebar-bg {
    display: none;
  }

  .dropdown-footer {
    height: 96px;
    padding-bottom: 48px;
  }

  .dropdown-card-bg {
    display: none;
  }

  .dropdown-column-2 {
    margin-bottom: 64px;
  }

  .dropdown-column-2.third {
    margin-bottom: 0;
    padding-left: 0;
  }

  .dropdown-footer-copy {
    text-align: center;
    background-color: #e0e6e8;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    inset: auto 0 0;
    transform: none;
  }

  .dropdown-overflow {
    max-height: none;
    margin-left: -32px;
    margin-right: -32px;
    padding-top: 28px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .dropdown-list-5 {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    top: 0;
  }

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

  .dropdown-footer-full {
    display: none;
  }

  .dropdown-footer-link {
    text-align: center;
    width: 50%;
    font-size: 14px;
  }

  .dropdown-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: block;
  }

  .dropdown-toggle-4 {
    z-index: 2;
    box-shadow: none;
    color: #151b26;
    border-top: 1px solid #e0e6e8;
    justify-content: space-between;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 700;
    transition: background-color .2s, color .2s cubic-bezier(.4, 0, .2, .01);
  }

  .dropdown-toggle-4:hover {
    color: #151b26;
  }

  .dropdown-toggle-4.w--open {
    box-shadow: none;
    background-color: #f0f0ff;
    position: sticky;
    top: 0;
  }

  .dropdown-bg {
    display: none;
  }

  .imagen-2 {
    z-index: 1;
    position: relative;
  }

  .image-36.mobile {
    width: 25px;
    margin-right: 0;
  }

  .slide-2, .slide-2.myovector.tres, .slide-2.qualitas.one, .slide-2.one, .slide-2.cambiate {
    width: 50%;
  }

  .text-field-6.noline {
    width: 200px;
  }

  .encabezado_blog {
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
  }

  .blog-content {
    flex-flow: column;
    grid-template-columns: .5fr;
    justify-content: flex-start;
    display: flex;
  }

  .tabla-contenido-cont {
    width: 100%;
    display: none;
  }

  .card-suscr-bete.mobile {
    margin-top: 53px;
  }
}

@media screen and (max-width: 767px) {
  .nav-type-link {
    align-items: center;
    display: flex;
  }

  .nav-type-link-mobile {
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .mobile-nav {
    z-index: 88;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link-type-mobile {
    align-items: center;
    display: flex;
  }

  .brand-2 {
    display: block;
  }

  .brand {
    padding-left: 0;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.increased-padding, .section.desarrollo-web, .section.desarrollo-web, .section.desarrollo-web {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .large-text {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-colors {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-section {
    grid-row-gap: 56px;
  }

  .black-spot-logo.black {
    align-items: center;
    display: flex;
  }

  .text-align-center {
    margin-left: 0;
  }

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

  .padding-vertical.padding-medium {
    padding: 1.25rem;
  }

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

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-header_paragraph {
    font-size: 1rem;
  }

  .home-header_paragraph.new-black-spot {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2.portafolio, .section-2.portafolio-similares {
    padding-left: 0;
  }

  .large-text-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .section-title {
    margin-bottom: 0;
  }

  .section-title.increased-margin {
    margin-bottom: 35px;
  }

  .large-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .card---section {
    overflow: hidden;
  }

  .card-grid-1---2 {
    grid-row-gap: 0rem;
  }

  .title-card-head.small-card-left {
    padding-top: .3rem;
  }

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

  .horizontal-content-block {
    width: 100%;
    padding: 45px;
  }

  .slider-horizontal {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image-wrap {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 280px;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-section {
    padding: 10px 40px 70px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .testimonial-image {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .logos {
    padding-top: 41px;
  }

  .logos-without-title {
    padding: 0 0 45px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .link-list-wrapper {
    margin-bottom: 0;
    padding-top: .3125rem;
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .link-list {
    margin-bottom: 0;
  }

  .footer-link {
    color: #86868b;
    padding: .375rem .875rem .375rem 0;
    display: block;
  }

  .buscador-portafolio {
    padding-top: 10px;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
  }

  .contenedor-buscador-portafolio {
    flex-flow: column;
  }

  .contenedor-buscador-portafolio.horizontal {
    flex-flow: row;
  }

  .filtro-portafolio-toggle.cero-pad {
    margin-top: 10px;
  }

  .search {
    display: none;
  }

  .dropdown {
    width: 340px;
    margin-top: 10px;
    margin-right: 0;
  }

  .container-portafolio {
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
  }

  .img-portafolio {
    height: 330px;
  }

  .detalle-de-trabajo {
    margin-top: 8px;
  }

  .detalle-cliente {
    border-top-style: solid;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .proyecto {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contenido-proyecto {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .contenedor-servicios-titulo {
    margin-top: 0;
  }

  .small-top-text {
    font-size: 20px;
    line-height: 30px;
  }

  .intro-title-concept {
    font-size: 60px;
  }

  .intro-title-concept.white {
    font-size: 45px;
  }

  .intro-title-concept.white.pca {
    font-size: 50px;
  }

  .small-bottom-text {
    font-size: 16px;
    line-height: 25px;
  }

  .grid-industrias {
    margin-bottom: 0;
  }

  .card---full---service {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card---full---service.mobile-duplicate {
    display: block;
  }

  .card---full---service.mobile-hide {
    display: none;
  }

  .card---full---service.growth {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-halfs {
    float: none;
    clear: none;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .image-2 {
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-bottom-text {
    font-size: 16px;
    line-height: 25px;
  }

  .integration-circles-grid {
    margin-top: 32px;
  }

  .icon-box-grid._4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .icon-box-grid._5-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .check-circle-box {
    padding: 28px;
  }

  .box-thirds-grid {
    grid-row-gap: 21px;
  }

  .box-thirds-grid.card {
    grid-template-columns: 1fr;
  }

  .display-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .faq-text {
    padding-left: 1.5rem;
  }

  .benefits-item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .preview-agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .heading-xlarge {
    font-size: 4.5rem;
  }

  .speaker-title-image.speaker-image-large {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .faq-bottom-content {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
    padding-left: 2rem;
  }

  .lottie-icon {
    width: .9rem;
    height: .9rem;
  }

  .sticky-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 4.5rem;
  }

  .agenda-list-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .sticky-intro {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .name-item {
    height: 4.5rem;
    font-size: 2.5rem;
  }

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

  .hero-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .name-block {
    height: 3.75rem;
  }

  .footer-action-component {
    grid-row-gap: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .benefits-strip {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-action-heading {
    font-size: 2.5rem;
  }

  .speakers-row-guide {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .speaker-list {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .preview-teacher-title {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .looping-text {
    font-size: 12vw;
  }

  .faq-icon {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    min-height: 3rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .heading-xhuge {
    font-size: 4rem;
  }

  .preview-description {
    max-width: 25rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .preview-legal {
    flex-direction: column;
  }

  .footer-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .benefits-base {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .heading-large {
    font-size: 2.75rem;
  }

  .link-block-10 {
    display: flex;
  }

  .growth-banner {
    height: 280px;
  }

  .lead-generation {
    width: 450px;
    margin-top: 18px;
    overflow: hidden;
  }

  .countdown-grid {
    width: 100%;
  }

  .inner-section {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .tiempolimdivinner._2 {
    justify-content: center;
    align-items: center;
  }

  .collection-list.portafolio-grid, .collection-list.success-grid {
    grid-template-columns: 1fr;
  }

  .collection-list.blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .search-2 {
    display: none;
  }

  .buscador-portafolio-2 {
    padding-top: 10px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .img-portafolio-2 {
    height: 330px;
  }

  .icon-horizontal-heading {
    font-size: 14px;
    line-height: 22px;
  }

  .card-bottom-text-2, .small-bottom-text-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .image-9 {
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logos-without-title-2 {
    padding: 0 0 45px;
  }

  .no-bottom-margin-3.white {
    margin-bottom: 29px;
  }

  .grid-top-sticky {
    grid-template-columns: 1fr .5fr;
  }

  .image-10 {
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-table-cell.h2 {
    display: none;
  }

  .heading-16 {
    font-size: 19px;
  }

  .heading-16.mini {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1.2em;
  }

  .plan-price-wrapper {
    width: 33%;
    margin-left: 20%;
  }

  .small-bottom-text-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .text-span-19.hot {
    color: red;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    display: block;
  }

  .pricing-top-2 {
    align-items: center;
  }

  .pricing-top-2.h2 {
    display: none;
  }

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

  .pricing-plan-2 {
    padding-bottom: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .pricing-plan-2.middle-pricing-plan.dos {
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-button {
    z-index: 2;
    position: relative;
  }

  .pricing-table-container._2 {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .tab-pane {
    padding: 30px;
  }

  .no-bottom-margin-5.white {
    margin-bottom: 29px;
  }

  .plan-price.red {
    margin-top: 10px;
  }

  .plan-price.hotsale {
    color: #9f9f9f;
  }

  .tab-standard {
    color: #fff;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    background-color: #8c54ff;
    border-color: #0000;
  }

  .card-bottom-text-3 {
    font-size: 16px;
    line-height: 25px;
  }

  .tabs-menu-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .mobile-pricing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

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

  .pricing-row {
    padding-left: 0%;
    padding-right: 57px;
  }

  .grid-pricing {
    grid-template-columns: 1fr .5fr 1fr;
    width: 100%;
  }

  .grid-pricing.cols.web {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .small-top-text-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .help {
    display: none;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .countdown-grid-2 {
    width: 80%;
  }

  .chiquito {
    width: 30%;
    margin-bottom: 18px;
  }

  .wrap-hidden {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    padding-left: 70px;
    display: flex;
  }

  .text-hidden {
    color: #fff;
    width: 410px;
    font-size: 36px;
    line-height: 1.2;
    position: absolute;
  }

  .paragraph {
    text-align: center;
    width: 80%;
    margin-top: 23px;
  }

  .heading-move._1, .heading-move._6, .heading-move._5, .heading-move._4, .heading-move._2, .heading-move._3, .heading-move._7 {
    font-size: 4em;
  }

  .hero-ui-5 {
    margin-left: 29px;
  }

  .heading_interaction-wrap {
    justify-content: center;
    top: 112px;
  }

  .hero_section {
    display: block;
  }

  .hero_left-wrap {
    align-items: center;
    width: 100%;
  }

  .heading-29 {
    text-align: center;
    font-size: 4em;
  }

  .wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 54px;
  }

  .hero_ui-4 {
    margin-left: -27px;
  }

  .hero_ui-3 {
    margin-left: 44px;
  }

  .section-3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .sticky-left-content {
    grid-row-gap: 24px;
    position: static;
    transform: translate(0);
  }

  .left-content-wrapper {
    z-index: 99;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding: 20px 2.5rem;
    position: sticky;
    top: 62px;
  }

  .headingblue {
    font-size: 24px;
  }

  .headingblue.big-title, .paragraph-4 {
    width: 500px;
  }

  .button-14 {
    width: 100%;
    font-size: 16px;
  }

  .button-14.color-line-white {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .mask {
    width: 100%;
  }

  ._50-50 {
    flex-direction: column;
    width: 60%;
  }

  .text-field-5.space-1 {
    width: 350px;
  }

  .text-field-5.right {
    margin-left: 0;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .form-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-bottom: 0;
    display: flex;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .error-message {
    width: 450px;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .form-wrapper-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-regular {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .next-2 {
    z-index: 6;
    margin-left: 486px;
    margin-right: 149px;
    position: static;
  }

  .slider-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 550px;
    display: flex;
  }

  .previous {
    z-index: 6;
    margin-bottom: 29px;
    margin-left: 10px;
    position: absolute;
    bottom: -6%;
    left: 21%;
  }

  .image-18 {
    width: auto;
    margin-top: 38px;
  }

  .subheading {
    font-size: 18px;
  }

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

  .div-block-7 {
    margin-top: -100px;
  }

  .heading-31 {
    font-size: 40px;
    line-height: 50px;
  }

  .bold-text-2 {
    font-size: 17px;
    line-height: 21px;
  }

  .bold-text-2.smaller {
    font-size: 17px;
    line-height: 23px;
  }

  .text-below-heading {
    width: auto;
    font-size: 17px;
  }

  .second-part {
    padding-top: 20px;
  }

  .heading-32 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-32.white {
    font-size: 24px;
    line-height: 27px;
  }

  .button-1 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .box {
    height: 500px;
  }

  .box-text-1 {
    text-align: left;
    padding-bottom: 0;
  }

  .heading-33 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-33.white {
    font-size: 24px;
    line-height: 27px;
  }

  .box-text-text {
    font-size: 16px;
    line-height: 20px;
  }

  .button-15 {
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  }

  .box-2 {
    height: 400px;
  }

  .heading-34 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-34.white {
    font-size: 24px;
    line-height: 27px;
  }

  .heading-35 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-35.white {
    font-size: 24px;
    line-height: 27px;
  }

  .bold-text-4 {
    font-size: 17px;
    line-height: 21px;
  }

  .bold-text-4.smaller {
    font-size: 17px;
    line-height: 23px;
  }

  .div-block-16 {
    width: 150px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
  }

  .heading-36 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-36.white {
    font-size: 24px;
    line-height: 27px;
  }

  .div-block-18 {
    text-align: center;
    width: 140px;
    height: 400px;
    padding: 10px;
  }

  .heading-37 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-37.white {
    font-size: 24px;
    line-height: 27px;
  }

  .bold-text-5 {
    font-size: 17px;
    line-height: 21px;
  }

  .bold-text-5.smaller {
    font-size: 17px;
    line-height: 23px;
  }

  .navbar-page-padding {
    margin-left: 20px;
    margin-right: 20px;
  }

  .demo-wrapper {
    grid-column-gap: 16px;
  }

  .typed-2 {
    font-size: 48px;
    line-height: 58px;
  }

  .typed-2.h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .pricingnumber-2 {
    font-size: 18px;
  }

  .mobile-nav-2 {
    z-index: 88;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-25 {
    margin-top: 26px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-row-2 {
    padding-left: 0%;
    padding-right: 57px;
  }

  .small-bottom-text-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .plan-price-wrapper-2 {
    width: 33%;
    margin-left: 20%;
  }

  .card-bottom-text-4 {
    font-size: 16px;
    line-height: 25px;
  }

  .countdown-grid-3 {
    width: 80%;
  }

  .brand-3 {
    padding-left: 0;
  }

  .plan-price-2 {
    margin-top: -2px;
  }

  .div-block-67 {
    width: 90%;
    height: 1200px;
  }

  .promo-hide {
    display: flex;
  }

  .center {
    color: #acacac;
    text-align: center;
  }

  .text-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .white-email {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-3 {
    z-index: 88;
    padding-left: 32px;
    padding-right: 32px;
  }

  .brand-4 {
    padding-left: 0;
  }

  .home-header_paragraph-2 {
    font-size: 1rem;
  }

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

  .slide-2, .slide-2.myovector.tres, .slide-2.qualitas.one, .slide-2.one, .slide-2.cambiate {
    width: 75%;
  }

  .text-field-6.noline {
    width: 265px;
  }

  .submit-button-2 {
    border-radius: 100px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container-mob {
    padding-left: 22px;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile.button.center {
    text-align: center;
  }

  .nav-content-wrap.center {
    align-items: center;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .announcement-contents {
    font-size: 14px;
  }

  .announcement-text {
    text-align: left;
  }

  .announcement-cross {
    margin-left: 21px;
    position: relative;
  }

  .section.increased-padding, .section.desarrollo-web, .section.desarrollo-web, .section.desarrollo-web {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .large-text {
    font-size: 18px;
    line-height: 28px;
  }

  .style-guide-buttons {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .style-guide-colors {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr;
  }

  .style-guide-color {
    height: 140px;
  }

  .form-grid-vertical {
    grid-row-gap: 14px;
  }

  .container-large-2 {
    max-width: 100%;
  }

  .text-align-center {
    max-width: 25rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home-header_video {
    height: 660px;
  }

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

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

  .margin-bottom.margin-small {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .page-padding {
    padding-bottom: 0;
    overflow: hidden;
  }

  .page-padding.align-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .button-row.align-contents-center {
    flex-direction: column;
  }

  .small-text-2.centered {
    margin-top: 0;
  }

  .home-header_heading.white {
    line-height: 1.1em;
  }

  .home-header_heading.white.small {
    font-size: 1.5rem;
    line-height: 1.3em;
  }

  .home-header_heading.white.titlulo {
    font-size: 35px;
    line-height: 44px;
  }

  .button-2.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-2.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-2.adjacent-to-link.email {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .home-header_paragraph {
    justify-content: center;
    align-items: center;
    margin-bottom: 19px;
    line-height: 22px;
    display: flex;
  }

  .home-header_paragraph.new-black-spot {
    padding-left: 3%;
    padding-right: 3%;
    font-size: 1.1rem;
    line-height: 1.4rem;
    display: block;
  }

  .home-header_paragraph.legal {
    justify-content: center;
    align-items: center;
  }

  .section-2.clientes {
    padding-right: 0;
  }

  .section-2.portafolio, .section-2.portafolio-similares {
    padding-left: 0;
    padding-right: 0;
  }

  .large-text-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .main-container-2 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-large.align-center.justify-content-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title.increased-margin {
    margin-bottom: 0;
  }

  .large-heading {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 42px;
  }

  .card-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card---full, .card---full.video {
    border-radius: 8px;
  }

  .card-grid-1---2 {
    display: block;
  }

  .card-container-info {
    max-width: 17rem;
  }

  .card-container-info.left {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .card-container-info.left.full, .card-container-info.left.cero-up {
    padding-left: 15px;
    padding-right: 15px;
  }

  .botones {
    align-items: center;
    margin-top: 21px;
  }

  .card-title.center {
    width: auto;
    font-size: 28px;
  }

  .card-title.center.banner {
    font-size: 30px;
  }

  .card-title.left {
    text-align: center;
    width: auto;
    font-size: 30px;
  }

  .card-title.left._27px, .card-title.left.full {
    font-size: 25px;
  }

  .card-title.left.banner {
    text-overflow: clip;
    overflow-wrap: normal;
    flex: 0 auto;
    width: auto;
    font-size: 30px;
  }

  .card-title.center {
    color: #fff;
    width: auto;
    font-size: 35px;
  }

  .imagen {
    width: 100%;
  }

  .black-card {
    border-radius: 8px;
    width: 100%;
  }

  .black-card.branding-card {
    border-radius: 8px;
  }

  .black-card.cards-up {
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .black-card.metricas {
    border-radius: 8px;
  }

  .card-link._300px {
    height: 400px;
  }

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

  .grid-2 {
    display: block;
  }

  .transparent-card {
    border-radius: 8px;
  }

  .title-card-head {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .title-card-head.small-card-left {
    height: 250px;
  }

  .horizontal-content-block {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow {
    inset: auto 20% 1% auto;
  }

  .slider-horizontal {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-image-wrap {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    height: 260px;
  }

  .left-arrow {
    inset: auto auto 1% 20%;
  }

  .container-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .testimonial-section {
    padding: 10px 10px 26px;
  }

  .testimonial-card {
    width: 100%;
  }

  .author-block {
    margin-top: 15px;
  }

  .testimonial-image {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }

  .logos {
    padding-top: 28px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .logos-without-title {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .logos-without-title.first {
    margin-left: 0;
    margin-right: 0;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-holder {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
  }

  .buscador-portafolio {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contenedor-buscador-portafolio {
    flex-flow: column;
  }

  .dropdown {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .portafolio {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-portafolio {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .img-portafolio {
    height: 190px;
  }

  .detalle-de-trabajo {
    margin-top: 0;
  }

  .logo-trabajo {
    height: 30px;
  }

  .cliente-y-proyecto.blog {
    margin-left: 0;
  }

  .cliente-proyecto {
    display: none;
  }

  .cliente-proyecto.no-hide {
    display: flex;
  }

  .nombre-proyecto {
    display: none;
  }

  .nombre-proyecto.no-hide {
    display: flex;
  }

  .detalle-cliente {
    border-top-style: solid;
    padding: 0 1.4rem 7px;
  }

  .detalle-cliente.blog {
    padding-top: 7px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .badge-type {
    display: none;
  }

  .badge-type.no-hide {
    display: block;
  }

  .proyecto {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contenido-proyecto {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .back.hide {
    display: none;
  }

  .portafolio-similares {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contenedor-servicios-titulo {
    margin-top: 113px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .contenedor-servicios-titulo.black-rewards-1 {
    margin-bottom: -10px;
  }

  .contenedor-servicios-titulo.black-rewards-2 {
    margin-top: 0;
  }

  .small-top-text {
    font-size: 18px;
    line-height: 28px;
  }

  .intro-title-concept {
    font-size: 40px;
    line-height: 1.1em;
  }

  .intro-title-concept.white {
    margin-top: 0;
    font-size: 35px;
  }

  .intro-title-concept.white {
    margin-top: 0;
  }

  .intro-title-concept.white.pca {
    font-size: 35px;
  }

  .small-bottom-text {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .small-bottom-text.grey {
    width: 100%;
  }

  .servicios---industrias.no-es-todo {
    flex-flow: column;
    align-items: center;
  }

  .grid-industrias {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .card---full---service {
    border-radius: .6rem;
  }

  .card---full---service.mobile-duplicate {
    display: block;
  }

  .card---full---service.mobile-duplicate.black-background {
    padding-left: 0;
    padding-right: 0;
  }

  .card---full---service.mobile-hide {
    display: none;
  }

  .card---full---service.black-background {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-halfs {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    display: grid;
  }

  .image-container-card {
    min-height: 200px;
  }

  .invert {
    max-width: 100px;
  }

  .card-title-abstract {
    font-size: 28px;
  }

  .card-bottom-text {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .card-bottom-text.grey {
    width: 100%;
  }

  .logo-circle {
    width: 70px;
    height: 70px;
  }

  .logo-circle.adjacent-to-logo-circle {
    width: 50px;
    height: 50px;
  }

  .logo-circle.adjacent-to-logo-circle.last-item {
    width: 50px;
    height: 50px;
    display: flex;
  }

  .icon-box-grid._4-columns {
    grid-template-columns: 1fr;
  }

  .icon-box-grid._5-columns {
    grid-template-columns: 1fr 1fr;
  }

  .icon-circle {
    flex: none;
  }

  .check-circle-box {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .box-thirds-grid.card {
    flex: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-bottom: 8px;
  }

  .pricing-plan {
    padding-left: 21px;
    padding-right: 21px;
  }

  .checklist-heading {
    margin-top: 21px;
  }

  .checklist.pricing-checklist {
    margin-bottom: 21px;
  }

  .small-text-3.black-text {
    font-size: 13px;
  }

  .card {
    margin-top: 0;
    transform: scale(.7);
  }

  .hero-image-strip.right-side {
    height: 50vh;
    max-height: 50vh;
  }

  .hero-image-strip.left {
    height: 110vh;
    max-height: 110vh;
  }

  .faq-text {
    padding-left: 1.25rem;
    padding-right: .75rem;
  }

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

  .heading-xlarge {
    font-size: 3rem;
  }

  .speaker-title-image {
    width: 35vw;
    height: 35vw;
  }

  .speaker-title-image.speaker-image-large {
    width: 46vw;
    height: 34vw;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .faq-bottom-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .agenda-list-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .agenda-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

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

  .preview-agenda-days {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .faq-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    border-radius: .5rem;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.25rem;
  }

  .name-item {
    height: 3.25rem;
    font-size: 2rem;
  }

  .hero-home-content {
    padding-bottom: 30vh;
  }

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

  .footer-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .preview-image-base {
    min-height: 135vw;
  }

  .hero-bottom {
    margin-top: 5rem;
    padding-top: 3rem;
    padding-bottom: 15vh;
  }

  .benefits-text-strip {
    margin-top: 0;
    margin-bottom: 0;
  }

  .name-block {
    height: 3rem;
  }

  .footer-action-component {
    padding-top: 1rem;
  }

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

  .agenda-bottom {
    padding-left: 2rem;
  }

  .footer-action-heading {
    font-size: 2rem;
  }

  .hero-wrapper {
    height: 110vh;
  }

  .team-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .speaker-list {
    margin-bottom: 1rem;
  }

  .footer-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .preview-agenda-item {
    padding: 3.75rem 1rem 1.75rem;
  }

  .preview-agenda-item.top {
    padding-top: 1.75rem;
  }

  .looping-text {
    font-size: 18vw;
  }

  .faq-icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .faq-intro {
    padding-bottom: 2.5rem;
  }

  .heading-xhuge {
    font-size: 3.25rem;
    line-height: 1.15;
  }

  .agenda-bottom-content {
    padding-top: 1rem;
  }

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

  .hero-image {
    width: 40vw;
    height: 40vw;
    min-height: 40vw;
  }

  .hero-image.thirteen {
    left: -55vw;
  }

  .hero-image.two {
    margin-top: -55vw;
    left: 53vw;
  }

  .hero-image.three {
    left: -4vw;
  }

  .hero-image.nine {
    margin-top: -55vw;
    left: -53vw;
  }

  .action-intro {
    grid-column-gap: 9rem;
    grid-row-gap: 9rem;
  }

  .benefits-base {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .footer-column-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .agenda-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .growth-banner {
    background-size: cover;
    height: 190px;
  }

  .lead-generation {
    width: 280px;
  }

  .titulo-proyecto {
    font-size: 28px;
  }

  .countdown-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: 0;
  }

  .heading-10 {
    font-size: 35px;
    line-height: 37px;
  }

  .tiempolimdivinner._2 {
    justify-content: center;
    width: 100%;
  }

  .text-block-20 {
    font-size: 14px;
  }

  .column-block {
    padding-left: 9px;
    padding-right: 9px;
  }

  .collection-list.blog-grid {
    grid-template-columns: 1fr;
  }

  .buscador-portafolio-2 {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }

  .img-portafolio-2 {
    height: 190px;
  }

  .main-container-3 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .ui-snippet-demo-box {
    background-color: #0000;
    min-height: auto;
    padding: 0;
  }

  .home-header_video-2 {
    background-image: linear-gradient(to top, #0000000d, #00000040 0%, #0009);
    align-items: center;
    height: 200px;
    padding-left: 15px;
  }

  .image-3 {
    width: 80px;
  }

  .heading {
    text-align: center;
  }

  .text-block-21 {
    color: #777;
  }

  .botones-2 {
    color: #fff;
    align-items: center;
    margin-top: 21px;
  }

  .button-5.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-5.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .contacto {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    text-decoration: none;
    display: flex;
  }

  .button-6.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-6.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .button-6.adjacent-to-link.blue-center.contacto {
    background-color: #0000;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }

  .button-6.adjacent-to-link.blue-center.contacto:hover {
    background-color: #04f;
    border-color: #04f;
  }

  .image-4 {
    width: 25px;
    margin-right: 10px;
  }

  .button-7.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-7.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .button-7.adjacent-to-link.blue-center.contacto {
    background-color: #0000;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }

  .button-7.adjacent-to-link.blue-center.contacto:hover {
    background-color: #04f;
    border-color: #04f;
  }

  .image-5 {
    width: 25px;
    margin-right: 10px;
  }

  .button-8.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-8.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .button-8.adjacent-to-link.blue-center.contacto {
    background-color: #0000;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }

  .button-8.adjacent-to-link.blue-center.contacto:hover {
    background-color: #04f;
    border-color: #04f;
  }

  .image-6 {
    width: 25px;
    margin-right: 10px;
  }

  .button-9.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-9.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .button-9.adjacent-to-link.blue-center.contacto {
    background-color: #0000;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }

  .button-9.adjacent-to-link.blue-center.contacto:hover {
    background-color: #04f;
    border-color: #04f;
  }

  .image-7 {
    width: 25px;
    margin-right: 10px;
  }

  .card-bottom-text-2 {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .card-bottom-text-2.grey {
    width: 100%;
  }

  .card-title-abstract-2 {
    font-size: 28px;
  }

  .blanco {
    background-color: #0000;
    flex-direction: column;
    align-items: stretch;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 88px;
    display: flex;
  }

  .image-8 {
    width: 25px;
    margin-right: 10px;
  }

  .small-bottom-text-2 {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .small-bottom-text-2.grey {
    width: 100%;
  }

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

  .logos-without-title-2 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .logos-without-title-2.first {
    margin-left: 0;
    margin-right: 0;
  }

  .no-bottom-margin-3.white {
    text-align: center;
    margin-bottom: 26px;
  }

  .grid-4 {
    grid-row-gap: 0px;
    background-color: #000;
    display: flex;
  }

  .card-container-info-2 {
    max-width: 90%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .button-11.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-11.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-11.adjacent-to-link.blue-center._2 {
    margin-right: 0;
  }

  .button-11.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: none;
  }

  .button-11.adjacent-to-link.blue-center.contacto {
    background-color: #0000;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: flex;
  }

  .button-11.adjacent-to-link.blue-center.contacto:hover {
    background-color: #04f;
    border-color: #04f;
  }

  .grid-top-sticky {
    grid-template-columns: .5fr;
    width: auto;
    display: none;
  }

  .card-title-abstract-3 {
    font-size: 28px;
  }

  .pricing-table-cell {
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
  }

  .pricing-table-cell.hide {
    display: none;
  }

  .heading-16 {
    font-size: 15px;
    line-height: 20px;
  }

  .heading-16.mini {
    text-align: center;
  }

  .plan-price-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .small-bottom-text-3 {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .small-bottom-text-3.grey {
    width: 100%;
  }

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

  .pricing-top-2 {
    padding-right: 0;
  }

  .pricing-top-2.h3 {
    display: none;
  }

  .pricing-plan-2 {
    padding-right: 5%;
  }

  .pricing-plan-2.middle-pricing-plan.dos {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-plan-2.dos {
    padding-left: 5%;
  }

  .pricing-button {
    margin-right: 5%;
  }

  .pricing-button.cta.yellow {
    margin-right: 0%;
  }

  .pricing-button.cta.yellow._2 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .pricing-table-container {
    padding-top: 0;
  }

  .main-container-4 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

  .no-bottom-margin-5.white {
    text-align: center;
    margin-bottom: 26px;
  }

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

  .tab-standard {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card-bottom-text-3 {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .card-bottom-text-3.grey {
    width: 100%;
  }

  .tabs-menu-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pricing-wrapper {
    display: block;
  }

  .pricing-row {
    flex-direction: column;
    padding-right: 0;
  }

  .grid-pricing {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .small-top-text-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .feature-wrap {
    padding-left: 0;
  }

  .contenedor-servicios-titulo-2 {
    padding-left: 21px;
    padding-right: 21px;
  }

  .heading-28 {
    font-size: 35px;
    line-height: 37px;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .countdown-grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: 0;
  }

  .wrap-hidden {
    justify-content: center;
    padding-left: 0;
  }

  .text-hidden {
    width: 81%;
    font-size: 28px;
  }

  .hero_section {
    width: auto;
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero_right-wrap {
    width: 90%;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .left-content-wrapper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .headingblue.big-title {
    width: 400px;
  }

  .track {
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraph-4, .izauierda {
    width: 350px;
  }

  .footer-izq {
    width: auto;
  }

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

  .button-14 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-14.color-line-white {
    font-size: 14px;
  }

  .mask {
    width: 400%;
    height: 100%;
    padding-bottom: 0;
    position: static;
  }

  ._50-50 {
    flex-direction: column;
    width: 100%;
  }

  .text-field-5.space-1 {
    width: 250px;
    margin-top: 64px;
  }

  .text-field-5.right {
    margin-left: 0;
  }

  .checkbox_wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    width: auto;
    display: flex;
  }

  .form-3 {
    width: 100%;
  }

  .form-content {
    width: 100%;
    margin-bottom: 6px;
  }

  .checkbox-image {
    margin-top: -39px;
  }

  .paragraph-5.white.spaceup {
    font-size: 12px;
    line-height: 19px;
  }

  .form12_checkbox_field {
    width: auto;
    min-width: auto;
    height: 100px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-top: 10px;
  }

  .error-message {
    width: 300px;
  }

  .slider-content-wrap {
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    padding: 50px 0 0;
  }

  .checkbox-2 {
    height: auto;
    margin-top: 33px;
    position: static;
  }

  .heading-regular {
    font-size: 18px;
  }

  .testimonial-subheader {
    line-height: 1.3em;
  }

  .testimonial-subheader.mobile {
    margin-top: 47px;
  }

  .heading-large-2 {
    font-size: 32px;
  }

  .next-2 {
    margin-top: 5px;
    margin-left: 216px;
    margin-right: 72px;
  }

  .slider-2 {
    flex-direction: column;
    width: 400px;
    max-width: none;
    height: 100%;
    display: flex;
  }

  .previous {
    max-width: 100px;
    margin-top: 32px;
    margin-bottom: 94px;
    margin-left: 70px;
    display: flex;
    position: absolute;
    bottom: -17%;
    left: 5%;
  }

  .div-block-4 {
    width: 400px;
  }

  .text-block-2 {
    font-size: 25px;
  }

  .image-18 {
    margin-top: 22px;
  }

  .div-block-7 {
    margin-top: -40px;
  }

  .heading-31.center {
    font-size: 30px;
    line-height: 33px;
  }

  .bold-text-2.smaller {
    font-size: 15px;
    line-height: 20px;
  }

  .text-span-21 {
    line-height: 30px;
  }

  .second-part {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 10px;
  }

  .heading-32.white {
    line-height: 20px;
  }

  .button-1 {
    display: none;
  }

  .div-block-9 {
    width: auto;
  }

  .paragraph-7 {
    padding-bottom: 10px;
  }

  .box {
    height: 350px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-20 {
    display: none;
  }

  .heading-33.white {
    line-height: 20px;
  }

  .button-15 {
    display: none;
  }

  .paragraph-9 {
    padding-bottom: 10px;
  }

  .box-2 {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-34.white {
    line-height: 20px;
  }

  .text-span-23 {
    line-height: 30px;
  }

  .heading-35.white {
    line-height: 20px;
  }

  .bold-text-4.smaller {
    font-size: 15px;
    line-height: 20px;
  }

  .div-block-16 {
    width: 100px;
    height: 250px;
  }

  .box-text-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .heading-36.white {
    line-height: 20px;
  }

  .div-block-18 {
    width: 90px;
    height: 250px;
    margin-right: 5px;
  }

  .text-span-24 {
    line-height: 30px;
  }

  .heading-37.white {
    line-height: 20px;
  }

  .bold-text-5.smaller {
    font-size: 15px;
    line-height: 20px;
  }

  .loop-marquee_heading {
    display: none;
  }

  .loop-marquee_heading.centrar.compu {
    display: flex;
  }

  .text-size-small-2 {
    font-size: .6rem;
  }

  .demo-link {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper {
    margin-left: 20px;
  }

  .typed-2 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 50px;
  }

  .typed-2.h1 {
    margin-top: 7px;
    font-size: 25px;
    line-height: 30px;
  }

  .cursor {
    width: 2px;
    height: 25px;
    margin-bottom: 19px;
  }

  .div-block-62 {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .dropdown-toggle-2 {
    width: 300px;
  }

  .card-title-abstract-4 {
    font-size: 28px;
  }

  .paragraph-10 {
    text-align: right;
  }

  .pricingnumber-2 {
    text-align: center;
    font-size: 16px;
  }

  .pricing-row-2 {
    flex-direction: column;
  }

  .small-bottom-text-4 {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .small-bottom-text-4.grey {
    width: 100%;
  }

  .dropdown-link-mobile-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile-2.button.center {
    text-align: center;
  }

  .heading-43 {
    font-size: 35px;
    line-height: 37px;
  }

  .plan-price-wrapper-2 {
    width: 100%;
    margin-left: 0%;
  }

  .main-container-5 {
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .card-bottom-text-4 {
    width: 100%;
    font-size: 15px;
    line-height: 23px;
  }

  .card-bottom-text-4.grey {
    width: 100%;
  }

  .heading-44 {
    text-align: right;
    font-size: 15px;
  }

  .heading-44.cross {
    flex: 0 auto;
    font-size: 16px;
  }

  .heading-44.normal, .heading-44.bold {
    font-size: 16px;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .countdown-grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    margin-left: 0;
  }

  .div-block-67 {
    width: 90%;
  }

  .black-friay {
    flex-direction: column;
  }

  .text-block-33 {
    font-size: 16px;
    line-height: 23px;
  }

  .text-block-33.padding-top {
    text-align: left;
  }

  .column-mail {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .dropdown-link-mobile-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-link-mobile-3.button.center {
    text-align: center;
  }

  .home-header_paragraph-2 {
    display: none;
  }

  .home-header_paragraph-2.white {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-header_paragraph-2.softblue.title {
    font-size: 15px;
    display: block;
  }

  .imagen-2 {
    width: 100%;
  }

  .button-16.adjacent-to-link {
    margin-bottom: 21px;
    margin-right: 0;
  }

  .button-16.adjacent-to-link.blue-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bigcard.black.horizontal.bluggradient, .bigcard.black.bluegradient.bullet {
    border-radius: 8px;
  }

  .text-align-center-2 {
    max-width: 60rem;
  }

  .full-4columns {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .slider {
    height: 450px;
  }

  .text-align-center-3 {
    max-width: 60rem;
  }

  .mask-2._600 {
    border-radius: 8px;
    height: 450px;
  }

  .slide-2, .slide-2.myovector.tres, .slide-2.qualitas.one, .slide-2.one, .slide-2.cambiate {
    width: 100%;
    height: 450px;
  }

  .text-field-6.noline, .form-block-2 {
    width: 100%;
  }

  .blog-refer {
    flex-flow: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .content-refer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .foto-refer {
    min-height: 200px;
  }
}

#w-node-d9ebb213-246b-7b61-e43d-ed3d7b7695be-d5cf7b0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d9ebb213-246b-7b61-e43d-ed3d7b7695c0-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d9ebb213-246b-7b61-e43d-ed3d7b7695c9-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a114b5f2-da45-52e9-71d7-dafb0c2db974-d5cf7b0d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8edcc13e-079d-b491-e722-abf7dbd51587-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_672d4885-7d05-fd29-d65c-aa9a50c70277-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-e351caaa-5c27-e0bb-aeaf-e1ca2666a424-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7f628c9a-26de-3446-e508-26dff4a688e9-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f628c9a-26de-3446-e508-26dff4a688ec-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8f69c72a-9d7e-17cc-753d-c5052c36564b-d5cf7b0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_958112bc-e970-6a24-fc65-e10ca247db29-d5cf7b0d, #w-node-_0571f29c-2e1a-b47f-158e-44a68f32cbb2-d5cf7b0d, #w-node-_844402ca-44d5-0aa0-52f6-573afff95372-d5cf7b0d, #w-node-f966cccb-db73-699c-6b4f-64277ddb2e3a-d5cf7b0d, #w-node-c5a594a1-cccd-9e0e-31fc-00ad3275a26b-c988093f, #w-node-_50bdcd0a-a21e-e878-70c1-66ccbacda86c-70ed63b0, #w-node-_50bdcd0a-a21e-e878-70c1-66ccbacda879-70ed63b0, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-b3845b5e, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-b3845b5e, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae53556-b3845b5e, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5355e-b3845b5e, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae53566-b3845b5e, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-b3845b5e, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-b3845b5e, #w-node-c720586a-8457-29f6-e118-7456a19878d0-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-b3845b5e, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-b3845b5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_509d541c-4ee8-b2a1-e103-8510a7f7fabe-109bc3c4, #w-node-_0a4e4e73-a6a4-43ea-a39c-c65fee3241e7-109bc3c4, #w-node-_85250474-09b4-2a7c-35bf-7ec9c41f20fa-109bc3c4, #w-node-_32cfb3ab-c6a5-2578-de7e-47ec98e32a4d-109bc3c4, #w-node-b8f40fa4-a308-961b-4203-6357225d3f10-109bc3c4, #w-node-fc28d3c1-9b5d-6a21-1326-6f3257311138-109bc3c4, #w-node-_47bc2848-d1b7-f991-8679-384add4cff3a-109bc3c4, #w-node-_9ec988e8-d8a1-9e7e-1f0c-06b9cc89e5a8-109bc3c4, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-109bc3c4, #w-node-ad35fadc-3fb0-e7d6-6125-371b056366aa-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ad35fadc-3fb0-e7d6-6125-371b056366ac-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-109bc3c4, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-109bc3c4, #w-node-c720586a-8457-29f6-e118-7456a19878d0-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-109bc3c4, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-109bc3c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d9bf50b-af07-bbbf-66a0-b181a049a1fb-109bc3c4 {
  justify-self: auto;
}

#w-node-_95e3dc1b-0d21-7995-5647-12e655470739-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e65547073e-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e655470743-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e655470748-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e65547074d-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e655470752-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e655470757-5d9bc442, #w-node-_95e3dc1b-0d21-7995-5647-12e65547075c-5d9bc442, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-5d9bc442, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-5d9bc442, #w-node-deeb991f-ea30-74e2-dcf8-b599fe8521ae-5d9bc442, #w-node-_93c2eeeb-fad8-79d3-62c7-644d83801b72-5d9bc442, #w-node-_77a2e397-b3f0-e352-c29a-96957d6c3670-5d9bc442, #w-node-_271367a6-3ffb-7ea2-8897-8b677f1b6061-5d9bc442, #w-node-bc277ba9-e4e4-f707-188d-a3ae96f40fa3-5d9bc442, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-5d9bc442, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-5d9bc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-b7e91eae, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1ee7010d-ce30-8414-c38b-6c3cc76fc497-b7e91eae, #w-node-_257be725-6c0b-7864-cc05-e1c4c7d3e2d8-b7e91eae, #w-node-f66a8d9d-dc2a-e914-72be-26ecdd1b2ae7-b7e91eae, #w-node-ed223a83-f698-49c9-d3fc-a1ab82a331e2-b7e91eae, #w-node-ed223a83-f698-49c9-d3fc-a1ab82a331dd-b7e91eae, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f69b-b7e91eae, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f69d-b7e91eae, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a2-b7e91eae, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a6-b7e91eae, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a8-b7e91eae, #w-node-_91266689-2925-17fe-e7bd-25ba653a6911-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a6922-b7e91eae, #w-node-_91266689-2925-17fe-e7bd-25ba653a6926-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a6928-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a693b-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a694c-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-b7e91eae, #w-node-c720586a-8457-29f6-e118-7456a19878d0-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-b7e91eae, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-b7e91eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-761e7cb8, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-761e7cb8, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-761e7cb8, #w-node-c720586a-8457-29f6-e118-7456a19878d0-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-761e7cb8, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-761e7cb8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-094fba27, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-094fba27, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae53556-094fba27, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5355e-094fba27, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae53566-094fba27, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-094fba27, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-094fba27, #w-node-c720586a-8457-29f6-e118-7456a19878d0-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-094fba27, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-094fba27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_509d541c-4ee8-b2a1-e103-8510a7f7fabe-4a4854cf, #w-node-_0a4e4e73-a6a4-43ea-a39c-c65fee3241e7-4a4854cf, #w-node-_85250474-09b4-2a7c-35bf-7ec9c41f20fa-4a4854cf, #w-node-_32cfb3ab-c6a5-2578-de7e-47ec98e32a4d-4a4854cf, #w-node-b8f40fa4-a308-961b-4203-6357225d3f10-4a4854cf, #w-node-fc28d3c1-9b5d-6a21-1326-6f3257311138-4a4854cf, #w-node-_47bc2848-d1b7-f991-8679-384add4cff3a-4a4854cf, #w-node-_9ec988e8-d8a1-9e7e-1f0c-06b9cc89e5a8-4a4854cf, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-4a4854cf, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-4a4854cf, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae53556-4a4854cf, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5355e-4a4854cf, #w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae53566-4a4854cf, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-4a4854cf, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-4a4854cf, #w-node-c720586a-8457-29f6-e118-7456a19878d0-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-4a4854cf, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-4a4854cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_509d541c-4ee8-b2a1-e103-8510a7f7fabe-f5486c71, #w-node-_0a4e4e73-a6a4-43ea-a39c-c65fee3241e7-f5486c71, #w-node-_85250474-09b4-2a7c-35bf-7ec9c41f20fa-f5486c71, #w-node-_32cfb3ab-c6a5-2578-de7e-47ec98e32a4d-f5486c71, #w-node-b8f40fa4-a308-961b-4203-6357225d3f10-f5486c71, #w-node-fc28d3c1-9b5d-6a21-1326-6f3257311138-f5486c71, #w-node-_47bc2848-d1b7-f991-8679-384add4cff3a-f5486c71, #w-node-_9ec988e8-d8a1-9e7e-1f0c-06b9cc89e5a8-f5486c71, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-f5486c71, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-f5486c71, #w-node-_0d7d8497-e286-86a5-b8ef-29cc9ee5f969-f5486c71, #w-node-_0086619e-70a8-9d0f-7eba-8f2a7565f634-f5486c71, #w-node-_03662a47-b90d-c4b9-4649-0b9c5c24099c-f5486c71, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-f5486c71, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-f5486c71, #w-node-c720586a-8457-29f6-e118-7456a19878d0-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-f5486c71, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-f5486c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3adc56e5-3e76-9273-2615-9a967173cf89-9bce22ac {
  justify-self: center;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-9bce22ac, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-9bce22ac, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-9bce22ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_509d541c-4ee8-b2a1-e103-8510a7f7fabe-02472177, #w-node-_0a4e4e73-a6a4-43ea-a39c-c65fee3241e7-02472177, #w-node-_85250474-09b4-2a7c-35bf-7ec9c41f20fa-02472177, #w-node-_32cfb3ab-c6a5-2578-de7e-47ec98e32a4d-02472177, #w-node-b8f40fa4-a308-961b-4203-6357225d3f10-02472177, #w-node-fc28d3c1-9b5d-6a21-1326-6f3257311138-02472177, #w-node-_47bc2848-d1b7-f991-8679-384add4cff3a-02472177, #w-node-_9ec988e8-d8a1-9e7e-1f0c-06b9cc89e5a8-02472177, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-02472177, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-02472177, #w-node-_0d7d8497-e286-86a5-b8ef-29cc9ee5f969-02472177, #w-node-_0086619e-70a8-9d0f-7eba-8f2a7565f634-02472177, #w-node-_03662a47-b90d-c4b9-4649-0b9c5c24099c-02472177, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-02472177, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-02472177, #w-node-c720586a-8457-29f6-e118-7456a19878d0-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-02472177, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-02472177 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_509d541c-4ee8-b2a1-e103-8510a7f7fabe-b37fe90f, #w-node-_0a4e4e73-a6a4-43ea-a39c-c65fee3241e7-b37fe90f, #w-node-_85250474-09b4-2a7c-35bf-7ec9c41f20fa-b37fe90f, #w-node-_32cfb3ab-c6a5-2578-de7e-47ec98e32a4d-b37fe90f, #w-node-b8f40fa4-a308-961b-4203-6357225d3f10-b37fe90f, #w-node-fc28d3c1-9b5d-6a21-1326-6f3257311138-b37fe90f, #w-node-_47bc2848-d1b7-f991-8679-384add4cff3a-b37fe90f, #w-node-_9ec988e8-d8a1-9e7e-1f0c-06b9cc89e5a8-b37fe90f, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-b37fe90f, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-b37fe90f, #w-node-_0d7d8497-e286-86a5-b8ef-29cc9ee5f969-b37fe90f, #w-node-_0086619e-70a8-9d0f-7eba-8f2a7565f634-b37fe90f, #w-node-_03662a47-b90d-c4b9-4649-0b9c5c24099c-b37fe90f, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-b37fe90f, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-b37fe90f, #w-node-c720586a-8457-29f6-e118-7456a19878d0-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-b37fe90f, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-b37fe90f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_509d541c-4ee8-b2a1-e103-8510a7f7fabe-ced95f6f, #w-node-_0a4e4e73-a6a4-43ea-a39c-c65fee3241e7-ced95f6f, #w-node-_85250474-09b4-2a7c-35bf-7ec9c41f20fa-ced95f6f, #w-node-_32cfb3ab-c6a5-2578-de7e-47ec98e32a4d-ced95f6f, #w-node-b8f40fa4-a308-961b-4203-6357225d3f10-ced95f6f, #w-node-fc28d3c1-9b5d-6a21-1326-6f3257311138-ced95f6f, #w-node-_47bc2848-d1b7-f991-8679-384add4cff3a-ced95f6f, #w-node-_9ec988e8-d8a1-9e7e-1f0c-06b9cc89e5a8-ced95f6f, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-ced95f6f, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8747bc3b-1e5b-0e3f-3420-e35c3ae5354e-ced95f6f, #w-node-_0d7d8497-e286-86a5-b8ef-29cc9ee5f969-ced95f6f, #w-node-_0086619e-70a8-9d0f-7eba-8f2a7565f634-ced95f6f, #w-node-_03662a47-b90d-c4b9-4649-0b9c5c24099c-ced95f6f, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-ced95f6f, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-ced95f6f, #w-node-c720586a-8457-29f6-e118-7456a19878d0-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-ced95f6f, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-ced95f6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-e8fab84b-67d1-b2cc-0483-b7cf96be0d50-d5474928, #w-node-c3fff822-e990-7da4-6e65-d3667b0532c9-d5474928, #w-node-_7b57bda4-6664-635e-1faa-5d813b42a6c0-d5474928, #w-node-_6eb14251-aff1-d768-d7dd-bdbcde2bfb90-d5474928, #w-node-_20ab445d-bdf2-1cc2-3985-0e078b445b45-d5474928, #w-node-a4029478-2214-b2e3-575b-cc58a11890f5-d5474928, #w-node-_6a0546c4-3242-fa10-7f11-23e05497ff58-d5474928, #w-node-_87a6496b-f21c-3dc7-29c3-d97d1faab46b-d5474928, #w-node-_455b6a45-1f7e-e73f-a22a-b3f6a45b4097-d5474928, #w-node-_4658c397-84fb-b1c3-6444-d3f5590aee3e-d5474928, #w-node-_116761f6-7bb4-edf6-edad-ff6fca8e6f3c-d5474928, #w-node-_5fede69e-ce29-fc42-1ed3-fe2c0fa5744b-d5474928, #w-node-ebbe460e-9f5e-bd40-1257-576d8ec0162b-d5474928, #w-node-_46b9d7f9-e5eb-f9f4-3fc0-5974b669da6d-d5474928, #w-node-_4af1764d-266c-4d04-9fe6-b161175c575a-d5474928, #w-node-_557043ad-f14a-3dff-506e-139e5326352f-d5474928, #w-node-e13a8777-6c8e-4620-7a2e-bf9671517000-d5474928, #w-node-f9fda1ab-eeb3-da61-438c-55329f8ecdb1-d5474928, #w-node-_225686f4-6a8f-05d5-7a33-40e3db7ce4f4-d5474928, #w-node-b95b707b-5bc7-b071-f04e-4b5e1cdb76e0-d5474928, #w-node-fe054ec3-e4e5-52b6-60f4-77c4412a7d20-d5474928, #w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-f51f9b4f, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-f51f9b4f, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-f51f9b4f, #w-node-c720586a-8457-29f6-e118-7456a19878d0-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-f51f9b4f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a90f-858208ae {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a912-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a91c-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a94c-858208ae {
  justify-self: center;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a94d-858208ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a953-858208ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a966-858208ae {
  justify-self: center;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a967-858208ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a96f-858208ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a983-858208ae {
  justify-self: center;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a984-858208ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a991-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a993-858208ae {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a994-858208ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a997-858208ae {
  grid-area: 2 / 2 / 3 / 3;
  justify-self: start;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a998-858208ae {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start end;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a99d-858208ae {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a9da-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a9e4-858208ae {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a9f5-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aa29-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aa60-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aa94-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aac6-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aad0-858208ae {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aae1-858208ae {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aae7-858208ae {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aafc-858208ae {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab01-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab0f-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab21-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab3e-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab50-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab6a-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9ab9e-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-858208ae, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51236-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51247-858208ae, #w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124b-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b5124d-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51262-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c2164c7-d124-b684-65b7-fc3e25b51273-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-858208ae, #w-node-c720586a-8457-29f6-e118-7456a19878d0-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-858208ae, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-858208ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-5188e71c, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1ee7010d-ce30-8414-c38b-6c3cc76fc497-5188e71c, #w-node-_257be725-6c0b-7864-cc05-e1c4c7d3e2d8-5188e71c, #w-node-f66a8d9d-dc2a-e914-72be-26ecdd1b2ae7-5188e71c, #w-node-ed223a83-f698-49c9-d3fc-a1ab82a331e2-5188e71c, #w-node-ed223a83-f698-49c9-d3fc-a1ab82a331dd-5188e71c, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f69b-5188e71c, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f69d-5188e71c, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a2-5188e71c, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a6-5188e71c, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a8-5188e71c, #w-node-_91266689-2925-17fe-e7bd-25ba653a6911-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a6922-5188e71c, #w-node-_91266689-2925-17fe-e7bd-25ba653a6926-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a6928-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a693b-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a694c-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-5188e71c, #w-node-c720586a-8457-29f6-e118-7456a19878d0-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-5188e71c, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-5188e71c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b91978ad-411e-0dab-94a8-8f81a038c2c6-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92a8275b-95d6-7722-8908-4f6bd9966924-2ce77a70, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af150-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39520-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f6b81c0-a17e-6c8e-9ca3-68ef85c39531-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f332891-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1ee7010d-ce30-8414-c38b-6c3cc76fc497-2ce77a70, #w-node-_257be725-6c0b-7864-cc05-e1c4c7d3e2d8-2ce77a70, #w-node-f66a8d9d-dc2a-e914-72be-26ecdd1b2ae7-2ce77a70, #w-node-ed223a83-f698-49c9-d3fc-a1ab82a331e2-2ce77a70, #w-node-ed223a83-f698-49c9-d3fc-a1ab82a331dd-2ce77a70, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f69b-2ce77a70, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f69d-2ce77a70, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a2-2ce77a70, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a6-2ce77a70, #w-node-e98ca1ad-190e-1d3f-a72b-5f92a325f6a8-2ce77a70, #w-node-_91266689-2925-17fe-e7bd-25ba653a6911-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a6922-2ce77a70, #w-node-_91266689-2925-17fe-e7bd-25ba653a6926-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a6928-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a693b-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91266689-2925-17fe-e7bd-25ba653a694c-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878bb-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878cc-2ce77a70, #w-node-c720586a-8457-29f6-e118-7456a19878d0-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c720586a-8457-29f6-e118-7456a19878d2-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c720586a-8457-29f6-e118-7456a19878e7-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c720586a-8457-29f6-e118-7456a19878f8-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f0502289b-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228ac-2ce77a70, #w-node-_717906a7-4a5f-093f-fae6-990f050228b0-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228b2-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228c7-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_717906a7-4a5f-093f-fae6-990f050228d8-2ce77a70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ad480703-8a73-3fde-6823-86f0d4335f06-1561e8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e4ac1506-3089-2d3f-17e9-902b09b9cadb-fdca5b05, #w-node-_6f332069-6ed6-344d-4a0e-6f249bce6b5d-fdca5b05, #w-node-_55cbe926-05f4-8e8a-0cee-bb3bf0b9d2c5-fdca5b05, #w-node-_19fe2a3e-e096-ce06-ad7e-33487511c059-fdca5b05, #w-node-ff82c09e-6777-5a54-2fd1-21f7e5d2a5ce-fdca5b05, #w-node-eaa58396-16a6-1616-ee6e-005706f4dc4a-fdca5b05, #w-node-_2a2eecc9-39dc-437f-6a46-0728b8bb079e-fdca5b05, #w-node-_46141e96-7898-ba5e-fb6d-4aa914552ad4-fdca5b05, #w-node-ff316e05-e9d7-7b2a-1454-af8c0942c86b-fdca5b05, #w-node-_8d686a03-245d-fb12-2974-3d841c2179f7-fdca5b05, #w-node-a9861582-2457-9e57-8aee-dfff1e07ca7b-fdca5b05, #w-node-_21d9eb8d-70d7-7995-3678-d394b6d060a6-fdca5b05, #w-node-e4ac1506-3089-2d3f-17e9-902b09b9cadb-2c754e02, #w-node-_6f332069-6ed6-344d-4a0e-6f249bce6b5d-2c754e02, #w-node-_55cbe926-05f4-8e8a-0cee-bb3bf0b9d2c5-2c754e02, #w-node-_19fe2a3e-e096-ce06-ad7e-33487511c059-2c754e02, #w-node-ff82c09e-6777-5a54-2fd1-21f7e5d2a5ce-2c754e02, #w-node-eaa58396-16a6-1616-ee6e-005706f4dc4a-2c754e02, #w-node-_2a2eecc9-39dc-437f-6a46-0728b8bb079e-2c754e02, #w-node-_46141e96-7898-ba5e-fb6d-4aa914552ad4-2c754e02, #w-node-ff316e05-e9d7-7b2a-1454-af8c0942c86b-2c754e02 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad480703-8a73-3fde-6823-86f0d4335f06-89c5087c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d61-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d70-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d74-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d76-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d87-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d96-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d9b-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287daa-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287dae-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287db0-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287dc1-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287dd0-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287dd5-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287de4-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287de8-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287dea-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287dfb-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e0a-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fb3aa1a1-a7c0-9170-c6da-54be60c2b292-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3aa1a1-a7c0-9170-c6da-54be60c2b2a1-a61139d2, #w-node-fb3aa1a1-a7c0-9170-c6da-54be60c2b2a5-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fb3aa1a1-a7c0-9170-c6da-54be60c2b2a7-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-fb3aa1a1-a7c0-9170-c6da-54be60c2b2b8-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb3aa1a1-a7c0-9170-c6da-54be60c2b2c7-a61139d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_309bb941-5f94-1242-0716-f962d44cc265-a61139d2 {
  justify-self: auto;
}

#w-node-_321764bc-f8bb-2431-2e88-51ff0a3891c8-a61139d2, #w-node-_321764bc-f8bb-2431-2e88-51ff0a3891cf-a61139d2, #w-node-_321764bc-f8bb-2431-2e88-51ff0a3891d6-a61139d2 {
  align-self: center;
}

#w-node-_92e2a9b9-a819-c7bf-63f8-b70bbdb2f52f-a61139d2, #w-node-e4ac1506-3089-2d3f-17e9-902b09b9cadb-3442c746, #w-node-_6f332069-6ed6-344d-4a0e-6f249bce6b5d-3442c746, #w-node-_55cbe926-05f4-8e8a-0cee-bb3bf0b9d2c5-3442c746, #w-node-_19fe2a3e-e096-ce06-ad7e-33487511c059-3442c746, #w-node-ff82c09e-6777-5a54-2fd1-21f7e5d2a5ce-3442c746, #w-node-eaa58396-16a6-1616-ee6e-005706f4dc4a-3442c746, #w-node-_2a2eecc9-39dc-437f-6a46-0728b8bb079e-3442c746, #w-node-_46141e96-7898-ba5e-fb6d-4aa914552ad4-3442c746, #w-node-ff316e05-e9d7-7b2a-1454-af8c0942c86b-3442c746, #w-node-_8d686a03-245d-fb12-2974-3d841c2179f7-3442c746, #w-node-a9861582-2457-9e57-8aee-dfff1e07ca7b-3442c746, #w-node-_21d9eb8d-70d7-7995-3678-d394b6d060a6-3442c746 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f54441f9-0db9-1a15-8f31-34781d439f5e-3442c746 {
  justify-self: auto;
}

#w-node-_9f7f0e3f-bfed-25e3-14ea-8d2dc9082a76-3442c746, #w-node-_9f7f0e3f-bfed-25e3-14ea-8d2dc9082a7d-3442c746, #w-node-_9f7f0e3f-bfed-25e3-14ea-8d2dc9082a84-3442c746 {
  align-self: center;
}

#w-node-_50bdcd0a-a21e-e878-70c1-66ccbacda86c-013afcc1, #w-node-_50bdcd0a-a21e-e878-70c1-66ccbacda879-013afcc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc983-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc984-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc985-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc986-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc987-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc988-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc98c-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc98d-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc98e-d5cf7b0d {
    place-self: center;
  }

  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc98f-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc990-d5cf7b0d {
    place-self: start center;
  }

  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc991-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc995-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc996-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc997-d5cf7b0d {
    place-self: center;
  }

  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc998-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc999-d5cf7b0d {
    place-self: start center;
  }

  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc99a-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc99e-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc99f-d5cf7b0d, #w-node-_84b45137-4733-ee51-13d7-d87ecebdc9a0-d5cf7b0d {
    place-self: center;
  }

  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc9a2-d5cf7b0d {
    place-self: start center;
  }

  #w-node-_84b45137-4733-ee51-13d7-d87ecebdc9a3-d5cf7b0d {
    place-self: center;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-b3845b5e {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b3845b5e {
    place-self: auto start;
  }

  #w-node-ad35fadc-3fb0-e7d6-6125-371b056366aa-109bc3c4, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-5d9bc442 {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-5d9bc442 {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-b7e91eae {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b7e91eae {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-761e7cb8 {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-761e7cb8 {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-094fba27 {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-094fba27 {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-4a4854cf {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-4a4854cf {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-f5486c71 {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-f5486c71 {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-9bce22ac {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-9bce22ac {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-02472177 {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-02472177 {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-b37fe90f {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b37fe90f {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-ced95f6f {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-ced95f6f {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-f51f9b4f {
    align-self: center;
  }

  #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a993-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a997-858208ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a99d-858208ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aafc-858208ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-858208ae, #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-5188e71c {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-5188e71c {
    place-self: auto start;
  }

  #w-node-_2e924725-d5bf-8eac-91ce-7fd35f5af163-2ce77a70 {
    align-self: center;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-2ce77a70 {
    place-self: auto start;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287d74-a61139d2 {
    align-self: center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e28-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e29-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e2a-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e2b-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e2c-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e2d-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e31-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e32-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e33-a61139d2 {
    place-self: center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e34-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e35-a61139d2 {
    place-self: start center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e36-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e3a-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e3b-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e3c-a61139d2 {
    place-self: center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e3d-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e3e-a61139d2 {
    place-self: start center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e3f-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e43-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e44-a61139d2, #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e45-a61139d2 {
    place-self: center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e47-a61139d2 {
    place-self: start center;
  }

  #w-node-_941a0eb2-359d-9b9b-8bcc-353e9a287e48-a61139d2 {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9a9e4-858208ae, #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aad0-858208ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f628c9a-26de-3446-e508-26dff4a688ec-d5cf7b0d, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b3845b5e, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-5d9bc442 {
    justify-self: center;
  }

  #w-node-bc277ba9-e4e4-f707-188d-a3ae96f40fa3-5d9bc442 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b7e91eae, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-761e7cb8, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-094fba27, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-4a4854cf, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-f5486c71, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-9bce22ac, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-02472177, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-b37fe90f, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-ced95f6f {
    justify-self: center;
  }

  #w-node-_03a15db5-045d-dbc3-12c4-ee85d9a9aaf8-858208ae {
    order: 9999;
  }

  #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-5188e71c, #w-node-f89e9b0a-f351-c201-3cb1-d1e95f3328a2-2ce77a70 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
