:root {
  --lynx-white: white;
  --lynx-medium-purple: #8979ec;
  --lynx-black: #1f2022;
  --lynx-grey: #797c83;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --spark-library-foreground-secondary: rgba(0, 0, 0, .76);
  --spark-library-background--interactive: #f0ecfd;
  --spark-library-black: black;
  --spark-library-light-steel-purple: #a695fb;
  --spark-library-foreground-interactive: #5532fa;
  --lynx-deep-pink: #fd4b8b;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary50: #f9f5ff;
  --combine-library-grey-600: #5f6570;
  --combine-library-primary-600: #6157f8;
  --combine-library-grey-800: #1f2c3d;
  --combine-library-white: white;
  --combine-library-grey-050: #f2f3f7;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #333;
  background-color: #222;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-slider-container {
  width: 80%;
  height: 80vh;
  margin-top: 69px;
  position: relative;
  overflow: hidden;
}

.first-slider-container {
  z-index: 10;
  position: relative;
}

.second-slider-container {
  z-index: 20;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main-slider {
  height: 85vh;
  background-color: #222;
  flex-direction: column;
}

.main-slider.mobile, .main-slider-nav-arrow, .main-slider-nav-dots {
  display: none;
}

.main-slide-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-slide-wrapper {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-slide-wrapper._1 {
  background-image: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), url('../images/alexander-schimmeck-cFPTHl6s5uY-unsplash.jpg');
}

.main-slide-wrapper._2 {
  background-image: linear-gradient(rgba(51, 51, 51, .58), rgba(51, 51, 51, .58)), url('../images/lithium-plant.png');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, repeat-x;
}

.main-slide-wrapper._3 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/Ecuador-forest.jpg');
}

.main-slide-wrapper._4 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/Green-hydro.png');
}

.main-slide-wrapper._5 {
  background-image: linear-gradient(rgba(51, 51, 51, .35), rgba(51, 51, 51, .35)), url('../images/5.jpg');
  font-family: Verdanapro, sans-serif;
}

.c-main-slide-content {
  text-align: center;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.main-slide-title {
  color: #fff;
  letter-spacing: 20px;
  text-transform: uppercase;
  margin-top: -124px;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
}

.c-main-slide-description {
  width: 50vw;
  color: #fff;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
}

.sub-slider {
  width: 350px;
  height: 25vh;
  background-color: rgba(0, 0, 0, 0);
}

.sub-slider-nav-arrow, .sub-slider-nav-dots {
  display: none;
}

.sub-slider-slide {
  width: 350px;
  perspective: 1000px;
  padding: 1vh 1vw;
  transform: perspective(1000px);
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.sub-slide-wrapper {
  width: 100%;
  height: 100%;
  background-color: #333;
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px rgba(19, 19, 19, .5);
}

.sub-slide-wrapper._2 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/lithium-plant.png');
  justify-content: flex-end;
  align-items: flex-end;
}

.sub-slide-wrapper._3 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/Ecuador-forest.jpg');
}

.sub-slide-wrapper._4 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/Green-hydro.png');
}

.sub-slide-wrapper._5 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._1 {
  background-image: linear-gradient(to top, rgba(19, 19, 19, .5), rgba(0, 0, 0, 0) 30%), url('../images/alexander-schimmeck-cFPTHl6s5uY-unsplash.jpg');
}

.sub-slider-mask {
  overflow: visible;
}

.sub-slide-title {
  color: #fff;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 400;
  line-height: 1em;
}

.sub-slider-container {
  padding-right: 20vw;
  position: relative;
  overflow: hidden;
}

._w-slider-control {
  padding-left: 20px;
  padding-right: 20px;
}

.b-slider-control {
  align-items: center;
  margin-bottom: 7px;
  padding-bottom: 7px;
  display: flex;
}

