@font-face {
  font-family: TeX Gyre Heros;
  src: url('../fonts/texgyreheroscn-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---text-white: #bfbfbf;
  --_colors---purple: #9333ea;
  --_colors---stroke-color: #747474;
  --untitled-ui--primary600: #7f56d9;
  --_colors---paragraph-white: white;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--white: white;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50-2: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray900: #101828;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

body {
  color: #333;
  background-color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.section {
  background-color: #000;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  overflow: hidden;
}

.section._100vh {
  background-color: #000;
  height: 100vh;
  position: relative;
}

.section.no-bg {
  background-color: #0000;
}

.section.timeline-change {
  flex-flow: column;
  display: flex;
}

.section.relative {
  position: relative;
}

.section.min-height {
  min-height: 800px;
}

.section.min-height.relative {
  overflow: hidden;
}

.section.min-height.relative.overflow-visible {
  min-height: 700px;
  overflow: visible;
}

.section.overflow-visible {
  overflow: visible;
}

.container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.container.padding-top {
  padding-top: 200px;
}

.container.pre-loader {
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.container.relative {
  z-index: 3;
  margin-top: 100px;
  position: relative;
}

.container.hero-top-padding {
  padding-top: 0;
}

.container.position-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.body {
  background-color: #000;
}

.logo-img {
  max-width: 160px;
  max-height: 42px;
}

.navbar {
  z-index: 10;
  filter: drop-shadow(0 2px 5px #000000b3);
  background-color: #000;
  border: .5px solid #321748;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 80px;
  position: sticky;
  top: 20px;
}

.nav-menu {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  display: flex;
}

.container-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-2.nav-bar {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  z-index: 1;
  color: var(--_colors---text-white);
  padding: 0;
  font-size: 16px;
}

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

.nav-link.mobile.w--current {
  color: var(--_colors---purple);
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colors---text-white);
  text-decoration-color: var(--_colors---text-white);
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/bg-line.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: 22% 23% 18%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: grid;
}

.grid-top-content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.grid-center-content {
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-bottom-content {
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.h1-main {
  color: #fff;
  letter-spacing: 2px;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.code-embed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.benefits-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-bullet-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.bullet {
  background-image: linear-gradient(30deg, #f6e2ff 28%, #9333ea);
  border-radius: 100px;
  width: 16px;
  height: 16px;
}

.hero-benefit-text {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(30deg, #f6e2ff 42%, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.paragraph-hero {
  color: var(--_colors---text-white);
  text-align: right;
  max-width: 370px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.eyebrow {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(75deg, #f6e2ff, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
}
.eyebrow-no_animation{text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(75deg, #f6e2ff, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;}
  
.paragraph-showcase {
  color: var(--_colors---text-white);
  max-width: 650px;
  margin-bottom: 32px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #fff;
  letter-spacing: -.03em;
  font-family: Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.paragraph-timeline {
  color: var(--_colors---text-white);
  margin-bottom: 32px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.margin-bottom-medium {
  margin-bottom: 32px;
}

.h3-timeline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
}

.timeline_progress-bar {
  z-index: -1;
  background-color: var(--_colors---purple);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 20px auto 50vh;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline_image-wrapper {
  background-image: linear-gradient(138deg, #000, #0000 28%), url('../images/Image-Background.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
  overflow: hidden;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 0 8px #0a0a0a;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline_progress {
  z-index: -2;
  background-color: #414141;
  width: 3px;
  height: 100%;
  position: absolute;
}

.h2-timeline {
  color: #fff;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 50px;
  font-family: Inter, Arial, sans-serif;
  font-size: 42px;
}

.plans-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.plans-content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.plans-card {
  background-image: linear-gradient(#000, #1d1d1d);
  border: 4px solid #4b4b4b;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 60px 40px;
  display: flex;
}

.plans-card.shadow {
  background-image: linear-gradient(176deg, #21043b, #340062);
  box-shadow: inset 0 -33px 51px #ffffff40;
}

.h2-plans {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-top: 32px;
  margin-bottom: 90px;
  font-family: Inter, Arial, sans-serif;
  font-size: 42px;
  line-height: 120%;
}

.plans-text {
  color: var(--_colors---text-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.h3-plans {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 120%;
}

.plans-text-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.price-and-button-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.price-text {
  color: #fff;
  text-align: center;
  margin-top: auto;
  font-size: 40px;
  line-height: 100%;
}

.price-text-span {
  color: var(--_colors---text-white);
  font-size: 20px;
}

.h2-benefits {
  color: #fff;
  text-align: center;
  max-width: 580px;
  margin-top: 32px;
  margin-bottom: 90px;
  font-family: Inter, Arial, sans-serif;
  font-size: 42px;
  line-height: 120%;
}

.benefit-card {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  background-color: var(--_colors---stroke-color);
  border-radius: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-height: 730px;
  padding: 100px 80px;
  display: grid;
  position: relative;
}

.benefit-heading-wrapper {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.benefit-image {
  z-index: 2;
  width: auto;
  height: auto;
  position: relative;
}

.h3-benefits {
  color: #fff;
  max-width: 700px;
  font-family: Inter, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.card-cover {
  z-index: 1;
  background-color: #000;
  border-radius: 48px;
  margin: 3px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.faq-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-paragraph {
  color: var(--_colors---text-white);
  letter-spacing: 1px;
  max-width: 1000px;
  padding-top: 30px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.faq-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.faq-answer {
  overflow: hidden;
}

.faq-accordion {
  background-color: #0b0b0b;
  border: 1px solid #2a2a2a;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon-wrapper {
  color: var(--untitled-ui--primary600);
}

.faq-component {
  width: 100%;
  margin-top: 4rem;
}

.accordion-icon_component {
  border: 2px solid var(--_colors---purple);
  color: var(--_colors---purple);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.accordion-icon_vertical-line {
  background-color: var(--_colors---purple);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--_colors---purple);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.h3-accordion {
  color: #fff;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.footer-grid_4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-grid_2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-grid_3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tiktok-img {
  width: auto;
  max-width: 35px;
  height: auto;
  max-height: 35px;
}

.footer-image {
  width: auto;
  height: auto;
}

.footer-legal-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 22px 40px;
  display: flex;
}

.footer-grid_ {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social_buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.facebook-img, .whatsapp-img {
  width: auto;
  max-width: 35px;
  height: auto;
  max-height: 35px;
}

.footer-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 55px;
  padding-bottom: 10px;
  display: flex;
}

.footer-content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-img {
  width: auto;
  max-width: 35px;
  height: auto;
  max-height: 35px;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.grid-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.portofolio-content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.portofolio-content-wrapper.centered {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.h2-and-paragraph-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.h2-main {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.portofolio-grid {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.portofolio-card {
  text-decoration: none;
}

.portofolio-card.top-padding {
  margin-top: 80px;
}

.portofolio-image {
  border-radius: 24px;
  width: 100%;
  height: auto;
  max-height: 1000px;
}

.portofolio-tags-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portofolio-tags-wrapper.aditional {
  width: 100%;
  margin-top: 32px;
}

.portofolio-tags-wrapper.space {
  margin-top: 20px;
}

.portofolio-tag {
  background-color: #151414;
  border-radius: 100px;
  padding: 10px 20px;
}

.portofolio-tag-text {
  color: var(--_colors---text-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.h2-porto {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Inter, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.portofolio-paragraph {
  color: var(--_colors---text-white);
  letter-spacing: normal;
  max-width: 100%;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.main-btn-link {
  max-width: 240px;
}

.secondary-btn-link {
  text-decoration: none;
  display: block;
}

.secondary-btn-link.centered {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.secondary-btn-link-mobile {
  text-decoration: none;
  display: none;
}

.trigger {
  width: 0;
  height: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.pre-loading {
  z-index: 20;
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: fixed;
  inset: 0%;
}

.image-2 {
  width: 36%;
  margin-bottom: 70px;
  position: absolute;
  inset: auto auto 0% 80px;
}

.code-embed-3 {
  width: auto;
}

.loading-bar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.steps-image {
  width: 100%;
  height: auto;
}

.cta-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 300px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.cta-link {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff12;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  max-width: 700px;
  padding: 38px 30px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #623c83);
  -webkit-background-clip: text;
  background-clip: text;
  width: 670px;
  font-family: Inter, Arial, sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.bullet-big {
  background-color: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
}

.overlay-blur-image {
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% auto auto -250px;
}

.overlay-blur-image.down {
  width: 500px;
  height: 500px;
  inset: 14% -230px 0% auto;
}

.cta-text-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video-2 {
  z-index: 3;
  opacity: .5;
  width: 25%;
  height: 60%;
  position: absolute;
  inset: 12% 50% 0% 38%;
}

.cta-inner-track {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  display: flex;
}

.portofolio-hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1-portofolio {
  color: #fff;
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.h1-portofolio.projects {
  margin-top: 70px;
  font-size: 96px;
  font-weight: 600;
}

.background-video-4 {
  z-index: 1;
  opacity: .55;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: -228px -485px auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.paragraph-portofolio {
  color: var(--_colors---text-white);
  text-align: center;
  max-width: 790px;
  margin-top: 32px;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.h2-portofolio-long {
  color: #fff;
  text-align: center;
  max-width: 1600px;
  margin-top: 200px;
  margin-bottom: 200px;
  font-family: Inter, Arial, sans-serif;
  font-size: 64px;
  line-height: 120%;
}

.portofolio-image-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.h3-portofolio {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 100%;
}

.portofolio-grids {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.portofolio-slice {
  width: auto;
  height: auto;
}

.nav-logo-link.w--current {
  color: var(--_colors---stroke-color);
  text-decoration: none;
}

.card-text-span {
  color: var(--_colors---text-white);
  font-size: 20px;
}

.secondary-button.centered {
  margin-left: auto;
  margin-right: auto;
}

.card-secondary-btn-link {
  text-decoration: none;
  display: block;
}

.card-secondary-btn-link.centered {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.left-side-questions, .right-side-questions {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.main-nav-btn-link {
  max-width: 240px;
}

.question {
  flex-direction: column;
  margin-bottom: 120px;
  display: flex;
  position: relative;
  inset: 0%;
}

.question-center-box {
  width: 100%;
  max-width: 700px;
}

.question-box {
  flex: 1;
}

.section-form {
  padding-top: 80px;
  padding-bottom: 0;
}

.input-box {
  margin-bottom: 32px;
}

.radio-buttons {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.section-header {
  margin-bottom: 32px;
}

.section-header.small-header {
  margin-bottom: 16px;
}

.form {
  background-color: #0000;
}

.text-field {
  border: 1px solid var(--_colors---stroke-color);
  color: #fff;
  background-color: #141414;
  border-radius: 12px;
  height: 60px;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  transition: border-color .2s;
}

.text-field:active, .text-field:focus {
  border-color: var(--_colors---purple);
}

.text-field.message {
  border-width: 1px;
  border-color: var(--_colors---stroke-color);
  height: 280px;
  padding-top: 0;
  padding-bottom: 220px;
}

.text {
  font-size: 22px;
}

.question-wrapper {
  position: relative;
}

.submit-button {
  background-color: var(--_colors---purple);
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding-left: 45px;
  padding-right: 45px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: box-shadow .2s;
  display: flex;
}

.submit-button:hover {
  background-color: var(--_colors---purple);
  box-shadow: 0 2px 14px 2px var(--_colors---purple);
}

.success-message {
  background-color: #0000;
  border: 1px solid #fff;
  padding-top: 68px;
  padding-bottom: 68px;
}

.question-center-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 80px;
  display: flex;
}

.price-box {
  border: 1px solid var(--_colors---purple);
  background-color: #000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 30px 70px;
  display: flex;
  position: fixed;
  inset: auto 40px 40px auto;
}

.price {
  color: #fff;
  margin-top: 8px;
  font-size: 30px;
  font-weight: 500;
  line-height: 32px;
}

.h2-form {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Inter, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.checkbox-card {
  border: 1px solid var(--_colors---stroke-color);
  cursor: pointer;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 405px;
  height: 100%;
  margin-bottom: 0;
  padding: 20px 50px;
  display: flex;
  position: relative;
}

.checkbox-label-3 {
  opacity: 0;
  display: none;
}

.checkbox-3 {
  opacity: 0;
  cursor: pointer;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox-stroke {
  border: 2px solid var(--_colors---purple);
  transform-style: preserve-3d;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 1, 0);
}

.h3-form {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 16px;
  font-family: Inter, Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
}

.form-paragraph {
  color: var(--_colors---text-white);
  text-align: center;
  margin-bottom: 30px;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.form-paragraph.big {
  color: var(--_colors---text-white);
  max-width: 870px;
  font-size: 24px;
}

.prices-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.subscription_total {
  color: var(--_colors---text-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
}

.name-field-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-heading-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.heading-eyebrow-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.benefit-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featuresv8_component {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-style: none;
  border-top-left-radius: 46px;
  border-top-right-radius: 46px;
  padding: 2.5rem 5rem;
  position: sticky;
}

.featuresv8_component.is-first {
  background-color: #fff0;
  margin-bottom: 0;
  padding: 0;
  top: 0;
}

.featuresv8_sticky-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.paragraph-bullet-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.last_date-text {
  color: #fff;
  margin-bottom: 32px;
  font-size: 18px;
}

.terms-conditions-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: grid;
}

.legal-paragraph {
  color: #bfbfbf;
  max-width: 750px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.legal-paragraph.big {
  margin-bottom: 20px;
  font-size: 20px;
}

.legal-paragraph.big.top-padding {
  margin-top: 20px;
}

.legal-paragraph.padding-top {
  margin-top: 30px;
}

.bullet-paragraph-content-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.terms-h2-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.terms-h1-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.h1-terms-conditions {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.h2-terms {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-weight: 600;
}

.bullet-2 {
  background-image: linear-gradient(30deg, #f6e2ff 28%, #9333ea);
  border-radius: 100px;
  flex: none;
  width: 16px;
  height: 16px;
}

.footer-h3-2 {
  color: #f4f4f4;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.footer-link-2 {
  color: #bfbfbf;
  text-align: left;
  max-width: 260px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-legal-text-2 {
  color: #747474;
  font-size: 16px;
  line-height: 100%;
}

.anpc-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.terms-conditions-content-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 80px;
  display: grid;
}

.text-span-4 {
  color: #9333ea;
}

.footer-link-3 {
  color: #bfbfbf;
  text-align: left;
  max-width: 180px;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.footer-legal-text-3 {
  color: #747474;
  font-size: 16px;
  line-height: 100%;
}

.cta-blur-image-right {
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -60% -27% 0% auto;
}

.cta-blur-image-left {
  width: 500px;
  height: 500px;
  position: absolute;
  inset: -60% auto 0% -27%;
}

.cta-text-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #623c83);
  -webkit-background-clip: text;
  background-clip: text;
  width: 580px;
  font-size: 70px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.h2-plans-copy, .h2-plans-copy-copy {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-top: 32px;
  margin-bottom: 90px;
  font-family: Inter, Arial, sans-serif;
  font-size: 42px;
  line-height: 120%;
}

@media screen and (max-width: 991px) {
  .section._100vh {
    height: 100%;
  }

  .section.min-height.relative.overflow-visible {
    min-height: 700px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.padding-top {
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.hero-top-padding {
    padding-top: 100px;
  }

  .logo-img {
    max-width: 180px;
  }

  .navbar {
    margin-left: 40px;
    margin-right: 40px;
    position: sticky;
    top: 20px;
  }

  .nav-menu {
    z-index: 2;
    background-color: #000;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-right: 40px;
    display: flex;
    position: absolute;
    inset: 100% 0% auto;
  }

  .lottie-animation-2 {
    width: 55px;
  }

  .menu-button {
    padding: 0;
  }

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

  .nav-link {
    color: #fff;
    text-align: right;
    margin-left: 10px;
    margin-right: 0;
  }

  .nav-link.mobile {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
  }

  .hero-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    margin-top: 40px;
  }

  .grid-top-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .grid-center-content {
    width: 80%;
    height: auto;
  }

  .grid-bottom-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h1-main {
    text-align: center;
    max-width: 600px;
    font-size: 48px;
  }

  .code-embed {
    width: 100%;
  }

  .benefits-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .text-bullet-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-benefit-text {
    font-size: 22px;
  }

  .paragraph-hero {
    text-align: center;
    order: -1;
    max-width: 60%;
    font-size: 18px;
  }

  .paragraph-showcase {
    text-align: center;
    max-width: 500px;
    font-size: 18px;
  }

  .main-btn {
    order: 1;
    width: 100%;
  }

  .h2-timeline {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 130%;
  }

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

  .h3-plans {
    font-size: 38px;
  }

  .price-text {
    font-size: 34px;
  }

  .h2-benefits {
    margin-bottom: 70px;
  }

  .benefit-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    max-height: none;
    padding: 60px;
  }

  .benefit-heading-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .h3-benefits {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 34px;
  }

  .faq-paragraph {
    font-size: 18px;
  }

  .faq-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social_buttons-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .footer-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-content-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: space-between;
    align-items: center;
  }

  .grid-content-wrapper {
    text-align: center;
  }

  .portofolio-content-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .h2-and-paragraph-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .h2-main {
    text-align: center;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 120%;
  }

  .portofolio-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .portofolio-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .portofolio-card.top-padding {
    margin-top: 0;
  }

  .portofolio-tags-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .portofolio-paragraph {
    text-align: center;
    max-width: 72%;
    font-size: 18px;
  }

  .main-btn-link {
    width: 100%;
    display: block;
  }

  .secondary-btn-link {
    text-decoration: none;
    display: none;
  }

  .secondary-btn-link.centered {
    width: 50%;
    display: block;
  }

  .secondary-btn-link-mobile {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
  }

  .image-2 {
    width: 50%;
  }

  .code-embed-3 {
    width: auto;
    max-width: 30%;
    right: 40px;
  }

  .cta-link {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cta-text {
    width: 380px;
    font-size: 54px;
  }

  .overlay-blur-image {
    width: 400px;
    height: 400px;
    top: -4%;
  }

  .overlay-blur-image.down {
    width: 400px;
    height: 400px;
    top: 27%;
  }

  .background-video-2 {
    width: 50%;
    height: 60%;
    top: 15%;
    left: 24%;
  }

  .h1-portofolio {
    margin-top: 80px;
    font-size: 50px;
  }

  .h1-portofolio.projects {
    margin-top: 0;
    font-size: 76px;
    font-weight: 600;
  }

  .background-video-4 {
    opacity: .55;
    width: 100%;
    top: -207px;
    right: -131px;
  }

  .paragraph-portofolio {
    font-size: 18px;
  }

  .h2-portofolio-long {
    margin-top: 140px;
    margin-bottom: 140px;
    font-size: 36px;
  }

  .portofolio-grid-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .h3-portofolio {
    font-size: 40px;
  }

  .portofolio-grids {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .card-secondary-btn-link {
    text-decoration: none;
    display: none;
  }

  .card-secondary-btn-link.centered {
    display: block;
  }

  .main-nav-btn-link {
    width: 100%;
    display: none;
  }

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

  .price-box {
    padding-left: 60px;
    padding-right: 60px;
  }

  .price {
    font-size: 26px;
  }

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

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

  .image-6 {
    width: 80px;
  }

  .heading-eyebrow-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .h1-terms-conditions {
    font-size: 40px;
    line-height: 120%;
  }

  .footer-h3-2 {
    text-align: center;
  }

  .footer-link-2 {
    color: #f4f4f4;
    text-align: center;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .footer-legal-text-2 {
    color: #f4f4f4;
  }

  .footer-link-3 {
    color: #f4f4f4;
    text-align: center;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .footer-legal-text-3 {
    color: #f4f4f4;
  }

  .cta-blur-image-right, .cta-blur-image-left {
    width: 400px;
    height: 400px;
    top: -4%;
  }

  .cta-text-2 {
    width: 380px;
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .section.timeline-change {
    justify-content: flex-start;
    align-items: center;
  }

  .container, .container.padding-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    z-index: 50;
    border-color: #321748;
    margin-left: 20px;
    margin-right: 20px;
  }

  .nav-menu {
    z-index: 100;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper {
    grid-template-rows: auto auto auto;
  }

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

  .h1-main {
    max-width: 100%;
    font-size: 44px;
  }

  .benefits-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .bullet {
    width: 14px;
    height: 14px;
  }

  .hero-benefit-text {
    font-size: 20px;
  }

  .paragraph-hero {
    max-width: 100%;
  }

  .paragraph-showcase {
    font-size: 18px;
  }

  .timeline_centre {
    justify-content: flex-start;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .h3-timeline {
    font-size: 20px;
  }

  .timeline_progress-bar {
    top: 100px;
  }

  .timeline_left {
    text-align: left;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_progress {
    left: 6px;
  }

  .h2-timeline {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
  }

  .plans-content-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .plans-card.shadow {
    padding: 50px 20px;
  }

  .h2-plans {
    font-size: 40px;
  }

  .price-and-button-wrapper {
    margin-top: 70px;
  }

  .price-text {
    font-size: 30px;
  }

  .price-text.no-absolute {
    position: static;
  }

  .price-text.absolute {
    position: absolute;
    inset: 26px 16px auto auto;
  }

  .h2-benefits {
    font-size: 40px;
  }

  .benefit-card {
    padding: 50px;
  }

  .h3-benefits {
    max-width: 460px;
    font-size: 28px;
  }

  .faq-component {
    margin-top: 3rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .portofolio-content-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .h2-main {
    max-width: 450px;
    font-size: 40px;
  }

  .portofolio-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .h2-porto {
    text-align: center;
    font-size: 34px;
  }

  .portofolio-paragraph {
    text-align: center;
    max-width: 90%;
  }

  .main-btn-link {
    width: 80%;
    max-width: none;
  }

  .secondary-btn-link.centered {
    width: 100%;
  }

  .pre-loading {
    z-index: 100;
  }

  .image-2 {
    width: 60%;
    left: 20px;
  }

  .code-embed-3 {
    top: 140px;
    right: 20px;
  }

  .cta-text {
    width: 310px;
    font-size: 44px;
  }

  .bullet-big {
    width: 14px;
    height: 14px;
  }

  .overlay-blur-image {
    width: 400px;
  }

  .overlay-blur-image.down {
    right: -238px;
  }

  .background-video-2 {
    width: 60%;
    left: 17%;
  }

  .cta-inner-track {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h1-portofolio {
    font-size: 36px;
  }

  .h1-portofolio.projects {
    font-size: 60px;
  }

  .background-video-4 {
    width: 100%;
    top: -291px;
    right: -146px;
  }

  .h2-portofolio-long {
    font-size: 30px;
  }

  .portofolio-grid-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .portofolio-grids {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .main-nav-btn-link {
    width: 80%;
    max-width: none;
  }

  .radio-buttons {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .price-box {
    border-width: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: auto 0% 0%;
  }

  .form-card-image {width: 20%;}

  .checkbox-card {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .checkbox-3 {
    display: block;
  }

  .form-paragraph {
    text-align: left;
    margin-bottom: 0px;
  }

  .form-paragraph.big {
    text-align: center;
    font-size: 20px;
  }

  .name-field-wrapper {
    flex-flow: column;
  }

  .image-6 {
    width: 70px;
  }

  .h1-terms-conditions {
    font-size: 36px;
  }

  .h2-terms {
    font-size: 30px;
  }

  .bullet-2 {
    width: 14px;
    height: 14px;
  }

  .cta-blur-image-right, .cta-blur-image-left {
    width: 400px;
  }

  .cta-text-2 {
    width: 310px;
    font-size: 44px;
  }

  .h2-plans-copy, .h2-plans-copy-copy {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.min-height.relative.overflow-visible {
    min-height: 500px;
  }

  .logo-img {
    max-width: 130px;
  }

  .nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lottie-animation-2 {
    width: 1.7em;
  }

  .container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto auto auto;
    margin-top: 23px;
  }

  .grid-center-content {
    width: 80%;
  }

  .h1-main {
    max-width: none;
    font-size: 40px;
    font-weight: 700;
  }

  .code-embed {
    width: 100%;
  }

  .benefits-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }

  .text-bullet-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .hero-benefit-text {
    font-size: 16px;
  }

  .paragraph-hero {
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph-showcase {
    max-width: 100%;
    font-size: 16px;
  }

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

  .timeline_item {
    grid-template-columns: 48px 1fr;
  }

  .h2-timeline {
    font-size: 36px;
  }

  .plans-content-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
  }

  .h2-plans {
    margin-bottom: 60px;
    font-size: 36px;
  }

  .plans-text {
    font-size: 16px;
  }

  .h3-plans {
    font-size: 38px;
    line-height: 120%;
  }

  .price-and-button-wrapper {
    width: 100%;
  }

  .price-text {
    font-family: Inter, Arial, sans-serif;
    font-size: 24px;
  }

  .h2-benefits {
    max-width: 100%;
    margin-bottom: 60px;
    font-size: 36px;
  }

  .benefit-card {
    padding: 40px 20px;
  }

  .h3-benefits {
    max-width: 100%;
    font-size: 20px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .social_buttons-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .portofolio-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h2-main {
    font-size: 38px;
  }

  .portofolio-tag-text {
    font-size: 16px;
  }

  .h2-porto {
    font-size: 32px;
  }

  .portofolio-paragraph {
    max-width: 100%;
    font-size: 16px;
  }

  .main-btn-link {
    width: 100%;
    display: block;
  }

  .secondary-btn-link-mobile {
    width: 100%;
  }

  .image-2 {
    width: 80%;
    left: 20px;
  }

  .cta-content-wrapper {
    padding-top: 200px;
  }

  .cta-link {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .cta-text {
    width: 210px;
    font-size: 30px;
  }

  .overlay-blur-image {
    width: 350px;
    height: 350px;
    left: -247px;
  }

  .overlay-blur-image.down {
    width: 350px;
    height: 350px;
    top: 32%;
    right: -240px;
  }

  .background-video-2 {
    top: 17%;
  }

  .h1-portofolio {
    margin-top: 80px;
    font-size: 32px;
  }

  .h1-portofolio.projects {
    font-size: 54px;
  }

  .background-video-4 {
    width: 100%;
    height: 100%;
    top: -203px;
    right: -60px;
  }

  .paragraph-portofolio {
    font-size: 16px;
  }

  .h2-portofolio-long {
    margin-top: 100px;
    margin-bottom: 100px;
    font-size: 26px;
  }

  .portofolio-grid-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .h3-portofolio {
    text-align: center;
    width: 100%;
    font-size: 34px;
    line-height: 120%;
  }

  .portofolio-grids {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .card-secondary-btn-link.centered {
    width: 100%;
  }

  .main-nav-btn-link {
    width: 100%;
    display: none;
  }

  .main-nav-btn-link.w--current {
    display: none;
  }

  .price-box {
    border-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    inset: auto 0% 0%;
  }

  .h2-form {
    font-size: 40px;
  }

  .checkbox-3 {
    display: block;
  }

  .h3-form {
    font-size: 22px;
  }

  .form-paragraph {
    color: var(--_colors---text-white);
  }

  .form-paragraph.big {
    font-size: 18px;
  }

  .prices-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-6 {
    width: 54px;
  }

  .featuresv8_component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .paragraph-bullet-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .h1-terms-conditions {
    font-size: 30px;
  }

  .bullet-2 {
    flex: none;
  }

  .footer-legal-text-2, .footer-legal-text-3 {
    text-align: center;
    line-height: 120%;
  }

  .cta-blur-image-right, .cta-blur-image-left {
    width: 350px;
    height: 350px;
    left: -247px;
  }

  .cta-text-2 {
    width: 210px;
    font-size: 30px;
  }

  .h2-plans-copy, .h2-plans-copy-copy {
    margin-bottom: 60px;
    font-size: 36px;
  }
}

#w-node-_31295a2a-d004-c748-c041-bd6a49866bea-9da9140b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d8a97c1a-eb54-87b9-f0fa-b07d2b33f0d5-a6ef92ac, #w-node-d8a97c1a-eb54-87b9-f0fa-b07d2b33f0d6-a6ef92ac, #w-node-facff3fe-6d74-6de2-0574-66f419c14d9f-a6ef92ac, #w-node-d27046b2-8b53-13c0-25f7-a6b4fe1d82a4-a6ef92ac, #w-node-_4b249dc9-112a-55af-c44a-0945d1375573-a6ef92ac, #w-node-_9c20aa4a-9de6-0071-daee-a2425edc1f17-a6ef92ac, #w-node-_9c20aa4a-9de6-0071-daee-a2425edc1f18-a6ef92ac, #w-node-_3c18107d-d71e-19b7-22e2-d5953140da59-a6ef92ac, #w-node-bd0b76c5-2c3e-e0e2-f492-b5bf060e070c-a6ef92ac, #w-node-d8a97c1a-eb54-87b9-f0fa-b07d2b33f0d5-8a73b2d1, #w-node-d8a97c1a-eb54-87b9-f0fa-b07d2b33f0d6-8a73b2d1, #w-node-e75db15a-b1ac-1fdd-1e86-f6bb59681189-8a73b2d1, #w-node-ac0372b7-b5ed-f537-cf51-eb04700b2946-8a73b2d1, #w-node-_80204746-4f87-28d4-4bc5-9db597bdeac1-8a73b2d1, #w-node-d8a97c1a-eb54-87b9-f0fa-b07d2b33f0d5-28763106, #w-node-e5ee66fe-4ccf-a253-1c69-50cc5ddbd23e-28763106, #w-node-_590dd1dc-30f6-a011-ea27-b240d41d8410-28763106, #w-node-_35ad9482-53d8-f692-c751-2780b3499c4e-28763106, #w-node-_5658b77e-b938-9c6c-60b1-74d43fdece8f-28763106, #w-node-d8a97c1a-eb54-87b9-f0fa-b07d2b33f0d5-3d4d198b, #w-node-e5ee66fe-4ccf-a253-1c69-50cc5ddbd23e-3d4d198b, #w-node-_590dd1dc-30f6-a011-ea27-b240d41d8410-3d4d198b, #w-node-_35ad9482-53d8-f692-c751-2780b3499c4e-3d4d198b, #w-node-_5658b77e-b938-9c6c-60b1-74d43fdece8f-3d4d198b {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_31295a2a-d004-c748-c041-bd6a49866bea-9da9140b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8473305c-01e5-36ab-8196-944f28fbfd5e-9da9140b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8473305c-01e5-36ab-8196-944f28fbfd6f-9da9140b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-cd3a5dcd-5896-0564-3a4a-77d81816a688-8261a1c3 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cd3a5dcd-5896-0564-3a4a-77d81816a699-8261a1c3 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c964561d-7511-237d-bac3-5f1dd28c2309-a6ef92ac {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c964561d-7511-237d-bac3-5f1dd28c231a-a6ef92ac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-fe62ae43-832b-5131-2ac5-441143e27050-8a73b2d1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fe62ae43-832b-5131-2ac5-441143e27061-8a73b2d1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d88817fe-e772-cca6-96ee-8d7d63f89123-28763106 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d88817fe-e772-cca6-96ee-8d7d63f89134-28763106 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-be8925ed-ed66-5fed-d588-6bc8c94341f4-3d4d198b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-be8925ed-ed66-5fed-d588-6bc8c9434205-3d4d198b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e063daa0-f268-17be-55f3-e76bc4905d4c-81cefafd {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e063daa0-f268-17be-55f3-e76bc4905d5d-81cefafd {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2986940f-1bc4-c8a4-26c3-b03e6be732a9-a61a067c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2986940f-1bc4-c8a4-26c3-b03e6be732ba-a61a067c {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e6d-9da9140b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e70-9da9140b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e72-9da9140b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e79-9da9140b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e7c-9da9140b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e8c-9da9140b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0e8f-9da9140b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0ea6-9da9140b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0ea9-9da9140b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0ec2-9da9140b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_09d5cc8b-379d-e68f-399e-16eae69a0ec5-9da9140b {
    grid-area: 1 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'TeX Gyre Heros';
  src: url('../fonts/texgyreheroscn-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}