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

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

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

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

.page-wrapper {
  justify-content: center;
  align-items: center;
  padding: 212px 20px 128px;
  position: relative;
  overflow: hidden;
}

.body {
  color: #fff;
  letter-spacing: -.2px;
  background-color: #110f0e;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.button {
  color: #fff;
  letter-spacing: -.2px;
  text-transform: uppercase;
  background-color: #ff6714;
  border-radius: 16px;
  padding: 18px 40px 24px;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  transition: box-shadow .2s;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 8px #ff67144d, inset 0 -1px 1px #521d00, inset 0 -8px 2px #7a2b00, inset 0 -9px 1px #ff823d, inset 0 1px 1px #ff8847, inset 0 3px 3px #ffffff4d;
}

.button.condensed {
  padding: 12px 24px;
  font-size: 14px;
  box-shadow: 0 2px 4px #ff67144d, inset 0 -1px 1px #521d00, inset 0 -4px 2px #7a2b00, inset 0 -4px 1px #ff823d, inset 0 1px 1px #ff8847, inset 0 2px 2px #ffffff4d;
}

.button:hover {
  box-shadow: 0 2px 8px #ff67144d, inset 0 -1px 1px #521d00, inset 0 -4px 2px #7a2b00, inset 0 -9px 1px #ff823d, inset 0 1px 1px #ff8847, inset 0 3px 3px #ffffff4d;
}

.button.purple {
  background-color: #ff6714;
  box-shadow: inset 0 -1px 1px #521d00, inset 0 -8px 2px #7a2b00, inset 0 -9px 1px #fff6, inset 0 1px 1px #ffffff80, inset 0 3px 3px #ffffff80;
}

.button.purple:hover {
  box-shadow: inset 0 -1px 1px #521d00, inset 0 -4px 2px #7a2b00, inset 0 -4px 1px #fff6, inset 0 1px 1px #ffffff80, inset 0 3px 3px #ffffff80;
}

.home-hero-bg {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

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

.container-1440.relative {
  /* z-index: 4; */
  position: relative;
}

.flex-vertical {
  flex-flow: column;
  display: flex;
}

.flex-vertical.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.flex-vertical.gap-64.footer-div {
  width: 100%;
}

.flex-vertical.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-vertical.gap-32.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-vertical.gap-32.pad-left-64 {
  padding-left: 64px;
}

.flex-vertical.gap-32.pad-left-64.relative {
  position: relative;
}

.flex-vertical.gap-32.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-vertical.gap-24.relative {
  z-index: 2;
  position: relative;
}

.flex-vertical.gap-24.max-w-584 {
  max-width: 584px;
}

.flex-vertical.gap-24.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-vertical.gap-10.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical.gap-10.align-center.relative {
  transform-style: preserve-3d;
  perspective: 1000px;
}

.flex-vertical.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-vertical.gap-16.relative {
  z-index: 2;
  position: relative;
}

.flex-vertical.gap-16.footer-logo-div {
  width: 460px;
}

.flex-vertical.gap-48 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.flex-vertical.gap-48.relative {
  position: relative;
}

.flex-vertical.gap-48.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-vertical.gap-112 {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
}

.flex-vertical.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.h80 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rene Bieder Galano Grotesque Alt, Arial, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 110%;
}

.h76 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rene Bieder Galano Grotesque Alt, Arial, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 110%;
}

.h80.shadow {
  text-shadow: 0 0 24px #9577ee66;
}

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

.h76.shadow {
  text-shadow: 0 0 24px #9577ee66;
}

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

.h76.shadow.left {
  text-align: left;
}

.tb-24 {
  color: #d7d7e0;
  letter-spacing: -.2px;
  font-size: 24px;
  line-height: 160%;
}

.tb-24.white {
  color: #fff;
}

.tb-24.white.bold {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 140%;
}

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

.tb-wrap._803 {
  max-width: 803px;
}

.tb-wrap._344 {
  max-width: 344px;
}

.tb-wrap._628 {
  max-width: 628px;
}

.home-hero-img {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  background-color: #ffffff1f;
  border: 1px solid #ffffff4d;
  border-radius: 16px;
  width: 100%;
  max-width: 1272px;
  height: 820px;
  padding: 8px;
  position: relative;
}

.hero-image-composition {
  position: relative;
  width: 100%;
  max-width: 1272px;
  height: 720px;
  border-radius: 16px;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  z-index: 1;
}