.c-slider-btn {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

._w-slider-btn {
  width: 50px;
  height: 50px;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.c-slider-btn-icon {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-trigger-left, .slider-trigger-right {
  z-index: 50;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-funtext {
  z-index: 15;
  padding: 40px 10px 60px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.funtext {
  opacity: .03;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 10vw;
  font-weight: 900;
  line-height: 1em;
  position: relative;
}

.c-main-nav {
  z-index: 999;
  padding: 40px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.logo-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.c-logo-content {
  align-items: center;
  display: flex;
}

.logo-icon {
  height: 25px;
}

.c-logo-text {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block {
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.c-menu-btn {
  cursor: pointer;
}

.c-icon {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.menu-stripe {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
}

.menu-stripe.short {
  width: 15px;
}

.c-curtain {
  z-index: 2000;
  background-color: #333;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.curtain {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

.c-slide-btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-slide-btn {
  position: relative;
}

.c-slide-btn-block {
  width: 75px;
  height: 75px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.c-slide-btn-frame {
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 1000px;
  position: relative;
}

.play-btn {
  z-index: 50;
  width: 25px;
  height: 25px;
  transform: translate(3px);
}

.c-slide-btn-loading {
  z-index: 30;
  width: 100%;
  height: 100%;
  border: 2px dashed rgba(255, 255, 255, .5);
  border-radius: 1000px;
  position: absolute;
}

.c-play-btn {
  z-index: 50;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.created-text {
  margin-right: 3px;
}

.c-created {
  z-index: 999999;
  opacity: .7;
  transform-origin: 100% 100%;
  background-color: #222;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-end;
  transition: all .25s;
  position: fixed;
  top: 40%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.c-created:hover {
  background-color: #324155;
}

._w-created {
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.created-text {
  color: #fff;
  font-size: .7em;
  font-weight: 400;
  line-height: 1em;
}

.ci-created {
  display: inline-block;
}

.c-overlay-menu {
  z-index: 1001;
  justify-content: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._w-overlay-menu {
  z-index: 1100;
  height: 100vh;
  background-color: #131313;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
  position: relative;
  box-shadow: -5px 0 15px rgba(19, 19, 19, .5);
}

.b-overlay-menu {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

._w-overlay-menu-bg {
  z-index: 1099;
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-menu-item {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.link-menu-item {
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
}

.link-menu {
  letter-spacing: 2px;
  padding: 10px;
  font-family: Exo, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  transition: all .25s;
}

.link-menu:hover {
  text-shadow: 0 7px 3px #333;
  transform: translate(0, -3px);
}

.c-copyright {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

._w-copyright {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.copyright {
  opacity: .25;
  color: #aaa;
  white-space: nowrap;
  padding: 10px;
  font-size: .8em;
  line-height: 1em;
  position: relative;
}

.ci-overlay-menu {
  width: 100%;
  height: 100vh;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.c-menu-close {
  padding: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

._w-menu-close {
  cursor: pointer;
}

.bi-close-menu {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(-45deg);
}

.close-stripe {
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
}

.close-stripe._2 {
  transform: rotate(90deg);
}

.c-slider-btn-circle {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-slider-btn-loading {
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ci-slider-btn-loading {
  width: 100%;
  height: 100%;
  opacity: .5;
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ci-main-slide-content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.main-slide-description {
  margin-bottom: 101px;
  font-family: Montserrat, sans-serif;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  padding: .75rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.header-80vh {
  max-height: 60rem;
  min-height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-white {
  color: #fff;
  background-color: rgba(0, 0, 0, .46);
  margin-bottom: .7rem;
  padding-bottom: 13px;
  font-family: Verdanapro, sans-serif;
  display: none;
}

.section-our-services {
  overflow: hidden;
}

.section-our-services.background-color-seashell {
  background-color: #fff;
  border-radius: 0;
}

.service-4 {
  background-image: url('../images/Jacaranda.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
}

.service-4.service-5 {
  background-image: url('../images/Hydrogen-plant.webp');
}

.service-4.service-5.service-6 {
  background-image: url('../images/Gen-IV-reactors-image.jpg');
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
  margin-bottom: 17px;
}

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

.header5_background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/image-1.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-padding-2 {
  -webkit-text-stroke-color: #fff;
  border: 0 #fff;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 39px;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.heading-large2 {
  color: #fff;
  white-space: pre-line;
  flex: 0 auto;
  margin-left: 3px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large2._3 {
  white-space: nowrap;
  margin-left: 164px;
  padding-left: 0;
  padding-right: 0;
}

.gallery20_slide {
  border: 1px solid #fff;
  border-radius: 20px;
  padding-right: 2rem;
}

.gallery20_arrow {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery20_arrow.left {
  background-color: #fff;
  right: 4rem;
}

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

.padding-vertical.padding-large {
  align-self: flex-end;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  object-fit: fill;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  display: block;
}

.service-1 {
  background-color: #fff;
  background-image: url('../images/Salar-de-maricunga-5.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #fff;
  border-radius: 18px;
  position: relative;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-xxlarge.text-color-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(255, 255, 255, .5);
  border: 1px solid #fff;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta4_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border: 1px solid #fff;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery20_component {
  border-radius: 0;
  display: block;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.service-2 {
  background-image: url('../images/Imagen12.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 20px;
  position: relative;
}

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

.margin-bottom.margin-xxlarge {
  text-align: left;
  display: flex;
}

.slide {
  margin-left: 27px;
  padding-left: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery20_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  display: block;
  position: relative;
}

.gallery20_mask {
  border-radius: 0;
  overflow: visible;
}

.waves---nav-container {
  height: 100%;
  max-width: 99vw;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-34 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves-dropdown-toggle.menu {
  color: #fff;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-9 {
  width: 80vw;
  color: #fff;
  margin-left: -210px;
  padding-left: 0;
  font-size: 80px;
  line-height: 80px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  color: #fff;
  padding: 12px 16px;
}

.waves---nav-link.menu {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.waves---brand {
  height: 200%;
  max-width: none;
  margin-top: -12px;
}

.waves-icon-drodpdown {
  width: 24px;
  height: 24px;
}

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

.waves-right-nav-1 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-dropdown-list.w--open {
  text-align: left;
  background-color: #001031;
  border: 1px solid rgba(19, 19, 19, .1);
  border-radius: 4px;
  margin-top: 11px;
}

.dropdown {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.waves-master-nav-1 {
  width: auto;
  height: 100%;
  color: #011031;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-navbar-1 {
  z-index: 105;
  height: 80px;
  max-width: 100vw;
  object-fit: contain;
  background-color: #001031;
  background-image: url('../images/Imagen7.jpg');
  background-position: 0%;
  background-repeat: repeat-y;
  background-size: contain;
  border: 1px #000;
  font-family: Montserrat, sans-serif;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.waves---nav-brand-link {
  height: 24px;
}

.body {
  max-width: 100vw;
  background-color: #fff;
}

.slide-2 {
  padding-left: 25px;
}

.grid {
  color: #fff;
  background-color: #f90;
  grid-template-rows: auto auto auto;
}

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

.lynx-link-footer-dark {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx-white);
}

.lynx-text-footer-dark {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-down {
  width: 100%;
  max-width: 1080px;
  border-top: 1px solid rgba(223, 218, 210, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-link-footer-large-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: none;
  margin-top: 0;
  padding-top: 6px;
  padding-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx-medium-purple);
}

.lynx-heading-footer-white {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -13px;
  padding-left: 0;
  font-family: Verdanapro, sans-serif;
  display: flex;
}

.lynx-logo-footer {
  width: 150px;
  margin-bottom: 16px;
}

.lynx-grid-footer-dark {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "."
  / 2.5fr 1fr 3fr;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lynx-footer-dark {
  width: 100%;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #001031;
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: static;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.bold-text-4 {
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section-4 {
  justify-content: center;
  margin-bottom: 53px;
  display: none;
}

.lynx-paragraph-accordion {
  color: #fff;
  margin-bottom: 30px;
  font-family: Verdanapro, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content {
  background-color: #001031;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url('../images/right-arrow-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
}

.lynx-heading-accordion {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Verdanapro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-accordion-header {
  cursor: pointer;
  background-color: #001031;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  font-family: Verdanapro, sans-serif;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  background-color: var(--lynx-white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-block-faq {
  width: 100%;
  max-width: 840px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.lynx-paragraph {
  max-width: 820px;
  color: #001031;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  max-width: 740px;
  color: #001031;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Verdanapro, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  display: flex;
}

.section-5 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 47px;
}

.lynx-paragraph-accordion-2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Verdanapro, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-2 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-heading-accordion-small {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Verdanapro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-accordion-header-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-2:hover {
  padding-left: 35px;
}

.lynx-accordion-item-border {
  border: 1px solid #dfdad2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.lynx-grid-faq {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
  grid-template-rows: auto;
  align-content: space-between;
  justify-content: space-around;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 14px;
  display: flex;
}

.lynx-heading-2 {
  max-width: 740px;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 36px;
  font-family: Verdanapro, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
}

.lynx-content-2 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-6 {
  background-color: #001031;
  padding-bottom: 31px;
}

.section-7 {
  background-color: #fff;
  background-image: url('../images/Imagen7.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
}

.heading-12 {
  color: #001031;
  text-align: center;
  justify-content: flex-start;
  margin-top: 56px;
  margin-bottom: -23px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  display: flex;
}

.heading-13 {
  color: #001031;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  display: none;
}

.section-8 {
  margin-top: 68px;
}

.lynx-paragraph-accordion-3 {
  color: var(--lynx-grey);
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-3 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow-2 {
  width: 40px;
  height: 40px;
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
}

.lynx-heading-accordion-2 {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-accordion-header-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-3:hover {
  padding-left: 35px;
}

.lynx-block-faq-2 {
  width: 100%;
  max-width: 840px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.lynx-heading-3 {
  max-width: 740px;
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-content-3 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-text-check {
  color: #001031;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-heading-4 {
  max-width: 740px;
  color: #001031;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-block-right {
  padding-left: 10%;
}

.lynx-image {
  min-height: 500px;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 87px;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-paragraph-features {
  max-width: 294px;
  color: var(--lynx-grey);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-icon-heading {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx-white);
  border-radius: 0;
  padding: 30px 35px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: -4%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-grid-image-left {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
}

.lynx-content-4 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-absolute {
  z-index: 50;
  max-width: 56%;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 92px;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: -12%;
  right: auto;
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-button {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx-medium-purple);
}

.lynx-heading-5 {
  max-width: 740px;
  color: #001031;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
}

.lynx-content-5 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-9 {
  max-width: 99.9vw;
  background-color: #fff;
  padding-top: 55px;
}

.section-10 {
  background-color: #fff;
  margin-top: 22px;
}

.lynx-arrow-features {
  width: 55px;
  height: 55px;
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: auto;
}

.lynx-image-features {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
}

.lynx-link-block-features {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-paragraph-2 {
  max-width: 820px;
  color: #fff;
  text-align: left;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-features-large {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-subtitle-productivity {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #001031;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  background-color: #001031;
  border-radius: 1px;
  flex-direction: column;
  justify-content: space-around;
  padding: 55px 45px 35px;
  display: flex;
}

.lynx-features-large {
  background-color: var(--lynx-white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-subtitle-software {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #001031;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-grid-2-columns {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-content-6 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-11 {
  margin-bottom: 48px;
}

.text-block-10 {
  color: #001031;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link1 {
  color: #001031;
}

.text-block-11 {
  color: #001031;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link1-2 {
  color: #001031;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.lynx-button-white {
  background-color: var(--lynx-white);
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border: 1px solid #011031;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
}

.lynx-heading-white-small {
  max-width: 740px;
  color: #011031;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: #f90;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-hero {
  width: 44%;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 110px;
  padding: 60px;
  display: flex;
}

.lynx-hero {
  width: 100vw;
  max-width: 100vw;
  min-height: 650px;
  background-image: url('../images/Imagen7.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.lynx-content-hero {
  width: 100%;
  max-width: 99.9vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-testimonial18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.uui-testimonial18_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #001031;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-testimonial18_arrow:hover {
  background-color: var(--untitled-ui-gray50-501);
}

.uui-testimonial18_arrow.left {
  right: 4rem;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-link.is-alternate {
  color: var(--untitled-ui-white);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: none;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium.text-color-white {
  color: var(--untitled-ui-white);
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-small {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.text-color-white {
  color: var(--untitled-ui-white);
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
}

.uui-testimonial18_content-wrapper {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--untitled-ui-white);
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 1.5rem;
}

.uui-testimonial17_logo {
  max-height: 3rem;
}

.uui-testimonial18_logo-wrapper {
  margin-top: .5rem;
  margin-left: .5rem;
}

.uui-testimonial18_content {
  width: 100%;
  height: 32rem;
  background-color: var(--untitled-ui-gray500);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.uui-testimonial18_content.background-color-orange600 {
  background-color: #e04f16;
  display: none;
}

.uui-testimonial18_content.background-color-lightblue600 {
  background-color: #0086c9;
  background-image: url('../images/Gen-IV-reactors-image.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 250px;
}

.uui-testimonial18_content.background-color-pink600 {
  background-color: #153a37;
  background-image: url('../images/Green-hydro.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 400px 250px;
}

.uui-testimonial18_content.background-color-indigo600 {
  background-color: #444ce7;
  background-image: url('../images/Ecuador-forest.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 400px 250px;
}

.uui-testimonial18_content.background-color-blue600 {
  background-color: #163969;
  background-image: url('../images/Imagen12.png');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: 400px 250px;
}

.uui-testimonial18_content.background-color-primary600 {
  background-color: #001031;
  background-image: url('../images/alexander-schimmeck-cFPTHl6s5uY-unsplash.jpg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 400px 250px;
}

.uui-testimonial18_slide {
  padding-right: 2rem;
}

.uui-testimonial18_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-testimonial18_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 4rem;
  padding-bottom: 5rem;
  position: relative;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium {
  color: #011031;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 114%;
}

.uui-heading-medium.heading2.test15 {
  color: #fff;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-padding-vertical-xhuge {
  padding-top: 0;
  padding-bottom: 0;
}

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

.uui-page-padding {
  margin-top: 47px;
  margin-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_testimonial17 {
  overflow: hidden;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  width: 20px;
  align-items: center;
  padding: 2px;
  display: flex;
}

.spark-social-row {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: center;
  display: flex;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
}

.spark-gray-paragraph {
  color: var(--spark-library-foreground-secondary);
  line-height: 1.3;
}

.spark-small-sub-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  font-size: 1.2rem;
}

.spark-team-member-details {
  max-width: 590px;
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.spark-horizontal-team-member-image {
  width: 500px;
  height: 300px;
  max-width: none;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-extra-spaced {
  grid-column-gap: 64px;
  align-items: center;
  margin-top: -43px;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 0 64px 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.text-block-35 {
  color: #001031;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.link1-3 {
  color: #001031;
  font-size: 16px;
}

.container-2 {
  width: 400px;
  height: 400px;
  background-image: url('../images/Abogabir.png');
  background-position: 50% 0;
  background-size: contain;
}

.container-2.container-3 {
  background-image: url('../images/Frugone.png');
}

.spark-card-details {
  max-width: 590px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.spark-tabs-content {
  width: 100%;
}

.spark-flat-tab {
  box-shadow: 0 3px 0 0 var(--spark-library-background--interactive);
  color: var(--spark-library-black);
  background-color: rgba(0, 0, 0, 0);
  padding: 24px 80px;
  transition: box-shadow .3s, color .15s;
}

.spark-flat-tab:hover {
  box-shadow: 0 3px 0 0 var(--spark-library-light-steel-purple);
  opacity: 1;
  color: var(--spark-library-foreground-interactive);
}

.spark-flat-tab.w--current {
  border-bottom-color: var(--spark-library-foreground-interactive);
  box-shadow: 0 3px 0 0 var(--spark-library-foreground-interactive);
  color: var(--spark-library-foreground-interactive);
  background-color: rgba(0, 0, 0, 0);
}

.spark-flat-tab.spark-small {
  padding-left: 32px;
  padding-right: 32px;
}

.spark-super-simple-flat-tabs-menu {
  grid-column-gap: 0px;
  box-shadow: 0 3px 0 0 var(--spark-library-background--interactive);
  justify-content: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.lynx-arrow-features-2 {
  width: 55px;
  height: 55px;
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  position: absolute;
  top: -25px;
  bottom: auto;
  left: auto;
  right: auto;
}

.lynx-image-features-2 {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 0;
}

.lynx-link-block-features-2 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features-2:hover {
  filter: brightness(112%);
}

.lynx-paragraph-3 {
  max-width: 820px;
  color: var(--lynx-grey);
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-features-large-2 {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-subtitle-productivity-2 {
  color: var(--lynx-medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(137, 121, 236, .1);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large-2 {
  padding: 55px 45px 35px;
}

.lynx-features-large-2 {
  background-color: var(--lynx-white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-subtitle-software-2 {
  color: var(--lynx-deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: rgba(253, 75, 139, .1);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-grid-2-columns-2 {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  margin-top: 14px;
}

.lynx-content-7 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-slide-nav {
  display: none;
}

.lynx-right-arrow {
  width: 55px;
  height: 55px;
  background-color: #f90;
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  right: -20px;
}

.lynx-left-arrow {
  width: 55px;
  height: 55px;
  background-color: #f90;
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  left: -20px;
}

.lynx-client-info {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 21px;
  margin-bottom: 2px;
  padding-top: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-slide {
  color: var(--lynx-grey);
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide {
  width: 50%;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  display: inline-block;
}

.lynx-block-slide-reviews {
  height: 100%;
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #333;
  display: flex;
}

.lynx-slide-reviews, .lynx-mask {
  border-radius: 0;
}

.lynx-slider {
  width: 100%;
  height: 380px;
  background-color: var(--lynx-white);
  border-radius: 0;
  margin-top: 14px;
  box-shadow: 8px 16px 12px -7px rgba(31, 32, 34, .1);
}

.lynx-heading-6 {
  max-width: 740px;
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Vollkorn, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content-8 {
  width: 100%;
  max-width: 1080px;
  outline-offset: 0px;
  border-radius: 0;
  outline: 3px #333;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-3 {
  border-radius: 0;
}

.section-13 {
  background-color: #fff;
  background-image: url('../images/Imagen7.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 64px;
}

.uui-team06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon-2.text-color-gray400 {
  color: var(--untitled-ui-gray400);
}

.uui-team06_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.uui-team06_arrow:hover {
  background-color: var(--untitled-ui-gray50-501);
}

.uui-team06_arrow.left {
  right: 4rem;
}

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

.social-link {
  color: var(--untitled-ui-gray400);
  transition: all .3s;
}

.social-link:hover {
  color: var(--untitled-ui-gray500);
}

.uui-team06_social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-primary700 {
  color: var(--untitled-ui-primary700);
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-tiny {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-team06_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.uui-team06_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team06_slide {
  margin-right: 2rem;
}

.uui-team06_mask {
  width: 33.33%;
  overflow: visible;
}

.uui-team06_component {
  height: auto;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  margin-top: 4rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50-501);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray.icon-only {
  width: 2.75rem;
  height: 2.75rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-padding-vertical-xhuge-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.9rem;
  padding-bottom: 7rem;
  display: flex;
}

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

.uui-page-padding-2 {
  width: auto;
  min-width: auto;
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_team06 {
  overflow: hidden;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui-primary100);
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui-gray50-501);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.uui-text-rich-text {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
}

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-blogpost04_author-subheading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-wrapper {
  align-items: center;
  display: flex;
}

.uui-blogpost04_content-top {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

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

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-heading-large {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogpost04_header {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  color: #fff;
  background-color: #001031;
}

.grid-2 {
  grid-template-rows: auto auto auto;
}

.rich-text-block {
  color: #000;
  margin-top: 19px;
  font-family: Montserrat, sans-serif;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-14 {
  background-color: #011031;
}

.italic-text-2 {
  font-weight: 600;
}

.html-embed {
  color: #000;
  font-family: Montserrat, sans-serif;
}

.image-3 {
  text-align: center;
  margin-top: 26px;
  margin-left: 0;
}

.html-embed-2 {
  color: #000;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.image-4 {
  margin-top: 37px;
}

.spark-icon-2 {
  width: 12px;
  display: inline-block;
}

.spark-icon-2.spark-20px-icon {
  width: 20px;
  align-items: center;
  padding: 2px;
  display: flex;
}

.spark-social-row-2 {
  width: 100%;
  grid-column-gap: 24px;
  justify-content: center;
  display: flex;
}

.spark-social-row-2.spark-left-aligned {
  justify-content: flex-start;
}

.spark-gray-paragraph-2 {
  color: var(--spark-library-foreground-secondary);
  line-height: 1.3;
}

.spark-small-sub-paragraph-2 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

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

.spark-bold-heading-2 {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-team-member-details-2 {
  max-width: 590px;
}

.spark-horizontal-team-member-image-2 {
  width: 500px;
  height: 300px;
  max-width: none;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.spark-wrapped-team-card-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card-2.spark-extra-spaced {
  grid-column-gap: 64px;
  align-items: center;
}

.spark-flex-row-of-team-members-2 {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-secondary-paragraph-4 {
  color: var(--spark-library-foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-901 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 0 64px 58px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.combine-team3_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library-grey-600);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team3_social-link:hover {
  color: var(--combine-library-primary-600);
}

.combine-team3_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-text-size-regular {
  max-width: 500px;
  color: var(--combine-library-grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team3_job-title {
  color: var(--combine-library-grey-600);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h6 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-team3_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-team3_image-wrapper {
  width: 100%;
  height: 30rem;
  border-radius: .75rem;
  overflow: hidden;
}

.combine-team3_item {
  min-height: 1100px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library-white);
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1rem 2.5rem;
  display: flex;
}

.combine-team3_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

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

.combine-space-large {
  height: 4rem;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library-grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.combine-padding-global {
  background-color: #001031;
  margin-top: 33px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_team3 {
  background-color: var(--combine-library-grey-050);
}

.div-block {
  max-width: 500px;
}

.html-embed-3 {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: #fff;
  border: 0 #fff;
  border-radius: 0;
  justify-content: center;
  display: flex;
}

.section-15 {
  width: auto;
  min-width: auto;
  background-color: #001031;
}

.heading-14 {
  justify-content: center;
  align-items: center;
  margin-top: 85px;
  margin-bottom: 0;
  display: flex;
}

.image-5 {
  align-self: flex-start;
  margin-left: 19px;
}

.bold-text-9 {
  font-weight: 300;
}

.quick-stack {
  align-self: center;
  margin-top: -10px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 1920px) {
  .section-3 {
    height: 80vh;
  }

  .waves-right-nav-1 {
    color: #fff;
  }

  .waves-navbar-1 {
    max-width: 100vw;
    background-color: #001031;
    background-image: url('../images/Imagen7.jpg');
    background-position: 0%;
    background-repeat: repeat-y;
    background-size: 300px 100px;
  }

  .body {
    max-width: 100vw;
  }

  .lynx-footer-dark {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .section-9 {
    max-width: none;
  }

  .lynx-hero {
    width: 100vw;
    background-attachment: scroll;
  }

  .lynx-content-hero {
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .second-slider-container {
    display: none;
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    display: block;
  }

  .main-slider-nav-dots {
    background-image: linear-gradient(to top, rgba(19, 19, 19, .75), rgba(0, 0, 0, 0));
    display: block;
  }

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

  .main-slide-title {
    letter-spacing: 15px;
    font-size: 4.5em;
  }

  .c-funtext, .c-slide-btn-loading, .c-overlay-menu {
    display: none;
  }

  .heading-large2 {
    font-size: 2.4rem;
  }

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

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

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---menu-button {
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    width: 52px;
    height: 52px;
    background-color: #131313;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .heading-9 {
    margin-left: 0;
  }

  .waves---nav-menu {
    background-color: #fff;
    border: 1px solid rgba(19, 19, 19, .1);
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
    display: flex;
  }

  .waves---nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .dropdown {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

  .waves---hamburger-icon {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 1px solid #fff;
    justify-content: center;
    align-items: center;
    margin: auto;
    display: flex;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .lynx-heading, .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-heading-accordion-2 {
    font-size: 19px;
  }

  .lynx-heading-3, .lynx-heading-4 {
    font-size: 38px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-5 {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .uui-testimonial18_mask {
    width: 50%;
  }

  .uui-testimonial18_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-extra-spaced {
    width: 100%;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .spark-super-simple-flat-tabs-menu {
    margin-bottom: 64px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .lynx-heading-features-large-2 {
    font-size: 32px;
  }

  .lynx-block-features-large-2 {
    padding: 45px 30px 25px;
  }

  .lynx-grid-2-columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-6 {
    font-size: 38px;
  }

  .uui-team06_mask {
    width: 50%;
  }

  .uui-team06_component {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .spark-wrapped-team-card-2 {
    width: 45%;
  }

  .spark-wrapped-team-card-2.spark-extra-spaced {
    width: 100%;
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .combine-team3_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-main-slide-content {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .main-slide-title {
    letter-spacing: 5px;
    font-size: 3em;
  }

  .c-main-slide-description {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-main-nav {
    padding: 20px;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .play-btn {
    width: 20px;
    height: 20px;
  }

  ._w-overlay-menu {
    width: 100%;
  }

  .c-menu-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .link-menu {
    font-size: 2em;
  }

  .ci-main-slide-content {
    width: 70%;
    text-align: left;
    align-items: flex-start;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-medium.text-color-white {
    display: none;
  }

  .heading-large2 {
    font-size: 2.25rem;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .gallery20_arrow.left {
    right: 3.5rem;
  }

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

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

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

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

  .lynx-heading-2, .lynx-heading-3, .lynx-heading-4 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading-5 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

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

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .uui-testimonial18_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-testimonial18_arrow.left {
    right: 3.5rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-link.is-alternate:hover {
    color: var(--untitled-ui-white);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-testimonial17_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial18_content {
    padding: 1.5rem;
  }

  .uui-testimonial18_slide {
    padding-right: 1.5rem;
  }

  .uui-testimonial18_mask {
    width: 80%;
  }

  .uui-testimonial18_component {
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
    grid-row-gap: 16px;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-flat-tab {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .lynx-heading-features-large-2 {
    font-size: 26px;
  }

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

  .lynx-right-arrow {
    top: auto;
    bottom: -5%;
    left: auto;
    right: 7%;
  }

  .lynx-left-arrow {
    top: auto;
    bottom: -5%;
    left: 7%;
    right: auto;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    width: 100%;
    height: 250px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-heading-6 {
    max-width: 540px;
    font-size: 34px;
  }

  .uui-team06_arrow.left {
    right: 3.5rem;
  }

  .social-link:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-team06_image-wrapper {
    height: 100%;
  }

  .uui-team06_slide {
    margin-right: 1.5rem;
  }

  .uui-team06_mask {
    width: 75%;
  }

  .uui-team06_component {
    margin-top: 3rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

  .uui-blogpost04_content, .uui-blogpost04_author-wrapper {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .spark-small-sub-paragraph-2 {
    line-height: 1.3;
  }

  .spark-horizontal-team-member-image-2 {
    width: 100%;
    height: auto;
  }

  .spark-wrapped-team-card-2 {
    width: 100%;
  }

  .spark-secondary-paragraph-4 {
    margin-bottom: 32px;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .combine-team3_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .main-slider-container {
    width: 95%;
    height: 50vh;
  }

  .second-slider-container {
    margin-bottom: 30px;
    display: block;
  }

  .main-slider.mobile {
    height: 70vh;
  }

  .c-main-slide-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .main-slide-title {
    text-align: center;
    margin-top: -74px;
    font-family: Montserrat, sans-serif;
    font-size: 6vw;
  }

  .c-main-slide-description {
    text-align: center;
  }

  .sub-slider-container {
    display: none;
  }

  .b-slider-control {
    margin-left: 55px;
    display: none;
  }

  .c-slide-btn-block {
    width: 20vw;
    height: 20vw;
  }

  .link-menu {
    font-size: 2.5em;
  }

  .ci-main-slide-content {
    width: 85%;
    align-items: center;
  }

  .main-slide-description {
    margin-bottom: 11px;
    font-family: Montserrat, sans-serif;
  }

  .button-secondary {
    margin-left: 7px;
  }

  .header-80vh {
    max-height: 50vh;
    min-height: 50vh;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-size-medium.text-color-white {
    text-align: left;
    flex-direction: column;
    padding-bottom: 9px;
    padding-left: 6px;
    padding-right: 0;
    font-size: .8rem;
    display: none;
  }

  .section-our-services.background-color-seashell {
    background-color: rgba(255, 255, 255, 0);
    flex-direction: row;
    justify-content: center;
    padding-left: 10px;
    padding-right: 20px;
    display: none;
  }

  .service-4 {
    background-size: cover;
  }

  .service-4.service-5.service-6 {
    min-height: auto;
  }

  .max-width-medium {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    padding-right: 0;
    font-family: Verdanapro, sans-serif;
  }

  .container-large {
    height: 60%;
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    display: flex;
  }

  .page-padding-2 {
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .heading-large2 {
    color: #001031;
    white-space: break-spaces;
    word-break: normal;
    flex-flow: column wrap;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-family: Verdanapro, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .heading-large2._3 {
    color: #fff;
    white-space: normal;
    margin-left: 9px;
    margin-right: 4px;
    padding-right: 0;
    font-family: Verdanapro, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .gallery20_slide {
    min-height: auto;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: .125rem;
  }

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

  .padding-vertical.padding-large {
    width: auto;
    height: 30vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 13px;
    display: flex;
  }

  .padding-vertical.padding-xhuge {
    flex-flow: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .service-1 {
    min-height: 40vh;
    object-fit: fill;
    background-size: cover;
    display: block;
  }

  .heading-xxlarge.text-color-white {
    margin-top: 7px;
    padding-left: 7px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .gallery20_component {
    border-radius: 0;
  }

  .gallery20_slide-nav {
    color: #fff;
    margin-left: 20px;
    padding-left: 9px;
  }

  .service-2 {
    background-size: cover;
  }

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

  .gallery20_slider {
    width: 100vw;
    min-height: 50vh;
    border-radius: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gallery20_mask {
    min-height: 60px;
    border-radius: 0;
    padding-left: 15px;
  }

  .waves---nav-container {
    max-width: 100vw;
    background-color: #051330;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-34 {
    color: #fff;
  }

  .waves-dropdown-toggle.menu {
    color: #141c30;
    justify-content: flex-start;
    margin-bottom: 38px;
  }

  .heading-9 {
    width: auto;
    margin-left: 23px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 40px;
  }

  .waves---nav-menu {
    height: 100vh;
    object-fit: cover;
    background-color: #011031;
    background-image: url('../images/Imagen7.jpg');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: 200px 100px;
    background-attachment: fixed;
    border-radius: 0;
    justify-content: center;
    margin-top: 0;
    position: absolute;
    overflow: auto;
  }

  .waves---nav-link.menu {
    color: #fff;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 42px;
  }

  .waves---brand {
    margin-top: -11px;
  }

  .waves---nav-dropdown {
    color: rgba(1, 16, 49, 0);
    padding-left: 0;
    display: block;
  }

  .section-3 {
    height: auto;
    max-height: 70vh;
    min-height: 70vh;
    opacity: 1;
    -webkit-text-stroke-color: #001032;
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #001032;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    border: 0 solid #fff200;
    border-bottom: 2px solid #001032;
    flex-flow: column;
    justify-content: center;
    margin-top: 0;
    overflow: visible;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    background-color: rgba(0, 16, 49, 0);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 13px;
    padding-top: 0;
    font-size: 12px;
    font-weight: 300;
    display: flex;
  }

  .dropdown {
    margin-left: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 300;
  }

  .waves-master-nav-1 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .waves-navbar-1 {
    background-color: rgba(0, 16, 49, 0);
    background-image: none;
    display: block;
  }

  .waves---hamburger-icon {
    color: #fff;
    border: 1px solid #fff;
  }

  .body {
    mix-blend-mode: normal;
    background-color: #fff;
    border-top: 0 #001031;
    margin-top: 0;
  }

  .slide-2 {
    width: 100vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container {
    min-height: auto;
  }

  .section-4 {
    margin-top: 0;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-heading, .lynx-heading-2 {
    font-size: 29px;
  }

  .section-7 {
    background-color: rgba(255, 255, 255, 0);
  }

  .heading-12 {
    text-align: center;
    margin-bottom: -40px;
    font-size: 22px;
    font-weight: 400;
  }

  .heading-13 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .section-8 {
    margin-top: 7px;
  }

  .lynx-heading-accordion-2 {
    font-size: 18px;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-content-3 {
    margin-top: -16px;
  }

  .lynx-heading-4 {
    font-size: 29px;
  }

  .lynx-image {
    max-width: 95%;
    margin-left: 9px;
    margin-right: 10px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .lynx-heading-5 {
    font-size: 29px;
  }

  .section-9 {
    margin-top: -12px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-subtitle-software {
    flex: 0 auto;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .lynx-block-hero {
    margin-bottom: 0;
    padding-top: 54px;
    padding-bottom: 41px;
  }

  .lynx-hero {
    min-height: 630px;
    background-color: #001031;
    background-position: 50% 5%;
    background-repeat: repeat-x;
    background-size: 500px 300px;
    background-attachment: scroll;
  }

  .image, .image-2 {
    border-radius: 0;
  }

  .uui-space-medium {
    display: none;
  }

  .uui-text-size-medium.text-color-white {
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
  }

  .uui-testimonial18_mask {
    width: 95%;
  }

  .uui-heading-medium {
    font-family: Montserrat, sans-serif;
  }

  .uui-padding-vertical-xhuge {
    padding-top: .125rem;
    padding-bottom: 0;
  }

  .uui-page-padding {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .spark-icon.spark-20px-icon {
    width: 20px;
    flex: none;
    padding: 0;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-section p {
    font-size: 16px;
  }

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

  .container-2.container-3 {
    max-width: 100%;
    background-position: 50%;
    background-repeat: repeat-x;
    background-attachment: scroll;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-flat-tab {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .spark-flat-tab.spark-small {
    flex: none;
  }

  .spark-super-simple-flat-tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    overflow: scroll;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .lynx-image-features-2 {
    width: 100%;
    max-width: 100%;
    min-height: 200px;
  }

  .lynx-link-block-features-2 {
    width: 80%;
  }

  .lynx-heading-features-large-2 {
    max-width: 80%;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: flex;
  }

  .lynx-block-features-large-2 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .lynx-features-large-2 {
    max-width: 100%;
    object-fit: scale-down;
    justify-content: center;
  }

  .lynx-grid-2-columns-2 {
    width: 100%;
    max-width: 100%;
    grid-template-columns: .75fr;
    justify-content: center;
    align-items: center;
    justify-items: start;
    padding-left: 23px;
  }

  .lynx-content-7 {
    width: 100%;
    max-width: 100%;
  }

  .section-12 {
    max-width: 100%;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lynx-right-arrow, .lynx-left-arrow {
    background-color: #f90;
  }

  .lynx-heading-client {
    margin-top: -40px;
    font-size: 16px;
  }

  .lynx-paragraph-slide {
    margin-bottom: 0;
  }

  .lynx-image-slide {
    border-radius: 0;
  }

  .lynx-heading-6 {
    font-size: 29px;
  }

  .section-13 {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 139px;
  }

  .uui-team06_mask {
    width: 80%;
  }

  .uui-page-padding-2 {
    max-width: 100vw;
    margin-top: 43px;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-3 {
    margin-left: 0;
  }

  .spark-icon-2.spark-20px-icon {
    width: 20px;
    flex: none;
    padding: 0;
  }

  .spark-bold-heading-2 {
    line-height: 1.3;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section-3 {
    padding: 64px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .html-embed-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

#w-node-bdf83656-253f-2fd7-0bde-71942ba3378e-dca479be, #w-node-bdf83656-253f-2fd7-0bde-71942ba33797-dca479be, #w-node-_2f18d139-02c7-2f49-c55e-f2add314efff-dca479be, #w-node-_2f18d139-02c7-2f49-c55e-f2add314f008-dca479be, #w-node-b6c931b5-37cb-2ae1-2400-138101306633-01306631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6c931b5-37cb-2ae1-2400-138101306635-01306631 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-_20ffe050-918f-e604-82a3-c0a94a93a081-01306631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d09621e6-7189-8dfe-a127-2ac149f4e5de-01306631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
}

#w-node-d09621e6-7189-8dfe-a127-2ac149f4e5df-01306631 {
  grid-column: span 2 / span 2;
}

#w-node-b6c931b5-37cb-2ae1-2400-13810130663e-01306631, #w-node-b6c931b5-37cb-2ae1-2400-138101306644-01306631, #w-node-_7dd5ee08-91b8-3edb-c3b6-992f6be4e66a-01306631 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-Bold.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-Black.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-BoldItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-BoldItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-BlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-BlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-BlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondBlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-CondSemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype'), url('../fonts/VerdanaPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-CondItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-CondRegular.ttf') format('truetype'), url('../fonts/VerdanaPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-CondLightItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-Light.ttf') format('truetype'), url('../fonts/VerdanaPro-CondLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Verdanapro';
  src: url('../fonts/VerdanaPro-SemiBoldItalic.ttf') format('truetype'), url('../fonts/VerdanaPro-CondSemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}