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

p {
  margin-bottom: 10px;
}

.c-nav__link {
  text-decoration: none;
}

.c-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10000;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 3rem;
  padding: 0rem 5% 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131113;
  opacity: 0.75;
}

.pseudo_h1--tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16rem;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 0.25rem;
  border-color: hsla(0, 0%, 100%, 0.25);
  opacity: 1;
  font-family: 'Pwscratchedfont 1yzm', sans-serif;
  color: #fff;
  font-size: 4.5rem;
  line-height: 5rem;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.v-tech {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  min-width: 100vw;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  background-color: #06c;
  background-image: url('../images/wrinkled_1wrinkled.webp');
  background-position: 0px 0px;
  background-size: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.detail-small {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.detail-small.text-color-primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 0.25rem;
  border-color: hsla(0, 0%, 100%, 0.5);
  opacity: 0.6;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 1rem;
  text-transform: none;
}

.c-tech__header__button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-style: dashed;
  border-width: 0.25rem;
  border-color: hsla(0, 0%, 100%, 0.25);
}

.c-tech {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  text-align: center;
}

.button__main {
  max-height: 3rem;
  min-height: 3rem;
  padding: 12px 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 250, 222, 0.8);
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: #131113;
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.button__main:active {
  background-color: #7788f8;
}

.button__main.project_button {
  margin-top: 2rem;
  background-color: rgba(255, 137, 132, 0.5);
  opacity: 0.7;
  color: #fffade;
}

.button__main.project_button:hover {
  opacity: 1;
}

.c-about__content {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  letter-spacing: -0.02em;
}

.c-tech__header {
  margin-top: 10vh;
  text-align: center;
}

.text-color-primary {
  color: #5167f6;
}

.c-about__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #131113;
  font-family: 'Roboto Slab', sans-serif;
  color: #fffade;
  font-size: 1rem;
  line-height: 1rem;
}

.c-nav__link__heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #131113;
  font-size: 2rem;
  text-decoration: none;
  text-shadow: -1px 0 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff;
}