.hero-fg-image {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 400px;
  object-fit: contain;
  object-position: center;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.tb-16 {
  color: #bec4d0;
  font-size: 16px;
  font-weight: 600;
}

.tb-16.white-op-80 {
  color: #fffc;
  font-weight: 400;
  line-height: 150%;
}

.tb-16.white {
  color: #fff;
}

.tb-16.white.all-caps {
  text-transform: uppercase;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

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

.flex-horizontal.space-between.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-horizontal.space-between.pad-sides {
  padding-left: 32px;
  padding-right: 32px;
}

.flex-horizontal.gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.flex-horizontal.gap-30.align-center {
  justify-content: center;
  align-items: center;
}

.flex-horizontal.gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-horizontal.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.gap-12.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-12.align-center.relative {
  z-index: 2;
  position: relative;
}

.home-hero-logo {
  height: 48px;
}

.nav {
  z-index: 100;
  background-color: #110f0e0a;
  padding: 16px 32px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-logo {
  width: 158px;
}

.nav-link {
  color: #f7e9e2;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-link:hover {
  opacity: .6;
  color: #c0b5b0;
}

.nav-link.dd {
  padding-right: 24px;
  transition: opacity .2s;
}

.nav-link.dd:hover {
  opacity: .6;
  color: #c0b5b0;
}

.nav-dd {
  color: #f7e9e2 !important;
}

.home-hero-effect-img {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.page-content {
  z-index: 3;
  grid-column-gap: 125px;
  grid-row-gap: 125px;
  flex-flow: column;
  width: 100%;
  max-width: 1272px;
  display: flex;
  position: relative;
}

.page-content-wrap {
  z-index: 3;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-line-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.page-line-1 {
  background-image: linear-gradient(#0000, #ff6714 30%);
  border-radius: 6px;
  width: 3px;
  height: 440px;
}

.page-line-icon-1 {
  z-index: 2;
  width: 24px;
  min-width: 24px;
  position: relative;
}

.page-line-icon-wrap {
  position: relative;
}

.page-line-icon-shadow {
  filter: blur(10px);
  background-color: #ff6714;
  border-radius: 48px;
  position: absolute;
  inset: 0%;
}

.page-line-2 {
  background-image: linear-gradient(#ff6714, #febd9a 50%, #f9d68a);
  border-radius: 6px;
  width: 3px;
  height: 812px;
}

.page-line-icon-shadow-2 {
  filter: blur(10px);
  background-color: #f6e36f;
  border-radius: 48px;
  position: absolute;
  inset: 0%;
}

.page-line-3 {
  background-image: linear-gradient(#fadb99, #f5b732 50%, #f778ba);
  border-radius: 6px;
  width: 3px;
  height: 831px;
  position: relative;
}

.home-hero-img-wrap {
  position: relative;
}

.home-hero-img-shadow {
  filter: blur(160px);
  background-color: #ff671466;
  border-radius: 1000px;
  max-width: 900px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100px 0% auto;
}

.start-your-work-image-1 {
  width: 60px;
  transform-style: preserve-3d;
  transform-origin: center center;
  animation: tapHammer 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes tapHammer {
  0%, 100% {
    transform: rotate(0deg);
  }

  15%, 30% {
    transform: rotate(60deg);
  }
 7.5%, 22.5% {
    transform: rotate(45deg);
  }
}

.h56 {
  text-align: center;
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 110%;
}

.h56.shadow {
  text-shadow: 0 0 24px #5cd0cc66;
}

.h56.shadow.left {
  text-align: left;
}

.h56.shadow-pink {
  text-shadow: 0 0 24px #5cd0cc66;
}

.h56.shadow-pink.left {
  text-align: left;
  text-shadow: 0 0 24px #f22b9366;
}

.h56.shadow-green {
  text-shadow: 0 0 24px #5cd0cc66;
}

.h56.shadow-green.left {
  text-align: left;
  text-shadow: 0 0 24px #0dde8a66;
}

.h56.shadow-blue {
  text-shadow: 0 0 24px #2a63f466;
}

.h56.shadow-blue.left {
  text-align: left;
}

.h56.shadow-purple {
  text-shadow: 0 0 24px #9577ee66;
}

.h56.shadow-purple.left {
  text-align: left;
}

.start-your-work-tabs-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.start-your-work-tabs {
  z-index: 2;
}

.start-your-work-tabs-menu-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .6;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 16px 24px 18.5px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.start-your-work-tabs-menu-link:hover {
  opacity: 1;
}

.start-your-work-tabs-menu-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.start-your-work-tabs-menu-icon {
  width: 24px;
}

.start-your-work-image-2-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 600px;
}

.settings-images-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: 80%;
  margin: auto;
  z-index: 2;
}

.settings-image {
  position: absolute;
  width: 100%;
  max-width: 600px;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#settings-image-1 {
  width: 100%;
  height: auto;
  top: -20px;
  left: 50px;
}

#settings-image-2 {
  width: 180px;
  height: auto;
  bottom: 50px;
  left: 40px;
}

#settings-image-3 {
  width: 180px;
  height: auto;
  top: 200px;
  right: -90px;
}

#settings-image-4 {
  width: 150px;
  height: auto;
  top: 70px;
  left: 50%;
}



.settings-image.animate-in {
  opacity: 1;
}

.settings-image.delay-1 {
  transition-delay: 1s;
}

.settings-image.delay-2 {
  transition-delay: 2s;
}

.settings-image.delay-3 {
  transition-delay: 3s;
}

.settings-image.delay-4 {
  transition-delay: 4s;
}

.start-your-work-image-abs-1,
.start-your-work-image-abs-2,
.start-your-work-image-abs-3 {
  position: absolute;
  width: 40px;
  height: auto;
}

.start-your-work-image-abs-1 {
  width: 110px;
  position: absolute;
  inset: 54px auto auto 69px;
}

.start-your-work-image-abs-2 {
  width: 160px;
  position: absolute;
  inset: 0px 134px auto auto;
}

.start-your-work-image-abs-3 {
  width: 100px;
  position: absolute;
  inset: auto 222px 139px auto;
}

.start-your-work-image-2-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.2), transparent);
  border-radius: 16px;
  z-index: -1;
}

.tb-18 {
  color: #8d8da5;
  letter-spacing: -.4px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.tb-18.light {
  color: #bec4d0;
  text-transform: none;
  font-weight: 400;
  line-height: 160%;
}

.tb-18.white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  line-height: 24px;
}

.tb-18.white.all-caps {
  text-transform: uppercase;
}

.tb-18.no-caps {
  text-transform: none;
  line-height: 24px;
}

.tb-32 {
  color: #fff;
  letter-spacing: -.4px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.tb-32.grad {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d7d7e0, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.page-line-icon-shadow-3 {
  filter: blur(10px);
  background-color: #f778ba;
  border-radius: 48px;
  position: absolute;
  inset: 0%;
}

.page-line-4 {
  background-image: linear-gradient(#f778ba, #f22b93 60%, #3ef4ab);
  border-radius: 6px;
  width: 3px;
  height: 1155px;
}

.page-line-icon-shadow-4 {
  filter: blur(10px);
  background-color: #0aad6c;
  border-radius: 48px;
  position: absolute;
  inset: 0%;
}

.page-line-5 {
  background-image: linear-gradient(#3ef4ab, #0dde8a 60%, #8baaf9);
  border-radius: 6px;
  width: 3px;
  height: 941px;
}

.page-line-6 {
  background-image: linear-gradient(#8baaf9, #2a63f4 60%, #0938af00);
  border-radius: 6px;
  width: 3px;
  height: 960px;
}

.page-line-icon-shadow-5 {
  filter: blur(10px);
  background-color: #2a63f4;
  border-radius: 48px;
  position: absolute;
  inset: 0%;
}

.page-line-ball {
  border: 2.5px solid #ffffff4d;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.start-your-work-image-2-wrap {
  position: relative;
}

.start-your-work-image-2-shadow {
  z-index: 1;
  filter: blur(110px);
  background-color: #ff6714;
  border-radius: 1000px;
  width: 80%;
  height: 50%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.tabs-content {
  overflow: visible;
}



.page-line-3-branch {
  width: 80px;
  min-width: 80px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
}

.start-your-work-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tb-20 {
  color: #bec4d0;
  font-size: 20px;
  line-height: 160%;
}

.collaborating-grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  position: relative;
}

.seamless-automation-grid-wrap {
  z-index: 2;
  position: relative;
}

.collaborating-grid-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  padding: 87px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 64px #e694c41a, inset 0 0 8px #edfdf51a;
}

.collaborating-grid-shadow {
  filter: blur(125px);
  background-color: #e694c466;
  border-radius: 600px;
  width: 461px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50px 0% auto;
}

.collaborating-grid-box-bg {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collaborating-img-2 {
  width: 170px;
  position: absolute;
  inset: -128px 85px auto auto;
}

.collaborating-img-1 {
  z-index: 2;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 16px;
  width: 100%;
  max-width: 676px;
  height: 410px;
  position: absolute;
  inset: 0 0 0 auto;
}

.collaborating-grid-box-content {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 454px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.collaborating-grid-box-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  height: 500px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 20px #ffffff0d, inset 0 0 8px #edfdf51a, 0 4px 64px #908af11a;
}

.collaborating-img-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  max-width: 531px;
  height: 395px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  inset: auto 0 -160px;
}

.collaborating-img-3 img {
  background-color: #36344C;
}

.collaborating-img-4 {
  z-index: 3;
  width: 194px;
  position: absolute;
  inset: auto auto 0 40px;
}

.collaborating-grid-box-content-2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  padding: 40px;
}

.collaborating-img-5 {
  z-index: 1;
  width: 110px;
  position: absolute;
  inset: auto auto -60px 22px;
}

._100-m-devs-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

._100-m-devs-grid-wrap {
  z-index: 2;
  position: relative;
}

._100-m-devs-img-1 {
  width: 200px;
  position: absolute;
  inset: -12% 4% auto auto;
}

._100-m-devs-grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

._100-m-devs-grid-shadow {
  filter: blur(250px);
  background-color: #73ae3c;
  border-radius: 600px;
  width: 461px;
  height: 250px;
  margin: auto;
  position: absolute;
  inset: 0 0%;
}

._100-m-devs-grid-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff03;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  box-shadow: inset 0 0 8px #edfdf51a, 0 4px 24px #0dde8a0d;
}

.read-more {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #ff6714;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.read-more-arrow {
  width: 24px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.read-more:hover .read-more-arrow {
  transform: translateX(8px);
}

.seamless-automation-img-1 {
  width: 60px;
  animation: floatTrumpet 6s ease-in-out infinite;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
  transition: animation 0.3s ease-out;
}

.seamless-automation-img-1:hover {
  animation: floatTrumpetHover 2s ease-in-out infinite;
}

@keyframes floatTrumpet {
  0% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
  25% {
    transform: rotate3d(1, 1, 0, 12deg) scale(1.05);
  }
  75% {
    transform: rotate3d(1, -1, 0, 12deg) scale(1.05);
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
}

@keyframes floatTrumpetHover {
  0% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
  25% {
    transform: rotate3d(1, 1, 1, 25deg) scale(1.15);
  }
  75% {
    transform: rotate3d(-1, 1, 1, 25deg) scale(1.15);
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
}

.h-wrap._740 {
  max-width: 740px;
}

.seamless-automation-grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  position: relative;
}

.seamless-automation-grid-box {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 40px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 64px #e694c41a, inset 0 0 8px #edfdf51a;
}

.seamless-automation-grid-box-bg {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.seamless-automation-grid-box-cont {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 454px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.seamless-automation-grid-box-2 {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff05;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  flex-flow: column;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 20px #ffffff0d, inset 0 0 8px #edfdf51a, 0 4px 64px #908af11a;
}

.seamless-automation-grid-box-img-1, .seamless-automation-grid-box-img-3 {
  z-index: 2;
  position: relative;
  margin: -140px auto 0;
}

.seamless-automation-grid-box-img-3 {
  /* move it up even more */
  margin: -180px auto 0;
}

.seamless-auto-grid-shadow {
  filter: blur(125px);
  background-color: #ff671499;
  border-radius: 600px;
  width: 461px;
  height: 200px;
  margin: auto;
  position: absolute;
  inset: 0 0%;
}

.footer {
  padding-bottom: 120px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  overflow: hidden;
}

.footer-bg {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-logo {
  width: 100%;
  max-width: 1025px;
}

.footer-line {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.footer-link {
  color: #c0b5b0;
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .6;
}

.testimonials {
  padding: 338px 32px;
  position: relative;
  overflow: hidden;
}

.testimonials-img {
  width: 65px;
  transform-style: preserve-3d;
  transform-origin: center center;
  animation: floatHeart 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes floatHeart {
  0% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
  50% {
    transform: rotate3d(1, 1, 0, 25deg) scale(1.1);
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
}

.testimonial-cont-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% -370px 0% auto;
}

.testimonial-cont-roll-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonial-div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #ffffff03;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  flex-flow: column;
  max-width: 416px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 8px #edfdf51a, 0 4px 64px #ffa97a1a;
}

.testimonial-div-img {
  width: 52px;
}

.testimonial-grad {
  z-index: 2;
  background-image: linear-gradient(#110f0e, #0000 15% 85%, #110f0e);
  position: absolute;
  inset: 0%;
}

.testimonial-div-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-cont-roll-2, .testimonial-cont-roll-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.cta {
  padding: 859px 32px 152px;
  position: relative;
  overflow: hidden;
}

.cta-bg-ball {
  z-index: 1;
  filter: blur(410px);
  background-color: #ad3d0066;
  border-radius: 1000px;
  width: 722px;
  height: 722px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.cta-img-bg {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-abs-div-wrap {
  z-index: 3;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 2240px;
  max-width: 100%;
  height: 980px;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 0;
}

.cta-abs-div {
  background-color: #ffffff03;
  border: 1px solid #ffffff0d;
  border-color: #fff3 #ffffff0d #ffffff0d #fff3;
  border-radius: 10px;
  min-width: 390px;
  max-width: 390px;
  height: 450px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
  box-shadow: inset 0 0 8px #edfdf51a, 0 4px 64px #908af11a;
}

.cta-abs-div.rot-2 {
  transform: translate(-70px, 130px)rotate(-30deg);
}

.cta-abs-div.rot-1 {
  transform: rotate(-60deg)translate(-420px, 230px);
}

.cta-abs-div.rot-3 {
  transform: translate(70px, 130px)rotate(30deg);
}

.cta-abs-div.rot-4 {
  transform: rotate(60deg)translate(420px, 230px);
}

.cta-abs-div-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-abs-div-cont {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.cta-abs-div-cont-img {
  width: 80px;
}

.tb-28 {
  letter-spacing: -.4px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.cta-img-wrap {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 160px;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 100px 0 0;
}

.cta-img-1 {
  width: 170px;
}

.cta-img-2 {
  width: 70px;
  position: absolute;
  inset: 20px 10px auto auto;
}

.cta-img-3 {
  width: 70px;
  position: absolute;
  inset: 40px auto auto 0%;
}

.particles {
  z-index: 2;
  width: 100%;
  height: 722px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.cta-img-bonfire {
  width: 170px;
}

.hook {
  z-index: 2;
  width: 120px;
  position: absolute;
  inset: -9% 3% auto auto;
  transform-style: preserve-3d;
  transform-origin: top center;
  animation: swayHook 4s ease-in-out infinite;
  will-change: transform;
  transition: animation 0.3s ease-out;
}

.hook:hover {
  animation: swayHookHover 2s ease-in-out infinite;
}

@keyframes swayHook {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  25% {
    transform: rotate(3deg) translateY(-5px);
  }
  75% {
    transform: rotate(-3deg) translateY(5px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes swayHookHover {
  0% {
    transform: rotate3d(1, 1, 0, 0deg) translateY(0) scale(1);
  }
  25% {
    transform: rotate3d(1, 2, 1, 15deg) translateY(-10px) scale(1.1);
  }
  75% {
    transform: rotate3d(-1, 2, -1, 15deg) translateY(10px) scale(1.1);
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg) translateY(0) scale(1);
  }
}

.icon {
  margin-right: 0;
}

.navdd-list {
  background-color: #ddd0;
  margin-top: 20px;
  display: none;
  top: 100%;
  right: -450%;
}

.navdd-list.w--open {
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  inset: 100% -450% auto auto;
}

.nav-menu-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff03;
  border: 1px solid #fff3;
  border-radius: 16px;
  padding: 24px;
  display: flex;
}

.nav-menu-wrapper.docs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  overflow: hidden;
}

.menu-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #fff;
  flex-flow: column;
  width: 320px;
  text-decoration: none;
  display: flex;
}

.menu-link-image {
  border-radius: 12px;
  width: 100%;
  height: 184px;
  object-fit: cover;
  object-position: center;
}

.menu-line {
  background-image: linear-gradient(#fff0, #fff 50%, #fff0);
  width: 1px;
}

.docs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding: 36px 34px 36px 24px;
  display: flex;
}

.docs-link {
  color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 375px;
  text-decoration: none;
  display: flex;
}

.docs-l-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.featured-doc {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ff67144d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.logo-footer {
  width: 178px;
}

@media screen and (max-width: 991px) {
  .page-wrapper {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .button {
    font-size: 14px;
    line-height: 100%;
  }

  .flex-vertical.gap-32.pad-left-64.relative {
    padding-left: 20px;
  }

  .flex-vertical.gap-24.max-w-584 {
    max-width: none;
  }

  .flex-vertical.gap-24.max-w-584.pad-sides-mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical.gap-24.mob-hide {
    display: none;
  }

  .flex-vertical.gap-112 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .h80.shadow {
    font-size: 60px;
    line-height: 110%;
  }

  .h80.shadow.center {
    font-size: 50px;
    line-height: 100%;
  }

  .flex-horizontal.space-between.gap-20.align-center.mob-vert {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-horizontal.space-between.pad-sides.mob-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .flex-horizontal.gap-30.align-center.hdn-mob {
    display: none;
  }

  .page-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-image-composition {
    height: 500px;
  }

  .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 1;
  }

  .hero-fg-image {
    right: 15px;
    width: 200px;
    max-height: 280px;
  }

  .page-line-wrap {
    display: none;
  }

  .h56.shadow, .h56.shadow-pink.left, .h56.shadow-green.left, .h56.shadow-purple.left {
    font-size: 40px;
    line-height: 100%;
  }

  .start-your-work-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .tb-32 {
    font-size: 26px;
    line-height: 110%;
  }

  .page-line-3-branch {
    width: 50px;
    min-width: 50px;
  }

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

  .collaborating-grid-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collaborating-img-2 {
    display: none;
  }

  .collaborating-img-1 {
    position: relative;
    inset: 0;
  }

  .collaborating-grid-box-content {
    max-width: none;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .collaborating-grid-box-2 {
    height: 450px;
    padding: 20px;
  }

  ._100-m-devs-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  ._100-m-devs-grid-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 26px;
  }

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

  .testimonials {
    padding: 60px 0;
  }

  .testimonial-cont-wrap {
    height: 720px;
    margin-top: 50px;
    position: relative;
    right: 0;
    overflow: hidden;
  }

  .testimonial-div {
    min-width: 416px;
  }

  .cta {
    padding-top: 400px;
    padding-bottom: 100px;
  }

  .cta-bg-ball {
    width: 560px;
    height: 230px;
    margin-bottom: 0;
  }

  .cta-abs-div-wrap {
    width: 1000px;
    height: 690px;
  }

  .cta-abs-div {
    min-width: 330px;
    max-width: 330px;
    height: 270px;
  }

  .cta-abs-div-cont-img {
    width: 60px;
  }

  .tb-28 {
    font-size: 20px;
  }

  .cta-img-wrap {
    display: none;
  }

  .particles {
    width: 560px;
    height: 230px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-bg {
    width: 140%;
    max-width: 140%;
    inset: 0% 0% auto auto;
  }

  .flex-vertical.gap-32.pad-left-64.relative {
    width: 100%;
    padding-left: 0;
  }

  .flex-vertical.gap-32.align-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h80.shadow {
    font-size: 46px;
  }

  .h80.shadow.center {
    font-size: 30px;
    line-height: 100%;
  }

  .tb-24 {
    font-size: 16px;
  }

  .tb-24.white.bold {
    font-size: 18px;
    line-height: 100%;
  }

  .tb-24.center {
    font-size: 18px;
  }

  .home-hero-img {
    height: 300px;
  }

  .hero-image-composition {
    height: 230px;
    border-radius: 4px;
  }

  .hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: 1;
  }

  .hero-fg-image {
    right: 10px;
    width: 120px;
    max-height: 160px;
  }

  .flex-horizontal.mob-vert {
    flex-flow: column;
  }

  .flex-horizontal.mob-vert.m-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .nav-logo {
    width: 120px;
  }

  .page-content {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .page-line-wrap {
    display: none;
  }

  .h56.shadow-blue {
    font-size: 40px;
    line-height: 100%;
  }

  .start-your-work-tabs-menu {
    justify-content: flex-start;
    align-items: center;
    overflow: scroll;
  }

  .start-your-work-tabs {
    width: 100%;
  }

  .start-your-work-tabs-menu-link {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
  }

  .start-your-work-tabs-menu-icon {
    width: 14px;
  }

  .start-your-work-image-2 {
    height: 300px;
  }

  .tb-18.light {
    font-size: 12px;
  }

  .start-your-work-image-abs-3 {
    display: none;
  }

  .collaborating-grid-box {
    padding: 20px;
  }

  .collaborating-img-1 {
    height: 230px;
  }

  .collaborating-grid-box-2 {
    height: 440px;
  }

  .collaborating-grid-box-2.mob-smaller {
    height: 300px;
  }

  .collaborating-img-3 {
    width: 90%;
    height: 270px;
  }

  ._100-m-devs-img-1 {
    top: -4%;
  }

  .seamless-automation-grid-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 100%;
  }

  .testimonial-div {
    min-width: 310px;
    max-width: 310px;
    padding: 20px;
  }

  .cta-abs-div-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-abs-div {
    min-width: 230px;
    max-width: 230px;
    height: 260px;
    padding: 20px;
  }

  .cta-abs-div.rot-2 {
    transform: translate(-50px, 80px)rotate(-30deg);
  }

  .cta-abs-div.rot-3 {
    transform: translate(50px, 80px)rotate(30deg);
  }

  .hook {
    width: 80px;
    top: -4%;
  }
}

#w-node-_4d6f92b6-35df-7d78-8c5c-3571008d74c0-3ba46496 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c2f6974c-254b-827c-2be4-1501eb1647d2-3ba46496, #w-node-a3b7a9a5-163d-465b-9e85-28c6cf85c47e-3ba46496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac91f091-8fbb-8c65-b3ae-81919a85890c-3ba46496 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ac91f091-8fbb-8c65-b3ae-81919a858914-3ba46496, #w-node-_95f43e40-83ab-fafb-55de-73ed6b613bbc-3ba46496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4d6f92b6-35df-7d78-8c5c-3571008d74c0-3ba46496, #w-node-ac91f091-8fbb-8c65-b3ae-81919a85890c-3ba46496 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url("images/../fonts/Rene-Bieder---Galano-Grotesque-Alt-ExtraLight.otf") format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-Heavy.otf') format('opentype'), url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-ExtraBold.otf') format('opentype'), url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Black.otf') format('opentype'), url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-ExtraBold.otf') format('opentype'), url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rene Bieder Galano Grotesque Alt';
  src: url('https://cdn.getforge.com/getforge.com/1754755228/fonts/Rene-Bieder---Galano-Grotesque-Alt-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Pricing Sections */
.pricing-team-section,
.pricing-individual-section,
.pricing-enterprise-section {
  margin-bottom: 160px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.pricing-team-container {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.pricing-team-badge {
  background-color: #FF6714;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.pricing-team-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin: 32px 0;
}

.pricing-amount {
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
}

.pricing-period {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 8px;
}

.pricing-team-features {
  margin: 32px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Pricing Toggle */
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px 0;
  gap: 20px;
}

.toggle-option {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.toggle-option.active {
  color: white;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: .4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #FF6714;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.save-badge {
  background-color: #FF6714;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 64px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.pricing-card.featured {
  border-color: #FF6714;
  transform: scale(1.05);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FF6714;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.pricing-card-header {
  text-align: center;
  margin-bottom: 40px;
}

.pricing-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}

.pricing-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 24px;
}

.pricing-card-price {
  margin: 32px 0;
}

.price {
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

.price.annual {
  display: none;
}

.period {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-left: 4px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-size: 16px;
}

.feature-item:last-child {
  margin-bottom: 0;
}

body.annual-billing .price.monthly {
  display: none;
}

body.annual-billing .price.annual {
  display: inline;
}

/* Enterprise Section */
.enterprise-container {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 64px 48px;
}

.enterprise-container .h56 {
  margin-bottom: 24px;
}

.enterprise-container .tb-24 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.compliance-badges {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 48px auto;
  max-width: 600px;
}

.compliance-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 24px;
  background: rgba(149, 119, 238, 0.03);
  border: 1px solid rgba(149, 119, 238, 0.1);
  border-radius: 12px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease;
}

.compliance-badge:hover {
  background: rgba(149, 119, 238, 0.06);
  border-color: rgba(149, 119, 238, 0.2);
  transform: translateY(-1px);
}

.compliance-icon {
  width: 24px;
  height: 24px;
  color: #9577ee;
  opacity: 1;
}

.enterprise-container .button {
  margin-top: 16px;
  min-width: 200px;
}

/* Update responsive styles */
@media screen and (max-width: 767px) {
  .enterprise-container {
    padding: 48px 24px;
  }

  .compliance-badges {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .compliance-badge {
    padding: 20px;
  }
}

/* Add Enterprise Solutions styles */
.enterprise-solutions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px auto;
  max-width: 800px;
}

.solution-card {
  background: rgba(149, 119, 238, 0.03);
  border: 1px solid rgba(149, 119, 238, 0.1);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: left;
  transition: all 0.2s ease;
}

.solution-card:hover {
  background: rgba(149, 119, 238, 0.06);
  border-color: rgba(149, 119, 238, 0.2);
  transform: translateY(-2px);
}

.solution-icon {
  width: 32px;
  height: 32px;
  color: #9577ee;
  margin-bottom: 20px;
}

.solution-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.solution-desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

/* Update Enterprise container spacing */
.enterprise-container .compliance-badges {
  margin-top: 24px;
}

/* Update responsive styles */
@media screen and (max-width: 991px) {
  .enterprise-solutions {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .enterprise-solutions {
    grid-template-columns: 1fr;
  }
  
  .solution-card {
    padding: 24px 20px;
  }
}

@keyframes spinHeart {
  0% {
    transform: rotate3d(1, 1, 1, 0deg) scale(1.1);
  }
  100% {
    transform: rotate3d(1, 1, 1, 360deg) scale(1.1);
  }
}

.testimonial-img:not(:hover) {
  animation: returnToFloat 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards, 
             floatHeart 4s ease-in-out infinite 0.5s;
}

@keyframes returnToFloat {
  0% {
    transform: rotate3d(1, 1, 1, 360deg) scale(1.1);
  }
  100% {
    transform: rotate3d(1, 1, 0, 0deg) scale(1);
  }
}

/* Integration Page Styles */
.integration-hero {
  text-align: center;
  margin-bottom: 80px;
}

.integration-hero h1 {
  font-size: 76px;
  font-weight: 600;
  margin-bottom: 24px;
  font-family: Rene Bieder Galano Grotesque Alt, Arial, sans-serif;
}

.integration-hero .hero-subtitle {
  font-size: 24px;
  color: #d7d7e0;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.integration-section {
  margin-bottom: 120px;
}

.integration-section h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
  font-family: Rene Bieder Galano Grotesque Alt, Arial, sans-serif;
}

.integration-section .section-description {
  font-size: 20px;
  color: #d7d7e0;
  margin-bottom: 48px;
  max-width: 600px;
}

.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 48px;
}

.integration-card {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 32px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #fff;
}

.integration-card:hover {
  transform: translateY(-4px);
  background-color: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.integration-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 12px;
}

.integration-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.integration-card p {
  font-size: 16px;
  color: #d7d7e0;
  line-height: 1.6;
}

.integration-card.featured {
  background-color: rgba(255, 103, 20, 0.1);
  border-color: #ff6714;
}

.integration-card.featured:hover {
  background-color: rgba(255, 103, 20, 0.15);
}

.community-cta {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 48px;
  text-align: center;
  margin-top: 48px;
}

.community-cta h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 16px;
}

.community-cta p {
  font-size: 18px;
  color: #d7d7e0;
  margin-bottom: 32px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.integration-request {
  text-align: center;
  padding: 80px 0;
  background: linear-gradient(180deg, rgba(255, 103, 20, 0) 0%, rgba(255, 103, 20, 0.1) 100%);
  border-radius: 16px;
  margin-top: 80px;
}

.integration-request h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

.integration-request p {
  font-size: 18px;
  color: #d7d7e0;
  margin-bottom: 32px;
}

/* Responsive Styles */
@media screen and (max-width: 991px) {
  .integration-hero h1 {
    font-size: 56px;
  }

  .integration-section h2 {
    font-size: 40px;
  }

  .integration-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media screen and (max-width: 479px) {
  .integration-hero h1 {
    font-size: 40px;
  }

  .integration-hero .hero-subtitle {
    font-size: 18px;
  }

  .integration-section h2 {
    font-size: 32px;
  }

  .integration-card {
    padding: 24px;
  }

  .community-cta {
    padding: 32px 24px;
  }
}

.image-scroll-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10px; /* Add margin to separate from content */
}

.image-row {
  display: flex;
  width: 125%; /* Make images 125% of the container width */
  margin-bottom: 10px; /* Add spacing between rows */
  animation: scroll 16s ease-in-out infinite;
}

#row-2 {
  animation: scroll-reverse 14s ease-in-out infinite; /* Reverse direction for row 2 */
}

.scroll-image {
  width: 100%; /* Ensure each image takes full width of the row */
  flex-shrink: 0;
}

@keyframes scroll {
  0%, 100% { transform: translateX(-12.5%); } /* Center the images */
  50% { transform: translateX(-37.5%); } /* Scroll -25% and +25% from center */
}

@keyframes scroll-reverse {
  0%, 100% { transform: translateX(-37.5%); } /* Start from -25% */
  50% { transform: translateX(-12.5%); } /* Move to +25% */
}