:root {
  --black: #0b0b0b;
  --light-grey: #ffffffa6;
  --dark-grey: #242424;
  --blue: #1842ff;
  --orange: #e73e3e;
  --link-blue: #1a70ff;
  --white: #fff;
}

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

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

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

  .gradient-variant {
    display: block;
  }


}

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

body {
  background-color: var(--black);
  color: var(--light-grey);
  scroll-behavior: smooth;
  font-family: Atkinson Hyperlegible, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.75vw;
  font-weight: 400;
  line-height: 115%;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 110%;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--light-grey);
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

img, video {
  object-fit: cover;
  border-radius: 1vw;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.hero-images-grid {
  z-index: 1;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  height: 100vh;
  position: relative;
}

.container {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.large-blue-blur {
  z-index: -1;
  background-image: radial-gradient(circle closest-side, #3f51b44d, #3f51b400);
  width: 1000px;
  height: 1000px;
  display: none;
  position: absolute;
  inset: -500px 0% 0% -650px;
}

.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1842ff, #e53e40);
  -webkit-background-clip: text;
  background-clip: text;
}

.large-pink-blur {
  z-index: -1;
  background-image: radial-gradient(circle closest-side, #b43f994d, #3f51b400);
  width: 1000px;
  height: 1000px;
  display: none;
  position: absolute;
  bottom: -500px;
  right: -250px;
}

.image-3 {
  z-index: 1;
  width: 100%;
  position: static;
  box-shadow: 0 2px 8px #00000040;
}

.image-1, .image-2 {
  width: 100%;
  box-shadow: 0 2px 8px #00000040;
}

.image-4 {
  z-index: 1;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 8px #00000040;
}

.image-5 {
  z-index: 2;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 8px #00000040;
}

.hero-section {
  max-width: 100vw;
  padding-top: 200px;
  position: relative;
  overflow: hidden;
}

.mobile-frame {
  z-index: 10;
  width: 100%;
  position: relative;
}

.bottom-gradient {
  z-index: 10;
  background-image: linear-gradient(180deg, #0b0b0b00, var(--black));
  min-height: 15vh;
  position: absolute;
  inset: auto 0% 0%;
}

.home-h1 {
  z-index: 1;
  white-space: nowrap;
  position: relative;
}

.navbar-logo-left {
  z-index: 999;
  height: 75px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #ddd0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  padding-top: 10px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.nav-link:hover {
  color: var(--light-grey);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.secondary-button {
  background-color: var(--dark-grey);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  transition: background-color .3s;
  display: flex;
  max-height: 37px;
  border-radius: 10px;
  font-size: 14px;
}

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

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

.nav-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-buttons-wrapper.tablet-and-below {
  display: none;
}

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

.hero-title-bottom-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 23vw;
  max-width: 23vw;
  min-height: 8.5vw;
  display: flex;
  position: relative;
}

.hero-title-bottom-1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.pulsing-circle-wrapper {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero-title-bottom-2, .hero-title-bottom-3 {
  text-align: center;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.mobile-mockup-inner {
  z-index: 2;
  width: 18.25vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.mobile-bg {
  z-index: 1;
  background-color: var(--black);
  border-radius: 40px;
  max-width: 95%;
  margin: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.mobile-image-bg {
  z-index: 1;
  width: 100%;
  max-height: 98%;
  margin: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.absolute-heading-wrapper {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  top: 75%;
}

.section {
  padding-bottom: 200px;
  padding-top: 300px;
}

.section.top-100px {
  padding-top: 100px;
}

.filling-text-wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dark-color-overlay {
  z-index: 3;
  background-color: #0b0b0bd9;
  width: 0%;
  min-height: 68px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dark-color-overlay.row-2 {
  top: 68px;
}

.dark-color-overlay.row-3 {
  top: 136px;
}

.dark-color-overlay.row-4 {
  top: 204px;
}

.dark-color-overlay.row-5 {
  display: none;
  top: 272px;
}

.review-block-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.review-text {
  color: #fff;
  margin-bottom: 20px;
  font-size: 3.5rem;
  line-height: 120%;
}

.plan-card {
  border-radius: 10px 10px 0 0;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.pricing-feature-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.plan-price-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  border-radius: 5px;
  width: 105px;
  margin-top: 10px;
  padding-top: 5px;
  display: flex;
  overflow: hidden;
}

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

.text-block-4 {
  font-size: .9rem;
}

.plan-prices-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 5px;
  display: flex;
}

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

.plan-price {
  width: 50%;
  max-width: 50%;
  font-size: 1.25rem;
  line-height: 125%;
}

.recommendedplan-indicator {
  color: var(--black);
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  margin-top: -10px;
  padding: 5px 10px;
  font-size: .85rem;
  display: flex;
}

.plan-features-wrapper {
  flex-flow: column;
  display: flex;
}

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

.toggle-switch {
  background-image: linear-gradient(90deg, var(--blue), var(--orange));
  cursor: pointer;
  border-radius: 60px;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
  height: 38px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.pricing-plan-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  min-height: 125px;
}

.toggle-indicator {
  background-color: #fff;
  border-radius: 40px;
  width: 48%;
  height: 30px;
  position: absolute;
}

.plans-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.best-value-plan-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center {
  margin-left: 100px;
  margin-right: 100px;
}

.pricing-separator {
  background-color: var(--dark-grey);
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.review-card {
  background-color: var(--dark-grey);
  border-radius: 1vw;
  padding: 15px;
}

.reviewer-info {
  font-style: italic;
}

.creations-odd-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-self: flex-start;
  display: flex;
}

.creations-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  height: 125vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.creations-even-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.top-gradient {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--black), #0b0b0b00);
  min-height: 15vh;
  position: absolute;
  inset: 0% 0% auto;
}

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

.large-number {
  text-align: center;
  font-size: 8rem;
  line-height: 100%;
}

.animated-number-wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.animated-digits-wrapper {
  width: 90px;
  height: 150px;
  overflow: hidden;
}

.animated-number {
  text-align: left;
  min-width: 100px;
  font-size: 8rem;
  line-height: 100%;
  position: absolute;
}

.animated-number._1 {
  z-index: 1;
}

.animated-number._1.gradient-text {
  background-image: linear-gradient(90deg, #1842ff, #e53e40);
}

.animated-number._2 {
  z-index: 2;
}

.animated-number._3 {
  z-index: 3;
}

.animated-number._4 {
  z-index: 4;
}

.animated-number._5 {
  z-index: 5;
}

.large-text {
  text-align: center;
  font-size: 1.3rem;
}

.faqs-grid {
  z-index: 10;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.faq-item-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.faq-trigger {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #f5f5fa;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 2px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.faq-icon {
  color: var(--blue);
  transition: color .3s;
  display: flex;
}

.faq-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-right: 0;
  transition: opacity .2s;
  overflow: hidden;
}

.accordion-content-text {
  padding-top: 10px;
}

.paragraph-large {
  font-size: 1.25rem;
  line-height: 140%;
}

.feature-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 150px;
  display: flex;
}

.features-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.process-step-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  padding-top: 10px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.animated-path {
  z-index: -2;
  background-color: var(--dark-grey);
  width: 1px;
  height: 90%;
  position: absolute;
  top: 2.5%;
}

.features-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  display: flex;
  position: relative;
}

.progress-bar {
  z-index: -1;
  background-color: #fff;
  background-image: linear-gradient(180deg, var(--blue), var(--orange));
  width: 1.5px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.single-feature-grid {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 10vw 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  height: 100vh;
  display: grid;
  position: relative;
}

.feature-center {
  justify-content: flex-start;
  display: flex;
}

.progression-square {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 75px;
  display: flex;
  position: sticky;
  top: 50vh;
}

.progression-square.last {
  margin-bottom: 100px;
}

.feature-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 150px;
  display: flex;
}

.feature-left.first {
  padding-top: 75px;
}

.feature-mockup-wrapper {
  align-self: flex-start;
}

.styles-feature-image {
  z-index: 0;
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.bg-feature-image {
  z-index: 0;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.feature-mockup-inner {
  z-index: 2;
  border-radius: 48px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.inspiration-feature-image {
  z-index: 0;
  max-width: none;
  max-height: 99%;
  position: absolute;
  inset: 0%;
}

.output-feature-image {
  z-index: 0;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.creations-wrapper {
  position: relative;
}

.creations-container {
  z-index: 5;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-section {
  justify-content: center;
  align-items: flex-start;
  max-width: 100vw;
  height: 200vh;
  padding-top: 200px;
  padding-bottom: 200px;
}

.absolute-heading-wrapper-footer {
  z-index: 0;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  inset: 50% auto auto 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.footer-link {
  color: #c1c6c6;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 150%;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.footer-link:hover {
  color: var(--link-blue);
}

.cta-images-grid {
  z-index: 1;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: flex-start start;
  margin-top: .75vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-image {
  width: 29vw;
  box-shadow: 0 2px 8px #00000040;
}

.cta-container {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 10vh;
}

.mobile-mockup-footer {
  z-index: 2;
  width: 18.5vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.review-card-image {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-right {
  display: flex;
}

.mobile-only {
  display: none;
}

.bg-blur {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: absolute;
  inset: 0%;
}

.gradient-background-wrapper {
  z-index: -1;
  opacity: .15;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-blur {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gradient-blur._2 {
  background-color: #b43f99;
  width: 40vw;
  height: 40vw;
  margin-top: -12%;
  margin-left: 52%;
}

.gradient-blur._3 {
  background-color: #f807a8;
  width: 60vw;
  height: 60vw;
  margin-top: -32%;
  margin-right: -10%;
  left: auto;
  right: 0;
}

.gradient-blur._1 {
  background-color: #36459c;
  border-radius: 20%;
  width: 40vw;
  height: 40vw;
  margin-top: -16%;
  margin-left: -16%;
}

.gradient-blur._4 {
  background-color: var(--black);
  margin-top: 24%;
  margin-right: -8%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gradient-blur._5 {
  background-color: #e807f8;
  width: 40vw;
  height: 40vw;
  margin-top: 35%;
  margin-bottom: -20%;
  margin-right: -16%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.large-button-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-section-button-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 20px;
}

.download-icon {
  border-radius: 0;
  max-width: 200px;
}

.download-icons-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-items: start;
  margin-bottom: 15px;
}

.download-buttons-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-link {
  color: var(--link-blue);
  margin-bottom: 5px;
  line-height: 150%;
  display: inline-flex;
}

.primary-button {
  z-index: 20;
  background-image: linear-gradient(90deg, var(--blue), var(--orange));
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  max-height: 37px;
  border-radius: 10px;
  font-size: 14px;
  border: none;
}

.primary-button.large {
  width: 18.5vw;
}

.primary-button-text {
  z-index: 20;
  line-height: 22px;
  position: relative;
}

.primary-button-fill-circle {
  z-index: 5;
  background-color: var(--dark-grey);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.disclaimer {
  font-size: .9rem;
  line-height: 130%;
}

.footer-links-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.row-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  display: grid;
}

.row-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.label {
  border: 1px #000;
  border-top: 1px solid #98a4a4;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
  font-size: 1rem;
}

.black {
  background-color: var(--black);
  min-height: 60px;
}

.black.with-border {
  border: 1px solid #c1c6c6;
}

.styleguide-block {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: block;
}

.color-palette-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.buttons-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.blue {
  background-color: var(--blue);
  min-height: 60px;
}

.orange {
  background-color: var(--orange);
  min-height: 60px;
}

.styleguide-element-wrapper {
  margin-top: 40px;
}

.rich-text-element a {
  color: var(--link-blue);
}

.container-2 {
  width: 100%;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.light-grey {
  background-color: var(--light-grey);
  min-height: 60px;
}

.color-wrapper {
  width: 100%;
}

.button-style-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.primary-button-2 {
  color: #121212;
  text-align: center;
  background-color: #b3b3eb;
  border: 2px solid #b3b3eb;
  border-radius: 10px;
  padding: 10px 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.page-description {
  max-width: 80%;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}

.dark-grey {
  background-color: var(--dark-grey);
  min-height: 60px;
}

.white {
  background-color: var(--white);
  min-height: 60px;
}

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

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

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

.changelog-wrapper {
  width: 100%;
}

.table-header {
  border-style: none none solid;
  border-width: 1px;
  border-top-color: #000;
  border-bottom-color: #a5a6a8;
  border-left-color: #000;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.table-content-item {
  border: 1px #000;
  border-bottom: 1px solid #56595d;
  min-height: 30px;
}

.paragraph-small {
  font-size: 1rem;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 350px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.features-bg-gradient-blur {
  background-image: radial-gradient(circle closest-side, #36459c, #b43f99);
  border-radius: 100%;
  width: 50vw;
  height: 50vw;
  position: sticky;
  top: 0;
}

.feature-gradient-bg-wrapper {
  z-index: -1;
  opacity: .3;
  filter: blur(200px);
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.separator-line {
  background-color: #a5a6a8;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-button {
  background-color: #3898ec00;
  background-image: linear-gradient(90deg, var(--blue), #6d18ff);
  border-radius: 60px;
}

.text-field {
  background-color: var(--dark-grey);
  border: 1px #000;
  border-radius: 5px;
}

.field-label {
  text-align: left;
}

.footer-links-inner {
  color: #c1c6c6;
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 150%;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
  display: block;
}

.footer-links-inner:hover {
  color: var(--blue);
}

.footer-links-header {
  margin-bottom: 15px;
}

.swipe-prompt {
  display: none;
}

.cta-heading {
  z-index: 1;
  white-space: nowrap;
  position: relative;
}

.page-popups-wrapper {
  z-index: 1000;
  padding-bottom: 10px;
  padding-right: 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.buy-template-popup {
  color: #fff;
  background-color: #0055d4;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 7px 10px;
  font-size: 1rem;
  transition: color .3s, background-color .3s;
  display: flex;
}

.buy-template-popup:hover {
  background-color: var(--white);
  color: var(--black);
}

.popup-logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.all-templates-popup {
  color: #fff;
  background-color: #333236;
  border-radius: 5px;
  padding: 7px 10px;
  font-size: 1rem;
  font-weight: 400;
  transition: color .3s, background-color .3s;
  display: flex;
}

.all-templates-popup:hover {
  background-color: var(--white);
  color: var(--black);
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 2rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 125%;
  }

  img, video {
    border-radius: 1.5vw;
  }

  .bottom-gradient {
    bottom: -5px;
  }

  /*.nav-link, .secondary-button {
    font-size: 1.25rem;
  }*/

  .text-block-4 {
    font-size: 1rem;
  }

  .top-gradient {
    top: -5px;
  }

  .feature-mockup-inner {
    width: 300px;
  }

  .toggle-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 7vw;
  }

  .hero-images-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
    height: 600px;
    display: flex;
  }

  .container {
    max-width: 90%;
  }

  .image-3, .image-1, .image-2, .image-4, .image-5 {
    width: 185px;
  }

  .bottom-gradient {
    pointer-events: none;
  }

  .navbar-logo-left {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    border-radius: 10px;
    width: 100%;
  }

  .navbar-brand {
    z-index: 5;
    margin-top: 5px;
    margin-left: 5vw;
  }

  .nav-menu-wrapper {
    background-color: var(--black);
    border-radius: 0 0 20px 20px;
    align-items: center;
    padding-top: 8vh;
    display: flex;
  }

  .nav-menu-two {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 0 0 20px 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100vw;
    padding: 20px;
    overflow: hidden;
  }

  .nav-link {
    text-align: left;
    background-color: #ffffff0d;
    border-radius: 10px;
    padding: 12px 0 12px 20px;
    font-size: 16px;
    display: block;
  }

  .menu-button {
    color: #fff;
    padding: 0;
  }

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

  .secondary-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-buttons-wrapper.desktop-only {
    display: none;
  }

  .nav-buttons-wrapper.tablet-and-below {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .hero-title-bottom-wrapper {
    width: 25vw;
    max-width: 25vw;
  }

  .hero-title-bottom-1 {
    font-size: 7.5vw;
  }

  .pulsing-circle-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 30%;
    left: 10%;
  }

  .hero-title-bottom-2, .hero-title-bottom-3 {
    font-size: 7.5vw;
  }

  .heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .mobile-mockup-inner {
    width: 200px;
  }

  .absolute-heading-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .horizontal-heading-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-block-4 {
    font-size: .9rem;
  }

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

  .pricing-features-wrapper.center, .pricing-plan-title-wrapper.center {
    margin-left: 60px;
    margin-right: 60px;
  }

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

  .center {
    margin-left: 75px;
    margin-right: 75px;
  }

  .review-card {
    min-width: 50vw;
  }

  .creations-odd-column {
    flex-flow: row;
  }

  .creations-grid {
    height: auto;
    padding-left: 5vw;
    overflow: scroll;
  }

  .creations-even-column {
    flex-flow: row;
  }

  .top-gradient {
    pointer-events: none;
  }

  .feature-mockup-inner {
    border-radius: 32px;
    width: 200px;
  }

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

  .absolute-heading-wrapper-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .cta-images-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    max-width: 100vw;
    display: flex;
  }

  .cta-image {
    width: 250px;
  }

  .cta-container {
    max-width: 100%;
    top: 20vh;
  }

  .mobile-mockup-footer {
    width: 200px;
  }

  .navbar-right {
    z-index: 5;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    margin-right: 5vw;
    position: relative;
  }

  .gradient-background-wrapper {
    opacity: .5;
  }

  .hamburger-line-1 {
    background-color: #fff;
    border-radius: 10px;
    width: 35px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hambuger-menu-wraper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .hamburger-line-2 {
    background-color: #fff;
    border-radius: 10px;
    width: 27px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line-3 {
    background-color: #fff;
    border-radius: 10px;
    width: 19px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .primary-button.large {
    width: 200px;
  }

  .row-2 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .styleguide-block {
    text-align: left;
  }

  .color-palette-grid, .buttons-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .page-description {
    max-width: 80%;
    margin-bottom: 20px;
    font-size: 1rem;
  }

  .feature-gradient-bg-wrapper {
    opacity: .5;
  }

  .swipe-prompt {
    z-index: 15;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 7px 10px;
    display: inline-flex;
  }

  .swipe-icon, .div-block {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 100%;
  }

  .container {
    max-width: 90%;
  }

  .home-h1 {
    white-space: normal;
    margin-bottom: 0;
    font-size: 12vw;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-title-bottom-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 40vw;
    max-width: 40vw;
    min-height: 12vw;
    margin-left: 15px;
  }

  .hero-title-bottom-1, .hero-title-bottom-2, .hero-title-bottom-3 {
    text-align: left;
    margin-left: 0;
    font-size: 12vw;
  }

  .heading-wrapper, .absolute-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .dark-color-overlay {
    min-height: 60px;
  }

  .dark-color-overlay.row-2 {
    top: 60px;
  }

  .dark-color-overlay.row-3 {
    top: 120px;
  }

  .dark-color-overlay.row-4 {
    top: 180px;
  }

  .review-text {
    font-size: 3rem;
  }

  .pricing-feature-wrapper {
    margin-bottom: 0;
  }

  .horizontal-heading-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-toggle-wrapper {
    margin-top: 20px;
  }

  .pricing-features-wrapper {
    margin-bottom: 10px;
  }

  .pricing-features-wrapper.center {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-plan-title-wrapper {
    min-height: auto;
  }

  .pricing-plan-title-wrapper.center {
    margin-left: 0;
    margin-right: 0;
  }

  .plans-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .center {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-separator {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

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

  .creations-container {
    margin-right: 0;
  }

  .cta-section {
    padding-top: 250px;
  }

  .absolute-heading-wrapper-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    top: -75px;
  }

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

  .cta-container {
    width: 100%;
  }

  .gradient-background-wrapper {
    opacity: .75;
  }

  .gradient-blur._1 {
    width: 60vw;
    height: 60vw;
  }

  .row-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .buttons-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

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

  .page-description {
    max-width: none;
  }

  .feature-gradient-bg-wrapper {
    opacity: .75;
  }

  .cta-heading {
    white-space: normal;
    margin-bottom: 0;
    font-size: 12vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 18vw;
  }

  h2 {
    font-size: 2.25rem;
  }

  .centered-title-wide {
    width: 230px!important;
  }

  .logo-medium {
      margin-top: 4px!important;
  }

  img, video {
    border-radius: 3vw;
  }

  .hero-images-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .home-h1 {
    font-size: 17vw;
  }

  .navbar-logo-left-container {
    padding-bottom: 10px;
  }

  .nav-menu-two {
    padding-bottom: 20px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .secondary-button {
    align-self: stretch;
  }

  .secondary-button.hide-on-mobile {
    display: none;
  }

  .hero-title-bottom-wrapper {
    letter-spacing: 0;
    white-space: nowrap;
    width: 100vw;
    max-width: 100vw;
    min-height: 20vw;
    margin-left: 0;
  }

  .hero-title-bottom-1, .hero-title-bottom-2, .hero-title-bottom-3 {
    font-size: 20vw;
  }

  .dark-color-overlay {
    min-height: 40px;
  }

  .dark-color-overlay.row-2 {
    top: 40px;
  }

  .dark-color-overlay.row-3 {
    top: 80px;
  }

  .dark-color-overlay.row-4 {
    top: 120px;
  }

  .dark-color-overlay.row-5 {
    display: block;
    top: 160px;
  }

  .review-text {
    font-size: 1.9rem;
    line-height: 130%;
  }

  .text-block-4 {
    font-size: .8rem;
  }

  .toggle-switch {
    width: 65px;
    height: 30px;
  }

  .toggle-indicator {
    height: 26px;
  }

  .large-number {
    font-size: 5rem;
  }

  .animated-number-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 85px;
  }

  .animated-digits-wrapper {
    width: 50px;
  }

  .animated-number {
    font-size: 5rem;
  }

  .faqs-grid {
    grid-row-gap: 30px;
  }

  .faq-item-wrapper {
    align-items: flex-start;
  }

  .faq-trigger {
    padding-bottom: 5px;
  }

  .open-close-box {
    right: 5%;
  }

  .faq-content {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-right {
    padding-top: 0;
  }

  .features-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .process-step-wrapper {
    align-items: stretch;
    max-width: none;
    position: static;
  }

  .animated-path {
    margin-left: 20px;
  }

  .features-container {
    padding-top: 10%;
  }

  .single-feature-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 20vw 1fr;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
  }

  .feature-center {
    margin-left: -15px;
  }

  .feature-left {
    padding-top: 0;
  }

  .feature-mockup-wrapper {
    margin-bottom: 60px;
  }

  .inspiration-feature-image {
    height: 99%;
  }

  .absolute-heading-wrapper-footer {
    display: inline-flex;
    top: -60px;
  }

  .footer-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    margin-bottom: 20px;
  }

  .footer-link, .footer-text {
    font-size: .875rem;
  }

  .cta-images-grid {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-image {
    width: 200px;
  }

  .navbar-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mobile-only {
    display: block;
  }

  .download-icons-grid {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .row-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

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

  .primary-button-2 {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-description {
    margin-bottom: 15px;
  }

  .utility-page-content {
    width: 300px;
  }

  .footer-links-inner {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    font-size: .875rem;
    display: grid;
  }

  .footer-links-header {
    margin-bottom: 5px;
  }

  .cta-heading {
    white-space: nowrap;
    font-size: 15vw;
    display: inline-flex;
  }

  .buy-template-popup, .all-templates-popup {
    font-size: .9rem;
  }
}

#w-node-f769bc0d-682a-e181-0eaa-0ef4c2ee65fa-ab597307 {
  justify-self: end;
}

#w-node-_8b746d06-cd50-ad04-4610-33e24bcfa146-ab597307 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0dec21c6-b0b3-4aec-8f72-747ef4d07d87-ab597307 {
  justify-self: start;
}

#w-node-b8ce0f99-b281-78be-8166-b3367f4622be-ab597307, #w-node-_3be5d078-0f5d-abd9-95cf-33ab77ed1f91-ab597307 {
  justify-self: end;
}

#w-node-_20e3a196-13da-0063-1464-8625067e4d01-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d02-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d05-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d06-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d0d-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d0e-ab597308, #w-node-_3087ceb6-81b1-a2db-b49e-31d66a5ad59b-ab597308, #w-node-_3087ceb6-81b1-a2db-b49e-31d66a5ad59c-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d09-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d0a-ab597308, #w-node-_5184cecf-befc-4f10-795c-05347fec5370-ab597308, #w-node-_5184cecf-befc-4f10-795c-05347fec5371-ab597308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20e3a196-13da-0063-1464-8625067e4d1f-ab597308, #w-node-_20e3a196-13da-0063-1464-8625067e4d16-ab597308, #w-node-a4b33a7a-68d9-a7ce-8eaf-e7103c1e6748-ab597308 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d848a68d-ffdb-b730-e015-cc1c2a320689-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32068a-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32068c-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32068d-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32068f-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320690-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320692-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320693-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320695-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320696-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320698-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a320699-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32069b-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32069c-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32069d-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32069e-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a32069f-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a0-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a1-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a2-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a3-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a4-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a5-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a6-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a7-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a8-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206a9-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206aa-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206ab-ab59730a, #w-node-d848a68d-ffdb-b730-e015-cc1c2a3206ac-ab59730a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_78d776aa-c700-391d-57f9-c38a8cad374e-8cad371c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b746d06-cd50-ad04-4610-33e24bcfa146-ab597307, #w-node-_0dec21c6-b0b3-4aec-8f72-747ef4d07d87-ab597307 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67a80908-0b8a-015e-cfcb-23bed24300a5-ab597307 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f769bc0d-682a-e181-0eaa-0ef4c2ee65fa-ab597307 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-f769bc0d-682a-e181-0eaa-0ef4c2ee65f8-ab597307 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8b746d06-cd50-ad04-4610-33e24bcfa146-ab597307 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: end;
  }

  #w-node-_0dec21c6-b0b3-4aec-8f72-747ef4d07d82-ab597307 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_0dec21c6-b0b3-4aec-8f72-747ef4d07d85-ab597307 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_0dec21c6-b0b3-4aec-8f72-747ef4d07d87-ab597307 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b8ce0f99-b281-78be-8166-b3367f4622be-ab597307 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-b8ce0f99-b281-78be-8166-b3367f4622c1-ab597307 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-b8ce0f99-b281-78be-8166-b3367f4622c3-ab597307, #w-node-_3be5d078-0f5d-abd9-95cf-33ab77ed1f91-ab597307 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: start;
  }

  #w-node-_3be5d078-0f5d-abd9-95cf-33ab77ed1f97-ab597307 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_3be5d078-0f5d-abd9-95cf-33ab77ed1f99-ab597307 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: start;
  }

  #w-node-_78d776aa-c700-391d-57f9-c38a8cad3741-8cad371c {
    grid-area: 2 / 1 / 3 / 3;
  }
}

.container-div-fade div.review-block-wrapper {
  position: absolute;
  opacity: 0;
  animation: fade 48s infinite;
}

.container-div-fade div.review-block-wrapper:nth-child(1) { animation-delay: 0s; }
.container-div-fade div.review-block-wrapper:nth-child(2) { animation-delay: 8s; }
.container-div-fade div.review-block-wrapper:nth-child(3) { animation-delay: 16s; }
.container-div-fade div.review-block-wrapper:nth-child(4) { animation-delay: 24s; }
.container-div-fade div.review-block-wrapper:nth-child(5) { animation-delay: 32s; }
.container-div-fade div.review-block-wrapper:nth-child(6) { animation-delay: 40s; }

.container-div-fade {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

@keyframes fade {
  0% { opacity: 0; }
  5% { opacity: 1; }
  15% { opacity: 1; }
  20% { opacity: 0; }
  100% { opacity: 0; }
}

/* inizio CSS form contatti */

#content-contact {
    background: linear-gradient(90deg, #1842ff, #e53e40);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 1px;
}

#content-contact h1 {
   color: #fff; 
   text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
   padding-top: 30px!important;
   font-size: 100px; 
   font-weight: 700;
   text-align: center;
   font-family: 'Source Sans Pro', sans-serif;
   margin: 0px;
}

#content-contact h1,#content-contact h2,#content-contact h3 {
  text-align: center;
}

#content-contact h2 {
  padding-top: 30px;
}

#content-contact form {
    margin-left:auto;
    margin-right:auto;
    width: auto;
    height: auto;
    padding:30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    overflow: hidden;
    max-width: 700px;
}

#content-contact textarea{
    background: rgba(0, 0, 0, 0.4); 
    width: 100%;
    height: 210px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 20px;
    resize: none;
    overflow: scroll;
}

#content-contact select {
    width: 100%;
    height: 48px;
    line-height: 1.5;
    font-size: 1.4em;
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -mox-border-radius: 10px;
    color: #fff;
    display: block;
    background: transparent;
    background-color: rgba(0,0,0,.4);
    margin-bottom: 20px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#content-contact .nameinput, #content-contact .emailinput {
    width: 100%;
    height: 48px;
}

#content-contact .nameinput, #content-contact .emailinput, #content-contact label {
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}

#content-contact input[type=submit] {
    cursor: pointer;
    width: 100%;
    font-size: 22px;
    line-height: 14px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    opacity: 0.9;
}

#content-contact input[type=submit]:hover {
    opacity: 1;
}

#content-contact input.nameinput {
    background: rgba(0, 0, 0, 0.4); 
    padding-left: 45px;
}

#content-contact input.emailinput {
    background: rgba(0, 0, 0, 0.4);
    padding-left: 45px;
}

#content-contact input.message {
    background: rgba(0, 0, 0, 0.4);
    padding-left: 45px;
}

#content-contact select.indent {
    padding-left: 45px;
    cursor: pointer;
}

#content-contact ::-webkit-input-placeholder {
    color: #fff;
}

#content-contact :-moz-placeholder{ 
    color: #fff; 
}

#content-contact ::-moz-placeholder {
    color: #fff;
}

#content-contact :-ms-input-placeholder {  
    color: #fff; 
}

#content-contact input:focus, textarea:focus { 
    background-color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    box-shadow: 0 0 5px 1px rgba(255,255,255,.5);
    overflow: hidden; 
}

#content-contact .flat {
  border: none;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}


#content-contact .flat:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}


#content-contact .flat {
   width: 100%;
   }


.custom-checkbox {
  position: relative;
  margin-bottom: 20px;
}

.custom-checkbox label {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  cursor: copy;
  color: #FFF;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox span.button {
  margin-top: 10px;
  padding: 10px 16px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-weight: bold;
  cursor: copy;
}

.custom-checkbox .check {
  color: #4CAF50;
  font-weight: bold;
  font-size: 20px;
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + label span.button .text {
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked + label span.button .check {
  display: inline;
}

.custom-checkbox input[type="checkbox"]:checked + label {
  cursor: no-drop;
}

.custom-checkbox input[type="checkbox"]:checked + label span.button {
  background-color: #FFF;
  cursor: no-drop;
  opacity: 0.8;
}

#content-contact label {
  padding: 20px;
}

/* fine CSS form contatti */

.hero-images-grid img {
  margin-top: 8px;
}

.case-study {
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.case-study h1 {
  font-size: 32px;
  margin-bottom: 10px;
}
.case-study h2 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.case-study p {
  font-size: 16px;
  line-height: 1.6;
}
.case-study .logo {
  margin: 30px 0;
  text-align: center;
}
.case-study .logo img {
  max-width: 180px;
}
.highlights {
  border: 1px solid #FFF;
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}
.highlight {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .case-study {
    padding: 30px 20px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 3%;
}

.fullscreen-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  cursor: default;
}

.logo-small {
  max-width: 30px;
}

.centered-title {
  margin: 0 auto;
  text-align: center;
  width: 230px;
  font-size: 30px;
  color: #FFF;
  line-height: 30px;
  font-weight: bold;
}

.logo-tiny {
  max-width: 22px;
  float: left;
}

.hero-title-inline {
  line-height: 36px;
}

.centered-title-wide {
  margin: 0 auto;
  text-align: center;
  width: 280px;
  font-size: 30px;
  color: #FFF;
  line-height: 30px;
  font-weight: bold;
}

.logo-medium {
  max-width: 26px;
  float: left;
  margin-top: 8px;
}

.review-centered {
  text-align: center !important;
  padding: 60px !important;
}

.section-padding-bottom {
  padding-bottom: 160px;
}

.footer-legal {
  border-top: 1px solid #ffffff26;
  padding: 10px 0;
  color: #ffffff26;
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  line-height: 12px;
  flex-wrap: wrap;
  padding: 0 20px;
}

.footer-policy-link {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff26;
}

.heading-wrapper-wide {
  width: 85%;
  margin: 30px auto;
}

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

.centered-title-narrow {
  margin: 0 auto;
  text-align: center;
  width: 180px;
  font-size: 30px;
  color: #FFF;
  line-height: 30px;
  font-weight: bold;
}

.logo-left {
  max-width: 22px;
  float: left;
}

.text-small {
  font-size: 12px;
}

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

.no-padding {
  padding: 0;
}

.container-div-fade {
  padding: 0 20px;
}