.c-portfolio__content {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2vw;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1.5fr 1.5fr;
  grid-template-columns: 1.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.orange-eyebrow {
  margin-bottom: 16px;
  color: #f4bc46;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.s-exp {
  position: relative;
  display: block;
  padding: 7rem 5% 10rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.s-exp.s-exp__overlay {
  overflow: hidden;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #131113;
  background-image: linear-gradient(185deg, rgba(47, 12, 62, 0.5), #131113 20%, #16061d 86%, rgba(248, 122, 59, 0.15));
}

.c-exp {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-portfolio__header--bold {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #fffade;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.content-image-wrapper {
  position: relative;
}

.s-portfolio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3rem 5% 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #855a00;
  color: #131113;
}

.paragraph-regular-3 {
  max-width: 460px;
  margin-bottom: 5rem;
  color: #fffade;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.content-image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-about {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  color: #fffade;
}

.heading-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fffade;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.c-about__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.forever4 {
  color: #131113;
  font-weight: 700;
  text-shadow: -2px 0 1px #fffade, 0 2px 1px #fffade, 2px 0 1px #fffade, 0 -2px 1px #fffade;
}

.forever4.forevercontact {
  display: inline-block;
}

.feature-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.feature-details {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
}

.c-content {
  grid-column-gap: 44px;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.s-features {
  position: relative;
  overflow: hidden;
  padding: 7rem 5% 10rem;
  background-color: #16061d;
}

.c-features__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.c-features {
  position: relative;
  z-index: 5;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.text-span {
  color: #ff9d00;
}

.milestone-circle {
  position: absolute;
  top: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #16061d;
  border-radius: 100px;
  background-color: #f5f9ff;
}

.c-pricing {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-line-dark {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fdf;
}

.s-pricing {
  position: relative;
  overflow: hidden;
  padding: 120px 5%;
  background-color: #16061d;
  text-align: center;
}

.pricing-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-type-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pricing__content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card-dark {
  position: relative;
  z-index: auto;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #fdf;
  border-radius: 16px;
  background-color: #2f0c3e;
  color: #fff;
}

.pricing-card-dark.featured {
  z-index: 100;
  width: 100%;
  border-width: 3px;
  border-radius: 0px;
  background-color: rgba(19, 17, 19, 0.7);
  color: #fff;
}

.pricing-feature-grid {
  margin-bottom: 24px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.price-feature-text-white {
  color: #fff;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.pricing-detail {
  margin-bottom: 8px;
  opacity: 0.9;
  color: #fffade;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-detail-primary {
  color: #fffade;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-line {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #e4e6f1;
}

.pricing-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-month {
  margin-top: 1rem;
  margin-left: 0.5rem;
  color: #fdf;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}

.price-month.text-gray-800 {
  margin-top: 1rem;
  margin-left: 0.5rem;
  color: #fdf;
  font-size: 1rem;
  line-height: 2rem;
}

.price-description {
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.pricing-card-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fdf;
  border-radius: 16px;
  background-color: transparent;
}

.pricing-card-line.pricing-right {
  border-color: #f4bc46;
}

.price-description-white {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8rem;
  letter-spacing: -0.01em;
}

.price-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.price-wrapper-month {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-feature-text {
  font-size: 1.25rem;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.price-month-white {
  margin-top: 1rem;
  margin-left: 0.5rem;
  color: #fdf;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.02em;
}

.c-pricing__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.purchase-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 48px;
  min-width: 100%;
  margin-top: 2rem;
  padding: 12px 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4353ff;
  outline-color: transparent;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02px;
  text-decoration: none;
  white-space: nowrap;
}

.purchase-button:hover {
  background-color: #7342ff;
}

.purchase-button:active {
  background-color: #2d0896;
}

.purchase-button:focus {
  outline-color: #d9ccff;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
}

.purchase-button._20-hours {
  max-width: 50%;
  min-width: auto;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #16061d;
  opacity: 0.8;
}

.purchase-button._40-hours {
  max-width: 50%;
  min-width: auto;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #16061d;
  opacity: 0.8;
}

.badge-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #00d37d;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.faq-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-toggle:hover {
  color: #338cff;
}

.c-faq__content {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  white-space: normal;
}

.paragraph-regular-bold {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.c-faq__header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.faq-content {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-top: 1rem;
  background-color: transparent;
}

.faq-item-plain {
  display: block;
  padding: 28px 32px;
  border-radius: 10px;
  background-color: #16061d;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.faq-item-plain.faq-slide-from-right {
  left: auto;
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #2f0c3e 30%, transparent 99%);
  opacity: 1;
  color: #131113;
  font-size: 1rem;
}

.faq-item-plain.faq-slide-from-left {
  background-color: transparent;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, rgba(67, 83, 255, 0.75), transparent 95%);
  opacity: 1;
}

.faq-content-wrapper {
  width: 100%;
  max-width: 90%;
  line-height: 36px;
}

.paragraph-regular-4 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.c-faq {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.faq-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
}

.s-faq {
  position: relative;
  overflow: hidden;
  padding: 7rem 5% 10rem;
  background-color: #131113;
}

.s-contact {
  position: static;
  top: -3rem;
  overflow: hidden;
  padding: 7rem 5% 10rem;
  background-color: #131113;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(67, 83, 255, 0.5), transparent 50%), radial-gradient(circle farthest-corner at 0% 0%, rgba(255, 137, 132, 0.5), transparent 60%);
  color: #fff;
}

.c-contact {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.c-contact__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  margin-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.s-footer {
  position: relative;
  overflow: hidden;
  padding: 2rem 5%;
  border-top: 2px solid rgba(255, 250, 222, 0.5);
  background-color: #131113;
  color: #fdf;
}

.c-footer {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-footer__logo {
  text-decoration: none;
}

.c-footer__line {
  width: 1px;
  height: 24px;
  margin-right: 16px;
  margin-left: 16px;
  background-color: #e4e6f1;
  text-align: left;
}

.c-footer__text {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1rem;
  line-height: 16px;
  font-weight: 500;
}

.text-span-2 {
  position: relative;
  top: -1rem;
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.text-span-3 {
  position: relative;
  top: -1rem;
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.text-span-4 {
  position: relative;
  top: -1rem;
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.hand {
  position: absolute;
  left: 300%;
  top: -2rem;
  right: 0%;
  bottom: 0%;
  width: 30rem;
  max-width: 30rem;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.c-features__hand {
  position: relative;
  left: 15vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hand__text__heading {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  color: #16061d;
  font-size: 4rem;
  line-height: 5rem;
  text-align: left;
  text-shadow: 0 -2px 0 #fff, 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff;
}

.hand__text {
  position: static;
}

.text-span-7 {
  display: inline-block;
}

.text-span-10 {
  display: inline-block;
}

.text-span-11 {
  display: inline-block;
}

.pricing-glow {
  position: absolute;
  left: -1%;
  top: -1%;
  z-index: 10;
  width: 102%;
  height: 102%;
  border-radius: 10px;
  background-color: #fdf;
  opacity: 1;
}

.s_pricing {
  position: relative;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.c-tech__button__marker {
  position: absolute;
  left: -0.25rem;
  top: -1.25rem;
  height: 1.25rem;
  min-width: 4rem;
  background-color: #0084ff;
}

.text-block-4 {
  padding-right: 0.1rem;
  padding-left: 0.1rem;
  font-size: 0.75rem;
}

.c-tech__header__eyebrow {
  position: relative;
}

.bg-tech {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-color: rgba(0, 102, 204, 0.85);
}

.v-web {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  min-width: 100vw;
  padding-bottom: 0px;
  background-color: #16061d;
  opacity: 1;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
}

.header__tech__webflow-marker--heading {
  position: absolute;
  left: 0rem;
  top: -1.25rem;
  height: 1.25rem;
  min-width: 4rem;
  background-color: #0084ff;
}

.header-tech__webflow-marker__eyebrow {
  position: absolute;
  left: 0rem;
  top: -1.25rem;
  height: 1.25rem;
  min-width: 4rem;
  background-color: #0084ff;
}

.c-web {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  min-height: 100vh;
  min-width: 100vw;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.c-web__first {
  position: relative;
  left: 0px;
  z-index: 1;
  display: block;
  max-width: 100%;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 1;
  color: #131113;
  text-align: left;
}

.c-web__first__header {
  position: relative;
  z-index: 5;
  display: block;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hwcwh-eyebrow {
  position: relative;
  display: block;
  opacity: 1;
}

.hwcwh-heading {
  position: relative;
  left: 40vw;
  display: block;
  height: 100%;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.hwcwh-heading.large {
  left: 0vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hwcwhe-p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hwcwhe-p.text-color-primary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  margin-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: dashed;
  border-width: 0.25rem;
  border-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  color: #fffade;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: none;
}

.hwcwhh-h1 {
  position: relative;
  height: 100%;
  min-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: dashed;
  border-width: 0.25rem;
  border-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 5rem;
  line-height: 6.5rem;
  text-decoration: none;
  text-shadow: 0 5px 5px #000;
}

.hwcwhh-h1.hero-last {
  min-height: auto;
  opacity: 1;
  color: #fff;
  font-size: 5rem;
  line-height: 7rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 -2px 4px #16061d, 0 4px 8px #131113;
}

.c-tech__button {
  max-height: 3rem;
  min-height: 3rem;
  min-width: 20vw;
  padding: 12px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none #000;
  background-color: rgba(22, 6, 29, 0.1);
  -webkit-transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  transition: all 500ms cubic-bezier(0.6, 0.6, 0, 1);
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.c-tech__button:active {
  background-color: #7788f8;
}

.text-span-19 {
  font-weight: 500;
}

.image-6 {
  position: absolute;
  left: 40vw;
  bottom: -3rem;
  z-index: 10;
  display: block;
  width: 80vw;
  max-width: 70vw;
  min-width: 80vw;
  opacity: 1;
  -webkit-filter: contrast(130%);
  filter: contrast(130%);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.div-block-6 {
  font-size: 3rem;
}

.heading-9 {
  position: relative;
  display: block;
  margin-top: 0px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fffade;
  font-size: 3rem;
  line-height: 7rem;
  font-weight: 400;
  text-align: center;
}

.c-web__second {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-height: 100vh;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #131113;
  opacity: 1;
  text-align: center;
}

.forever--large {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15rem;
  line-height: 15rem;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 -1px 0 #131113, 0 4px 12px #131113;
}

.forever__large--holder {
  position: relative;
  top: 5vh;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  text-align: center;
}

.image-10 {
  position: absolute;
  left: 0px;
  top: 0px;
  max-height: 100vh;
  max-width: 500vw;
  min-height: 100vh;
  min-width: 100vw;
  opacity: 0.8;
  -webkit-filter: contrast(90%);
  filter: contrast(90%);
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11 {
  position: absolute;
  right: 1rem;
  bottom: 0rem;
  z-index: 6;
  max-width: 50vw;
  opacity: 1;
}

.image-12 {
  position: absolute;
  left: 0%;
  top: 50%;
  z-index: 4;
  max-width: 50vw;
}

.c-exp__header {
  position: relative;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.c-exp__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.s-about {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 3rem 5% 5rem;
}

.c-steps__header__subheading {
  color: #e5e5e5;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.feature-title-2 {
  margin-top: 0px;
  margin-bottom: 32px;
  color: #e5e5e5;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: -0.03em;
}

.feature-card-primary {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  text-align: center;
}

.number-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-steps {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-steps__content {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
  background-position: 50% 50px;
  background-size: auto;
  background-repeat: no-repeat;
}

.c-steps__header {
  max-width: 860px;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  text-align: center;
}

.feature-paragraph {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.s-steps {
  position: relative;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(0, 211, 125, 0.15), transparent 63%), radial-gradient(circle farthest-corner at 0% 0%, rgba(67, 83, 255, 0.33), transparent 49%), -webkit-gradient(linear, left top, right top, from(#131113), color-stop(44%, rgba(0, 189, 232, 0.1)), color-stop(52%, rgba(0, 189, 232, 0.1)), to(#131113));
  background-image: radial-gradient(circle farthest-corner at 100% 100%, rgba(0, 211, 125, 0.15), transparent 63%), radial-gradient(circle farthest-corner at 0% 0%, rgba(67, 83, 255, 0.33), transparent 49%), linear-gradient(90deg, #131113, rgba(0, 189, 232, 0.1) 44%, rgba(0, 189, 232, 0.1) 52%, #131113);
  line-height: 2rem;
}

.testimonial-slide {
  margin-right: 40px;
  border-radius: 10px;
}

.testimonial-image-base {
  position: relative;
  height: 400px;
  max-width: 400px;
  border-radius: 10px;
}

.image-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-icon {
  margin-bottom: 40px;
  -webkit-filter: invert(90%);
  filter: invert(90%);
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fafafa;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.right-arrow:hover {
  background-color: #e5e5e5;
}

.right-arrow:active {
  opacity: 0.8;
}

.c-testimonials {
  position: relative;
  z-index: 5;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.slide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.left-arrow {
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fafafa;
}

.left-arrow:hover {
  background-color: #e5e5e5;
}

.left-arrow:active {
  opacity: 0.8;
}

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

.author-wrapper {
  position: relative;
  margin-top: 60px;
  padding-left: 24px;
  border-left: 1px solid #e5e5e5;
}

.slide-wrapper {
  height: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.quote-paragraph {
  z-index: 5;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 500;
}

.s-testimonials {
  position: relative;
  overflow: hidden;
  padding: 3rem 5% 5rem;
  background-color: #131113;
}

.c-testimonials__content {
  height: auto;
  background-color: transparent;
}

.c-testimonials__header {
  max-width: 620px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.author-name {
  margin-bottom: 4px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.rotated-square {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #4353ff;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.quote-wrapper {
  position: relative;
  padding-right: 60px;
}

.slide-nav {
  display: none;
}

.author-role {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}

.mask {
  overflow: visible;
}

.slide-content-grid {
  height: 100%;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  -ms-grid-columns: 1fr 1.2fr;
  grid-template-columns: 1fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.c-web__scroll {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  height: 12vh;
  max-width: 10vw;
  background-image: radial-gradient(circle closest-side at 50% 50%, hsla(0, 0%, 100%, 0.9) 25%, hsla(0, 0%, 100%, 0));
  opacity: 0;
}

.bg-portfolio {
  position: absolute;
  left: 0px;
  top: 0px;
  min-height: 100%;
  opacity: 0.25;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-features {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  max-height: 100%;
  max-width: 1000vw;
  min-height: 100%;
  min-width: 100vw;
  opacity: 0.15;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-testimonials {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  max-height: 100%;
  max-width: 500vw;
  min-height: 100%;
  min-width: 100vw;
  opacity: 0.25;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-steps {
  position: absolute;
  left: -10%;
  top: 0px;
  z-index: 1;
  max-height: 100%;
  max-width: 1000vw;
  min-height: 100%;
  min-width: 100vw;
  opacity: 0.3;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-web__first {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  background-color: #000;
}

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

.text-span-56 {
  position: relative;
  left: 5vw;
  display: inline-block;
  color: #fffade;
  font-size: 7rem;
  line-height: 6.5rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.header-second-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-left: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 15rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 250, 222, 0.9);
  opacity: 0;
  cursor: pointer;
}

.text-block-11 {
  position: relative;
  color: #131113;
  font-weight: 700;
  text-decoration: none;
}

.div-block-24 {
  padding: 1rem;
}

.text-span-58 {
  color: #4353ff;
  font-weight: 700;
}

.experience {
  font-size: 2rem;
  line-height: 3rem;
}

.experience-under {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-span-60 {
  font-size: 5rem;
  font-weight: 800;
}

.grid-2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 10vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blurred-first {
  min-width: 25vw;
  padding: 1rem;
  color: #00d37d;
}

.blurred-second {
  position: relative;
  min-width: 25vw;
  padding: 1rem;
  color: #00bde8;
}

.blurred-third {
  position: relative;
  min-width: 25vw;
  padding: 1rem;
  color: #f4bc46;
}

.blurred-fourth {
  position: relative;
  min-width: 25vw;
  padding: 1rem;
  color: #ff8984;
}

.bee-wrapper {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  z-index: 10;
  font-size: 1vw;
}

.bee-head {
  position: absolute;
  top: -0.75rem;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #000;
}

.bee-line {
  position: absolute;
  top: 0.25rem;
  z-index: 2;
  width: 1rem;
  height: 0.2rem;
  background-color: #000;
}

.bee-line.second-line {
  position: absolute;
  top: 0.75rem;
}

.bee-sting {
  position: absolute;
  top: 0.95rem;
  z-index: -100;
  width: 0px;
  height: 0px;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #000;
  border-left: 0.5rem solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bee-wing {
  position: absolute;
  z-index: 100;
  width: 1rem;
  height: 1rem;
  border-radius: 0px 50% 50%;
  background-color: #84d6ff;
}

.bee-wing.right {
  left: 0.7rem;
  top: -0.05rem;
  z-index: 1000;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.bee-wing.left {
  left: -0.7rem;
  top: -0.05rem;
  z-index: 1000;
  -webkit-transform: rotate(95deg);
  -ms-transform: rotate(95deg);
  transform: rotate(95deg);
  -o-object-position: 100% 0%;
  object-position: 100% 0%;
}

.bee {
  position: absolute;
  z-index: auto;
  width: 1rem;
  height: 1.25rem;
  border-radius: 0.75rem;
  background-color: #eba937;
}

.image-21 {
  border: 1px none #fffade;
  opacity: 0.95;
}

.text-span-61 {
  position: relative;
  left: -10vw;
  display: inline-block;
}

.steps {
  position: relative;
  z-index: 1;
  font-size: 5rem;
  line-height: 5rem;
  font-weight: 700;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps.second {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.steps.third {
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-22 {
  position: relative;
  max-width: 100%;
  min-width: 100%;
  opacity: 0.33;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-23 {
  max-width: 33vw;
  opacity: 0.2;
}

.image-23.middle {
  max-width: 35vw;
  opacity: 0.3;
}

.bg-about__3 {
  position: relative;
  z-index: -1;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.bg-about__2 {
  position: relative;
  z-index: 0;
  background-color: #131113;
}

.bg-about__1 {
  position: relative;
  z-index: -1;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.second-heading {
  position: relative;
  left: 16vw;
  display: block;
  height: 100%;
  max-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.bg-tech__overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: block;
  width: 100vw;
  height: 100vh;
  background-color: #131113;
  opacity: 0;
}

.step_front {
  position: absolute;
  top: 1rem;
  z-index: 1;
  color: transparent;
  font-size: 4rem;
  line-height: 5rem;
  font-weight: 700;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.c-portfolio__header {
  position: relative;
}

.bg-feature-txt {
  position: absolute;
  top: 0rem;
  z-index: 0;
  color: rgba(255, 137, 132, 0.1);
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
}

.feature-div {
  position: relative;
  z-index: 1;
}

.text-span-62 {
  font-weight: 700;
  text-decoration: none;
}

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

.c-portfolio {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contact__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-contact__content {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.02em;
}

.c-footer__logo__link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #131113;
  font-size: 2rem;
  text-decoration: none;
  text-shadow: -1px 0 0 #fff, 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff;
}

.c-web__second__header {
  position: relative;
  z-index: 5;
  display: block;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.c-tech__header__heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-64 {
  display: inline-block;
}

.text-span-65 {
  display: inline-block;
}

.text-span-66 {
  display: inline-block;
}

.text-span-67 {
  display: inline-block;
}

.div-block-25 {
  position: absolute;
  left: 0px;
  top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webflow-branding {
  font-family: Lato, sans-serif;
  color: #4353ff;
  font-weight: 900;
}

.background-sites {
  position: absolute;
  left: 0px;
  top: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-68 {
  color: #fffade;
  font-size: 4.2rem;
  font-weight: 900;
}

.text-span-69 {
  display: inline;
}

.heading-10 {
  font-size: 3rem;
  line-height: 3rem;
  text-align: center;
}

.bold-text {
  font-size: 1.25rem;
}

.bold-text-2 {
  font-size: 1.5rem;
}

.pricing-extra {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-content_us {
  margin-top: 1rem;
  opacity: 0.8;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: -0.01em;
}

.link-block {
  text-decoration: none;
}

.text-block-12 {
  opacity: 0.3;
  line-height: 1.1rem;
  text-align: center;
}

.c-steps-content {
  max-width: 80vw;
}

.text-block-13 {
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: left;
}

.cv-header {
  display: inline-block;
}

.cv-header.cv {
  position: relative;
  z-index: 1;
  font-weight: 900;
}

.text-span-71 {
  font-size: 1.25rem;
}

.text-span-72 {
  font-size: 2rem;
}

.years-large {
  display: inline;
  font-size: 3rem;
  font-weight: 600;
}

.years-large.cv {
  display: inline;
}

.cv-header-front {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: inline-block;
  font-weight: 900;
}

.cv-header-front.step_front {
  font-weight: 700;
}

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

.div-block-27 {
  position: relative;
  left: auto;
  top: 5rem;
  z-index: 50;
  height: 20rem;
  min-width: 20%;
  background-color: #ff8984;
}

.pricing-promo {
  position: relative;
  left: auto;
  top: 5rem;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42rem;
  min-width: 15rem;
  padding: 2rem 1rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: rgba(211, 78, 73, 0.5);
  color: #fff;
  font-weight: 700;
}

.text-block-14 {
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: 900;
}

.text-block-15 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-block-16 {
  position: relative;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-block-17 {
  font-size: 5rem;
  line-height: 5.5rem;
  font-weight: 900;
}

.text-span-73 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-74 {
  font-weight: 900;
}

.text-block-18 {
  font-size: 2rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.text-span-75 {
  text-decoration: underline;
}

.promo-secondary-text {
  position: relative;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-block-19 {
  line-height: 2rem;
  font-weight: 700;
}

.list-items {
  font-size: 1rem;
  line-height: 1.8rem;
}

.text-span-76 {
  font-size: 3rem;
  line-height: 2.5rem;
}

.image-24 {
  position: absolute;
  right: -200px;
  bottom: -20px;
  max-width: 500px;
}

.bart {
  position: absolute;
  right: -200px;
  bottom: -20px;
  max-width: 500px;
}

.promo-under {
  position: relative;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-span-77 {
  font-size: 1.5rem;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .c-nav__link {
    margin-right: 0px;
  }

  .s-nav {
    position: relative;
    display: none;
  }

  .pseudo_h1--tech {
    font-size: 7em;
    line-height: 2em;
  }

  .v-tech {
    padding-bottom: 0px;
    opacity: 1;
    font-size: 1vw;
    line-height: 1vw;
  }

  .detail-small.text-color-primary {
    font-size: 2.5em;
    line-height: 3em;
  }

  .c-tech__header__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-tech {
    opacity: 1;
  }

  .button__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .c-portfolio__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-image-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .c-about {
    padding-bottom: 0px;
  }

  .c-about__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .c-pricing__content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq-content {
    width: 100%;
  }

  .s-contact {
    padding-bottom: 0px;
  }

  .c-contact__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-features__hand {
    left: 10vw;
  }

  .text-block-4 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .v-web {
    padding-bottom: 0px;
    font-size: 1vw;
    line-height: 1vw;
  }

  .c-web__first {
    z-index: 1;
    max-width: 100%;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .hwcwh-eyebrow {
    opacity: 1;
  }

  .hwcwhe-p.text-color-primary {
    font-size: 2em;
    line-height: 2em;
  }

  .hwcwhh-h1.hero-last {
    font-size: 8em;
    line-height: 1.5em;
  }

  .c-tech__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-6 {
    font-size: 1vw;
  }

  .heading-9 {
    font-size: 10em;
  }

  .c-web__second {
    max-width: 100%;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .forever--large {
    font-size: 3.5em;
    line-height: 1.5em;
  }

  .c-steps__content {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .quote-wrapper {
    padding-right: 0px;
  }

  .slide-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-span-56 {
    font-size: 1.1em;
    line-height: 1em;
  }

  .text-block-11 {
    font-size: 2em;
    line-height: 2em;
  }

  .image-22 {
    max-width: none;
    min-height: 100vh;
    min-width: 100vw;
  }

  .second-heading {
    left: 25vw;
  }
}

@media screen and (max-width: 767px) {
  .c-portfolio__header--bold {
    font-size: 36px;
    line-height: 52px;
  }

  .c-about {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .heading-text {
    font-size: 48px;
  }

  .c-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .s-features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .s-pricing {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .c-pricing__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .s-faq {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .s-contact {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-block-4 {
    font-size: 2em;
    line-height: 2em;
  }

  .bg-tech {
    max-height: 100vh;
    min-height: 100vh;
    min-width: 100vh;
  }

  .hwcwhe-p.text-color-primary {
    font-size: 3em;
    line-height: 3em;
  }

  .hwcwhh-h1 {
    font-size: 48px;
  }

  .forever--large {
    font-size: 2.5em;
  }

  .c-steps__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-arrow {
    left: 72px;
    top: -50px;
    right: 0%;
    bottom: auto;
  }

  .left-arrow {
    left: -72px;
    top: -50px;
    right: 0%;
    bottom: auto;
  }

  .c-testimonials__header {
    margin-bottom: 100px;
  }

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

@media screen and (max-width: 479px) {
  .s-nav {
    display: none;
    overflow: hidden;
  }

  .v-tech {
    z-index: 0;
  }

  .detail-small.text-color-primary {
    font-size: 5em;
  }

  .c-tech__header__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-about__content {
    font-size: 1.25rem;
  }

  .content-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .paragraph-regular-3 {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
  }

  .c-about {
    overflow: visible;
  }

  .heading-text {
    font-size: 3rem;
    line-height: 3.5rem;
    text-align: center;
  }

  .c-about__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .feature-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .s-pricing {
    padding-right: 0%;
    padding-left: 0%;
  }

  .pricing-card-line {
    padding: 32px;
  }

  .price-text {
    margin-top: 16px;
  }

  .faq-item-plain {
    padding: 24px;
  }

  .c-contact__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-features__hand {
    left: 0vw;
  }

  .hand__text__heading {
    font-size: 4rem;
    line-height: 4rem;
  }

  .text-block-4 {
    font-size: 3em;
  }

  .bg-tech {
    overflow: visible;
    width: 100vw;
    height: 100vh;
    max-width: 20rem;
  }

  .c-web__first {
    max-width: none;
    min-height: 100vh;
  }

  .hwcwh-eyebrow {
    opacity: 1;
  }

  .hwcwhe-p.text-color-primary {
    font-size: 5em;
    line-height: 2em;
  }

  .hwcwhh-h1.hero-last {
    opacity: 0;
  }

  .c-tech__button {
    width: 100%;
  }

  .heading-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15vmin;
    line-height: 14vmin;
    text-align: center;
  }

  .c-web__second {
    display: none;
  }

  .forever--large {
    font-size: 1.25em;
  }

  .forever__large--holder {
    top: 40vh;
  }

  .c-steps__header__subheading {
    font-size: 1.25rem;
  }

  .c-steps__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-steps {
    display: none;
  }

  .header-second-button {
    position: relative;
    top: 20em;
  }

  .div-block-22 {
    position: relative;
    background-color: #fffade;
    opacity: 1;
  }

  .text-block-11 {
    font-size: 5vmin;
    line-height: 2em;
  }

  .image-21 {
    max-width: 90vw;
  }

  .text-span-61 {
    left: auto;
  }

  .image-23 {
    max-width: 50vw;
  }

  .image-23.middle {
    position: relative;
    max-width: 60vw;
  }

  .second-heading {
    left: auto;
  }

  .bg-tech__overlay {
    max-height: 100vh;
    max-width: 100vw;
  }

  .bg-feature-txt {
    font-size: 30vmin;
  }

  .c-contact__content {
    font-size: 1.25rem;
  }

  .link-block {
    text-decoration: none;
  }

  .bart {
    right: -30vw;
    max-width: 100vmin;
  }
}

#w-node-_282fc90a-1a01-9210-66a9-2b5d4be3908a-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_110f65f5-a266-4031-49db-1d8b22bda2c6-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5ae95eb-a395-4f9c-db2c-a323cef65c2b-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_319eb6dd-ec1c-1e56-0c9c-27b7bc3012bf-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc45d095-dc47-2f6c-b9cc-ec90ba509354-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fc45d095-dc47-2f6c-b9cc-ec90ba50934f-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03497d30-5d3c-17fa-e75c-fe88dfd96b06-7648a721 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: 'Pwscratchedfont 1yzm';
  src: url('../fonts/Pwscratchedfont-1YzM.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}