:root {
  --color--_color-main-color-bright-cyan: #00fff3;
  --color--green-on: #68ff7e;
  --color--_color-main-color-lime-green: #d2f900;
  --color--_color-main-color-neon-green: #68ff7e;
  --color--_color-main-color-soft-blue: #a1c5ff;
  --color--_color-main-color-pink: #ff62d3;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@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;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.global {
  position: fixed;
}

.p-l {
  font-size: var(--size-font);
  letter-spacing: -.02em;
  ---mode--collection-e327544d-73fe-6893-772a-04eb3eaa6213: mode-02537add-6206-d0dd-f806-e6fb7b219fc1;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
}

.home-hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.home-hero__reel {
  z-index: 1;
  background-color: #fff;
  border-radius: .625em;
  width: 12em;
  padding: .375em;
  position: relative;
}

.button-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-bg__list {
  aspect-ratio: 1;
  perspective: 500vw;
  transform-style: preserve-3d;
  will-change: transform;
  justify-content: center;
  align-items: center;
  width: 22.5em;
  display: flex;
  position: relative;
  transform: translate(-10vw, 30vw)rotateX(-7deg)rotateY(40deg)rotateZ(0);
}

.nav__link {
  letter-spacing: -.02em;
  font-size: 1.125em;
  line-height: 1.2;
}

.eyebrow {
  letter-spacing: -.02em;
  font-size: .75em;
}

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

.nav {
  z-index: 100;
  position: fixed;
  top: 1.5em;
  left: 0;
  right: 0;
}

.tag__label {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: .75em;
  line-height: 1;
}

.hero-bg__item {
  aspect-ratio: 1;
  -webkit-backdrop-filter: blur(.175em);
  backdrop-filter: blur(.175em);
  will-change: transform;
  transform-style: preserve-3d;
  background-color: #1f00ab0d;
  border: 2px solid #1f00ab0d;
  border-radius: 100em;
  width: 100%;
  position: absolute;
  transform: rotate(0);
}

.hero-bg__item.is--12 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -220vw);
}

.hero-bg__item.is--15 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -280vw);
}

.hero-bg__item.is--5 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -80vw);
}

.hero-bg__item.is--10 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -180vw);
}

.hero-bg__item.is--14 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -260vw);
}

.hero-bg__item.is--6 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -100vw);
}

.hero-bg__item.is--3 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -40vw);
}

.hero-bg__item.is--11 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -200vw);
}

.hero-bg__item.is--13 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -240vw);
}

.hero-bg__item.is--7 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -120vw);
}

.hero-bg__item.is--9 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -160vw);
}

.hero-bg__item.is--2 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -20vw);
}

.hero-bg__item.is--8 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -140vw);
}

.hero-bg__item.is--4 {
  transform-style: preserve-3d;
  transform: translate3d(0, 0, -60vw);
}

.home-hero__bottom-circle {
  z-index: 0;
  aspect-ratio: 1;
  opacity: .15;
  border: 1px solid #1f00ab;
  border-radius: 100vmax;
  height: 70vmax;
  position: absolute;
  bottom: -2em;
  right: -2em;
  transform: translate(50%, 50%);
}

.home-hero__bottom-circle.is--3 {
  height: 50vmax;
}

.home-hero__bottom-circle.is--2 {
  height: 60vmax;
}

.nav__end-link {
  letter-spacing: -.02em;
  padding: .4em .7em;
  font-size: .875em;
  line-height: 1.2;
}

.nav__end-link.is--active {
  color: #e9e2ff;
  background-color: #1f00ab;
  border-radius: .25em;
}

.tag {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  border: 1px solid #12004b33;
  border-radius: 10em;
  justify-content: flex-start;
  align-items: center;
  padding: .375em .625em;
  display: flex;
}

