@font-face {
  font-family: Inter;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  color: #252b37;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  letter-spacing: -1.44px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  letter-spacing: -.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

p {
  color: #717680;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

a {
  color: #252b37;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

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

.container.for-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 55%;
}

.container.for-hero.pricing {
  max-width: 55%;
}

.container.for-hero.etp {
  max-width: 75%;
}

.container.for-hero.content-feature-v2 {
  max-width: 95%;
}

.container.for-trusted-by {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 965px;
  padding: 24px 0;
  overflow: visible;
}

.container.for-trusted-by.second {
  background-color: #fff0;
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}

.container.in-create {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.container.for-the-faq {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container.in-the-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 24px;
  padding-top: 76px;
  padding-bottom: 75px;
  overflow: hidden;
}

.container.in-the-cta.v2.action-v2 {
  background-color: #2d1ce700;
  background-image: linear-gradient(90deg, #0400ffab, #8886ffc9);
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container.in-the-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container.socials-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 24px;
}

.container.for-the-legal-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 900px;
}

.container.for-the-legal-pages.smaller-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container.for-hero-languages {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 960px;
}

.container.all-languages-wrapper, .container.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.container.how-it-works-affiliate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  margin-top: 100px;
}

.container.for-the-calc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container.for-hero-affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 700px;
}

.container.in-hero-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container.in-all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container.in-blog-template {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container.in-2-min-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container.arcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container.acards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-left: 100px;
  padding-right: 100px;
}

.container.why {
  padding-bottom: 0;
}

.container.trial {
  flex-flow: row;
}

.container.prd-scale-ads {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container.prd-scale-ads--tag, .container.prd-scale-ads--tag-feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.hide {
  display: none;
}

.par._18 {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.par._18.white {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.par._18.white.align-left {
  text-align: center;
}

.par._18.white.align-left.v2 {
  color: #ffffffb3;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.par._18.white.align-left.v2.etp {
  color: #ffffff78;
  font-weight: 300;
}

.par._18.arcards {
  margin-top: 20px;
  font-size: 16px;
}

.par._18.overall-acards {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.par._18.overall-acards.prefer {
  color: #000;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 400;
}

.par._18.v2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.par._18.v2.feature {
  color: #337aff;
  background-color: #337aff26;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.par._18.v2-1 {
  color: #337aff;
  background-color: #337aff12;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
}

.par._20 {
  font-size: 20px;
  line-height: 150%;
}

.par._20._252b37 {
  color: #5c5c69;
  -webkit-text-stroke-color: #5c5c69a1;
  font-size: 18px;
  font-weight: 400;
}

.par._20._252b37.banger {
  margin-top: 10px;
}

.par._414651 {
  color: #414651;
}

.par._535862 {
  color: #535862;
}

.par._0a0d12 {
  color: #0a0d12;
}

.par._555 {
  color: #555;
}

.par._717680 {
  color: #717680;
}

.par._717680.pro-pricing {
  color: #d5d7da;
}

.par._717680.v2 {
  min-height: 0;
  font-size: 14px;
  font-weight: 500;
}

.par._717680.v2.pricing {
  font-weight: 400;
}

.par._14 {
  letter-spacing: -.084px;
  letter-spacing: -.084px;
  flex: none;
  font-size: 14px;
  line-height: 142.857%;
}

.par._535862-copy {
  color: #535862;
}

.par._18 {
  font-size: 18px;
  line-height: 155%;
}

.par.prd-clone-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.par.prd-clone-sub.white {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.par.prd-clone-sub.white.align-left {
  text-align: center;
}

.par.prd-clone-sub.white.align-left.v2 {
  color: #ffffffb3;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.par.prd-clone-sub.white.align-left.v2.etp {
  color: #ffffff78;
  font-weight: 300;
}

.par.prd-clone-sub.arcards {
  margin-top: 20px;
  font-size: 16px;
}

.par.prd-clone-sub.overall-acards {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.par.prd-clone-sub.overall-acards.prefer {
  color: #000;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 400;
}

.par.prd-clone-sub.v2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.par.prd-clone-sub.v2.feature {
  color: #337aff;
  background-color: #337aff26;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.par.prd-clone-sub.v2-1 {
  color: #337aff;
  background-color: #337aff12;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
}

.par.prd-result-sub {
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.par.prd-result-sub.white {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.par.prd-result-sub.white.align-left {
  text-align: center;
}

.par.prd-result-sub.white.align-left.v2 {
  color: #ffffffb3;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  font-size: 14px;
  display: flex;
}

.par.prd-result-sub.white.align-left.v2.etp {
  color: #ffffff78;
  font-weight: 300;
}

.par.prd-result-sub.arcards {
  margin-top: 20px;
  font-size: 16px;
}

.par.prd-result-sub.overall-acards {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.par.prd-result-sub.overall-acards.prefer {
  color: #000;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 400;
}

.par.prd-result-sub.v2 {
  margin-bottom: 20px;
  font-weight: 400;
}

.par.prd-result-sub.v2.feature {
  color: #337aff;
  background-color: #337aff26;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 600;
}

.par.prd-result-sub.v2-1 {
  color: #337aff;
  background-color: #337aff12;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
}

.main {
  object-fit: fill;
  width: 100%;
  font-weight: 400;
  overflow: clip;
}

.section {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 500;
}

.section.hero {
  background-image: none;
  padding-top: 48px;
  padding-bottom: 25px;
}

.section.hero.v2 {
  padding-bottom: 0;
}

.section.trusted-by {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff 100%, #e6f2ff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section.fafafa {
  background-color: #fafafa;
  display: none;
}

.section.cta {
  padding-bottom: 180px;
}

.section.cta.action-v2 {
  background-color: #0000;
  background-image: none;
  border-radius: 36px;
  padding: 40px 60px;
}

.section.for-the-team-special {
  padding-bottom: 128px;
}

.section.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.special-pricing:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.special-pricing:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .section.special-pricing:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .section.special-pricing:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .section.special-pricing:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .section.special-pricing.in-the-pricing-page, .section.special-pricing.in-the-pricing-page-617 {
  padding-top: 39px;
}

.section.special-pricing._50-off {
  padding-top: 0;
}

.section.for-the-legal-pages-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.hero-with-bg {
  padding-top: 48px;
  padding-bottom: 128px;
}

.section.hero-with-bg.v2 {
  padding-bottom: 40px;
}

.section.calculator {
  padding-top: 0;
}

.section.in-hero-blog {
  padding-top: 20px;
  padding-bottom: 32px;
}

.section.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-template {
  padding-top: 70px;
  padding-bottom: 0;
}

.section.new-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.is-ctas {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.brand-directory {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.is-founder-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.is-reviews {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.is-compare {
  padding-top: 0;
  padding-bottom: 64px;
}

.section.is-features {
  padding-top: 0;
}

.section.is-brands {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.is-videos {
  padding-top: 64px;
}

.section.session_score {
  background-image: linear-gradient(90deg, #b2d7ff, #ebe8fc);
  padding-top: 64px;
  padding-bottom: 64px;
}

.section.v2, .section.v2-copy {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-bottom: 60px;
}

.section.cta-copy {
  padding-bottom: 180px;
}

.section.product-header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.prd-scale-ads {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.prd-scale-ads:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.prd-scale-ads:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.prd-scale-ads.in-the-pricing-page {
  padding-top: 39px;
}

.section.prd-scale-ads-tag {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.prd-scale-ads-tag:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.prd-scale-ads-tag:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.prd-scale-ads-tag.in-the-pricing-page {
  padding-top: 39px;
}

.section.prd-clone {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-bottom: 60px;
}

.section.prd-scale-ads-tag-feature {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.prd-scale-ads-tag-feature:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.prd-scale-ads-tag-feature:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.prd-scale-ads-tag-feature.in-the-pricing-page {
  padding-top: 39px;
}

.section.prd-in-use {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-bottom: 60px;
}

.section.special-pricing-copy {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.special-pricing-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.special-pricing-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.special-pricing-copy.in-the-pricing-page {
  padding-top: 39px;
}

.section.special-pricing {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.special-pricing.trial-1-annual {
  padding-top: 0;
}

.h1 {
  font-family: Inter, Arial, sans-serif;
  font-size: 72px;
  font-weight: 600;
}

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

.h1.in-blog {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 120%;
}

.h1.v2 {
  letter-spacing: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.h1.etp {
  font-size: 68px;
}

.wrapper-hero-par {
  max-width: 60%;
  margin-top: 4px;
  margin-bottom: 28px;
}

.wrapper-hero-par._50-off {
  margin-bottom: 4px;
}

.two-buttons-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.button.transparent.white-text {
  color: #fff;
}

.button.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.button.in-the-navbar {
  pointer-events: auto;
  padding: 8px 12px;
  transition: none;
}

.button.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button.in-the-navbar.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.button.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button.in-the-pricing.is-faq {
  width: auto;
}

.button.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button.in-the-faq.v2 {
  border-radius: 15px;
  min-height: 56px;
}

.button.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.button.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

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

.button.v2 {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
}

.button.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.button.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.button.in-the-navbar-copy {
  pointer-events: auto;
  padding: 8px 12px;
  transition: none;
}

.button.in-the-navbar-copy.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button.in-the-navbar-copy.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.button.in-the-navbar-login {
  pointer-events: auto;
  background-color: #f5f5f5;
  padding: 8px 12px;
  transition: none;
}

.button.in-the-navbar-login.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button.in-the-navbar-login.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.image-button-second {
  flex: none;
  width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all .7s;
  position: relative;
}

.image-button-second.hovered {
  width: 0;
  margin-left: 0;
  left: auto;
  transform: translate(-75px);
}

.image-button-second.lighter-color {
  color: #414651;
}

.image-button-second.smaller {
  width: 16px;
  max-width: 16px;
  height: 16px;
}

.image-button-second.smaller.hovered {
  width: 0;
  max-width: 0;
  transform: none;
}

.text-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button.smaller-nav {
  font-size: 12px;
  font-weight: 600;
  line-height: 142%;
}

.text-button.is-bigger {
  font-size: 1.375rem;
}

.text-button.v2.aff {
  color: #fbfcff;
}

.text-button.smaller-nav-copy {
  color: #0a0d12;
  font-size: 12px;
  font-weight: 600;
  line-height: 142%;
}

.image-button-first {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all .7s;
  display: flex;
  position: relative;
}

.image-button-first.hovered {
  width: 0;
  margin-bottom: 60px;
  transform: translate(75px);
}

.image-button-first.lighter-color {
  color: #414651;
}

.image-button-first.smaller {
  width: 16px;
  max-width: 16px;
  height: 16px;
  transition: none;
}

.image-button-first.smaller.hovered {
  width: 0;
  max-width: 0;
}

.image-button-first.v2 {
  color: #fbfcff;
}

.hero-first-part {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.box-hero-first-part {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-image: linear-gradient(90deg, #2e90fa33, #c7bbfd33);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 28px;
  padding: 2px 8px;
  display: flex;
}

.text-box-hero-first-part {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa, #c7bbfd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.image-box-hero-first-part {
  flex: none;
  width: 18px;
}

.looping-hero-images_all {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.looping-hero-images_all.hide {
  display: none;
}

.looping_hero-part {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image_hero-loop {
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  flex: none;
  width: auto;
  max-width: none;
  height: auto;
  display: block;
  overflow: hidden;
}

.while-workinggg {
  height: 500px;
}

.logos_all {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wrapper_par_before_logos {
  padding-left: 16px;
  padding-right: 16px;
}

.logos_part {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_image {
  flex: none;
  width: auto;
  height: 50px;
}

.logo_image.smaller, .logo_image.bit-smaller {
  height: 35px;
}

.logo_image.bg-color {
  background-color: #000;
}

.divider_between_logos {
  background-color: #d5d7da;
  flex: none;
  width: 1.73px;
  height: 48.36px;
}

.background_layer_behind_logos {
  z-index: -5;
  filter: blur(170px);
  width: 1046px;
  max-width: none;
  height: 446px;
  position: absolute;
  inset: -76px auto auto;
}

.default_heading_and_subheading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.default_heading_and_subheading.max-760.with-margins {
  max-width: 792px;
  padding-left: 16px;
  padding-right: 16px;
}

.default_heading_and_subheading.max-760.with-margins.different {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 752px;
  position: relative;
}

.default_heading_and_subheading.max-760.arcard_heading {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.default_heading_and_subheading.max-760.arcards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.default_heading_and_subheading.max-760.acards {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.default_heading_and_subheading.max-760.acards.summary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

.default_heading_and_subheading.max-760.v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.default_heading_and_subheading.max-760.v2.hiw {
  max-width: 90%;
}

.default_heading_and_subheading.max-760.v2.trial {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.default_heading_and_subheading.max-760.v2.prd-clone-heading {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.default_heading_and_subheading.max-760.v2.prd-use-heading {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  max-width: 900px;
}

.default_heading_and_subheading.max-760 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: center;
  max-width: 760px;
}

.default_heading_and_subheading.max-760.v2.home {
  max-width: 100%;
  margin-bottom: 40px;
}

.default_heading_and_subheading.max-760.v2.home.trial {
  justify-content: flex-start;
  align-items: center;
}

.h2 {
  font-size: 68px;
}

.h2.darker {
  color: #0a0a0a;
}

.h2.white {
  color: #fff;
}

.h2.white.align-left {
  text-align: center;
}

.h2.white.align-left.v2 {
  font-weight: 500;
}

.h2.white.align-left.v2.action-v2 {
  text-align: left;
  font-size: 56px;
}

.h2.for-the-calc {
  color: #1a1a20;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.h2.different-smaller {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.h2.is-small {
  font-size: 2.25rem;
  font-weight: 600;
}

.h2.acards {
  text-align: left;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
}

.h2.v2.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.v2.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2.v2.etp.prd-cre {
  font-weight: 600;
}

.h2.v2.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.prd-clone {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.h2.prd-clone.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.prd-clone.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2.prd-clone.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.prd-result {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.h2.prd-result.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.prd-result.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2.prd-result.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.prd-in-use {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.h2.prd-in-use.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.prd-in-use.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2.prd-in-use.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2.papi-save-upto-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.cards-create {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.card_create {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #2e90fa29;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 388px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.first-part-card_create {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image_icon_card_create {
  flex: none;
  width: 32px;
}

.heading_card_create {
  color: #0a0d12;
}

.span_blue {
  color: #2e90fa;
}

.card_create_background_image {
  z-index: -1;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.card_create_background_image.mobile-only {
  display: none;
}

.card-you-can-make {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 2px solid #2e90fa29;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.icon-card-make {
  flex: none;
  width: 34px;
}

.heading-make-card {
  color: #0a0d12;
  letter-spacing: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.read-more {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-read-more {
  color: #2e90fa;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.arrow-read-more {
  flex: none;
  width: 16px;
}

.custom-css {
  display: none;
}

.avatar_1 {
  width: 100%;
}

.avatar_2 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.item-avatar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0a0d12;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 137px;
  display: flex;
}

.text-slide-avatar {
  font-size: 18px;
  font-weight: 600;
  line-height: 155.5%;
}

.image-slide-avatar {
  aspect-ratio: 10 / 13;
  object-position: 50% 0%;
  border-radius: 20px;
  height: auto;
}

.image-slide-avatar.center-align {
  object-position: 50% 50%;
}

.avatar_arrows {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar_arrows.only-widepc {
  display: none;
}

.arrow_avatar {
  color: #414651;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.avatar_arrow_actual {
  justify-content: center;
  align-items: center;
  width: 17px;
  display: flex;
}

.video_features_wrapper {
  grid-column-gap: 31.93px;
  grid-row-gap: 31.93px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.video_features {
  aspect-ratio: 1152 / 648;
  height: auto;
}

.features_all_wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.feature_part {
  grid-column-gap: 91px;
  grid-row-gap: 91px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-heading {
  color: #0a0d12;
  font-family: Inter, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 122%;
}

.feature-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 626px;
}

.swiper.avatar_1 {
  margin-top: 220px;
}

.swiper.cases-1 {
  display: none;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.swiper-wrapper.avatar_2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.swiper-wrapper.cases-2 {
  padding-right: 0;
}

.swiper-slide.item-avatar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  transform-origin: 50% 100%;
  cursor: grab;
  width: 100%;
  transition: all .6s;
}

.swiper-slide.item-avatar.swiper-slide-active {
  transform-origin: 50% 100%;
  color: #2e90fa;
  transform: scale(2);
}

.swiper-slide.item-avatar.swiper-slide-prev {
  transform-origin: 90% 100%;
  transform: scale(1.6);
}

.swiper-slide.item-avatar.swiper-slide-next {
  transform-origin: 10% 100%;
  transform: scale(1.6);
}

.swiper-slide.case-box {
  cursor: grab;
  cursor: grab;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide.case-box.swiper-slide-copy {
  height: 100%;
}

.swiper-slide.case-box.swiper-slide-copy.swiper-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.swiper-slide.prd-result {
  flex-flow: column;
  width: 260px;
  height: 477px;
  display: flex;
}

.nav_menu {
  pointer-events: auto;
}

.nav-link {
  color: #0a0d12;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 142%;
  transition: all .4s;
}

.nav-link:hover {
  transform: translate(-3px, -3px);
}

.nav-link.w--current {
  color: #0a0d12;
  border-bottom: 1px #1f5eff;
  padding-left: 11px;
  padding-right: 11px;
  font-weight: 500;
  text-decoration: none;
}

.navbar {
  z-index: 99;
  pointer-events: none;
  view-transition-name: navbar;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
  position: relative;
  inset: 1rem 0% auto;
}

.brand-logo {
  pointer-events: auto;
  max-width: 127px;
}

.brand-logo.w--current {
  pointer-events: auto;
}

.nav_menu_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: auto;
  background-color: #fdfdfd;
  border: 1px solid #e9eaeb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  display: flex;
}

.divider-nav {
  background-color: #e9eaeb;
  width: 2px;
  height: 24px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-link-special {
  color: #0a0d12;
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-right: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
  transition: all .4s;
}

.nav-link-special:hover {
  transform: translate(-3px, -3px);
}

.nav-link-special.w--current {
  color: #1f5eff;
  border-bottom: 1px solid #1f5eff;
  font-weight: 500;
}

.all_customers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.customers-column.mobile-only {
  display: none;
}

.customer-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdfdfd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 32px #0a0d120f;
}

.customer-box.is-toolkit {
  background-image: linear-gradient(#fff, #ddc4ec33);
}

.first-part-customer-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.first-part-customer-box.different {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.stars-customer-box {
  max-width: 121px;
}

.under-par-customer-box {
  color: #535862cc;
  line-height: 142%;
}

.image-customer-box {
  aspect-ratio: 1;
  border-radius: 100%;
  width: 48px;
}

.image-customer-box.bigger {
  width: 100px;
}

.name-customer-box {
  color: #0a0d12;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.absolute_overlay {
  z-index: 2;
  background-image: linear-gradient(#fafafa00, #fafafa);
  justify-content: center;
  align-items: flex-end;
  height: 284px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.absolute_overlay.for-now {
  display: none;
}

.top-part-cases {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.top-part-cases.v2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

.cases-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 28px;
  display: flex;
}

.cases-heading_wrapper {
  max-width: 603px;
}

.cases-heading_wrapper.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.arrow_cases {
  color: #a4a7ae;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cases-2 {
  width: 100%;
  display: flex;
}

.case-box {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  background-color: #f5f5f599;
  background-image: linear-gradient(#fff0, #5b66ee0a);
  border-radius: 24px;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-side_cases {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 628px;
  margin: 60px 40px;
  display: flex;
}

.top-part-left-cases {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-cases {
  border-radius: 0%;
  flex: none;
  max-width: 48px;
}

.name-wrapper-top-part-left-cases {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.name-top-part-left-cases {
  color: #181d27;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.info-name-top-part-left-cases {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-actual-top-part-left-cases {
  color: #535862;
  line-height: 157%;
}

.logo-top-part-left-cases {
  width: auto;
  height: 22px;
}

.bottom-part-cases {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 85px;
  display: flex;
}

.text-bottom-part-cases {
  color: #717680;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.boxes-bottom-part-cases {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.box-bottom-part-cases {
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  padding: 20px;
}

.heading-cases {
  color: #0a0d12;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 126%;
}

.text-and-image-bottom-cases {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-bottom-cases {
  flex: none;
  width: 18px;
}

.right_side_cases {
  flex: 1;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  margin-top: 60px;
  display: flex;
}

.pagination-cases {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-pagination-bullet {
  background-color: #e9eaeb;
  border-radius: 12.77px;
  width: 12px;
  height: 6.38px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2e90fa;
  width: 24px;
}

.tabs-menu-p {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border: .1px solid #9c9cac1f;
  border-radius: 12px;
  order: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 230px;
  min-height: 60px;
  padding: 6px;
  display: flex;
}

.tabs-menu-p.in-the-pricing-page-9.capi {
  max-width: 130px;
}

.background_color_tabber {
  z-index: 0;
  background-color: #2e90fa;
  border-radius: 8px;
  width: 48%;
  position: absolute;
  inset: 6px auto 6px 6px;
}

.background_color_tabber:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .background_color_tabber.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
}

.text-tab-link-p {
  z-index: 1;
  letter-spacing: 0;
  font-size: 14px;
  position: relative;
}

.text-tab-link-p.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #1a1a20;
  font-weight: 500;
}

.image-save-50 {
  z-index: 1;
  width: 68px;
  position: relative;
}

.tab-pane-wrapper-p {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tab-pane-wrapper-p.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .tab-pane-wrapper-p.v2, .tab-pane-wrapper-p.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .tab-pane-wrapper-p.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .tab-pane-wrapper-p.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .tab-pane-wrapper-p.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .tab-pane-wrapper-p.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .tab-pane-wrapper-p.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .tab-pane-wrapper-p.v2.in-the-pricing-page-15, .tab-pane-wrapper-p.v2.in-the-pricing-page-276, .tab-pane-wrapper-p.v2.in-the-pricing-page-631, .tab-pane-wrapper-p.v2.in-the-pricing-page-906, .tab-pane-wrapper-p.v2, .tab-pane-wrapper-p.v2, .tab-pane-wrapper-p.v2.in-the-pricing-page-276 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.tab-link-p {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1f1f1f;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
  line-height: 125%;
  display: flex;
  position: static;
}

.tab-link-p.w--current {
  color: #1f1f1f;
  background-color: #0000;
  font-weight: 500;
}

.tab-pane-p {
  width: 100%;
}

.tabs-content-p {
  width: 100%;
  margin-top: 36px;
  overflow: visible;
}

.tabs-p {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.tabs-p.v2 {
  border: 0 solid #9c9cac1f;
}

.pricing-card {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 16px #0000000a;
}

.pricing-card.pro {
  box-shadow: none;
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.pricing-card.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  border-radius: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.pricing-card.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .pricing-card.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .pricing-card.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .pricing-card.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .pricing-card.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .pricing-card.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .pricing-card.v2.blackfriday.in-the-pricing-page-277, .pricing-card.v2.blackfriday.in-the-pricing-page-322, .pricing-card.v2.blackfriday.in-the-pricing-page-907, .pricing-card.v2.blackfriday.in-the-pricing-page-952 {
  border-radius: 0;
}

.pricing-card.v2.trial {
  border-width: 0;
  border-radius: 10px;
}

.pricing-card.v2.trial.only-one {
  max-width: 500px;
}

.pricing-card.v2.in-the-pricing-page-16, .pricing-card.v2.in-the-pricing-page-91, .pricing-card.v2.in-the-pricing-page-160, .pricing-card.v2.in-the-pricing-page-233, .pricing-card.v2.in-the-pricing-page-368, .pricing-card.v2.in-the-pricing-page-429, .pricing-card.v2.in-the-pricing-page-490, .pricing-card.v2.in-the-pricing-page-555, .pricing-card.v2.in-the-pricing-page-632, .pricing-card.v2.in-the-pricing-page-708, .pricing-card.v2.in-the-pricing-page-783, .pricing-card.v2.in-the-pricing-page-862, .pricing-card.v2.in-the-pricing-page-998, .pricing-card.v2.in-the-pricing-page-1059, .pricing-card.v2.in-the-pricing-page-1120, .pricing-card.v2.in-the-pricing-page-1185 {
  border-radius: 0;
}

.pricing-card.v2 {
  background-color: #fff0;
  border-width: .1px;
  border-radius: 0;
  align-items: flex-start;
  padding: 16px;
}

.pricing-card.v2.in-the-pricing-page-555 {
  border-radius: 0;
}

.heading-pricing-card {
  color: #2e90fa;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.heading-pricing-card.pro {
  color: #fff;
}

.heading-pricing-card.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .heading-pricing-card.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .heading-pricing-card.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .heading-pricing-card.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .heading-pricing-card.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .heading-pricing-card.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .heading-pricing-card.v2.in-the-pricing-page-601, .heading-pricing-card.v2.in-the-pricing-page-1231 {
  color: #000;
  font-weight: 600;
}

.heading-pricing-card.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #000;
  line-height: 100%;
  display: block;
}

.heading-pricing-card.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  color: #000;
}

.heading-pricing-card.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .heading-pricing-card.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .heading-pricing-card.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .heading-pricing-card.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  color: #000;
  line-height: 100%;
  display: block;
}

.heading-pricing-card.v2.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .heading-pricing-card.v2.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .heading-pricing-card.v2.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .heading-pricing-card.v2.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .heading-pricing-card.v2.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .heading-pricing-card.v2.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  color: #fff;
  background-color: #9c9cac26;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.heading-pricing-card.v2.blackfriday.in-the-pricing-page-282, .heading-pricing-card.v2.blackfriday.in-the-pricing-page-327, .heading-pricing-card.v2.blackfriday.in-the-pricing-page-912, .heading-pricing-card.v2.blackfriday.in-the-pricing-page-957 {
  color: #fff;
  background-color: #9c9cac26;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 100%;
  display: block;
}

.heading-pricing-card.v2.trial.in-the-pricing-page-19, .heading-pricing-card.v2.trial.in-the-pricing-page-635, .heading-pricing-card.v2.in-the-pricing-page-22, .heading-pricing-card.v2.in-the-pricing-page-94, .heading-pricing-card.v2.in-the-pricing-page-163, .heading-pricing-card.v2.in-the-pricing-page-371, .heading-pricing-card.v2.in-the-pricing-page-432, .heading-pricing-card.v2.in-the-pricing-page-493, .heading-pricing-card.v2.in-the-pricing-page-638, .heading-pricing-card.v2.in-the-pricing-page-711, .heading-pricing-card.v2.in-the-pricing-page-786, .heading-pricing-card.v2.in-the-pricing-page-1001, .heading-pricing-card.v2.in-the-pricing-page-1062, .heading-pricing-card.v2.in-the-pricing-page-1123 {
  color: #000;
  line-height: 100%;
  display: block;
}

.heading-pricing-card.v2.blackfriday {
  color: #fff;
}

.heading-pricing-card.v2 {
  color: #000;
  flex: 0 auto;
  align-self: center;
  font-size: 16px;
}

.heading-pricing-card.v2.trial {
  align-self: center;
}

.heading-pricing-card.v2.trial.in-the-pricing-page-19, .heading-pricing-card.v2.in-the-pricing-page-493 {
  color: #000;
  line-height: 100%;
  display: block;
}

.actual_pricing_wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.actual_pricing_wrapper.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  justify-content: flex-start;
  align-items: center;
}

.actual_pricing_wrapper.v2.blackfriday, .actual_pricing_wrapper.v2.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual_pricing_wrapper.v2.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual_pricing_wrapper.v2.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual_pricing_wrapper.v2.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual_pricing_wrapper.v2.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual_pricing_wrapper.v2.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .actual_pricing_wrapper.v2.blackfriday.in-the-pricing-page-283, .actual_pricing_wrapper.v2.blackfriday.in-the-pricing-page-329, .actual_pricing_wrapper.v2.blackfriday.in-the-pricing-page-913, .actual_pricing_wrapper.v2.blackfriday.in-the-pricing-page-959 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.actual_pricing_wrapper.v2-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.actual_pricing_wrapper.v2-copy.blackfriday, .actual_pricing_wrapper.v2-copy.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual_pricing_wrapper.v2-copy.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual_pricing_wrapper.v2-copy.blackfriday.in-the-pricing-page-283, .actual_pricing_wrapper.v2-copy.blackfriday.in-the-pricing-page-329 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.actual_pricing_wrapper.v2.blackfriday {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.actual_pricing_wrapper.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.actual-pricing {
  letter-spacing: -.96px;
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
}

.actual-pricing.pro-numbers {
  color: #fdfdfd;
}

.actual-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #000;
  font-weight: 500;
}

.actual-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  font-weight: 600;
}

.actual-pricing.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing.v2.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing.v2.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2.blackfriday.real-price:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2.blackfriday.real-price:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2.blackfriday.real-price:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2.blackfriday.real-price:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing.v2.blackfriday.real-price:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing.v2.blackfriday.real-price:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-916, .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-961 {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.actual-pricing.v2.blackfriday.in-the-pricing-page-284, .actual-pricing.v2.blackfriday.in-the-pricing-page-330, .actual-pricing.v2.blackfriday.in-the-pricing-page-914, .actual-pricing.v2.blackfriday.in-the-pricing-page-960 {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2.in-the-pricing-page-24, .actual-pricing.v2.in-the-pricing-page-96, .actual-pricing.v2.in-the-pricing-page-166, .actual-pricing.v2.in-the-pricing-page-373, .actual-pricing.v2.in-the-pricing-page-434, .actual-pricing.v2.in-the-pricing-page-496, .actual-pricing.v2.in-the-pricing-page-562, .actual-pricing.v2.in-the-pricing-page-640, .actual-pricing.v2.in-the-pricing-page-714, .actual-pricing.v2.in-the-pricing-page-790, .actual-pricing.v2.in-the-pricing-page-1003, .actual-pricing.v2.in-the-pricing-page-1064, .actual-pricing.v2.in-the-pricing-page-1126, .actual-pricing.v2.in-the-pricing-page-1192 {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2-copy.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-331 {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.actual-pricing.v2-copy.blackfriday.in-the-pricing-page-284, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-330 {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.in-the-pricing-page-24, .actual-pricing.v2-copy.in-the-pricing-page-96, .actual-pricing.v2-copy.in-the-pricing-page-166, .actual-pricing.v2-copy.in-the-pricing-page-373, .actual-pricing.v2-copy.in-the-pricing-page-434, .actual-pricing.v2-copy.in-the-pricing-page-496, .actual-pricing.v2-copy.in-the-pricing-page-562 {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2-copy {
  color: #9e9ead;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-331 {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.actual-pricing.v2-copy.blackfriday.in-the-pricing-page-284, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-330 {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.in-the-pricing-page-24, .actual-pricing.v2-copy.in-the-pricing-page-96, .actual-pricing.v2-copy.in-the-pricing-page-166, .actual-pricing.v2-copy.in-the-pricing-page-373, .actual-pricing.v2-copy.in-the-pricing-page-434, .actual-pricing.v2-copy.in-the-pricing-page-496, .actual-pricing.v2-copy.in-the-pricing-page-562 {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.trial-pricing {
  font-size: 40px;
}

.actual-pricing.trial-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.trial-pricing:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  font-weight: 600;
}

.actual-pricing.trial-pricing.blackfriday {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.actual-pricing.trial-pricing.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.trial-pricing.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.trial-pricing.blackfriday.real-price {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  text-decoration: none;
}

.actual-pricing.trial-pricing.blackfriday.real-price:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.trial-pricing.blackfriday.real-price:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.trial-pricing.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.trial-pricing.blackfriday.real-price.in-the-pricing-page-331 {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.actual-pricing.trial-pricing.blackfriday.in-the-pricing-page-284, .actual-pricing.trial-pricing.blackfriday.in-the-pricing-page-330 {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.trial-pricing.in-the-pricing-page-24, .actual-pricing.trial-pricing.in-the-pricing-page-96, .actual-pricing.trial-pricing.in-the-pricing-page-166, .actual-pricing.trial-pricing.in-the-pricing-page-373, .actual-pricing.trial-pricing.in-the-pricing-page-434, .actual-pricing.trial-pricing.in-the-pricing-page-496, .actual-pricing.trial-pricing.in-the-pricing-page-562 {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  font-weight: 600;
}

.actual-pricing.v2-copy:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2-copy:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab) {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2-copy.blackfriday {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506) {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.blackfriday.real-price {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  text-decoration: none;
}

.actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy.blackfriday.real-price:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-916, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-961 {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.actual-pricing.v2-copy.blackfriday.in-the-pricing-page-284, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-330, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-914, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-960 {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing.v2-copy.in-the-pricing-page-24, .actual-pricing.v2-copy.in-the-pricing-page-96, .actual-pricing.v2-copy.in-the-pricing-page-166, .actual-pricing.v2-copy.in-the-pricing-page-373, .actual-pricing.v2-copy.in-the-pricing-page-434, .actual-pricing.v2-copy.in-the-pricing-page-496, .actual-pricing.v2-copy.in-the-pricing-page-562, .actual-pricing.v2-copy.in-the-pricing-page-640, .actual-pricing.v2-copy.in-the-pricing-page-714, .actual-pricing.v2-copy.in-the-pricing-page-790, .actual-pricing.v2-copy.in-the-pricing-page-1003, .actual-pricing.v2-copy.in-the-pricing-page-1064, .actual-pricing.v2-copy.in-the-pricing-page-1126, .actual-pricing.v2-copy.in-the-pricing-page-1192 {
  font-size: 35px;
  font-weight: 600;
}

.actual-pricing.v2-copy, .actual-pricing.v2 {
  font-size: 40px;
}

.actual-pricing.v2.blackfriday {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.actual-pricing.v2.blackfriday.real-price {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  text-decoration: none;
}

.actual-pricing.v2 {
  font-size: 40px;
}

.actual-pricing.v2.in-the-pricing-page-562 {
  font-size: 35px;
  font-weight: 600;
}

.small-text-after-pricng-trial {
  color: #717680;
  font-size: 20px;
  line-height: 150%;
  position: relative;
  top: -7px;
}

.small-text-after-pricng-trial.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  padding-left: 10px;
}

.small-text-after-pricng-trial.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .small-text-after-pricng-trial.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .small-text-after-pricng-trial.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .small-text-after-pricng-trial.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .small-text-after-pricng-trial.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .small-text-after-pricng-trial.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .small-text-after-pricng-trial.v2.blackfriday.in-the-pricing-page-285, .small-text-after-pricng-trial.v2.blackfriday.in-the-pricing-page-915, .small-text-after-pricng-trial.v2.in-the-pricing-page-25, .small-text-after-pricng-trial.v2.in-the-pricing-page-97, .small-text-after-pricng-trial.v2.in-the-pricing-page-167, .small-text-after-pricng-trial.v2.in-the-pricing-page-240, .small-text-after-pricng-trial.v2.in-the-pricing-page-332, .small-text-after-pricng-trial.v2.in-the-pricing-page-374, .small-text-after-pricng-trial.v2.in-the-pricing-page-435, .small-text-after-pricng-trial.v2.in-the-pricing-page-497, .small-text-after-pricng-trial.v2.in-the-pricing-page-561, .small-text-after-pricng-trial.v2.in-the-pricing-page-641, .small-text-after-pricng-trial.v2.in-the-pricing-page-715, .small-text-after-pricng-trial.v2.in-the-pricing-page-791, .small-text-after-pricng-trial.v2.in-the-pricing-page-870, .small-text-after-pricng-trial.v2.in-the-pricing-page-962, .small-text-after-pricng-trial.v2.in-the-pricing-page-1004, .small-text-after-pricng-trial.v2.in-the-pricing-page-1065, .small-text-after-pricng-trial.v2.in-the-pricing-page-1127, .small-text-after-pricng-trial.v2.in-the-pricing-page-1191 {
  align-self: auto;
}

.small-text-after-pricng-trial.v2-copy {
  font-size: 14px;
  top: auto;
}

.small-text-after-pricng-trial.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .small-text-after-pricng-trial.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .small-text-after-pricng-trial.v2-copy.blackfriday.in-the-pricing-page-285, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-25, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-97, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-167, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-240, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-332, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-374, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-435, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-497, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-561 {
  align-self: auto;
}

.small-text-after-pricng-trial.v2 {
  font-size: 14px;
  top: auto;
}

.small-text-after-pricng-trial.v2.in-the-pricing-page-561 {
  align-self: auto;
}

.text-under-button-pricing {
  color: #717680;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 142%;
}

.text-under-button-pricing.white {
  color: #d5d7da;
}

.divider-pricing-card {
  background-color: #ededed;
  width: 100%;
  height: 1px;
}

.divider-pricing-card.for-the-pro-divider {
  background-color: #ffffff1f;
}

.all-checkboxes-pricing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.checkbox-pricing {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .checkbox-pricing:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .checkbox-pricing:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .checkbox-pricing:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .checkbox-pricing:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  flex-flow: row;
}

.checkbox-pricing.for-enter-price {
  flex: none;
  width: auto;
}

.checkbox-pricing.for-enter-price.in-the-pricing-page-604, .checkbox-pricing.for-enter-price.in-the-pricing-page-607, .checkbox-pricing.for-enter-price.in-the-pricing-page-610, .checkbox-pricing.for-enter-price.in-the-pricing-page-1234, .checkbox-pricing.for-enter-price.in-the-pricing-page-1237, .checkbox-pricing.for-enter-price.in-the-pricing-page-1240, .checkbox-pricing.in-the-pricing-page-30, .checkbox-pricing.in-the-pricing-page-38, .checkbox-pricing.in-the-pricing-page-41, .checkbox-pricing.in-the-pricing-page-44, .checkbox-pricing.in-the-pricing-page-47, .checkbox-pricing.in-the-pricing-page-50, .checkbox-pricing.in-the-pricing-page-53, .checkbox-pricing.in-the-pricing-page-56, .checkbox-pricing.in-the-pricing-page-59, .checkbox-pricing.in-the-pricing-page-62, .checkbox-pricing.in-the-pricing-page-65, .checkbox-pricing.in-the-pricing-page-69, .checkbox-pricing.in-the-pricing-page-72, .checkbox-pricing.in-the-pricing-page-76, .checkbox-pricing.in-the-pricing-page-80, .checkbox-pricing.in-the-pricing-page-83, .checkbox-pricing.in-the-pricing-page-102, .checkbox-pricing.in-the-pricing-page-110, .checkbox-pricing.in-the-pricing-page-113, .checkbox-pricing.in-the-pricing-page-116, .checkbox-pricing.in-the-pricing-page-119, .checkbox-pricing.in-the-pricing-page-122, .checkbox-pricing.in-the-pricing-page-125, .checkbox-pricing.in-the-pricing-page-128, .checkbox-pricing.in-the-pricing-page-131, .checkbox-pricing.in-the-pricing-page-134, .checkbox-pricing.in-the-pricing-page-137, .checkbox-pricing.in-the-pricing-page-141, .checkbox-pricing.in-the-pricing-page-144, .checkbox-pricing.in-the-pricing-page-148, .checkbox-pricing.in-the-pricing-page-152, .checkbox-pricing.in-the-pricing-page-155, .checkbox-pricing.in-the-pricing-page-172, .checkbox-pricing.in-the-pricing-page-180, .checkbox-pricing.in-the-pricing-page-183, .checkbox-pricing.in-the-pricing-page-186, .checkbox-pricing.in-the-pricing-page-189, .checkbox-pricing.in-the-pricing-page-192, .checkbox-pricing.in-the-pricing-page-195, .checkbox-pricing.in-the-pricing-page-198, .checkbox-pricing.in-the-pricing-page-201, .checkbox-pricing.in-the-pricing-page-204, .checkbox-pricing.in-the-pricing-page-207, .checkbox-pricing.in-the-pricing-page-210, .checkbox-pricing.in-the-pricing-page-213, .checkbox-pricing.in-the-pricing-page-217, .checkbox-pricing.in-the-pricing-page-220, .checkbox-pricing.in-the-pricing-page-224, .checkbox-pricing.in-the-pricing-page-228, .checkbox-pricing.in-the-pricing-page-245, .checkbox-pricing.in-the-pricing-page-248, .checkbox-pricing.in-the-pricing-page-251, .checkbox-pricing.in-the-pricing-page-254, .checkbox-pricing.in-the-pricing-page-257, .checkbox-pricing.in-the-pricing-page-260, .checkbox-pricing.in-the-pricing-page-263, .checkbox-pricing.in-the-pricing-page-266, .checkbox-pricing.in-the-pricing-page-269, .checkbox-pricing.in-the-pricing-page-272, .checkbox-pricing.in-the-pricing-page-291, .checkbox-pricing.in-the-pricing-page-294, .checkbox-pricing.in-the-pricing-page-297, .checkbox-pricing.in-the-pricing-page-300, .checkbox-pricing.in-the-pricing-page-303, .checkbox-pricing.in-the-pricing-page-306, .checkbox-pricing.in-the-pricing-page-309, .checkbox-pricing.in-the-pricing-page-312, .checkbox-pricing.in-the-pricing-page-315, .checkbox-pricing.in-the-pricing-page-318, .checkbox-pricing.in-the-pricing-page-337, .checkbox-pricing.in-the-pricing-page-340, .checkbox-pricing.in-the-pricing-page-343, .checkbox-pricing.in-the-pricing-page-346, .checkbox-pricing.in-the-pricing-page-349, .checkbox-pricing.in-the-pricing-page-352, .checkbox-pricing.in-the-pricing-page-355, .checkbox-pricing.in-the-pricing-page-358, .checkbox-pricing.in-the-pricing-page-361, .checkbox-pricing.in-the-pricing-page-364, .checkbox-pricing.in-the-pricing-page-379, .checkbox-pricing.in-the-pricing-page-387, .checkbox-pricing.in-the-pricing-page-390, .checkbox-pricing.in-the-pricing-page-393, .checkbox-pricing.in-the-pricing-page-396, .checkbox-pricing.in-the-pricing-page-399, .checkbox-pricing.in-the-pricing-page-402, .checkbox-pricing.in-the-pricing-page-405, .checkbox-pricing.in-the-pricing-page-408, .checkbox-pricing.in-the-pricing-page-411, .checkbox-pricing.in-the-pricing-page-415, .checkbox-pricing.in-the-pricing-page-418, .checkbox-pricing.in-the-pricing-page-422, .checkbox-pricing.in-the-pricing-page-425, .checkbox-pricing.in-the-pricing-page-440, .checkbox-pricing.in-the-pricing-page-448, .checkbox-pricing.in-the-pricing-page-451, .checkbox-pricing.in-the-pricing-page-454, .checkbox-pricing.in-the-pricing-page-457, .checkbox-pricing.in-the-pricing-page-460, .checkbox-pricing.in-the-pricing-page-463, .checkbox-pricing.in-the-pricing-page-466, .checkbox-pricing.in-the-pricing-page-469, .checkbox-pricing.in-the-pricing-page-472, .checkbox-pricing.in-the-pricing-page-476, .checkbox-pricing.in-the-pricing-page-479, .checkbox-pricing.in-the-pricing-page-483, .checkbox-pricing.in-the-pricing-page-486, .checkbox-pricing.in-the-pricing-page-502, .checkbox-pricing.in-the-pricing-page-510, .checkbox-pricing.in-the-pricing-page-513, .checkbox-pricing.in-the-pricing-page-516, .checkbox-pricing.in-the-pricing-page-519, .checkbox-pricing.in-the-pricing-page-522, .checkbox-pricing.in-the-pricing-page-525, .checkbox-pricing.in-the-pricing-page-528, .checkbox-pricing.in-the-pricing-page-531, .checkbox-pricing.in-the-pricing-page-534, .checkbox-pricing.in-the-pricing-page-537, .checkbox-pricing.in-the-pricing-page-540, .checkbox-pricing.in-the-pricing-page-544, .checkbox-pricing.in-the-pricing-page-548, .checkbox-pricing.in-the-pricing-page-551, .checkbox-pricing.in-the-pricing-page-568, .checkbox-pricing.in-the-pricing-page-571, .checkbox-pricing.in-the-pricing-page-574, .checkbox-pricing.in-the-pricing-page-577, .checkbox-pricing.in-the-pricing-page-580, .checkbox-pricing.in-the-pricing-page-583, .checkbox-pricing.in-the-pricing-page-586, .checkbox-pricing.in-the-pricing-page-589, .checkbox-pricing.in-the-pricing-page-592, .checkbox-pricing.in-the-pricing-page-595, .checkbox-pricing.in-the-pricing-page-646, .checkbox-pricing.in-the-pricing-page-654, .checkbox-pricing.in-the-pricing-page-657, .checkbox-pricing.in-the-pricing-page-660, .checkbox-pricing.in-the-pricing-page-663, .checkbox-pricing.in-the-pricing-page-667, .checkbox-pricing.in-the-pricing-page-670, .checkbox-pricing.in-the-pricing-page-673, .checkbox-pricing.in-the-pricing-page-676, .checkbox-pricing.in-the-pricing-page-679, .checkbox-pricing.in-the-pricing-page-682, .checkbox-pricing.in-the-pricing-page-686, .checkbox-pricing.in-the-pricing-page-689, .checkbox-pricing.in-the-pricing-page-693, .checkbox-pricing.in-the-pricing-page-697, .checkbox-pricing.in-the-pricing-page-700, .checkbox-pricing.in-the-pricing-page-720, .checkbox-pricing.in-the-pricing-page-728, .checkbox-pricing.in-the-pricing-page-731, .checkbox-pricing.in-the-pricing-page-734, .checkbox-pricing.in-the-pricing-page-737, .checkbox-pricing.in-the-pricing-page-741, .checkbox-pricing.in-the-pricing-page-744, .checkbox-pricing.in-the-pricing-page-747, .checkbox-pricing.in-the-pricing-page-750, .checkbox-pricing.in-the-pricing-page-753, .checkbox-pricing.in-the-pricing-page-756, .checkbox-pricing.in-the-pricing-page-760, .checkbox-pricing.in-the-pricing-page-763, .checkbox-pricing.in-the-pricing-page-767, .checkbox-pricing.in-the-pricing-page-771, .checkbox-pricing.in-the-pricing-page-774, .checkbox-pricing.in-the-pricing-page-796, .checkbox-pricing.in-the-pricing-page-804, .checkbox-pricing.in-the-pricing-page-807, .checkbox-pricing.in-the-pricing-page-810, .checkbox-pricing.in-the-pricing-page-813, .checkbox-pricing.in-the-pricing-page-817, .checkbox-pricing.in-the-pricing-page-820, .checkbox-pricing.in-the-pricing-page-823, .checkbox-pricing.in-the-pricing-page-826, .checkbox-pricing.in-the-pricing-page-829, .checkbox-pricing.in-the-pricing-page-832, .checkbox-pricing.in-the-pricing-page-835, .checkbox-pricing.in-the-pricing-page-838, .checkbox-pricing.in-the-pricing-page-842, .checkbox-pricing.in-the-pricing-page-845, .checkbox-pricing.in-the-pricing-page-849, .checkbox-pricing.in-the-pricing-page-853, .checkbox-pricing.in-the-pricing-page-875, .checkbox-pricing.in-the-pricing-page-878, .checkbox-pricing.in-the-pricing-page-881, .checkbox-pricing.in-the-pricing-page-884, .checkbox-pricing.in-the-pricing-page-887, .checkbox-pricing.in-the-pricing-page-890, .checkbox-pricing.in-the-pricing-page-893, .checkbox-pricing.in-the-pricing-page-896, .checkbox-pricing.in-the-pricing-page-899, .checkbox-pricing.in-the-pricing-page-902, .checkbox-pricing.in-the-pricing-page-921, .checkbox-pricing.in-the-pricing-page-924, .checkbox-pricing.in-the-pricing-page-927, .checkbox-pricing.in-the-pricing-page-930, .checkbox-pricing.in-the-pricing-page-933, .checkbox-pricing.in-the-pricing-page-936, .checkbox-pricing.in-the-pricing-page-939, .checkbox-pricing.in-the-pricing-page-942, .checkbox-pricing.in-the-pricing-page-945, .checkbox-pricing.in-the-pricing-page-948, .checkbox-pricing.in-the-pricing-page-967, .checkbox-pricing.in-the-pricing-page-970, .checkbox-pricing.in-the-pricing-page-973, .checkbox-pricing.in-the-pricing-page-976, .checkbox-pricing.in-the-pricing-page-979, .checkbox-pricing.in-the-pricing-page-982, .checkbox-pricing.in-the-pricing-page-985, .checkbox-pricing.in-the-pricing-page-988, .checkbox-pricing.in-the-pricing-page-991, .checkbox-pricing.in-the-pricing-page-994, .checkbox-pricing.in-the-pricing-page-1009, .checkbox-pricing.in-the-pricing-page-1017, .checkbox-pricing.in-the-pricing-page-1020, .checkbox-pricing.in-the-pricing-page-1023, .checkbox-pricing.in-the-pricing-page-1026, .checkbox-pricing.in-the-pricing-page-1029, .checkbox-pricing.in-the-pricing-page-1032, .checkbox-pricing.in-the-pricing-page-1035, .checkbox-pricing.in-the-pricing-page-1038, .checkbox-pricing.in-the-pricing-page-1041, .checkbox-pricing.in-the-pricing-page-1045, .checkbox-pricing.in-the-pricing-page-1048, .checkbox-pricing.in-the-pricing-page-1052, .checkbox-pricing.in-the-pricing-page-1055, .checkbox-pricing.in-the-pricing-page-1070, .checkbox-pricing.in-the-pricing-page-1078, .checkbox-pricing.in-the-pricing-page-1081, .checkbox-pricing.in-the-pricing-page-1084, .checkbox-pricing.in-the-pricing-page-1087, .checkbox-pricing.in-the-pricing-page-1090, .checkbox-pricing.in-the-pricing-page-1093, .checkbox-pricing.in-the-pricing-page-1096, .checkbox-pricing.in-the-pricing-page-1099, .checkbox-pricing.in-the-pricing-page-1102, .checkbox-pricing.in-the-pricing-page-1106, .checkbox-pricing.in-the-pricing-page-1109, .checkbox-pricing.in-the-pricing-page-1113, .checkbox-pricing.in-the-pricing-page-1116, .checkbox-pricing.in-the-pricing-page-1132, .checkbox-pricing.in-the-pricing-page-1140, .checkbox-pricing.in-the-pricing-page-1143, .checkbox-pricing.in-the-pricing-page-1146, .checkbox-pricing.in-the-pricing-page-1149, .checkbox-pricing.in-the-pricing-page-1152, .checkbox-pricing.in-the-pricing-page-1155, .checkbox-pricing.in-the-pricing-page-1158, .checkbox-pricing.in-the-pricing-page-1161, .checkbox-pricing.in-the-pricing-page-1164, .checkbox-pricing.in-the-pricing-page-1167, .checkbox-pricing.in-the-pricing-page-1170, .checkbox-pricing.in-the-pricing-page-1174, .checkbox-pricing.in-the-pricing-page-1178, .checkbox-pricing.in-the-pricing-page-1181, .checkbox-pricing.in-the-pricing-page-1198, .checkbox-pricing.in-the-pricing-page-1201, .checkbox-pricing.in-the-pricing-page-1204, .checkbox-pricing.in-the-pricing-page-1207, .checkbox-pricing.in-the-pricing-page-1210, .checkbox-pricing.in-the-pricing-page-1213, .checkbox-pricing.in-the-pricing-page-1216, .checkbox-pricing.in-the-pricing-page-1219, .checkbox-pricing.in-the-pricing-page-1222, .checkbox-pricing.in-the-pricing-page-1225 {
  flex-flow: row;
}

.ckechbox-icon {
  border-radius: 100%;
  flex: none;
  width: 22px;
}

.ckechbox-icon.for-the-pro {
  box-shadow: 0 2px 12px #2e90fa80;
}

.text-checkbox {
  color: #292929;
  font-size: 16px;
  line-height: 150%;
}

.text-checkbox.for-pro {
  color: #fffc;
}

.text-checkbox.for-pro.special-for-ai {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa, #c7bbfd);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-checkbox.not-available:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  text-decoration: line-through;
}

.text-checkbox.v2 {
  font-weight: 400;
}

.text-checkbox.v2.dissable:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-checkbox.v2.dissable:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .text-checkbox.v2.dissable:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .text-checkbox.v2.dissable:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .text-checkbox.v2.dissable:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .text-checkbox.v2.dissable:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .text-checkbox.v2.dissable.in-the-pricing-page-71, .text-checkbox.v2.dissable.in-the-pricing-page-74, .text-checkbox.v2.dissable.in-the-pricing-page-78, .text-checkbox.v2.dissable.in-the-pricing-page-82, .text-checkbox.v2.dissable.in-the-pricing-page-143, .text-checkbox.v2.dissable.in-the-pricing-page-146, .text-checkbox.v2.dissable.in-the-pricing-page-150, .text-checkbox.v2.dissable.in-the-pricing-page-154, .text-checkbox.v2.dissable.in-the-pricing-page-219, .text-checkbox.v2.dissable.in-the-pricing-page-314, .text-checkbox.v2.dissable.in-the-pricing-page-317, .text-checkbox.v2.dissable.in-the-pricing-page-363, .text-checkbox.v2.dissable.in-the-pricing-page-417, .text-checkbox.v2.dissable.in-the-pricing-page-420, .text-checkbox.v2.dissable.in-the-pricing-page-424, .text-checkbox.v2.dissable.in-the-pricing-page-478, .text-checkbox.v2.dissable.in-the-pricing-page-481, .text-checkbox.v2.dissable.in-the-pricing-page-485, .text-checkbox.v2.dissable.in-the-pricing-page-550, .text-checkbox.v2.dissable.in-the-pricing-page-688, .text-checkbox.v2.dissable.in-the-pricing-page-691, .text-checkbox.v2.dissable.in-the-pricing-page-695, .text-checkbox.v2.dissable.in-the-pricing-page-699, .text-checkbox.v2.dissable.in-the-pricing-page-762, .text-checkbox.v2.dissable.in-the-pricing-page-765, .text-checkbox.v2.dissable.in-the-pricing-page-769, .text-checkbox.v2.dissable.in-the-pricing-page-773, .text-checkbox.v2.dissable.in-the-pricing-page-844, .text-checkbox.v2.dissable.in-the-pricing-page-944, .text-checkbox.v2.dissable.in-the-pricing-page-947, .text-checkbox.v2.dissable.in-the-pricing-page-993, .text-checkbox.v2.dissable.in-the-pricing-page-1047, .text-checkbox.v2.dissable.in-the-pricing-page-1050, .text-checkbox.v2.dissable.in-the-pricing-page-1054, .text-checkbox.v2.dissable.in-the-pricing-page-1108, .text-checkbox.v2.dissable.in-the-pricing-page-1111, .text-checkbox.v2.dissable.in-the-pricing-page-1115, .text-checkbox.v2.dissable.in-the-pricing-page-1180 {
  text-decoration: line-through;
}

.text-checkbox.v2.dissable {
  color: #29292980;
  font-weight: 400;
  text-decoration: line-through;
}

.text-checkbox.v2.dissable.in-the-pricing-page-550 {
  text-decoration: line-through;
}

.absolute_image_pricing_card {
  z-index: -1;
  object-position: 100% 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.faq-heading_and_info_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: sticky;
  top: 100px;
}

.faq-heading_and_info_wrapper.max-760 {
  max-width: 760px;
}

.faq-heading_and_info_wrapper.max-760.with-margins {
  max-width: 792px;
  padding-left: 16px;
  padding-right: 16px;
}

.faq-heading_and_info_wrapper.v2 {
  align-items: flex-start;
}

.button-in-the-faq-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.trigger_line {
  background-color: #1f1f1f;
  width: auto;
  height: 1px;
  position: absolute;
  inset: auto 32px 16px;
}

.faq_wrapper_all {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 682px;
  max-width: 682px;
  display: flex;
}

.faq_wrapper_all.adcards {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.faq_wrapper_all.v2 {
  min-width: 0;
  max-width: 100%;
}

.faq_par {
  color: #717680;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.5%;
}

.faq_par.v2 {
  text-align: left;
  object-fit: fill;
  width: 100%;
  font-weight: 300;
}

.faq_divider {
  width: 100%;
  height: 24px;
}

.faq_trigger {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.arrow_faq {
  color: #252b37;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq_heading {
  color: #252b37;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.faq_answer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.faq_parent {
  background-color: #fafafa;
  border: 1px solid #d5d7da;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq_parent.v2 {
  border-style: none;
}

.background_image_cta {
  z-index: -1;
  opacity: .95;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.buttons-cta-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 12px;
  display: flex;
}

.footer {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.footer.hero {
  padding-top: 48px;
  padding-bottom: 25px;
}

.footer.trusted-by {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.footer.fafafa {
  background-color: #fafafa;
}

.footer.cta {
  padding-bottom: 180px;
}

.footer-left-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.footer-logo-link {
  max-width: 127px;
}

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

.footer-links-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 144px;
  display: flex;
}

.footer-links-column.second {
  width: 180px;
}

.footer-links-column.asdasd {
  width: 160px;
}

.footer-column-heading {
  color: #717680;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 142%;
}

.footer-link, .footer-adress {
  color: #0a0d12;
  font-size: 16px;
  line-height: 150%;
}

.span_special {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa, #c7bbfd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 56px;
  line-height: 100%;
}

.span_special._50-off-normal {
  font-size: 72px;
}

.just-for-double-of-it, .customers-column-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.customers-column-1.mobile-only {
  display: none;
}

.just-for-double-of-it-different {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.par-special-for-the-testimonials {
  color: #0a0d12;
}

.par-for-slide-actual-testimonial {
  color: #555;
}

.looping_hero-part-whle-cooking {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.something_else_for_style_guide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.video_features_embed {
  aspect-ratio: 9 / 16;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.actual_feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2e90fa0a;
  border: 1px solid #2e90fa29;
  border-radius: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 626px;
  padding: 40px;
  display: grid;
}

.actual_feature.second {
  padding: 90px;
}

.image_headshot_ai {
  z-index: 5;
  aspect-ratio: 1;
  border-radius: 100%;
  position: relative;
}

.looping_mobile_ony {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: none;
}

.looping_mobile_ony.hide {
  display: none;
}

.mobile_looping_list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.typing-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa, #c7bbfd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.looping_hero-part-whle-cooking-v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video {
  width: 350px;
}

.social_media_link {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 20px;
  display: flex;
}

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

.ikonik-q99ji, .ikonik-on7vr, .ikonik-8l0pm, .ikonik-sh51s {
  color: #fff;
}

.heading_subheading_legal_pages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rich-text-legal-pages h2 {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 110%;
}

.rich-text-legal-pages li {
  font-size: 16px;
  line-height: 150%;
}

.rich-text-legal-pages p {
  color: #252b37;
}

.rich-text-legal-pages a {
  text-underline-offset: 5px;
  text-decoration: underline;
}

.h1-legal-pages {
  letter-spacing: -1px;
  font-size: 45px;
}

.background_layer_behind_logos-different {
  z-index: -5;
  opacity: .4;
  filter: blur(170px);
  width: 1046px;
  max-width: none;
  height: 446px;
  position: absolute;
  inset: 157px auto auto;
}

.special_for_bg-hero {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.h1-wrapper-languages {
  max-width: 600px;
}

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

.lang-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fdfdfd;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 32px #0a0d120f;
}

.lang-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100%;
  flex: none;
  width: 46px;
  height: 46px;
}

.lang-text {
  color: #0a0d12;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.card_create_background_image_always_visible {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: -10% 0% 0%;
}

.card_create_background_image_always_visible.mobile-only {
  display: none;
}

.card_create_affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  aspect-ratio: 368 / 268;
  border: 1px solid #2e90fa29;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.calculator_wrapper {
  grid-column-gap: 46.12px;
  grid-row-gap: 46.12px;
  border: 1.44px solid #d5d7da;
  border-radius: 17.3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 28.83px 27.38px;
  display: flex;
}

.sub-heading-calc {
  color: #5c5c69;
  text-align: center;
  -webkit-text-stroke-color: #5c5c6980;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 142%;
}

.first-part-calc {
  grid-column-gap: 5.77px;
  grid-row-gap: 5.77px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.show-calculation {
  color: #2e90fa;
  text-align: center;
  width: 100%;
  margin-top: 17.3px;
  font-size: 40px;
  font-weight: 600;
  line-height: 126%;
}

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

.calc-part-heading {
  color: #5c5c69;
  width: 100%;
  min-width: 175px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.fs-rangeslider_form {
  width: 100%;
  max-width: 580px;
  margin-bottom: 0;
}

.fs-rangeslider_handle {
  z-index: 1;
  cursor: grab;
  background-color: #fff;
  border-radius: 100rem;
  flex: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 0 2.88px #000;
}

.fs-rangeslider_handle:focus {
  background-color: #111;
}

.fs-rangeslider_handle.is-pink {
  background-color: #dd30fc;
}

.fs-range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.fs-rangeslider_wrapper {
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 1.5rem;
  display: block;
  position: relative;
}

.fs-rangeslider_track {
  background-color: #e9eaeb;
  border-radius: 999rem;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs-rangeslider_handle-value {
  color: #0a0d12;
  text-align: center;
  width: 4rem;
  margin-bottom: -38px;
  margin-left: -15px;
  font-size: 23px;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.fs-rangeslider_input {
  display: none;
}

.fs-rangeslider_fill {
  background-color: #000;
  border-radius: 999px;
  width: 20%;
  height: 100%;
  position: absolute;
}

.calc-part-right {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.text-pull-calc {
  color: #0a0d12;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.text-decoration-calc {
  color: #1a1a20;
  font-size: 16px;
  font-weight: 500;
  line-height: 110%;
}

.popup_embed {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.background_popup {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.popup_actual {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  max-width: 585px;
  padding: 24px;
  display: flex;
  position: relative;
}

.top-popup_actual {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon_popup {
  aspect-ratio: 1;
  flex: none;
  width: 24px;
}

.text-top-popup {
  color: #0a0d12;
  font-size: 24px;
  font-weight: 600;
  line-height: 133%;
}

.closing-popup {
  aspect-ratio: 1;
  cursor: pointer;
  flex: none;
  width: 24px;
  margin-left: auto;
}

.second-text-popup {
  color: #535862;
  line-height: 142%;
}

.popup-form {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

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

.field-label {
  color: #181d27;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 142%;
}

.text-field {
  color: #181d27;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  height: 48px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  line-height: 150%;
  box-shadow: 0 1px 2px #1018280d;
}

.text-field::placeholder {
  color: #a4a7ae;
}

.submit_button {
  background-color: #2e90fa;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  margin-top: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 600;
  line-height: 142%;
}

.success_message {
  text-align: left;
  background-color: #fff;
  padding: 0;
}

.text_success_message {
  color: #0a0d12;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.pricing-enetrprise {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 16px #0000000a;
}

.pricing-enetrprise.pro {
  box-shadow: none;
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.pricing-for-enterprise {
  background-color: #fff;
  border: .1px solid #d6d6d6;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 32px;
  display: flex;
  box-shadow: 0 8px 16px #0000000a;
}

.pricing-for-enterprise.pro {
  box-shadow: none;
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.enterprise-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-checkboxes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.hero-blog-first-part {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.left-hero-blog-first-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 501px;
  display: flex;
}

.subscribe-form-box {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  width: 100%;
  max-width: 320px;
  min-height: 172.363px;
  margin-bottom: 0;
  padding: 24px;
}

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

.field {
  border: 1px solid #d5d7da;
  border-radius: 8px;
  height: 39px;
  margin-bottom: 0;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 16px;
  line-height: 150%;
  box-shadow: 0 1px 2px #1018280d;
}

.field:active, .field:focus, .field:focus-visible, .field[data-wf-focus-visible] {
  border-color: #d5d7da;
}

.field::placeholder {
  color: #a4a7ae;
}

.field-and-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-subscribe-form {
  font-size: 24px;
  font-weight: 700;
  line-height: 116.6%;
}

.heading-subscribe-form.success-message {
  font-size: 22px;
}

.par-wrapper-subscribe-form {
  margin-bottom: 8px;
}

.success-message-subscribe-form {
  text-align: left;
  background-color: #0000;
  padding: 0;
}

.line-divider-blog {
  background-color: #e9eaeb;
  flex: none;
  width: 100%;
  height: 1px;
  margin-bottom: 12px;
}

.line-divider-blog.now-down {
  margin-bottom: 0;
}

.featured-wrapper, .featured-list {
  width: 100%;
}

.featured-item {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper-featured-item {
  border-radius: 16px;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

.image-featured-item {
  height: 100%;
}

.content-featured-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 464px;
  display: flex;
}

.wrapper-categories-featured-item {
  width: 100%;
}

.list-categories-featured-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.item-categories-featured-item {
  color: #181d27;
  border: 1px solid #d5d7da;
  border-radius: 23px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 114.286%;
}

.heading-featured-item {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 120%;
}

.line-divider-featured-item {
  background-color: #e9eaeb;
  flex: none;
  width: 100%;
  height: 1px;
}

.more-info-featured-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.author-info-featured-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-author-info-featured-item {
  flex: none;
  width: 24px;
}

.text-author-info-featured-item {
  color: #0a0d12;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.divider-featured-item {
  background-color: #e6e6e6;
  flex: none;
  width: 2px;
  height: 16px;
}

.filter_resource_block {
  width: 100%;
  margin-bottom: 0;
}

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

.divider-article-card {
  background-color: #c2c2c2;
  border-radius: 10px;
  flex: none;
  width: 1px;
  height: 100%;
}

.dropdown_good_sort {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
}

.dropdown_good_sort.hide-for-only-now {
  display: none;
}

.article-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown_list_sort.w--open {
  background-color: #f9f9f9;
  border: 1px #1ae57a;
  border-radius: 1.25em;
  box-shadow: 0 2px 10px 1px #0003;
}

.right_side_filter {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.heading-acrticle {
  letter-spacing: -.2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.filter_resource {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.article-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.image-wrapper-article-card {
  aspect-ratio: 368 / 186;
  background-color: #ededed;
  border: 1px solid #d6d6d6;
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.article-wrapper {
  width: 100%;
  margin-top: 16px;
}

.clear_all_filters_dot_special_new {
  width: 0;
  min-width: 0;
  transition: all .8s;
}

.div-block {
  display: none;
}

.info-aricle-card {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-weight: 500;
  display: flex;
}

.read-time-parent-card {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit_filter_resource {
  display: none;
}

.checkbox_actual {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0a0a0a;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #d5d7da;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 12px 16px;
  font-weight: 500;
  line-height: 114%;
  transition: all .8s;
  display: flex;
  position: relative;
}

.checkbox_actual.fs-cmsfilter_active {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.divider-parent-article-card {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 14px;
  display: flex;
}

.dropdown_link-sort {
  color: #0a0a0a;
  text-align: center;
  padding: 16px 10px;
  font-size: 14px;
  line-height: 144%;
}

.dropdown_toggle_sort {
  grid-column-gap: 4px;
  color: #0a0a0a;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  display: flex;
}

.dropdown_toggle_sort.w--open {
  overflow: visible;
}

.wrapper_checkboxes_filter_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-article-card {
  height: 100%;
}

.search_field {
  color: #0a0a0a;
  background-color: #fff;
  background-image: url('../images/search-md.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px 10px 32px;
  overflow: hidden;
}

.search_field::placeholder {
  color: gray;
}

.link-to-article {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.radio_new_better {
  opacity: 0;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.arrow_inside_sort {
  width: 16px;
}

.text_checkbox_actual {
  margin-bottom: 0;
}

.checkboxes_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-article-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-cmsfilter_active {
  color: #fff;
  background-color: #0a0a0a;
  border-style: solid;
  border-width: 1px;
}

.hidden-for-tags, .custom-css-blogs-all {
  display: none;
}

.all-blogs-heading-wrapper {
  margin-bottom: 24px;
  margin-right: auto;
}

.page-count-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-count-number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 12px;
  font-weight: 500;
  line-height: 114.286%;
  display: flex;
}

.page-count-number.w--current {
  color: #fff;
  background-color: #0a0d12;
}

.button-pagination {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-style: solid;
  border-color: #d6d6d6;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 12px 12px 16px;
  display: flex;
}

.button-pagination.prev {
  padding-left: 12px;
  padding-right: 16px;
}

.text-pagination-button {
  color: #000;
  letter-spacing: -.084px;
  font-weight: 500;
  line-height: 142%;
}

.image-pagination-button {
  flex: none;
  width: 20px;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 32px;
}

.page-count-default {
  display: none;
}

.course-owner-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.hide-for-now {
  display: none;
}

.image-main-blog {
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.toc_resource {
  border: 1px #1f1f1f;
  border-radius: 0;
  width: 100%;
  max-width: 272px;
  padding: 0;
  position: sticky;
  top: 155px;
}

.toc_resource.not-visible {
  opacity: 0;
  pointer-events: none;
}

.image-course-owner-item {
  border-radius: 100%;
  flex: none;
  width: 24px;
}

.heading-tableofcontent {
  color: #858585;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 114.286%;
}

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

.rich-text-blog h1, .rich-text-blog h2 {
  letter-spacing: 0;
  font-size: 32px;
  line-height: 125%;
}

.rich-text-blog h3 {
  letter-spacing: 0;
  line-height: 125%;
}

.rich-text-blog p {
  margin-top: 6px;
  margin-bottom: 24px;
}

.rich-text-blog ol, .rich-text-blog ul {
  color: #717680;
}

.rich-text-blog li {
  font-size: 16px;
  line-height: 150%;
}

.rich-text-blog strong {
  color: #252b37;
}

.left-side-article-details {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.fs-toc_link-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-details {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-toc_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #474747;
  letter-spacing: -.084px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fs-toc_link.w--current {
  color: #292929;
  background-color: #f5f5f5;
  background-image: url('../images/Ellipse-2145-2.png');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  border-radius: 8px;
  padding-left: 26px;
  font-weight: 500;
}

.fs-toc_link.is-h3 {
  color: #474747;
  letter-spacing: -.084px;
  font-size: 14px;
}

.fs-toc_link.is-h3.w--current {
  color: gray;
}

.fs-toc_link.is-h4 {
  color: #474747;
  font-size: 14px;
}

.fs-toc_link.is-h4.w--current {
  color: gray;
}

.heading_table_of_content {
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.socials_special_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-toc_link-wrapper {
  color: #f5f5f5;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.fs-toc_link-wrapper.is-h2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 0 #252525;
}

.fs-toc_link-wrapper.is-h3 {
  border-left: 1px #252525;
  padding-left: 0;
}

.fs-toc_link-wrapper.is-h4 {
  border-left: 1px #252525;
  padding-left: 10px;
}

.social_media_logo-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  display: flex;
}

.social_special {
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 8px #0000000f;
}

.social_special:hover {
  color: #fff;
  background-color: #252b37;
}

.fs-toc_h-trigger {
  display: none;
}

.wrapper-actual-blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 600px;
  max-width: 720px;
  display: flex;
}

.par-special-new-big-text {
  color: #252b37;
  letter-spacing: -.448px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 165%;
}

.text-new-features-page {
  color: #717680;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 155%;
}

.image_background_new_features {
  z-index: 1;
  position: absolute;
  top: -50px;
}

.list-wrapper-to-links {
  position: absolute;
  top: -500%;
}

.special_one_new {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(90deg, #2e90fa33, #c7bbfd33);
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 28px;
  padding: 24px;
  display: flex;
}

.private-dynamic-wrapper {
  width: 100%;
}

.private-dynamic-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.private-dynamic-item {
  color: #000;
  border-bottom: 1px solid #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  display: flex;
}

.visit-link {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 100%;
}

.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;
  width: 260px;
  display: flex;
}

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

.stars-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px;
  display: flex;
}

.star {
  aspect-ratio: 1;
  color: #78a5fb;
  width: 22px;
  height: auto;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.video {
  text-align: left;
  max-width: 60%;
  max-height: 50vh;
  display: block;
  overflow: hidden;
}

.video-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.multiple-ctas_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: .8px solid #d5d7da;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 54px;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 22.25px 16.33px -4.08px #0a0d1214, 0 -4.92px 6.12px -2.04px #0a0d1208, 0 2.04px 2.04px -1.02px #0a0d120a;
}

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

.brand-directorty_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-directorty_content.align-left_mobile.center-align-always {
  text-align: center;
}

.brand-cards_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.brand_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fdfdfd;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 4px 32px #0a0d120f;
}

.brand-card_logo {
  border-radius: .5rem;
  width: 5rem;
}

.brand-stats {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.brand-stats_number {
  color: #0a0d12;
  font-size: 1em;
  font-weight: 600;
}

.text-color-grey {
  color: #535862;
}

.brand-website {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  display: flex;
}

.link-icon {
  width: auto;
}

.founder-message_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.message_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 15.5rem;
  height: 100%;
  display: flex;
  position: static;
  top: 5rem;
}

.founder-message-card {
  width: 100%;
  padding: .375rem;
}

.message_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.message_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .375rem;
  display: flex;
  position: static;
  top: 3rem;
  box-shadow: 0 22.25px 16.33px -4.08px #0a0d1214, 0 -4.92px 6.12px -2.04px #0a0d1208, 0 2.04px 2.04px -1.02px #0a0d120a;
}

.founder-info {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.founder-socials {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.founder_name {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h3.is-slow {
  font-size: 1.25rem;
}

.founder-title {
  font-family: Gochi Hand, sans-serif;
}

.founder-message {
  font-size: 1.625rem;
  line-height: 1.5;
}

.yellow-highlight {
  background-color: #ffd55e;
}

.review-card_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto minmax(15.5rem, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-card_grid.different-for-new-lander {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.customer-info {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
}

.features-card_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #2e90fa0a;
  border: 1px solid #2e90fa29;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.feature-card_content {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.feature-card_heading {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.heading-icon {
  width: auto;
}

.placeholder-block {
  opacity: 0;
}

.text-color-blue {
  color: #2e90fa;
}

.text-color-blue.strike-through {
  text-decoration: line-through;
}

.process-card_image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 1rem 0% auto;
}

.arrow-right {
  z-index: 1;
  width: auto;
  display: block;
  position: absolute;
  inset: auto 0%;
}

.process-card_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.problem-sol_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5rem;
  display: grid;
}

.problem-sol_grid.acards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .1px solid #b4b2b2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.problem-sol_grid.acards.end-item {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.problem_card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #d6d6d6;
  border-radius: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  box-shadow: 0 8px 16px #0000000a;
}

.process-header {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.2;
}

.problem-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.problem-list_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.problem-list_item.is-custom-width {
  max-width: 26rem;
}

.problem-list_item.acards {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: static;
}

.cross {
  width: auto;
}

.brands-content-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.brands-header-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #535862;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.3;
  display: flex;
}

._5-stars {
  width: auto;
}

.brand-logo_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-logo_grid.scroll {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.brand-logo_grid.scroll.acards {
  object-fit: fill;
  justify-content: center;
  width: 100%;
  display: flex;
}

.brand-logo_grid.scroll.creatify {
  display: flex;
}

.divider {
  z-index: 1;
  background-color: #d9d9d9;
  width: 1px;
  height: 3rem;
  position: relative;
}

.divider.grey {
  background-color: gray;
  flex: none;
  height: 2rem;
}

.product-header1_default-state {
  margin-bottom: 2rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 0;
}

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

.product-header1_option {
  margin-bottom: 1.5rem;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.product-header1_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button-2.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
}

.product-header1_image {
  object-fit: cover;
  height: 100%;
}

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-header1_lightbox-link {
  width: 100%;
  height: 100%;
  display: block;
}

.product-header1_image-wrapper {
  width: 100%;
  height: 100%;
}

.product-header1_image-wrapper.is-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #d5d7da;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: grid;
}

.product-header1_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_product-details {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.product-header1_rating-wrapper {
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.product-header1_item {
  height: 100%;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.variant-button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header1_component {
  padding-bottom: 3rem;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  height: auto;
  min-height: 2.75rem;
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down_1.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.product-header1_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.product-header1_details {
  overflow: hidden;
}

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

.breadcrumb-link.w--current {
  font-weight: 600;
}

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

.product-header1_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header1_accordion-wrapper {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.product-header1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header1_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header1_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.product-header1_rating-icon {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.variant-button {
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.variant-button.is-disabled {
  opacity: .25;
}

.product-header1_list-wrapper.hide-mobile-landscape {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.product-header1_list-wrapper.on-mobile {
  display: none;
}

.price {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.per-month {
  color: #717680;
  font-size: 1.25rem;
}

.price-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-header_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.price-button-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.image {
  width: auto;
}

.buy-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.limited-time {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.product-info_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: 1px solid #f5f5f5;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 1.5rem;
  display: flex;
}

.bonus-box-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #535862;
  border: 1px solid #2e90fa;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .75rem;
  font-size: 1rem;
  display: flex;
}

.text-color-black {
  color: #292929;
}

.risk-aversion-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-size-regule {
  font-size: 1rem;
}

.compare-table {
  flex: none;
  width: 72rem;
}

.compare-table.is-mobile {
  display: none;
}

.compare-table_wrapper {
  overflow: auto;
}

.brand-marquee-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #ededed;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 72.3125rem;
  margin: 4rem auto 2rem;
  padding-top: 1.5rem;
  display: grid;
}

.legal-link {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.legal-text-link {
  color: #717680;
  text-decoration: underline;
}

.footer-socials_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-bottom_image {
  max-width: 72.3125rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  filter: saturate(0%);
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: .5rem;
  width: 150%;
  max-width: 80px;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo.is-ariline {
  width: 9rem;
}

.logo.bigger {
  width: 10rem;
}

.toggle-switcher {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  border: 1px solid #e9eaeb;
  border-radius: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .375rem;
  display: flex;
}

.toggle-wrapper {
  background-color: #f5f5f5;
  border-radius: 2rem;
  width: 2.25rem;
  height: 1.25rem;
  padding: .125rem;
}

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

.toggle-inner {
  background-color: #fff;
  border-radius: 50px;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 1px 2px -1px #0a0d121a;
}

.percent-off {
  color: #f63d68;
}

.arrow-right-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  position: absolute;
  inset: 0% -3rem 0% auto;
}

.mobile-slider {
  background-color: #ddd0;
  width: 100%;
  height: auto;
  display: none;
}

.mobile-slider-slide {
  background-color: #fdfdfd;
}

._4-5-star {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-size-medium {
  font-size: 1.125rem;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 5rem;
  display: flex;
}

.icon-embed-custom.indrive {
  max-width: 8.5rem;
}

.brand-logo_wrapper {
  width: 5rem;
  height: 5rem;
}

.brand_info_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  width: 100%;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.75rem;
  height: 4rem;
  display: flex;
}

.icon-embed-custom-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.5625rem;
  height: 3.375rem;
  display: flex;
}

.icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.625rem;
  height: 4.125rem;
  display: flex;
}

.image-button-first-left {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all .7s;
  display: flex;
  position: relative;
}

.image-button-first-left.hovered {
  width: 0;
  transform: translate(-75px);
}

.image-button-first-left.lighter-color {
  color: #414651;
}

.image-button-first-left.smaller {
  width: 16px;
  max-width: 16px;
  height: 16px;
}

.image-button-first-left.smaller.hovered {
  width: 0;
  max-width: 0;
}

.image-button-second-left {
  flex: none;
  width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all .7s;
  position: relative;
}

.image-button-second-left.hovered {
  width: 0;
  margin-left: 0;
  left: auto;
  transform: translate(75px);
}

.image-button-second-left.lighter-color {
  color: #414651;
}

.image-button-second-left.smaller {
  width: 16px;
  max-width: 16px;
  height: 16px;
}

.image-button-second-left.smaller.hovered {
  width: 0;
  max-width: 0;
}

.image-2, .image-3 {
  border-radius: 12px;
}

.cta-group {
  margin-top: 2rem;
}

.wrapper-new-h2 {
  text-align: center;
  width: 100%;
  max-width: 760px;
}

.new-section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 64px;
  display: flex;
}

.top-part-new-section {
  grid-column-gap: 283px;
  grid-row-gap: 283px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-part-new-section {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tex-heading-new-part {
  color: #0a0d12;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.box-new-part {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #2e90fa;
  background-color: #2e90fa0a;
  border: 1px solid #2e90fa29;
  border-radius: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 368px;
  min-height: 88px;
  padding: 24px;
  display: flex;
}

.box-new-part.second {
  color: #2f07e4;
  background-color: #c7bbfd1f;
  border-color: #c7bbfd30;
  flex: 0 auto;
  width: 100%;
}

.text-box-new-part {
  letter-spacing: -.6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.image-box-new-part {
  width: 20px;
}

.arrow-new-part {
  flex: none;
  width: 41px;
  margin-top: auto;
  margin-bottom: auto;
}

.video-embed {
  width: 100%;
  margin-bottom: 0;
}

.ikonik-wnorn {
  color: #3f4651;
  width: 100%;
  height: 100%;
}

.youtube-link {
  color: #3f4651;
  width: 20px;
  height: 20px;
}

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

.frame-1171276217 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 120px;
  text-decoration: none;
  display: flex;
}

.frame-1171276217.arcards {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 400px;
  min-height: auto;
}

.rectangle-34624293 {
  object-fit: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 74px;
  text-decoration: none;
  display: flex;
}

.cards-featur-end {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 20px 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.text-20 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.try-makeugc-now {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #252b37;
  border: 1px solid #3e82f8;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  max-height: 56px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 10px 16px 12px;
  transition: all 1.4s;
  display: flex;
  position: static;
  inset: auto auto -40px 0%;
  overflow: hidden;
}

.section-feature {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff 100%, #e6f2ff);
  flex-flow: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-feature.v2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-22 {
  color: #2c2c2c;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.h2-2 {
  color: #000;
}

.h2-2.darker {
  color: #0a0a0a;
}

.h2-2.darker.v2 {
  font-size: 40px;
}

.h2-2.v2 {
  -webkit-text-stroke-color: #1a1a20;
  font-weight: 600;
}

.frame-1171276218 {
  grid-column-gap: 25px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 469px;
  height: 74px;
  padding: 17px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-21.text21-2 {
  min-height: 60px;
}

.text-21.text21-2.arcards {
  min-height: auto;
}

.cards-feature {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin: 20px 20px 10px;
  padding-left: 40px;
  padding-right: 60px;
  display: grid;
}

.cards-feature.arcards {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: auto;
}

.frame-1171276221 {
  grid-row-gap: 10px;
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.text-19 {
  color: #404040;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-button-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  transition: all 1.4s;
}

.frame-1171276220, .frame-1171276219 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feat_ava2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 17px;
  text-decoration: none;
  display: flex;
  position: static;
}

.feat_ava2.arcards {
  width: auto;
  max-width: none;
  height: auto;
  margin-bottom: 40px;
}

.rectangle-34624292 {
  object-fit: contain;
  border-radius: 12px;
}

.rectangle-34624292.arcards {
  width: 100%;
  max-width: none;
}

.container-feat {
  z-index: 5;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e6f2ff, #dce1fe 100% 100%, #d7d8fe 100%, #dce1fe);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1157px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.container-feat.v2 {
  background-color: #fff0;
  background-image: none;
  margin-top: 0;
  padding-top: 0;
}

.image-7 {
  object-fit: scale-down;
  border-radius: 15px;
  overflow: hidden;
}

.h2-copy-x {
  color: #000;
  padding-right: 10px;
}

.customer-box-list-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #0000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 0;
  display: flex;
  position: relative;
  top: auto;
  box-shadow: 0 4px 32px #0a0d120f;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.h2-x3-copy {
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.customer-box-list-main_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdfdfd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 32px #0a0d120f;
}

.customer-box-list-main_1.is-toolkit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: column;
  min-height: 100%;
  max-height: 900px;
  margin-bottom: 0;
  padding: 10px 0;
  overflow: visible;
}

.customer-box-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fafafa;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px 0;
  display: flex;
  position: static;
  top: 13px;
  bottom: auto;
  overflow: visible;
  box-shadow: 0 4px 32px #0a0d120f;
}

.review-card_grid_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto minmax(15.5rem, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.h2-x2-copy {
  color: #7094fff2;
  padding-left: 0;
}

.customer-box-list-main_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdfdfd;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 4px 32px #0a0d120f;
}

.customer-box-list-main_2.is-toolkitt_2 {
  flex-flow: column-reverse;
  min-height: 100%;
  max-height: 900px;
  margin-bottom: 0;
  padding: 10px 0;
  overflow: visible;
}

.all_customers-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-end {
  z-index: 5;
  opacity: 1;
  filter: blur(30px);
  mix-blend-mode: normal;
  background-image: linear-gradient(225deg, #fff 66% 80%, #fff 92%, #ffffffba 100%, #ffffff80 100%, #fff0);
  min-width: 100%;
  min-height: 80px;
  position: relative;
  inset: -90px 0% 0%;
}

.default_heading_and_subheading-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.default_heading_and_subheading-copy.max-760 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  max-width: 760px;
}

.loop_topmarketers {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  min-width: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: static;
  left: -2041px;
}

.frame-1171275757 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2-create-ai-ugc-videos-in-minutes-1 {
  color: #000;
  text-align: center;
  letter-spacing: -1.44px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.frame-1171276198 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1215px;
  height: 88px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.image-9 {
  border-radius: 6%;
  min-width: 300px;
  max-width: 300px;
  min-height: 180px;
  max-height: 180px;
}

.frame-1171276200 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #717680;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.9px;
  text-decoration: none;
}

.yt_name {
  font-variation-settings: "wght" 677;
  font-size: 16px;
  font-weight: 200;
}

.heading-2-create-ai-ugc-videos-in-minutes-2 {
  text-align: center;
  letter-spacing: -1.44px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.yt_subscrible {
  font-size: 11px;
}

.frame-35 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.maketer_container {
  z-index: 5;
  background-color: #fff0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1157px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.frame-30 {
  grid-row-gap: 12px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.container_yt_subscrible {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.heading-2-create-ai-ugc-videos-in-minutes-0 {
  color: #000;
  text-align: center;
  letter-spacing: -1.44px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.frame-26 {
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  width: 100%;
  max-width: 300px;
  min-height: 0;
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  padding-top: 64px;
  padding-bottom: 0;
}

.rectangle-2 {
  object-fit: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  height: 100%;
  padding-top: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-2-create-ai-ugc-videos-in-minutes {
  color: #000;
}

.div-block-5 {
  justify-content: center;
  width: 100%;
  display: flex;
}

.topmaketers-containters {
  grid-column-gap: 24px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.avatar_subscrible {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
}

.swiper-people-say.avatar_1 {
  margin-top: 220px;
}

.swiper-people-say.looping_mobile_ony_peoplesay {
  display: none;
}

.swiper-people-say.looping_mobile_ony_peoplesay.swiper.cases-1 {
  width: auto;
}

.swiper-topmaketer.avatar_1 {
  margin-top: 220px;
}

.swiper-topmaketer.looping_mobile_ony-topmaketer {
  display: none;
}

.swiper-topmaketer-2.avatar_1 {
  margin-top: 220px;
}

.swiper-topmaketer-2.looping_mobile_ony-topmaketer-2 {
  width: 100%;
  display: none;
}

.frame-30-copy {
  grid-row-gap: 12px;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 330px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.image-9-copy {
  border-radius: 6%;
  min-width: 300px;
  max-width: 300px;
  min-height: 180px;
  max-height: 180px;
}

.container_yt_subscrible-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.avatar_subscrible-copy {
  border-radius: 50%;
  max-width: 40px;
  max-height: 40px;
}

.yt_name-copy {
  font-variation-settings: "wght" 677;
  font-size: 16px;
  font-weight: 200;
}

.section-make-vs-everyone {
  grid-row-gap: 10px;
  color: #4c5e81;
  background-color: #f1f6ff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  height: auto;
  padding: 55px 74px;
  text-decoration: none;
  display: flex;
}

.asndjkasdnkjasnd {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.x-circle-2 {
  object-fit: cover;
  width: 24px;
  height: 24px;
}

.frame-1171276299a-copy {
  grid-row-gap: 10px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #3871ae, #2e90fa 48%, #c7bbfd);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 521px;
  max-width: 521px;
  height: 348px;
  padding: 25px 26px;
  text-decoration: none;
  display: flex;
}

.heading-2-start-creating-ugc-today-4 {
  text-align: center;
  letter-spacing: -1.44px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.6deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.frame-1171276206 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.link-style {
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.frame-1171276202 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.ndasjkdnkjasnd {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.text-9 {
  color: #464646;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-1171276211 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.frame-1171276201 {
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 24px;
}

.frame-1171276299a {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 521px;
  max-width: 521px;
  height: 348px;
  padding: 25px 26px;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #717680;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1171276207 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 463px;
  text-decoration: none;
  display: flex;
}

.frame-1171276211-copy {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 48px;
  display: flex;
}

.frame-1171276203 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-2-start-creating-ugc-today-3 {
  color: #252b37;
  text-align: center;
  letter-spacing: -1.44px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
}

.frame-1171276229 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  text-decoration: none;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #dddce3;
  flex-flow: column;
  width: 100%;
  padding: 0 60px 15px 20px;
  display: flex;
}

.frame-1171276224 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

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

.cstdy_2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.16deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.frame-1171276227 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 753px;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #181d27;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-1171276228 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-15 {
  margin-top: 0;
  padding-right: 10px;
}

.text-25 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.16deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.image-10 {
  width: 48px;
  height: 48px;
}

.div_img_case_study_middle {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.div-block-4-copy {
  background-image: linear-gradient(#dddce3, #dddce3);
  flex-flow: row;
  width: auto;
  min-width: 100%;
  padding-bottom: 30px;
  padding-right: 60px;
  display: flex;
}

.case_study_2_container_img {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.frame-1171276170 {
  grid-row-gap: 37px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.swiper-slide-copy.case-box {
  cursor: grab;
  cursor: grab;
  flex-flow: column;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide-copy.case-box {
  cursor: grab;
  flex-flow: column;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide-copy.case-box.swiper-slide {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.code-embed {
  max-width: 380px;
  margin-left: 10px;
}

.image-12 {
  max-width: 480px;
}

.code-embed-copy {
  order: 0;
  align-self: auto;
  max-width: 380px;
  margin-top: 0;
}

.group-1171276179 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 332px;
  height: 48px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 273px;
  left: 0;
}

.screenshot-2025-07-29-at-204235-4 {
  object-fit: cover;
  border-radius: 18px;
  max-width: 332px;
  max-height: 593px;
}

.div_img_case_study {
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.frame-1171276226 {
  grid-row-gap: 10px;
  background-color: #dddde3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 60px 30px;
  text-decoration: none;
  display: flex;
}

.right_side_cases-2 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  margin-top: 60px;
  display: flex;
}

.frame-1171276172 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  text-decoration: none;
  display: flex;
}

.image-11 {
  max-width: 480px;
}

.left-side_cases-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  margin: 60px 0 60px 60px;
  display: flex;
}

.text-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-12-copy {
  color: #535862;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.text-10 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.16deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.div-block-11 {
  width: 100%;
  max-width: 380px;
  margin-top: 60px;
}

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

.frame-1171276171 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 753px;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #0a0d12;
  font-size: 30px;
  font-weight: 600;
  line-height: 37.8px;
}

.image-13 {
  max-width: 606px;
  margin-top: 0;
}

.swiper-only-mobile.avatar_1 {
  margin-top: 220px;
}

.swiper-only-mobile.cases-1 {
  display: none;
}

.swiper-only-desktop.avatar_1 {
  margin-top: 220px;
}

.swiper-only-desktop.cases-1.swiper {
  padding-right: 0;
  display: flex;
}

.swiper-slide-_desltop.item-avatar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  transform-origin: 50% 100%;
  cursor: grab;
  width: 100%;
  transition: all .6s;
}

.swiper-slide-_desltop.item-avatar.swiper-slide-active {
  transform-origin: 50% 100%;
  color: #2e90fa;
  transform: scale(2);
}

.swiper-slide-_desltop.item-avatar.swiper-slide-prev {
  transform-origin: 90% 100%;
  transform: scale(1.6);
}

.swiper-slide-_desltop.item-avatar.swiper-slide-next {
  transform-origin: 10% 100%;
  transform: scale(1.6);
}

.swiper-slide-_desltop.case-box {
  cursor: grab;
}

.swiper-slide-_desltop.case-box.swiper-slide {
  background-image: linear-gradient(#fff0, #5b66ee0a);
}

.swiper-slide-_desltop.case-box.swiper-slide.v2 {
  background-color: #fff;
  background-image: linear-gradient(#fff, #5b66ee0a);
  padding-right: 10px;
}

.swiper-slide-_desltop.case-box {
  cursor: grab;
  flex-flow: column;
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide-_desltop.case-box.swiper-slide-copy {
  height: 100%;
}

.swiper-slide-_desltop.case-box.swiper-slide-copy.swiper-slide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-13 {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container_everyone {
  grid-row-gap: 10px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #3871ae, #2e90fa 48%, #c7bbfd);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 521px;
  max-width: 521px;
  height: 348px;
  padding: 25px 26px;
  text-decoration: none;
  display: flex;
}

.container_everyone_2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 521px;
  max-width: 521px;
  height: 348px;
  padding: 25px 26px;
  text-decoration: none;
  display: flex;
}

.first-part-card_create-copy {
  z-index: 3;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.tmp_div {
  display: block;
}

.frame-1171276230 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #dddce3;
  flex-flow: column;
  width: 100%;
  padding: 0 60px 15px 20px;
  display: flex;
}

.frame-1171276231 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

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

.frame-1171276232 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 753px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #181d27;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.frame-1171276233 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 380px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.image-16 {
  margin-top: 40px;
  padding-right: 10px;
}

.text-28 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.16deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.image-17 {
  width: 48px;
  height: 48px;
}

.frame-1171276234 {
  grid-row-gap: 37px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.image-18 {
  max-width: 480px;
}

.code-embed-copy-2 {
  max-width: 380px;
  margin-top: 0;
}

.frame-1171276235 {
  grid-row-gap: 10px;
  background-color: #dddde3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 60px 30px;
  text-decoration: none;
  display: flex;
}

.frame-1171276236 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  text-decoration: none;
  display: flex;
}

.image-19 {
  max-width: 480px;
}

.text-29 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-30 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90.16deg, #2e90fa 0%, #c7bbfd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
}

.div-block-18 {
  width: 100%;
  max-width: 380px;
  margin-top: 60px;
}

.frame-1171276237 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 753px;
  text-decoration: none;
  display: flex;
}

.image-20 {
  max-width: 606px;
  margin-top: 60px;
}

.frame-1171276212 {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276213 {
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-1171276175 {
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  text-decoration: none;
  display: flex;
}

.frame-1171276214 {
  grid-column-gap: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #475467;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-14-copy {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text {
  color: #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.frame-1171276215 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 160px;
  text-decoration: none;
  display: flex;
}

.default_heading_and_subheading-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.default_heading_and_subheading-copy-copy.max-760 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  max-width: 760px;
}

.div-block-19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.section-ai-ads {
  padding-top: 40px;
  padding-bottom: 64px;
}

.section-ai-ads.hero {
  padding-top: 48px;
  padding-bottom: 25px;
}

.section-ai-ads.trusted-by {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-ai-ads.fafafa {
  background-color: #fafafa;
}

.section-ai-ads.cta {
  padding-bottom: 180px;
}

.section-ai-ads.for-the-team-special {
  padding-bottom: 128px;
}

.section-ai-ads.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  padding-top: 39px;
}

.section-ai-ads.hero-with-bg {
  padding-top: 48px;
  padding-bottom: 128px;
}

.section-ai-ads.calculator {
  padding-top: 0;
}

.section-ai-ads.in-hero-blog {
  padding-top: 20px;
  padding-bottom: 32px;
}

.section-ai-ads.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.section-ai-ads.blog-template {
  padding-top: 70px;
  padding-bottom: 0;
}

.section-ai-ads.new-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-ai-ads.is-ctas {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-ai-ads.brand-directory {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-ai-ads.is-founder-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-ai-ads.is-reviews {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-ai-ads.is-compare {
  padding-top: 0;
  padding-bottom: 64px;
}

.section-ai-ads.is-features {
  padding-top: 0;
}

.section-ai-ads.is-brands {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-ai-ads.is-videos {
  padding-top: 64px;
}

.link-style-copy {
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 147px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.frame-1171276217-copy {
  grid-row-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
  text-decoration: none;
  display: flex;
}

.frame-1171276217_2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 220px;
  text-decoration: none;
  display: flex;
}

.frame-1171276218-copy {
  grid-column-gap: 25px;
  grid-column-gap: 25px;
  grid-column-gap: 25px;
  grid-column-gap: 25px;
  grid-column-gap: 25px;
  grid-column-gap: 25px;
  grid-column-gap: 25px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 469px;
  height: 74px;
  padding: 17px 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-21-copy {
  color: #000;
  min-height: 100px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.banner-demo {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.div-block-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #3e82f8;
  font-size: 32px;
  font-weight: 600;
}

.div-block-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  padding-bottom: 5px;
}

.text-block-3 {
  color: #3e82f8;
}

.heading {
  font-weight: 600;
}

.creative_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto minmax(15.5rem, 1fr) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.creative_grid.different-for-new-lander {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.text-block-4 {
  margin-top: 0;
  font-size: 28px;
  font-weight: 500;
}

.link-block-3 {
  display: flex;
}

.link-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-5 {
  font-size: 18px;
  font-weight: 500;
}

.link-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #f0f0f0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-6 {
  color: #475467;
  font-size: 18px;
  font-weight: 500;
}

.div-block-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #d6d6d6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.div-block-23 {
  background-color: #0000;
}

.div-block-23.bg-creative {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.text-block-7 {
  flex: 0 auto;
  min-height: 46px;
  font-size: 18px;
  font-weight: 600;
}

.text-block-8 {
  font-size: 16px;
  font-weight: 500;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

.bg-demo {
  z-index: -1;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: absolute;
  inset: 0%;
}

.div-block-24 {
  z-index: 10;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.div-block-25 {
  z-index: 100;
  position: relative;
}

.section2 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section2.hero {
  padding-top: 48px;
  padding-bottom: 25px;
}

.section2.trusted-by {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section2.fafafa {
  background-color: #fafafa;
}

.section2.cta {
  padding-bottom: 180px;
}

.section2.for-the-team-special {
  padding-bottom: 128px;
}

.section2.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  padding-top: 39px;
}

.section2.hero-with-bg {
  padding-top: 48px;
  padding-bottom: 128px;
}

.section2.calculator {
  padding-top: 0;
}

.section2.in-hero-blog {
  padding-top: 20px;
  padding-bottom: 32px;
}

.section2.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.section2.blog-template {
  padding-top: 70px;
  padding-bottom: 0;
}

.section2.new-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section2.is-ctas {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section2.brand-directory {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section2.is-founder-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section2.is-reviews {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section2.is-compare {
  padding-top: 0;
  padding-bottom: 64px;
}

.section2.is-features {
  padding-top: 0;
}

.section2.is-brands {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section2.is-videos {
  padding-top: 64px;
}

.div-block-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.video-3 {
  aspect-ratio: 9 / 16;
}

.section-center {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section-center.hero {
  padding-top: 48px;
  padding-bottom: 25px;
}

.section-center.trusted-by {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-center.fafafa {
  background-color: #fafafa;
}

.section-center.cta {
  padding-bottom: 180px;
}

.section-center.for-the-team-special {
  padding-bottom: 128px;
}

.section-center.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  padding-top: 39px;
}

.section-center.hero-with-bg {
  padding-top: 48px;
  padding-bottom: 128px;
}

.section-center.calculator {
  padding-top: 0;
}

.section-center.in-hero-blog {
  padding-top: 20px;
  padding-bottom: 32px;
}

.section-center.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.section-center.blog-template {
  padding-top: 70px;
  padding-bottom: 0;
}

.section-center.new-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-center.is-ctas {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-center.brand-directory {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-center.is-founder-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-center.is-reviews {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-center.is-compare {
  padding-top: 0;
  padding-bottom: 64px;
}

.section-center.is-features {
  padding-top: 0;
}

.section-center.is-brands {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-center.is-videos {
  padding-top: 64px;
}

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

.container-copy.all-languages-wrapper, .container-copy.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.container-copy.for-the-faq-copy {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section-3 {
  color: #535862;
  padding-top: 128px;
  padding-bottom: 128px;
}

.section-3.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.button-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button-3.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button-3.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-3.in-the-pricing.is-faq {
  width: auto;
}

.button-3.in-the-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3.in-the-pricing.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .button-3.in-the-pricing.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .button-3.in-the-pricing.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .button-3.in-the-pricing.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .button-3.in-the-pricing.v2.in-the-pricing-page-319, .button-3.in-the-pricing.v2.in-the-pricing-page-365, .button-3.in-the-pricing.v2.in-the-pricing-page-426, .button-3.in-the-pricing.v2.in-the-pricing-page-487, .button-3.in-the-pricing.v2.in-the-pricing-page-552, .button-3.in-the-pricing.v2.in-the-pricing-page-949, .button-3.in-the-pricing.v2.in-the-pricing-page-995, .button-3.in-the-pricing.v2.in-the-pricing-page-1056, .button-3.in-the-pricing.v2.in-the-pricing-page-1117, .button-3.in-the-pricing.v2.in-the-pricing-page-1182 {
  background-color: #000;
  min-height: 56px;
}

.button-3.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-3.in-the-pricing.for-the-pro.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3.in-the-pricing.for-the-pro.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.for-the-pro.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .button-3.in-the-pricing.for-the-pro.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .button-3.in-the-pricing.for-the-pro.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .button-3.in-the-pricing.for-the-pro.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-88, .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-273, .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-596, .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-705, .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-903, .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-1226, .button-3.in-the-pricing.for-the-pro.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3.in-the-pricing.for-the-pro.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.for-the-pro.v2-copy.in-the-pricing-page-88, .button-3.in-the-pricing.for-the-pro.v2-copy.in-the-pricing-page-273, .button-3.in-the-pricing.for-the-pro.v2-copy.in-the-pricing-page-596, .button-3.in-the-pricing.for-the-pro.v2.in-the-pricing-page-596, .button-3.in-the-pricing.v2, .button-3.in-the-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3.in-the-pricing.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .button-3.in-the-pricing.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .button-3.in-the-pricing.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .button-3.in-the-pricing.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .button-3.in-the-pricing.v2.in-the-pricing-page-84, .button-3.in-the-pricing.v2.in-the-pricing-page-156, .button-3.in-the-pricing.v2.in-the-pricing-page-229, .button-3.in-the-pricing.v2.in-the-pricing-page-701, .button-3.in-the-pricing.v2.in-the-pricing-page-779, .button-3.in-the-pricing.v2.in-the-pricing-page-858, .button-3.in-the-pricing.v2-copy {
  background-color: #000;
}

.button-3.in-the-pricing.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
  min-height: 56px;
}

.button-3.in-the-pricing.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  background-color: #000;
}

.button-3.in-the-pricing.v2-copy:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .button-3.in-the-pricing.v2-copy:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .button-3.in-the-pricing.v2-copy:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .button-3.in-the-pricing.v2-copy:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  background-color: #000;
  min-height: 56px;
}

.button-3.in-the-pricing.v2-copy.in-the-pricing-page-84, .button-3.in-the-pricing.v2-copy.in-the-pricing-page-156, .button-3.in-the-pricing.v2-copy.in-the-pricing-page-229 {
  background-color: #000;
}

.button-3.in-the-pricing.v2-copy.in-the-pricing-page-775 {
  background-color: #000;
  min-height: 56px;
}

.button-3.in-the-pricing.v2-copy, .button-3.in-the-pricing.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3.in-the-pricing.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.v2-copy:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .button-3.in-the-pricing.v2-copy:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .button-3.in-the-pricing.v2-copy:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .button-3.in-the-pricing.v2-copy:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .button-3.in-the-pricing.v2-copy.in-the-pricing-page-84, .button-3.in-the-pricing.v2-copy.in-the-pricing-page-156, .button-3.in-the-pricing.v2-copy.in-the-pricing-page-229, .button-3.in-the-pricing.v2-copy.in-the-pricing-page-854, .button-3.in-the-pricing.v2-copy-copy {
  background-color: #000;
}

.button-3.in-the-pricing.v2-copy-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
  min-height: 56px;
}

.button-3.in-the-pricing.v2-copy-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.v2-copy-copy.in-the-pricing-page-84, .button-3.in-the-pricing.v2-copy-copy.in-the-pricing-page-156, .button-3.in-the-pricing.v2-copy-copy.in-the-pricing-page-229, .button-3.in-the-pricing.v2-copy-copy, .button-3.in-the-pricing.v2-copy-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3.in-the-pricing.v2-copy-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3.in-the-pricing.v2-copy-copy.in-the-pricing-page-84, .button-3.in-the-pricing.v2-copy-copy.in-the-pricing-page-156, .button-3.in-the-pricing.v2-copy-copy.in-the-pricing-page-229, .button-3.in-the-pricing.v2, .button-3.in-the-pricing.v2-copy, .button-3.in-the-pricing.v2, .button-3.in-the-pricing.v2.in-the-pricing-page-229 {
  background-color: #000;
}

.text-button-3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  transition: all 1.4s;
}

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

.container-4.for-the-faq {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-4.for-the-faq.arcards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
}

.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.text-button-copy-creatify {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-copy-creatify.smaller-nav {
  font-size: 14px;
  line-height: 142%;
}

.text-button-copy-creatify.is-bigger {
  font-size: 1.375rem;
}

.text-button-copy-creatify.etp {
  font-weight: 500;
}

.try-makeugc-now-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #252b37;
  border: 1px solid #3e82f8;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  max-height: 56px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 20px 40px;
  transition: all 1.4s;
  display: flex;
  position: static;
  inset: auto auto -40px 0%;
  overflow: hidden;
}

.button-copy.transparent {
  color: #252b37;
  background-color: #0000;
}

.button-copy.in-the-navbar {
  padding: 8px 12px;
}

.bold-text {
  color: #000;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.image-21 {
  width: 60%;
}

.grid {
  grid-template-columns: 1fr 1fr minmax(200px, .75fr);
  grid-template-areas: "Feature MakeUGC Arcads";
}

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

.container-6 {
  background-image: linear-gradient(90deg, #b2d7ff, #ebe8fc);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  max-width: none;
  height: 60px;
  display: flex;
}

.text-block-9 {
  color: #000;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.image-22 {
  text-align: center;
  object-fit: scale-down;
  width: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.problem-list_item-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.problem-list_item-copy.is-custom-width {
  max-width: 26rem;
}

.problem-list_item-copy.acards {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  position: static;
}

.text-block-10, .text-block-11 {
  padding-left: 15px;
}

.container-7 {
  width: 100%;
  max-width: none;
  margin-top: 40px;
}

.container-8, .container-8-copy {
  width: 100%;
  max-width: none;
  display: flex;
}

.image-22-copy {
  text-align: center;
  object-fit: contain;
  width: auto;
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.problem-list_item-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.problem-list_item-3.is-custom-width {
  max-width: 26rem;
}

.problem-list_item-3.acards {
  text-align: left;
  margin-left: 60px;
  text-decoration: none;
  position: static;
}

.text-block-12 {
  text-align: left;
  align-self: center;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-12-copy {
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-block-12-copy.acards, .text-block-12-copy.arcards {
  text-align: left;
  align-self: flex-start;
}

.text-block-12-copy {
  text-align: center;
  align-self: center;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-2 {
  color: #075eff;
  font-weight: 400;
}

.container-9 {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin: 20px 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-13 {
  text-align: center;
  min-width: 100px;
  padding-top: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.container-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: center;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-14 {
  text-align: center;
  font-size: 12px;
}

.text-block-15 {
  text-align: justify;
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-block-16 {
  text-align: center;
  align-self: baseline;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.prefer-header {
  text-align: left;
  align-self: flex-start;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.text-block-17 {
  text-align: left;
  align-self: flex-start;
  min-width: 16px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-block-17.bottom {
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 27.9px;
}

.item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.item.is-custom-width {
  max-width: 26rem;
}

.item.acards {
  text-align: left;
  align-self: flex-start;
  margin-top: 10px;
  text-decoration: none;
  position: static;
}

.text-block-17-copy {
  text-align: left;
  align-self: flex-start;
  min-width: 16px;
  margin-top: 0;
}

.container-item-prefer {
  text-align: left;
  align-self: flex-start;
  max-width: 672px;
  margin: 10px 0;
}

.bold-text-3 {
  color: #4f8aff;
  text-decoration: underline;
}

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

.bold-text-4 {
  color: #fff;
}

.par-copy._18.white {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.par-copy._18.white.align-left {
  text-align: center;
}

.par-copy._18.arcards {
  margin-top: 20px;
  font-size: 16px;
}

.par-copy._18.overall-acards {
  font-size: 14px;
}

.par-copy._18.overall-acards.prefer {
  color: #000;
  align-self: flex-start;
  font-size: 18px;
}

.par-copy._20 {
  font-size: 20px;
  line-height: 150%;
}

.par-copy._20._252b37 {
  color: #252b37;
  font-weight: 300;
}

.par-copy._414651 {
  color: #414651;
}

.par-copy._535862 {
  color: #535862;
}

.par-copy._0a0d12 {
  color: #0a0d12;
}

.par-copy._555 {
  color: #555;
}

.par-copy._717680 {
  color: #717680;
}

.par-copy._717680.pro-pricing {
  color: #d5d7da;
}

.par-copy._14 {
  letter-spacing: -.084px;
  letter-spacing: -.084px;
  flex: none;
  font-size: 14px;
  line-height: 142.857%;
}

.par-copy._535862-copy {
  color: #535862;
}

.par-copy._18 {
  font-size: 18px;
  line-height: 155%;
}

.text-block-13-copy {
  text-align: center;
  min-width: 100px;
  padding-top: 10px;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.div-block-27 {
  flex-flow: column;
  display: flex;
}

.container-copy {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-copy.for-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 702px;
}

.container-copy.for-trusted-by {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 965px;
  padding: 24px 0;
  overflow: visible;
}

.container-copy.for-trusted-by.second {
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-copy.in-create {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.container-copy.for-the-faq {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-copy.in-the-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 24px;
  padding-top: 76px;
  padding-bottom: 75px;
  overflow: hidden;
}

.container-copy.in-the-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-copy.socials-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 24px;
}

.container-copy.for-the-legal-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 900px;
}

.container-copy.for-the-legal-pages.smaller-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container-copy.for-hero-languages {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 960px;
}

.container-copy.all-languages-wrapper, .container-copy.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.container-copy.how-it-works-affiliate {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 100px;
}

.container-copy.for-the-calc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-copy.for-hero-affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 700px;
}

.container-copy.in-hero-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-copy.in-all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-copy.in-blog-template {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-copy.in-2-min-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container-copy.arcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-copy.acards {
  padding-left: 100px;
  padding-right: 100px;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-29, .div-block-30, .div-block-31 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.bold-text-5 {
  text-decoration: underline;
}

.text-block-19 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.par-creatify._18.white {
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
}

.par-creatify._18.white.align-left {
  text-align: center;
}

.par-creatify._18.arcards {
  margin-top: 20px;
  font-size: 16px;
}

.par-creatify._18.overall-acards {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.par-creatify._18.overall-acards.prefer {
  color: #000;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 400;
}

.par-creatify._20 {
  font-size: 20px;
  line-height: 150%;
}

.par-creatify._20._252b37 {
  color: #252b37;
  font-weight: 300;
}

.par-creatify._414651 {
  color: #414651;
}

.par-creatify._535862 {
  color: #535862;
}

.par-creatify._0a0d12 {
  color: #0a0d12;
}

.par-creatify._555 {
  color: #555;
}

.par-creatify._717680 {
  color: #717680;
}

.par-creatify._717680.pro-pricing {
  color: #d5d7da;
}

.par-creatify._14 {
  letter-spacing: -.084px;
  letter-spacing: -.084px;
  flex: none;
  font-size: 14px;
  line-height: 142.857%;
}

.par-creatify._535862-copy {
  color: #535862;
}

.par-creatify._18 {
  font-size: 18px;
  line-height: 155%;
}

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

.div-block-34 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.video-4 {
  border-radius: 16px;
}

.creatify-container-video {
  border-radius: 16px;
  width: 100%;
  min-width: auto;
  max-width: none;
  overflow: hidden;
}

.div-block-35 {
  width: 100%;
  display: flex;
}

.nav_menu_1 {
  pointer-events: auto;
  width: 36.5951%;
}

.container-11:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  z-index: 1;
  background-color: #00a63e70;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 68px;
  max-width: 100%;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 11px;
  display: flex;
  position: relative;
}

.text-block-21:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #00a63e;
  font-size: 12px;
  font-weight: 500;
}

.text-block-22.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #00a63e;
  font-weight: 500;
}

.text-button-4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-4.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #fff;
}

.image-24:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  width: auto;
  max-height: 30px;
}

.div-block-37:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.container-12.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #00a63e66;
  border-radius: 5px;
  padding: 1px 5px;
}

.div-block-36:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  width: 100%;
}

.text-block-23.v2 {
  color: #00a63e;
}

.text-block-23.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-block-23.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .text-block-23.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .text-block-23.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .text-block-23.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .text-block-23.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  font-size: 12px;
  font-weight: 500;
}

.text-block-23.v2.blackfriday {
  color: #00a63e;
  -webkit-text-stroke-color: #00a63e;
}

.text-block-23.v2.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #fff085;
}

.text-block-23.v2.in-the-pricing-page-13, .text-block-23.v2.in-the-pricing-page-629 {
  font-size: 12px;
  font-weight: 500;
}

.text-button-5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-5.v2 {
  color: #fff;
  font-size: 12px;
}

.text-button-5.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-button-5.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .text-button-5.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .text-button-5.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .text-button-5.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .text-button-5.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .text-button-5.v2.in-the-pricing-page-86, .text-button-5.v2.in-the-pricing-page-90, .text-button-5.v2.in-the-pricing-page-158, .text-button-5.v2.in-the-pricing-page-231, .text-button-5.v2.in-the-pricing-page-275, .text-button-5.v2.in-the-pricing-page-321, .text-button-5.v2.in-the-pricing-page-367, .text-button-5.v2.in-the-pricing-page-428, .text-button-5.v2.in-the-pricing-page-489, .text-button-5.v2.in-the-pricing-page-554, .text-button-5.v2.in-the-pricing-page-598, .text-button-5.v2.in-the-pricing-page-703, .text-button-5.v2.in-the-pricing-page-707, .text-button-5.v2.in-the-pricing-page-777, .text-button-5.v2.in-the-pricing-page-781, .text-button-5.v2.in-the-pricing-page-856, .text-button-5.v2.in-the-pricing-page-860, .text-button-5.v2.in-the-pricing-page-905, .text-button-5.v2.in-the-pricing-page-951, .text-button-5.v2.in-the-pricing-page-997, .text-button-5.v2.in-the-pricing-page-1058, .text-button-5.v2.in-the-pricing-page-1119, .text-button-5.v2.in-the-pricing-page-1184, .text-button-5.v2.in-the-pricing-page-1228 {
  color: #fff;
}

.text-button-5.v2-copy {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}

.text-button-5.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-button-5.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .text-button-5.v2-copy.in-the-pricing-page-86, .text-button-5.v2-copy.in-the-pricing-page-90, .text-button-5.v2-copy.in-the-pricing-page-158, .text-button-5.v2-copy.in-the-pricing-page-231, .text-button-5.v2-copy.in-the-pricing-page-275, .text-button-5.v2-copy.in-the-pricing-page-321, .text-button-5.v2-copy.in-the-pricing-page-367, .text-button-5.v2-copy.in-the-pricing-page-428, .text-button-5.v2-copy.in-the-pricing-page-489, .text-button-5.v2-copy.in-the-pricing-page-554, .text-button-5.v2-copy.in-the-pricing-page-598 {
  color: #fff;
}

.text-button-5.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-button-5.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .text-button-5.v2-copy.in-the-pricing-page-86, .text-button-5.v2-copy.in-the-pricing-page-90, .text-button-5.v2-copy.in-the-pricing-page-158, .text-button-5.v2-copy.in-the-pricing-page-231, .text-button-5.v2-copy.in-the-pricing-page-275, .text-button-5.v2-copy.in-the-pricing-page-321, .text-button-5.v2-copy.in-the-pricing-page-367, .text-button-5.v2-copy.in-the-pricing-page-428, .text-button-5.v2-copy.in-the-pricing-page-489, .text-button-5.v2-copy.in-the-pricing-page-554, .text-button-5.v2-copy.in-the-pricing-page-598 {
  color: #fff;
}

.text-button-5.v2-copy {
  color: #fff;
  font-size: 12px;
}

.text-button-5.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-button-5.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .text-button-5.v2-copy.in-the-pricing-page-86, .text-button-5.v2-copy.in-the-pricing-page-90, .text-button-5.v2-copy.in-the-pricing-page-158, .text-button-5.v2-copy.in-the-pricing-page-231, .text-button-5.v2-copy.in-the-pricing-page-275, .text-button-5.v2-copy.in-the-pricing-page-321, .text-button-5.v2-copy.in-the-pricing-page-367, .text-button-5.v2-copy.in-the-pricing-page-428, .text-button-5.v2-copy.in-the-pricing-page-489, .text-button-5.v2-copy.in-the-pricing-page-554, .text-button-5.v2-copy.in-the-pricing-page-598 {
  color: #fff;
}

.image-25 {
  max-width: 78px;
  max-height: 30px;
}

.image-25:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-25:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-25:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-25:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-25:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-25:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  width: auto;
  max-height: 30px;
}

.image-25.trial-1 {
  max-width: 146px;
  max-height: 32px;
}

.image-25.trial-1.trial2 {
  max-width: 103px;
}

.image-25.trial {
  object-fit: contain;
}

.image-25.trial.in-the-pricing-page-20, .image-25.trial.in-the-pricing-page-636, .image-25.trial.in-the-pricing-page-712, .image-25.trial.in-the-pricing-page-787, .image-25.in-the-pricing-page-164, .image-25.in-the-pricing-page-328, .image-25.in-the-pricing-page-494, .image-25.in-the-pricing-page-788, .image-25.in-the-pricing-page-958, .image-25.in-the-pricing-page-1124 {
  width: auto;
  max-height: 30px;
}

.div-block-38 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-38:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-38:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  justify-content: space-between;
  display: flex;
}

.div-block-38:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-38:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-38:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-38:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-38.trial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
}

.div-block-38.trial.in-the-pricing-page-18 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-38.trial.in-the-pricing-page-634 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-38.in-the-pricing-page-21, .div-block-38.in-the-pricing-page-93, .div-block-38.in-the-pricing-page-162, .div-block-38.in-the-pricing-page-281, .div-block-38.in-the-pricing-page-326, .div-block-38.in-the-pricing-page-370, .div-block-38.in-the-pricing-page-431, .div-block-38.in-the-pricing-page-492 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-38.in-the-pricing-page-637, .div-block-38.in-the-pricing-page-710, .div-block-38.in-the-pricing-page-785, .div-block-38.in-the-pricing-page-911, .div-block-38.in-the-pricing-page-956, .div-block-38.in-the-pricing-page-1000, .div-block-38.in-the-pricing-page-1061 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-13.v2 {
  background-color: #00a63e36;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.container-13.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .container-13.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .container-13.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .container-13.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .container-13.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .container-13.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  color: #00a63e;
  background-color: #00a63e30;
  border-radius: 5px;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 5px;
}

.container-13.v2.blackfriday {
  background-color: #00a63e1f;
}

.container-13.v2.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #030303;
}

.container-13.v2.in-the-pricing-page-12, .container-13.v2.in-the-pricing-page-628 {
  color: #00a63e;
  background-color: #00a63e30;
  border-radius: 5px;
  min-height: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 5px;
}

.div-block-39 {
  background-color: #ffffffe0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 169px;
  padding: 16px;
  display: flex;
}

.div-block-39:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-39:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .div-block-39:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-39:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-39:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-39:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  width: 100%;
  display: block;
}

.div-block-39.blackfriday, .div-block-39.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-39.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .div-block-39.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-39.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-39.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-39.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  background-color: #000000e0;
}

.div-block-39.blackfriday.in-the-pricing-page-280, .div-block-39.blackfriday.in-the-pricing-page-325, .div-block-39.blackfriday.in-the-pricing-page-910, .div-block-39.blackfriday.in-the-pricing-page-955 {
  background-color: #000000e0;
  width: 100%;
  display: block;
}

.div-block-39.in-the-pricing-page-17, .div-block-39.in-the-pricing-page-92, .div-block-39.in-the-pricing-page-161, .div-block-39.in-the-pricing-page-234, .div-block-39.in-the-pricing-page-369, .div-block-39.in-the-pricing-page-430, .div-block-39.in-the-pricing-page-491, .div-block-39.in-the-pricing-page-556, .div-block-39.in-the-pricing-page-633, .div-block-39.in-the-pricing-page-709, .div-block-39.in-the-pricing-page-784, .div-block-39.in-the-pricing-page-863, .div-block-39.in-the-pricing-page-999, .div-block-39.in-the-pricing-page-1060, .div-block-39.in-the-pricing-page-1121, .div-block-39.in-the-pricing-page-1186 {
  width: 100%;
  display: block;
}

.background_color_tabber-2 {
  z-index: 0;
  background-color: #2e90fa;
  border-radius: 8px;
  width: 48%;
  position: absolute;
  inset: 6px auto 6px 6px;
}

.background_color_tabber-2.v2 {
  background-color: #c1c1c247;
}

.background_color_tabber-2.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #d1d2d354;
}

.header-score {
  color: #1a1a20;
  font-size: 40px;
  font-weight: 500;
}

.div-block-40 {
  background-color: #fff0;
  background-image: linear-gradient(0deg, #fff0, #fff 0%, #ffffff26 60%, #fff);
  position: relative;
  bottom: 37px;
}

.div-block-41 {
  color: #fff;
  background-color: #ffffff75;
  position: relative;
  bottom: 35px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: baseline;
  width: 100%;
  margin-top: 20px;
}

.div-block-42 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: .1px solid #e7e1e1;
  flex-flow: column;
  padding: 10px 20px;
  display: flex;
}

.text-block-24 {
  align-self: flex-start;
}

.text-block-24.header-item-score {
  color: #337aff;
  align-self: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

.text-block-25 {
  color: #1a1a20;
  text-align: right;
  align-self: flex-start;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.text-block-25.hebrew-label {
  text-align: right;
}

.text-block-26 {
  color: #5c5c697d;
  text-align: left;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 400;
}

.section-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.grid-feat-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .1px solid #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
}

.grid-feat-1.grid-feat-2, .grid-feat-1.agent {
  grid-template-columns: 1fr 1fr;
}

.feat-item-1 {
  background-color: #fff;
  border: .1px solid #e9e5e5;
  flex-flow: row;
  width: 100%;
  max-height: 260px;
  padding-left: 20px;
  display: flex;
  overflow: visible;
}

.feat-item-1.broll {
  overflow: visible;
}

.feat-item-1.ai-avatar {
  overflow: hidden;
}

.feat-item-1.agent {
  background-color: #fff0;
}

.image-26 {
  object-fit: contain;
  width: auto;
  max-height: 230px;
  padding: 10px;
  position: relative;
  left: 20px;
}

.image-26.broll {
  object-fit: cover;
  max-width: 200%;
  max-height: 150px;
  padding: 0;
  bottom: 33px;
  overflow: visible;
}

.image-26.ai-avatar.ai-1 {
  max-width: 150px;
  max-height: 225px;
  padding: 0;
  bottom: 0;
  left: 0;
}

.image-26.ai-avatar.ai-2 {
  max-width: 138px;
  max-height: 80px;
  padding: 0;
  bottom: 104px;
  left: 0;
}

.image-26.ai-avatar.ai-3 {
  max-width: 125px;
  max-height: 80px;
  padding: 0;
  bottom: 147px;
}

.image-26.pih {
  position: static;
}

.image-26.gesture {
  object-fit: contain;
  max-height: 290px;
  padding: 0;
  position: static;
  bottom: 15px;
  left: auto;
  overflow: visible;
}

.feat-item.header-item {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.feat-item.header-item.trial-1 {
  text-align: left;
}

.div-block-43 {
  align-self: center;
  margin-top: 20px;
}

.div-block-43.broll {
  order: 0;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.div-block-43.ai-avatar {
  padding-top: 20px;
}

.text-block-27 {
  text-align: right;
  font-size: 12px;
}

.text-block-27.trial-1 {
  text-align: left;
}

.image-27 {
  max-width: 30px;
  max-height: 30px;
}

.div-block-44 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

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

.div-block-46 {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-46.trial-1 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-28 {
  color: #fff;
  background-image: linear-gradient(90deg, #6ca6ff, #8151ff);
  border-radius: 5px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.step-containter-1.etp, .step-containter-1.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  max-width: 100%;
}

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

.grid-3.why {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-47 {
  object-fit: contain;
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-47.image {
  object-fit: fill;
  background-color: #ffffff80;
  min-height: 240px;
  max-height: 240px;
  padding: 0;
}

.div-block-47.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47.image.step1 {
  background-position: 50%;
  background-size: cover;
}

.div-block-47.image.step1.agent {
  background-image: url('../images/part-1.png');
  background-size: cover;
  border-style: solid;
  border-width: .1px;
  min-height: 200px;
}

.div-block-47.image.step2 {
  object-fit: fill;
  background-image: url('../images/part-2.png');
  background-size: cover;
  border-left-style: none;
  border-left-width: 0;
  min-height: 200px;
  max-height: 240px;
}

.div-block-47.image.step3 {
  background-image: url('../images/part-3.png');
  background-position: 50%;
  background-size: cover;
  min-height: 200px;
}

.div-block-47.background {
  background-color: #fff6;
}

.div-block-47.etp {
  padding: 40px;
  display: block;
}

.div-block-47.etp.prd-crea {
  border-color: #fff;
}

.div-block-47.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47.hiw {
  min-height: 240px;
}

.div-block-47.div-block-47-prd-clone {
  border-color: #fff;
}

.image-28 {
  width: auto;
  max-width: 40px;
  max-height: 40px;
}

.image-28.etp {
  margin-bottom: 20px;
}

.image-28.etp.prd-crea {
  margin-bottom: 40px;
}

.step-item-header {
  text-align: left;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.step-item-header.etp {
  font-size: 24px;
  line-height: 100%;
}

.step-item-header.etp.prd-crea {
  font-size: 20px;
  line-height: 26px;
}

.step-item-header.why {
  font-size: 20px;
}

.div-block-48 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: right;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.image-29 {
  object-fit: contain;
  max-width: 600px;
  max-height: 240px;
}

.image-29.img-47-prd-clone {
  border: .1px solid #fff;
  border-bottom-style: none;
}

.image-29.img-47-prd-clone.prd-in-use {
  border-style: solid;
  border-width: .1px;
}

.language_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.text-block-29 {
  align-self: center;
  font-family: Inter, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-30 {
  color: #5c5c69ab;
  text-align: center;
  align-self: center;
  font-weight: 300;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #121e49;
  background-image: url('../images/Visual-Container.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: 1240px;
  height: 100%;
  min-height: 504px;
  max-height: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-49.why {
  margin-top: 40px;
}

.text-block-31-26 {
  color: #ffffff87;
  text-align: center;
  border: 0 solid #fff;
  max-width: 620px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

.text-block-32 {
  color: #ffffffd1;
  text-align: center;
  max-width: 400px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-33 {
  color: #5c5c69;
  font-weight: 400;
}

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

.div-block-50 {
  text-align: center;
  background-color: #cfcfcf14;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
}

.image-30 {
  max-width: 30px;
  max-height: 30px;
  padding: 5px;
}

.image-31 {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link, .link-2, .link-3 {
  color: #000;
  font-weight: 500;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-51 {
  width: 100%;
  display: flex;
}

.div-block-52 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid-aff {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border: .1px solid #e2e1e1;
  grid-template-rows: auto auto auto;
}

.div-item-step {
  border: .1px solid #e6e6e6;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 240px;
  padding: 40px;
  display: flex;
}

.div-item-step.image {
  text-align: center;
  background-color: #f6f9fed9;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.image-32 {
  width: 48px;
  height: 8px;
}

.image-32.full {
  object-fit: contain;
  align-self: center;
  width: 100%;
  height: auto;
}

.div-block-53 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-34 {
  color: #1a1a20;
  font-size: 28px;
  line-height: 100%;
}

.text-block-35 {
  color: #5c5c69;
  letter-spacing: 0;
  width: 100%;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.p-etp {
  color: #5c5c69;
  font-family: Inter, Arial, sans-serif;
  font-weight: 300;
}

.p-etp.prd-crea {
  text-align: left;
}

.text-block-36 {
  color: #5c5c69;
  font-weight: 300;
}

.radio-button {
  color: #0659ff;
  background-color: #0659ff;
  margin-top: 0;
  margin-left: 0;
}

.form-2 {
  flex-flow: column;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: -5px;
  display: flex;
}

.form-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.radio-button-field {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-block-37 {
  color: #252b37a8;
  text-align: left;
  max-width: 450px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-37.text-rtl {
  text-align: right;
}

.div-block-54 {
  object-fit: fill;
  height: 50px;
}

.div-block-44-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.step-containter-mobile {
  display: none;
}

.step-containter-mobile.etp, .step-containter-mobile.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.feat-item-3 {
  background-color: #fff;
  border: .1px solid #e9e5e5;
  flex-flow: row;
  width: 100%;
  max-height: 260px;
  padding-left: 20px;
  display: flex;
  overflow: visible;
}

.feat-item-3.broll {
  overflow: visible;
}

.feat-item-3.ai-avatar {
  overflow: hidden;
}

.image-33 {
  width: auto;
  max-width: 60%;
  max-height: 60%;
}

.logo--copy {
  filter: saturate(0%);
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: .5rem;
  width: 150%;
  max-width: 100%;
  height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo--copy.is-ariline {
  width: 9rem;
}

.logo--copy.bigger {
  width: 10rem;
}

.image-34:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-34:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-34:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-34:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-34:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-34:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  text-align: left;
  max-width: 124px;
  max-height: 124px;
  position: absolute;
}

.image-34.blackfriday {
  width: auto;
  max-width: 100%;
  max-height: 100px;
  position: absolute;
  top: -20%;
  left: 70%;
}

.image-34.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-34.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-34.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-34.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-34.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-34.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  position: absolute;
  inset: -20% auto auto 65%;
}

.image-34.blackfriday.in-the-pricing-page-279, .image-34.blackfriday.in-the-pricing-page-909 {
  text-align: left;
  max-width: 124px;
  max-height: 124px;
  position: absolute;
  inset: -20% auto auto 65%;
}

.div-block-55:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  width: 1px;
  max-width: 30px;
  max-height: 30px;
  position: relative;
}

.div-block-56 {
  width: 100%;
  position: relative;
}

.div-block-56:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-56:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .div-block-56:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-56:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-56:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-56:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .div-block-56.in-the-pricing-page-278, .div-block-56.in-the-pricing-page-908 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-57 {
  width: 100%;
  position: relative;
}

.div-block-57:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-57:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .div-block-57:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-57:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-57:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-57:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .div-block-57.in-the-pricing-page-323, .div-block-57.in-the-pricing-page-953 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-35 {
  width: auto;
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  bottom: -20%;
  right: 0%;
}

.image-35:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-35:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-35:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-35:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-35:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-35:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-35.in-the-pricing-page-324, .image-35.in-the-pricing-page-954 {
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  bottom: -20%;
  right: 0%;
}

.tab-pane-p-copy {
  width: 100%;
}

.tab-link-tab-5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-5:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #0000;
}

.tab-link-tab-5:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  background-color: #fff;
}

.tab-link-tab-5:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .tab-link-tab-5:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .tab-link-tab-5:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .tab-link-tab-5:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  background-color: #0000;
}

.tab-link-tab-5.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #9c9cac1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-link-tab-5.w--current:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .tab-link-tab-5.w--current:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .tab-link-tab-5.w--current:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .tab-link-tab-5.w--current:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .tab-link-tab-5.w--current:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  color: #252b37;
}

.tab-link-tab-5.in-the-pricing-page-10, .tab-link-tab-5.in-the-pricing-page-626 {
  color: #252b37;
  background-color: #0000;
}

.tab-link-tab-5.papi {
  min-width: 100px;
}

.tab-link-tab-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-6:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #0000;
}

.tab-link-tab-6:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  background-color: #fff;
}

.tab-link-tab-6:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .tab-link-tab-6:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .tab-link-tab-6:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .tab-link-tab-6:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  background-color: #0000;
}

.tab-link-tab-6.w--current {
  background-color: #9c9cac1f;
  border-radius: 10px;
  padding-right: 10px;
}

.tab-link-tab-6.in-the-pricing-page-11, .tab-link-tab-6.in-the-pricing-page-627 {
  background-color: #0000;
}

.tab-link-tab-6.papi {
  min-width: 100px;
}

.tab-link-tab-6.papi.w--current {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-width: 100px;
}

.div-block-58 {
  display: flex;
}

.text-block-38 {
  color: #d08700;
  font-weight: 500;
  text-decoration: none;
}

.div-block-59 {
  background-color: #fef9c2;
  border-radius: 10px;
  align-self: center;
  margin-left: 10px;
  padding: 5px 10px;
}

.step-containte-mobile.etp {
  margin-top: 40px;
  margin-bottom: 40px;
}

.step-containte-mobile.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.step-containter-2.etp, .step-containter-2.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-agent {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 500;
}

.section-agent.hero {
  background-image: none;
  padding-top: 48px;
  padding-bottom: 25px;
}

.section-agent.hero.v2 {
  padding-bottom: 0;
}

.section-agent.trusted-by {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff 100%, #e6f2ff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section-agent.fafafa {
  background-color: #fafafa;
  display: none;
}

.section-agent.cta {
  padding-bottom: 180px;
}

.section-agent.for-the-team-special {
  padding-bottom: 128px;
}

.section-agent.special-pricing {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-agent.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  padding-top: 39px;
}

.section-agent.for-the-legal-pages-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-agent.hero-with-bg {
  padding-top: 48px;
  padding-bottom: 128px;
}

.section-agent.hero-with-bg.v2 {
  padding-bottom: 40px;
}

.section-agent.calculator {
  padding-top: 0;
}

.section-agent.in-hero-blog {
  padding-top: 20px;
  padding-bottom: 32px;
}

.section-agent.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.section-agent.blog-template {
  padding-top: 70px;
  padding-bottom: 0;
}

.section-agent.new-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-agent.is-ctas {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-agent.brand-directory {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-agent.is-founder-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-agent.is-reviews {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-agent.is-compare {
  padding-top: 0;
  padding-bottom: 64px;
}

.section-agent.is-features {
  padding-top: 0;
}

.section-agent.is-brands {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-agent.is-videos {
  padding-top: 64px;
}

.section-agent.session_score {
  background-image: linear-gradient(90deg, #b2d7ff, #ebe8fc);
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-agent.v2 {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-bottom: 60px;
}

.section-agent.v2-copy {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-bottom: 60px;
  display: none;
}

.containe-agent {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.containe-agent.for-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 55%;
}

.containe-agent.for-hero.pricing {
  max-width: 55%;
}

.containe-agent.for-hero.etp {
  max-width: 75%;
}

.containe-agent.for-trusted-by {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 965px;
  padding: 24px 0;
  overflow: visible;
}

.containe-agent.for-trusted-by.second {
  background-color: #fff0;
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}

.containe-agent.in-create {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.containe-agent.for-the-faq {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.containe-agent.in-the-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 24px;
  padding-top: 76px;
  padding-bottom: 75px;
  overflow: hidden;
}

.containe-agent.in-the-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.containe-agent.socials-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 24px;
}

.containe-agent.for-the-legal-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 900px;
}

.containe-agent.for-the-legal-pages.smaller-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.containe-agent.for-hero-languages {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 960px;
}

.containe-agent.all-languages-wrapper, .containe-agent.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.containe-agent.how-it-works-affiliate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  margin-top: 100px;
}

.containe-agent.for-the-calc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.containe-agent.for-hero-affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 700px;
}

.containe-agent.in-hero-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.containe-agent.in-all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.containe-agent.in-blog-template {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.containe-agent.in-2-min-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.containe-agent.arcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.containe-agent.acards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-left: 100px;
  padding-right: 100px;
}

.containe-agent.why {
  padding-bottom: 0;
}

.default_heading_and_subheading-agent {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.default_heading_and_subheading-agent.max-760.with-margins {
  max-width: 792px;
  padding-left: 16px;
  padding-right: 16px;
}

.default_heading_and_subheading-agent.max-760.with-margins.different {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 752px;
  position: relative;
}

.default_heading_and_subheading-agent.max-760.arcard_heading {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.default_heading_and_subheading-agent.max-760.arcards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.default_heading_and_subheading-agent.max-760.acards {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
}

.default_heading_and_subheading-agent.max-760.acards.summary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-self: center;
  align-items: center;
}

.default_heading_and_subheading-agent.max-760.v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.default_heading_and_subheading-agent.max-760.v2.hiw {
  max-width: 90%;
}

.default_heading_and_subheading-agent.max-760 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-self: center;
  max-width: 760px;
}

.default_heading_and_subheading-agent.max-760.v2.home {
  margin-bottom: 40px;
}

.step-containter-agent {
  display: flex;
}

.step-containter-agent.etp, .step-containter-agent.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-47-agent {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  padding: 20px;
  display: flex;
}

.div-block-47-agent.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-47-agent.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47-agent.background {
  background-color: #fff6;
}

.div-block-47-agent.etp {
  padding: 40px;
  display: block;
}

.div-block-47-agent.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47-agent.hiw {
  min-height: 240px;
}

.div-block-48-agent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.div-block-47-1-agent {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  max-height: 240px;
  padding: 20px;
  display: flex;
}

.div-block-47-1-agent.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-47-1-agent.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47-1-agent.background {
  background-color: #fff6;
}

.div-block-47-1-agent.etp {
  padding: 40px;
  display: block;
}

.div-block-47-1-agent.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47-1-agent.hiw {
  min-height: 240px;
}

.div-block-4-2-agent {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  padding: 20px;
  display: flex;
}

.div-block-4-2-agent.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-4-2-agent.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-4-2-agent.background {
  background-color: #fff6;
}

.div-block-4-2-agent.etp {
  padding: 40px;
  display: block;
}

.div-block-4-2-agent.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-4-2-agent.hiw {
  min-height: 240px;
}

.image-39 {
  object-fit: fill;
  width: 100%;
  max-width: 100%;
}

.image-40 {
  object-fit: fill;
}

.div-block-60 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.image-41 {
  width: 62px;
  height: 32px;
}

.image-42 {
  object-fit: fill;
  width: 40px;
  display: none;
}

.image-42:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-42:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-42:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-42:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-42:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-42.in-the-pricing-page-547, .image-42.in-the-pricing-page-685, .image-42.in-the-pricing-page-692, .image-42.in-the-pricing-page-696, .image-42.in-the-pricing-page-759, .image-42.in-the-pricing-page-766, .image-42.in-the-pricing-page-770, .image-42.in-the-pricing-page-841, .image-42.in-the-pricing-page-848, .image-42.in-the-pricing-page-852, .image-42.in-the-pricing-page-1044, .image-42.in-the-pricing-page-1051, .image-42.in-the-pricing-page-1105, .image-42.in-the-pricing-page-1112, .image-42.in-the-pricing-page-1173, .image-42.in-the-pricing-page-1177, .step-containter-agen-mobile {
  display: none;
}

.step-containter-agen-mobile.etp, .step-containter-agen-mobile.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-61 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  background-color: #1a1a20;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  display: flex;
}

.div-block-61.navbar-wrapper-top.div-block-62 {
  border-radius: 0;
  max-width: 100%;
}

.text-block-39 {
  color: #fff;
  object-fit: contain;
  height: auto;
  font-weight: 400;
  display: flex;
}

.image-43 {
  width: 16px;
  height: 16px;
}

.div-block-62 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.text-block-40 {
  color: #f8faff;
  font-size: 12px;
}

.button-v1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button-v1.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.button-v1.transparent.white-text {
  color: #fff;
}

.button-v1.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.button-v1.in-the-navbar {
  padding: 8px 12px;
}

.button-v1.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button-v1.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-v1.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-v1.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-v1.in-the-pricing.is-faq {
  width: auto;
}

.button-v1.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button-v1.in-the-faq.v2 {
  border-radius: 15px;
}

.button-v1.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-v1.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.button-v1.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

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

.button-v1.v2 {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
}

.button-v1.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.button-v1.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.button-agent {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button-agent.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.button-agent.transparent.white-text {
  color: #fff;
}

.button-agent.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.button-agent.in-the-navbar {
  padding: 8px 12px;
}

.button-agent.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button-agent.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-agent.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-agent.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-agent.in-the-pricing.is-faq {
  width: auto;
}

.button-agent.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button-agent.in-the-faq.v2 {
  border-radius: 15px;
}

.button-agent.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-agent.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.button-agent.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

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

.button-agent.v2 {
  color: #000;
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  height: 32px;
  margin-top: 0;
  padding: 0;
}

.button-agent.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.button-agent.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.text-button-agent {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  transition: all 1.4s;
}

.text-button-agent.smaller-nav {
  font-size: 14px;
  line-height: 142%;
}

.text-button-agent.is-bigger {
  font-size: 1.375rem;
}

.text-button-agent.etp {
  font-weight: 500;
}

.button-3-copy.in-the-pricing.for-the-pro.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3-copy.in-the-pricing.v2, .button-3-copy.in-the-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
}

.button-3-copy.in-the-pricing-copy {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-3-copy.in-the-pricing-copy.is-faq {
  width: auto;
}

.button-3-copy.in-the-pricing-copy.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
  min-height: 56px;
}

.button-3-copy.in-the-pricing-copy.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-3-copy.in-the-pricing-copy.for-the-pro.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3-copy.in-the-pricing-copy.v2, .button-3-copy.in-the-pricing-copy.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
}

.button-3-copy.in-the-pricing-copy.v2-copy {
  pointer-events: none;
  cursor: pointer;
  background-color: #337aff;
  border-style: none;
  border-radius: 8px;
  width: 71px;
  height: 32px;
  padding: 0;
  font-size: 12px;
  overflow: hidden;
}

.button-3-copy.in-the-pricing-copy.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  background-color: #000;
  min-height: 56px;
}

.text-button-5-copy {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-5-copy.v2 {
  color: #fff;
  font-size: 12px;
}

.text-button-5-copy.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #fff;
}

.text-button-5-copy.v2-copy {
  color: #fff;
  font-size: 12px;
}

.text-button-5-copy.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #fff;
}

.image-44 {
  object-fit: cover;
}

.main-copy {
  object-fit: fill;
  width: 100%;
  font-weight: 400;
  overflow: clip;
}

.navbar-hebrew {
  z-index: 99;
  pointer-events: none;
  view-transition-name: navbar;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 16px;
  display: flex;
  position: relative;
  inset: 1rem 0% auto;
}

.section-4-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.grid-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: baseline;
  width: 100%;
  margin-top: 20px;
}

.div-block-42-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: .1px solid #e7e1e1;
  flex-flow: column;
  padding: 10px 20px;
  display: flex;
}

.image-45, .image-45:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-45:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-45:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-45:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-45:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-45.in-the-pricing-page-236, .image-45.in-the-pricing-page-558, .image-45.in-the-pricing-page-865, .image-45.in-the-pricing-page-1188 {
  width: 20px;
  max-width: 20px;
}

.text-block-41, .text-block-41:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .text-block-41:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .text-block-41:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .text-block-41:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .text-block-41:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .text-block-41.in-the-pricing-page-237, .text-block-41.in-the-pricing-page-559, .text-block-41.in-the-pricing-page-866, .text-block-41.in-the-pricing-page-1189 {
  font-weight: 600;
}

.div-block-63 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  display: flex;
}

.div-block-63:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-63:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-63:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-63:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-63:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .div-block-63.in-the-pricing-page-235, .div-block-63.in-the-pricing-page-864 {
  justify-content: flex-start;
}

.div-block-64:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  display: flex;
}

.div-block-65, .div-block-65:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-65:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-65:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-65:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-65:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .div-block-65.in-the-pricing-page-557, .div-block-65.in-the-pricing-page-1187 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.text-block-42 {
  color: #ffffff47;
  text-align: center;
  max-width: 540px;
  font-family: Inter, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.container-offer {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-offer.for-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 55%;
}

.container-offer.for-hero.pricing {
  max-width: 55%;
}

.container-offer.for-hero.etp {
  max-width: 75%;
}

.container-offer.for-trusted-by {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 965px;
  padding: 24px 0;
  overflow: visible;
}

.container-offer.for-trusted-by.second {
  background-color: #fff0;
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-offer.in-create {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.container-offer.for-the-faq {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-offer.in-the-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 24px;
  padding-top: 76px;
  padding-bottom: 75px;
  overflow: hidden;
}

.container-offer.in-the-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-offer.socials-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 24px;
}

.container-offer.for-the-legal-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 900px;
}

.container-offer.for-the-legal-pages.smaller-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container-offer.for-hero-languages {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 960px;
}

.container-offer.all-languages-wrapper, .container-offer.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.container-offer.how-it-works-affiliate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  margin-top: 100px;
}

.container-offer.for-the-calc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-offer.for-hero-affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 700px;
}

.container-offer.in-hero-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-offer.in-all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-offer.in-blog-template {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-offer.in-2-min-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container-offer.arcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-offer.acards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-offer.why {
  padding-bottom: 0;
}

.container-offer.trial {
  flex-flow: row;
}

.text-block-43 {
  color: #000;
  font-family: Gochi Hand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
}

.image-46 {
  z-index: 1;
  width: 120px;
  height: 40px;
  display: block;
  position: absolute;
  top: -20px;
  left: 80px;
  right: 0;
}

.text-block-43-copy, .text-block-45 {
  color: #000;
  font-family: Gochi Hand, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 14px;
}

.button-3-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button-3-copy.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button-3-copy.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-3-copy.in-the-pricing.is-faq {
  width: auto;
}

.button-3-copy.in-the-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3-copy.in-the-pricing.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  background-color: #000;
  min-height: 56px;
}

.button-3-copy.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-3-copy.in-the-pricing.for-the-pro.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3-copy.in-the-pricing.for-the-pro.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .button-3-copy.in-the-pricing.v2, .button-3-copy.in-the-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .button-3-copy.in-the-pricing.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  background-color: #000;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

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

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

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

.paragraph {
  color: #337aff;
}

.heading-2 {
  font-size: 52px;
  font-weight: 600;
}

.button-outline {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #23232b;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #9c9cac1f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button-outline.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.button-outline.transparent.white-text {
  color: #fff;
}

.button-outline.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.button-outline.in-the-navbar {
  padding: 8px 12px;
}

.button-outline.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button-outline.in-the-navbar.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.button-outline.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-outline.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-outline.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-outline.in-the-pricing.is-faq {
  width: auto;
}

.button-outline.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button-outline.in-the-faq.v2 {
  border-radius: 15px;
}

.button-outline.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-outline.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.button-outline.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

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

.button-outline.v2 {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
}

.button-outline.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.button-outline.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.h1-talkinghead {
  font-family: Rubik, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.h1-talkinghead.smaller {
  font-size: 40px;
  line-height: 120%;
}

.h1-talkinghead.in-blog {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 120%;
}

.h1-talkinghead.v2 {
  letter-spacing: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.h1-customavatar {
  font-family: Rubik, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.h1-customavatar.smaller {
  font-size: 40px;
  line-height: 120%;
}

.h1-customavatar.in-blog {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 120%;
}

.h1-customavatar.v2 {
  letter-spacing: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.h1-vroll {
  font-family: Rubik, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.h1-vroll.smaller {
  font-size: 40px;
  line-height: 120%;
}

.h1-vroll.in-blog {
  letter-spacing: 0;
  font-size: 40px;
  line-height: 120%;
}

.h1-vroll.v2 {
  letter-spacing: 0;
  font-family: Inter, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
}

.span_special-main {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa, #c7bbfd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
}

.tooltip {
  position: static;
}

.icon {
  cursor: pointer;
  background-image: url('../images/info.png');
  background-size: auto;
}

.image-47 {
  max-width: 15px;
  max-height: 15px;
}

.tooltiptext-w-m1 {
  display: none;
  position: absolute;
}

.text-block-46 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: 5px;
  font-size: 12px;
}

.tooltiptext-w-m2, .tooltiptext-w-m3 {
  display: none;
  position: absolute;
}

.tooltip-m2, .tooltip-m1, .tooltip-m3 {
  position: static;
}

.text-block-47 {
  color: #0a0d12;
  font-family: Inter, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 142%;
}

.dropdown-toggle {
  padding: 6px 12px;
  display: flex;
}

.icon-2 {
  margin-right: 0;
  position: relative;
}

.dropdown-list {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
  font-weight: 500;
}

.actual-pricing-enterprise {
  letter-spacing: -.96px;
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
}

.actual-pricing-enterprise.pro-numbers {
  color: #fdfdfd;
}

.actual-pricing-enterprise.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  color: #000;
  font-weight: 500;
}

.actual-pricing-enterprise.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  font-size: 25px;
  font-weight: 600;
}

.actual-pricing-enterprise.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  font-weight: 600;
}

.actual-pricing-enterprise.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing-enterprise.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing-enterprise.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing-enterprise.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3) {
  font-size: 25px;
  font-weight: 600;
}

.actual-pricing-enterprise.v2.blackfriday {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

.actual-pricing-enterprise.v2.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing-enterprise.v2.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  color: #9e9ead;
  align-self: flex-start;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}

.actual-pricing-enterprise.v2.blackfriday.real-price {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  text-decoration: none;
}

.actual-pricing-enterprise.v2.blackfriday.real-price:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing-enterprise.v2.blackfriday.real-price:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3) {
  color: #fff085;
  align-self: auto;
  font-size: 40px;
  font-weight: 600;
  text-decoration: none;
}

.actual-pricing-enterprise.v2.in-the-pricing-page-239, .actual-pricing-enterprise.v2.in-the-pricing-page-563, .actual-pricing-enterprise.v2.in-the-pricing-page-868, .actual-pricing-enterprise.v2.in-the-pricing-page-1193 {
  font-size: 25px;
  font-weight: 600;
}

.actual-pricing-enterprise.v2 {
  font-size: 40px;
}

.actual-pricing-enterprise.v2.in-the-pricing-page-563 {
  font-size: 25px;
  font-weight: 600;
}

.div-block-66 {
  display: flex;
}

.div-block-47-1 {
  object-fit: contain;
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-47-1.image {
  object-fit: fill;
  background-color: #ffffff80;
  min-height: 240px;
  max-height: 240px;
  padding: 0;
}

.div-block-47-1.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47-1.image.step1 {
  background-position: 50%;
  background-size: cover;
}

.div-block-47-1.image.step1.agent {
  background-image: url('../images/Visual-2.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-47-1.image.step2 {
  background-image: url('../images/Visual.png');
  background-size: cover;
}

.div-block-47-1.image.step3 {
  background-image: url('../images/Visual-1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-47-1.background {
  background-color: #fff6;
}

.div-block-47-1.etp {
  padding: 40px;
  display: block;
}

.div-block-47-1.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47-1.hiw {
  min-height: 240px;
}

.text-block-31-26-copy {
  color: #fff;
  text-align: center;
  border: 0 solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 45px;
}

.div-block-67 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 504px;
  display: flex;
}

.button-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.button-copy.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.button-copy.transparent.white-text {
  color: #fff;
}

.button-copy.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.button-copy.in-the-navbar {
  pointer-events: auto;
  padding: 8px 12px;
  transition: none;
}

.button-copy.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.button-copy.in-the-navbar.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.button-copy.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.button-copy.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.button-copy.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-copy.in-the-pricing.is-faq {
  width: auto;
}

.button-copy.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.button-copy.in-the-faq.v2 {
  border-radius: 15px;
}

.button-copy.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.button-copy.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.button-copy.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

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

.button-copy.v2 {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
}

.button-copy.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.button-copy.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.button-copy.v2-copy {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  min-width: 219px;
  max-width: 219px;
  min-height: 56px;
  margin-top: 20px;
}

.button-copy.v2-copy.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.image-48 {
  position: absolute;
}

.div-block-47-agent-copy {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 240px;
  padding: 20px;
  display: flex;
}

.div-block-47-agent-copy.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-47-agent-copy.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47-agent-copy.background {
  background-color: #fff6;
}

.div-block-47-agent-copy.etp {
  padding: 40px;
  display: block;
}

.div-block-47-agent-copy.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47-agent-copy.hiw {
  min-height: 240px;
}

.div-block-47-1-agent-copy {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 240px;
  padding: 20px;
  display: flex;
}

.div-block-47-1-agent-copy.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-47-1-agent-copy.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47-1-agent-copy.background {
  background-color: #fff6;
}

.div-block-47-1-agent-copy.etp {
  padding: 40px;
  display: block;
}

.div-block-47-1-agent-copy.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47-1-agent-copy.hiw {
  min-height: 240px;
}

.div-block-4-2-agent-copy {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.div-block-4-2-agent-copy.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-4-2-agent-copy.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-4-2-agent-copy.background {
  background-color: #fff6;
}

.div-block-4-2-agent-copy.etp {
  padding: 40px;
  display: block;
}

.div-block-4-2-agent-copy.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-4-2-agent-copy.hiw {
  min-height: 240px;
}

.section-content-lib {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
  font-weight: 500;
}

.section-content-lib.hero {
  background-image: none;
  padding-top: 48px;
  padding-bottom: 25px;
}

.section-content-lib.hero.v2 {
  padding-bottom: 0;
}

.section-content-lib.trusted-by {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  background-color: #0000;
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff 100%, #e6f2ff);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.section-content-lib.fafafa {
  background-color: #fafafa;
  display: none;
}

.section-content-lib.cta {
  padding-bottom: 180px;
}

.section-content-lib.for-the-team-special {
  padding-bottom: 128px;
}

.section-content-lib.special-pricing {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-content-lib.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
  padding-top: 39px;
}

.section-content-lib.for-the-legal-pages-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content-lib.hero-with-bg {
  padding-top: 48px;
  padding-bottom: 128px;
}

.section-content-lib.hero-with-bg.v2 {
  padding-bottom: 40px;
}

.section-content-lib.calculator {
  padding-top: 0;
}

.section-content-lib.in-hero-blog {
  padding-top: 20px;
  padding-bottom: 32px;
}

.section-content-lib.all-blogs {
  padding-top: 0;
  padding-bottom: 0;
}

.section-content-lib.blog-template {
  padding-top: 70px;
  padding-bottom: 0;
}

.section-content-lib.new-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-content-lib.is-ctas {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-content-lib.brand-directory {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-content-lib.is-founder-message {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-content-lib.is-reviews {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-content-lib.is-compare {
  padding-top: 0;
  padding-bottom: 64px;
}

.section-content-lib.is-features {
  padding-top: 0;
}

.section-content-lib.is-brands {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-content-lib.is-videos {
  padding-top: 64px;
}

.section-content-lib.session_score {
  background-image: linear-gradient(90deg, #b2d7ff, #ebe8fc);
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-content-lib.v2, .section-content-lib.v2-copy {
  background-image: linear-gradient(90deg, #f8faff, #e6f2ff);
  padding-bottom: 60px;
}

.step-containter-content-lib {
  display: flex;
}

.step-containter-content-lib.etp, .step-containter-content-lib.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-47-content {
  border: .1px solid #e9e7e7;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 200px;
  padding: 20px;
  display: flex;
}

.div-block-47-content.image {
  background-color: #ffffff80;
  padding: 0;
}

.div-block-47-content.image.hiw {
  flex-flow: row;
  min-height: 300px;
  max-height: 100%;
}

.div-block-47-content.background {
  background-color: #fff6;
}

.div-block-47-content.etp {
  padding: 40px;
  display: block;
}

.div-block-47-content.why {
  border-width: 0;
  justify-content: flex-start;
  min-height: 180px;
  padding: 0 10px;
  display: block;
}

.div-block-47-content.hiw {
  min-height: 240px;
}

.div-block-48-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.image-49 {
  display: none;
}

.image-50 {
  object-fit: fill;
}

.step-containter-content-lib-mobile {
  display: none;
}

.step-containter-content-lib-mobile.etp, .step-containter-content-lib-mobile.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-51 {
  object-fit: contain;
  width: 32px;
  height: 20px;
}

.hero-first-part-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

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

.div-block-68 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.span_special-copy {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2e90fa, #c7bbfd);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 64px;
  line-height: 100%;
}

.span_special-copy.saveupto-text {
  letter-spacing: 0;
  font-size: 24px;
}

.product-header-container {
  background-image: linear-gradient(#f8faff, #dbeafe 50%, #ddd6ff);
  background-position: 0 0;
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  height: 100%;
  min-height: 638px;
  display: block;
}

.prd-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-height: 638px;
  display: flex;
}

.div-block-69 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 32px;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.image-52 {
  width: 16px;
  height: 16px;
}

.text-block-48 {
  color: #00bc7d;
  font-weight: 500;
}

.div-block-71 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 122px;
  height: 32px;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.text-block-49 {
  color: #337aff;
  font-weight: 500;
}

.div-block-72 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 32px;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.text-block-49-copy {
  color: #337aff;
  font-weight: 600;
}

.text-block-50 {
  color: #8e51ff;
  font-weight: 500;
}

.h2-copy {
  font-size: 68px;
}

.h2-copy.darker {
  color: #0a0a0a;
}

.h2-copy.white {
  color: #fff;
}

.h2-copy.white.align-left {
  text-align: center;
}

.h2-copy.white.align-left.v2 {
  font-weight: 500;
}

.h2-copy.for-the-calc {
  color: #1a1a20;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.h2-copy.different-smaller {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.h2-copy.is-small {
  font-size: 2.25rem;
  font-weight: 600;
}

.h2-copy.acards {
  text-align: left;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
}

.h2-copy.v2.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2-copy.v2.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2-copy.v2.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2-prd {
  font-size: 56px;
}

.h2-prd-header {
  color: #1a1a20;
  font-size: 56px;
  font-weight: 600;
}

.h2-prd-header.darker {
  color: #0a0a0a;
}

.h2-prd-header.white {
  color: #fff;
}

.h2-prd-header.white.align-left {
  text-align: center;
}

.h2-prd-header.white.align-left.v2 {
  font-weight: 500;
}

.h2-prd-header.for-the-calc {
  color: #1a1a20;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.h2-prd-header.different-smaller {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.h2-prd-header.is-small {
  font-size: 2.25rem;
  font-weight: 600;
}

.h2-prd-header.acards {
  text-align: left;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
}

.h2-prd-header.v2.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2-prd-header.v2.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2-prd-header.v2.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.text-block-51 {
  color: #5c5c69;
  font-size: 18px;
  font-weight: 400;
}

.prd-btn-get-started {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 24px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.prd-btn-get-started.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.prd-btn-get-started.transparent.white-text {
  color: #fff;
}

.prd-btn-get-started.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.prd-btn-get-started.in-the-navbar {
  pointer-events: auto;
  padding: 8px 12px;
  transition: none;
}

.prd-btn-get-started.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.prd-btn-get-started.in-the-navbar.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.prd-btn-get-started.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.prd-btn-get-started.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.prd-btn-get-started.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.prd-btn-get-started.in-the-pricing.is-faq {
  width: auto;
}

.prd-btn-get-started.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.prd-btn-get-started.in-the-faq.v2 {
  border-radius: 15px;
}

.prd-btn-get-started.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.prd-btn-get-started.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.prd-btn-get-started.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

.prd-btn-get-started.is-secondary.on-mobile {
  display: none;
}

.prd-btn-get-started.v2 {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
}

.prd-btn-get-started.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.prd-btn-get-started.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.prd-btn-get-started.v2-copy {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  min-width: 219px;
  max-width: 219px;
  min-height: 56px;
  margin-top: 20px;
}

.prd-btn-get-started.v2-copy.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.image-button-second-copy {
  flex: none;
  width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all .7s;
  position: relative;
}

.image-button-second-copy.hovered {
  width: 0;
  margin-left: 0;
  left: auto;
  transform: translate(-75px);
}

.image-button-second-copy.lighter-color {
  color: #414651;
}

.image-button-second-copy.smaller {
  width: 16px;
  max-width: 16px;
  height: 16px;
}

.image-button-second-copy.smaller.hovered {
  width: 0;
  max-width: 0;
  transform: none;
}

.text-button-copy-creatify-copy {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-copy-creatify-copy.smaller-nav {
  font-size: 14px;
  line-height: 142%;
}

.text-button-copy-creatify-copy.is-bigger {
  font-size: 1.375rem;
}

.text-button-copy-creatify-copy.etp {
  font-weight: 500;
}

.image-button-first-copy {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  max-width: 24px;
  height: 24px;
  transition: all .7s;
  display: flex;
  position: relative;
}

.image-button-first-copy.hovered {
  width: 0;
  margin-bottom: 60px;
  transform: translate(75px);
}

.image-button-first-copy.lighter-color {
  color: #414651;
}

.image-button-first-copy.smaller {
  width: 16px;
  max-width: 16px;
  height: 16px;
  transition: none;
}

.image-button-first-copy.smaller.hovered {
  width: 0;
  max-width: 0;
}

.image-button-first-copy.v2 {
  color: #fbfcff;
}

.div-block-73 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.prd-btn-how-it-w {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #f0f0f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 24px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.prd-btn-how-it-w.transparent {
  color: #252b37;
  background-color: #0000;
  border: .1px solid #000;
}

.prd-btn-how-it-w.transparent.white-text {
  color: #fff;
}

.prd-btn-how-it-w.transparent.v2.aff {
  background-color: #fff;
  border-radius: 16px;
}

.prd-btn-how-it-w.in-the-navbar {
  pointer-events: auto;
  padding: 8px 12px;
  transition: none;
}

.prd-btn-how-it-w.in-the-navbar.in-form {
  font-weight: 600;
  line-height: 142%;
}

.prd-btn-how-it-w.in-the-navbar.agent {
  background-color: #337aff;
  border-radius: 8px;
  width: 71px;
  min-height: 32px;
  padding: 0;
}

.prd-btn-how-it-w.in-the-pricing {
  color: #252b37;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  width: 100%;
}

.prd-btn-how-it-w.in-the-pricing.for-the-pro {
  color: #fff;
  background-color: #2e90fa;
}

.prd-btn-how-it-w.in-the-pricing.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.prd-btn-how-it-w.in-the-pricing.is-faq {
  width: auto;
}

.prd-btn-how-it-w.in-the-faq {
  background-color: #2e90fa;
  border-radius: 8px;
}

.prd-btn-how-it-w.in-the-faq.v2 {
  border-radius: 15px;
}

.prd-btn-how-it-w.is-bigger {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.prd-btn-how-it-w.is-secondary {
  color: #181d27;
  background-color: #252b3700;
  border: 1px solid #181d27;
}

.prd-btn-how-it-w.is-secondary.hide-mobile-landscape.different-button {
  color: #2e90fa;
  border-color: #2e90fa;
}

.prd-btn-how-it-w.is-secondary.on-mobile {
  display: none;
}

.prd-btn-how-it-w.v2 {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  margin-top: 10px;
}

.prd-btn-how-it-w.v2.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.prd-btn-how-it-w.etp {
  border-radius: 16px;
  min-width: 168px;
  padding: 10px 20px;
}

.prd-btn-how-it-w.v2-copy {
  color: #000;
  background-color: #fff;
  border-radius: 25px;
  min-width: 219px;
  max-width: 219px;
  min-height: 56px;
  margin-top: 20px;
}

.prd-btn-how-it-w.v2-copy.aff {
  background-color: #1a1a20;
  border-radius: 16px;
}

.text-button-how-it-w {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-how-it-w.smaller-nav {
  font-size: 14px;
  line-height: 142%;
}

.text-button-how-it-w.is-bigger {
  font-size: 1.375rem;
}

.text-button-how-it-w.etp {
  font-weight: 500;
}

.container-15 {
  background-color: #fff0;
  background-image: url('../images/product-header-bg.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 80%;
  min-height: 80%;
  max-height: 80%;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.prd-header-img-p {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-height: 638px;
  margin-top: 0;
  display: block;
}

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

.grid-6.grid-mobile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-53 {
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.div-block-74 {
  background-color: #fff;
  border-radius: 6px;
  width: 164px;
  height: 290px;
  padding: 4px;
  position: static;
}

.div-block-74-transparent {
  background-color: #fff0;
  border-radius: 6px;
  width: 164px;
  height: 290px;
  padding: 4px;
}

.h2-prd-header-scale-ads {
  color: #1a1a20;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.h2-prd-header-scale-ads.darker {
  color: #0a0a0a;
}

.h2-prd-header-scale-ads.white {
  color: #fff;
}

.h2-prd-header-scale-ads.white.align-left {
  text-align: center;
}

.h2-prd-header-scale-ads.white.align-left.v2 {
  font-weight: 500;
}

.h2-prd-header-scale-ads.for-the-calc {
  color: #1a1a20;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.h2-prd-header-scale-ads.different-smaller {
  letter-spacing: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 125%;
}

.h2-prd-header-scale-ads.is-small {
  font-size: 2.25rem;
  font-weight: 600;
}

.h2-prd-header-scale-ads.acards {
  text-align: left;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
}

.h2-prd-header-scale-ads.v2.aff {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

.h2-prd-header-scale-ads.v2.etp {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 500;
}

.h2-prd-header-scale-ads.v2.hiw {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 600;
}

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

.div-block-75 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#f8faff, #dbeafe 50%, #ede9fe);
  border: 2px solid #fff;
  flex-flow: column;
  width: 414px;
  max-width: 414px;
  height: 500px;
  max-height: 500px;
  padding: 20px;
  display: flex;
}

.image-54 {
  width: 40px;
  height: 40px;
}

.div-block-76 {
  justify-content: center;
  align-items: center;
  height: 310px;
  display: flex;
}

.image-55 {
  width: 420px;
  height: 240px;
  position: relative;
  left: 95px;
}

.image-56 {
  clear: left;
  width: 183%;
  height: 308px;
  position: relative;
  left: -118px;
}

.image-57 {
  width: 385%;
  height: 273px;
}

.text-block-52 {
  font-size: 24px;
  font-weight: 500;
}

.text-block-53 {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-76-x1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: radial-gradient(circle, #337aff96, #dbeafe 42%, #e5e9fe 100%, #ede9fe);
  border: 2px solid #fff;
  border-left-width: 0;
  border-radius: 2px;
  flex-flow: column;
  width: 414px;
  max-width: 414px;
  height: 500px;
  max-height: 500px;
  padding: 20px;
  display: flex;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  width: 334px;
  display: flex;
}

.image-55--2 {
  width: auto;
  height: 318px;
  position: static;
  left: 95px;
}

.div-block-78 {
  justify-content: center;
  align-items: center;
  height: 310px;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.div-block-79 {
  opacity: 1;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.image-58 {
  width: 105%;
  height: 77px;
  margin-top: 40px;
}

.text-block-54 {
  color: #464650;
  font-size: 12px;
  font-weight: 600;
}

.text-block-55 {
  color: #7f7f8d;
  font-size: 20px;
  font-weight: 600;
}

.image-59 {
  width: 100%;
}

.div-block-76-x2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: radial-gradient(circle, #f8faff, #dbeafe 50%, #ede9fe 100%, #e5e9fe 100%, #ede9fe);
  border: 2px solid #fff;
  border-left-width: 0;
  border-radius: 2px;
  flex-flow: column;
  width: 414px;
  max-width: 414px;
  height: 500px;
  max-height: 500px;
  padding: 20px;
  display: flex;
}

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

.div-block-81 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  padding: 5px 10px;
  display: flex;
}

.image-60 {
  width: 16px;
  height: 16px;
}

.text-block-56 {
  color: #8e51ff;
  font-weight: 400;
}

.div-blck-82 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f3f6fd;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-57 {
  color: #00bc7d;
  font-weight: 400;
}

.text-block-59 {
  color: #337aff;
  font-weight: 400;
}

.step-containter-prd-clone {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.step-containter-prd-clone.etp, .step-containter-prd-clone.hiw {
  margin-top: 40px;
  margin-bottom: 40px;
}

.step-containter-prd-clone.mobile {
  display: none;
}

.container-prd-clone {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-prd-clone.for-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 55%;
}

.container-prd-clone.for-hero.pricing {
  max-width: 55%;
}

.container-prd-clone.for-hero.etp {
  max-width: 75%;
}

.container-prd-clone.for-trusted-by {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 965px;
  padding: 24px 0;
  overflow: visible;
}

.container-prd-clone.for-trusted-by.second {
  background-color: #fff0;
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-prd-clone.in-create {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.container-prd-clone.for-the-faq {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-prd-clone.in-the-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 24px;
  padding-top: 76px;
  padding-bottom: 75px;
  overflow: hidden;
}

.container-prd-clone.in-the-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-prd-clone.socials-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 24px;
}

.container-prd-clone.for-the-legal-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 900px;
}

.container-prd-clone.for-the-legal-pages.smaller-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container-prd-clone.for-hero-languages {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 960px;
}

.container-prd-clone.all-languages-wrapper, .container-prd-clone.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.container-prd-clone.how-it-works-affiliate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  margin-top: 100px;
}

.container-prd-clone.for-the-calc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-prd-clone.for-hero-affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 700px;
}

.container-prd-clone.in-hero-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-prd-clone.in-all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-prd-clone.in-blog-template {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-prd-clone.in-2-min-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container-prd-clone.arcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-prd-clone.acards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-prd-clone.why {
  padding-bottom: 0;
}

.container-prd-clone.trial {
  flex-flow: row;
}

.container-prd-clone.prd-scale-ads {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container-prd-clone.prd-scale-ads--tag {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-3-prd-clone {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  max-width: 100%;
}

.grid-3-prd-clone.etp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3-prd-clone.why {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-83 {
  background-color: #ffffff7a;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 477px;
  display: flex;
}

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

.image-61 {
  width: 57px;
  height: 24px;
}

.div-block-85 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 76px;
  margin: 10px 10px 0;
  padding: 5px;
  display: flex;
}

.image-62 {
  width: 24px;
  height: 24px;
}

.div-block-86 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-60 {
  font-family: Inter, Arial, sans-serif;
}

.text-block-61 {
  color: #5c5c69;
  font-weight: 400;
}

.div-block-87 {
  background-color: #fff;
  border-radius: 5px;
  width: auto;
  height: 263px;
  margin: 5px 10px 0;
  padding: 10px;
  display: flex;
}

.div-block-88 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-89 {
  background-color: #fff;
  border-radius: 5px;
  height: 54px;
  margin: 10px 10px 0;
  padding: 5px 10px;
}

.text-block-62 {
  font-size: 10px;
  font-weight: 600;
}

.text-block-63 {
  font-size: 16px;
  font-weight: 600;
}

.text-block-64 {
  color: #00bc7d;
  font-size: 12px;
}

.div-block-90 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-89-copy {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
}

.div-block-89-copy.left {
  height: 54px;
  margin-left: 10px;
}

.div-block-89-copy {
  background-color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  padding: 5px 10px;
}

.div-block-89-copy.right {
  margin-right: 10px;
}

.image-63 {
  border-radius: 10px;
}

.swiper-button-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.swiper-button-prev, .swiper-button-next {
  color: #a4a7ae;
  background-color: #fafafa;
  border: 1px solid #e9eaeb;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.arrow-right-btn, .arrow-left-btn {
  justify-content: center;
  align-items: center;
  width: 17px;
  display: flex;
}

.div-block-82-feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f3f6fd;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-56-feature {
  color: #337aff;
  font-weight: 500;
}

.div-block-81-feature {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 79px;
  height: 32px;
  padding: 4px 10px;
  display: flex;
}

.container-prd-in-use {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.container-prd-in-use.for-hero {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 55%;
}

.container-prd-in-use.for-hero.pricing {
  max-width: 55%;
}

.container-prd-in-use.for-hero.etp {
  max-width: 75%;
}

.container-prd-in-use.for-trusted-by {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  max-width: 965px;
  padding: 24px 0;
  overflow: visible;
}

.container-prd-in-use.for-trusted-by.second {
  background-color: #fff0;
  max-width: 1100px;
  padding-left: 16px;
  padding-right: 16px;
}

.container-prd-in-use.in-create {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fafafa;
  border-radius: 24px;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.container-prd-in-use.for-the-faq {
  z-index: 0;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-prd-in-use.in-the-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 24px;
  padding-top: 76px;
  padding-bottom: 75px;
  overflow: hidden;
}

.container-prd-in-use.in-the-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-prd-in-use.socials-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 24px;
}

.container-prd-in-use.for-the-legal-pages {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  max-width: 900px;
}

.container-prd-in-use.for-the-legal-pages.smaller-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.container-prd-in-use.for-hero-languages {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 960px;
}

.container-prd-in-use.all-languages-wrapper, .container-prd-in-use.how-it-works {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 100px;
}

.container-prd-in-use.how-it-works-affiliate {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  margin-top: 100px;
}

.container-prd-in-use.for-the-calc {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-prd-in-use.for-hero-affiliate {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  max-width: 700px;
}

.container-prd-in-use.in-hero-blog {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.container-prd-in-use.in-all-blogs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.container-prd-in-use.in-blog-template {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.container-prd-in-use.in-2-min-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.container-prd-in-use.arcards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.container-prd-in-use.acards {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  padding-left: 100px;
  padding-right: 100px;
}

.container-prd-in-use.why {
  padding-bottom: 0;
}

.container-prd-in-use.trial {
  flex-flow: row;
}

.container-prd-in-use.prd-scale-ads {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.container-prd-in-use.prd-scale-ads--tag {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.grid-3-prd-in-use {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  max-width: 100%;
}

.grid-3-prd-in-use.etp {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-3-prd-in-use.why {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
}

.language-prd-in-use {
  justify-content: center;
  align-items: center;
  width: 1240px;
  height: 240px;
  display: flex;
}

.div-block-91 {
  display: flex;
}

.div-block-92 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.image-64 {
  width: 32px;
  height: 32px;
}

.text-block-65 {
  -webkit-text-stroke-color: #1a1a20;
  font-size: 28px;
  font-weight: 600;
}

.text-block-66 {
  color: #5c5c69;
  -webkit-text-stroke-color: #5c5c69;
  font-size: 16px;
  line-height: 24px;
}

.div-block-93 {
  width: 620px;
  height: 240px;
}

.text-span-3 {
  background-image: url('../images/MakeUGC.svg');
  background-size: auto;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.div-block-94 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.image-65 {
  width: 80px;
  max-width: 80px;
  transform: rotate(3deg);
}

.div-block-95 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.right-blur-overlay {
  width: 100px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bottom-blur-overlay {
  width: 100%;
  height: 260px;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee-track {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: block;
}

.marquee-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  display: flex;
}

.marquee-content.gap-4 {
  margin-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.carousel {
  margin-top: 20px;
  position: static;
}

.carousel-action {
  margin-top: 20px;
}

.marquee-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 72px;
  height: 32px;
  padding: 4px 10px;
  display: flex;
}

.image-66 {
  max-width: 80px;
}

.div-block-66-small {
  display: none;
}

.button-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-transform: capitalize;
  background-color: #252b37;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-height: 56px;
  padding: 12px 16px;
  transition: all 1.4s;
  display: flex;
  overflow: hidden;
}

.text-button-6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.image-68 {
  max-width: 80px;
}

.div-block-99 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-99.trial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
}

.text-block-67 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: 5px;
  font-size: 12px;
}

.div-block-100 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.tab-link-tab-5-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-5-2.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #9c9cac1f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-68 {
  font-weight: 600;
}

.div-block-101 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  display: flex;
}

.bold-text-7 {
  font-weight: 700;
}

.div-block-102 {
  width: 100%;
  position: relative;
}

.image-69 {
  width: auto;
  max-width: 80px;
  max-height: 80px;
  position: absolute;
  bottom: -20%;
  right: 0%;
}

.image-70 {
  object-fit: fill;
  width: 40px;
  display: none;
}

.image-71.blackfriday {
  width: auto;
  max-width: 100%;
  max-height: 100px;
  position: absolute;
  top: -20%;
  left: 70%;
}

.div-block-103 {
  width: 100%;
  position: relative;
}

.div-block-104 {
  background-color: #ffffffe0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 169px;
  padding: 16px;
  display: flex;
}

.div-block-104.blackfriday {
  background-color: #000000e0;
}

.image-72 {
  max-width: 15px;
  max-height: 15px;
}

.checkbox-pricing-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox-pricing-2.for-enter-price {
  flex: none;
  width: auto;
}

.checkbox-pricing-2.in-the-pricing-page-595 {
  flex-flow: row;
}

.container-16.v2 {
  background-color: #00a63e36;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.image-73 {
  object-fit: contain;
  width: 32px;
  height: 20px;
}

.container-17 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.tab-link-tab-6-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab-link-tab-6-2.w--current {
  background-color: #9c9cac1f;
  border-radius: 10px;
  padding-right: 10px;
}

.text-block-69.v2 {
  color: #00a63e;
}

.text-button-7 {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-7.v2 {
  color: #fff;
  font-size: 12px;
}

.image-74 {
  width: 20px;
  max-width: 20px;
}

.image-75 {
  max-width: 78px;
  max-height: 30px;
}

.image-75.trial {
  object-fit: contain;
}

.div-block-105 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-70 {
  font-weight: 600;
}

.text-block-71 {
  text-align: center;
  width: 100%;
}

.div-block-106 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-106.trial {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
}

.div-block-106.trial.in-the-pricing-page-18, .div-block-106.in-the-pricing-page-492 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-72 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding: 5px;
  font-size: 12px;
}

.text-block-73, .text-block-73.in-the-pricing-page-559 {
  font-weight: 600;
}

.div-block-107 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  display: flex;
}

.div-block-107.in-the-pricing-page-235 {
  justify-content: flex-start;
}

.image-76 {
  object-fit: fill;
  width: 40px;
  display: none;
}

.image-76.in-the-pricing-page-547 {
  display: none;
}

.div-block-108 {
  background-color: #ffffffe0;
  border-radius: 15px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 169px;
  padding: 16px;
  display: flex;
}

.div-block-108.in-the-pricing-page-556 {
  width: 100%;
  display: block;
}

.image-77 {
  max-width: 15px;
  max-height: 15px;
}

.image-78 {
  object-fit: contain;
  width: 32px;
  height: 20px;
}

.text-button-8 {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  transition: all 1.4s;
}

.text-button-8.v2 {
  color: #fff;
  font-size: 12px;
}

.text-button-8.v2.in-the-pricing-page-598 {
  color: #fff;
}

.image-79, .image-79.in-the-pricing-page-558 {
  width: 20px;
  max-width: 20px;
}

.image-80 {
  max-width: 78px;
  max-height: 30px;
}

.image-80.trial {
  object-fit: contain;
}

.image-80.trial.in-the-pricing-page-20, .image-80.in-the-pricing-page-494 {
  width: auto;
  max-height: 30px;
}

.code-embed-3 {
  text-align: center;
  margin-top: 0;
}

.text-block-74 {
  margin-top: 20px;
  font-weight: 700;
}

.image-81 {
  max-width: 80px;
}

.image-81.papi-img-badge-yearly {
  display: block;
}

.div-block-109 {
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 40px;
  display: flex;
}

.text-block-75 {
  color: #aaa;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-111 {
  width: 100%;
  display: flex;
}

.div-block-111.middle {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  padding-right: 40px;
}

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

.image-82 {
  border-radius: 16px;
  width: 150px;
  height: 214px;
  margin-top: 0;
  padding-top: 0;
  position: static;
}

.image-82.out {
  position: relative;
  top: -10px;
}

.image-82.fixed {
  position: relative;
}

.div-block-112 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.div-block-112.first {
  padding-top: 60px;
  padding-bottom: 10px;
}

.div-block-112.third {
  padding-top: 20px;
  padding-bottom: 60px;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 482px;
}

.background-video-2 {
  border-radius: 0;
  width: 156px;
  min-width: 0;
  height: 10px;
}

@media screen and (min-width: 1920px) {
  .container.for-hero {
    flex-flow: column;
    max-width: 40%;
  }

  .container.for-hero.pricing {
    max-width: 35%;
  }

  .container.for-hero.etp {
    max-width: 60%;
  }

  .container.in-the-cta.v2.action-v2 {
    background-image: linear-gradient(90deg, #0400ffab, #8886ffc9);
  }

  .container.for-hero-affiliate {
    max-width: 60%;
  }

  .par._18.white.align-left {
    border: 1px solid #000;
  }

  .par._18.white.align-left.v2 {
    border-width: 0;
  }

  .par.prd-clone-sub.white.align-left {
    border: 1px solid #000;
  }

  .par.prd-clone-sub.white.align-left.v2 {
    border-width: 0;
  }

  .par.prd-result-sub.white.align-left {
    border: 1px solid #000;
  }

  .par.prd-result-sub.white.align-left.v2 {
    border-width: 0;
  }

  .section {
    display: flex;
  }

  .section.hero {
    flex-flow: column;
  }

  .section.fafafa {
    padding-bottom: 40px;
    display: flex;
  }

  .section.cta {
    border-width: 0;
  }

  .section.for-the-team-special {
    padding-bottom: 128px;
  }

  .section.special-pricing.trial-1, .section.hero-with-bg, .section.calculator {
    flex-flow: column;
  }

  .section.cta-copy {
    border-width: 0;
  }

  .h1 {
    font-family: Rubik, sans-serif;
    font-weight: 600;
  }

  .h1.v2 {
    width: 100%;
    font-weight: 600;
  }

  .h1.v2.home {
    width: 100%;
  }

  .wrapper-hero-par {
    align-self: center;
    max-width: 40%;
  }

  .button {
    min-height: 56px;
  }

  .button.transparent.v2.aff {
    border-color: #0000000d;
  }

  .button.in-the-navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    min-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .button.in-the-navbar.agent {
    pointer-events: auto;
  }

  .button.in-the-navbar-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    min-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .button.in-the-navbar-copy.agent {
    pointer-events: auto;
  }

  .button.in-the-navbar-login {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    pointer-events: auto;
    color: #f5f5f5;
    background-color: #f5f5f5;
    min-height: 38px;
    padding: 0 16px;
    overflow: hidden;
  }

  .button.in-the-navbar-login.agent {
    pointer-events: auto;
  }

  .text-button.smaller-nav-copy {
    color: #0a0d12;
  }

  .h2.papi-save-upto-text {
    margin-bottom: 10px;
  }

  .card_create_background_image {
    display: block;
  }

  .card_create_background_image.mobile-only {
    display: none;
  }

  .avatar_arrows.only-widepc, .swiper.cases-1 {
    display: flex;
  }

  .swiper.looping_mobile_ony {
    flex-flow: column;
    height: 100px;
    display: none;
  }

  .swiper-wrapper.cases-2, .swiper-slide.case-box {
    display: flex;
  }

  .swiper-slide.case-box {
    flex-flow: row;
    padding-top: 20px;
  }

  .swiper-slide.case-box.swiper-slide-copy.swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-special {
    align-self: center;
  }

  .left-side_cases {
    margin-bottom: 0;
  }

  .bottom-part-cases {
    margin-top: 0;
  }

  .boxes-bottom-part-cases, .text-and-image-bottom-cases {
    display: none;
  }

  .right_side_cases {
    margin-bottom: 40px;
  }

  .tabs-menu-p {
    border-width: .1px;
    border-color: #9c9cac;
    max-width: 230px;
    min-height: 60px;
  }

  .tabs-menu-p._50off {
    max-width: 130px;
  }

  .tabs-p.v2 {
    border-width: 0;
  }

  .all-checkboxes-pricing {
    flex: auto;
  }

  .faq_parent.v2 {
    border-style: none;
  }

  .video {
    max-width: 0;
  }

  .brand-logo_grid.scroll {
    flex-flow: wrap;
    display: flex;
  }

  .brand-logo_grid.scroll.acards, .brand-logo_grid.scroll.creatify {
    display: flex;
  }

  .frame-1171276217 {
    padding-right: 10px;
  }

  .cards-featur-end {
    margin-bottom: 30px;
  }

  .try-makeugc-now {
    background-color: #252b37;
    border-radius: 50px;
    margin-bottom: 30px;
    padding-top: 12px;
    position: static;
  }

  .frame-1171276218 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-21.text21-2 {
    min-height: auto;
  }

  .frame-1171276221 {
    width: 100%;
  }

  .text-button-2 {
    mix-blend-mode: normal;
    font-weight: 400;
  }

  .frame-1171276220, .frame-1171276219 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .rectangle-34624292.arcards {
    width: 100%;
  }

  .div-block-3 {
    flex-flow: column;
    width: auto;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .image-7 {
    border-radius: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .customer-box-list-1 {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .container-people-saying {
    background-color: #0000;
  }

  .customer-box-list-main_1.is-toolkit {
    color: #0000;
    background-color: #0000;
    max-height: 900px;
    padding-left: 0;
    padding-right: 0;
  }

  .customer-box-list-2 {
    color: #0000;
    background-color: #0000;
  }

  .review-card_grid_2 {
    background-color: #0000;
    flex-flow: row;
    margin-bottom: 40px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .customer-box-list-main_2.is-toolkitt_2 {
    background-color: #0000;
    max-height: 900px;
    padding-left: 0;
    padding-right: 0;
  }

  .all_customers-2 {
    flex-flow: wrap;
  }

  .div-block-end {
    z-index: 5;
    filter: blur(10px);
    background-color: #0000;
    background-image: linear-gradient(0deg, #fff 50%, #ffffffbd 68%, #ffffffb5 89%, #fff0);
    min-height: 50px;
    position: relative;
    top: -65px;
    bottom: 0;
    overflow: visible;
  }

  .default_heading_and_subheading-copy.max-760 {
    flex-flow: row;
  }

  .frame-1171276198 {
    flex-flow: wrap;
    justify-content: center;
  }

  .frame-1171276200 {
    display: flex;
  }

  .frame-26 {
    flex-flow: wrap;
    justify-content: center;
  }

  .heading-2-create-ai-ugc-videos-in-minutes {
    text-align: center;
  }

  .div-block-5 {
    flex-flow: wrap;
    justify-content: center;
    display: flex;
  }

  .swiper-wrapper-old.cases-2.swiper-wrapper {
    min-height: 100%;
  }

  .swiper-people-say.looping_mobile_ony_peoplesay {
    display: none;
  }

  .swiper-people-say.looping_mobile_ony_peoplesay.swiper.cases-1 {
    width: auto;
    display: none;
  }

  .swiper-topmaketer.looping_mobile_ony-topmaketer {
    display: none;
  }

  .swiper-topmaketer-2.looping_mobile_ony {
    flex-flow: column;
    height: 100px;
    display: flex;
  }

  .swiper-topmaketer-2.looping_mobile_ony-topmaketer-2 {
    flex-flow: column;
    width: 100%;
    height: 100%;
    display: none;
  }

  .asndjkasdnkjasnd {
    font-size: 1rem;
  }

  .frame-1171276299a-copy {
    min-width: auto;
    max-width: 100%;
    height: 100%;
  }

  .ndasjkdnkjasnd, .text-9 {
    font-size: 1rem;
  }

  .frame-1171276299a {
    min-width: 48.286%;
    height: auto;
  }

  .text1 {
    font-size: 1rem;
  }

  .frame-1171276203 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    flex: 1 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-6 {
    background-color: #dddce3;
    width: auto;
    min-width: auto;
    height: auto;
    min-height: 100%;
    margin-bottom: 0;
    padding: 20px;
    overflow: visible;
  }

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

  .div-block-12 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .image-15 {
    max-width: 663px;
  }

  .div-block-4-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 100%;
    padding: 20px 60px 20px 20px;
    display: flex;
  }

  .case_study_2_container_img {
    height: 100%;
    min-height: 100%;
  }

  .frame-1171276170 {
    margin-top: 20px;
  }

  .swiper-slide-copy.case-box.swiper-slide {
    flex-flow: wrap;
    min-height: 100%;
    padding: 0;
  }

  .swiper-slide-copy.case-box {
    height: 100%;
  }

  .swiper-slide-copy.case-box.swiper-slide {
    padding: 0;
  }

  .code-embed {
    width: 100%;
    max-width: 360px;
  }

  .code-embed-copy {
    width: auto;
    max-width: 380px;
    max-height: 593px;
  }

  .frame-1171276226 {
    padding-bottom: 20px;
  }

  .right_side_cases-2 {
    margin-top: 20px;
  }

  .frame-1171276172 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    flex-flow: row;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    padding: 0 40px 0 0;
  }

  .left-side_cases-2 {
    height: 100%;
    min-height: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .text-11 {
    max-width: 676px;
  }

  .div-block-11 {
    margin-top: 20px;
  }

  .container-2 {
    background-color: #0000;
  }

  .frame-1171276171 {
    flex-flow: column;
    margin-left: 20px;
  }

  .swiper-only-mobile.cases-1 {
    display: none;
  }

  .swiper-only-mobile.looping_mobile_ony {
    flex-flow: column;
    height: 100px;
    display: none;
  }

  .swiper-only-desktop.cases-1, .swiper-only-desktop.cases-1.swiper {
    display: none;
  }

  .swiper-only-desktop.looping_mobile_ony {
    flex-flow: column;
    height: 100px;
    display: none;
  }

  .swiper-slide-_desltop.case-box {
    flex-flow: row;
    padding-top: 20px;
  }

  .swiper-slide-_desltop.case-box.swiper-slide-copy.swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .container_everyone, .container_everyone_2 {
    min-width: auto;
    max-width: 100%;
    height: 100%;
  }

  .first-part-card_create-copy {
    margin-top: 0;
  }

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

  .div-block-14 {
    background-color: #dddce3;
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 100%;
    margin-bottom: 0;
    padding: 20px 20px 100px;
  }

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

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100px;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .image-16 {
    max-width: 663px;
  }

  .frame-1171276234 {
    margin-top: 20px;
  }

  .code-embed-copy-2 {
    width: 100%;
    max-width: 380px;
    max-height: 593px;
  }

  .frame-1171276235 {
    padding-bottom: 20px;
  }

  .frame-1171276236 {
    grid-column-gap: 37px;
    grid-row-gap: 37px;
    max-width: 100%;
    margin-right: 0;
    padding: 0 40px 0 0;
  }

  .text-29 {
    max-width: 676px;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .frame-1171276237 {
    margin-left: 20px;
  }

  .default_heading_and_subheading-copy-copy.max-760 {
    flex-flow: row;
  }

  .section-ai-ads {
    display: flex;
  }

  .section-ai-ads.fafafa {
    padding-bottom: 40px;
    display: flex;
  }

  .section-ai-ads.for-the-team-special {
    padding-bottom: 128px;
  }

  .link-style-copy {
    margin-bottom: 0;
  }

  .frame-1171276217-copy {
    min-height: 180px;
  }

  .frame-1171276218-copy {
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section2 {
    display: flex;
  }

  .section2.hero {
    flex-flow: column;
  }

  .section2.fafafa {
    padding-bottom: 40px;
    display: flex;
  }

  .section2.for-the-team-special {
    padding-bottom: 128px;
  }

  .section2.hero-with-bg {
    flex-flow: column;
  }

  .section-center {
    display: flex;
  }

  .section-center.hero {
    flex-flow: column;
  }

  .section-center.fafafa {
    padding-bottom: 40px;
    display: flex;
  }

  .section-center.for-the-team-special {
    padding-bottom: 128px;
  }

  .section-center.hero-with-bg {
    flex-flow: column;
  }

  .section-center.is-brands {
    display: block;
  }

  .section-3 {
    background-color: #fff;
  }

  .text-button-3 {
    mix-blend-mode: normal;
    font-weight: 400;
  }

  .container-4 {
    background-color: #0000;
  }

  .try-makeugc-now-copy {
    background-color: #252b37;
    border-radius: 50px;
    margin-bottom: 30px;
    padding-top: 12px;
    position: static;
  }

  .bold-text-3 {
    color: #4684ff;
    text-decoration: underline;
  }

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

  .par-copy._18.white.align-left {
    border: 1px solid #000;
  }

  .container-copy.for-hero {
    flex-flow: column;
  }

  .par-creatify._18.white.align-left {
    border: 1px solid #000;
  }

  .container-11:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    z-index: 1;
    background-color: #000;
    border-radius: 5px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 68px;
    max-width: 100%;
    min-height: 20px;
    font-size: 12px;
    display: flex;
    position: relative;
  }

  .text-block-21:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    color: #fff;
    border: 0 solid #000;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 68px;
    max-width: 100%;
    font-size: 11px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .image-25 {
    max-width: 78px;
  }

  .div-block-38 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-39 {
    width: 100%;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-block-24.header-item-score, .text-block-25, .text-block-26 {
    align-self: flex-start;
  }

  .grid-feat-1 {
    grid-auto-flow: column;
  }

  .image-26.ai-avatar.ai-1 {
    bottom: 0;
  }

  .div-block-43.broll {
    flex-flow: column;
  }

  .div-block-44 {
    flex-flow: row;
  }

  .div-block-47 {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .div-block-47.image {
    object-fit: contain;
  }

  .image-29 {
    background-color: #ffffff52;
    height: 100%;
    max-height: none;
  }

  .language_container {
    background-color: #ffffff52;
    margin-top: 0;
    padding-top: 40px;
  }

  .text-block-32 {
    display: none;
  }

  .div-block-44-copy {
    flex-flow: row;
  }

  .step-containter-mobile {
    display: none;
  }

  .image-33 {
    width: auto;
    max-width: 80%;
    max-height: 60%;
  }

  .image-34.blackfriday {
    max-width: 124px;
    max-height: 124px;
    left: 65%;
  }

  .image-34.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-34.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-34.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-34.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-34.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-34.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-34.blackfriday.in-the-pricing-page-279, .image-34.blackfriday.in-the-pricing-page-909 {
    left: 60%;
  }

  .image-35 {
    max-width: 100px;
    max-height: 100px;
    bottom: -25%;
    right: 5%;
  }

  .image-35:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-35:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-35:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-35:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-35:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-35:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-35.in-the-pricing-page-324, .image-35.in-the-pricing-page-954 {
    bottom: -20%;
    right: 5%;
  }

  .tab-link-tab-5.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tab-link-tab-6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-containte-mobile.hiw {
    display: none;
  }

  .section-agent {
    display: flex;
  }

  .section-agent.hero {
    flex-flow: column;
  }

  .section-agent.fafafa {
    padding-bottom: 40px;
    display: flex;
  }

  .section-agent.cta {
    border-width: 0;
  }

  .section-agent.for-the-team-special {
    padding-bottom: 128px;
  }

  .section-agent.hero-with-bg, .section-agent.calculator {
    flex-flow: column;
  }

  .containe-agent.for-hero {
    flex-flow: column;
    max-width: 40%;
  }

  .containe-agent.for-hero.pricing {
    max-width: 35%;
  }

  .containe-agent.for-hero.etp, .containe-agent.for-hero-affiliate {
    max-width: 60%;
  }

  .step-containter-agen-mobile {
    display: none;
  }

  .button-v1.transparent.v2.aff, .button-agent.transparent.v2.aff {
    border-color: #0000000d;
  }

  .container-offer.for-hero {
    flex-flow: column;
    max-width: 40%;
  }

  .container-offer.for-hero.pricing {
    max-width: 35%;
  }

  .container-offer.for-hero.etp, .container-offer.for-hero-affiliate {
    max-width: 60%;
  }

  .text-block-43 {
    color: #000;
    font-family: Gochi Hand, sans-serif;
  }

  .text-block-43-copy {
    color: #000;
    font-family: Gochi Hand, sans-serif;
    font-size: 20px;
  }

  .text-block-45 {
    font-size: 20px;
  }

  .button-outline.transparent.v2.aff {
    border-color: #0000000d;
  }

  .h1-talkinghead {
    font-family: Rubik, sans-serif;
    font-size: 56px;
    font-weight: 600;
  }

  .h1-talkinghead.v2 {
    width: 100%;
    font-weight: 600;
  }

  .h1-talkinghead.v2.home {
    width: 100%;
  }

  .h1-customavatar {
    font-family: Rubik, sans-serif;
    font-weight: 600;
  }

  .h1-customavatar.v2 {
    width: 100%;
    font-weight: 600;
  }

  .h1-customavatar.v2.home {
    width: 100%;
  }

  .h1-vroll {
    font-family: Rubik, sans-serif;
    font-weight: 600;
  }

  .h1-vroll.v2 {
    width: 100%;
    font-weight: 600;
  }

  .h1-vroll.v2.home {
    width: 100%;
  }

  .actual-pricing-enterprise.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing-enterprise.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing-enterprise.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing-enterprise.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing-enterprise.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .actual-pricing-enterprise.v2.in-the-pricing-page-239, .actual-pricing-enterprise.v2.in-the-pricing-page-563, .actual-pricing-enterprise.v2.in-the-pricing-page-868, .actual-pricing-enterprise.v2.in-the-pricing-page-1193, .actual-pricing-enterprise.v2.in-the-pricing-page-563 {
    font-size: 40px;
  }

  .div-block-66 {
    display: flex;
  }

  .div-block-47-1 {
    width: 100%;
    max-width: 100%;
    min-height: 100%;
  }

  .div-block-47-1.image {
    object-fit: contain;
  }

  .button-copy.transparent.v2.aff {
    border-color: #0000000d;
  }

  .button-copy.in-the-navbar {
    pointer-events: none;
  }

  .div-block-47-agent-copy {
    border-style: solid;
    border-width: .1px;
  }

  .section-content-lib {
    display: flex;
  }

  .section-content-lib.hero {
    flex-flow: column;
  }

  .section-content-lib.fafafa {
    padding-bottom: 40px;
    display: flex;
  }

  .section-content-lib.cta {
    border-width: 0;
  }

  .section-content-lib.for-the-team-special {
    padding-bottom: 128px;
  }

  .section-content-lib.hero-with-bg, .section-content-lib.calculator {
    flex-flow: column;
  }

  .div-block-47-content {
    border-style: solid;
    border-width: .1px;
  }

  .div-block-68 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .prd-btn-get-started.transparent.v2.aff {
    border-color: #0000000d;
  }

  .prd-btn-get-started.in-the-navbar {
    pointer-events: none;
  }

  .prd-btn-how-it-w.transparent.v2.aff {
    border-color: #0000000d;
  }

  .prd-btn-how-it-w.in-the-navbar {
    pointer-events: none;
  }

  .container-prd-clone.for-hero {
    flex-flow: column;
    max-width: 40%;
  }

  .container-prd-clone.for-hero.pricing {
    max-width: 35%;
  }

  .container-prd-clone.for-hero.etp, .container-prd-clone.for-hero-affiliate {
    max-width: 60%;
  }

  .container-prd-in-use.for-hero {
    flex-flow: column;
    max-width: 40%;
  }

  .container-prd-in-use.for-hero.pricing {
    max-width: 35%;
  }

  .container-prd-in-use.for-hero.etp, .container-prd-in-use.for-hero-affiliate {
    max-width: 60%;
  }

  .image-66 {
    max-width: 80px;
  }

  .div-block-66-small {
    display: none;
  }

  .button-4 {
    min-height: 56px;
  }

  .image-68 {
    max-width: 80px;
  }

  .div-block-99 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .tab-link-tab-5-2.w--current {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-69 {
    max-width: 100px;
    max-height: 100px;
    bottom: -25%;
    right: 5%;
  }

  .image-71.blackfriday {
    max-width: 124px;
    max-height: 124px;
    left: 65%;
  }

  .div-block-104 {
    width: 100%;
  }

  .tab-link-tab-6-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-75 {
    max-width: 78px;
  }

  .div-block-105, .div-block-106 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-108 {
    width: 100%;
  }

  .image-80 {
    max-width: 78px;
  }

  .image-81 {
    max-width: 80px;
  }

  .text-block-75 {
    color: #d2d4d8;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1.66154px;
    font-size: 55.3846px;
  }

  h2 {
    letter-spacing: -1.2px;
    font-size: 40px;
  }

  .container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.for-hero {
    max-width: 80%;
  }

  .container.for-hero.pricing {
    max-width: 60%;
  }

  .container.for-hero.etp {
    max-width: 80%;
  }

  .container.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container.in-the-cta {
    padding-bottom: 40px;
  }

  .container.in-the-footer {
    flex-flow: column;
  }

  .container.socials-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.all-languages-wrapper, .container.how-it-works, .container.how-it-works-affiliate {
    margin-top: 50px;
  }

  .container.in-blog-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .par._20._252b37.etp {
    font-size: 16px;
  }

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

  .section.trusted-by {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.fafafa {
    padding-bottom: 0;
  }

  .section.cta {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.for-the-team-special {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero-with-bg {
    padding-bottom: 80px;
  }

  .section.blog-template {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.cta-copy {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .h1.v2.home.enterprise {
    font-size: 48px;
  }

  .h1._50off-normal {
    font-size: 56px;
  }

  .button.in-the-navbar {
    z-index: 9999;
    position: relative;
  }

  .button.in-the-navbar-copy {
    z-index: 9999;
    min-height: 30px;
    max-height: 35px;
    position: relative;
  }

  .button.in-the-navbar-login {
    z-index: 9999;
    background-color: #f5f5f5;
    min-height: 30px;
    max-height: 35px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .text-button.smaller-nav {
    font-size: 10px;
  }

  .text-button.smaller-nav-copy {
    color: #0a0d12;
    font-size: 10px;
    font-weight: 500;
  }

  .text-button.action-v2 {
    font-size: 14px;
  }

  .looping-hero-images_all {
    display: none;
  }

  .background_layer_behind_logos {
    width: 100%;
    height: 336px;
  }

  .default_heading_and_subheading.max-760.with-margins {
    width: 100%;
  }

  .h2.white.align-left.v2.action-v2 {
    font-size: 36px;
  }

  .h2.papi-save-upto-text {
    margin-bottom: 10px;
  }

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

  .card_create {
    height: 488px;
    padding: 16px;
  }

  .first-part-card_create {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .card_create_background_image {
    display: none;
  }

  .card_create_background_image.mobile-only {
    display: block;
  }

  .avatar_arrows.auto-both {
    margin-left: auto;
    margin-right: auto;
  }

  .avatar_arrows.only-widepc {
    display: flex;
  }

  .feature_part {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .feature-text-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: -1;
  }

  .swiper.avatar_1 {
    margin-top: 0;
  }

  .swiper.cases-1 {
    display: flex;
  }

  .swiper-wrapper.mobile_looping_list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .swiper-slide.item-avatar {
    max-width: 237px;
  }

  .swiper-slide.item-avatar.swiper-slide-active, .swiper-slide.item-avatar.swiper-slide-prev, .swiper-slide.item-avatar.swiper-slide-next {
    transform: none;
  }

  .swiper-slide.case-box {
    flex-flow: column;
  }

  .nav_menu {
    z-index: 9999;
    background-color: #0000;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link {
    z-index: 9999;
    font-size: 13px;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu_button_wrapper {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
  }

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

  .lottie_file {
    filter: invert();
    pointer-events: none;
    width: 450%;
    height: 450%;
    position: absolute;
    inset: auto;
  }

  .nav_menu_wrapper {
    z-index: 9999;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: row;
    margin-top: 5px;
    padding: 10px 16px;
    position: relative;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .divider-nav {
    display: none;
  }

  .nav-link-special {
    z-index: 9999;
    min-height: 30px;
    max-height: 40px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    font-size: 10px;
  }

  .left-side_cases {
    margin: 24px 16px;
  }

  .right_side_cases {
    margin-top: 0;
    margin-left: auto;
  }

  .tab-pane-wrapper-p {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tab-pane-wrapper-p.v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-card.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .pricing-card.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .pricing-card.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .pricing-card.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .pricing-card.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .pricing-card.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .pricing-card.v2.blackfriday.in-the-pricing-page-277, .pricing-card.v2.blackfriday.in-the-pricing-page-322, .pricing-card.v2.blackfriday.in-the-pricing-page-907, .pricing-card.v2.blackfriday.in-the-pricing-page-952, .pricing-card.v2.in-the-pricing-page-16, .pricing-card.v2.in-the-pricing-page-91, .pricing-card.v2.in-the-pricing-page-160, .pricing-card.v2.in-the-pricing-page-233, .pricing-card.v2.in-the-pricing-page-368, .pricing-card.v2.in-the-pricing-page-429, .pricing-card.v2.in-the-pricing-page-490, .pricing-card.v2.in-the-pricing-page-555, .pricing-card.v2.in-the-pricing-page-632, .pricing-card.v2.in-the-pricing-page-708, .pricing-card.v2.in-the-pricing-page-783, .pricing-card.v2.in-the-pricing-page-862, .pricing-card.v2.in-the-pricing-page-998, .pricing-card.v2.in-the-pricing-page-1059, .pricing-card.v2.in-the-pricing-page-1120, .pricing-card.v2.in-the-pricing-page-1185, .pricing-card.v2.in-the-pricing-page-555 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .actual-pricing.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-916, .actual-pricing.v2.blackfriday.real-price.in-the-pricing-page-961, .actual-pricing.v2.blackfriday.in-the-pricing-page-284, .actual-pricing.v2.blackfriday.in-the-pricing-page-330, .actual-pricing.v2.blackfriday.in-the-pricing-page-914, .actual-pricing.v2.blackfriday.in-the-pricing-page-960, .actual-pricing.v2.in-the-pricing-page-24, .actual-pricing.v2.in-the-pricing-page-96, .actual-pricing.v2.in-the-pricing-page-166, .actual-pricing.v2.in-the-pricing-page-373, .actual-pricing.v2.in-the-pricing-page-434, .actual-pricing.v2.in-the-pricing-page-496, .actual-pricing.v2.in-the-pricing-page-562, .actual-pricing.v2.in-the-pricing-page-640, .actual-pricing.v2.in-the-pricing-page-714, .actual-pricing.v2.in-the-pricing-page-790, .actual-pricing.v2.in-the-pricing-page-1003, .actual-pricing.v2.in-the-pricing-page-1064, .actual-pricing.v2.in-the-pricing-page-1126, .actual-pricing.v2.in-the-pricing-page-1192, .actual-pricing.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-284, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-330, .actual-pricing.v2-copy.in-the-pricing-page-24, .actual-pricing.v2-copy.in-the-pricing-page-96, .actual-pricing.v2-copy.in-the-pricing-page-166, .actual-pricing.v2-copy.in-the-pricing-page-373, .actual-pricing.v2-copy.in-the-pricing-page-434, .actual-pricing.v2-copy.in-the-pricing-page-496, .actual-pricing.v2-copy.in-the-pricing-page-562, .actual-pricing.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-284, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-330, .actual-pricing.v2-copy.in-the-pricing-page-24, .actual-pricing.v2-copy.in-the-pricing-page-96, .actual-pricing.v2-copy.in-the-pricing-page-166, .actual-pricing.v2-copy.in-the-pricing-page-373, .actual-pricing.v2-copy.in-the-pricing-page-434, .actual-pricing.v2-copy.in-the-pricing-page-496, .actual-pricing.v2-copy.in-the-pricing-page-562, .actual-pricing.trial-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.trial-pricing:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.trial-pricing.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.trial-pricing.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.trial-pricing.blackfriday.in-the-pricing-page-284, .actual-pricing.trial-pricing.blackfriday.in-the-pricing-page-330, .actual-pricing.trial-pricing.in-the-pricing-page-24, .actual-pricing.trial-pricing.in-the-pricing-page-96, .actual-pricing.trial-pricing.in-the-pricing-page-166, .actual-pricing.trial-pricing.in-the-pricing-page-373, .actual-pricing.trial-pricing.in-the-pricing-page-434, .actual-pricing.trial-pricing.in-the-pricing-page-496, .actual-pricing.trial-pricing.in-the-pricing-page-562, .actual-pricing.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing.v2-copy:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing.v2-copy:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-286, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-331, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-916, .actual-pricing.v2-copy.blackfriday.real-price.in-the-pricing-page-961, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-284, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-330, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-914, .actual-pricing.v2-copy.blackfriday.in-the-pricing-page-960, .actual-pricing.v2-copy.in-the-pricing-page-24, .actual-pricing.v2-copy.in-the-pricing-page-96, .actual-pricing.v2-copy.in-the-pricing-page-166, .actual-pricing.v2-copy.in-the-pricing-page-373, .actual-pricing.v2-copy.in-the-pricing-page-434, .actual-pricing.v2-copy.in-the-pricing-page-496, .actual-pricing.v2-copy.in-the-pricing-page-562, .actual-pricing.v2-copy.in-the-pricing-page-640, .actual-pricing.v2-copy.in-the-pricing-page-714, .actual-pricing.v2-copy.in-the-pricing-page-790, .actual-pricing.v2-copy.in-the-pricing-page-1003, .actual-pricing.v2-copy.in-the-pricing-page-1064, .actual-pricing.v2-copy.in-the-pricing-page-1126, .actual-pricing.v2-copy.in-the-pricing-page-1192, .actual-pricing.v2.in-the-pricing-page-562 {
    font-size: 36px;
  }

  .small-text-after-pricng-trial.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .small-text-after-pricng-trial.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .small-text-after-pricng-trial.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .small-text-after-pricng-trial.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .small-text-after-pricng-trial.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .small-text-after-pricng-trial.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .small-text-after-pricng-trial.v2.blackfriday.in-the-pricing-page-285, .small-text-after-pricng-trial.v2.blackfriday.in-the-pricing-page-915, .small-text-after-pricng-trial.v2.in-the-pricing-page-25, .small-text-after-pricng-trial.v2.in-the-pricing-page-97, .small-text-after-pricng-trial.v2.in-the-pricing-page-167, .small-text-after-pricng-trial.v2.in-the-pricing-page-240, .small-text-after-pricng-trial.v2.in-the-pricing-page-332, .small-text-after-pricng-trial.v2.in-the-pricing-page-374, .small-text-after-pricng-trial.v2.in-the-pricing-page-435, .small-text-after-pricng-trial.v2.in-the-pricing-page-497, .small-text-after-pricng-trial.v2.in-the-pricing-page-561, .small-text-after-pricng-trial.v2.in-the-pricing-page-641, .small-text-after-pricng-trial.v2.in-the-pricing-page-715, .small-text-after-pricng-trial.v2.in-the-pricing-page-791, .small-text-after-pricng-trial.v2.in-the-pricing-page-870, .small-text-after-pricng-trial.v2.in-the-pricing-page-962, .small-text-after-pricng-trial.v2.in-the-pricing-page-1004, .small-text-after-pricng-trial.v2.in-the-pricing-page-1065, .small-text-after-pricng-trial.v2.in-the-pricing-page-1127, .small-text-after-pricng-trial.v2.in-the-pricing-page-1191, .small-text-after-pricng-trial.v2-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .small-text-after-pricng-trial.v2-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .small-text-after-pricng-trial.v2-copy.blackfriday.in-the-pricing-page-285, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-25, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-97, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-167, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-240, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-332, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-374, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-435, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-497, .small-text-after-pricng-trial.v2-copy.in-the-pricing-page-561, .small-text-after-pricng-trial.v2.in-the-pricing-page-561 {
    font-size: 16px;
  }

  .faq-heading_and_info_wrapper {
    position: static;
    top: 0;
  }

  .faq_wrapper_all {
    min-width: 0;
    max-width: none;
  }

  .footer {
    padding-bottom: 0;
  }

  .span_special.prd {
    font-size: 36px;
  }

  .span_special._50-off-normal {
    font-size: 56px;
  }

  .looping_mobile_ony {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

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

  .background_layer_behind_logos-different {
    width: 100%;
    height: 336px;
  }

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

  .card_create_background_image_always_visible.mobile-only {
    display: block;
  }

  .card_create_affiliate {
    height: 488px;
    padding: 16px;
  }

  .pricing-for-enterprise {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .featured-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 70%;
  }

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

  .right_side_filter {
    margin-left: 0;
  }

  .filter_resource {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox_actual {
    padding: 8px 12px;
  }

  .search_field {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .all-blogs-heading-wrapper {
    margin-bottom: 8px;
  }

  .toc_resource {
    order: -1;
    max-width: none;
    position: static;
    top: auto;
  }

  .toc_resource.not-visible {
    display: none;
  }

  .wrapper-actual-blog {
    min-width: 0;
    max-width: none;
  }

  .par-special-new-big-text {
    font-size: 24px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

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

  .message_left, .message_card {
    position: static;
  }

  .founder-message {
    font-size: 1.25rem;
  }

  .review-card_grid.hide-mobile, .review-card_grid.different-for-new-lander {
    grid-template-columns: 1fr 1fr;
  }

  .feature_card {
    padding: 1rem;
  }

  .feature-card_content {
    font-size: .875rem;
  }

  .problem-sol_grid {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .brand-logo_grid.scroll {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .brand-logo_grid.scroll.acards {
    flex-flow: wrap;
  }

  .divider {
    display: none;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .product-header1_list.is-mobile {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header1_item {
    flex: none;
    max-width: 10rem;
    height: auto;
  }

  .product-header1_component {
    padding-bottom: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .product-header1_list-wrapper.on-mobile {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    padding: 1rem;
    display: flex;
    overflow: scroll;
  }

  .product-header1_list-wrapper.hide-tablet {
    display: none;
  }

  .compare-table {
    max-width: none;
  }

  .compare-table.is-mobile {
    display: none;
  }

  .compare-table.hide-tablet {
    width: 100%;
  }

  .compare-table_wrapper {
    max-width: 100%;
    overflow: scroll;
  }

  .footer-bottom {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo {
    max-width: 80px;
  }

  .frame-1171276217 {
    min-height: 150px;
  }

  .cards-featur-end {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 40px;
    padding-right: 60px;
    display: grid;
  }

  .text-20 {
    font-size: 1em;
  }

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

  .text-21.text21-2 {
    min-height: auto;
  }

  .cards-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .container-feat, .container-people-saying, .maketer_container {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .swiper-wrapper-old.mobile_looping_list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-people-say.avatar_1 {
    margin-top: 0;
  }

  .swiper-people-say.looping_mobile_ony_peoplesay.swiper.cases-1 {
    display: none;
  }

  .swiper-topmaketer.avatar_1, .swiper-topmaketer-2.avatar_1 {
    margin-top: 0;
  }

  .swiper-slide-copy.case-box {
    flex-flow: column;
  }

  .right_side_cases-2 {
    margin-top: 0;
    margin-left: auto;
  }

  .left-side_cases-2 {
    margin: 24px 16px;
  }

  .container-2 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .swiper-only-mobile.avatar_1 {
    margin-top: 0;
  }

  .swiper-only-mobile.cases-1.swiper {
    display: none;
  }

  .swiper-only-desktop.avatar_1 {
    margin-top: 0;
  }

  .swiper-only-desktop.cases-1, .swiper-only-desktop.cases-1.swiper {
    display: none;
  }

  .swiper-slide-_desltop.item-avatar {
    max-width: 237px;
  }

  .swiper-slide-_desltop.item-avatar.swiper-slide-active, .swiper-slide-_desltop.item-avatar.swiper-slide-prev, .swiper-slide-_desltop.item-avatar.swiper-slide-next {
    transform: none;
  }

  .swiper-slide-_desltop.case-box {
    flex-flow: column;
  }

  .first-part-card_create-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-ai-ads {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-ai-ads.trusted-by {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-ai-ads.fafafa {
    padding-bottom: 0;
  }

  .section-ai-ads.cta {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-ai-ads.for-the-team-special {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-ai-ads.hero-with-bg {
    padding-bottom: 80px;
  }

  .section-ai-ads.blog-template {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .frame-1171276217-copy {
    min-height: 200px;
  }

  .frame-1171276217_2 {
    min-height: 320px;
  }

  .banner-demo {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .creative_grid.hide-mobile, .creative_grid.different-for-new-lander {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section2.trusted-by {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section2.fafafa {
    padding-bottom: 0;
  }

  .section2.cta {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section2.for-the-team-special {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section2.hero-with-bg {
    padding-bottom: 80px;
  }

  .section2.blog-template {
    padding-top: 40px;
    padding-bottom: 0;
  }

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

  .section-center.trusted-by {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-center.fafafa {
    padding-bottom: 0;
  }

  .section-center.cta {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-center.for-the-team-special {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-center.hero-with-bg {
    padding-bottom: 80px;
  }

  .section-center.blog-template {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .container-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-copy.all-languages-wrapper, .container-copy.how-it-works, .container-copy.how-it-works-affiliate {
    margin-top: 50px;
  }

  .container-copy.in-blog-template, .container-copy.for-the-faq-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .container-4 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-4.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-button-copy-creatify {
    font-size: 14px;
  }

  .container-5, .container-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-copy.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container-copy.in-the-cta {
    padding-bottom: 40px;
  }

  .container-copy.in-the-footer {
    flex-flow: column;
  }

  .container-copy.socials-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-copy.all-languages-wrapper, .container-copy.how-it-works, .container-copy.how-it-works-affiliate {
    margin-top: 50px;
  }

  .container-copy.in-blog-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .nav_menu_1 {
    z-index: 9999;
    background-color: #0000;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-25.trial-1.trial2 {
    max-width: 103px;
  }

  .div-block-39:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .div-block-39:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .div-block-39:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .div-block-39:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .div-block-39:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .div-block-39:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .div-block-39.blackfriday.in-the-pricing-page-280, .div-block-39.blackfriday.in-the-pricing-page-325, .div-block-39.blackfriday.in-the-pricing-page-910, .div-block-39.blackfriday.in-the-pricing-page-955, .div-block-39.in-the-pricing-page-17, .div-block-39.in-the-pricing-page-92, .div-block-39.in-the-pricing-page-161, .div-block-39.in-the-pricing-page-234, .div-block-39.in-the-pricing-page-369, .div-block-39.in-the-pricing-page-430, .div-block-39.in-the-pricing-page-491, .div-block-39.in-the-pricing-page-556, .div-block-39.in-the-pricing-page-633, .div-block-39.in-the-pricing-page-709, .div-block-39.in-the-pricing-page-784, .div-block-39.in-the-pricing-page-863, .div-block-39.in-the-pricing-page-999, .div-block-39.in-the-pricing-page-1060, .div-block-39.in-the-pricing-page-1121, .div-block-39.in-the-pricing-page-1186 {
    min-height: 200px;
  }

  .text-block-24.header-item-score {
    width: 100%;
  }

  .text-block-25 {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .text-block-26 {
    color: #5c5c69ab;
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .image-26.gesture {
    object-fit: contain;
    position: static;
  }

  .text-block-27 {
    font-size: 10px;
  }

  .div-block-47.image.step1.agent {
    background-image: none;
    background-size: auto;
    justify-content: center;
    align-items: center;
    min-height: 100px;
  }

  .div-block-47.image.step2, .div-block-47.image.step3 {
    background-image: none;
    background-size: auto;
    justify-content: center;
  }

  .div-block-47.etp {
    display: block;
  }

  .image-28.etp {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .step-item-header {
    display: block;
  }

  .step-item-header.etp {
    font-size: 20px;
  }

  .div-block-49 {
    min-width: 640px;
    min-height: 260px;
    max-height: 300px;
  }

  .text-block-31-26 {
    max-width: 320px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .step-containter-mobile {
    display: none;
  }

  .logo--copy {
    max-width: 100%;
  }

  .image-34.blackfriday {
    left: 60%;
  }

  .image-34.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-34.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-34.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-34.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-34.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-34.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-34.blackfriday.in-the-pricing-page-279, .image-34.blackfriday.in-the-pricing-page-909 {
    max-width: 100px;
    max-height: 100px;
    left: 60%;
  }

  .image-35:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-35:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-35:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-35:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-35:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-35:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-35.in-the-pricing-page-324, .image-35.in-the-pricing-page-954 {
    max-width: 70px;
    max-height: 70px;
    bottom: -15%;
  }

  .image-36, .image-37, .image-38 {
    object-fit: contain;
  }

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

  .section-agent.trusted-by {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-agent.fafafa {
    padding-bottom: 0;
  }

  .section-agent.cta {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-agent.for-the-team-special {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-agent.hero-with-bg {
    padding-bottom: 80px;
  }

  .section-agent.blog-template {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .containe-agent {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .containe-agent.for-hero {
    max-width: 80%;
  }

  .containe-agent.for-hero.pricing {
    max-width: 60%;
  }

  .containe-agent.for-hero.etp {
    max-width: 80%;
  }

  .containe-agent.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .containe-agent.in-the-cta {
    padding-bottom: 40px;
  }

  .containe-agent.in-the-footer {
    flex-flow: column;
  }

  .containe-agent.socials-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .containe-agent.all-languages-wrapper, .containe-agent.how-it-works, .containe-agent.how-it-works-affiliate {
    margin-top: 50px;
  }

  .containe-agent.in-blog-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .default_heading_and_subheading-agent.max-760.with-margins {
    width: 100%;
  }

  .div-block-47-agent.etp, .div-block-47-1-agent.etp, .div-block-4-2-agent.etp {
    display: block;
  }

  .button-v1.in-the-navbar, .button-agent.in-the-navbar {
    z-index: 9999;
    position: relative;
  }

  .navbar-hebrew {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-offer {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-offer.for-hero {
    max-width: 80%;
  }

  .container-offer.for-hero.pricing {
    max-width: 60%;
  }

  .container-offer.for-hero.etp {
    max-width: 80%;
  }

  .container-offer.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container-offer.in-the-cta {
    padding-bottom: 40px;
  }

  .container-offer.in-the-footer {
    flex-flow: column;
  }

  .container-offer.socials-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-offer.all-languages-wrapper, .container-offer.how-it-works, .container-offer.how-it-works-affiliate {
    margin-top: 50px;
  }

  .container-offer.in-blog-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-block-43, .text-block-45 {
    font-size: 20px;
  }

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

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .button-outline.in-the-navbar {
    z-index: 9999;
    position: relative;
  }

  .h1-talkinghead.v2.home.enterprise {
    font-size: 48px;
  }

  .h1-customavatar {
    font-family: Rubik, sans-serif;
  }

  .h1-customavatar.v2.home.enterprise, .h1-vroll.v2.home.enterprise {
    font-size: 48px;
  }

  .actual-pricing-enterprise.v2:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .actual-pricing-enterprise.v2:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .actual-pricing-enterprise.v2:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .actual-pricing-enterprise.v2:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .actual-pricing-enterprise.v2:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .actual-pricing-enterprise.v2:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .actual-pricing-enterprise.v2.in-the-pricing-page-239, .actual-pricing-enterprise.v2.in-the-pricing-page-563, .actual-pricing-enterprise.v2.in-the-pricing-page-868, .actual-pricing-enterprise.v2.in-the-pricing-page-1193, .actual-pricing-enterprise.v2.in-the-pricing-page-563 {
    font-size: 36px;
  }

  .div-block-66 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .div-block-47-1.etp {
    display: block;
  }

  .text-block-31-26-copy {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 38px;
  }

  .button-copy.in-the-navbar {
    z-index: 9999;
    position: relative;
  }

  .button-copy.v2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 119px;
    min-height: 32px;
    margin-top: 10px;
    display: flex;
  }

  .div-block-47-agent-copy.etp, .div-block-47-1-agent-copy.etp, .div-block-4-2-agent-copy.etp {
    display: block;
  }

  .section-content-lib {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-content-lib.trusted-by {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-content-lib.fafafa {
    padding-bottom: 0;
  }

  .section-content-lib.cta {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-content-lib.for-the-team-special {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-content-lib.hero-with-bg {
    padding-bottom: 80px;
  }

  .section-content-lib.blog-template {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .div-block-47-content.etp {
    display: block;
  }

  .h2-prd-header {
    font-size: 36px;
  }

  .prd-btn-get-started.in-the-navbar {
    z-index: 9999;
    position: relative;
  }

  .prd-btn-get-started.v2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 119px;
    min-height: 32px;
    margin-top: 10px;
    display: flex;
  }

  .text-button-copy-creatify-copy {
    font-size: 14px;
  }

  .prd-btn-how-it-w.in-the-navbar {
    z-index: 9999;
    position: relative;
  }

  .prd-btn-how-it-w.v2-copy {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 119px;
    min-height: 32px;
    margin-top: 10px;
    display: flex;
  }

  .text-button-how-it-w {
    font-size: 14px;
  }

  .div-block-75 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 212px;
    max-width: 212px;
    height: 250px;
    max-height: 250px;
    padding: 10px;
  }

  .image-54 {
    width: 30px;
    height: 30px;
  }

  .div-block-76 {
    height: 155px;
  }

  .image-55 {
    width: auto;
    height: 100px;
    left: 35px;
  }

  .image-56 {
    width: auto;
    height: 150px;
    left: -53px;
  }

  .text-block-53 {
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-76-x1 {
    width: 212px;
    max-width: 212px;
    height: 250px;
    max-height: 250px;
    padding: 10px;
  }

  .div-block-78 {
    height: 155px;
  }

  .div-block-79 {
    width: 130px;
    padding: 10px 20px;
  }

  .image-58 {
    width: 55px;
    height: 40px;
    margin-top: 20px;
  }

  .text-block-55 {
    font-size: 14px;
  }

  .div-block-76-x2 {
    width: 212px;
    height: 250px;
    max-height: 250px;
  }

  .div-block-81 {
    min-width: 100px;
  }

  .image-60 {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-block-56, .text-block-57, .text-block-59 {
    font-size: 8px;
    line-height: 12px;
  }

  .container-prd-clone {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-prd-clone.for-hero {
    max-width: 80%;
  }

  .container-prd-clone.for-hero.pricing {
    max-width: 60%;
  }

  .container-prd-clone.for-hero.etp {
    max-width: 80%;
  }

  .container-prd-clone.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container-prd-clone.in-the-cta {
    padding-bottom: 40px;
  }

  .container-prd-clone.in-the-footer {
    flex-flow: column;
  }

  .container-prd-clone.socials-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-prd-clone.all-languages-wrapper, .container-prd-clone.how-it-works, .container-prd-clone.how-it-works-affiliate {
    margin-top: 50px;
  }

  .container-prd-clone.in-blog-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .text-block-56-feature {
    font-size: 8px;
    line-height: 12px;
  }

  .div-block-81-feature {
    min-width: 100px;
  }

  .container-prd-in-use {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-prd-in-use.for-hero {
    max-width: 80%;
  }

  .container-prd-in-use.for-hero.pricing {
    max-width: 60%;
  }

  .container-prd-in-use.for-hero.etp {
    max-width: 80%;
  }

  .container-prd-in-use.for-the-faq {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .container-prd-in-use.in-the-cta {
    padding-bottom: 40px;
  }

  .container-prd-in-use.in-the-footer {
    flex-flow: column;
  }

  .container-prd-in-use.socials-links {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-prd-in-use.all-languages-wrapper, .container-prd-in-use.how-it-works, .container-prd-in-use.how-it-works-affiliate {
    margin-top: 50px;
  }

  .container-prd-in-use.in-blog-template {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .image-65 {
    width: 48px;
  }

  .div-block-66-small {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .image-71.blackfriday {
    left: 60%;
  }

  .container-17 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-108.in-the-pricing-page-556 {
    min-height: 200px;
  }

  .div-block-110 {
    width: 100%;
    min-width: 160px;
    margin-left: 10px;
    margin-right: 40px;
  }

  .text-block-75 {
    font-size: 18px;
  }

  .div-block-111.middle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-right: 0;
  }

  .image-82 {
    width: 130px;
    height: 150px;
  }

  .image-82.out {
    top: -10px;
  }

  .div-block-112 {
    width: 100%;
  }

  .div-block-112.first {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .grid-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container.for-hero {
    max-width: 90%;
  }

  .container.for-hero.pricing {
    max-width: 80%;
  }

  .container.for-trusted-by, .container.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container.acards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container.trial, .container.prd-scale-ads, .container.prd-scale-ads--tag, .container.prd-scale-ads--tag-feature {
    flex-flow: column;
  }

  .par._18.arcard_description {
    align-self: baseline;
  }

  .par._18.arcards {
    align-self: auto;
  }

  .par._20._252b37.legal-pages-par {
    font-size: 18px;
    line-height: 120%;
  }

  .par._20._252b37.etp {
    font-size: 12px;
  }

  .par._20.for-the-blog {
    font-size: 16px;
  }

  .par._0a0d12 {
    font-size: 12px;
  }

  .par._717680.v2 {
    min-height: 0;
  }

  .par.prd-clone-sub.arcard_description {
    align-self: baseline;
  }

  .par.prd-clone-sub.arcards {
    align-self: auto;
  }

  .par.prd-result-sub.arcard_description {
    align-self: baseline;
  }

  .par.prd-result-sub.arcards {
    align-self: auto;
  }

  .section, .section.trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.fafafa {
    overflow: hidden;
  }

  .section.cta.action-v2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.special-pricing:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.special-pricing:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .section.special-pricing:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .section.special-pricing:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .section.special-pricing:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .section.special-pricing.in-the-pricing-page, .section.special-pricing.in-the-pricing-page-617 {
    padding-top: 15px;
  }

  .section.hero-with-bg {
    padding-bottom: 40px;
  }

  .section.new-section {
    padding-top: 24px;
  }

  .section.prd-scale-ads:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.prd-scale-ads:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.prd-scale-ads.in-the-pricing-page, .section.prd-scale-ads-tag:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.prd-scale-ads-tag:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.prd-scale-ads-tag.in-the-pricing-page, .section.prd-scale-ads-tag-feature:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.prd-scale-ads-tag-feature:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.prd-scale-ads-tag-feature.in-the-pricing-page, .section.special-pricing-copy:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .section.special-pricing-copy:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .section.special-pricing-copy.in-the-pricing-page {
    padding-top: 15px;
  }

  .h1.in-blog {
    font-size: 35px;
  }

  .h1.v2.home.enterprise {
    font-size: 30px;
  }

  .wrapper-hero-par {
    margin-bottom: 16px;
  }

  .button.in-the-faq.v2.action-v2 {
    min-height: 48px;
    max-height: 48px;
  }

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

  .button.is-secondary.on-mobile {
    display: flex;
  }

  .button.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .button.in-the-navbar-login {
    width: 100%;
  }

  .looping-hero-images_all {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .looping_hero-part {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .logos_all, .logos_part {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .divider_between_logos {
    height: 36px;
  }

  .default_heading_and_subheading.max-760.with-margins.different {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .default_heading_and_subheading.max-760.v2.trial {
    justify-content: flex-start;
    align-items: center;
  }

  .h2 {
    font-size: 48px;
  }

  .h2.white.align-left.v2.action-v2 {
    font-size: 28px;
  }

  .h2.for-the-calc {
    font-size: 24px;
  }

  .h2.different-smaller {
    margin-bottom: 16px;
  }

  .h2.v2 {
    font-size: 48px;
  }

  .h2.prd-clone {
    font-size: 36px;
  }

  .h2.prd-result {
    font-size: 48px;
  }

  .h2.prd-in-use {
    font-size: 36px;
  }

  .h2.papi-save-upto-text {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cards-create {
    flex-flow: column;
    display: flex;
  }

  .cards-create.is-product-page {
    margin-top: 0;
  }

  .card_create {
    height: 400px;
  }

  .card_create_background_image {
    display: block;
  }

  .card_create_background_image.mobile-only, .avatar_arrows.only-widepc {
    display: none;
  }

  .swiper.cases-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .swiper-wrapper.avatar_2 {
    width: auto;
  }

  .swiper-wrapper.mobile_looping_list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .swiper-slide.item-avatar {
    max-width: 180px;
  }

  .swiper-slide.case-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav_menu {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu_button_wrapper {
    width: 28px;
    height: 28px;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
    top: 8px;
  }

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

  .nav_menu_wrapper {
    flex-flow: column;
    width: 50%;
    margin-left: auto;
  }

  .navbar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-special {
    font-size: 12px;
    font-weight: 600;
  }

  .all_customers {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .customers-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    width: auto;
  }

  .customers-column.mobile-only {
    display: flex;
  }

  .customer-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 300px;
  }

  .customer-box.hide-on-mobile-only {
    display: none;
  }

  .customer-box.is-toolkit {
    width: auto;
  }

  .customer-box.is-toolkit.hide-mob-landscape {
    display: none;
  }

  .first-part-customer-box {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .stars-customer-box {
    max-width: 70px;
  }

  .under-par-customer-box {
    font-size: 12px;
  }

  .image-customer-box {
    flex: none;
    width: 2.5rem;
  }

  .image-customer-box.bigger {
    width: 50px;
  }

  .name-customer-box {
    font-size: 14px;
  }

  .absolute_overlay {
    display: none;
  }

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

  .left-side_cases {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .bottom-part-cases {
    margin-top: 24px;
  }

  .right_side_cases {
    aspect-ratio: 1;
    max-width: none;
  }

  .image-main-cases {
    object-position: 50% 0%;
    height: 100%;
  }

  .tab-pane-wrapper-p {
    flex-flow: column;
  }

  .tab-pane-wrapper-p.v2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .trigger_line {
    bottom: 8px;
    left: 24px;
    right: 24px;
  }

  .faq_par {
    line-height: 150%;
  }

  .faq_divider {
    height: 24px;
  }

  .faq_trigger {
    padding: 24px;
  }

  .faq_heading {
    font-size: 16px;
    line-height: 150%;
  }

  .faq_answer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-links_all {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-links-column, .footer-links-column.second {
    width: auto;
  }

  .span_special.span_special-copy {
    font-size: 48px;
  }

  .just-for-double-of-it {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .customers-column-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
  }

  .customers-column-1.mobile-only {
    display: flex;
  }

  .just-for-double-of-it-different {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .par-special-for-the-testimonials {
    font-size: 12px;
  }

  .looping_hero-part-whle-cooking, .something_else_for_style_guide {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .actual_feature {
    padding: 16px;
  }

  .actual_feature.second {
    padding: 42px;
  }

  .looping_mobile_ony {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .mobile_looping_list, .looping_hero-part-whle-cooking-v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .social_media_link {
    width: 25px;
  }

  .heading_subheading_legal_pages {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h1-legal-pages {
    letter-spacing: 0;
    font-size: 32px;
  }

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

  .lang-box {
    padding: 16px;
  }

  .lang-image {
    width: 30px;
    height: 30px;
  }

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

  .card_create_affiliate {
    aspect-ratio: 368 / 200;
    height: auto;
  }

  .calculator_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .sub-heading-calc {
    font-size: 18px;
  }

  .show-calculation {
    font-size: 36px;
  }

  .calc-part {
    flex-flow: wrap;
  }

  .calc-part-heading {
    order: 1;
    min-width: 0;
    font-size: 18px;
  }

  .fs-rangeslider_form {
    order: 3;
  }

  .fs-rangeslider_handle {
    width: 30px;
    height: 30px;
  }

  .calc-part-right {
    order: 2;
    padding-top: 4px;
  }

  .text-pull-calc {
    font-size: 20px;
  }

  .text-decoration-calc {
    font-size: 18px;
  }

  .popup_actual {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .top-popup_actual {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-top-popup {
    font-size: 16px;
  }

  .form {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-field {
    height: 40px;
    font-size: 14px;
  }

  .submit_button {
    margin-top: 16px;
  }

  .pricing-for-enterprise {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .two-checkboxes {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-blog-first-part {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .subscribe-form-box {
    max-width: none;
    min-height: 0;
  }

  .featured-item {
    width: 100%;
  }

  .content-featured-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-featured-item {
    font-size: 30px;
  }

  .article-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .wrapper_checkboxes_filter {
    order: -1;
  }

  .wrapper_checkboxes_filter_list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .text_checkbox_actual {
    white-space: nowrap;
  }

  .checkboxes_wrapper {
    flex-flow: wrap;
  }

  .image-main-blog {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .toc_resource {
    max-width: none;
  }

  .article-details {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading_table_of_content {
    font-size: 16px;
  }

  .par-special-new-big-text {
    font-size: 22px;
  }

  .text-new-features-page {
    margin-bottom: 0;
    font-size: 18px;
  }

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

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

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

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

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

  .brand-directorty_content {
    justify-content: center;
    align-items: flex-start;
  }

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

  .founder-message_content {
    flex-flow: column;
  }

  .message_left {
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .message_card {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
  }

  .review-card_grid {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .customer-info {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

  .process-card_image {
    width: 100%;
    max-width: 90%;
  }

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

  .problem-list_item.acards {
    font-size: .75rem;
  }

  .brands-header-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .brand-logo_grid.scroll {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 120%;
    display: flex;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .product-header1_list.is-mobile {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
    display: flex;
    overflow: auto;
  }

  .product-header1_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header1_item {
    border-radius: .5rem;
    flex: none;
    max-width: 7rem;
    height: auto;
    overflow: hidden;
  }

  .product-header1_component {
    padding-bottom: 1.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .product-header1_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header1_accordion-icon {
    width: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .product-header1_list-wrapper.hide-mobile-landscape {
    display: none;
  }

  .product-header1_list-wrapper.on-mobile {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .price-button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .buy-button-wrapper {
    width: 100%;
  }

  .product-info_wrapper {
    border-top-color: #f5f5f5;
  }

  .compare-table {
    width: 49rem;
  }

  .compare-table.is-mobile {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  .compare-table.hide-tablet {
    display: none;
  }

  .compare-table_wrapper {
    width: 100%;
    overflow: auto;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .logo {
    object-fit: contain;
    width: auto;
    max-width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .heading_wrapper.is-center {
    margin-left: auto;
    margin-right: auto;
  }

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

  .new-section-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .top-part-new-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .main-part-new-section {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .box-new-part {
    width: 100%;
  }

  .arrow-new-part {
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg);
  }

  .frame-1171276217 {
    min-height: auto;
  }

  .cards-featur-end {
    flex-flow: column;
    display: flex;
  }

  .section-feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cards-feature {
    flex-flow: column;
    display: flex;
  }

  .cards-feature.arcards {
    max-width: none;
  }

  .div-block-3 {
    display: flex;
  }

  .customer-box-list-1, .customer-box-list-main_1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 300px;
  }

  .customer-box-list-main_1.is-toolkit {
    width: auto;
  }

  .customer-box-list-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 300px;
  }

  .review-card_grid_2 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .customer-box-list-main_2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: none;
    width: 300px;
  }

  .customer-box-list-main_2.is-toolkitt_2 {
    width: auto;
  }

  .all_customers-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-bottom: 0;
  }

  .section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .swiper-people-say.cases-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .swiper-people-say.looping_mobile_ony_peoplesay.swiper.cases-1 {
    display: none;
  }

  .swiper-topmaketer.cases-1, .swiper-topmaketer-2.cases-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .swiper-slide-copy.case-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .right_side_cases-2 {
    aspect-ratio: 1;
    max-width: none;
  }

  .left-side_cases-2 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .swiper-only-mobile.cases-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .swiper-only-mobile.cases-1.swiper {
    display: none;
  }

  .swiper-only-desktop.cases-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .swiper-slide-_desltop.item-avatar {
    max-width: 180px;
  }

  .swiper-slide-_desltop.case-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .swiper-2.cases-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .frame-1171276214 {
    flex-direction: column;
    align-items: center;
  }

  .section-ai-ads, .section-ai-ads.trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-ai-ads.fafafa {
    overflow: hidden;
  }

  .section-ai-ads.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    padding-top: 15px;
  }

  .section-ai-ads.hero-with-bg {
    padding-bottom: 40px;
  }

  .section-ai-ads.new-section {
    padding-top: 24px;
  }

  .frame-1171276217-copy {
    min-height: 100%;
  }

  .frame-1171276217_2 {
    min-height: auto;
  }

  .frame-1171276218-copy {
    max-width: none;
  }

  .text-21-copy {
    min-height: auto;
  }

  .banner-demo {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .creative_grid {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section2, .section2.trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section2.fafafa {
    overflow: hidden;
  }

  .section2.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    padding-top: 15px;
  }

  .section2.hero-with-bg {
    padding-bottom: 40px;
  }

  .section2.new-section {
    padding-top: 24px;
  }

  .section-center, .section-center.trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-center.fafafa {
    overflow: hidden;
  }

  .section-center.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    padding-top: 15px;
  }

  .section-center.hero-with-bg {
    padding-bottom: 40px;
  }

  .section-center.new-section {
    padding-top: 24px;
  }

  .container-copy.for-trusted-by, .container-copy.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-button-copy-creatify.etp {
    font-size: 12px;
  }

  .problem-list_item-copy.acards {
    font-size: .75rem;
  }

  .text-block-10, .text-block-11 {
    font-size: 12px;
  }

  .problem-list_item-3.acards {
    font-size: .75rem;
  }

  .container-9 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-15 {
    font-size: 14px;
  }

  .text-block-16 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .par-copy._18.arcard_description {
    align-self: baseline;
  }

  .par-copy._18.arcards {
    align-self: auto;
  }

  .par-copy._20._252b37.legal-pages-par {
    font-size: 18px;
    line-height: 120%;
  }

  .par-copy._20.for-the-blog {
    font-size: 16px;
  }

  .par-copy._0a0d12 {
    font-size: 12px;
  }

  .container-copy.for-trusted-by, .container-copy.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-copy.acards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .par-creatify._18.arcard_description {
    align-self: baseline;
  }

  .par-creatify._18.arcards {
    align-self: auto;
  }

  .par-creatify._20._252b37.legal-pages-par {
    font-size: 18px;
    line-height: 120%;
  }

  .par-creatify._20.for-the-blog {
    font-size: 16px;
  }

  .par-creatify._0a0d12 {
    font-size: 12px;
  }

  .nav_menu_1 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header-score {
    font-size: 28px;
  }

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

  .div-block-42 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-block-24.header-item-score, .text-block-25, .text-block-26 {
    width: 100%;
  }

  .grid-feat-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: auto;
    display: grid;
  }

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

  .image-26.ai-avatar.ai-2 {
    position: relative;
    bottom: 60px;
    left: -9px;
  }

  .image-26.ai-avatar.ai-3 {
    left: 20px;
  }

  .div-block-43.broll {
    max-width: 100%;
  }

  .step-containter-1 {
    display: none;
  }

  .step-containter-1.etp.prd {
    display: block;
  }

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

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

  .grid-3.why, .grid-3.hiw {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-47 {
    min-height: 200px;
  }

  .div-block-47.div-block-47-prd-clone.prd-in-use {
    justify-content: space-between;
    align-items: center;
  }

  .step-item-header {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .div-block-48.prd, .text-block-30 {
    text-align: center;
  }

  .div-block-49 {
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: scroll;
    min-width: 480px;
    min-height: 100px;
    max-height: 196px;
  }

  .text-block-31-26 {
    font-size: 11px;
    line-height: 22px;
  }

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

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

  .text-block-36 {
    font-size: 12px;
  }

  .text-block-37.prd_clone {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .step-containter-mobile {
    display: block;
  }

  .logo--copy {
    object-fit: contain;
    width: auto;
    max-width: 100%;
    height: 80px;
    margin-bottom: 20px;
  }

  .image-34.blackfriday {
    max-width: 124px;
    max-height: 124px;
    top: -25%;
    left: 70%;
  }

  .image-34.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-34.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-34.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-34.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-34.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-34.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-34.blackfriday.in-the-pricing-page-279, .image-34.blackfriday.in-the-pricing-page-909 {
    max-width: 124px;
    max-height: 124px;
    left: 70%;
  }

  .image-35 {
    max-width: 100px;
    max-height: 100px;
    bottom: -25%;
    right: 5%;
  }

  .image-35:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-35:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-35:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-35:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-35:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-35:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-35.in-the-pricing-page-324, .image-35.in-the-pricing-page-954 {
    max-width: 100px;
    max-height: 100px;
    bottom: -20%;
    right: 5%;
  }

  .step-containte-mobile, .step-containter-2 {
    display: none;
  }

  .section-agent, .section-agent.trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-agent.fafafa {
    overflow: hidden;
  }

  .section-agent.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    padding-top: 15px;
  }

  .section-agent.hero-with-bg {
    padding-bottom: 40px;
  }

  .section-agent.new-section {
    padding-top: 24px;
  }

  .containe-agent.for-hero {
    max-width: 90%;
  }

  .containe-agent.for-hero.pricing {
    max-width: 80%;
  }

  .containe-agent.for-trusted-by, .containe-agent.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .containe-agent.acards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .default_heading_and_subheading-agent.max-760.with-margins.different {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .step-containter-agent {
    display: none;
  }

  .div-block-47-agent, .div-block-47-1-agent, .div-block-4-2-agent {
    min-height: 200px;
  }

  .step-containter-agen-mobile, .button-v1.is-secondary.hide-mobile-landscape {
    display: none;
  }

  .button-v1.is-secondary.on-mobile {
    display: flex;
  }

  .button-v1.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .button-agent.is-secondary.hide-mobile-landscape {
    display: none;
  }

  .button-agent.is-secondary.on-mobile {
    display: flex;
  }

  .button-agent.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .text-button-agent.etp {
    font-size: 12px;
  }

  .navbar-hebrew {
    padding-left: 12px;
    padding-right: 12px;
    top: 8px;
  }

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

  .div-block-42-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .container-offer.for-hero {
    max-width: 90%;
  }

  .container-offer.for-hero.pricing {
    max-width: 80%;
  }

  .container-offer.for-trusted-by, .container-offer.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-offer.acards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-offer.trial {
    flex-flow: column;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

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

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .button-outline.is-secondary.hide-mobile-landscape {
    display: none;
  }

  .button-outline.is-secondary.on-mobile {
    display: flex;
  }

  .button-outline.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .h1-talkinghead.in-blog {
    font-size: 35px;
  }

  .h1-talkinghead.v2.home.enterprise {
    font-size: 30px;
  }

  .h1-customavatar.in-blog {
    font-size: 35px;
  }

  .h1-customavatar.v2.home.enterprise {
    font-size: 30px;
  }

  .h1-vroll.in-blog {
    font-size: 35px;
  }

  .h1-vroll.v2.home.enterprise {
    font-size: 30px;
  }

  .div-block-66 {
    display: none;
  }

  .div-block-47-1 {
    min-height: 200px;
  }

  .text-block-31-26-copy {
    font-size: 22px;
    line-height: 32px;
  }

  .div-block-67 {
    max-height: 504px;
  }

  .button-copy.is-secondary.hide-mobile-landscape {
    display: none;
  }

  .button-copy.is-secondary.on-mobile {
    display: flex;
  }

  .button-copy.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .button-copy.v2-copy {
    min-height: 28px;
    max-height: 36px;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-47-agent-copy, .div-block-47-1-agent-copy, .div-block-4-2-agent-copy {
    min-height: 200px;
  }

  .section-content-lib, .section-content-lib.trusted-by {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-content-lib.fafafa {
    overflow: hidden;
  }

  .section-content-lib.special-pricing:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba) {
    padding-top: 15px;
  }

  .section-content-lib.hero-with-bg {
    padding-bottom: 40px;
  }

  .section-content-lib.new-section {
    padding-top: 24px;
  }

  .step-containter-content-lib {
    display: none;
  }

  .div-block-47-content {
    min-height: 200px;
  }

  .step-containter-content-lib-mobile {
    display: block;
  }

  .span_special-copy {
    font-size: 48px;
  }

  .span_special-copy.saveupto-text {
    font-size: 16px;
  }

  .prd-header {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 0%;
  }

  .h2-copy {
    font-size: 48px;
  }

  .h2-copy.for-the-calc {
    font-size: 24px;
  }

  .h2-copy.different-smaller {
    margin-bottom: 16px;
  }

  .h2-copy.v2 {
    font-size: 48px;
  }

  .h2-prd-header {
    font-size: 36px;
  }

  .h2-prd-header.for-the-calc {
    font-size: 24px;
  }

  .h2-prd-header.different-smaller {
    margin-bottom: 16px;
  }

  .h2-prd-header.v2 {
    font-size: 48px;
  }

  .prd-btn-get-started.is-secondary.hide-mobile-landscape {
    display: none;
  }

  .prd-btn-get-started.is-secondary.on-mobile {
    display: flex;
  }

  .prd-btn-get-started.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .prd-btn-get-started.v2-copy {
    min-height: 28px;
    max-height: 36px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-button-copy-creatify-copy.etp {
    font-size: 12px;
  }

  .prd-btn-how-it-w.is-secondary.hide-mobile-landscape {
    display: none;
  }

  .prd-btn-how-it-w.is-secondary.on-mobile {
    display: flex;
  }

  .prd-btn-how-it-w.etp {
    border-radius: 8px;
    min-width: 120px;
    max-height: 40px;
    padding: 5px 10px;
  }

  .prd-btn-how-it-w.v2-copy {
    min-height: 28px;
    max-height: 36px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-button-how-it-w.etp {
    font-size: 12px;
  }

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

  .prd-header-img-p {
    min-height: 0%;
  }

  .grid-6 {
    display: none;
  }

  .grid-6.grid-mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .h2-prd-header-scale-ads {
    text-align: center;
    font-size: 36px;
  }

  .h2-prd-header-scale-ads.for-the-calc {
    font-size: 24px;
  }

  .h2-prd-header-scale-ads.different-smaller {
    margin-bottom: 16px;
  }

  .h2-prd-header-scale-ads.v2 {
    font-size: 48px;
  }

  .step-containter-prd-clone {
    display: none;
  }

  .step-containter-prd-clone.mobile {
    display: block;
  }

  .container-prd-clone.for-hero {
    max-width: 90%;
  }

  .container-prd-clone.for-hero.pricing {
    max-width: 80%;
  }

  .container-prd-clone.for-trusted-by, .container-prd-clone.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-prd-clone.acards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-prd-clone.trial, .container-prd-clone.prd-scale-ads, .container-prd-clone.prd-scale-ads--tag {
    flex-flow: column;
  }

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

  .grid-3-prd-clone.etp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-prd-clone.why, .grid-3-prd-clone.hiw {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .container-prd-in-use.for-hero {
    max-width: 90%;
  }

  .container-prd-in-use.for-hero.pricing {
    max-width: 80%;
  }

  .container-prd-in-use.for-trusted-by, .container-prd-in-use.for-the-legal-pages {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-prd-in-use.acards {
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-prd-in-use.trial, .container-prd-in-use.prd-scale-ads, .container-prd-in-use.prd-scale-ads--tag {
    flex-flow: column;
  }

  .grid-3-prd-in-use {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-3-prd-in-use.etp {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-prd-in-use.why, .grid-3-prd-in-use.hiw {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
  }

  .div-block-98 {
    text-align: center;
    width: 100%;
  }

  .div-block-66-small {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .image-69 {
    max-width: 100px;
    max-height: 100px;
    bottom: -25%;
    right: 5%;
  }

  .image-71.blackfriday {
    max-width: 124px;
    max-height: 124px;
    top: -25%;
    left: 70%;
  }

  .div-block-110 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0;
    margin-right: 10px;
  }

  .text-block-75 {
    font-size: 14px;
  }

  .image-82 {
    width: 100px;
    height: 132px;
  }

  .image-82.out {
    top: -10px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -1.27811px;
    font-size: 42.6036px;
  }

  h2 {
    letter-spacing: -.923077px;
    font-size: 30.7692px;
  }

  .container.for-hero {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.for-hero.etp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container.in-create {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container.in-the-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.in-the-cta.v2.action-v2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.in-the-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container.socials-links {
    margin-top: 24px;
  }

  .container.for-the-legal-pages.smaller-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .par._18 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .par._18.white.align-left {
    text-align: center;
  }

  .par._18.white.align-left.v2 {
    font-size: 15px;
  }

  .par._18.white.align-left.v2.etp {
    text-align: center;
    font-size: 13px;
  }

  .par._18.overall-acards.prefer {
    font-size: 14px;
  }

  .par._20 {
    font-size: 18px;
  }

  .par._20._252b37 {
    font-family: Rubik, sans-serif;
    font-size: 15px;
  }

  .par._20._252b37.smaller {
    font-size: 14px;
  }

  .par._414651 {
    font-size: 13px;
    font-weight: 400;
  }

  .par._717680.v2 {
    font-weight: 300;
  }

  .par._535862-copy {
    font-size: 14px;
  }

  .par._18 {
    font-size: 16px;
  }

  .par.prd-clone-sub {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }

  .par.prd-clone-sub.white.align-left {
    text-align: center;
  }

  .par.prd-clone-sub.white.align-left.v2 {
    font-size: 15px;
  }

  .par.prd-clone-sub.overall-acards.prefer {
    font-size: 14px;
  }

  .par.prd-result-sub {
    text-align: center;
    max-width: 200px;
    font-size: 16px;
    font-weight: 400;
  }

  .par.prd-result-sub.white.align-left {
    text-align: center;
  }

  .par.prd-result-sub.white.align-left.v2 {
    font-size: 15px;
  }

  .par.prd-result-sub.overall-acards.prefer {
    font-size: 14px;
  }

  .section.hero {
    padding-top: 24px;
  }

  .section.cta, .section.for-the-team-special {
    padding-bottom: 40px;
  }

  .section.hero-with-bg {
    padding-top: 24px;
  }

  .section.cta-copy {
    padding-bottom: 40px;
  }

  .section.prd-scale-ads-tag, .section.prd-scale-ads-tag-feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h1 {
    font-family: Rubik, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .h1.etp {
    font-size: 30px;
  }

  .wrapper-hero-par {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 10px;
  }

  .two-buttons-wrapper {
    flex-flow: column;
    width: 80%;
  }

  .button {
    width: 100%;
  }

  .button.in-the-navbar.agent {
    width: 58px;
  }

  .button.in-the-navbar.agent.prd {
    min-height: 28px;
    line-height: 14px;
  }

  .button.in-the-faq {
    width: auto;
  }

  .button.in-the-faq.v2.action-v2 {
    max-width: 150px;
    min-height: 36px;
    max-height: 36px;
    padding: 4px 8px;
  }

  .button.v2 {
    width: auto;
    min-height: 30px;
  }

  .button.in-the-navbar-copy, .button.in-the-navbar-login {
    width: auto;
    min-width: 90px;
    font-size: 8px;
  }

  .image-button-second {
    min-width: 20px;
    max-width: 20px;
    display: none;
  }

  .text-button {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-button.smaller-nav {
    font-size: 10px;
    line-height: 12px;
  }

  .text-button.is-bigger {
    font-size: 1.125rem;
  }

  .text-button.smaller-nav-copy {
    font-size: 10px;
    line-height: 12px;
  }

  .text-button.action-v2 {
    font-size: 10px;
  }

  .image-button-first {
    min-width: 20px;
    max-width: 20px;
  }

  .image_hero-loop {
    max-width: 220px;
  }

  .logo_image {
    height: 36px;
  }

  .logo_image.smaller {
    height: 24px;
  }

  .default_heading_and_subheading.max-760.with-margins {
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    letter-spacing: 0;
    font-size: 32px;
  }

  .h2.white.align-left {
    text-align: center;
  }

  .h2.white.align-left.v2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h2.white.align-left.v2.etp {
    font-size: 22px;
  }

  .h2.white.align-left.v2.action-v2 {
    font-size: 18px;
  }

  .h2.for-the-calc {
    font-size: 22px;
    line-height: 130%;
  }

  .h2.is-small {
    text-align: left;
  }

  .h2.is-small.always-center-align {
    text-align: center;
  }

  .h2.acards {
    font-size: 16px;
  }

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

  .h2.v2.etp.prd-cre {
    font-size: 24px;
  }

  .h2.v2.ct {
    font-size: 28px;
  }

  .h2.prd-clone {
    font-size: 32px;
  }

  .h2.prd-result {
    max-width: 200px;
    font-size: 24px;
    line-height: 32px;
  }

  .h2.prd-in-use {
    font-size: 32px;
  }

  .h2.papi-save-upto-text {
    margin-top: 20px;
    font-size: 16px;
  }

  .card_create {
    height: auto;
  }

  .card_create.first {
    aspect-ratio: 3 / 3.5;
  }

  .card_create.second {
    aspect-ratio: 3 / 3;
  }

  .card_create.third {
    aspect-ratio: 3 / 3.5;
  }

  .first-part-card_create {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .image_icon_card_create {
    width: 30px;
  }

  .heading_card_create {
    font-size: 22px;
  }

  .card_create_background_image {
    object-position: 50% 0%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .card_create_background_image.mobile-only {
    margin-top: 0;
    display: none;
  }

  .card-you-can-make {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 16px;
  }

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

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

  .feature-heading {
    font-size: 25px;
  }

  .swiper {
    width: 100%;
    margin-top: 20px;
  }

  .swiper.cases-1 {
    display: none;
  }

  .swiper-wrapper.mobile_looping_list {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .swiper-slide.item-avatar {
    max-width: 180px;
  }

  .swiper-slide.item-avatar.swiper-slide-active {
    color: #0a0d12;
  }

  .swiper-slide.case-box {
    padding-bottom: 0;
  }

  .swiper-slide.image_hero-loop {
    aspect-ratio: 9 / 16;
    width: 220px;
    max-width: none;
  }

  .nav_menu {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu_button_wrapper {
    width: 22px;
    height: 22px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }

  .brand-logo.w--current {
    min-width: 60px;
  }

  .nav_menu_wrapper {
    text-align: right;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .navbar-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link-special {
    object-fit: fill;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    min-width: 70px;
    height: 28px;
    min-height: 0;
    max-height: 56px;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 10px;
    transition: all .4s;
    display: flex;
  }

  .arrow_cases.is-right {
    inset: auto 0% -4rem auto;
  }

  .arrow_cases.is-left {
    inset: auto auto -4rem 0%;
  }

  .left-side_cases {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .bottom-part-cases {
    margin-top: 0;
  }

  .boxes-bottom-part-cases {
    flex-flow: column;
  }

  .heading-cases {
    font-size: 20px;
  }

  .right_side_cases {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagination-cases.pageination-topmaketer {
    background-color: #0000;
  }

  .pricing-card {
    padding: 16px;
  }

  .heading-pricing-card.v2 {
    font-size: 18px;
  }

  .actual_pricing_wrapper {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .actual-pricing {
    font-size: 35px;
  }

  .small-text-after-pricng-trial {
    font-size: 16px;
    top: -5px;
  }

  .text-under-button-pricing {
    margin-top: 16px;
    margin-bottom: 4px;
  }

  .all-checkboxes-pricing {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .ckechbox-icon {
    width: 18px;
  }

  .text-checkbox.v2 {
    font-size: 15px;
  }

  .text-checkbox.v2.dissable {
    font-weight: 400;
  }

  .button-in-the-faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .faq_wrapper_all {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .faq_par {
    font-size: 14px;
    line-height: 142%;
  }

  .faq_divider {
    height: 16px;
  }

  .faq_trigger {
    padding: 16px;
  }

  .faq_answer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .buttons-cta-wrapper.is-full-width, .buttons-cta-wrapper.is-full-width-copy {
    width: 100%;
  }

  .footer-left-side {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-links_all {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

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

  .span_special {
    font-size: 30px;
  }

  .span_special.span_special-copy {
    font-size: 40px;
  }

  .span_special.prd {
    font-size: 28px;
  }

  .video_features_embed {
    max-width: 220px;
  }

  .actual_feature.second {
    padding: 16px;
  }

  .all_languages_grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .card_create_background_image_always_visible {
    object-position: 50% 0%;
  }

  .card_create_affiliate {
    aspect-ratio: 368 / 268;
    height: auto;
  }

  .card_create_affiliate.first {
    aspect-ratio: 3 / 3.5;
  }

  .card_create_affiliate.second {
    aspect-ratio: 3 / 3;
  }

  .card_create_affiliate.third {
    aspect-ratio: 3 / 3.5;
  }

  .sub-heading-calc {
    font-size: 12px;
  }

  .show-calculation {
    font-size: 24px;
  }

  .calc-part {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .calc-part-heading {
    font-size: 12px;
  }

  .fs-rangeslider_handle {
    width: 16px;
    height: 16px;
  }

  .fs-rangeslider_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-rangeslider_track {
    height: 8px;
  }

  .text-pull-calc, .text-decoration-calc {
    font-size: 12px;
  }

  .icon_popup, .closing-popup {
    margin-top: 2px;
  }

  .text_success_message {
    font-size: 16px;
    line-height: 125%;
  }

  .pricing-enetrprise, .pricing-for-enterprise {
    padding: 16px;
  }

  .two-checkboxes {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .subscribe-form-box {
    padding: 16px;
  }

  .field-and-button {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .dropdown_good_sort {
    grid-row-gap: 10px;
    background-color: #fff0;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .dropdown_list_sort {
    background-color: #f9f9f9;
    border-radius: 10px;
    position: relative;
  }

  .dropdown_list_sort.w--open {
    box-shadow: none;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right_side_filter {
    flex-flow: column;
    width: 100%;
  }

  .dropdown_link-sort {
    width: 100%;
    font-size: 14px;
  }

  .dropdown_toggle_sort {
    background-color: #f9f9f9;
    border-radius: 10px;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
  }

  .wrapper_checkboxes_filter_list {
    flex-flow: wrap;
  }

  .search_field {
    max-width: none;
  }

  .checkboxes_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .toc_resource {
    min-width: 0;
  }

  .rich-text-blog {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .left-side-article-details {
    grid-column-gap: 4px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .par-special-new-big-text {
    font-size: 18px;
  }

  .special_one_new {
    padding: 16px;
  }

  .private-dynamic-item {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 130%;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .multiple-ctas_wrapper {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .ctas-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .brand-directorty_content {
    justify-content: center;
    align-items: center;
  }

  .brand-directorty_content.align-left_mobile {
    justify-content: center;
    align-items: flex-start;
  }

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

  .founder-message.special {
    text-align: center;
  }

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

  .review-card_grid.hide-mobile {
    display: none;
  }

  .review-card_grid.different-for-new-lander {
    flex-flow: column;
    display: flex;
  }

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

  .arrow-right {
    width: 3rem;
    inset: auto 0% 0% 42%;
    transform: rotate(90deg);
  }

  .problem_card {
    padding: 1.25rem;
  }

  .process-header {
    font-size: 1.75rem;
  }

  .problem-list_item.acards {
    justify-content: flex-start;
    align-items: center;
    font-size: .5rem;
  }

  .brands-header-wrap {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }

  .brand-logo_grid.scroll {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .brand-logo_grid.scroll.different {
    grid-template-columns: 1fr 1fr;
  }

  .brand-logo_grid.scroll.for-the-new-page {
    grid-column-gap: 0rem;
  }

  .brand-logo_grid.scroll.acards {
    flex-flow: wrap;
  }

  .padding-section-medium {
    padding-bottom: 0;
  }

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

  .product-header1_list.is-mobile {
    border-radius: 1rem;
  }

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

  .product-header1_list-wrapper.on-mobile {
    margin-top: 1rem;
  }

  .price-wrapper {
    width: 100%;
  }

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

  .buy-button-wrapper {
    width: 100%;
  }

  .compare-table {
    width: 39rem;
  }

  .footer-bottom {
    justify-content: center;
    place-items: flex-start start;
    display: flex;
  }

  .logo.bigger {
    width: 12rem;
    min-width: 10.8rem;
    position: absolute;
  }

  .mobile-slider {
    margin-bottom: 2rem;
    display: block;
  }

  .mobile-slider-slide {
    background-color: #fff;
  }

  .button_group {
    width: 100%;
  }

  .image-button-first-left {
    min-width: 20px;
    max-width: 20px;
  }

  .image-button-second-left {
    min-width: 20px;
    max-width: 20px;
    display: none;
  }

  .box-new-part {
    min-height: 0;
    padding: 16px;
  }

  .text-box-new-part {
    font-size: 16px;
    line-height: 120%;
  }

  .h2-special {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-for-logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .rectangle-34624293 {
    height: 100%;
  }

  .cards-featur-end {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .try-makeugc-now {
    width: 100%;
  }

  .text-22 {
    font-size: 10px;
  }

  .h2-2 {
    letter-spacing: 0;
  }

  .frame-1171276218 {
    flex-flow: wrap;
    height: 100%;
    padding-top: 17px;
  }

  .text-21.text21-2.arcards {
    font-size: 20px;
  }

  .cards-feature {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-1171276221 {
    height: 100%;
  }

  .text-19.arcards {
    font-size: 14px;
  }

  .text-button-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .frame-1171276220 {
    font-size: 14px;
  }

  .rectangle-34624292.arcards {
    object-fit: contain;
    width: 100%;
    max-width: none;
  }

  .div-block-3 {
    display: none;
  }

  .h2-copy-x {
    letter-spacing: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .customer-box-list-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .customer-box-list-1.swiper-slide {
    width: 100%;
  }

  .h2-x3-copy {
    letter-spacing: 0;
    font-size: 24px;
  }

  .customer-box-list-2.swiper-slide {
    width: 100%;
  }

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

  .h2-x2-copy {
    letter-spacing: 0;
    font-size: 24px;
  }

  .frame-1171275757 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .frame-1171276200 {
    display: none;
  }

  .frame-30.swiper-slide {
    width: 100%;
  }

  .frame-26 {
    margin-bottom: 20px;
  }

  .section-2 {
    padding: 20px 10px;
  }

  .heading-2-create-ai-ugc-videos-in-minutes {
    text-align: center;
  }

  .topmaketers-containters {
    display: none;
  }

  .swiper-wrapper-old.mobile_looping_list {
    width: auto;
  }

  .swiper-wrapper-old.mobile_looping_list.swiper-wrapper {
    flex: none;
    align-self: flex-start;
    width: auto;
    padding-top: 40px;
  }

  .swiper-people-say.looping_mobile_ony_peoplesay {
    display: block;
  }

  .swiper-people-say.looping_mobile_ony_peoplesay.swiper.cases-1 {
    width: 100%;
    display: flex;
  }

  .swiper-topmaketer.looping_mobile_ony-topmaketer {
    flex-flow: column;
    margin-top: 40px;
    display: flex;
  }

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

  .image-9-copy {
    min-width: auto;
    min-height: auto;
  }

  .swiper-topmaketer-2.looping_mobile_ony-topmaketer-2 {
    flex-flow: column;
    flex: 0 auto;
    margin-top: 60px;
    display: flex;
  }

  .frame-30-copy {
    width: auto;
  }

  .image-9-copy {
    min-width: 250px;
    height: 100%;
  }

  .avatar_subscrible-copy {
    width: auto;
  }

  .yt_name-copy {
    font-size: 1em;
  }

  .section-make-vs-everyone {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2-start-creating-ugc-today-2 {
    text-align: center;
  }

  .left-side_cases-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .swiper-only-mobile.cases-1.swiper {
    display: flex;
  }

  .swiper-slide-_desltop.item-avatar {
    max-width: 180px;
  }

  .swiper-slide-_desltop.item-avatar.swiper-slide-active {
    color: #0a0d12;
  }

  .swiper-slide-_desltop.image_hero-loop {
    aspect-ratio: 9 / 16;
    width: 220px;
    max-width: none;
  }

  .container_everyone, .container_everyone_2 {
    min-width: auto;
    max-width: none;
    height: auto;
    padding: 10px;
  }

  .first-part-card_create-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .tmp_div {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .swiper-2.cases-1.swiper {
    margin-bottom: 0;
  }

  .default_heading_and_subheading-copy-copy.max-760 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-ai-ads.hero {
    padding-top: 24px;
  }

  .section-ai-ads.cta, .section-ai-ads.for-the-team-special {
    padding-bottom: 40px;
  }

  .section-ai-ads.hero-with-bg {
    padding-top: 24px;
  }

  .frame-1171276217-copy {
    min-height: auto;
  }

  .frame-1171276218-copy {
    flex-flow: wrap;
    height: 100%;
    padding-top: 17px;
  }

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

  .text-block-2 {
    font-size: 20px;
  }

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

  .creative_grid.hide-mobile {
    display: none;
  }

  .creative_grid.different-for-new-lander {
    flex-flow: column;
    display: flex;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 1.2em;
  }

  .div-block-22 {
    border-width: 0;
    padding: 0;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .bg-demo, .div-block-24 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section2.hero {
    padding-top: 24px;
  }

  .section2.trusted-by {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section2.cta, .section2.for-the-team-special {
    padding-bottom: 40px;
  }

  .section2.hero-with-bg, .section-center.hero {
    padding-top: 24px;
  }

  .section-center.cta, .section-center.for-the-team-special {
    padding-bottom: 40px;
  }

  .section-center.hero-with-bg {
    padding-top: 24px;
  }

  .section-center.is-brands {
    text-align: left;
  }

  .button-3 {
    width: 100%;
  }

  .button-3.in-the-faq {
    width: auto;
  }

  .text-button-3 {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-button-copy-creatify {
    font-family: Rubik, sans-serif;
    font-size: 12px;
    line-height: 1.2;
  }

  .text-button-copy-creatify.is-bigger {
    font-size: 1.125rem;
  }

  .try-makeugc-now-copy, .button-copy {
    width: 100%;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .image-22 {
    max-width: 90%;
  }

  .problem-list_item-copy.acards {
    font-size: .5rem;
  }

  .text-block-10, .text-block-11 {
    font-size: 8px;
  }

  .image-22-copy {
    max-width: 90%;
    margin-left: 0;
  }

  .problem-list_item-3.acards {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    font-size: .5rem;
  }

  .text-block-12, .text-block-12-copy {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-13 {
    min-width: auto;
    font-size: 8px;
  }

  .container-10 {
    width: 100%;
    max-width: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-14 {
    font-size: 8px;
  }

  .text-block-15 {
    margin-right: 10px;
    font-size: 10px;
  }

  .text-block-16 {
    font-size: 10px;
  }

  .prefer-header {
    font-size: 16px;
  }

  .text-block-17-copy {
    font-size: .75rem;
  }

  .image-23 {
    min-width: 80px;
    max-width: 90%;
  }

  .par-copy._18 {
    text-align: center;
    font-size: 16px;
  }

  .par-copy._18.white.align-left {
    text-align: center;
  }

  .par-copy._18.overall-acards.prefer {
    font-size: 14px;
  }

  .par-copy._20 {
    font-size: 18px;
  }

  .par-copy._20._252b37.smaller, .par-copy._535862-copy {
    font-size: 14px;
  }

  .par-copy._18 {
    font-size: 16px;
  }

  .text-block-13-copy {
    min-width: auto;
    font-size: 8px;
  }

  .container-copy.in-create {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-copy.in-the-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-copy.in-the-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-copy.socials-links {
    margin-top: 24px;
  }

  .container-copy.for-the-legal-pages.smaller-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .par-creatify._18 {
    text-align: center;
    font-size: 16px;
  }

  .par-creatify._18.white.align-left {
    text-align: center;
  }

  .par-creatify._18.overall-acards.prefer {
    font-size: 14px;
  }

  .par-creatify._20 {
    font-size: 18px;
  }

  .par-creatify._20._252b37.smaller, .par-creatify._535862-copy {
    font-size: 14px;
  }

  .par-creatify._18 {
    font-size: 16px;
  }

  .nav_menu_1 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-button-4, .text-button-5 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-25.trial-1 {
    max-width: 130px;
    max-height: 25px;
  }

  .image-25.trial {
    max-width: 90px;
    max-height: 100%;
  }

  .div-block-38, .div-block-38.trial {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-39 {
    min-height: 150px;
  }

  .header-score {
    font-size: 28px;
  }

  .feat-item-1.broll {
    height: auto;
    overflow: hidden;
  }

  .feat-item-1.ai-avatar {
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .image-26 {
    max-width: 80%;
    max-height: 80%;
  }

  .image-26.broll {
    max-width: 100%;
    max-height: 120px;
  }

  .image-26.ai-avatar.ai-1 {
    width: 30%;
    position: relative;
    bottom: 0;
  }

  .image-26.pih {
    width: 40%;
  }

  .image-26.gesture {
    width: 50%;
    max-width: 60%;
    max-height: 80%;
  }

  .div-block-43.broll {
    flex-flow: column;
  }

  .div-block-43.ai-avatar {
    height: 100%;
    max-height: 100%;
  }

  .text-block-27 {
    object-fit: contain;
    height: 100%;
    max-height: 100%;
  }

  .div-block-44 {
    object-fit: fill;
    flex-flow: column;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .step-containter-1 {
    display: none;
  }

  .step-containter-1.etp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-containter-1.hiw {
    display: none;
  }

  .grid-3.etp {
    flex-flow: column;
    display: flex;
  }

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

  .div-block-47.image {
    min-height: 100px;
  }

  .div-block-47.image.step2 {
    object-fit: fill;
    min-height: 100px;
  }

  .div-block-47.image.step3 {
    min-height: 100px;
  }

  .div-block-47.etp.prd-crea {
    text-align: center;
  }

  .div-block-47.div-block-47-prd-clone.prd-in-use {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .step-item-header {
    line-height: 28px;
  }

  .step-item-header.etp.prd-crea {
    text-align: center;
    width: 100%;
  }

  .step-item-header.prd_clone, .div-block-48.etp.prd {
    text-align: center;
  }

  .div-block-48.prd {
    justify-content: flex-start;
    align-items: center;
  }

  .language_container {
    padding-bottom: 50px;
  }

  .div-block-49 {
    -webkit-text-fill-color: inherit;
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    min-width: 300px;
    min-height: 200px;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-31-26 {
    max-width: 80%;
    font-size: 11px;
    line-height: 15px;
  }

  .text-block-32 {
    color: #ffffffd6;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 10px;
    font-weight: 500;
  }

  .text-span, .text-span-2 {
    font-size: 14px;
  }

  .p-etp.prd-crea, .text-block-37.prd_clone {
    text-align: center;
  }

  .div-block-44-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .feat-item-3 {
    align-items: center;
    height: 100%;
    max-height: 100%;
    overflow: visible;
  }

  .feat-item-3.broll {
    height: auto;
    overflow: hidden;
  }

  .image-33 {
    vertical-align: top;
    width: 40%;
    display: block;
    position: relative;
    top: -20px;
    left: 20px;
  }

  .logo--copy.bigger {
    width: 12rem;
    min-width: 10.8rem;
    position: absolute;
  }

  .image-34.blackfriday {
    max-width: 90px;
    max-height: 90px;
    top: -20%;
    left: 60%;
  }

  .image-34.blackfriday:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-34.blackfriday:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-34.blackfriday:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-34.blackfriday:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-34.blackfriday:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-34.blackfriday:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-34.blackfriday.in-the-pricing-page-279, .image-34.blackfriday.in-the-pricing-page-909 {
    max-width: 90px;
    max-height: 90px;
    top: -15%;
    left: 60%;
  }

  .image-35 {
    max-width: 70px;
    max-height: 70px;
    bottom: -20%;
    right: 0%;
  }

  .image-35:where(.w-variant-870fb958-5bd5-c72d-f5a1-0a5ace3f7dba), .image-35:where(.w-variant-fd5b0dd0-6e43-11f7-85fa-4d74ab8288c3), .image-35:where(.w-variant-8ff73ead-3575-f7e7-fba6-5ed121ade506), .image-35:where(.w-variant-a9791d1c-a80c-bd49-4903-1f9ac93e93ab), .image-35:where(.w-variant-294d5787-622e-620c-380f-117f6cdba44d), .image-35:where(.w-variant-37eb3377-b3d2-8a46-8b40-9190575cb9f3), .image-35.in-the-pricing-page-324, .image-35.in-the-pricing-page-954 {
    max-width: 80px;
    max-height: 80px;
  }

  .step-containte-mobile {
    display: none;
  }

  .step-containte-mobile.hiw {
    display: flex;
  }

  .step-containter-2 {
    display: none;
  }

  .step-containter-2.hiw {
    display: flex;
  }

  .section-agent.hero {
    padding-top: 24px;
  }

  .section-agent.cta, .section-agent.for-the-team-special {
    padding-bottom: 40px;
  }

  .section-agent.hero-with-bg {
    padding-top: 24px;
  }

  .containe-agent.for-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .containe-agent.in-create {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .containe-agent.in-the-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .containe-agent.in-the-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .containe-agent.socials-links {
    margin-top: 24px;
  }

  .containe-agent.for-the-legal-pages.smaller-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .containe-agent.acards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .default_heading_and_subheading-agent.max-760.with-margins {
    padding-left: 0;
    padding-right: 0;
  }

  .default_heading_and_subheading-agent.max-760.v2.home {
    width: 100%;
  }

  .step-containter-agent {
    display: none;
  }

  .step-containter-agent.etp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-containter-agent.hiw {
    display: none;
  }

  .div-block-60 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    width: 100%;
  }

  .image-41 {
    object-fit: fill;
    width: 62px;
    height: 28px;
  }

  .step-containter-agen-mobile {
    display: none;
  }

  .step-containter-agen-mobile.etp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-containter-agen-mobile.hiw {
    display: none;
  }

  .div-block-61.navbar-wrapper-top.div-block-62 {
    width: 100%;
  }

  .div-block-61.navbar-wrapper-top.div-block-62.prd {
    height: 36px;
  }

  .text-block-39 {
    letter-spacing: .1px;
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-39.product {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-62 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 40%;
    font-size: 12px;
  }

  .div-block-62.prd {
    width: 60%;
  }

  .button-v1 {
    width: 100%;
  }

  .button-v1.in-the-faq {
    width: auto;
  }

  .button-v1.v2 {
    width: auto;
    min-height: 30px;
  }

  .button-agent {
    width: 100%;
  }

  .button-agent.in-the-faq {
    width: auto;
  }

  .button-agent.v2 {
    width: auto;
    min-height: 30px;
  }

  .text-button-agent {
    font-size: 16px;
    line-height: 1.2;
  }

  .text-button-agent.is-bigger {
    font-size: 1.125rem;
  }

  .text-button-5-copy {
    font-size: 16px;
    line-height: 1.2;
  }

  .navbar-hebrew {
    padding-left: 16px;
    padding-right: 16px;
    top: 0;
  }

  .navbar-2 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .container-offer.for-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .container-offer.in-create {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-offer.in-the-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-offer.in-the-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-offer.socials-links {
    margin-top: 24px;
  }

  .container-offer.for-the-legal-pages.smaller-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .text-block-43 {
    color: #000;
    font-family: Gochi Hand, sans-serif;
  }

  .image-46 {
    left: 140px;
  }

  .text-block-43-copy {
    color: #000;
    font-family: Gochi Hand, sans-serif;
    font-size: 20px;
  }

  .text-block-45 {
    font-family: Gochi Hand, sans-serif;
    font-size: 20px;
  }

  .button-3-copy {
    width: 100%;
  }

  .button-3-copy.in-the-faq {
    width: auto;
  }

  .container-14 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .heading-2 {
    font-size: 42px;
  }

  .button-outline {
    width: 100%;
  }

  .button-outline.in-the-faq {
    width: auto;
  }

  .button-outline.v2 {
    width: auto;
    min-height: 30px;
  }

  .h1-talkinghead, .h1-customavatar, .h1-vroll {
    font-family: Rubik, sans-serif;
    font-size: 30px;
    font-weight: 500;
  }

  .span_special-main {
    font-size: 30px;
  }

  .actual-pricing-enterprise {
    font-size: 35px;
  }

  .div-block-66 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .text-block-31-26-copy {
    font-size: 22px;
    line-height: 24px;
  }

  .div-block-67 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .button-copy {
    width: 100%;
  }

  .button-copy.in-the-faq {
    width: auto;
  }

  .button-copy.v2 {
    width: auto;
    min-height: 30px;
  }

  .button-copy.v2-copy {
    width: auto;
    min-width: 80px;
    min-height: 28px;
    max-height: 32px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .section-content-lib.hero {
    padding-top: 24px;
  }

  .section-content-lib.cta, .section-content-lib.for-the-team-special {
    padding-bottom: 40px;
  }

  .section-content-lib.hero-with-bg {
    padding-top: 24px;
  }

  .step-containter-content-lib {
    display: none;
  }

  .step-containter-content-lib.etp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-containter-content-lib.hiw {
    display: none;
  }

  .step-containter-content-lib-mobile {
    display: block;
  }

  .step-containter-content-lib-mobile.etp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-containter-content-lib-mobile.hiw {
    display: none;
  }

  .div-block-68 {
    justify-content: flex-start;
  }

  .h2-copy {
    letter-spacing: 0;
  }

  .span_special-copy {
    font-size: 30px;
  }

  .prd-header {
    min-height: 400px;
  }

  .div-block-69 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .div-block-70 {
    width: 100px;
    height: 30px;
    padding: 2px 4px;
  }

  .image-52 {
    width: 8px;
    height: 8px;
  }

  .text-block-48 {
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-71 {
    width: 100px;
    height: 30px;
  }

  .text-block-49 {
    font-size: 10px;
    line-height: 14px;
  }

  .div-block-72 {
    width: 100px;
    height: 30px;
  }

  .text-block-50 {
    font-size: 10px;
    line-height: 14px;
  }

  .h2-copy {
    letter-spacing: 0;
    font-size: 32px;
  }

  .h2-copy.white.align-left {
    text-align: center;
  }

  .h2-copy.white.align-left.v2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-copy.for-the-calc {
    font-size: 22px;
    line-height: 130%;
  }

  .h2-copy.is-small {
    text-align: left;
  }

  .h2-copy.is-small.always-center-align {
    text-align: center;
  }

  .h2-copy.acards {
    font-size: 16px;
  }

  .h2-copy.v2 {
    font-size: 32px;
  }

  .h2-prd-header {
    text-align: center;
    letter-spacing: 0;
    font-size: 28px;
  }

  .h2-prd-header.white.align-left {
    text-align: center;
  }

  .h2-prd-header.white.align-left.v2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-prd-header.for-the-calc {
    font-size: 22px;
    line-height: 130%;
  }

  .h2-prd-header.is-small {
    text-align: left;
  }

  .h2-prd-header.is-small.always-center-align {
    text-align: center;
  }

  .h2-prd-header.acards {
    font-size: 16px;
  }

  .h2-prd-header.v2 {
    font-size: 32px;
  }

  .text-block-51 {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
  }

  .prd-btn-get-started {
    width: 100%;
  }

  .prd-btn-get-started.in-the-faq {
    width: auto;
  }

  .prd-btn-get-started.v2 {
    width: auto;
    min-height: 30px;
  }

  .prd-btn-get-started.v2-copy {
    width: auto;
    min-width: 80px;
    min-height: 28px;
    max-height: 32px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-button-second-copy {
    min-width: 20px;
    max-width: 20px;
    display: none;
  }

  .text-button-copy-creatify-copy {
    font-family: Rubik, sans-serif;
    font-size: 10px;
    line-height: 1.2;
  }

  .text-button-copy-creatify-copy.is-bigger {
    font-size: 1.125rem;
  }

  .image-button-first-copy {
    min-width: 20px;
    max-width: 20px;
  }

  .div-block-73 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .prd-btn-how-it-w {
    width: 100%;
  }

  .prd-btn-how-it-w.in-the-faq {
    width: auto;
  }

  .prd-btn-how-it-w.v2 {
    width: auto;
    min-height: 30px;
  }

  .prd-btn-how-it-w.v2-copy {
    width: auto;
    min-width: 80px;
    min-height: 28px;
    max-height: 32px;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-button-how-it-w {
    font-family: Rubik, sans-serif;
    font-size: 10px;
    line-height: 1.2;
  }

  .text-button-how-it-w.is-bigger {
    font-size: 1.125rem;
  }

  .container-15 {
    flex-flow: column;
  }

  .prd-header-img-p {
    min-height: auto;
  }

  .h2-prd-header-scale-ads {
    text-align: center;
    letter-spacing: 0;
    width: auto;
    font-size: 24px;
  }

  .h2-prd-header-scale-ads.white.align-left {
    text-align: center;
  }

  .h2-prd-header-scale-ads.white.align-left.v2 {
    font-size: 25px;
    line-height: 30px;
  }

  .h2-prd-header-scale-ads.for-the-calc {
    font-size: 22px;
    line-height: 130%;
  }

  .h2-prd-header-scale-ads.is-small {
    text-align: left;
  }

  .h2-prd-header-scale-ads.is-small.always-center-align {
    text-align: center;
  }

  .h2-prd-header-scale-ads.acards {
    font-size: 16px;
  }

  .h2-prd-header-scale-ads.v2 {
    font-size: 32px;
  }

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

  .div-block-75 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

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

  .div-block-76 {
    justify-content: center;
    align-items: center;
  }

  .image-55, .image-56 {
    left: auto;
  }

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

  .div-block-76-x1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .div-block-78 {
    height: auto;
  }

  .div-block-76-x2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .step-containter-prd-clone {
    display: none;
  }

  .step-containter-prd-clone.etp {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .step-containter-prd-clone.hiw {
    display: none;
  }

  .container-prd-clone {
    max-width: 100%;
  }

  .container-prd-clone.for-hero {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-prd-clone.in-create {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-prd-clone.in-the-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-prd-clone.in-the-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-prd-clone.socials-links {
    margin-top: 24px;
  }

  .container-prd-clone.for-the-legal-pages.smaller-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-prd-clone.acards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-prd-clone.etp {
    flex-flow: column;
    display: flex;
  }

  .grid-3-prd-clone.hiw {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .swiper-button-prev.is-right {
    inset: auto 0% -4rem auto;
  }

  .swiper-button-prev.is-left {
    inset: auto auto -4rem 0%;
  }

  .swiper-button-next.is-right {
    inset: auto 0% -4rem auto;
  }

  .swiper-button-next.is-left {
    inset: auto auto -4rem 0%;
  }

  .container-prd-in-use.for-hero {
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-prd-in-use.in-create {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-prd-in-use.in-the-cta {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-prd-in-use.in-the-footer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .container-prd-in-use.socials-links {
    margin-top: 24px;
  }

  .container-prd-in-use.for-the-legal-pages.smaller-gap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-prd-in-use.acards {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3-prd-in-use.etp {
    flex-flow: column;
    display: flex;
  }

  .grid-3-prd-in-use.hiw {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
  }

  .image-65 {
    width: 36px;
  }

  .carousel {
    width: auto;
  }

  .div-block-97 {
    width: 100%;
  }

  .image-66 {
    max-width: 35%;
    height: 100%;
  }

  .image-67 {
    max-width: 100%;
    max-height: 100%;
  }

  .div-block-66-small {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-4 {
    width: 100%;
  }

  .text-button-6 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-68 {
    max-width: 35%;
    height: 100%;
  }

  .div-block-99, .div-block-99.trial {
    justify-content: flex-start;
    align-items: center;
  }

  .image-69 {
    max-width: 70px;
    max-height: 70px;
    bottom: -20%;
    right: 0%;
  }

  .image-71.blackfriday {
    max-width: 90px;
    max-height: 90px;
    top: -20%;
    left: 60%;
  }

  .div-block-104 {
    min-height: 150px;
  }

  .text-button-7 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-75.trial {
    max-width: 90px;
    max-height: 100%;
  }

  .div-block-105 {
    justify-content: flex-start;
  }

  .div-block-106, .div-block-106.trial {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-108 {
    min-height: 150px;
  }

  .text-button-8 {
    font-size: 16px;
    line-height: 1.2;
  }

  .image-80.trial {
    max-width: 90px;
    max-height: 100%;
  }

  .image-81 {
    max-width: 35%;
    height: 100%;
  }

  .text-block-75 {
    text-align: left;
    font-size: 12px;
  }

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

  .image-82 {
    border-radius: 4px;
    width: auto;
    height: auto;
  }

  .image-82.out {
    top: -5px;
  }

  .div-block-112 {
    padding-bottom: 40px;
  }

  .div-block-112.first {
    padding-top: 40px;
  }

  .div-block-112.third {
    padding-bottom: 40px;
  }

  .section-5 {
    padding-right: 8px;
  }
}

#w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-2448767a, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-2448767a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: baseline;
}

#w-node-_393e0c4b-32e6-543f-4c14-5eee1bfd9cf3-8ad02c8e, #w-node-_56c94f68-6afa-22f2-ff88-65ec3843e5dd-8ad02c8e, #w-node-_444d0ae2-f474-1689-f975-a4bf695d8f20-8ad02c8e {
  place-self: center;
}

#w-node-_0ab47367-223e-2ef9-26da-3af6fbefcbbd-a693232a, #w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573af-b8509ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573b5-b8509ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573b9-b8509ec8, #w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573bd-b8509ec8, #w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573c1-b8509ec8, #w-node-_6cc28796-e93b-8eb6-20c4-16d60d91571e-b8509ec8, #w-node-_4b90cd00-34cd-1327-38b9-6c6a03a1b94b-b8509ec8, #w-node-_8ca9db96-72c4-0932-6ac8-7a7d7a2e1e02-b8509ec8, #w-node-a451ed87-530f-a9a2-9023-c5cbdaf6679a-b8509ec8, #w-node-_3df85170-24f6-6a08-0ea1-1258a5d17ddf-b8509ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f6d-b8509ec8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f71-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f75-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f79-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f7d-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f81-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f85-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f89-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f8d-b8509ec8, #w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573af-28b4de32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d48b1-02c6-ffd4-5e71-32130ff29eaa-28b4de32, #w-node-_85c3f226-694d-6628-8d9a-20756f13d9ee-28b4de32, #w-node-_9671d401-9bb7-0e2a-1b79-4fd88bbaf4ad-28b4de32, #w-node-eb19688d-29c8-709c-abfe-a67057fdb4e7-28b4de32, #w-node-f91163bf-7985-e280-59c4-da0dde7e0d66-28b4de32, #w-node-_3774108a-9ef4-7d5e-beda-5fc59380a5cb-28b4de32 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32382b2d-7640-f190-5136-45c906284bf7-28b4de32, #w-node-_8a4acef7-4622-637a-04a8-a300c2f12473-28b4de32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573af-4b9190f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f6d-4b9190f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f71-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f75-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f79-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f7d-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f81-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f85-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f89-4b9190f9, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f8d-4b9190f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_710d48b1-02c6-ffd4-5e71-32130ff29eaa-4b9190f9, #w-node-_85c3f226-694d-6628-8d9a-20756f13d9ee-4b9190f9, #w-node-_9671d401-9bb7-0e2a-1b79-4fd88bbaf4ad-4b9190f9, #w-node-eb19688d-29c8-709c-abfe-a67057fdb4e7-4b9190f9, #w-node-f91163bf-7985-e280-59c4-da0dde7e0d66-4b9190f9, #w-node-_3774108a-9ef4-7d5e-beda-5fc59380a5cb-4b9190f9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32382b2d-7640-f190-5136-45c906284bf7-4b9190f9, #w-node-_8a4acef7-4622-637a-04a8-a300c2f12473-4b9190f9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573af-f8fe4b9e, #w-node-a5ed7513-d5c1-ba84-4fa1-025bc17ba169-1e1a55cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a48729d2-b640-34ee-425a-90ad0cbd6144-380c7aad {
  place-self: center start;
}

#w-node-fdb277f5-82b8-aa3a-b3e6-6568740f74fc-380c7aad {
  order: 0;
  place-self: center start;
}

#w-node-_0dae94e2-9919-75c8-52b7-c5e2115dd0ff-380c7aad, #w-node-c2b7183c-ac89-49e3-21d3-dc971550fbb2-380c7aad, #w-node-_694f77b9-d2c0-e067-d542-5e9eb12b3391-380c7aad, #w-node-f349c339-0bda-23b3-d362-7bd269a74a65-380c7aad, #w-node-_870f85cb-e9bd-0bc0-6675-7fd1a46afb40-380c7aad, #w-node-d05fbf1f-90a8-c073-69f6-30500475d6d9-380c7aad, #w-node-_8ebb7f2c-a7a1-3ab0-ebf3-1ac0fb53d948-380c7aad, #w-node-a48729d2-b640-34ee-425a-90ad0cbd6144-35579983 {
  place-self: center start;
}

#w-node-fdb277f5-82b8-aa3a-b3e6-6568740f74fc-35579983 {
  order: 0;
  place-self: center start;
}

#w-node-_0dae94e2-9919-75c8-52b7-c5e2115dd0ff-35579983, #w-node-c2b7183c-ac89-49e3-21d3-dc971550fbb2-35579983, #w-node-_694f77b9-d2c0-e067-d542-5e9eb12b3391-35579983, #w-node-f349c339-0bda-23b3-d362-7bd269a74a65-35579983, #w-node-d05fbf1f-90a8-c073-69f6-30500475d6d9-35579983, #w-node-_8ebb7f2c-a7a1-3ab0-ebf3-1ac0fb53d948-35579983 {
  place-self: center start;
}

#w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-22525dbf {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: baseline;
}

#w-node-_4412ad86-7dc9-60e7-fcd5-9bb142005e11-0ed10370 {
  justify-self: auto;
}

#w-node-_8ea7d410-5a40-e104-e83b-44f16171def5-0ed10370, #w-node-_8ea7d410-5a40-e104-e83b-44f16171e7da-0ed10370, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-df480900, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-df480900, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-8844018d, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-8844018d, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-95eecf34, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-95eecf34, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-039f37d0, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-039f37d0, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-54b8b13c, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-54b8b13c, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-0ba5d333, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-0ba5d333, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-cf823ac0, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-cf823ac0, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-60f65e56, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-60f65e56, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-3a02793e, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-3a02793e, #w-node-f038f4b7-439d-7e6e-724c-5ebd83b1231b-b5b1512d, #w-node-_4a36ec69-a252-dcb6-b0b6-4797b66b48d7-b5b1512d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: baseline;
}

@media screen and (max-width: 991px) {
  #w-node-_8f6912b0-aedf-88f3-bfd9-d22554d99477-b8509ec8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_710d48b1-02c6-ffd4-5e71-32130ff29eaa-28b4de32, #w-node-_85c3f226-694d-6628-8d9a-20756f13d9ee-28b4de32, #w-node-_9671d401-9bb7-0e2a-1b79-4fd88bbaf4ad-28b4de32, #w-node-eb19688d-29c8-709c-abfe-a67057fdb4e7-28b4de32, #w-node-f91163bf-7985-e280-59c4-da0dde7e0d66-28b4de32, #w-node-_3774108a-9ef4-7d5e-beda-5fc59380a5cb-28b4de32, #w-node-_32382b2d-7640-f190-5136-45c906284bf7-28b4de32, #w-node-_8a4acef7-4622-637a-04a8-a300c2f12473-28b4de32 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f6912b0-aedf-88f3-bfd9-d22554d99477-28b4de32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_710d48b1-02c6-ffd4-5e71-32130ff29eaa-4b9190f9, #w-node-_85c3f226-694d-6628-8d9a-20756f13d9ee-4b9190f9, #w-node-_9671d401-9bb7-0e2a-1b79-4fd88bbaf4ad-4b9190f9, #w-node-eb19688d-29c8-709c-abfe-a67057fdb4e7-4b9190f9, #w-node-f91163bf-7985-e280-59c4-da0dde7e0d66-4b9190f9, #w-node-_3774108a-9ef4-7d5e-beda-5fc59380a5cb-4b9190f9, #w-node-_32382b2d-7640-f190-5136-45c906284bf7-4b9190f9, #w-node-_8a4acef7-4622-637a-04a8-a300c2f12473-4b9190f9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8f6912b0-aedf-88f3-bfd9-d22554d99477-4b9190f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_90da8c32-812b-d422-5140-3654c2aa271b-cfc8d441 {
    order: 9999;
  }

  #w-node-_7c773bee-d196-d699-4697-c5a3fb6967ef-3c2b1bfe, #w-node-_39dbd0b1-b301-6933-7657-cad9621547e7-3c2b1bfe {
    place-self: center;
  }

  #w-node-_2f36710e-9d0f-7c52-81d4-7ef77ed573b3-b8509ec8, #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f6b-b8509ec8 {
    order: 9999;
  }

  #w-node-_195d14c0-8632-d384-824d-91a81fcb9d30-b8509ec8, #w-node-_195d14c0-8632-d384-824d-91a81fcb9d30-28b4de32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_745a61fc-c2e6-1639-5fc4-bb08a32f8f6b-4b9190f9 {
    order: 9999;
  }

  #w-node-_195d14c0-8632-d384-824d-91a81fcb9d30-4b9190f9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4412ad86-7dc9-60e7-fcd5-9bb142005e11-0ed10370, #w-node-_4412ad86-7dc9-60e7-fcd5-9bb142005e18-0ed10370 {
    place-self: center;
  }

  #w-node-_5deb706e-58fa-5ff9-5e5e-9d7e75bef706-75bef6e4 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90da8c32-812b-d422-5140-3654c2aa271b-cfc8d441, #w-node-f6bb60cd-838b-56ff-328b-b436cfc8d463-cfc8d441 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4cbc9c5e-8610-660d-1663-097f3c2b1c0e-3c2b1bfe, #w-node-_15a19bfd-5605-3776-420a-b452fa06e3fa-9f6b38e2, #w-node-a3cbb09f-346f-28ad-e81d-c3d61ca081eb-b8509ec8, #w-node-_6544424e-a7e4-8402-d8f8-debc34f75f5b-b8509ec8, #w-node-_6544424e-a7e4-8402-d8f8-debc34f75f6d-b8509ec8, #w-node-_8f6912b0-aedf-88f3-bfd9-d22554d9946d-b8509ec8, #w-node-a3cbb09f-346f-28ad-e81d-c3d61ca081eb-28b4de32, #w-node-_6544424e-a7e4-8402-d8f8-debc34f75f5b-28b4de32, #w-node-_6544424e-a7e4-8402-d8f8-debc34f75f6d-28b4de32, #w-node-_8f6912b0-aedf-88f3-bfd9-d22554d9946d-28b4de32, #w-node-a3cbb09f-346f-28ad-e81d-c3d61ca081eb-4b9190f9, #w-node-_6544424e-a7e4-8402-d8f8-debc34f75f5b-4b9190f9, #w-node-_6544424e-a7e4-8402-d8f8-debc34f75f6d-4b9190f9, #w-node-_8f6912b0-aedf-88f3-bfd9-d22554d9946d-4b9190f9, #w-node-_133bcde9-5e3b-38b8-85cf-4dd0404e89f5-f8fe4b9e, #w-node-_5d4eab2c-d126-5ff2-3caa-128e6017c008-380c7aad, #w-node-_5d4eab2c-d126-5ff2-3caa-128e6017c008-35579983, #w-node-_4412ad86-7dc9-60e7-fcd5-9bb142005e03-0ed10370 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5deb706e-58fa-5ff9-5e5e-9d7e75bef706-75bef6e4, #w-node-_5deb706e-58fa-5ff9-5e5e-9d7e75bef713-75bef6e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}