.home-hero__bg {
  pointer-events: none;
  perspective: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svg {
  width: 100%;
  height: 100%;
}

.home-hero__p {
  width: 100%;
  max-width: 26em;
}

.h-d {
  ---mode--collection-e327544d-73fe-6893-772a-04eb3eaa6213: mode-f8f8c17d-6f13-09a1-e0f1-3b78bceb5b73;
}

.reel__vid {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  padding: 0;
}

.nav__logo {
  justify-content: center;
  align-items: center;
  width: 7em;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.button__label {
  letter-spacing: -.03em;
  font-size: 1.125em;
  font-weight: 400;
}

.home-hero__inner {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.reel__icon {
  opacity: .25;
  color: #12004b;
  width: .625em;
}

.main {
  overflow: clip;
}

.nav__end {
  background-color: #e9e2ff;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .2em;
  display: flex;
}

.home-hero__bottom {
  z-index: 2;
  position: absolute;
  bottom: 2em;
  right: 2em;
}

.nav__list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reel__end {
  justify-content: space-between;
  align-items: center;
  padding: .375em;
  display: flex;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
}

.tag__dot {
  background-color: currentColor;
  border-radius: 10em;
  width: .25em;
  height: .25em;
}

.home-hero__inner-text {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  background-color: #1f00ab;
  border-radius: .25em;
  padding: .625em 1em;
}

.button.is--secondary {
  color: #1f00ab;
  background-color: #e9e2ff;
}

.reel {
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

.main-img-bg {
  z-index: -1;
  background-image: url('../images/abstractbg.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.servicios-img-bg {
  z-index: -1;
  background-image: url('../images/servicios_bg.avif');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.image {
  max-width: 30px;
  margin-left: 20px;
  font-size: 36px;
  position: relative;
}

.navbar {
  aspect-ratio: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  background-color: #0006;
  border-radius: 50px;
  width: 650px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 20px;
  left: 0%;
  right: 0%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand {
  clear: none;
}

.body {
  font-family: Lato, sans-serif;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.nav-link.w--current {
  color: var(--color--_color-main-color-bright-cyan);
}

.nav-link.current {
  color: var(--color--green-on);
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.nav-link.current:hover {
  text-decoration: none;
}

.nav-menu {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-right: 18px;
  display: flex;
}

.ofrecemos {
  background-color: #ebebeb;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 80px 30px;
  display: flex;
  position: relative;
  left: 0;
}

.ofrecemos-container {
  width: 90%;
  max-width: 1000px;
  position: relative;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 720px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 80px;
  line-height: 70px;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  max-width: 800px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.5;
}

.button-2 {
  background-color: var(--color--_color-main-color-bright-cyan);
  color: #222;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 24px;
  padding: 12px 30px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  z-index: 100;
}

.button-2.bblue {
  background-color: var(--color--_color-main-color-bright-cyan);
}

.image-2 {
  z-index: 1;
  aspect-ratio: auto;
  max-width: 320px;
  position: absolute;
  inset: auto 0% -90px 50%;
  transform: translate(-50%);
}

.about-us {
  z-index: 10;
  background-color: #0fc9c2;
  background-image: radial-gradient(circle at 0 100%, #2345dd, #1b8f96);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.heading-3 {
  text-align: center;
  font-size: 50px;
  line-height: 52px;
}

.subtitle {
  color: #fff;
  text-align: left;
  margin-top: 33px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  line-height: 56px;
}

.whitep {
  color: #fff;
  margin-top: 27px;
  font-weight: 300;
  line-height: 27px;
}

.image-3 {
  max-width: 80px;
  margin-top: 42px;
}

.lgl-invest {
  background-color: var(--color--_color-main-color-bright-cyan);
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 42px;
  display: flex;
}

.div-block-4 {
  background-image: radial-gradient(circle at -10% 120%, #2345dd, #0fc9c2);
  border-radius: 20px;
  max-width: 410px;
  margin-top: -26px;
  padding: 26px;
  position: relative;
}

.paragraph {
  color: #fff;
  max-width: 90%;
  margin-bottom: 47px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.div-block-5 {
  background-image: radial-gradient(circle at 0%, #239cdd, #0fc978);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 400px;
  margin-top: 89px;
  padding: 30px;
  display: flex;
}

.paragraph-2 {
  color: #fff;
  word-break: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heading-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(41deg, #2345dd, #0fc9c2 56%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  font-size: 38px;
  line-height: 80px;
}

.image-4 {
  opacity: .57;
  position: absolute;
  bottom: 13px;
  right: 16px;
}

.image-5 {
  opacity: .51;
  text-align: left;
  max-width: 70px;
}

.heading-5 {
  text-align: center;
  margin-top: 52px;
  margin-bottom: 75px;
  font-size: 60px;
  line-height: 52px;
}

.heading-5.h1proc {
  margin-bottom: 500px;
  padding-top: 78px;
  position: sticky;
  top: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.nosotros-box {
  background-color: #ececec;
  padding: 24px;
  position: relative;
}

.heading-6 {
  z-index: 20;
  font-size: 28px;
  line-height: 30px;
  position: relative;
}

.paragraph-3 {
  z-index: 40;
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.image-6 {
  z-index: 5;
  margin-bottom: 25px;
  position: relative;
}

.image-7 {
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.box-bg {
  opacity: 0;
  background-image: url('../images/bg-color-1.svg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.box-bg:hover {
  pointer-events: none;
}

.div-block-6 {
  background-image: url('../images/bg-color-2.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.box-bg-2 {
  opacity: 1;
  background-image: url('../images/bg-color-2.svg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.nosotros-box-2 {
  background-color: #ececec;
  padding: 24px;
  position: relative;
}

.nosotros-container {
  max-width: 90%;
  margin-left: 5%;
  position: relative;
}

.nosotros-box-bg2 {
  opacity: 0;
  background-image: url('../images/bg-color-2.svg');
  background-position: 0 0;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
}

.nos-box-3 {
  background-color: #ececec;
  padding: 24px;
  position: relative;
}

.div-block-7 {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.img-bg-3 {
  position: absolute;
  inset: 0%;
}

.bgbg3 {
  opacity: 0;
  background-image: url('../images/bg-color-3.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bgbg3.bg4 {
  background-image: url('../images/bg-color-4.svg');
}

.nos-box-4 {
  background-color: #ececec;
  padding: 24px;
  position: relative;
}

.bgb4 {
  opacity: 0;
  background-image: url('../images/bg-color-4.svg');
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.proc-element {
  border-radius: 8px;
  width: 100%;
  margin: 14px;
  position: sticky;
  top: 200px;
}

.proc-element.card2 {
  background-color: var(--color--_color-main-color-neon-green);
  top: 214px;
}

.proc-element.card3 {
  background-color: var(--color--_color-main-color-bright-cyan);
  filter: drop-shadow(12px 10px 10px #0000004d);
  top: 220px;
  transform: translate(4px)rotate(-1deg);
}

.proc-element.card4 {
  background-color: var(--color--_color-main-color-soft-blue);
  filter: drop-shadow(12px 10px 10px #0000004d);
  top: 242px;
  transform: translate(7px)rotate(2deg);
}

.proc-element.card5 {
  background-color: var(--color--_color-main-color-pink);
  filter: drop-shadow(12px 10px 10px #0000004d);
  transform: rotate(-1deg);
}

.proc-element.pc2 {
  filter: drop-shadow(12px 10px 10px #0000004d);
  top: 214px;
  transform: translate(-8px)rotate(2deg);
}

.proc-element.pc1 {
  filter: drop-shadow(12px 10px 10px #0000004d);
  transform: translate(8px)rotate(-2deg);
}

.proc-container {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: flex-start;
  max-width: 500px;
  margin-top: -460px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 10px;
}

.section-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.image-8 {
  max-width: 60px;
}

.card1 {
  background-color: var(--color--_color-main-color-lime-green);
  border-radius: 8px;
  padding: 16px;
}

.card2 {
  background-color: var(--color--_color-main-color-neon-green);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  padding: 16px;
}

.card3, .card4, .card5 {
  padding: 16px;
}

.paragraph-4 {
  font-size: 20px;
  line-height: 24px;
}

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

.section-4 {
  background-color: #f3f3f3;
  position: relative;
}

.spacer {
  width: 100px;
  height: 100px;
}

.paragraph-5 {
  font-size: 20px;
}

.cardp {
  font-size: 20px;
  line-height: 24px;
}

.heading-7 {
  text-align: center;
  margin-top: 99px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 66px;
  position: relative;
}

.section-5 {
  background-color: #e9e9e9;
  min-height: 100vh;
}

.div-block-9 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-6 {
  margin-bottom: 107px;
  font-size: 20px;
  line-height: 24px;
}

.text-span {
  color: var(--color--_color-main-color-pink);
  font-weight: 700;
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 15% 85%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 15% 85%, #0000 100%);
}

.marquee-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.logo-marquee {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  min-width: 100%;
}

.logo-img {
  object-fit: contain;
  width: 120px;
  height: 70px;
}

.link {
  color: #010101;
  text-decoration: none;
}

.btn-newsletter {
  color: #0000;
  background-color: #f3f3f3;
  background-image: url('../images/arrow-up-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 99999px;
  width: 48px;
  height: 48px;
}

.footer-subtitle {
  color: #010101;
  letter-spacing: 0;
  margin-top: 0;
  padding-bottom: 7px;
  font-size: 16px;
  line-height: 150%;
}

.footer-logo {
  width: 100%;
  font-weight: 700;
}

.footer-copyright {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.newsletter-input {
  color: #010101;
  background-color: #f3f3f3;
  border: 1px #000;
  border-radius: 99999px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 20px;
}

.newsletter-input::placeholder {
  color: #4d4d4d;
}

.footer-area {
  padding-top: 80px;
  padding-bottom: 24px;
}

.nav-link-2 {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .4s, color .4s;
}

.nav-link-2:hover {
  color: var(--color--green-on);
}

.section-content-sm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.nav-iten {
  padding-bottom: 16px;
}

.success-message {
  color: #fff;
  background-color: #010101;
}

.footer-nav {
  padding-left: 0;
  list-style-type: none;
}

.newsletter {
  padding-top: 32px;
}

.newsletter-form {
  align-items: center;
  display: flex;
}

.footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.heading-five {
  color: #010101;
  letter-spacing: -1.28px;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
}

.footer-info {
  margin-top: 16px;
}

.footer-btm {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-top: 1px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 20px;
  display: grid;
}

.container-2 {
  max-width: 1312px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-newsletter {
  max-width: 320px;
}

.div-block-10 {
  margin-top: 21px;
}

.section-6 {
  z-index: 0;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.heading-8 {
  color: var(--color--_color-main-color-soft-blue);
  text-align: left;
  cursor: auto;
  max-width: 70%;
  font-size: 30px;
  line-height: 38px;
}

.section-7 {
  min-height: 100vh;
}

.spline-scene {
  min-height: 500px;
}

.quick-stack {
  width: 100%;
  max-width: 90%;
}

.spline-scene-2 {
  z-index: -1;
  opacity: .38;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

.text-span-2 {
  color: var(--color--_color-main-color-bright-cyan);
  font-size: 30px;
}

.heading-9 {
  max-width: 80%;
  margin-top: 69px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.div-block-11 {
  max-width: 80%;
  margin: 49px auto 80px;
  position: relative;
}

.quick-stack-2 {
  width: 100%;
}

.quick-stack-3 {
  background-color: var(--color--green-on);
  border-radius: 14px;
}

.heading-10 {
  color: #333;
}

.paragraph-7 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.quick-stack-4 {
  background-color: #d6e6ff;
  border-radius: 12px;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-8 {
  font-size: 20px;
  line-height: 28px;
}

.quick-stack-5 {
  z-index: -3;
  background-color: var(--color--_color-main-color-soft-blue);
  position: relative;
}

.div-block-12 {
  background-color: var(--color--_color-main-color-pink);
}

.image-9 {
  z-index: -2;
  position: absolute;
  inset: auto auto 20px 20px;
}

.heading-11 {
  max-width: 80%;
  margin: 78px auto 66px;
}

.div-block-13 {
  background-color: var(--color--_color-main-color-soft-blue);
  border-radius: 16px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.cell-4 {
  background-color: #d6e6ff;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}

.section-8 {
  background-color: #f0f0f0;
  padding-bottom: 66px;
}

.div-block-14 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.cell-7 {
  background-color: var(--color--_color-main-color-neon-green);
  border-radius: 14px;
  padding: 20px;
}

.image-10 {
  max-width: 60px;
  margin-bottom: 12px;
}

.cell-8 {
  background-color: var(--color--_color-main-color-bright-cyan);
  border-radius: 14px;
  padding: 20px;
}

.image-11 {
  max-width: 60px;
  margin-bottom: 12px;
}

.quick-stack-6 {
  padding: 0;
}

.oporh {
  font-size: 24px;
}

.oporp {
  font-size: 18px;
  line-height: 22px;
}

.section-9 {
  background-color: #000;
  min-height: 100vh;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-12 {
  z-index: 0;
  filter: blur(5px) brightness(51%);
  object-fit: cover;
  width: 110%;
  max-width: 110%;
  height: 110%;
  margin-top: -5%;
  margin-left: -5%;
  display: block;
  position: absolute;
}

.div-block-15 {
  z-index: 1;
  max-width: 80%;
  position: relative;
}

.paragraph-10 {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
}

.paragraph-10.p2s {
  color: var(--color--_color-main-color-bright-cyan);
}

.quick-stack-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cell-9 {
  justify-content: flex-end;
  align-items: flex-end;
}

.text-span-3 {
  color: var(--color--_color-main-color-bright-cyan);
  font-weight: 700;
}

.text-span-4 {
  color: var(--color--_color-main-color-pink);
  font-weight: 700;
}

.text-span-5 {
  color: var(--color--_color-main-color-neon-green);
}

.section-10 {
  margin-top: 67px;
  margin-bottom: 0;
}

.heading-14 {
  filter: blur(4px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: soft-light;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  line-height: 1;
  position: absolute;
  bottom: 189px;
  left: 60px;
  overflow: visible;
}

.heading-15 {
  filter: blur(5px);
  -webkit-text-fill-color: transparent;
  mix-blend-mode: soft-light;
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 120px;
  line-height: 1;
  position: absolute;
  bottom: 62px;
  left: 160px;
}

.home_work_content {
  grid-column-gap: 1.88rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-huge, .margin-bottom.margin-xlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.home_work_item {
  color: #333;
  text-decoration: none;
}

.home_work_title {
  flex: 0 360px;
}

.section_header {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.75rem;
  display: flex;
}

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

.home_work_icon {
  width: 100%;
  height: 100%;
}

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

.home_work_icon-wrapper {
  border-radius: 50%;
  width: 4.38rem;
  height: 4.38rem;
}

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

.home_work_heading-details {
  flex: 0 482px;
}

.home_work_image {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.button-icon {
  width: 1.5rem;
  height: 1.25rem;
}

.button-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: .5rem 2rem;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .5s, color .5s;
  display: flex;
}

.button-3:hover {
  color: #2d29ec;
  background-color: #fff;
}

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

.button-container {
  display: inline-flex;
}

.heading-style-h4 {
  font-size: clamp(1.25rem, .9091rem + 1.4545vw, 2rem);
  font-weight: 600;
  line-height: 1.3;
}

.heading-16 {
  font-size: 40px;
}

.div-block-16 {
  z-index: 1;
  background-color: var(--color--green-on);
  width: 100px;
  height: 50px;
  position: static;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.faq-top {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 32px;
}

.section-overlay {
  background-image: linear-gradient(#0000, #000);
  position: absolute;
  inset: 0%;
}

.iconbox {
  background-color: #f8f8f8;
  border-radius: 24px;
  padding: 20px;
}

.heading-three {
  color: #010101;
  letter-spacing: -1.28px;
  font-size: 64px;
  font-weight: 600;
  line-height: 106%;
}

.heading-three.text-white {
  color: #fff;
}

.contact-area {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-info {
  border-top: 1px solid #f5f5f5;
  /* border-bottom: 1px solid #f5f5f5; */
  justify-content: space-between;
  align-items: center;
  margin-top: 62px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.faq-tabs {
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}

.plus {
  background-color: #fff;
  width: 2px;
  height: 14px;
}

.faq-area {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-social {
  z-index: 9;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.btn-submit {
  background-color: #010101;
  border-radius: 99999px;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .4s;
  display: block;
}

.btn-submit:hover {
  background-color: #4d4d4d;
}

.banner-wrap {
  z-index: 9;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: baseline start;
  display: grid;
  position: relative;
}

.section-content-sm-2 {
  font-size: 16px;
  line-height: 150%;
}

.input {
  color: #010101;
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 20px;
}

.input.message {
  padding-bottom: 90px;
}

.input.select {
  color: #838383;
}

.iconbox-title {
  color: #010101;
  padding-top: 30px;
  padding-bottom: 8px;
  font-size: 18px;
}

.field-label {
  margin-bottom: 10px;
}

.single-input {
  padding-bottom: 20px;
}

.minus {
  background-color: #fff;
  width: 14px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: -6px;
}

.social-link-two {
  background-color: #f5f5f5;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.faq-tab-link {
  color: #d0d0d0;
  background-color: #0000;
  border: 1px solid #ffffff26;
  border-radius: 40px;
  padding: 12px 24px;
}

.faq-tab-link.w--current {
  color: #fff;
  background-color: #ffffff26;
  border-color: #0000;
}

.contact-left {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

.section-content-md {
  font-size: 18px;
  line-height: 150%;
}

.section-content-md.text-white.indent-40 {
  color: #fff;
  font-weight: 400;
}

.heading-four {
  color: #010101;
  letter-spacing: -1.2px;
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

.iconbox-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iconbox-link {
  color: #4d4d4d;
  text-decoration: none;
}

.iconbox-link:hover {
  color: #010101;
}

.heading-two {
  color: #010101;
  letter-spacing: -6.12px;
  font-size: 100px;
  line-height: 94%;
}

.heading-two.text-white {
  color: #fff;
  mix-blend-mode: normal;
}

.contact-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #ffffff29;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.container-3 {
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.accordion-header {
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  display: flex;
}

.social-icon.dark {
  filter: invert(67%);
}

.accordion-content {
  color: #d0d0d0;
}

.faq-tab-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.form-block {
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 32px;
  margin-bottom: 0;
  padding: 32px;
}

.accordion-icon-wrap {
  position: relative;
}

.banner-area {
  background-image: url('../images/hero_1hero.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -107px;
  padding-top: 240px;
  padding-bottom: 120px;
  position: relative;
}

.banner-area.contact {
  background-image: url('../images/bg2.avif');
  background-position: 50% 0;
  background-size: 150%;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -56px;
  padding-top: 296px;
  padding-bottom: 34px;
  display: flex;
}

.accordion-body {
  max-width: 760px;
  padding-top: 14px;
  overflow: hidden;
}

.proyp {
  max-width: 90%;
}

.text-span-6 {
  font-weight: 700;
}

@media screen and (min-width: 1280px) {
  .button-2.bblue {
    background-color: var(--color--_color-main-color-bright-cyan);
  }

  .newsletter-input {
    background-color: #f3f3f3;
    border: 1px #000;
    border-radius: 99999px;
    padding: 20px;
  }

  .footer-top {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 5.5fr .75fr 1fr .75fr;
  }

  .footer-btm {
    grid-template-columns: 3fr 1fr 1fr;
    align-items: end;
  }

  .heading-9 {
    text-align: left;
    font-size: 44px;
    line-height: 50px;
  }

  .quick-stack-3 {
    background-color: var(--color--_color-main-color-soft-blue);
    padding: 34px;
  }

  .heading-10 {
    padding-top: 0;
    font-size: 38px;
  }

  .paragraph-7 {
    font-size: 28px;
    line-height: 34px;
  }

  .quick-stack-4 {
    background-color: #d6e6ff;
  }

  .quick-stack-5 {
    padding: 24px;
  }

  .banner-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.3fr 1fr;
  }

  .container-3 {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1440px) {
  .button-2.bblue {
    z-index: 2;
    position: relative;
  }

  .link {
    color: #010101;
  }

  .footer-copyright {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

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

  .footer-btm {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 4fr 1fr 1fr;
  }

  .footer-newsletter {
    max-width: 320px;
  }

  .faq-tabs {
    max-width: 1016px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1.2fr 1fr;
    grid-auto-columns: 1fr;
    place-items: baseline start;
    display: grid;
  }

  .container-3 {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .hero-bg__list {
    width: 15em;
    margin-bottom: -50vh;
    transform: translate(-10vw, 30vw)rotateX(0)rotateY(40deg)rotateZ(0);
  }

  .tag__label {
    line-height: 1.3;
  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    max-width: 90%;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #000000f2;
    max-width: 90%;
    margin-left: 5%;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-2 {
    padding: 0 50px;
  }

  .div-block-4, .div-block-5 {
    max-width: 300px;
  }

  .heading-5.h1proc {
    font-size: 44px;
  }

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

  .heading-7 {
    font-size: 44px;
  }

  .paragraph-6 {
    max-width: 90%;
    margin-left: 5%;
  }

  .footer-top {
    grid-template-columns: 2.5fr .75fr 1fr .75fr;
  }

  .footer-btm {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .icon {
    color: #fff;
  }

  .menu-button {
    margin-right: 8px;
    padding: 10px 8px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .image-9 {
    opacity: 1;
  }

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

  .home_work_title {
    flex: 0 auto;
  }

  .section_header {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 3rem;
  }

  .home_work_icon-wrapper {
    padding: 1rem;
  }

  .home_work_heading-details {
    flex: 0 auto;
  }

  .contact-info {
    margin-top: 30px;
  }

  .banner-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .contact-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .banner-area.contact {
    margin-top: 0;
    padding-top: 101px;
  }
}

@media screen and (max-width: 767px) {
  .hero-bg__list {
    width: 10em;
  }

  .h-d {
    font-size: 5em;
  }

  .nav__logo {
    position: relative;
    left: auto;
    transform: none;
  }

  .nav__list {
    display: none;
  }

  .ofrecemos {
    padding: 60px 15px;
  }

  .hero-wrapper {
    max-width: 90%;
  }

  .heading {
    text-align: center;
    font-size: 60px;
  }

  .div-block-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-4 {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .div-block-5 {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }

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

  .heading-5 {
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 50px;
  }

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

  .footer-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-btm {
    flex-flow: column;
    grid-template-columns: 2.25fr;
  }

  .quick-stack-2, .quick-stack-4 {
    z-index: 2;
    position: relative;
  }

  .quick-stack-5 {
    z-index: -3;
    position: relative;
  }

  .image-9 {
    z-index: -2;
    opacity: 0;
  }

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

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

  .section_header {
    margin-bottom: 2.5rem;
  }

  .heading-style-h4 {
    line-height: 1.4;
  }

  .banner-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-tab-link {
    border-radius: 99999px;
  }

  .heading-two.text-white {
    letter-spacing: -4px;
    font-size: 80px;
  }

  .container-3 {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    max-width: 90vw;
  }

  .ofrecemos {
    padding-top: 0;
  }

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

  .heading {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 32px;
  }

  .button-2.bblue {
    text-align: left;
    margin: 6px auto 31px;
  }

  .subtitle {
    font-size: 26px;
    line-height: 31px;
  }

  .whitep {
    margin-top: 7px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-3 {
    margin-top: 25px;
  }

  .div-block-3 {
    width: 80%;
    margin-left: 10%;
    overflow: visible;
  }

  .div-block-4 {
    padding: 12px;
  }

  .paragraph {
    max-width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .div-block-5 {
    margin-top: 57px;
    padding: 12px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 41px;
    padding-bottom: 6px;
    font-size: 28px;
    line-height: 28px;
  }

  .heading-5 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 26px;
  }

  .heading-5.h1proc {
    font-size: 26px;
    top: 20px;
  }

  .heading-6 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .image-6 {
    max-width: 40px;
    margin-bottom: 0;
  }

  .proc-element {
    background-color: var(--color--_color-main-color-lime-green);
    max-width: 100%;
    margin-bottom: 24px;
    padding: 14px;
    position: sticky;
    top: 100px;
  }

  .proc-element.card2 {
    background-color: var(--color--_color-main-color-neon-green);
  }

  .proc-element.card3 {
    background-color: var(--color--_color-main-color-bright-cyan);
    filter: drop-shadow(6px 5px 5px #0000004d);
  }

  .proc-element.card3.pc33 {
    top: 180px;
  }

  .proc-element.card4 {
    background-color: var(--color--_color-main-color-soft-blue);
    filter: drop-shadow(6px 5px 5px #0000004d);
  }

  .proc-element.card5 {
    background-color: var(--color--_color-main-color-pink);
    filter: drop-shadow(6px 5px 5px #0000004d);
  }

  .proc-element.card1 {
    background-color: var(--color--_color-main-color-lime-green);
  }

  .proc-element.pc2 {
    background-color: var(--color--_color-main-color-neon-green);
    filter: drop-shadow(6px 5px 5px #0000004d);
  }

  .proc-element.pc2.pc22 {
    top: 170px;
  }

  .proc-element.pc1 {
    filter: drop-shadow(6px 5px 5px #0000004d);
    top: 210px;
  }

  .proc-element.pc1.pc11 {
    top: 170px;
  }

  .proc-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 80%;
    margin-left: 10%;
    position: relative;
  }

  .heading-card {
    font-size: 30px;
  }

  .cardp {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-7 {
    max-width: 90%;
    margin-bottom: 23px;
    margin-left: 5%;
    font-size: 26px;
    line-height: 26px;
  }

  .paragraph-6 {
    max-width: 80%;
    margin-left: 10%;
    font-size: 16px;
    line-height: 20px;
  }

  .logo-marquee {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo-img {
    width: 60px;
    height: 60px;
  }

  .footer-logo {
    margin-bottom: 19px;
  }

  .footer-copyright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link-2 {
    font-size: 14px;
  }

  .section-content-sm {
    text-indent: 0;
  }

  .footer-nav {
    width: 26%;
  }

  .footer-top {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .footer-newsletter {
    width: 100%;
    max-width: 100%;
  }

  .section-6 {
    min-height: 90vh;
  }

  .heading-8 {
    text-align: center;
    max-width: 90%;
    font-size: 24px;
    line-height: 28px;
  }

  .spline-scene-2 {
    width: 100%;
    max-width: 100vw;
  }

  .text-span-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .div-block-11 {
    max-width: 90%;
    margin-top: 31px;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .heading-10 {
    width: 100%;
  }

  .quick-stack-4 {
    padding: 14px;
  }

  .quick-stack-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding: 12px;
  }

  .cell-3 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .image-9 {
    opacity: 0;
  }

  .heading-11 {
    max-width: 90%;
    margin-top: 40px;
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 26px;
  }

  .cell-5, .cell-6 {
    justify-content: center;
    align-items: stretch;
  }

  .heading-12, .heading-13 {
    margin-bottom: 0;
  }

  .div-block-14 {
    max-width: 90%;
  }

  .paragraph-9 {
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-15 {
    max-width: 90%;
    margin-top: 86px;
  }

  .paragraph-10 {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-10.p2s {
    color: var(--color--_color-main-color-bright-cyan);
  }

  .quick-stack-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .home_work_icon-wrapper {
    padding: 1.25rem;
  }

  .div-block-16 {
    background-color: var(--color--green-on);
  }

  .faq-top {
    text-align: left;
  }

  .heading-three.text-white.text-effect {
    text-align: center;
    font-size: 46px;
  }

  .contact-area {
    padding-top: 30px;
  }

  .banner-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .section-content-sm-2 {
    text-indent: 0;
    font-size: 14px;
  }

  .faq-tab-link, .section-content-md.text-white.indent-40 {
    font-size: 14px;
  }

  .heading-four.pb-20 {
    font-size: 30px;
  }

  .iconbox-grid {
    flex-flow: column;
    display: flex;
  }

  .heading-two.text-white {
    letter-spacing: -1px;
    margin-top: 0;
    padding-right: 7px;
    font-size: 40px;
  }

  .accordion-item.last {
    margin-bottom: 0;
  }

  .accordion-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-tab-menu {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .form-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .banner-area {
    padding-top: 192px;
  }
}

#w-node-_551852ca-1107-b72f-9f3b-e3f85de9bfbf-0fe1e66c {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_80fd80e3-c552-fe51-8014-ebbdf507a174-0fe1e66c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_80fd80e3-c552-fe51-8014-ebbdf507a175-0fe1e66c {
  grid-column: span 2 / span 2;
}

#w-node-_132d1c11-3d27-6343-241c-564a288ab3a7-0fe1e66c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f1174a1a-1f77-9a44-64ee-9abad6b98844-0fe1e66c {
  grid-column: span 2 / span 2;
}

#w-node-_2815e536-a454-472b-60be-ffe5981d6cac-0fe1e66c, #w-node-c34fbe02-9ed1-e981-8e4b-147b82bf252a-0fe1e66c, #w-node-_781aed8a-1a2f-57d2-880b-342a68d1bbfe-95aaf48c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_42ec7cc4-4acb-61d5-9149-703214870664-735038e0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-bad44640-5009-77e6-6284-642655917875-5591783f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_551852ca-1107-b72f-9f3b-e3f85de9bfc0-0fe1e66c, #w-node-_551852ca-1107-b72f-9f3b-e3f85de9bfc1-0fe1e66c, #w-node-_80fd80e3-c552-fe51-8014-ebbdf507a175-0fe1e66c, #w-node-f1174a1a-1f77-9a44-64ee-9abad6b98844-0fe1e66c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_781aed8a-1a2f-57d2-880b-342a68d1bbff-95aaf48c, #w-node-_781aed8a-1a2f-57d2-880b-342a68d1bc00-95aaf48c {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_551852ca-1107-b72f-9f3b-e3f85de9bfbf-0fe1e66c {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_132d1c11-3d27-6343-241c-564a288ab3a8-0fe1e66c, #w-node-_132d1c11-3d27-6343-241c-564a288ab3a9-0fe1e66c, #w-node-_2815e536-a454-472b-60be-ffe5981d6cad-0fe1e66c, #w-node-_2815e536-a454-472b-60be-ffe5981d6cb0-0fe1e66c, #w-node-c34fbe02-9ed1-e981-8e4b-147b82bf252b-0fe1e66c, #w-node-c34fbe02-9ed1-e981-8e4b-147b82bf252c-0fe1e66c {
    grid-column: span 2 / span 2;
  }
}


/* Privacy lightbox overlay */
.privacy-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Modal */
.privacy-modal {
  background: #ffffff;
  max-width: 720px;
  width: 90%;
  max-height: 85vh;
  padding: 32px;
  border-radius: 8px;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

/* Close button */
.privacy-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

/* Content spacing */
.privacy-modal h2 {
  margin-top: 0;
  margin-bottom: 16px;
}

.privacy-content p {
  margin-bottom: 12px;
  line-height: 1.6;
}

.privacy-notice { font-size: 16px; line-height: 1.6; }
.privacy-header { margin-bottom: 18px; }
.privacy-title { margin: 0 0 8px; }
.privacy-subtitle { margin: 0; opacity: 0.85; }

.privacy-section { margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.08); }
.privacy-section h3 { margin: 0 0 10px; font-size: 18px; }
.privacy-section ul { margin: 8px 0 0 18px; }
.privacy-muted { opacity: 0.85; }

.privacy-cards { display: grid; grid-template-columns: 1fr; gap: 10px; margin: 12px 0; }
@media (min-width: 768px) { .privacy-cards { grid-template-columns: 1fr 1fr 1fr; } }
.privacy-card { border: 1px solid rgba(0,0,0,0.08); border-radius: 10px; padding: 12px; background: #fff; }
.privacy-card h4 { margin: 0 0 6px; font-size: 16px; }
.privacy-footer { margin-top: 12px; padding-top: 10px; border-top: 1px solid rgba(0,0,0,0.08); }
