@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa v4compatibility;
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --purple: #860082;
  --blue: #5200ff;
  --black: #181818;
  --dark-blue: #2d008b;
  --silver: #bebebe;
  --white: white;
  --midnight-blue: #10004e;
  --cyan: #00f0ff;
  --10004e: #3b005700;
  --orchid: #d168ff;
  --midnight-blue-3: #311b3b;
  --midnight-blue-2: #311b3b;
  --e6afff: #ebbfff;
  --2024-col-2: #ec88a5;
  --2024-col-3: #d469c3;
  --2024-col-1: #f09d8e;
  --2024-col-4: #6b30ee;
}

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

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

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

.w-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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.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-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

p {
  color: gray;
  margin-bottom: 10px;
}

.navbar {
  background-color: #0000;
  width: 1330px;
  display: none;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 1040px;
  height: 60px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  display: flex;
}

.dt-hero-section {
  opacity: 1;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: static;
}

.hero-div {
  opacity: .94;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.h1 {
  text-align: center;
  justify-content: center;
  width: auto;
  margin-bottom: 10px;
  display: flex;
}

.p {
  opacity: .85;
  color: #ffffffb3;
  text-align: center;
  width: 60ch;
  max-width: none;
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 84px;
  padding-right: 84px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.p.p-hero {
  opacity: .89;
  color: #fff;
  width: 40vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 19px;
  line-height: 25px;
}

.p.no-comitments {
  opacity: .5;
  color: #fff;
  width: 62ch;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.p.copywrite-reserved {
  display: none;
}

.hero-content {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 192px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  background-color: #5200ff;
  background-image: linear-gradient(to bottom, var(--purple), var(--blue));
  border-radius: 200px;
  width: 100%;
  height: 4em;
  margin-bottom: 14px;
  font-size: 1em;
  font-weight: 500;
}

.button.hero-button {
  z-index: 999;
  clear: none;
  background-color: #4000c7;
  background-image: linear-gradient(to top, transparent, var(--blue) 82%);
  cursor: pointer;
  border-bottom: 0 #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button.hero-button:hover {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
}

.button.hero-button:focus {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.button.view-work-b {
  background-color: #000;
  background-image: none;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 4em;
  font-size: 1rem;
  display: flex;
}

.button.view-plans {
  background-image: linear-gradient(180deg, var(--blue), #01000061);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 4em;
  font-size: 1rem;
  display: flex;
}

.button.plan-button {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 3.2rem;
  margin-top: 5.8rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button.plan-button:hover {
  transform: scale3d(1.04, 1.04, 1.04);
}

.button.plan-button.prof-button {
  border-radius: 200px;
  height: 4em;
  margin-top: 0;
  margin-bottom: 3em;
  font-size: 1em;
  font-weight: 500;
}

.button.plan-button.starter-button {
  border-radius: 200px;
  margin-top: 0;
}

.button.plan-button.premium {
  margin-top: 1rem;
  margin-bottom: 0;
}

.button.book-a-call-button {
  background-color: var(--black);
  background-image: none;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.button.book-a-call-button.dt {
  background-image: none;
  border-radius: .4rem;
  width: 20vw;
  height: 4em;
  margin-left: auto;
  margin-right: auto;
}

.button.signout-button {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.button.upgrade-but-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.button.nav-bar-button {
  width: 130px;
}

.button.upload-assets {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 16px;
  display: flex;
}

.button.view-inv0button {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.button.take-me-back-home {
  text-align: center;
  align-items: center;
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.button.ref-button {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.button.subscribe-ad {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.button.view-live-web-dt {
  background-image: linear-gradient(180deg, var(--blue), #00f0ffc4);
  text-align: center;
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: .8rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button.view-live-web-dt.subscribe--to-nl {
  width: 22vw;
  font-size: 1.2em;
}

.button.request-demo {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}

.button.log-out {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.4em;
  margin-top: 14px;
  margin-left: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Inter, sans-serif;
  display: flex;
}

.button.social-hero-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.button.search {
  background-color: var(--silver);
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  height: 3.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.2rem;
}

.nav-links {
  color: #fff;
  padding-right: 25px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.heading {
  z-index: 999;
  color: var(--white);
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  margin: 0 0 .2em;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Inter, sans-serif;
  font-size: 3.2em;
  line-height: 1.1em;
  display: block;
  position: static;
}

.heading.hww-context {
  color: #000;
  width: 26vw;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5vw;
}

.heading.hww-context.upload-your-assets {
  margin-left: 0;
  margin-right: 0;
}

.heading.tools-h {
  color: #fff6;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 20px;
}

.heading.plans-h {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 70%;
  margin-bottom: 1rem;
  position: static;
}

.heading.plan-heading {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: 17px;
  position: static;
  overflow: hidden;
}

.heading.sign-in-h {
  color: #000;
  font-size: 30px;
}

.heading.sign-up-h {
  color: #000;
  margin-bottom: 30px;
  font-size: 30px;
}

.heading.reaady-to-get-started {
  width: auto;
  position: static;
}

.buton-div {
  z-index: 999;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.buton-div.client-login {
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 50px;
  display: block;
}

.video-bg {
  z-index: 4;
  opacity: .4;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.background-video {
  opacity: .49;
  height: 100%;
  padding: 121px;
  display: block;
  position: static;
  inset: 0%;
}

.text-span {
  color: silver;
  padding-left: 0;
  font-size: 30px;
}

.black-shade {
  z-index: 999;
  opacity: .2;
  mix-blend-mode: soft-light;
  background-color: #00f0ff78;
  background-image: linear-gradient(359deg, #000 55%, #5200ffbd);
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  inset: 0%;
}

.dt-how-we-work-section {
  background-color: #2b003f;
  background-image: linear-gradient(#2b003f 26%, #10004e63);
  width: 100vw;
  height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.hww-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card {
  z-index: 1000;
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 34em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.hww-context {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 16em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 40px;
  display: flex;
  position: relative;
}

.image-3 {
  z-index: 50;
  opacity: .5;
  position: absolute;
  inset: -17% auto 6px -2%;
}

.hww-steps {
  grid-column-gap: 0px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px;
  display: flex;
}

.select-your-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 20em;
  padding-right: 0;
  display: flex;
}

.sign-up {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 20em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.upload-cards {
  background-color: #fff;
  border: 1px solid #0003;
  border-radius: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 190px;
  padding: 30px;
  display: flex;
}

.upload-cards.uploadlogocard {
  width: 600px;
  height: 190px;
  margin-bottom: 40px;
}

.upload-cards.uploadimagecard {
  width: 600px;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 19em;
  margin-bottom: -5px;
  padding-bottom: 0;
  display: flex;
}

.lottie-animation-2 {
  width: 5rem;
  margin-top: 60px;
  margin-bottom: 2rem;
  padding-bottom: 5px;
}

.text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrapper.signup-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 10em;
}

.hww-p {
  text-align: center;
  width: 208px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
}

.hww-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-2 {
  color: var(--white);
  padding-right: 4px;
  font-size: 15px;
  font-weight: 500;
}

.tools-we-use-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.logos-div {
  opacity: .9;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 60%;
  padding-left: 21px;
  padding-right: 21px;
  display: none;
}

.tools-logo {
  opacity: .9;
}

.our-work-section {
  background-color: #36363600;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-work-section.mob {
  margin-top: 10rem;
  display: none;
}

.our-work-h-p {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 130px;
  margin-top: 6em;
  margin-bottom: 6em;
  display: flex;
  position: static;
}

.image-4 {
  z-index: 1;
  opacity: .7;
  position: absolute;
  inset: -25% auto auto -6%;
}

.image-4.wu {
  inset: 0% auto auto -7%;
}

.image-4.faq {
  inset: 0% auto auto 0%;
}

.work-div-v1 {
  object-fit: cover;
  width: 90%;
  min-width: 0;
  max-width: none;
  height: 0%;
  display: none;
  position: relative;
}

.image-6 {
  border-radius: 10px;
  height: 100%;
  margin-bottom: 30px;
  display: block;
}

.image-7 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 50px;
  display: block;
}

.image-8 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 50px;
  display: block;
}

.image-9 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  display: block;
}

.image-10 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 50px;
  display: block;
}

.plans-sections {
  background-color: #181818d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 7rem;
  padding-top: 1rem;
  padding-bottom: 5rem;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
}

.plans-h-p {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  position: static;
}

.body {
  color: var(--white);
  background-color: #2b003f;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.grid {
  display: none;
}

.how-we-work-div {
  position: relative;
}

.h-div {
  text-align: center;
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-17 {
  position: absolute;
  top: -10px;
  right: 496px;
}

.plans-card {
  border-top: 10px solid var(--cyan);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 22vw;
  max-width: none;
  height: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.plans-card.starter-card {
  z-index: 999;
  width: 23vw;
  max-width: none;
  height: auto;
}

.plans-card.business-card {
  width: 23vw;
  min-width: auto;
  max-width: none;
  height: auto;
  padding-left: 1rem;
  padding-right: .5rem;
}

.plans-card.sm-pro-card {
  z-index: 999;
  width: 23vw;
  max-width: none;
  height: auto;
}

.text-block {
  background-color: var(--blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 11rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3px 0;
  font-size: 12.5px;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: -3% 0% auto;
}

.plans-sub-text {
  color: #ffffff80;
  text-align: center;
  margin-bottom: .7rem;
  font-size: .9rem;
}

.plan-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.plan-name.is-home-plan-name {
  color: var(--black);
  text-align: center;
  width: 180px;
  height: 1.3em;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2vw;
}

.plan-name.is-home-plan-name-copy {
  color: var(--black);
  text-align: center;
  width: 180px;
  height: 1.3em;
  margin-top: 0;
  font-size: 2vw;
}

.plan-price {
  opacity: 1;
  color: var(--white);
  text-align: center;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  width: auto;
  margin-top: 0;
  margin-bottom: .7rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 2.3rem;
}

.plan-price.is--home--pp {
  outline-offset: 0px;
  border-style: none;
  border-width: 1px;
  outline: 3px #5200ff;
  width: 218px;
  margin-bottom: 0;
}

.plan-price.is--home--pp.yearly {
  margin-bottom: 0;
  font-size: 1.8rem;
}

.plan-price.is--home--pp.yearly.original-price {
  width: auto;
  margin-top: 4px;
  font-size: 1.5rem;
  line-height: 20px;
  display: none;
}

.plan-price.old-price {
  opacity: 1;
  font-size: 1.5rem;
  display: none;
}

.plan-price.pro {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 33%, #d469c3 69%, #6c30ee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.3rem;
}

.text-span-4 {
  color: #ffffff80;
  padding-left: 3px;
  font-size: 19px;
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  background-color: #ffd600;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 9vw;
  height: 2em;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 2px 5px;
  font-size: .8vw;
  font-weight: 500;
  display: flex;
}

.text-block-4 {
  color: #000;
  width: 18vw;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-4.prof-text {
  flex-direction: column;
  width: 18vw;
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.text-block-4.biz-text {
  align-items: flex-start;
  width: 220px;
  height: 134px;
  display: block;
}

.text-block-4.biz-text.biz-width {
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
}

.text-block-4.prof {
  width: 18vw;
  height: auto;
  margin-top: -2px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.text-block-4.sm {
  flex-direction: column;
  width: 21vw;
  margin-bottom: .5rem;
  display: flex;
}

.included {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 20px;
  margin-top: .25rem;
  margin-bottom: 6px;
  padding-left: 1rem;
  display: flex;
}

.included.biz {
  height: auto;
}

.line-inc {
  background-color: var(--black);
  width: 60px;
  height: 1px;
  margin-right: 27px;
}

.line-inc.line-biz {
  background-color: var(--white);
  margin-left: .5rem;
  margin-right: 2.3rem;
  padding-left: 0;
  padding-right: 0;
}

.text-block-5 {
  color: var(--blue);
  width: 120px;
  margin-right: 5px;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
}

.text-block-5.inc-in-biz {
  align-items: center;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  display: flex;
}

.ready-to-get-section {
  background-color: var(--blue);
  background-image: linear-gradient(#5200ff, #ffffff69);
  height: auto;
}

.rtg-context {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3.7em 31px;
  display: flex;
  position: relative;
}

.image-18 {
  position: absolute;
  top: 42.1328px;
  right: 863px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
}

.footer-flex-container {
  color: var(--white);
  text-align: left;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.footer-logo-link {
  display: flex;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 5rem;
  max-width: none;
  height: 100%;
  margin-bottom: 12px;
}

.footer-heading {
  color: #ffffff80;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.footer-heading.address {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 400;
}

.footer-heading.pricing-footer {
  text-align: right;
  font-size: 1rem;
  text-decoration: none;
}

.footer-navigation {
  grid-row-gap: 12px;
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 33.3%;
  display: flex;
}

.text-block-6 {
  background-color: var(--10004e);
  color: #ffffff80;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 300;
  text-decoration: none;
}

.powered-div {
  background-color: var(--blue);
  width: 100%;
}

.dashboard {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 220px;
  display: none;
}

.navigator-left {
  width: 25%;
  max-width: 25%;
  height: 100%;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.db-content {
  grid-row-gap: 30px;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.nav-div {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  max-width: 300px;
  height: auto;
  display: flex;
  position: fixed;
  inset: 0% 938px 0% 0%;
}

.logo-db-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-19 {
  flex: 0 auto;
  width: 80%;
  margin-left: 20px;
  padding: 60px 100px 60px 40px;
}

.nav-menu {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 50%;
  margin-top: -75px;
  font-family: Inter, sans-serif;
}

.menu-list {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 150px;
  font-size: 16px;
  display: flex;
}

.list-menu {
  color: var(--white);
  text-decoration: none;
}

.list-menu.profile-link {
  padding-left: 30px;
}

.text-block-7 {
  background-color: var(--blue);
  opacity: .5;
  color: var(--white);
  text-align: center;
  font-size: 12px;
}

.invoicestable {
  background-color: var(--white);
  border: 1px solid #0003;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100px;
  max-width: 1200px;
  height: auto;
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.plan-info {
  grid-column-gap: 70px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #0003;
  flex-direction: row;
  justify-content: space-around;
  width: 90%;
  height: 370px;
  margin-top: 100px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-div-ipad {
  width: 50%;
  height: 250px;
  display: none;
}

.current-plan-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 320px;
  display: flex;
}

.current-plan-div.features-dic {
  height: 320px;
  margin-top: -2px;
}

.text-block-9 {
  background-color: #0000;
  border-radius: 10px;
  width: 330px;
  height: 110px;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.heading-2 {
  margin-top: 0;
  font-size: 24px;
}

.top-card {
  background-color: var(--blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 364px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  display: flex;
}

.below-card {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 364px;
  height: 320px;
  padding: 13px;
  display: flex;
}

.below-card.features-card {
  height: 350px;
  padding-top: 0;
  padding-bottom: 0;
}

.below-card.plan-card {
  justify-content: center;
}

.upgrade-but-div {
  width: 90%;
}

.you-will-be-charged {
  color: #33333380;
}

.price-info {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  width: 90%;
  height: 70px;
  display: flex;
}

.text-span-8 {
  color: var(--blue);
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.invoices-table {
  border-radius: 10px;
  height: 100%;
  margin-top: 40px;
  padding-left: 42px;
  padding-right: 42px;
}

.invoices-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  min-width: 300px;
  height: 100%;
  display: flex;
}

.table-top-info-div {
  background-color: #00000014;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 890px;
  height: 70px;
}

.column-names {
  grid-column-gap: 0px;
  background-color: #f2efff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-around;
  align-items: center;
  min-width: 850px;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.names-styling {
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.body-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.table-row {
  border-top: 1px solid #0003;
  border-bottom: 1px #0003;
  border-left: 0 solid #0003;
  border-right: 0 #0003;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.table-row.july-invoice {
  display: none;
}

.table-row.june-invoice {
  display: flex;
}

.table-row.aug-invoice {
  display: none;
}

.table-row.sep-invoice, .table-row.oct-invoice {
  display: flex;
}

.table-row.nov-invoice, .table-row.may-invoice {
  display: none;
}

.body-4 {
  background-color: #ebebeb;
  font-family: Inter, sans-serif;
}

.download-invoice-block {
  margin-left: 0;
  padding-right: 0;
}

.navbar-logo-left {
  z-index: 2000;
  background-color: #0000;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 40px 0 0;
  padding: 20px 0 20px 2rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.container-3 {
  z-index: 12000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
  position: absolute;
}

.navbar-wrapper {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  display: flex;
  position: relative;
}

.navbar-brand {
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 27px;
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}

.button-primary {
  background-color: var(--blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 200px;
  margin-top: 15px;
  padding: 12px 25px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.button {
  z-index: 100;
  background-color: var(--blue);
  background-image: linear-gradient(to bottom, var(--blue), #10004e8a);
  letter-spacing: .25px;
  text-transform: none;
  border-radius: 200px;
  align-items: center;
  width: 133px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0;
}

.button-primary.button.client-login {
  justify-content: center;
  width: 160px;
  height: 55px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 30px;
}

.button-primary.blog-sign-up {
  background-color: var(--midnight-blue);
}

.image-20 {
  max-width: 6rem;
  margin-top: 18px;
  margin-left: 40px;
  margin-right: 0;
  display: block;
}

.nav-link-new {
  color: #fff;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link-new.social {
  color: var(--midnight-blue);
  display: block;
}

.nav-link-new.social.w--current {
  display: block;
}

.link-7 {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.link-7.blog-link {
  color: var(--midnight-blue);
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

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

.link-7.resource {
  margin-left: 20px;
}

.total-amnt-block {
  padding-left: 0;
  padding-right: 0;
}

.text-block-11 {
  background-color: #ffe100;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-top: 9px;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  display: flex;
}

.asset-management {
  outline-offset: 0px;
  border: 1px #00000080;
  border-bottom: 1px solid #0003;
  outline: 3px #333;
  width: 90%;
  height: 160px;
}

.text-block-12 {
  color: #33333380;
  margin-bottom: 15px;
}

.text-span-10 {
  color: #fff;
  padding-right: 4px;
  font-family: "Fa solid 900", sans-serif;
}

.link-9 {
  color: #3339;
  width: 120px;
  font-size: 10px;
  text-decoration: underline;
}

.cancel-div {
  padding-bottom: 8px;
}

.invoice-number-block {
  padding-left: 0;
  padding-right: 0;
}

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

.text-block-15 {
  padding-left: 12px;
  padding-right: 12px;
}

.login-page, .login-div {
  height: 100vh;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 273px;
  font-size: 14px;
  display: flex;
}

.login-logo {
  background-image: url('../images/logo.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 170px;
  min-width: 100px;
  height: 70px;
  min-height: 60px;
  margin-bottom: 44px;
  display: flex;
}

.body-5 {
  background-color: #f5f4f4;
  height: 100vh;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 420px;
  display: flex;
}

.field-label, .field-label-2 {
  font-family: Inter, sans-serif;
}

.forget-pass-div {
  justify-content: space-between;
  width: 100%;
  height: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
  display: flex;
}

.link-14 {
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
}

.body-6 {
  background-color: #f7f7f7;
  height: 100vh;
}

.section {
  background-color: #f5f4f4;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 58px;
  display: flex;
  position: static;
}

.form-block-2 {
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 10px 273px;
  display: flex;
}

.form-2 {
  width: 420px;
}

.radio-button-label {
  padding-left: 3px;
  font-size: 13px;
}

.radio-button {
  border: 1px #000;
  border-radius: 0;
}

.radio-button-field {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-span-11 {
  color: #2b2b2b;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5, .text-field-6 {
  border-radius: 5px;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: 60px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-17 {
  color: #929292;
  margin-top: 30px;
  font-size: 12px;
}

.thanks-page {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 44px;
}

.testimonial-text-three {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 100px;
  height: 100px;
  margin-bottom: -10px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.testimonial-title {
  color: #949494;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.client-dashboard {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 130vh;
  display: flex;
}

.dashboard-div {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.logo {
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 40px;
  margin-right: auto;
  display: flex;
}

.settings-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 220px;
  margin-bottom: 60px;
  margin-left: 40px;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.text-block-18 {
  color: #afafaf;
  justify-content: center;
  align-items: center;
  width: 240px;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
  position: static;
}

.text-span-13 {
  padding-left: 5px;
}

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

.bold-text-2 {
  color: #b0b0b0;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.link-21 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.link-22 {
  color: #fff;
  margin-bottom: 15px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.link-23 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.image-21 {
  margin-top: 60px;
}

.text-span-14 {
  color: var(--cyan);
  padding-right: 7px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.text-span-15 {
  color: var(--cyan);
  padding-right: 7px;
  font-family: Fa v4compatibility, sans-serif;
  font-size: 14px;
}

.text-span-16 {
  color: var(--cyan);
  padding-right: 7px;
  font-family: "Fa 400", sans-serif;
  font-size: 14px;
}

.text-span-17 {
  color: var(--cyan);
  padding-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.link-24 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
}

.tabs-menu-3 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #202020;
  border-radius: 5px;
}

.tab-link-tab-1-2.w--current {
  background-color: var(--blue);
  border-radius: 5px;
}

.text-block-19 {
  color: #fff;
}

.tab-link-tab-2-2 {
  background-color: #202020;
  border-left: 0 #fff3;
  border-radius: 5px;
}

.tab-link-tab-2-2.w--current {
  background-color: var(--blue);
}

.tab-link-tab-3-3 {
  color: var(--black);
  background-color: #202020;
  border-left: 0 #fff3;
  border-radius: 5px;
}

.tab-link-tab-3-3.w--current {
  background-color: var(--blue);
  color: #fff;
}

.text-block-20, .text-block-21 {
  color: #fff;
}

.cards--div {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 2.2rem;
  padding-right: 2rem;
  display: flex;
}

.plan-info-card {
  width: 364px;
  height: 200px;
}

.low-card {
  background-color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 28px 30px;
  position: relative;
}

.tab-pane-plan-settings {
  margin-top: 64px;
}

.text-span-18 {
  color: var(--blue);
  font-size: 12px;
}

.plan-info-text {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.price-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text-block-23 {
  color: var(--blue);
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 21px;
  font-weight: 600;
}

.text-block-24 {
  color: #3339;
  width: auto;
  padding-left: 4px;
  font-family: Inter, sans-serif;
}

.discount-applied {
  background-color: #ffe100;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100px;
  height: 20px;
  margin: -3px 29px 21px;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: .5rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 11% 0% 0% auto;
}

.cancel-subscription {
  align-items: center;
  display: flex;
}

.link-26 {
  color: #0006;
  font-size: 10px;
  text-decoration: underline;
}

.hi-client {
  flex-direction: row;
  width: 100%;
  margin-top: -58px;
  margin-left: 15px;
  font-size: 14px;
  display: flex;
}

.hiclient-h {
  color: #fcfcfc;
  width: 100px;
  margin-top: 30px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 1.2em;
  font-style: italic;
}

.hiclient-h.hi {
  width: 26px;
  font-size: 1.2em;
}

.text-block-25 {
  height: 20px;
  margin-top: 10px;
  padding-left: 19px;
  padding-right: 2px;
  font-size: 18px;
  line-height: 84px;
}

.heading-5 {
  margin-left: 189px;
  font-size: 25px;
}

.heading-5.cur-fea {
  margin-left: 0;
  margin-right: 0;
  font-size: 1.5em;
}

.heading-5.cur-plan {
  text-align: left;
  margin-left: 0;
  padding-left: 3px;
  font-size: 1.5em;
}

.table-top {
  background-color: #5200ff12;
  border: 1px solid #0003;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.table-bottom {
  background-color: #fff;
  border-bottom: 1px solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 100%;
}

.text-block-26, .text-block-27, .text-block-29 {
  color: #3339;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-30 {
  width: auto;
  padding-top: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
}

.text-block-30.invoice--number {
  margin-left: 0;
}

.inv-amt-eur {
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-right: 0;
  display: flex;
}

.text-block-31 {
  padding-top: 0;
  padding-right: 1px;
  font-size: 16px;
}

.tabs-3 {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.tab-pane-tax-invoices {
  width: 100%;
}

.cards-naming {
  grid-column-gap: 260px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 100px;
  display: flex;
}

.currentplan-div-ipad, .mob-dashboard-nav {
  display: none;
}

.text-span-19 {
  color: var(--blue);
  text-align: center;
  flex-direction: row;
  width: auto;
  padding-left: .5rem;
  font-size: .7rem;
  display: flex;
}

.not-a-member-div {
  z-index: 999;
  background-color: var(--blue);
  justify-content: space-between;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-block-33 {
  color: #fff;
  justify-content: flex-end;
  height: 40px;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  display: flex;
}

.link-41 {
  color: #c5c5c5;
  padding-left: 4px;
}

.link-42 {
  color: #c5c5c5;
  padding-left: 4px;
  text-decoration: underline;
}

.text-span-20 {
  padding-right: 7px;
}

.asset-man-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  margin-top: 20px;
  padding: 49px;
  display: flex;
}

.tab-pane-project-settings {
  width: 100%;
  height: 100%;
}

.tabs-content-3 {
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
}

.upload-aset-h {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.text-block-34 {
  color: #6f6e6e;
  font-size: 1.1em;
}

.text-span-21 {
  padding-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 12px;
}

.logo-lottie {
  width: 140px;
  height: 130px;
  margin-right: 25px;
  display: block;
  position: relative;
  bottom: 40px;
}

.upload-logo-text {
  margin-left: 10px;
}

.lottie-animation-4 {
  width: 170px;
  padding-bottom: 0;
  position: absolute;
  bottom: auto;
}

.lottie-animation-5 {
  width: 164px;
  position: absolute;
  bottom: auto;
  left: auto;
}

.asset-upload-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 20em;
  display: flex;
}

.lottie-animation-6 {
  width: 9em;
  margin-top: 30px;
  margin-bottom: 0;
}

.info-pop-up-1 {
  z-index: 999;
  outline-offset: 0px;
  text-align: left;
  background-color: #ede5ff;
  border-radius: 5px;
  outline: 1px solid #3333;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 60px;
  padding: 11px;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 28% 0% 53% 40%;
}

.info-pop-up-1.starter-info {
  background-color: var(--cyan);
  outline-offset: 0px;
  color: #000;
  border-radius: 4px;
  outline: 1px #3333;
  top: 26%;
}

.info {
  color: var(--blue);
  cursor: help;
  margin-top: -1px;
  margin-left: 7px;
  font-family: "Fa 400", sans-serif;
  font-size: 13px;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.text-span-22 {
  color: #b9b9b9;
  padding-left: 4px;
  font-size: 14px;
}

.slider {
  object-fit: fill;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.dada-slide {
  width: 100%;
  height: auto;
}

.mask {
  object-fit: contain;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.lubo-slide, .slide-3, .slide-4, .slide-5, .slide-6 {
  width: 100%;
}

.image-23 {
  margin-left: auto;
  margin-right: auto;
}

.slider-image {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.cdxp-link-block {
  width: 100vw;
  height: 50em;
  margin-bottom: 50px;
  display: none;
  position: relative;
}

.button-effect {
  z-index: 2;
  background-color: #0000;
  background-image: linear-gradient(265deg, #00f0ff 50%, #fff0);
  border-radius: 200px;
  width: 0;
  height: 63px;
  position: sticky;
  inset: 9% 0% 0%;
}

.button-effect-client-login {
  background-image: linear-gradient(0deg, var(--cyan) 50%, #fff0);
  border-radius: 200px;
  width: 0;
  height: 52px;
  display: none;
  position: absolute;
  top: 5px;
  left: 10px;
}

.link-44 {
  color: #dbdbdb;
  margin-top: 19px;
  text-decoration: none;
}

.text-span-23 {
  color: #dddcdc;
  text-decoration: underline;
}

.lottie-animation-7 {
  object-fit: cover;
  width: 100%;
  height: 60vw;
  display: block;
  position: static;
}

.hero-lottie-div {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  height: 50em;
  display: block;
  position: static;
  inset: 0%;
}

.view-live-website {
  z-index: auto;
  opacity: .9;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#3b0057e6, #860082e6);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.flames-link-block {
  object-fit: contain;
  width: 100vw;
  height: 50em;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.view-live-text {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-36 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}

.lubo-link-bock {
  object-fit: contain;
  width: 100vw;
  height: 50em;
  margin-bottom: 60px;
  position: relative;
}

.adamsgraphy-link-block, .communi-link-block {
  width: 100vw;
  height: 50em;
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.kinkaramen-link-block {
  width: 100vw;
  height: 50em;
  margin-bottom: 100px;
  display: block;
  position: relative;
}

.slide-link {
  width: 100%;
  height: 100%;
  max-height: none;
  position: relative;
  inset: 0%;
}

.referral_div {
  z-index: 998;
  background-color: var(--midnight-blue);
  background-image: linear-gradient(to bottom, #bf64e6a8, var(--blue));
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
  inset: 0%;
}

.referral_div.mob {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 0;
  display: none;
}

.heading-10 {
  z-index: 999;
  color: var(--white);
  text-align: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: 0%;
}

.text-span-24 {
  color: #d4d4d4;
  text-decoration: underline;
}

.rich-text-block {
  margin-bottom: 50px;
}

.dt-referral-section {
  background-color: var(--10004e);
  background-image: linear-gradient(180deg, var(--midnight-blue), #6e015c);
  border-bottom: 0 solid #0000;
  margin-top: 20px;
  padding: 80px 30px;
  position: static;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #0000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 1010px;
  margin-top: -59px;
  margin-bottom: -2px;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--white);
  width: 400px;
  margin-top: 125px;
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 500px;
  max-width: none;
  height: 330px;
  display: block;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.navbar-2 {
  background-color: #0000;
  padding: 12px 145px;
}

.body-7 {
  background-color: var(--midnight-blue);
}

.mob-referral-section {
  display: none;
}

.faq-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
}

.dt-faq-section {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.heading-12 {
  color: var(--cyan);
  margin-bottom: 0;
  padding-top: 38px;
  padding-bottom: 38px;
}

.question {
  color: var(--cyan);
  font-size: 26px;
  line-height: 44px;
}

.answer {
  color: #b6b6b6;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.answer.terms-and-cond {
  color: #a5a5a5;
  margin-top: 35px;
  font-size: 12px;
  text-decoration: underline;
}

.bold-text-3 {
  color: #d3d3d3;
}

.text-span-25 {
  color: var(--cyan);
  padding-right: 8px;
}

.link-45 {
  color: var(--cyan);
  font-style: italic;
}

.info-pop-up-2 {
  z-index: 100;
  background-color: var(--cyan);
  color: #000;
  border-radius: 5px;
  width: 14vw;
  padding: 11px;
  font-size: 10px;
  position: absolute;
  top: 292px;
  left: 102.492px;
}

.info-pop-up-3 {
  background-color: var(--cyan);
  border-radius: 5px;
  width: 18vw;
  padding: 11px;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  position: absolute;
  top: 401.5px;
  left: 64.891px;
}

.info-pop-up-4 {
  z-index: 2000;
  background-color: var(--cyan);
  color: #000;
  border-radius: 5px;
  width: 17vw;
  padding: 11px;
  font-size: .7em;
  position: absolute;
  top: 290px;
  left: 102.492px;
}

.text-span-27 {
  opacity: .5;
  padding-left: 2px;
  font-size: 15px;
  font-weight: 700;
}

.resources-div {
  z-index: 1200;
  background-color: var(--white);
  opacity: .97;
  border-radius: .6rem;
  flex-flow: row;
  order: -1;
  justify-content: center;
  align-items: center;
  width: 38vw;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 9.5rem;
  padding-bottom: 8rem;
  padding-left: 0;
  display: none;
  position: absolute;
  inset: 98% 0% 0% 41%;
  overflow: hidden;
}

.resources-wrapper {
  width: auto;
  height: auto;
  padding: 23px 3.8rem 34px 0;
}

.blog-div {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.lottie-div {
  background-color: #e7e7e7;
  border-radius: 200px;
  width: 50px;
  height: 50px;
  margin-bottom: 8px;
  margin-right: .3rem;
}

.blog-terxt-wrapper {
  flex-direction: column;
  width: 18rem;
  display: block;
}

.lottie-animation-8 {
  width: auto;
  padding-top: 0;
}

.navbar-logo-left-2 {
  display: block;
  position: static;
}

.container-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 104px;
  padding-right: 104px;
}

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

.navbar-brand-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link-accent-2 {
  color: var(--blue);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Inter, sans-serif;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

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

.body-8 {
  color: var(--blue);
  background-color: #ececec;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-42 {
  color: var(--black);
  padding-left: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-13 {
  color: var(--black);
  background-color: #0000;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  display: block;
}

.text-block-43 {
  opacity: .6;
  color: var(--black);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.header-topic {
  margin-bottom: 2.5rem;
  margin-left: 6.5rem;
  margin-right: 4rem;
}

.blogs-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: flex;
}

.tag {
  background-color: var(--purple);
  background-image: linear-gradient(to bottom, var(--purple), var(--blue));
  opacity: 1;
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  width: auto;
  margin-left: 5px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  display: flex;
}

.blog-post-cards {
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  margin-bottom: 40px;
  margin-left: 5.6em;
  display: flex;
}

.blog-card-div {
  z-index: 999;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 24px;
  padding: 29px 8px;
  display: flex;
  position: relative;
}

.card-img-link {
  color: var(--midnight-blue);
  object-fit: cover;
  justify-content: center;
  width: 100%;
  height: 70%;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  margin-bottom: 20px;
  font-size: 2vw;
  line-height: 40px;
  text-decoration: none;
}

.read-mins {
  padding-right: 5px;
  font-size: 1em;
}

.post-info-div {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #18181880;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.post-info-div.blog-home {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.publish-date {
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.separator {
  padding-left: 0;
  padding-right: 5px;
}

.collection-list-wrapper-11 {
  flex-direction: row;
  width: 90%;
  display: none;
}

.blog-home {
  margin-top: 57px;
  margin-left: 50px;
}

.blog-wrapper {
  padding: 20px 90px 91px;
}

.blog-header {
  margin-top: 50px;
}

.text-block-44 {
  color: #3339;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}

.heading-15 {
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.blog-grid {
  grid-column-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-12 {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.heading-16 {
  margin-top: 20px;
  padding: 0 16px;
  font-size: 28px;
  line-height: 35px;
}

.collection-item-7 {
  width: 100%;
  position: static;
}

.dt-navbar-3 {
  background-color: #0000;
  width: 100%;
  display: block;
}

.brand-4 {
  flex-direction: row;
  align-items: center;
  width: 90px;
  margin-top: 0;
  display: flex;
}

.text-block-45 {
  color: var(--black);
  padding-left: 12px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.container-6 {
  grid-column-gap: 40px;
  flex-direction: row;
  justify-content: space-around;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-9 {
  background-color: #e9e9e9;
}

.side-bar {
  background-color: #0000;
  border-right: 1px solid #0000001a;
  width: 70px;
  height: 100%;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.side-bar-wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 70px;
  height: 100%;
  padding-top: 235px;
  padding-bottom: 235px;
  display: flex;
  position: fixed;
}

.home-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  text-decoration: none;
  display: flex;
}

.image-30 {
  opacity: .3;
}

.nav-link-7 {
  background-color: var(--blue);
  color: var(--white);
  border-radius: 10px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 0;
  padding: 10px 22px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.image-31, .image-32 {
  opacity: .3;
}

.verti-separator {
  color: #3333334d;
  height: 40px;
}

.social-icons {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-33 {
  opacity: .3;
}

.nav-menu-4 {
  align-items: center;
  width: 390px;
  margin-top: 17px;
  display: flex;
}

.link-47 {
  color: #313131;
  padding-left: 0;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-46 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.blog-post-section {
  grid-column-gap: 0px;
  border-top: .5px solid #0003;
  justify-content: space-between;
  display: flex;
  position: static;
}

.blog-info-header {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 100px;
  padding: 1rem 86px 0 0;
  display: flex;
}

.author-image {
  border: 2px solid var(--blue);
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.post-author-name {
  align-items: center;
  display: flex;
}

.post-publish-date {
  flex-direction: row;
  display: flex;
}

.post-info-wrapper {
  align-items: center;
  display: flex;
}

.post-read-mins {
  flex-direction: row;
  display: flex;
}

.post-tag {
  color: #0000;
  background-color: #0000;
}

.text-block-47 {
  color: var(--midnight-blue);
  font-size: 1.2em;
  font-weight: 600;
}

.date {
  padding-right: 8px;
  font-size: 1em;
}

.blog-image-header {
  object-fit: fill;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 133px;
}

.image-34 {
  object-fit: cover;
  width: auto;
  max-width: none;
  position: static;
}

.post-blog-title-div {
  margin-bottom: 14px;
}

.heading-17 {
  font-size: 2.5rem;
}

.blog-post-div {
  flex-direction: column;
  width: 73%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.blog_nav_bar {
  flex-direction: row;
  display: flex;
}

.nav_wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-top: 10px;
  padding-left: 136px;
  padding-right: 136px;
  display: flex;
}

.nav-logo {
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-refer-link {
  text-decoration: none;
}

.nav-text-style {
  color: #333;
  margin-left: 12px;
  margin-right: 12px;
  padding: 12px;
  font-family: Inter, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  text-decoration: none;
}

.nav-text-style.topics {
  margin-right: 10px;
  padding-right: 0;
}

.nav-text-style.exclsive-content-link {
  color: var(--blue);
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1em;
  font-weight: 600;
}

.blog-newsletter {
  text-decoration: none;
}

.dropdown-toggle {
  padding-left: 0;
  padding-right: 30px;
}

.bog-nav-button {
  background-color: var(--blue);
  border-radius: 200px;
  justify-content: center;
  width: 150px;
  padding: 12px 30px;
  font-family: Inter, sans-serif;
  display: flex;
}

.blog-context-div {
  margin-top: 0;
  margin-left: 100px;
}

.blog-context {
  padding-right: 38px;
}

.blog-context-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  font-family: Inter, sans-serif;
  display: flex;
}

.blog-share-buttons {
  position: static;
  inset: 0% 0% 0% auto;
}

.html-embed-2 {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding-top: 0;
  display: flex;
}

.embed-addthis {
  width: 100%;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}

.image-35 {
  border: 0px none var(--cyan);
  border-radius: 200px;
}

.rich-text-block-2 {
  color: #7c7c7c;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.paragraph {
  color: #707070;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.link-block-4 {
  color: #333;
  text-decoration: none;
}

.adv-div {
  background-color: #fafafa;
  background-image: linear-gradient(#fff, #f0f0f0);
  width: 27%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: fixed;
  inset: 12% 0% 0% auto;
}

.heading-18 {
  flex-direction: row;
  font-family: Inter, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  display: flex;
}

.paragraph-2 {
  color: #333333ba;
  font-family: Inter, sans-serif;
  display: flex;
}

.image-36 {
  border-radius: 8px;
  padding-top: 0;
}

.text-span-29 {
  color: #ffffff6e;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 400;
}

.div-block-9 {
  width: 100%;
  height: auto;
}

.rich-text-block-3 {
  color: #3333336e;
  font-family: Inter, sans-serif;
  font-size: 12px;
}

.toggle-button {
  justify-content: center;
  width: 100%;
  margin-bottom: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.toggle-wrap {
  background-color: var(--blue);
  outline-offset: 0px;
  border-radius: 200px;
  outline: 3px solid #00f0ff;
  justify-content: flex-end;
  align-items: center;
  width: 90px;
  height: 38px;
  display: flex;
}

.togcircle {
  background-color: #f0f0f0;
  border-radius: 200px;
  width: 32%;
  height: 77%;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.text-block-50 {
  color: #fff;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.text-block-51 {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.plans {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
}

.plans-cards-yearly {
  z-index: 999;
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  max-width: none;
  height: 50em;
  display: flex;
  position: absolute;
}

.plans-cards-yearly.align {
  grid-column-gap: 11px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 130vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.ipad--nav-bar {
  display: none;
}

.hww-wrap {
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-select-wrap, .lottie-sign-up-wrap, .lottie-assets-wrap {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 10em;
  display: flex;
}

.mob-hero-section, .mob-hero-section-shade, .ipad-hero-shade, .mob-how-it-works-div, .mob-how-it-works-sec {
  display: none;
}

.mob-3-steps-h {
  z-index: 999;
  color: var(--white);
  text-align: center;
  margin: 0 auto 15px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  position: static;
}

.image-38.mix {
  position: absolute;
  inset: -2% auto auto 30%;
}

.image-38.get {
  z-index: 0;
  position: absolute;
  inset: -3% auto auto 8%;
}

.mob-3-steps-parag {
  opacity: .85;
  color: #ffffffb3;
  text-align: center;
  width: 660px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 23px;
}

.mob--3teps-ctas {
  justify-content: space-between;
  align-items: center;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mob-alrwady-a-member {
  color: #dbdbdb;
  margin-top: 19px;
  text-decoration: none;
}

.mob-view-our-work {
  display: none;
}

.text-span-32 {
  padding-left: .2em;
  font-weight: 500;
}

.text-span-35 {
  padding-left: .1em;
  font-size: 1.5em;
}

.info-pop-up-5 {
  background-color: var(--cyan);
  color: #000;
  border-radius: 5px;
  width: 14vw;
  padding: 11px;
  font-size: 10px;
  position: absolute;
  top: 147px;
  left: 102.492px;
}

.features-wrap {
  flex-direction: column;
  height: auto;
  display: flex;
}

.plans-cards-mo {
  z-index: 999;
  grid-column-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  max-width: none;
  height: 50em;
  display: none;
  position: absolute;
}

.plans-cards-mo.align {
  width: 99vw;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: static;
}

.work-div-v2 {
  width: 100%;
}

.dt-project-wrap {
  flex-direction: column;
  margin-top: .5em;
  margin-bottom: 6em;
  display: flex;
}

.dt-project-wrap.mafana, .dt-project-wrap.royal-eyes {
  display: none;
}

.project-image-div {
  justify-content: center;
  display: flex;
}

.project-text-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.image-40 {
  max-width: 70%;
}

.image-40.good-hands {
  max-width: 75%;
}

.heading-23 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 3.1em;
  font-weight: 600;
  display: flex;
}

.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;
}

.link-48 {
  color: #fff;
  font-size: 1.6em;
  font-weight: 500;
  text-decoration: none;
}

.div-block-12 {
  grid-row-gap: 12px;
  border-bottom: 1px #fff3;
  flex-direction: column;
  align-items: center;
  width: 33.3%;
  padding-bottom: .8em;
  display: flex;
}

.link-49 {
  color: #ffffff80;
  font-size: 1rem;
  text-decoration: none;
}

.link-49.careers {
  display: none;
}

.how-it-works, .pricing, .view-our-work {
  color: #fff;
  text-decoration: none;
}

.text-block-53 {
  color: #ffffff40;
  border-top: 1px solid #ffffff1a;
  margin-top: .5em;
  padding-top: 1em;
  text-decoration: none;
}

.copyright {
  text-decoration: none;
}

.text-span-36 {
  padding-left: 14px;
}

.bold-text-4 {
  color: #ffffff73;
  padding-left: 14px;
  font-weight: 400;
}

.bold-text-5 {
  color: #ffffff73;
  font-weight: 400;
}

.ipad-nav-bar {
  display: none;
}

.mob-copyright {
  text-decoration: none;
  display: none;
}

.resources-text {
  color: var(--black);
  width: auto;
  margin-top: 3px;
  margin-left: 10px;
  font-size: 12px;
}

.dt-resource-link-block {
  position: static;
  inset: 0%;
}

.collection-list-7 {
  align-items: center;
  display: flex;
}

.collection-item-8 {
  width: 100%;
}

.image-44 {
  object-fit: fill;
  width: 90%;
  max-width: none;
  margin-right: 5.6px;
  position: static;
}

.blog_page {
  display: block;
}

.heading-24 {
  color: var(--cyan);
  margin-bottom: .3em;
  font-size: 2.1em;
}

.coming-soon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation-13 {
  justify-content: center;
  align-items: center;
  width: 50vh;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.paragraph-8 {
  color: var(--white);
  text-align: justify;
  width: 41vw;
  margin-bottom: 1.3em;
  font-family: Inter, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  position: static;
}

.coming-soon-sec {
  align-items: center;
  margin-top: 187px;
  display: none;
}

.link-51 {
  color: var(--cyan);
}

.newsletterform-section {
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.newslettler-form-div {
  outline-offset: 0px;
  color: #0000;
  background-color: #00000073;
  border: 1px #000;
  border-radius: 10px;
  outline: 3px #5200ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 2rem;
  display: flex;
}

.form-heading-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-9 {
  color: #ffffff80;
  text-align: center;
  width: 45ch;
  max-width: 50ch;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4em;
}

.heading-25 {
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: .25em;
  font-size: 3rem;
}

.close-div {
  outline-color: var(--white);
  outline-offset: 0px;
  color: var(--10004e);
  background-color: #0000;
  border-radius: 200px;
  outline-width: 4px;
  outline-style: none;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: none;
}

.text-field-9 {
  color: #000;
  border-radius: 5px;
  height: 3.5em;
  margin-top: 1.3em;
  font-size: 16px;
}

.text-field-9.last-name {
  margin-top: 0;
}

.text-field-10 {
  border-radius: 5px;
  height: 4em;
  margin-bottom: .9em;
  font-size: 16px;
}

.form-3 {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: 40vw;
  display: flex;
}

.lottie-animation-14 {
  outline-offset: 0px;
  outline: 3px #3b0057;
  width: 150px;
  height: 150px;
  display: none;
}

.body-newsletter-form {
  background-color: var(--midnight-blue-3);
  color: var(--midnight-blue-3);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.our-work-paragraph {
  color: #ffffff80;
  text-align: center;
  justify-content: center;
  width: 60vw;
  max-width: 56ch;
  margin-bottom: 0;
  padding-top: .25em;
  padding-bottom: 1em;
  font-size: 1.5em;
  line-height: 1.4em;
  display: flex;
}

.arrow-2 {
  color: #ffffff94;
  margin-top: .2em;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 7px;
  transform: rotate(180deg);
}

.text-span-39 {
  padding-left: 9px;
  font-weight: 500;
}

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

.text-span-42 {
  padding-left: 10px;
  font-weight: 500;
}

.dt-tools-card-div {
  width: 100vw;
  margin-top: 2em;
  margin-bottom: 2em;
}

.dt-tools-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  justify-content: center;
  margin-bottom: 35px;
  display: flex;
}

.tool-card {
  grid-row-gap: 0px;
  background-image: url('../images/Card-Int-Figma.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
  display: flex;
}

.tool-card.figma {
  opacity: 1;
  background-image: url('../images/Card-Int-Figma.png');
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 18vw;
  height: 10vw;
  padding-top: 0;
  padding-left: 0;
}

.tool-card.figma:hover {
  box-shadow: 0 0 0 1px var(--cyan);
}

.tool-card.adobe {
  background-image: url('../images/Card-Int-Adobe.svg');
  flex-direction: column;
  width: 18vw;
  height: 10vw;
}

.tool-card.adobe:hover {
  box-shadow: 0 0 0 1px #65edf5;
}

.tool-card.hubspot {
  background-image: url('../images/Card-Int-Hubspot.svg');
  flex-direction: column;
  width: 18vw;
  height: 10vw;
}

.tool-card.hubspot:hover {
  box-shadow: 0 0 0 1px var(--cyan);
}

.tool-card.pably {
  background-image: url('../images/Card-Int-Pably-Connect.svg');
  flex-direction: column;
  width: 18vw;
  height: 10vw;
}

.tool-card.pably:hover {
  box-shadow: 0 0 0 1px var(--cyan);
}

.tool-card.memberstack {
  background-image: url('../images/Card-Int-member-stack.svg');
  flex-direction: column;
  width: 18vw;
  height: 10vw;
}

.tool-card.memberstack:hover {
  box-shadow: inset 0 0 0 1px var(--cyan);
}

.tool-card.kolendar {
  background-image: url('../images/Card-Int-Kolendar.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: scroll;
  border: 0 #000;
  border-radius: 20px;
  flex-direction: column;
  width: 18vw;
  height: 10vw;
}

.tool-card.kolendar:hover {
  box-shadow: inset 0 0 0 1px var(--cyan);
}

.dt-top-hor-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 2px;
  margin-left: 1rem;
  margin-right: 0;
  display: flex;
}

.dt-top-hor-wrap.aws {
  align-items: center;
  width: 100%;
  position: relative;
}

.dt-tool-logo-wrap {
  width: 20%;
}

.dt-tool-logo-wrap.aws {
  align-items: center;
  width: 100%;
  height: 3rem;
  margin-top: 20px;
  display: flex;
  position: absolute;
}

.dt-tools-text-r-wrap {
  text-align: right;
  justify-content: flex-start;
  width: 80%;
  margin-left: 61px;
  display: flex;
}

.dt-tools-text-r-wrap.pably {
  margin-left: 21px;
}

.heading-26 {
  color: #fff;
  text-align: right;
  margin-left: 0;
  padding-left: 0;
  font-size: .9rem;
}

.heading-26.aws {
  text-align: right;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3px;
  padding-left: 0;
  font-size: .8rem;
  line-height: .9rem;
  display: block;
}

.heading-26.pably {
  margin-left: 48px;
  padding-left: 0;
}

.heading-26.figma {
  color: #fff;
  margin-left: 59px;
  font-size: .9rem;
}

.dt-bottom-hor-wrap {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60%;
  margin-top: 28px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.dt-bottom-hor-wrap.aws {
  align-items: center;
  top: 8px;
}

.dt-tool-name-l-wrap {
  object-fit: fill;
  align-items: center;
  width: auto;
  margin-left: 20px;
  font-weight: 700;
  display: flex;
}

.dt-tool-link {
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  height: auto;
  margin-left: 0;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.dt-tool-link.pabbly {
  margin-left: 20px;
}

.paragraph-10 {
  color: #6e6e6e;
  align-items: center;
  width: 10rem;
  margin-bottom: 0;
  font-size: 1vw;
  display: flex;
}

.figma-logo {
  width: 1.8vw;
  max-width: none;
  margin-top: 10px;
  margin-left: 0;
}

.figma {
  color: #6e6e6e;
  align-items: center;
  width: 140px;
  margin-bottom: 0;
  font-size: 1vw;
  display: flex;
}

.share-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid #363636;
  border-radius: 200px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 6px;
  display: flex;
  position: absolute;
  inset: auto 6% 24% auto;
}

.image-46, .image-47, .image-48, .image-49, .image-50, .image-51 {
  width: 14px;
  max-width: none;
}

.hub-spot-logo {
  width: 2.7vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.pabby-name {
  color: #6e6e6e;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  font-size: 1vw;
  display: flex;
}

.pabbly-logo {
  width: 2vw;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.html-embed-4 {
  mix-blend-mode: normal;
  width: 2rem;
  height: 2rem;
}

.html-embed-5 {
  width: 5.3rem;
  margin-top: 7px;
}

.image-52 {
  width: 3.5rem;
  max-width: none;
  height: 2.9rem;
  margin-top: 0;
  position: absolute;
  top: -16.8333px;
}

.paragraph-11 {
  color: #000000ab;
  width: 39ch;
  height: auto;
  margin-top: 2.7em;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  line-height: 1.3rem;
}

.dt-cookies-wrap {
  width: auto;
}

.link-52 {
  padding-right: 14px;
  font-size: .7rem;
}

.our-wrk-tet-wrap {
  flex-direction: column;
  align-items: center;
  margin-top: 4vh;
  padding-bottom: 1rem;
  display: flex;
  position: static;
}

.our-work-h-wrap {
  position: relative;
}

.body-10 {
  background-color: var(--midnight-blue-3);
  height: auto;
}

.navbar-5 {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  width: 1200px;
  display: block;
}

.dt-privacy-policy-section {
  height: auto;
  padding-left: 78px;
  padding-right: 78px;
}

.pp-header-text {
  margin-top: 134px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 1.2rem;
}

.heading-27 {
  color: var(--white);
  margin-bottom: 40px;
  margin-right: 129px;
}

.paragraph-12 {
  color: silver;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.text-span-44 {
  font-size: 18px;
}

.bold-text-6, .bold-text-7 {
  color: #fff;
}

.link-54, .link-55, .link-56, .link-57, .link-58, .link-59, .link-60, .link-61, .link-62, .italic-text, .link-64 {
  color: var(--cyan);
}

.footer-dark {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px;
  position: relative;
}

.dt-new-hero {
  opacity: 1;
  background-image: url('../images/new-hero-img.webp');
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  height: 100vh;
  padding-top: 3rem;
  display: flex;
}

.dt-hero-div {
  z-index: 2000;
  flex-direction: row;
  width: 100%;
  height: auto;
  margin-top: 200px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.r-hero-wrap {
  z-index: 5000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 2.7rem;
  padding: 2.7rem 2rem 80px 0;
  display: flex;
  position: relative;
}

.l-hero-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0 60px 70px 50px;
  display: flex;
}

.heading-28 {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb1f5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
}

.paragraph-13 {
  color: #ffffff8a;
  width: 90%;
  margin-bottom: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.6rem;
}

.paragraph-13.reviews-p {
  width: 80%;
}

.new-hero-button {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: none;
  background-clip: border-box;
  border-radius: 200px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: auto;
  padding: .8rem 15px;
  display: flex;
  position: relative;
}

.text-block-58 {
  color: #fff;
  margin-left: 0;
  margin-right: 1px;
  font-size: .9rem;
  font-weight: 500;
}

.button-inside {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  object-fit: cover;
  background-color: #1c033b;
  background-image: linear-gradient(99deg, #ec88a5, #ec88a5 35%, #d469c3 69%, #6b30ee);
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 4px;
  padding: .8rem 13px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.heading-29 {
  text-align: center;
  margin-top: 30px;
  font-size: 2.5vw;
  line-height: 1.1em;
}

.text-field-11 {
  color: #fff;
  background-color: #0000;
  border-radius: 7px;
  height: 5vh;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 1vw;
}

.mov-nav {
  z-index: 1200;
  display: none;
}

.form-block-3 {
  z-index: 5000;
  background-color: #0006;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 80%;
  height: auto;
  margin-top: 82px;
  margin-bottom: 24px;
  padding: 8px 35px;
  display: none;
  position: absolute;
  box-shadow: 1px 1px 20px 7px #86008280;
}

.lottie-animation-17 {
  cursor: pointer;
  width: 58px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.request-demo-hero-form {
  width: 90%;
}

.success-message {
  background-color: #0000;
}

.text-block-60 {
  color: #ffffffb0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.2em;
}

.dt-or-success-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.line-left, .line-right {
  background-color: #ffffff61;
  width: 90%;
  height: 1px;
}

.text-block-61 {
  color: #ffffffb3;
  padding-left: 10px;
  padding-right: 10px;
}

.link-65 {
  color: var(--cyan);
}

.text-block-63 {
  color: #ffffff61;
  font-size: .8em;
}

.link-66 {
  color: var(--cyan);
}

.checkbox-label {
  color: #ffffff61;
  font-size: .8em;
}

.try-our {
  color: #ffffff80;
  margin-bottom: 12px;
  font-size: 1.2vw;
}

.mob-blog-nav-bar {
  display: none;
}

.div-block-21 {
  height: 30%;
  padding-left: 22px;
  padding-right: 22px;
}

.dt-why-us {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.wu-heading-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 18px;
  display: flex;
  position: relative;
}

.wu-cards-div {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-31 {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2.2rem;
  display: inline-block;
  position: static;
}

.wu-card-wrap {
  grid-column-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 125px;
  padding-right: 125px;
  display: flex;
}

.wu-card-wrap._1 {
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.wu-card {
  background-color: var(--black);
  background-image: linear-gradient(133deg, #0000, #1b1b1b 43%);
  border: 1px solid #ffffff80;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 25vh;
  margin-bottom: 0;
  padding: .5rem .3rem;
  display: flex;
  position: relative;
}

.wu-card.sm {
  display: none;
}

.image-55 {
  width: 5.5vw;
  max-width: none;
  position: absolute;
  inset: 22% auto auto -17%;
}

.image-56 {
  width: 3.7rem;
  max-width: none;
  margin-bottom: .1rem;
  position: static;
  inset: 13% auto auto -18%;
}

.image-57 {
  width: 6vw;
  max-width: none;
  position: absolute;
  inset: 17% auto auto -18%;
}

.image-58, .image-59 {
  width: 6vw;
  max-width: none;
  position: absolute;
  inset: 15% auto auto -18%;
}

.image-60 {
  width: 6vw;
  max-width: none;
  position: absolute;
  inset: 17% auto auto -17%;
}

.image-61 {
  width: 6vw;
  max-width: none;
  position: absolute;
  inset: 12% auto auto -15%;
}

.heading-32 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
  padding: 0;
  font-size: .9rem;
  line-height: 1.4rem;
}

.paragraph-14 {
  color: #fff9;
  text-align: center;
  width: 21ch;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  line-height: 1.3em;
}

.wu-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.image-63 {
  width: 100%;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.collection-list-wrapper-13 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch start;
  align-items: stretch;
  width: 100%;
  margin-left: 41px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.blog-card {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding: 22px;
  display: flex;
}

.heading-33 {
  color: var(--10004e);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.blog-h-div {
  height: auto;
  margin-top: 1.5rem;
}

.blog-p-div {
  height: auto;
  margin-bottom: 20px;
}

.paragraph-15 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.4em;
}

.blog-sharing-icons {
  padding-bottom: 20px;
}

.bottom-nav-bar {
  display: none;
}

.collection-item-9 {
  flex-flow: row;
  display: flex;
}

.dt-left-nav-bar {
  width: 190px;
  height: 100%;
  position: fixed;
}

.dropdown {
  display: none;
}

.blog-blog-home {
  text-decoration: none;
}

.rich-text-block-4 {
  color: #3333339e;
  font-size: 1.1rem;
  line-height: 1.7rem;
  text-decoration: none;
}

.rich-text-block-5 {
  color: #3333339e;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.rich-text-block-6 {
  color: #757575;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.rich-text-block-7 {
  color: #7c7c7c;
  font-size: 1.1rem;
  line-height: 1.7rem;
  text-decoration: none;
}

.paragraph-16 {
  text-align: center;
  margin-bottom: 31px;
  padding-left: 258px;
  padding-right: 258px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
}

.lottie-animation-20 {
  width: 170px;
  height: 170px;
  margin-bottom: -48px;
}

.newslwetter--section {
  background-color: #391c46;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 80px;
  display: flex;
}

.dt-blog-footer-div {
  width: 100%;
}

.heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40 {
  font-size: 2rem;
}

.mob-adv-div {
  background-color: #fafafa;
  background-image: linear-gradient(#fff, #f0f0f0);
  width: 27%;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: fixed;
  inset: 12% 0% 0% auto;
}

.text-block-65 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: 8px;
  width: 140px;
  padding: 7px;
  font-size: .8em;
  position: absolute;
  inset: -19% 0% 0% 56%;
}

.coming-soon-tag {
  background-color: var(--cyan);
  border-radius: 20px;
  padding: 8px 12px;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  position: static;
}

.collection-list-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: flex;
}

.image-68 {
  width: 100%;
  max-width: none;
  height: auto;
  display: inline-block;
}

.author-blog-home {
  grid-column-gap: 10px;
  align-items: center;
  height: auto;
  margin-top: -1px;
  margin-bottom: .6rem;
  display: flex;
}

.link-block-5 {
  width: 100%;
}

.mem-exclusive-content {
  text-decoration: none;
}

.asset-card {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.asset-card._99-business-name, .asset-card.car-rental-ui, .asset-card.startup-book {
  border-radius: 10px;
  margin-bottom: 30px;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.asset-title {
  font-family: Inter, sans-serif;
  font-size: 2.2em;
}

.exc-download-button {
  background-color: var(--black);
  border-radius: 200px;
  align-items: center;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.search-header-div {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search {
  flex: 1;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.search-input {
  border: 1.5px solid #0000004f;
  border-right-color: #0000004d;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  width: 60%;
  height: auto;
  margin-top: 9px;
  padding: 12px;
}

.search-button {
  background-color: #000;
  border: 1.5px solid #000;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: auto;
  padding: 12px;
  font-family: "Fa solid 900", sans-serif;
}

.image-70 {
  margin-top: 14px;
}

.link-67 {
  color: #000;
  width: auto;
  margin-left: 14px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
}

.filter-wrap {
  padding-left: 171px;
  padding-right: 171px;
}

.tabs-6 {
  flex-direction: column;
  display: flex;
}

.tab-link-graphics {
  background-color: #bebebe4d;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.tab-link-graphics.w--current {
  background-color: var(--blue);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-link-all-items {
  background-color: #bebebe4d;
  border-left: 0 solid #0003;
  border-right: .5px solid #0003;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tab-link-all-items.w--current {
  background-color: var(--blue);
  color: #fff;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.tab-link-design-templates {
  background-color: #bebebe4d;
  border-left: 0 solid #0003;
  border-right: .5px solid #0003;
}

.tab-link-design-templates.w--current {
  background-color: var(--blue);
  color: #fff;
}

.tab-link-business-assets {
  background-color: #bebebe4d;
  border-right: .5px solid #0003;
}

.tab-link-business-assets.w--current {
  background-color: var(--blue);
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.text-block-67, .text-block-68, .text-block-69 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.tabs-menu-5 {
  margin-bottom: 50px;
}

.blog-home-navlinks {
  color: var(--black);
  justify-content: space-around;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
}

.blog-home-navlinks.exc-content {
  color: var(--blue);
  font-size: 1rem;
  position: relative;
}

.blog-home-nav-links-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.image-71 {
  padding-top: 19px;
}

.blog-home-buttons-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.ipad-brand-logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.mob-blog-home-nav-bar {
  display: none;
}

.text-span-48 {
  font-size: 1em;
}

.link-68 {
  color: var(--cyan);
  font-size: 1em;
}

.logo-div-login {
  justify-content: center;
  display: flex;
}

.field-label-5, .field-label-6 {
  font-size: 1em;
}

.user-email-field, .user-password-field {
  border-radius: 6px;
}

.body-12, .body-13 {
  background-color: var(--midnight-blue-3);
  color: #fff;
  font-family: Inter, sans-serif;
}

.link-69, .link-70 {
  color: var(--cyan);
}

.page-wrapper-2 {
  align-items: center;
}

.link-71 {
  color: var(--cyan);
}

.user-email-field-2, .text-field-13, .user-password-field-2 {
  border-radius: 6px;
}

.bold-text-9 {
  color: var(--cyan);
  font-size: .5em;
}

.div-block-26 {
  grid-column-gap: 60px;
  flex-direction: row;
  display: flex;
}

.user-log-in-log-out {
  color: #030303;
  background-color: #0000;
  margin-left: 14px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
}

.separator-exc-content {
  opacity: .4;
  color: #000;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  text-decoration: none;
}

.gradient-heading {
  background-image: linear-gradient(to bottom, var(--orchid) 43%, var(--blue) 76%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.why-us {
  color: #fff;
  text-decoration: none;
}

.cookie {
  z-index: 2000;
  opacity: 1;
  background-color: #e3e3e3;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
  box-shadow: 0 0 19px 2px #8600827d;
}

.cookieconsentbanner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-block-71 {
  color: #ffffff80;
  display: none;
}

.close-cookie {
  background-color: #000;
  border-radius: .4rem;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1em;
}

.text-span-52 {
  padding-left: 5px;
  font-weight: 500;
}

.checkbox-label-4 {
  color: #a9a9a9;
  line-height: 1.3em;
}

.checkbox-field-2 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.2em;
}

.text-span-53, .link-72 {
  color: var(--cyan);
}

.image-79 {
  max-width: 8%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.checkbox-label-5 {
  color: #a1a1a1;
  font-size: 1em;
  text-decoration: none;
}

.div-block-27 {
  justify-content: center;
  display: flex;
}

.heading-46 {
  color: var(--cyan);
  text-align: center;
  width: 60%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.9rem;
}

.collection-list-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-size: 1.2em;
}

.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;
}

.heading-47 {
  margin-bottom: 20px;
  font-size: 3rem;
}

.form-block-4 {
  width: 80%;
  display: flex;
}

.form-4 {
  width: 100%;
}

.field-label-10, .field-label-11 {
  text-align: left;
}

.body-14 {
  background-color: var(--midnight-blue-3);
  padding: 0;
}

.social-media-hero {
  flex-direction: row;
  height: auto;
  margin-top: 100px;
  padding: 40px;
  display: none;
}

.sm-hero-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  display: flex;
}

.sm-hero-right {
  width: 50%;
  height: 100%;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 20px;
}

.heading-48 {
  color: #fff;
  max-width: 45ch;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  line-height: 1.5em;
}

.text-span-54 {
  background-color: var(--orchid);
  color: #fff;
  border-radius: 200px;
  padding: 5px 18px;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 600;
}

.text-span-55 {
  color: var(--white);
  max-width: 40ch;
  font-size: 2.5rem;
}

.paragraph-17 {
  width: 51ch;
  margin-bottom: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.image-80 {
  max-width: 110%;
}

.dt-sm-benifits-sec {
  background-color: var(--midnight-blue);
  display: none;
}

.dt-sm-ben-div {
  grid-row-gap: 40px;
  background-color: var(--black);
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.sm-ben-heading-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-49 {
  color: var(--cyan);
  text-align: center;
  width: auto;
  font-family: Inter, sans-serif;
  font-size: 2.8rem;
  display: none;
  position: static;
}

.paragraph-18 {
  text-align: center;
  width: 60ch;
  margin-bottom: 3px;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
}

.paragraph-18.scoial-p {
  width: 70ch;
}

.sm-ben-cards-div {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.sm-div-card {
  outline-color: var(--cyan);
  outline-offset: 0px;
  background-image: linear-gradient(134deg, #0000, #292929);
  border-radius: 20px;
  outline-width: 1.5px;
  outline-style: solid;
  width: 25vw;
  padding: 15px;
  position: relative;
}

.heading-50 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.heading-51 {
  opacity: .1;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 8vw;
  position: absolute;
  inset: 3% auto auto 6%;
}

.sm-pricing-section {
  background-color: var(--midnight-blue);
  padding-top: 40px;
  display: none;
}

.dm-pricing-heading {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sm-pricing-div {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.sm-plans-card {
  border-top: 10px solid var(--cyan);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 22vw;
  max-width: none;
  height: auto;
  padding-left: 0;
  display: flex;
  position: relative;
}

.sm-plans-card.starter-card {
  z-index: 999;
  width: 23vw;
  max-width: none;
  height: auto;
}

.sm-plans-card.business-card {
  width: 23vw;
  min-width: auto;
  max-width: none;
  height: auto;
}

.sm-plans-card.sm-starter-card-copy {
  z-index: 999;
  width: 23vw;
  max-width: none;
  height: auto;
}

.sm-plans-card.sm-starter-card {
  z-index: 999;
  width: 25vw;
  max-width: none;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.sm-plans-card.sm-pro-card {
  width: 25vw;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.sm-plan-name {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.sm-plan-name.is-home-plan-name {
  color: var(--black);
  text-align: center;
  width: 180px;
  height: 1.3em;
  margin-top: 25px;
  font-size: 2vw;
}

.sm-plan-name.is-home-plan-name-copy {
  color: var(--black);
  text-align: center;
  width: 180px;
  height: 1.3em;
  margin-top: 0;
  font-size: 2vw;
}

.text-span-56 {
  font-weight: 600;
}

.sm-info-pop-up-1-copy {
  z-index: 999;
  outline-offset: 0px;
  text-align: left;
  background-color: #ede5ff;
  border-radius: 5px;
  outline: 1px solid #3333;
  justify-content: center;
  align-items: center;
  width: 202px;
  height: 60px;
  padding: 11px;
  font-size: 10px;
  line-height: 15px;
  display: flex;
  position: absolute;
  inset: 28% 0% 53% 40%;
}

.sm-info-pop-up-1-copy.starter-info {
  background-color: var(--cyan);
  outline-offset: 0px;
  color: #000;
  border-radius: 4px;
  outline: 1px #3333;
  top: 26%;
}

.sm-info-pop-up-1-copy.sm-starter-info-copy {
  background-color: var(--cyan);
  outline-offset: 0px;
  color: #000;
  border-radius: 4px;
  outline: 1px #3333;
  display: none;
  top: 26%;
}

.sm--info-copy {
  color: var(--blue);
  cursor: help;
  margin-top: -1px;
  margin-left: 7px;
  font-family: "Fa 400", sans-serif;
  font-size: 13px;
  display: none;
  position: absolute;
}

.info-copy {
  color: var(--blue);
  cursor: help;
  margin-top: -1px;
  margin-left: 7px;
  font-family: "Fa 400", sans-serif;
  font-size: 13px;
  position: absolute;
}

.bold-text-10 {
  color: var(--10004e);
  font-weight: 700;
}

.bold-text-11 {
  color: var(--10004e);
}

.sm-features-wrap-copy {
  flex-direction: column;
  height: auto;
  padding-left: 1.1rem;
  padding-right: 1.3rem;
  display: flex;
}

.sm-features-wrap-copy.pro {
  margin-bottom: 18px;
  padding-left: 1.1rem;
  padding-right: 1.3rem;
}

.sm-features-wrap-copy.starter {
  align-items: flex-start;
  margin-bottom: 17px;
  padding-left: 1.1rem;
  padding-right: 1.3rem;
}

.sm-plans-sub-text-copy {
  color: #33333380;
  display: none;
}

.image-82 {
  opacity: .5;
  position: absolute;
  inset: 0% auto auto -6%;
}

.image-82.sm-pricing {
  left: -30%;
}

.sm-hero-heading, .sm-pricing-heading {
  position: relative;
}

.text-span-57 {
  padding-top: 8px;
  padding-left: 2px;
}

.button-copy {
  background-color: #5200ff;
  background-image: linear-gradient(to bottom, var(--purple), var(--blue));
  border-radius: 200px;
  width: 100%;
  height: 4em;
  margin-bottom: 14px;
  font-size: 1em;
  font-weight: 500;
}

.button-copy.hero-button {
  z-index: 999;
  clear: none;
  background-color: #4000c7;
  background-image: linear-gradient(to top, transparent, var(--blue) 82%);
  cursor: pointer;
  border-bottom: 0 #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-copy.hero-button:hover {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
}

.button-copy.hero-button:focus {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.button-copy.view-work-b {
  background-color: #000;
  background-image: none;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 4em;
  display: flex;
}

.button-copy.view-plans {
  background-image: linear-gradient(to bottom, var(--blue), #01000061);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 4em;
  display: flex;
}

.button-copy.plan-button {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 3.2rem;
  margin-top: 7.1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.button-copy.plan-button:hover {
  transform: scale3d(1.04, 1.04, 1.04);
}

.button-copy.plan-button.prof-button {
  border-radius: 200px;
  height: 4em;
  margin-top: 0;
  margin-bottom: 3em;
  font-size: 1em;
  font-weight: 500;
}

.button-copy.plan-button.starter-button {
  border-radius: 200px;
  margin-top: 0;
}

.button-copy.book-a-call-button {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.button-copy.book-a-call-button.dt {
  background-image: none;
  border-radius: 200px;
  width: 20vw;
  height: 4em;
}

.button-copy.signout-button {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.button-copy.upgrade-but-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.button-copy.nav-bar-button {
  width: 130px;
}

.button-copy.upload-assets {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 16px;
  display: flex;
}

.button-copy.view-inv0button {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.button-copy.take-me-back-home {
  text-align: center;
  align-items: center;
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.button-copy.ref-button {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.button-copy.subscribe-ad {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.button-copy.view-live-web-dt {
  background-image: linear-gradient(to bottom, var(--blue), #00f0ffc4);
  text-align: center;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.5em;
  margin-top: .25em;
  margin-bottom: .25em;
  padding-left: 87px;
  padding-right: 87px;
  font-size: 1.5vw;
  font-weight: 500;
  display: flex;
}

.button-copy.view-live-web-dt.subscribe--to-nl {
  width: 22vw;
  font-size: 1.2em;
}

.button-copy.request-demo {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}

.button-copy.log-out {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.4em;
  margin-top: 14px;
  margin-left: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Inter, sans-serif;
  display: flex;
}

.button-copy.social-hero-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.text-span-58 {
  background-color: var(--cyan);
  color: var(--black);
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  height: 12px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0 9px;
  font-size: .5rem;
  font-weight: 600;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: -69% -8% auto auto;
}

.text-span-60 {
  color: #fff;
  text-decoration: none;
}

.body-15 {
  background-color: #181818;
  background-image: url('../images/web25-hero-bg-img.png');
  background-size: cover;
  background-attachment: fixed;
}

.section-2 {
  height: 100vh;
}

.faq-sections {
  height: 100vh;
  display: none;
}

.text-span-61 {
  position: relative;
}

.plans-cards-ye {
  grid-column-gap: 1rem;
  justify-content: center;
  width: 100%;
  max-width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.yearly-card {
  background-color: #fff0;
  background-image: linear-gradient(143deg, #0e0e0e4a, #2e2e2e00 50%);
  border: 1px solid #fff3;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  width: 33%;
  padding: 1.5rem .8rem 2rem;
  display: flex;
  position: relative;
}

.yearly-card.without-offer {
  display: none;
}

.yearly-card.limited-offer {
  display: flex;
}

.yearly-card.professional {
  filter: saturate(150%);
  background-image: radial-gradient(circle at 50% 0, #4e4563, #2e2e2e3b 38%);
  border-color: #fff3;
  padding-left: .8rem;
  padding-right: .8rem;
}

.plan-name-div {
  margin-bottom: .2rem;
}

.heading-52 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #f4b9af 33%, #d469c3 69%, #6b30ee);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2rem;
}

.heading-52.business {
  background-color: #fff;
  background-image: none;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.heading-52.starter {
  background-color: #fff;
  background-image: none;
  font-size: 1.6rem;
}

.heading-52.profesisona {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-size: 1.6rem;
}

.billed-yearly-text {
  color: #000;
  background-color: #ffd600;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2em;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 2px .5rem;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
}

.features-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.elegant-ui-ux-design {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.text-block-74 {
  clear: none;
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 1rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

.free-hosting {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

._1-page-website {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: .5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.feature {
  clear: none;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.text-span-62 {
  color: var(--blue);
  font-size: .9rem;
}

.span-purple {
  color: var(--2024-col-2);
  font-family: Inter, sans-serif;
  font-size: .6rem;
  font-weight: 500;
}

.span-purple.extra {
  color: var(--silver);
}

.div-block-32 {
  color: red;
  background-color: red;
  width: 6rem;
  height: 1.5px;
}

.line-cross {
  color: red;
  background-color: red;
  width: 8rem;
  height: 2px;
  margin-top: 6px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 13% 0% 0% 0;
  transform: rotate(13deg);
}

.line-cross._2nd {
  width: 8rem;
  height: 2px;
  transform: rotate(-13deg);
}

.line-cross._2nd.pc {
  display: none;
}

.line-cross._2 {
  transform: rotate(-13deg);
}

.button-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.search-2 {
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.search-input-2 {
  border-radius: 200px 0 0 200px;
  height: 3.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.search-input-3 {
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  height: 3.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.search-button-2 {
  background-color: var(--silver);
  color: var(--silver);
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  height: 3.5rem;
}

.heading-53 {
  color: var(--blue);
  font-size: 1.6rem;
}

.body-16 {
  background-color: #ececec;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

.container-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 90%;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: flex;
}

.text-span-63 {
  padding-left: 1rem;
  font-weight: 400;
}

.body-17 {
  background-color: #221728;
}

.transition {
  z-index: 20000;
  object-fit: cover;
  width: auto;
  height: 100%;
  position: sticky;
  inset: 0%;
}

.lottie-animation-22 {
  color: var(--orchid);
  mix-blend-mode: screen;
  width: auto;
  height: 100%;
  position: static;
  inset: 0%;
}

.section-3 {
  height: 100vh;
  position: relative;
}

.faq-section {
  background-color: #0e0e0e;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 3rem 2rem 3rem 50px;
  display: flex;
}

.faq-header-div {
  text-align: left;
  width: 50%;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.div-block-33 {
  flex-direction: row;
  display: flex;
}

.link-73 {
  color: #ffffff80;
  text-decoration: none;
}

.terms-div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  display: flex;
}

.social-media {
  color: #fff;
  text-decoration: none;
}

.link-74, .link-75, .link-76, .link-77 {
  color: var(--cyan);
}

.text-block-75 {
  color: #6d6d6d;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-block-75.last {
  margin-bottom: 3.2rem;
}

.text-span-65 {
  font-size: .8rem;
}

.div-block-34, .div-block-34-copy {
  width: 100%;
}

.separator-blog {
  width: 100%;
  height: 2rem;
}

.body-18 {
  background-color: #180024;
}

.order-form-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 10rem 3rem 4rem 5rem;
  display: flex;
}

.form-div {
  width: 100%;
  height: 100%;
}

.slider-2 {
  background-color: #00000069;
  border-radius: 2rem;
  height: 100%;
}

.right-arrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 3rem;
  height: 3rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: block;
  inset: auto 2rem 2rem auto;
  overflow: hidden;
}

.icon-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.left-arrow {
  width: 3rem;
  height: 3rem;
  inset: auto auto 2rem 2rem;
}

.q-wrap {
  background-color: #fff0;
  border-radius: 1rem;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 5rem;
  padding-left: 0;
}

.form-5 {
  height: 100%;
  padding-right: 2rem;
}

.slider-3 {
  background-color: #ddd0;
  height: 100%;
}

.name-field {
  outline-offset: 0px;
  color: #fff;
  background-color: #00000080;
  border: 1px solid #ffffff3b;
  border-radius: .5rem;
  outline: 3px #fff;
  width: 22rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.heading-54 {
  color: #d1a4f0;
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.tell-us-about-you {
  color: #d1a4f0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.tell-us-about-you.website-structure {
  margin-bottom: .5rem;
}

.color-label {
  outline-offset: 0px;
  background-image: linear-gradient(44deg, #c0f, #50f);
  border-radius: 200px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.2rem;
  display: flex;
  position: relative;
}

.inside {
  background-color: #1b0027;
  border-radius: 200px;
  width: 98%;
  height: 95%;
  padding: 0;
  position: absolute;
}

.text-block-76 {
  color: #e6a9fc;
  text-align: center;
  letter-spacing: -.7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.right-arrow-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 7rem;
  height: 2.7rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 0% 278px;
}

.next-step {
  outline-offset: 0px;
  background-image: linear-gradient(44deg, #c0f, #50f);
  border-radius: .5rem;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.7rem;
  display: flex;
  position: static;
}

.next-step.back {
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
  margin-left: 0;
}

.slide-7 {
  height: 100%;
}

.mask-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
}

.form-block-5 {
  height: 100%;
}

.nt-inside {
  background-color: #2e0042;
  border-radius: .4rem;
  width: 97%;
  height: 93%;
  padding: 0;
  position: absolute;
}

.nt-inside:hover {
  background-color: #37024e;
}

.slide-nav {
  opacity: .29;
  justify-content: center;
  align-items: center;
  width: 10rem;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
  inset: auto 0% -10%;
}

.text-span-66 {
  padding-left: .3rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.left-arrow-2 {
  display: block;
}

.slide-1 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.name-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.contact-info-div {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-wrap {
  flex-flow: column;
  display: flex;
}

.label-field {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.text-span-67 {
  color: red;
}

.paragraph-21 {
  color: #acacac;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
}

.checkbox-field-4 {
  background-color: #00000080;
  border-radius: 1rem;
  flex-flow: column;
  width: 16rem;
  height: 13rem;
  margin-bottom: 0;
  padding: .8rem;
  display: flex;
  position: relative;
}

.checkbox-label-6 {
  z-index: 1000;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 1rem 0% auto;
}

.checkbox-2 {
  z-index: 1000;
  background-color: #0000;
  border-style: none;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 2rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox-2:hover, .checkbox-2:active {
  border-style: solid;
  border-color: #e6a9fc;
}

.checkbox-2.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #e6a9fc;
}

.heading-55 {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-22 {
  text-align: center;
  flex: 0 auto;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.text-span-68 {
  color: #e6a9fc;
  margin-bottom: .5rem;
  font-family: "Fa 400", sans-serif;
  font-size: 2rem;
}

.text-block-77 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e487f7, #4c00ff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 3rem;
  display: inline-flex;
}

.form-heading {
  color: #d1a4f0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
}

.form-heading.website-structure {
  margin-bottom: .5rem;
  font-size: 2.2rem;
}

.div-block-35 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.checl-boxes-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  height: auto;
  display: flex;
}

.left-arrow-2-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 7.3rem;
  height: 2.7rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  inset: auto auto 0% 45%;
}

.mask-1 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
}

.mask-1._2 {
  padding-left: 0;
}

.checkbox-label-7 {
  z-index: 1000;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 1rem 0% auto;
}

.nt-inside-2 {
  background-color: #2e0042;
  border-radius: .4rem;
  width: 98%;
  height: 93%;
  padding: 0;
  position: absolute;
}

.nt-inside-2:hover {
  background-color: #37024e;
}

.form-block-6 {
  height: 100%;
}

.inside-2 {
  background-color: #1b0027;
  border-radius: 200px;
  width: 98%;
  height: 94%;
  padding: 0;
  position: static;
}

.text-span-70 {
  color: red;
}

.slide-2-div {
  display: flex;
}

.text-span-71 {
  padding-left: .3rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.left-arrow-2-copy-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 7.3rem;
  height: 2.7rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  inset: auto auto 0% 70%;
}

.submit {
  z-index: 999;
  outline-offset: 0px;
  background-image: linear-gradient(44deg, #c0f, #50f);
  border-radius: .5rem;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.7rem;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-15 {
  max-width: 80%;
}

.label-field-2 {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.next-step-2 {
  z-index: 2000;
  outline-offset: 0px;
  background-image: linear-gradient(44deg, #c0f, #50f);
  border-radius: .5rem;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 2.7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.next-step-2.back {
  background-image: linear-gradient(#ffffff1c, #ffffff1c);
  margin-left: 0;
}

.slider-4 {
  background-color: #ddd0;
  height: 100%;
}

.slide-2-twxt-wrap {
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.name-div-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  margin-top: 2rem;
  margin-bottom: 1rem;
  display: flex;
}

.order-form-section-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10rem 0 4rem;
  display: flex;
}

.text-block-78 {
  color: #e6a9fc;
  text-align: center;
  letter-spacing: -.7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 500;
  display: flex;
  position: absolute;
}

.link-78 {
  color: #00f0ff;
}

.form-6 {
  height: 100%;
  padding-right: 2rem;
}

.field-wrap-2 {
  flex-flow: column;
  display: flex;
}

.slide-nav-2 {
  opacity: .29;
  justify-content: flex-start;
  align-items: center;
  width: 10rem;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
  inset: auto 0% 0%;
}

.paragraph-23 {
  color: #acacac;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.paragraph-23.last-info {
  width: 60rem;
  margin-bottom: 1rem;
}

.checl-boxes-wrap-2 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  display: flex;
}

.checkbox-4 {
  z-index: 5000;
  background-color: #0000;
  border-style: none;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-top: 2rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.checkbox-4:hover {
  border-style: solid;
  border-color: #e6a9fc;
}

.checkbox-4:active {
  background-color: #0000;
  border-style: solid;
  border-color: #e6a9fc;
}

.checkbox-4.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-style: solid;
  border-color: #e6a9fc;
}

.checkbox-4.w--redirected-focus, .checkbox-4.w--redirected-focus-visible {
  background-color: #0000;
}

.q-wrap-2 {
  background-color: #fff0;
  border-radius: 1rem;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  padding-left: 0;
}

.paragraph-24 {
  flex-flow: row;
  display: flex;
}

.koala-div {
  height: 100%;
  padding: 0 127px 127px;
}

.color-label-2 {
  outline-offset: 0px;
  background-image: linear-gradient(44deg, #c0f, #50f);
  border-radius: 200px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 2.2rem;
  display: flex;
  position: relative;
}

.text-block-79 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e487f7, #4c00ff);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 3rem;
  display: inline-flex;
}

.success-message-2 {
  background-color: #ddd0;
  height: auto;
  padding: 0;
}

.checkbox-field-5 {
  background-color: #00000080;
  border-radius: 1rem;
  flex-flow: column;
  width: 13rem;
  height: 13rem;
  margin-bottom: 0;
  padding: .8rem .5rem;
  display: flex;
  position: relative;
}

.form-heading-2 {
  color: #d1a4f0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
}

.form-heading-2.website-structure {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 2rem;
}

.slide-9 {
  height: 100%;
  position: absolute;
}

.name-field-2 {
  outline-offset: 0px;
  color: #fff;
  background-color: #00000080;
  border: 1px solid #ffffff3b;
  border-radius: .5rem;
  outline: 3px #fff;
  width: 22rem;
  height: 3rem;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.paragraph-25 {
  text-align: center;
  flex: 0 auto;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.slide-10 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.checkbox-label-8 {
  color: #ffffff61;
  width: 66%;
  font-size: .7rem;
}

.right-arrow-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 7rem;
  height: 2.7rem;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.contact-info-div-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkbox-field-6 {
  margin-top: .8rem;
}

.spline-div {
  width: 100%;
  height: 100%;
}

.spline-scene {
  filter: brightness(200%);
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-83 {
  filter: contrast(0%) grayscale() brightness(200%);
  width: 1.8rem;
}

.code-embed-2 {
  border-radius: .5rem;
  width: 100%;
  margin-top: 1.5rem;
  display: flex;
  box-shadow: 0 2px 60px -2px #dd8eff66;
}

.navbar-7 {
  display: none;
}

.emoticon {
  margin-right: .4rem;
}

.text-span-73, .text-span-74 {
  margin-right: .3rem;
}

.container-17 {
  max-width: 1060px;
}

.review-info {
  flex-flow: column;
  justify-content: space-between;
  height: 33.33%;
  margin-top: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.review-info.elena {
  margin-top: 3.4rem;
}

.review-info.crystal {
  margin-top: 3rem;
}

.review-info.bassem {
  margin-top: 1rem;
}

.review-info.ryan {
  margin-top: 3.4rem;
}

.slide-nav-3 {
  display: none;
}

.left-arrow-3 {
  justify-content: flex-start;
  align-items: center;
  width: 2rem;
  margin-left: 118.82px;
  display: flex;
  inset: -16% 0% auto 253px;
}

.reviewer-img {
  background-image: url('../images/Milan-Jeglik.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
  position: static;
}

.reviewer-img.elena {
  background-image: url('../images/Elena-icons8_1Elena-icons8.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.mia {
  border: 1px solid var(--white);
  background-image: url('../images/Mia-Stalder.jpeg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.ryan {
  background-image: url('../images/Ryan-Jacobson.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.crystal {
  background-image: url('../images/Crystal.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.mario {
  background-image: url('../images/Mario-oremusz.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.bassem {
  background-image: url('../images/Bassem.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.maria {
  background-image: url('../images/Maria.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 200px;
  width: 5rem;
  height: 5rem;
}

.reviewer-img.eva {
  background-image: url('../images/Eva-Vivat.png');
}

.reviewer-img.milan {
  margin-right: 1rem;
}

.rev-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 0;
  padding-right: 19px;
  display: flex;
}

.slider-5 {
  border: 1px solid var(--2024-col-3);
  opacity: 1;
  color: #222;
  background-color: #181818;
  background-image: linear-gradient(131deg, #0000008f, #181818);
  border-radius: 1.4rem;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 85%;
  height: auto;
  padding-top: .4rem;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 20px 1px #f8f8f82e;
}

.paragraph-26 {
  width: 46ch;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.rev2 {
  color: #fff;
  background-color: #05050500;
  height: 100%;
}

.review-wrap {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 0;
  display: flex;
}

.rev-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 50px;
  display: flex;
}

.review-div {
  height: auto;
  margin-top: .5rem;
}

.heading-56 {
  z-index: 1000;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  line-height: 40px;
  position: relative;
}

.reviewer-info-wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  display: flex;
}

.image-87 {
  outline-offset: 0px;
  border-radius: 200px;
  outline: 2px solid #fff;
  width: 4rem;
}

.rev-but-clutch {
  cursor: pointer;
  background-color: #5200ff;
  background-image: url('../images/clutch-reviews.webp'), linear-gradient(#860082, #5200ff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  width: 8rem;
  height: 3.5em;
  margin-bottom: 0;
  padding-left: .3rem;
  padding-right: .5rem;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-90 {
  margin-right: 0;
}

.review-info-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.quote-div {
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.right-arrow-4 {
  justify-content: flex-end;
  align-items: center;
  width: 2rem;
  margin-left: .5rem;
  display: flex;
  inset: -16% 0% auto auto;
}

.text-block-80 {
  color: #fff;
  padding-left: .2rem;
  font-size: .6rem;
  display: flex;
}

.rev-location-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
}

.image-38-copy {
  z-index: 1;
  opacity: .68;
  position: absolute;
  inset: -23% auto auto -5%;
}

.paragraph-27 {
  margin-bottom: .5rem;
  font-size: .8rem;
  line-height: 20px;
}

.image-85 {
  width: auto;
  margin-left: 2.9rem;
  font-size: 14px;
}

.review-button {
  background-color: #5200ff;
  background-image: linear-gradient(#860082, #5200ff);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 4em;
  margin-bottom: 14px;
  font-size: 1em;
  font-weight: 500;
  display: flex;
}

.rev-wrap {
  color: #000;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  padding: .8rem 2rem;
  display: flex;
}

.heading-57 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.1rem;
  line-height: 20px;
}

.image-86 {
  opacity: .25;
  width: 6rem;
}

.review-par {
  color: #fff;
  width: 90%;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.6rem;
}

.review-par.crystal {
  margin-top: 9px;
  padding-bottom: 0;
}

.reviews-section {
  background-color: #111;
  background-image: radial-gradient(circle farthest-side at 0%, #622f7f45, #0e0e0e);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 3rem;
  display: flex;
}

.image-89 {
  border-radius: 200px;
  width: 1.4rem;
}

.text-block-81 {
  color: gray;
  font-size: .8rem;
}

.mask-3, .rev1 {
  height: auto;
}

.rev-heading {
  z-index: 1;
  position: relative;
}

.image-88 {
  width: 6rem;
}

.paragraph-28 {
  width: 46ch;
  padding-top: .7rem;
  padding-bottom: .7rem;
}

.heading-58 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 40px;
}

.image-91 {
  outline-offset: 0px;
  border-radius: 200px;
  outline: 2px solid #fff;
  width: 4rem;
}

.right-arrow-5 {
  justify-content: flex-end;
  align-items: center;
  width: 2rem;
  display: flex;
  inset: -16% 0% auto auto;
}

.text-block-82 {
  color: #fff;
  padding-left: .2rem;
  font-size: .6rem;
  display: flex;
}

.paragraph-29 {
  margin-bottom: .5rem;
  font-size: .8rem;
  line-height: 20px;
}

.image-92 {
  width: auto;
  margin-left: 2.9rem;
  font-size: 14px;
}

.heading-59 {
  color: #fff;
  margin-top: 0;
  margin-bottom: .2rem;
  font-size: 1.1rem;
  line-height: 20px;
}

.image-93 {
  opacity: .25;
  width: 6rem;
}

.image-94 {
  border-radius: 200px;
  width: 1.4rem;
}

.text-block-83 {
  color: gray;
  font-size: .8rem;
}

.image-95 {
  width: 6rem;
}

.section-5 {
  display: none;
}

.quote-img {
  opacity: .48;
  background-image: url('../images/rev-quotes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8rem;
  height: 7rem;
  display: flex;
  position: absolute;
  inset: 0% 4% auto auto;
}

.stars-div {
  background-image: url('../images/5-Starts.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5.4rem;
  height: 1rem;
}

.wu-card-l1 {
  grid-column-gap: 2rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 125px;
  padding-right: 125px;
  display: flex;
}

.wu-card-l1._1 {
  display: flex;
}

.wu-card-l2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-37, .features-h {
  position: relative;
}

.text-span-75 {
  color: #ecc2ff;
}

.link-79 {
  color: var(--cyan);
  cursor: pointer;
}

.services-nav {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 5px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.services-nav.blog-link {
  color: var(--midnight-blue);
  font-size: 16px;
  font-weight: 600;
}

.services-nav.blog-link:hover {
  color: var(--blue);
}

.services-nav.resource {
  margin-left: 20px;
}

.service-div {
  z-index: 12000;
  background-color: var(--white);
  opacity: .97;
  border-radius: 10px;
  order: -1;
  justify-content: center;
  align-items: flex-start;
  width: 40vw;
  height: 41vh;
  margin-top: 1.5em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  inset: 98% 0% 0% 41%;
  overflow: hidden;
}

.lottie-animation-17-copy {
  cursor: pointer;
  width: 58px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-toggle-2 {
  padding-right: 23px;
  display: inline-block;
}

.icon-6 {
  color: #ffffff80;
}

.dropdown-link {
  color: var(--midnight-blue);
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.dropdown-list {
  width: 40vh;
}

.dropdown-list.w--open {
  z-index: 30000;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  direction: ltr;
  background-color: #fff;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 1.5rem 0 1rem;
  display: flex;
}

.social-media-nav {
  color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.social-media-nav.social {
  color: var(--midnight-blue);
  display: block;
}

.social-media-nav.social.w--current {
  display: block;
}

.ser-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 27rem;
  margin-bottom: 20px;
  padding-left: 2rem;
  text-decoration: none;
  display: flex;
}

.ser-div:hover {
  color: var(--blue);
}

.link-block-7 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-96 {
  width: 3.2rem;
}

.ser-icon {
  background-color: #e6e6e6;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.5rem;
  margin-right: .6rem;
  display: flex;
}

.lottie-animation-24 {
  width: 100%;
  height: 100%;
}

.website-building-lottie-animation {
  width: 4rem;
  height: 4rem;
  display: none;
}

.website {
  width: auto;
  height: auto;
}

.website-hero {
  width: 20rem;
  height: 20rem;
}

.heading-60 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 30px;
  text-decoration: none;
}

.heading-60:hover {
  color: var(--blue);
}

.social-media-influencer {
  width: auto;
  height: auto;
}

.soon-tag {
  background-color: var(--cyan);
  text-align: center;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding-left: .3rem;
  padding-right: .3rem;
  font-size: .6rem;
  line-height: 16px;
  display: inline-flex;
  position: absolute;
  top: -18px;
  right: 81.8359px;
}

.our-work-cta-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.case-study-but {
  background-color: #000;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  height: auto;
  margin-bottom: 0;
  padding: .9rem 2rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  box-shadow: 0 2px 10px 1px #ffffff05;
}

.case-study-but.hero-button {
  z-index: 999;
  clear: none;
  background-color: #4000c7;
  background-image: linear-gradient(to top, transparent, var(--blue) 82%);
  cursor: pointer;
  border-bottom: 0 #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.case-study-but.hero-button:hover {
  background-image: linear-gradient(to bottom, var(--blue), var(--blue));
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #fff;
}

.case-study-but.hero-button:focus {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.case-study-but.view-work-b {
  background-color: #000;
  background-image: none;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 4em;
  font-size: 1rem;
  display: flex;
}

.case-study-but.view-plans {
  background-image: linear-gradient(to bottom, var(--blue), #01000061);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 4em;
  font-size: 1rem;
  display: flex;
}

.case-study-but.plan-button {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 3.2rem;
  margin-top: 5.8rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.case-study-but.plan-button:hover {
  transform: scale3d(1.04, 1.04, 1.04);
}

.case-study-but.plan-button.prof-button {
  border-radius: 200px;
  height: 4em;
  margin-top: 0;
  margin-bottom: 3em;
  font-size: 1em;
  font-weight: 500;
}

.case-study-but.plan-button.starter-button {
  border-radius: 200px;
  margin-top: 0;
}

.case-study-but.plan-button.premium {
  margin-top: 1rem;
  margin-bottom: 0;
}

.case-study-but.book-a-call-button {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.case-study-but.book-a-call-button.dt {
  background-image: none;
  border-radius: 200px;
  width: 20vw;
  height: 4em;
}

.case-study-but.signout-button {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  margin-left: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  display: flex;
}

.case-study-but.upgrade-but-div {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.case-study-but.nav-bar-button {
  width: 130px;
}

.case-study-but.upload-assets {
  justify-content: center;
  align-items: center;
  width: 350px;
  margin-top: 16px;
  display: flex;
}

.case-study-but.view-inv0button {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.case-study-but.take-me-back-home {
  text-align: center;
  align-items: center;
  width: auto;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.case-study-but.ref-button {
  background-color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 50px;
  font-size: 16px;
  display: flex;
}

.case-study-but.subscribe-ad {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.case-study-but.view-live-web-dt {
  background-image: linear-gradient(to bottom, var(--blue), #00f0ffc4);
  text-align: center;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.5em;
  margin-top: .25em;
  margin-bottom: .25em;
  padding-left: 87px;
  padding-right: 87px;
  font-size: 1.5vw;
  font-weight: 500;
  display: flex;
}

.case-study-but.view-live-web-dt.subscribe--to-nl {
  width: 22vw;
  font-size: 1.2em;
}

.case-study-but.request-demo {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 40px;
  display: flex;
}

.case-study-but.log-out {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.4em;
  margin-top: 14px;
  margin-left: 20px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Inter, sans-serif;
  display: flex;
}

.case-study-but.social-hero-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-family: Inter, sans-serif;
  font-size: 1.2em;
  display: flex;
}

.case-study-but.search {
  background-color: var(--silver);
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: auto;
  height: 3.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1.2rem;
}

.resources-dropdown-list {
  width: 40vh;
}

.resources-dropdown-list.w--open {
  z-index: 12000;
  background-color: #fff;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 1rem 3rem 0 0;
  display: flex;
  right: -281.414px;
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-text-nav {
  color: var(--black);
  width: 40ch;
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
}

.body-19 {
  background-color: #121212;
  background-image: url('../images/web25-hero-bg-img.png');
  background-position: 50% 15%;
  background-size: cover;
  background-attachment: fixed;
}

.cs-hero-section {
  background-color: var(--10004e);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(337deg, #1c171d99, #000 47%, #000000e3);
  background-clip: border-box;
  border: 1px solid #ffffff8a;
  border-radius: 1rem;
  height: auto;
  margin-top: 10rem;
  margin-bottom: 4rem;
  padding: 2rem;
  position: relative;
}

.cs-hero-navigation-wrap {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  display: flex;
}

.container-18 {
  mix-blend-mode: normal;
  max-width: 88%;
}

.home-icon-cs {
  opacity: .3;
  filter: brightness(200%) contrast(200%) invert();
  width: 1rem;
  margin-bottom: .2rem;
}

.text-block-84 {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
}

.text-block-85 {
  color: #ffffffb3;
  margin-right: 0;
  font-size: .8rem;
  text-decoration: none;
}

.heading-61 {
  color: var(--white);
  width: 80%;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.div-block-39 {
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ball-effect-1 {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.ball-effect-2 {
  border: 1px none var(--cyan);
  opacity: 1;
  filter: blur(20px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #3c00ff0f;
  background-clip: padding-box;
  border-radius: 200px;
  width: 50%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-40 {
  width: 1rem;
  height: 1rem;
}

.code-embed-3 {
  border: 1px solid #ffffff80;
  border-radius: 1rem;
}

.text-span-76 {
  color: var(--cyan);
  -webkit-text-stroke-color: var(--cyan);
  font-family: "Fa solid 900", sans-serif;
  text-decoration: none;
}

.paragraph-30 {
  margin-top: -.2rem;
  margin-bottom: 0;
  text-decoration: none;
}

.heading-62 {
  color: var(--e6afff);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(96deg, #f09d8e, #ec88a5 36%, #d469c3 76%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-top: .5rem;
  font-family: Inter, sans-serif;
  font-size: 2rem;
}

.cs-par {
  color: #ffffffb3;
  margin-bottom: 1.2rem;
  padding-left: 0;
  padding-right: 16px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.cs-par._2 {
  width: 90%;
}

.cs-par.cs-review {
  padding-right: 0;
}

.cs-par._3 {
  width: 90%;
  margin-bottom: 2rem;
}

.cs-context-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.cs-card {
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(310deg, #6c6a794d, #fff0 64%);
  background-clip: padding-box;
  border: 1px solid #ffffff80;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  height: 70vh;
  padding-top: 0;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.cs-card.prject-overview {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.cs-card.deliverables {
  background-image: linear-gradient(310deg, #6c6a794d, #fff0 64%);
  width: 100%;
  padding: 1rem 1rem 1rem 1.5rem;
}

.cs-card.vert {
  border-style: none;
  border-radius: 0;
  width: 100%;
  padding: 2rem;
}

.cs-card.ipad {
  background-image: linear-gradient(310deg, #6c6a794d, #fff0 64%);
  height: auto;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.div-block-41 {
  background-color: #0000;
  background-image: linear-gradient(39deg, #0000, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 1rem;
  padding: 1.2rem 2rem 1.2rem 1.5rem;
  display: flex;
  position: relative;
}

.review {
  width: 80%;
}

.rev-info {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.rev-name {
  flex-flow: column;
  display: flex;
}

.heading-63 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 30px;
}

.div-block-42 {
  flex-flow: row;
  display: flex;
}

.rev-info-wrap {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.cs-hero-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.cs-left {
  width: 50%;
}

.cs-tag {
  color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1rem;
  padding: 1rem .7rem;
  display: flex;
}

.text-block-86 {
  font-size: .7rem;
}

.quote-img-cs {
  opacity: .48;
  background-image: url('../images/rev-quotes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 8rem;
  height: 7rem;
  display: flex;
  position: absolute;
  inset: 0% 4% auto auto;
}

.cs-left-mob {
  width: 50%;
  display: none;
}

.text-block-85-copy {
  color: #ffffffb3;
  margin-right: 0;
  font-size: .8rem;
  text-decoration: none;
  display: none;
}

.text-block-84-copy {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  display: none;
}

.cx-pain-point {
  outline-offset: 0px;
  background-image: url('../images/Pain-Point-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  outline: 3px #fff;
  width: auto;
  height: auto;
  padding: 8.8rem 10.5rem;
  display: none;
  position: absolute;
  inset: -28% 2% auto auto;
}

.blog-home-icon {
  opacity: .3;
  width: 8rem;
}

.blog-home-icon-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1rem;
  text-decoration: none;
  display: flex;
}

.hero-heading {
  opacity: 1;
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffb1f5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1em;
  display: none;
}

.faq-wrap {
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.faq-wrap-2 {
  border: 1px solid var(--2024-col-2);
  background-color: #2220;
  background-image: linear-gradient(307deg, #161616, #fff0);
  border-radius: .3rem;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 0;
  display: flex;
}

.faq-q-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 2rem;
  display: flex;
}

.heading-7 {
  color: #fff;
  width: 37ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.7rem;
}

.question-2 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1rem;
}

.lottie-animation-25 {
  filter: brightness(200%) contrast(200%);
  cursor: pointer;
  width: 1.5rem;
}

.faq-a-wrap {
  padding-bottom: .5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.paragraph-7 {
  color: #ffffffb3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  font-size: .9rem;
  line-height: 1.4rem;
  display: block;
}

.text-span-77 {
  color: var(--e6afff);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 31%, #d469c3 68%, #6b30ee);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-78 {
  color: #fff;
}

.text-span-79, .text-span-80 {
  color: #fff;
  font-weight: 700;
}

.cs-quatro {
  width: 50%;
}

.cs-quatro.results {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-43 {
  flex-flow: row;
  display: flex;
}

.result-quatro-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

.q-grid-card {
  background-color: #13131300;
  background-image: linear-gradient(309deg, #0000, #6c6a794d 0%, #fff0);
  border: 1px solid #acacac;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 1rem;
  display: flex;
}

.heading-64 {
  color: var(--cyan);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 32%, #d469c3 73%, #6b30ee);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 2.3rem;
}

.cs-par-result {
  color: #ffffffb3;
  text-align: center;
  margin-bottom: 1.2rem;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 24px;
}

.cs-par-result._2 {
  width: 90%;
}

.cs-par-result.cs-review {
  padding-right: 0;
}

.div-block-44 {
  background-image: linear-gradient(11deg, #6c6a794d, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1rem;
  width: 100%;
  padding: 1rem 1rem 2rem 1.5rem;
}

.tick {
  color: var(--cyan);
}

.google-console-ss {
  background-image: url('../images/Screenshot-2024-10-02-at-13.03.24.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1rem;
  height: 22.2rem;
}

.paragraph-31 {
  margin-bottom: 1rem;
  font-size: .9rem;
}

.image-97 {
  border-radius: .4rem;
}

.but-2024 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  filter: saturate(154%);
  text-align: center;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .8rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.but-2024:hover {
  background-image: linear-gradient(277deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.but-2024.reviews {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.but-2024.hero {
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.but-2024.nav-but {
  padding-left: 0;
  padding-right: 0;
}

.but-2024.package-but {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.but-2024.package-but-pro {
  width: 90%;
}

.but-2024.package-but-pro.professioanl {
  filter: saturate(120%);
}

.but-2024.case-studies {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.but-2024.case-study-but {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.but-2024.case-study {
  width: 100%;
  font-size: .8rem;
}

.but-2024.case-study-secondary {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  font-size: .8rem;
}

.image-98 {
  vertical-align: baseline;
  display: block;
  position: absolute;
  overflow: hidden;
}

.link-block-8 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2 {
  background-color: #3898ec00;
}

.text-span-81 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 32%, #d469c3 64%, #6b30ee);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-82 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 33%, #d469c3 70%, #6b30ee);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-84 {
  filter: saturate(150%);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 29%, #d469c3 71%, #6c30ee);
  -webkit-background-clip: text;
  background-clip: text;
}

.navbar-8 {
  z-index: 2000;
  background-color: #ddd0;
  height: 9rem;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.mark-card {
  background-color: #fff0;
  background-image: linear-gradient(143deg, #0e0e0e4a, #2e2e2e00 50%);
  border: 1px solid #fff3;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
  position: relative;
}

.mark-card.without-offer {
  display: none;
}

.mark-card.limited-offer {
  display: flex;
}

.mark-card.professional {
  filter: saturate(150%);
  background-image: radial-gradient(circle at 50% 0, #4e4563, #2e2e2e3b 38%);
  border-color: #fff3;
}

.marketing-description {
  color: #fff6;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  display: flex;
}

.marketing-description.business, .marketing-description.starter {
  background-color: #fff;
  background-image: none;
}

.marketing-description.profesisona {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.marketing-plans-sections-copy {
  background-color: #181818d9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 11rem;
  padding-bottom: 5rem;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
}

.text-span-85 {
  color: #fff;
}

.text-span-86 {
  -webkit-text-stroke-color: #fff;
}

.sm-faq-section {
  background-color: #0e0e0e;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 3rem 2rem;
  display: flex;
}

.link-80 {
  border: 1px #000;
  text-decoration: none;
}

.pain-points-section {
  display: none;
}

.link-81, .link-82 {
  color: var(--cyan);
}

.code-embed-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-65 {
  color: #3381ff;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 42px;
}

.text-span-87 {
  color: #3381ff;
  text-align: justify;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 0%;
}

.text-span-87.span-style {
  font-size: 25px;
}

.jobs-div {
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-87 {
  color: #32312fb3;
  border-bottom: 1px solid #0000004d;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 34px;
  position: static;
}

.update-on-covid {
  width: 1130px;
  margin-left: 60px;
  display: none;
}

.heading-66 {
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  border: 1px #000;
  margin: 0 auto 1rem;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-88 {
  color: #ffffffb3;
  font-family: Inter, sans-serif;
  line-height: 1.6rem;
}

.heading-67 {
  color: #3381ff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.text-span-88 {
  padding-right: 4px;
  font-family: "Fa solid 900", sans-serif;
}

.cta-mob {
  text-align: center;
  background-color: #3381ff;
  background-image: linear-gradient(#054fc4, #3381ff);
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.5rem;
  margin: 0 0 1.5rem 0;
  padding: 1.6rem 5rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .35s;
  display: flex;
}

.cta-mob:hover {
  color: #3381ff;
  background-color: #f4f4f4;
  box-shadow: 0 16px 35px #0000001a;
}

.cta-mob.apply-cps {
  margin-top: 16px;
  margin-bottom: 0;
}

.paragraph-32 {
  color: #32312f;
  letter-spacing: 0;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

.icon.accordion-icon {
  color: #0000;
  cursor: pointer;
  background-image: url('../images/angle-arrow-down.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  height: 30px;
  margin-top: 0;
  margin-left: 7px;
  font-size: 32px;
  line-height: 30px;
}

.text-span-7 {
  color: var(--2024-col-1);
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.paragraph-33 {
  color: #32312fe6;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 2rem;
}

.section-8 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-top: 12rem;
  margin-bottom: 4rem;
}

.accordion-item {
  color: #32312f;
  background-color: #fffffff2;
  border-radius: 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 30px 30px 40px;
  display: block;
  box-shadow: 0 15px 35px #00000026;
}

.accordion-item.last-item {
  background-color: #ffffffe0;
  max-width: 1149px;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.accordion-item.last-item._3, .accordion-item._4, .accordion-item._5 {
  display: none;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-9 {
  text-align: justify;
  padding-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 8px;
  font-style: normal;
  text-decoration: none;
  overflow: scroll;
}

.job-item-content {
  margin-top: 1.2rem;
  margin-left: 0;
  margin-right: 40px;
  overflow: hidden;
}

.text-span-89 {
  color: var(--2024-col-1);
  padding-right: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 25px;
}

.body-20 {
  background-color: var(--black);
  background-image: radial-gradient(circle, #fff0, #000 47%), url('../images/web25-hero-bg-img.png');
  background-position: 0 0, 50% 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  font-size: 1rem;
}

.careers-but {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  filter: saturate(154%);
  text-align: center;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding: .8rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.careers-but:hover {
  background-image: linear-gradient(277deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.careers-but.reviews {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.careers-but.nav-but {
  padding-left: 0;
  padding-right: 0;
}

.careers-but.package-but {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
}

.careers-but.package-but-pro {
  width: 90%;
}

.careers-but.package-but-pro.professioanl {
  filter: saturate(120%);
}

.careers-but.case-studies {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.careers-but.case-study-but {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.bold-text-12 {
  color: var(--midnight-blue);
  font-family: Inter, sans-serif;
}

.paragraph-34 {
  width: 100ch;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 1rem;
  padding-left: 0;
  line-height: 1.5rem;
}

.hero-context {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 40px;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
}

.hero-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 790px;
  display: flex;
  position: relative;
  inset: 0%;
}

.image-41 {
  width: 100%;
  height: 860px;
}

.black-shader {
  object-fit: fill;
  background-color: #00000024;
  align-self: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-89 {
  color: #ffffffb3;
  text-align: center;
  width: 960px;
  margin-bottom: 20px;
  line-height: 1.7rem;
}

.header {
  background-image: linear-gradient(#fff0, #000 91%), url('../images/career-web25.io.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.heading-30 {
  color: var(--white);
  text-align: left;
  width: 62%;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  line-height: 3.3rem;
}

.careers-paragraph {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 70ch;
  line-height: 1.5rem;
  display: flex;
}

.job-sections {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 12rem auto 4rem;
}

.form-sec {
  height: 100vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.form-block-7 {
  display: flex;
}

.div-block-45 {
  color: var(--midnight-blue);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.success-message-3 {
  background-color: #dfdfdf;
  border-radius: .5rem;
}

.backt-home {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  filter: saturate(154%);
  text-align: center;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .8rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.backt-home:hover {
  background-image: linear-gradient(277deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.backt-home.reviews {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.backt-home.nav-but {
  padding-left: 0;
  padding-right: 0;
}

.backt-home.package-but {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 90%;
}

.backt-home.package-but-pro {
  width: 90%;
}

.backt-home.package-but-pro.professioanl {
  filter: saturate(120%);
}

.backt-home.case-studies {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

.backt-home.case-study-but {
  border: 1px solid var(--2024-col-3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.services-cards-section {
  background-image: linear-gradient(#00000080, #00000080);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.code-embed-5 {
  background-color: var(--10004e);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.tasks-heading {
  z-index: 999;
  color: var(--white);
  text-align: center;
  justify-content: space-around;
  align-items: flex-start;
  width: auto;
  margin: 0 0 2.3rem;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Inter, sans-serif;
  font-size: 3.2em;
  line-height: 1.1em;
  display: block;
  position: static;
}

.tasks-heading.hww-context {
  color: #000;
  width: 26vw;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.5vw;
}

.tasks-heading.hww-context.upload-your-assets {
  margin-left: 0;
  margin-right: 0;
}

.tasks-heading.tools-h {
  color: #fff6;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 20px;
}

.tasks-heading.plans-h {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  width: 20ch;
  margin-bottom: 1rem;
  position: relative;
}

.tasks-heading.plan-heading {
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
  font-size: 17px;
  position: static;
  overflow: hidden;
}

.tasks-heading.sign-in-h {
  color: #000;
  font-size: 30px;
}

.tasks-heading.sign-up-h {
  color: #000;
  margin-bottom: 30px;
  font-size: 30px;
}

.tasks-heading.reaady-to-get-started {
  width: auto;
  position: static;
}

.link-84 {
  color: var(--cyan);
}

.text-span-90 {
  color: #ffffffb3;
}

.bold-text-14 {
  color: #fff;
}

.link-85 {
  color: var(--cyan);
}

.div-block-46 {
  width: 33.3%;
}

.link-86, .link-87, .link-88, .link-89, .link-90, .link-91, .link-92 {
  color: var(--cyan);
}

.text-span-91, .text-span-92 {
  color: red;
}

.link-93 {
  color: var(--cyan);
}

.italic-text-3 {
  color: var(--cyan);
  border: 1px #000;
  text-decoration: none;
}

.link-94 {
  color: var(--cyan);
}

.span-purple-2 {
  color: #ec88a5;
  font-family: Inter, sans-serif;
  font-size: .6rem;
  font-weight: 500;
}

.span-purple-2.extra {
  color: #bebebe;
}

.button-div-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.included-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 20px;
  margin-top: .25rem;
  margin-bottom: 6px;
  padding-left: 1rem;
  display: flex;
}

.line-inc-2 {
  background-color: #181818;
  width: 60px;
  height: 1px;
  margin-right: 27px;
}

.line-inc-2.line-biz {
  background-color: #fff;
  margin-left: .5rem;
  margin-right: 2.3rem;
  padding-left: 0;
  padding-right: 0;
}

.star-purple {
  color: #ec88a5;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.but-2024-2 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  filter: saturate(154%);
  text-align: center;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .8rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.but-2024-2:hover {
  background-image: linear-gradient(277deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.but-2024-2.package-but {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #d469c3;
  width: 90%;
}

.text-block-90 {
  clear: none;
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

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

.features-div-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-span-93 {
  color: #00f0ff;
  border: 1px #333;
  border-radius: 200px;
  font-size: 1.3rem;
}

.feature-2 {
  clear: none;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.button-div-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.included-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 20px;
  margin-top: .25rem;
  margin-bottom: 6px;
  padding-left: 1rem;
  display: flex;
}

.line-inc-3 {
  background-color: #181818;
  width: 60px;
  height: 1px;
  margin-right: 27px;
}

.line-inc-3.line-biz {
  background-color: #fff;
  margin-left: .5rem;
  margin-right: 2.3rem;
  padding-left: 0;
  padding-right: 0;
}

.but-2024-3 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  filter: saturate(154%);
  text-align: center;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .8rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.but-2024-3:hover {
  background-image: linear-gradient(277deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.but-2024-3.package-but-pro {
  width: 90%;
}

.but-2024-3.package-but-pro.professioanl {
  filter: saturate(120%);
  width: 100%;
}

.text-block-91 {
  clear: none;
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

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

.text-block-91.pro {
  border: 1px #000;
}

.features-div-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-span-94 {
  color: #00f0ff;
  border: 1px #333;
  border-radius: 200px;
  font-size: 1.3rem;
}

.feature-3 {
  clear: none;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.button-div-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.included-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 20px;
  margin-top: .25rem;
  margin-bottom: 6px;
  padding-left: 1rem;
  display: flex;
}

.line-inc-4 {
  background-color: #181818;
  width: 60px;
  height: 1px;
  margin-right: 27px;
}

.line-inc-4.line-biz {
  background-color: #fff;
  margin-left: .5rem;
  margin-right: 2.3rem;
  padding-left: 0;
  padding-right: 0;
}

.but-2024-4 {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  filter: saturate(154%);
  text-align: center;
  background-image: linear-gradient(90deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
  border-radius: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .8rem 2rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.but-2024-4:hover {
  background-image: linear-gradient(277deg, #f09d8e, #ec88a5 26%, #d469c3 66%, #6b30ee);
}

.but-2024-4.package-but {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #d469c3;
  width: 100%;
}

.text-block-92 {
  clear: none;
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 2rem;
  display: block;
}

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

.features-div-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.text-span-95 {
  color: #00f0ff;
  border: 1px #333;
  border-radius: 200px;
  font-size: 1.3rem;
}

.case-studies-new-2025 {
  background-image: radial-gradient(circle, #fff0, #14001b 54%), url('../images/web25-hero-bg-img.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.cs-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
}

.cs-img {
  border-radius: .5rem;
  height: 50%;
}

.cs-img.nsp {
  background-image: url('../images/NSP-Thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.vex {
  background-image: url('../images/Vex-Upwork_Thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.arista {
  background-image: url('../images/Arista-Steel.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.root-industry {
  background-image: url('../images/rootIndustry_ThumbniailUpwork.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.jfn {
  background-image: url('../images/JFN.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.qp {
  background-image: url('../images/QP-Thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.shp {
  background-image: url('../images/SHP-Thumbnail.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.gentlemano {
  background-image: url('../images/Gentlemano.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-img.pavo {
  background-image: url('../images/Pavo.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 12rem;
}

.cs-info {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-left: .25rem;
  padding-right: .25rem;
  display: flex;
}

.title-desc-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

.cs-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 35px;
}

.paragraph-35 {
  font-size: .8rem;
}

.eyebrow {
  border: 1px solid #ffffff29;
  border-radius: .4rem;
  width: auto;
  padding: .1rem .4rem;
}

.text-block-93 {
  color: #ff8690;
  font-size: .7rem;
}

.text-span-96 {
  margin-left: -6px;
  padding-left: 0;
  font-size: 1.4rem;
}

.text-span-97 {
  margin-left: -5px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1280px) {
  .button.view-work-b, .button.view-plans {
    font-size: 1.2rem;
  }

  .button.plan-button.premium {
    margin-top: 2.1rem;
  }

  .heading.plans-h {
    width: 20ch;
    line-height: 3rem;
  }

  .hww-steps {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .text-wrapper.signup-wrapper {
    justify-content: flex-start;
    margin-top: .9rem;
  }

  .hww-p {
    width: 19ch;
  }

  .hww-ctas {
    margin-top: 1rem;
  }

  .image-4.wu, .image-4.faq {
    inset: 0% auto auto -4%;
  }

  .plans-sections {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .text-block {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    display: flex;
  }

  .container-3 {
    padding-left: 3rem;
  }

  .navbar-wrapper {
    display: flex;
  }

  .cards--div {
    width: 100%;
  }

  .tab-pane-plan-settings {
    margin-top: 2rem;
  }

  .resources-div {
    width: 35vw;
    height: auto;
    padding-top: 8.8rem;
    padding-bottom: 7.9rem;
    overflow: hidden;
  }

  .resources-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .blog-div {
    margin-bottom: 1rem;
  }

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

  .text-block-51 {
    flex-direction: column;
    margin-top: 10px;
  }

  .image-38.mix {
    inset: -2% auto auto 31%;
  }

  .dt-project-wrap.royal-eyes {
    display: none;
  }

  .heading-28 {
    font-size: 2.5rem;
  }

  .paragraph-13 {
    width: 80%;
  }

  .paragraph-13.reviews-p {
    width: 85%;
  }

  .wu-card-wrap, .wu-card-wrap._1 {
    grid-column-gap: 70px;
  }

  .wu-card {
    flex-flow: column;
    width: 20vw;
    min-width: 20px;
    height: 20vh;
    margin-bottom: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-55 {
    width: 4rem;
    position: static;
  }

  .image-56 {
    width: 4.6rem;
    margin-bottom: 0;
    position: static;
  }

  .heading-32 {
    text-align: center;
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .paragraph-14 {
    text-align: center;
    width: 19ch;
    font-size: .9rem;
  }

  .wu-text-wrap {
    justify-content: center;
    align-items: center;
    width: 18vw;
    min-width: 18px;
    padding: 0;
    font-size: 1rem;
  }

  .bold-text-9 {
    flex-direction: column;
    font-size: 1em;
    display: flex;
  }

  .text-span-50 {
    color: var(--cyan);
    font-size: .6em;
  }

  .sm-plans-card.sm-starter-card, .sm-plans-card.sm-pro-card {
    height: auto;
  }

  .button-copy.plan-button {
    margin-top: 7.4rem;
  }

  .heading-52 {
    margin-bottom: .2rem;
  }

  .text-block-74 {
    font-size: 1.1rem;
    line-height: 2rem;
  }

  .button-div {
    margin-top: 1.8rem;
  }

  .text-span-69 {
    font-size: .8rem;
  }

  .left-arrow-2-copy-2 {
    width: 10rem;
    display: flex;
    left: 69%;
  }

  .submit {
    cursor: pointer;
  }

  .next-step-2 {
    width: 9rem;
  }

  .next-step-2.back {
    margin-right: 1rem;
  }

  .order-form-section-2 {
    height: auto;
  }

  .text-block-78 {
    font-size: .8rem;
    display: flex;
  }

  .paragraph-23.last-info {
    width: 80ch;
    margin-bottom: 0;
  }

  .checl-boxes-wrap-2 {
    max-width: 90%;
  }

  .checkbox-4 {
    z-index: 10000;
  }

  .q-wrap-2 {
    padding-top: 0;
  }

  .color-label-2 {
    width: 10rem;
    font-size: 1rem;
  }

  .slide-8 {
    padding-right: 2.6rem;
  }

  .checkbox-field-5 {
    width: 12.5rem;
  }

  .slide-10 {
    width: 100%;
  }

  .checkbox-label-8 {
    width: 74%;
  }

  .right-arrow-3 {
    width: 9rem;
  }

  .spline-div {
    width: 50%;
    display: none;
  }

  .spline-scene {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
    position: static;
  }

  .container-17 {
    max-width: 1100px;
    margin-bottom: 8rem;
    display: block;
    position: static;
    overflow: visible;
  }

  .left-arrow-3 {
    margin-left: 0;
    margin-right: 0;
    left: 460px;
  }

  .wu-card-l1, .wu-card-l1._1 {
    grid-column-gap: 70px;
  }

  .wu-card-l2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-div {
    width: 35vw;
    height: auto;
    padding-top: 8.8rem;
    padding-bottom: 7.9rem;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    z-index: 20000;
  }

  .ser-div {
    margin-bottom: 1rem;
  }

  .case-study-but.view-work-b, .case-study-but.view-plans {
    font-size: 1.2rem;
  }

  .case-study-but.plan-button.premium {
    margin-top: 2.1rem;
  }

  .cs-card {
    height: 65vh;
    padding-top: .4rem;
    padding-bottom: .8rem;
  }

  .cs-card.ipad {
    height: auto;
    padding-top: .3rem;
    padding-bottom: 1.5rem;
  }

  .blog-home-icon {
    width: 2rem;
  }

  .blog-home-icon-2 {
    width: 1.7rem;
  }

  .hero-heading {
    font-size: 2.5rem;
  }

  .marketing-description {
    margin-bottom: .2rem;
  }

  .accordion-item.last-item {
    margin-left: auto;
    margin-right: auto;
  }

  .tasks-heading.plans-h {
    width: 20ch;
    line-height: 3rem;
  }

  .button-div-2 {
    margin-top: 1.8rem;
  }

  .text-block-90 {
    font-size: .9rem;
    line-height: 2rem;
  }

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

  .button-div-3 {
    margin-top: 1.8rem;
  }

  .text-block-91 {
    font-size: .9rem;
    line-height: 2rem;
  }

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

  .button-div-4 {
    margin-top: 1.8rem;
  }

  .text-block-92 {
    font-size: .9rem;
    line-height: 2rem;
  }

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

  .cs-img.nsp, .cs-img.vex, .cs-img.arista, .cs-img.root-industry, .cs-img.jfn, .cs-img.qp, .cs-img.shp, .cs-img.gentlemano, .cs-img.pavo {
    height: 15rem;
  }

  .cs-info {
    height: 50%;
  }

  .container-19 {
    max-width: 1170px;
  }
}

@media screen and (min-width: 1440px) {
  .button.view-work-b, .button.view-plans {
    font-size: 1rem;
  }

  .button.plan-button {
    margin-top: 6.8rem;
  }

  .button.book-a-call-button.dt {
    font-size: 1rem;
  }

  .buton-div.client-login {
    width: 160px;
    height: 55px;
  }

  .our-work-section.mob {
    margin-top: 12rem;
  }

  .image-4.wu {
    left: -6%;
  }

  .image-4.faq {
    max-width: 100%;
    left: 0%;
  }

  .plans-sections {
    background-color: #181818bf;
    margin-top: 0;
    padding-top: 10rem;
  }

  .how-we-work-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block {
    width: 13rem;
    margin-left: auto;
    margin-right: auto;
    font-size: .9rem;
    display: none;
    inset: -2% 0% auto;
  }

  .plan-price {
    margin-bottom: .25rem;
    font-size: 2.2rem;
  }

  .included {
    padding-left: 1.5rem;
  }

  .image-18 {
    right: 935px;
  }

  .footer-navigation {
    width: 33.3%;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 10000;
    padding-top: 2rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-3 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 3rem;
  }

  .nav-menu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-primary.button.client-login {
    margin-left: 9px;
  }

  .nav-link-new {
    font-size: 1rem;
  }

  .price-div {
    padding-bottom: 0;
  }

  .button-effect-client-login {
    display: none;
    position: absolute;
    inset: 10% auto auto 5%;
  }

  .resources-div {
    align-items: center;
    width: 36vw;
    height: auto;
    padding-top: 8.6rem;
    padding-bottom: 8.1rem;
    padding-left: 0;
  }

  .resources-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: auto;
    padding: 1rem 0 1rem 2rem;
  }

  .text-block-43 {
    font-size: 1.2rem;
  }

  .tag {
    font-size: .7rem;
  }

  .read-mins {
    font-size: 1em;
  }

  .post-info-div {
    padding-left: 1rem;
  }

  .post-info-div.blog-home {
    margin-top: 1rem;
    padding-left: 0;
  }

  .publish-date {
    font-size: 1rem;
  }

  .heading-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-icon {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
  }

  .blog-post-section {
    margin-left: 0;
  }

  .blog-info-header {
    margin-left: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading-17 {
    line-height: 2.5rem;
  }

  .blog-post-div {
    width: 73%;
    margin-left: 0;
  }

  .rich-text-block-2 {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .paragraph {
    width: 100ch;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .heading-18 {
    margin-bottom: 20px;
  }

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

  .text-block-50 {
    margin-top: 10px;
    font-size: 1.2em;
  }

  .text-block-51 {
    font-size: 1.2em;
  }

  .heading-23 {
    display: block;
  }

  .div-block-12 {
    width: 33.3%;
  }

  .resources-text {
    width: auto;
  }

  .blog_page {
    margin-top: 10rem;
  }

  .heading-26 {
    font-size: 1rem;
  }

  .heading-26.aws {
    line-height: 1rem;
  }

  .heading-26.figma {
    width: auto;
    font-size: 1rem;
  }

  .heading-26.webflow {
    margin-left: 54px;
  }

  .paragraph-10 {
    width: 10rem;
  }

  .html-embed-3 {
    width: 2.2rem;
    font-size: 14px;
  }

  .html-embed-5 {
    width: 5.7rem;
  }

  .r-hero-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-right: 4rem;
    display: flex;
  }

  .l-hero-wrap {
    width: 50%;
  }

  .heading-28 {
    width: auto;
    font-size: 3rem;
    line-height: 1.2em;
  }

  .paragraph-13 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph-13.reviews-p {
    width: 80%;
  }

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

  .form-block-3 {
    display: none;
  }

  .wu-card {
    width: 17vw;
    min-width: 20px;
  }

  .wu-card.sm {
    width: 30vw;
    display: none;
  }

  .wu-text-wrap {
    width: 15vw;
    min-width: 18vw;
  }

  .heading-33 {
    color: var(--black);
  }

  .heading-34, .heading-35 {
    line-height: 2.5rem;
  }

  .image-68 {
    max-width: none;
  }

  .bold-text-9 {
    font-size: 1em;
  }

  .close-cookie {
    border-radius: .3rem;
  }

  .social-media-hero {
    display: none;
  }

  .sm-hero-left {
    margin-top: 127px;
  }

  .heading-48 {
    text-align: left;
  }

  .text-span-55 {
    text-align: left;
    width: 45ch;
    max-width: 45ch;
  }

  .dt-sm-benifits-sec {
    background-color: var(--midnight-blue);
    display: none;
  }

  .dt-sm-ben-div {
    margin-bottom: -18px;
  }

  .sm-ben-heading-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .heading-49 {
    color: var(--cyan);
    text-align: center;
    margin-bottom: 20px;
    font-size: 3rem;
  }

  .paragraph-18 {
    text-align: center;
    width: 50ch;
    font-family: Inter, sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
  }

  .div-block-30 {
    margin-top: 40px;
  }

  .sm-ben-cards-div {
    grid-column-gap: 30px;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .div-block-31 {
    outline-offset: 0px;
    border-radius: 10px;
    outline: 4px solid #fff;
    width: 20vw;
  }

  .sm-div-card {
    outline-color: var(--cyan);
    outline-offset: 0px;
    background-color: #0000;
    border: 2px #ffffffb3;
    border-radius: 10px;
    outline-width: 1.5px;
    outline-style: solid;
    width: 30vw;
    height: auto;
    padding: 12px 25px;
    position: relative;
  }

  .heading-50 {
    color: var(--white);
    margin-top: 10px;
    font-family: Inter, sans-serif;
    font-size: 1.7vw;
  }

  .paragraph-19 {
    font-size: 1.2em;
  }

  .paragraph-20 {
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .heading-51 {
    opacity: .1;
    color: #fff;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Inter, sans-serif;
    font-size: 13vw;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .sm-pricing-div {
    padding-bottom: 90px;
  }

  .sm-plans-card.sm-starter-card, .sm-plans-card.sm-pro-card {
    height: auto;
  }

  .image-82.sm-pricing {
    left: -20%;
  }

  .button-copy.plan-button {
    margin-top: 8.4rem;
  }

  .body-15 {
    background-image: url('../images/web25-hero-bg-img.png');
    background-size: auto;
    background-attachment: fixed;
  }

  .yearly-card {
    filter: saturate(150%);
    position: relative;
  }

  .heading-52 {
    font-size: 2rem;
  }

  .heading-52.business, .heading-52.starter {
    background-color: #fff;
    background-image: none;
    margin-bottom: .25rem;
  }

  .heading-52.profesisona {
    margin-bottom: .25rem;
  }

  .billed-yearly-text {
    font-size: .9rem;
  }

  .features-div {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-74 {
    padding-left: 1.5rem;
    font-size: 1.1rem;
    line-height: 2.1rem;
  }

  .text-span-64 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .body-18 {
    background-color: #1d002a;
  }

  .form-heading {
    margin-bottom: 1.5rem;
  }

  .mask-1._2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .left-arrow-2-copy-2 {
    left: 73%;
  }

  .submit {
    width: 9rem;
    inset: auto 0% 0% auto;
  }

  .container-15 {
    max-width: 1140px;
    margin-left: 0;
    margin-right: 0;
  }

  .order-form-section-2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .form-6 {
    padding-right: 0;
  }

  .checl-boxes-wrap-2 {
    max-width: 90%;
  }

  .checkbox-4 {
    z-index: 5000;
  }

  .checkbox-4:active, .checkbox-4.w--redirected-checked, .checkbox-4.w--redirected-focus, .checkbox-4.w--redirected-focus-visible {
    background-color: #0000;
  }

  .paragraph-24 {
    width: 90%;
  }

  .color-label-2 {
    width: 12rem;
  }

  .checkbox-field-5 {
    opacity: 1;
    background-color: #000;
    width: 15rem;
  }

  .form-heading-2 {
    margin-bottom: 1.5rem;
  }

  .form-heading-2.website-structure {
    margin-top: 1rem;
  }

  .checkbox-label-8 {
    width: 69%;
    font-size: .9rem;
    line-height: 1.5rem;
  }

  .spline-div {
    width: 100%;
    display: block;
  }

  .spline-scene {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: absolute;
  }

  .code-embed {
    width: 100%;
  }

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

  .container-17 {
    max-width: 1220px;
    margin-bottom: 11rem;
    position: relative;
  }

  .left-arrow-3 {
    margin-left: 0;
    left: 434px;
  }

  .slider-5 {
    width: 75%;
  }

  .review-wrap {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 75px;
  }

  .heading-56 {
    color: var(--white);
  }

  .image-85 {
    margin-left: 0;
  }

  .rev-heading.rev-button {
    font-size: 1rem;
  }

  .section-5 {
    display: flex;
  }

  .service-div {
    align-items: center;
    width: 36vw;
    height: auto;
    padding-top: 8.6rem;
    padding-bottom: 8.1rem;
    padding-left: 0;
  }

  .dropdown-toggle-2 {
    display: inline-block;
  }

  .dropdown-list.w--open {
    z-index: 20000;
  }

  .case-study-but.view-work-b, .case-study-but.view-plans {
    font-size: 1rem;
  }

  .case-study-but.plan-button {
    margin-top: 6.8rem;
  }

  .case-study-but.book-a-call-button.dt {
    font-size: 1rem;
  }

  .resources-dropdown-list.w--open, .service-text-nav {
    width: auto;
  }

  .home-icon-cs {
    filter: invert();
  }

  .code-embed-3 {
    border: 1px solid #ffffff80;
    border-radius: 1rem;
  }

  .heading-62 {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    line-height: 1.5rem;
  }

  .cs-par {
    width: auto;
    padding-left: 0;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .cs-par._2, .cs-par._3 {
    width: 90%;
  }

  .cs-par.overview {
    width: 73%;
  }

  .cs-card {
    justify-content: center;
    align-items: center;
    height: 71vh;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    padding-left: .5rem;
  }

  .cs-card.prject-overview {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2rem;
    display: flex;
  }

  .cs-card.deliverables {
    width: 100%;
    padding-top: 0;
    line-height: 10px;
  }

  .cs-card.ipad {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cs-hero-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    display: flex;
  }

  .cs-right {
    width: 50%;
  }

  .cs-left {
    border-radius: 1rem;
  }

  .cs-tag {
    border: 1px solid var(--cyan);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    height: 1rem;
    padding: 1rem .7rem;
    line-height: 0;
    display: flex;
  }

  .text-block-86 {
    color: #fff;
    font-size: .7rem;
  }

  .cs-left-mob {
    border-radius: 1rem;
  }

  .blog-home-icon {
    width: 2rem;
  }

  .blog-home-icon-2 {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
  }

  .hero-heading {
    width: auto;
    font-size: 3rem;
    line-height: 1.2em;
  }

  .faq-wrap-2 {
    border-radius: .5rem;
  }

  .heading-7 {
    width: 50ch;
  }

  .text-span-77 {
    background-image: linear-gradient(90deg, #f09d8e, #ec88a5 31%, #d469c3 68%, #6b30ee);
  }

  .cs-quatro {
    width: 100%;
  }

  .cs-quatro.results {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .result-quatro-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 50%;
    height: auto;
  }

  .q-grid-card {
    background-image: linear-gradient(324deg, #6c6a794d, #13131300);
    border-color: #ffffff80;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 2rem 1.9rem;
  }

  .heading-64 {
    color: var(--cyan);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 3rem;
  }

  .cs-par-result {
    text-align: center;
    width: auto;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .div-block-44 {
    flex-flow: column;
    width: 50%;
    padding-right: 1rem;
    display: flex;
  }

  .tick {
    color: var(--cyan);
    margin-right: .3rem;
  }

  .google-console-ss {
    background-image: url('../images/Screenshot-2024-10-02-at-13.03.24.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 1rem;
    height: 13rem;
  }

  .but-2024 {
    filter: saturate(162%);
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .but-2024.reviews {
    width: 40%;
  }

  .but-2024.package-but {
    outline-color: var(--2024-col-2);
    outline-offset: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-width: 0;
    outline-width: 2px;
    outline-style: solid;
  }

  .but-2024.package-but-pro {
    outline-color: var(--2024-col-2);
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    outline-width: 2px;
    outline-style: none;
  }

  .but-2024.package-but-pro.professioanl {
    filter: saturate(120%);
  }

  .mark-card {
    margin-bottom: 0;
  }

  .marketing-description {
    font-size: 1rem;
  }

  .marketing-description.business, .marketing-description.starter {
    background-color: #fff;
    background-image: none;
  }

  .marketing-plans-sections-copy {
    background-color: #181818bf;
    margin-top: 0;
    padding-top: 10rem;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }

  .accordion-item.last-item {
    margin: 3rem auto 6rem;
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .careers-but {
    filter: saturate(162%);
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .careers-but.reviews {
    width: 40%;
  }

  .careers-but.package-but {
    outline-color: var(--2024-col-2);
    outline-offset: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-width: 0;
    outline-width: 2px;
    outline-style: solid;
  }

  .careers-but.package-but-pro {
    outline-color: var(--2024-col-2);
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    outline-width: 2px;
    outline-style: none;
  }

  .careers-but.package-but-pro.professioanl {
    filter: saturate(120%);
  }

  .job-sections {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5rem;
  }

  .backt-home {
    filter: saturate(162%);
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .backt-home.reviews {
    width: 40%;
  }

  .backt-home.package-but {
    outline-color: var(--2024-col-2);
    outline-offset: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-width: 0;
    outline-width: 2px;
    outline-style: solid;
  }

  .backt-home.package-but-pro {
    outline-color: var(--2024-col-2);
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    outline-width: 2px;
    outline-style: none;
  }

  .backt-home.package-but-pro.professioanl {
    filter: saturate(120%);
  }

  .div-block-46 {
    width: 33.3%;
  }

  .included-2 {
    padding-left: 1rem;
  }

  .but-2024-2 {
    filter: saturate(162%);
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .but-2024-2.package-but {
    outline-offset: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-width: 0;
    outline: 2px solid #ec88a5;
  }

  .text-block-90 {
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 2.1rem;
  }

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

  .feature-2 {
    font-size: .7rem;
  }

  .included-3 {
    padding-left: 1rem;
  }

  .but-2024-3 {
    filter: saturate(162%);
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .but-2024-3.package-but-pro {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    outline: 2px #ec88a5;
  }

  .but-2024-3.package-but-pro.professioanl {
    filter: saturate(120%);
  }

  .text-block-91 {
    padding-top: 1rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 2.1rem;
  }

  .text-block-91.starter, .text-block-91.pro {
    font-size: 1rem;
  }

  .feature-3 {
    font-size: .7rem;
  }

  .included-4 {
    padding-left: 1rem;
  }

  .but-2024-4 {
    filter: saturate(162%);
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .but-2024-4.package-but {
    outline-offset: 0px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    border-width: 0;
    outline: 2px solid #ec88a5;
  }

  .text-block-92 {
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 2.1rem;
  }

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

  .cs-img.nsp, .cs-img.vex, .cs-img.arista, .cs-img.root-industry, .cs-img.jfn, .cs-img.qp, .cs-img.shp, .cs-img.gentlemano, .cs-img.pavo {
    height: 17rem;
  }

  .cs-info {
    justify-content: center;
    align-items: flex-start;
    height: 50%;
  }

  .title-desc-wrap {
    height: 14rem;
  }

  .cs-title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1920px) {
  .p {
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .p.no-comitments {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }

  .button {
    font-size: 1.5em;
  }

  .button.view-work-b, .button.view-plans {
    width: 20rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button.plan-button {
    height: 5.5rem;
    margin-top: 0;
    font-size: 1.6em;
  }

  .button.plan-button.prof-button {
    font-size: 1.6em;
  }

  .button.plan-button.starter-button {
    height: 3em;
    font-size: 1.6em;
  }

  .button.plan-button.premium {
    margin-top: 0;
  }

  .button.upgrade-but-div {
    margin-top: 30px;
  }

  .button.ref-button {
    width: auto;
    height: 70px;
    padding: 30px 28px;
    font-size: 1.1em;
  }

  .button.subscribe-ad {
    border-radius: 200px;
    height: 60px;
    font-size: 1.3em;
  }

  .button.view-live-web-dt {
    height: 3.5em;
  }

  .button.social-hero-button {
    font-size: 1.7em;
  }

  .button.search {
    background-color: var(--silver);
    height: 5rem;
    margin-top: 2rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    font-size: 1.8rem;
  }

  .heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.4rem;
    line-height: 1.1em;
  }

  .heading.plans-h {
    width: 40vw;
  }

  .buton-div.client-login {
    width: 250px;
    height: 65px;
  }

  .dt-how-we-work-section {
    height: auto;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  .hww-div {
    margin-top: 0;
    padding-top: 0;
  }

  .image-3.mob {
    left: -6%;
  }

  .hww-steps {
    padding-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .upload-cards.uploadlogocard, .upload-cards.uploadimagecard {
    height: auto;
  }

  .lottie-animation-2 {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .text-wrapper.signup-wrapper {
    margin-top: 0;
  }

  .hww-p {
    margin-top: 10px;
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .hww-ctas {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .tools-we-use-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-4 {
    left: -7%;
  }

  .image-4.wu, .image-4.faq {
    inset: 0% auto auto 27%;
  }

  .plans-sections {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .how-we-work-div {
    padding-left: 0;
    padding-right: 0;
  }

  .image-17._23 {
    right: 669px;
  }

  .plans-card.starter-card, .plans-card.sm-pro-card {
    width: 20vw;
  }

  .text-block {
    width: 13rem;
    display: none;
  }

  .plans-sub-text {
    font-size: 1.1rem;
  }

  .plan-name.is-home-plan-name {
    width: 20vw;
  }

  .plan-name.is-home-plan-name-copy {
    width: 20vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .plan-price {
    margin-bottom: .5rem;
    font-size: 2.4rem;
  }

  .plan-price.is--home--pp.yearly {
    margin-top: 20px;
    font-size: 3.2em;
  }

  .text-block-2 {
    height: 2.2em;
  }

  .text-block-4 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.3em;
    line-height: 1.7em;
  }

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

  .text-block-4.prof {
    height: 11em;
    margin-bottom: 41px;
    font-size: 1.3em;
  }

  .text-block-4.sm {
    width: 21vw;
    font-size: 1.7em;
    line-height: 2.1em;
  }

  .included {
    grid-column-gap: 10px;
    justify-content: flex-start;
    width: 19vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .line-inc.line-biz {
    margin-right: 0;
  }

  .text-block-5 {
    width: 9vw;
    font-size: 1.2em;
  }

  .text-block-5.inc-in-biz {
    width: 8vw;
    font-size: 1.2em;
  }

  .ready-to-get-section {
    position: relative;
  }

  .rtg-context {
    height: auto;
    position: static;
  }

  .image-18 {
    left: 617px;
  }

  .footer-logo-link {
    width: 6rem;
  }

  .footer-heading, .footer-heading.pricing-footer {
    font-size: 1.1rem;
  }

  .footer-navigation {
    width: 33.3%;
  }

  .navigator-left {
    max-width: 300px;
  }

  .top-card {
    width: auto;
  }

  .table-row.aug-invoice {
    justify-content: space-around;
  }

  .navbar-logo-left-container.shadow-three {
    justify-content: space-between;
    max-width: none;
    margin-left: auto;
    margin-right: 0;
    font-size: 1.6em;
  }

  .container-3 {
    max-width: 100%;
    padding-left: 2rem;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    flex-direction: row;
    align-items: center;
    margin-top: 23px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 40px;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .button-primary {
    margin-left: 18px;
    padding: 14px 60px;
    font-size: .8em;
  }

  .button-primary.button.client-login {
    width: 250px;
    height: 65px;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-size: .8em;
  }

  .image-20 {
    margin-left: 206px;
    padding-left: 0;
  }

  .nav-link-new {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
  }

  .link-7.blog-link {
    width: auto;
    margin-bottom: 4px;
    margin-right: 0;
    font-size: .9em;
  }

  .link-7.resource {
    font-size: 1.3rem;
  }

  .link-21, .link-22, .link-23 {
    font-size: 1.5em;
  }

  .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
    font-size: 1em;
  }

  .link-24 {
    font-size: 1.5em;
  }

  .tab-link-tab-1-2, .tab-link-tab-1-2.w--current {
    border-radius: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-19 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .tab-link-tab-2-2, .tab-link-tab-3-3 {
    border-radius: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-link-tab-3-3.w--current {
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-20 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.5em;
  }

  .text-block-21 {
    font-size: 1.5em;
  }

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

  .tab-pane-plan-settings {
    margin-left: auto;
    margin-right: auto;
  }

  .text-span-18 {
    font-size: 1.1em;
  }

  .link-26 {
    font-size: 1.2em;
  }

  .hiclient-h, .text-block-30 {
    font-size: 1.5em;
  }

  .tabs-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-32 {
    font-size: 1.2em;
  }

  .link-28 {
    font-size: 1.5em;
  }

  .upload-aset-h {
    font-size: 1.8em;
  }

  .text-block-34 {
    text-align: left;
    justify-content: flex-start;
    font-size: 1.2em;
    display: flex;
  }

  .logo-lottie {
    position: relative;
  }

  .lottie-animation-4 {
    top: auto;
    bottom: 0;
  }

  .lottie-animation-5 {
    bottom: -1px;
  }

  .info-pop-up-1.starter-info {
    width: 18vw;
    font-size: 1em;
    line-height: 20px;
  }

  .button-effect-client-login {
    filter: blur(1px);
    height: 65px;
    position: absolute;
    inset: 8% auto auto 0%;
  }

  .rich-text-block {
    margin-bottom: 0;
    font-size: 1.3em;
    line-height: 1.3em;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 204px;
    padding-right: 204px;
  }

  .testimonial-content {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-quote {
    width: auto;
    font-size: 2em;
    line-height: 1.2em;
  }

  .testimonial-image-two {
    width: 750px;
    height: 560px;
  }

  .body-7 {
    font-size: 1.3em;
  }

  .answer {
    font-size: 1em;
    line-height: 1.2em;
  }

  .answer.terms-and-cond {
    font-size: 1.1em;
  }

  .info-pop-up-2, .info-pop-up-3, .info-pop-up-4, .text-span-27 {
    font-size: 1em;
  }

  .resources-div {
    justify-content: center;
    width: 34vw;
    height: auto;
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
    line-height: 1.6em;
    overflow: hidden;
  }

  .resources-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-left: 3rem;
    padding-right: 0;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 0px;
    width: 100%;
  }

  .nav-menu-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .nav-link-6 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1em;
  }

  .nav-link-accent-2 {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 1em;
  }

  .heading-13 {
    margin-bottom: 40px;
    font-size: 3.5vw;
  }

  .text-block-43 {
    font-size: 1.8rem;
  }

  .header-topic {
    margin-top: 100px;
  }

  .tag {
    width: auto;
    padding-top: .3em;
    padding-bottom: .3em;
    font-size: 1em;
  }

  .blog-post-cards {
    grid-column-gap: 60px;
    width: 90%;
    margin-left: 7em;
  }

  .blog-card-div {
    max-height: none;
    margin-bottom: 0;
  }

  .read-mins {
    font-size: 1.5em;
  }

  .post-info-div {
    align-items: center;
    margin-top: 50px;
    padding-top: 0;
  }

  .publish-date {
    font-size: 1.5em;
  }

  .home-icon {
    width: 1rem;
  }

  .blog-post-section {
    height: auto;
  }

  .blog-info-header {
    font-size: 1.2em;
  }

  .text-block-47 {
    font-size: 1.8em;
  }

  .date {
    font-size: 1.5em;
  }

  .heading-17 {
    line-height: 1.2em;
  }

  .nav_wrapper {
    height: 90px;
    font-size: 1em;
  }

  .nav-text-style {
    font-size: 1.4em;
  }

  .bog-nav-button {
    border-radius: 200px;
  }

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

  .adv-div {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .paragraph-2 {
    font-size: 1.3em;
    line-height: 1.5em;
  }

  .text-span-29 {
    font-size: .9em;
  }

  .rich-text-block-3 {
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .text-block-50, .text-block-51 {
    font-size: 1.7em;
  }

  .plans {
    position: static;
  }

  .plans-cards-yearly {
    height: auto;
  }

  .plans-cards-yearly.align {
    display: flex;
    position: static;
  }

  .image-38.mix {
    left: 480px;
  }

  .image-38.get {
    z-index: 1;
    inset: 0% auto auto -6%;
  }

  .info-pop-up-5 {
    font-size: 1em;
  }

  .features-wrap {
    height: 40em;
  }

  .plans-cards-mo {
    height: auto;
  }

  .plans-cards-mo.align {
    display: none;
    position: static;
  }

  .heading-23 {
    font-size: 5em;
  }

  .link-48 {
    font-family: Inter, sans-serif;
    font-size: 2rem;
    line-height: 1.9;
  }

  .div-block-12 {
    width: 33.3%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-49 {
    font-size: 1.1rem;
    line-height: 2.1rem;
  }

  .resources-text {
    width: 23vw;
    font-size: .8em;
    line-height: 1.2em;
  }

  .dt-resource-link-block {
    justify-content: center;
    display: flex;
  }

  .blog_page {
    flex-direction: column;
    display: flex;
  }

  .heading-24 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .coming-soon {
    justify-content: center;
    align-items: center;
    padding: 331px;
    display: flex;
  }

  .heading-25 {
    margin-bottom: .4em;
    font-size: 3vw;
  }

  .text-field-9, .text-field-10 {
    height: 3.5em;
    font-size: 1.3em;
  }

  .lottie-animation-14 {
    display: flex;
  }

  .our-work-paragraph {
    width: 60vw;
    font-size: 2.6em;
  }

  .tool-card.adobe, .tool-card.hubspot, .tool-card.pably, .tool-card.memberstack, .tool-card.kolendar {
    justify-content: space-between;
  }

  .dt-top-hor-wrap {
    margin-top: 13px;
  }

  .dt-tools-text-r-wrap {
    justify-content: center;
  }

  .heading-26 {
    font-size: 1.4rem;
  }

  .heading-26.aws {
    margin-top: 28px;
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-26.figma {
    margin-left: 136px;
    font-size: 1.4rem;
  }

  .dt-bottom-hor-wrap {
    height: 30%;
  }

  .dt-bottom-hor-wrap.aws {
    height: 40%;
  }

  .paragraph-10 {
    width: 14rem;
  }

  .share-wrapper {
    width: 3rem;
    height: 3rem;
  }

  .image-46, .image-47, .image-48, .image-49, .image-50, .image-51 {
    width: 1.4rem;
  }

  .html-embed-4 {
    width: 3rem;
  }

  .html-embed-5 {
    width: 7rem;
  }

  .paragraph-11 {
    font-size: 1.4em;
  }

  .link-52 {
    font-size: .9vw;
  }

  .our-wrk-tet-wrap {
    margin-top: 5vh;
  }

  .body-10 {
    background-color: var(--midnight-blue-3);
  }

  .dt-new-hero {
    height: auto;
  }

  .dt-hero-div {
    height: 100vh;
  }

  .r-hero-wrap {
    height: 100%;
    margin-bottom: 0;
    padding-left: 2px;
  }

  .l-hero-wrap {
    height: 89%;
    margin-top: 40px;
    margin-left: 40px;
  }

  .heading-28 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1.2em;
  }

  .paragraph-13 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .new-hero-button {
    background-image: linear-gradient(83deg, #bafbff, #fabda8 56%, #ed83f4 86%, #e572fd 100%, #f3a0cd);
    width: 340px;
    height: 81px;
  }

  .text-block-58 {
    margin-left: -49px;
    font-size: 1.4rem;
  }

  .button-inside {
    grid-column-gap: 3.6rem;
    grid-row-gap: 3.6rem;
    justify-content: center;
    align-items: center;
    width: 97%;
    height: 90%;
    margin: 4px;
    padding: 13px;
  }

  .heading-29 {
    text-align: center;
    font-size: 3vw;
    line-height: 1em;
  }

  .text-field-11 {
    border: 2px solid var(--white);
    outline-offset: 0px;
    color: #fff;
    background-color: #0000;
    border-radius: 10px;
    outline: 3px #333;
    height: 6vh;
    margin-top: 25px;
    font-size: 1.4em;
  }

  .form-block-3 {
    height: auto;
    padding-bottom: 30px;
  }

  .text-block-62 {
    color: red;
  }

  .error-message {
    background-color: #0000;
    margin-top: 0;
  }

  .link-65 {
    color: var(--cyan);
  }

  .text-block-63 {
    color: #ffffff61;
    margin-bottom: 15px;
    font-size: 1em;
  }

  .link-66 {
    color: var(--cyan);
    padding-left: 4px;
  }

  .checkbox-label {
    color: #ffffff61;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 7px;
    font-size: 1em;
    display: flex;
  }

  .try-our {
    color: #ffffffb3;
    font-size: 1.5em;
  }

  .checkbox {
    width: 24px;
    height: 19px;
    margin-top: 0;
  }

  .checkbox-field {
    align-items: flex-start;
    display: flex;
  }

  .dt-why-us {
    grid-row-gap: 40px;
    background-image: none;
    background-size: auto;
    justify-content: center;
  }

  .wu-heading-div {
    width: 1340px;
  }

  .wu-cards-div {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wu-card-wrap {
    grid-column-gap: 90px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .wu-card-wrap._1 {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
  }

  .wu-card {
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    width: 17vw;
    height: 20vh;
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .image-56 {
    width: 5.7rem;
    margin-top: -7px;
  }

  .heading-32 {
    margin-bottom: .4rem;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .paragraph-14 {
    width: 24ch;
    padding-left: 18px;
    font-size: 1rem;
  }

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

  .blog-card {
    padding-left: 45px;
    padding-right: 45px;
  }

  .heading-33 {
    font-size: 2.6em;
  }

  .blog-h-div {
    height: 100px;
  }

  .paragraph-15 {
    font-size: 1.6em;
    line-height: 1.2em;
  }

  .newslwetter--section {
    margin-top: 60px;
  }

  .mob-adv-div {
    font-size: 1.2em;
    line-height: 1.2em;
  }

  .text-block-65 {
    width: auto;
    top: 103%;
    left: 14%;
  }

  .coming-soon-tag {
    width: 100px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .author-blog-home {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .bold-text-9 {
    padding-top: 6px;
  }

  .close-cookie {
    margin-right: 19px;
    padding: 12px 60px;
    font-size: 1.4em;
  }

  .checkbox-field-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .social-media-hero {
    width: 100%;
  }

  .text-span-54 {
    font-size: .9rem;
  }

  .text-span-55 {
    width: 40ch;
    font-size: 3rem;
  }

  .paragraph-17 {
    font-family: Inter, sans-serif;
    font-size: 1.7em;
  }

  .sm-ben-heading-wrap {
    margin-top: 0;
    padding-top: 40px;
  }

  .heading-49 {
    color: var(--e6afff);
    font-size: 3.5rem;
    line-height: 1.3em;
  }

  .paragraph-18 {
    width: 53ch;
    font-size: 1.7em;
  }

  .sm-ben-cards-div {
    width: 100%;
  }

  .sm-div-card {
    height: auto;
  }

  .heading-50 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .paragraph-20 {
    margin-bottom: 20px;
    font-size: 1.7em;
  }

  .heading-51 {
    opacity: .11;
    width: auto;
    font-size: 5vw;
    top: 2%;
    left: 1%;
  }

  .sm-pricing-div {
    justify-content: center;
    align-items: flex-start;
  }

  .sm-plans-card.starter-card, .sm-plans-card.sm-starter-card-copy {
    width: 20vw;
  }

  .sm-plans-card.sm-starter-card {
    width: 26vw;
    height: auto;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .sm-plans-card.sm-pro-card {
    width: 26vw;
    height: auto;
    padding-top: 3.7rem;
    padding-bottom: 3.7rem;
  }

  .sm-plan-name.is-home-plan-name {
    width: 20vw;
  }

  .sm-plan-name.is-home-plan-name-copy {
    width: 20vw;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2vw;
  }

  .sm-info-pop-up-1-copy.starter-info, .sm-info-pop-up-1-copy.sm-starter-info-copy {
    width: 18vw;
    font-size: 1em;
    line-height: 20px;
  }

  .sm-features-wrap-copy {
    height: auto;
  }

  .sm-plans-sub-text-copy {
    font-size: 1.3rem;
    display: flex;
  }

  .button-copy {
    font-size: 1.5em;
  }

  .button-copy.plan-button {
    height: 5.5rem;
    margin-bottom: 0;
    font-size: 1.6em;
  }

  .button-copy.plan-button.prof-button {
    font-size: 1.6em;
  }

  .button-copy.plan-button.starter-button {
    height: 3em;
    font-size: 1.6em;
  }

  .button-copy.upgrade-but-div {
    margin-top: 30px;
  }

  .button-copy.ref-button {
    width: auto;
    height: 70px;
    padding: 30px 28px;
    font-size: 1.1em;
  }

  .button-copy.subscribe-ad {
    border-radius: 200px;
    height: 60px;
    font-size: 1.3em;
  }

  .button-copy.view-live-web-dt {
    height: 3.5em;
  }

  .button-copy.social-hero-button {
    font-size: 1.7em;
  }

  .yearly-card.professional {
    padding-left: 0;
  }

  .heading-52 {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .billed-yearly-text {
    height: 2.2em;
    font-size: 1rem;
  }

  .text-block-74 {
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .span-purple.extra {
    font-size: .9rem;
  }

  .search-input-2 {
    height: 5rem;
    margin-top: 2rem;
    padding-left: 2rem;
    font-size: 1.4rem;
  }

  .faq-section {
    height: 100vh;
  }

  .faq-header-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-75 {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .mask-1._2 {
    padding-left: 0;
  }

  .checkbox-label-7 {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .slide-2-div {
    height: 100%;
    margin-top: 9rem;
    margin-bottom: 6rem;
    padding-left: 0;
  }

  .left-arrow-2-copy-2 {
    inset: auto 0% 0% 75%;
  }

  .submit {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    inset: auto 0% 0% auto;
  }

  .slider-4 {
    margin-left: 0;
  }

  .link-78 {
    color: #00f0ff;
    padding-left: 4px;
  }

  .checkbox-3 {
    width: 24px;
    height: 19px;
    margin-top: 0;
  }

  .slide-nav-2 {
    margin-left: 2rem;
  }

  .checl-boxes-wrap-2 {
    max-width: 70%;
    padding-left: 0;
  }

  .checkbox-4 {
    font-size: 1rem;
  }

  .text-block-79 {
    line-height: 2.4rem;
  }

  .slide-8 {
    padding-left: 0;
  }

  .checkbox-field-5 {
    width: 21rem;
  }

  .slide-9 {
    height: 100%;
    padding-left: 0;
  }

  .paragraph-25 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .slide-10 {
    padding-left: 2rem;
  }

  .checkbox-label-8 {
    color: #ffffff61;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 7px;
    font-size: 1rem;
    line-height: 1.7rem;
    display: block;
  }

  .right-arrow-3 {
    inset: auto 0% 0% auto;
  }

  .checkbox-field-6 {
    align-items: flex-start;
    display: flex;
  }

  .code-embed-2 {
    margin-bottom: 4px;
    display: flex;
  }

  .container-17 {
    max-width: 1600px;
  }

  .left-arrow-3 {
    margin-left: 382.82px;
    left: 185px;
  }

  .reviewer-img.elena {
    background-image: url('../images/Elena-icons8_1Elena-icons8.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 5rem;
    height: 5rem;
  }

  .reviewer-img.ryan {
    background-image: url('../images/Ryan-Jacobson.png');
    background-position: 0 0;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 5rem;
    height: 5rem;
  }

  .reviewer-img.crystal {
    background-image: url('../images/Crystal.webp');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 5rem;
    height: 5rem;
  }

  .reviewer-img.mario {
    outline-offset: 0px;
    background-image: url('../images/Mario-oremusz.png');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    outline: 3px #555;
    width: 5rem;
    height: 5rem;
  }

  .reviewer-img.bassem {
    background-image: url('../images/Bassem.jpg');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 5rem;
    height: 5rem;
  }

  .reviewer-img.maria {
    background-image: url('../images/Maria.png');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 5rem;
    height: 5rem;
  }

  .reviewer-img.eva {
    background-image: url('../images/Eva-Vivat.png');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    width: 5rem;
    height: 5rem;
  }

  .slider-5 {
    border: 1px solid var(--cyan);
    width: 70%;
  }

  .paragraph-26 {
    font-size: 1.6rem;
  }

  .heading-56 {
    font-size: 3.5rem;
  }

  .rev-but-clutch {
    width: 30%;
    font-size: 1.5em;
  }

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

  .review-button {
    font-size: 1.5em;
  }

  .review-par {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

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

  .rev-heading.rev-button {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.3rem;
  }

  .wu-card-l1 {
    grid-column-gap: 2rem;
    padding-left: 100px;
    padding-right: 100px;
  }

  .wu-card-l1._1 {
    grid-column-gap: 90px;
  }

  .text-span-75 {
    color: #eabbff;
  }

  .services-nav.blog-link {
    width: auto;
    margin-bottom: 4px;
    margin-right: 0;
    font-size: .9em;
  }

  .services-nav.resource {
    font-size: 1.3rem;
  }

  .service-div {
    justify-content: center;
    width: 34vw;
    height: auto;
    padding-top: 11.5rem;
    padding-bottom: 11.5rem;
    line-height: 1.6em;
    overflow: hidden;
  }

  .dropdown-toggle-2 {
    padding-right: 50px;
    font-size: 1.4rem;
  }

  .dropdown-toggle-2.w--open {
    padding-right: 50px;
  }

  .dropdown-list.w--open {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding-bottom: 1rem;
    padding-right: 1rem;
  }

  .social-media-nav {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
  }

  .ser-icon {
    margin-right: .9rem;
  }

  .heading-60 {
    font-size: 1.3rem;
  }

  .case-study-but {
    font-size: 1.5em;
  }

  .case-study-but.plan-button {
    height: 5.5rem;
    font-size: 1.6em;
  }

  .case-study-but.plan-button.prof-button {
    font-size: 1.6em;
  }

  .case-study-but.plan-button.starter-button {
    height: 3em;
    font-size: 1.6em;
  }

  .case-study-but.upgrade-but-div {
    margin-top: 30px;
  }

  .case-study-but.ref-button {
    width: auto;
    height: 70px;
    padding: 30px 28px;
    font-size: 1.1em;
  }

  .case-study-but.subscribe-ad {
    border-radius: 200px;
    height: 60px;
    font-size: 1.3em;
  }

  .case-study-but.view-live-web-dt {
    height: 3.5em;
  }

  .case-study-but.social-hero-button {
    font-size: 1.7em;
  }

  .case-study-but.search {
    background-color: var(--silver);
    height: 5rem;
    margin-top: 2rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    font-size: 1.8rem;
  }

  .resources-dropdown-list.w--open {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 33vw;
    padding-bottom: 1rem;
    padding-right: 0;
  }

  .service-text-nav {
    width: auto;
    font-size: .8em;
    line-height: 1.2em;
  }

  .container-18 {
    max-width: 85%;
    margin-top: 11rem;
  }

  .text-block-85 {
    font-size: 1rem;
    text-decoration: none;
  }

  .heading-61 {
    width: 60%;
    line-height: 3.5rem;
  }

  .div-block-40 {
    width: 3rem;
  }

  .cs-par {
    width: auto;
    padding-left: 0;
  }

  .cs-context-wrap {
    margin-bottom: 2rem;
  }

  .cs-card {
    height: 60vh;
    padding-top: .6rem;
    padding-bottom: 1rem;
  }

  .cs-card.ipad {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .text-block-85-copy {
    font-size: 1rem;
    text-decoration: none;
  }

  .blog-home-icon-2 {
    width: 1rem;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    line-height: 1.2em;
  }

  .cs-par-result {
    width: auto;
    padding-left: 0;
  }

  .div-block-44 {
    border: 1px solid #fff;
    border-radius: 1rem;
    padding-left: 1rem;
  }

  .marketing-description {
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .marketing-plans-sections-copy {
    height: 100vh;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: static;
  }

  .sm-faq-section {
    height: 100vh;
  }

  .hero-context {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-top: 180px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-container {
    position: relative;
  }

  .image-41 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .black-shader {
    object-fit: contain;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .text-block-89 {
    color: #ffffffb0;
    text-align: center;
    width: 1270px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-30 {
    align-self: center;
    width: 70%;
    font-size: 3.4rem;
    line-height: 3.8rem;
  }

  .careers-paragraph {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .job-sections {
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
  }

  .tasks-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 3.4rem;
    line-height: 1.1em;
  }

  .tasks-heading.plans-h {
    width: 40vw;
  }

  .div-block-46 {
    width: 33.3%;
  }

  .span-purple-2.extra {
    font-size: .9rem;
  }

  .included-2 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    width: 19vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .line-inc-2.line-biz {
    margin-right: 0;
  }

  .text-block-90 {
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .included-3 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    width: 19vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .line-inc-3.line-biz {
    margin-right: 0;
  }

  .text-block-91 {
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .included-4 {
    grid-column-gap: 10px;
    justify-content: flex-start;
    width: 19vw;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .line-inc-4.line-biz {
    margin-right: 0;
  }

  .text-block-92 {
    padding-left: 2rem;
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .cs-img.nsp, .cs-img.vex, .cs-img.arista, .cs-img.root-industry, .cs-img.jfn, .cs-img.qp, .cs-img.shp, .cs-img.gentlemano, .cs-img.pavo {
    height: 17rem;
  }

  .cs-info {
    justify-content: center;
    align-items: flex-start;
    height: 50%;
  }

  .cs-title {
    font-size: 1.5rem;
  }

  .paragraph-35 {
    color: #9c9c9c;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .eyebrow {
    padding-left: .8rem;
    padding-right: .8rem;
  }

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

  .container-19 {
    max-width: 1450px;
  }
}

@media screen and (max-width: 991px) {
  .dt-hero-section {
    width: 100%;
    height: 31em;
    display: none;
    position: relative;
  }

  .hero-div {
    width: 100%;
    height: 480px;
    display: flex;
  }

  .h1 {
    margin-bottom: 0;
  }

  .p {
    width: auto;
    max-width: 45ch;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .p.p-hero {
    width: 60vw;
    margin-bottom: 0;
    font-size: 2vw;
    line-height: 1.2em;
  }

  .p.no-comitments {
    font-size: 1.1rem;
  }

  .hero-content {
    width: 80vw;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.view-work-b, .button.view-plans {
    border-radius: 200px;
    width: auto;
    height: auto;
    padding: 12px 16px;
    font-size: .9rem;
  }

  .button.plan-button {
    width: 90%;
    height: 4em;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.upload-assets {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.subscribe-ad {
    font-size: .8em;
  }

  .button.view-live-web-dt {
    width: auto;
    height: 4em;
    font-size: 2.5vw;
  }

  .button.view-live-web-dt.subscribe--to-nl {
    width: 37vw;
    font-size: 2vw;
  }

  .button.ipad-login {
    background-image: linear-gradient(to bottom, var(--blue), #3b0057bd);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 3.6em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .button.request-demo {
    margin-top: 20px;
  }

  .heading {
    color: var(--white);
    width: auto;
    margin-bottom: 1em;
    font-size: 4.5vw;
    line-height: 40px;
  }

  .heading.hww-context {
    width: 220px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading.plans-h {
    font-size: 2.1rem;
  }

  .heading.sign-in-h {
    width: 260px;
  }

  .heading.reaady-to-get-started {
    font-size: 2.3rem;
  }

  .nav-menu-2 {
    display: none;
  }

  .dt-how-we-work-section {
    height: 43em;
    margin-top: 196px;
  }

  .hww-div {
    height: 20vh;
  }

  .card {
    width: 91vw;
    height: 31em;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .hww-context {
    height: 50vh;
    margin-top: 140px;
    position: static;
  }

  .image-3 {
    top: -22.5%;
    left: -44px;
    right: 64%;
  }

  .image-3.mob {
    left: -6px;
  }

  .hww-steps {
    width: 100%;
    height: 130em;
    padding-bottom: 0;
    display: flex;
  }

  .select-your-plan {
    flex-direction: column;
    width: 200px;
  }

  .sign-up, .upload-cards {
    width: 200px;
  }

  .upload-cards.uploadlogocard {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 410px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .upload-cards.uploadimagecard {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 410px;
    padding-left: 0;
    padding-right: 0;
  }

  .hww-p {
    width: 20ch;
  }

  .hww-ctas {
    width: auto;
    margin-top: .5rem;
    margin-bottom: 50px;
  }

  .tools-we-use-section {
    height: 480px;
  }

  .logos-div {
    display: none;
  }

  .our-work-section {
    height: auto;
    display: flex;
  }

  .image-4 {
    inset: -10% auto auto -4%;
  }

  .image-4.wu, .image-4.faq {
    left: -4%;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10 {
    width: 100%;
  }

  .plans-sections {
    width: 100%;
    display: flex;
  }

  .body {
    background-color: #2b003f;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 70%;
    height: 60%;
    display: none;
  }

  .how-we-work-div {
    position: relative;
  }

  .image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
    width: 160px;
  }

  .plans-card {
    width: 50%;
    margin-right: 12px;
    padding-left: 11px;
  }

  .plans-card.starter-card {
    align-items: center;
    width: 50%;
    margin-right: 12px;
    padding-left: 11px;
  }

  .plans-card.business-card {
    width: 50%;
    height: auto;
    margin-right: 0;
    position: static;
  }

  .plans-card.sm-pro-card {
    align-items: center;
    width: 50%;
    margin-right: 12px;
    padding-left: 11px;
  }

  .plans-sub-text {
    font-size: .9rem;
  }

  .plan-name.is-home-plan-name, .plan-name.is-home-plan-name-copy {
    font-size: 2rem;
  }

  .plan-price {
    font-size: 1.6rem;
  }

  .plan-price.is--home--pp, .plan-price.is--home--pp.yearly {
    font-size: 2rem;
  }

  .plan-price.pro {
    font-size: 1.8rem;
  }

  .text-block-2 {
    width: auto;
    height: 2.2em;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
  }

  .text-block-4 {
    color: #000;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    line-height: 2em;
  }

  .text-block-4.prof-text {
    color: #000;
    width: auto;
    font-size: 1rem;
    line-height: 2em;
  }

  .text-block-4.biz-text.biz-width {
    width: auto;
    height: auto;
    margin-left: 0;
    font-size: .9rem;
    line-height: 2em;
  }

  .text-block-4.prof {
    color: #000;
    width: auto;
    font-size: .9rem;
    line-height: 2em;
  }

  .included {
    width: 30vw;
  }

  .rtg-context {
    position: static;
  }

  .image-18 {
    z-index: 1;
    inset: -8% auto auto 1%;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    width: 100%;
  }

  .navigator-left {
    width: 40%;
    margin-left: 20px;
  }

  .nav-div {
    width: 27%;
    max-width: none;
  }

  .features-div-ipad {
    width: 100%;
    height: auto;
    display: flex;
  }

  .top-card {
    margin-top: 10px;
  }

  .invoices-table {
    margin-bottom: 40px;
    margin-left: 20px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .body-3 {
    background-color: #e9e9e9;
  }

  .navbar-logo-left-container.shadow-three {
    height: 100%;
    display: flex;
  }

  .container-3 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 728px;
    height: 100%;
    display: flex;
    inset: 0% 0% auto;
  }

  .navbar-wrapper {
    display: none;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    background-color: #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    inset: 0%;
  }

  .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-hamburger {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(90deg, #f09d8e, #ec88a5 34%, #d469c3 72%, #6c30ee);
    background-clip: padding-box;
    border: 1px solid #fff0;
    border-radius: .3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: .6rem;
    display: none;
  }

  .nav-hamburger.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-20 {
    margin-top: 0;
  }

  .client-dashboard {
    background-color: #e9e9e9;
    height: auto;
  }

  .dashboard-div {
    background-color: #e9e9e9;
    align-items: flex-start;
    width: 120%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .link-21 {
    font-size: 16px;
  }

  .link-22 {
    font-size: 15px;
  }

  .link-23 {
    width: 152px;
    font-size: 15px;
  }

  .link-24 {
    font-size: 15px;
  }

  .tabs-menu-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .cards--div {
    grid-column-gap: 30px;
    grid-row-gap: 70px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .features-card {
    margin-top: 50px;
  }

  .low-card {
    background-color: #fff;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .tab-pane-plan-settings {
    width: 100%;
  }

  .hi-client {
    width: 80%;
    margin-left: 20px;
  }

  .hiclient-h {
    width: 110px;
    font-size: 15px;
  }

  .text-block-25 {
    padding-left: 0;
  }

  .heading-5 {
    text-align: center;
    width: 364px;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
  }

  .heading-5.cur-fea {
    margin-bottom: -57px;
    display: flex;
  }

  .heading-5.cur-plan {
    margin-left: 87px;
  }

  .text-block-26, .text-block-27, .text-block-29, .text-block-30 {
    font-size: 14px;
  }

  .tabs-3 {
    background-color: #e9e9e9;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-naming {
    display: none;
  }

  .currentplan-div-ipad {
    display: flex;
  }

  .heading-8 {
    font-size: 26px;
  }

  .heading-9 {
    width: 220px;
    font-size: 26px;
  }

  .asset-man-div {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tab-pane-project-settings {
    width: 100%;
  }

  .tabs-content-3 {
    justify-content: center;
    align-items: center;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
  }

  .upload-aset-h {
    text-align: center;
    font-size: 18px;
  }

  .text-block-34 {
    font-size: 12px;
  }

  .upload-logo-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .lottie-animation-4 {
    margin-bottom: 0;
    position: static;
  }

  .lottie-animation-5 {
    position: static;
    inset: 0% auto 0% 0%;
  }

  .info-pop-up-1.starter-info {
    color: #000;
  }

  .text-block-35 {
    text-align: center;
    font-size: 12px;
  }

  .menu-but-div {
    background-color: var(--orchid);
    background-image: linear-gradient(to bottom, var(--purple), var(--blue));
    border-radius: 7px;
    padding: 4px;
  }

  .menu_but-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
  }

  .lottie-animation-7 {
    object-fit: cover;
    width: 100vw;
    max-width: none;
    height: 470px;
    position: static;
    inset: 0%;
  }

  .hero-lottie-div {
    object-fit: fill;
    width: 100vw;
    height: 31em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .info-pop-up-2 {
    z-index: 999;
    color: #000;
    width: 22vw;
  }

  .info-pop-up-4 {
    color: #000;
  }

  .navbar-logo-left-2 {
    display: none;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper-2 {
    flex-direction: row;
    height: 100%;
  }

  .navbar-brand-2 {
    margin-top: 35px;
    margin-left: 30px;
  }

  .nav-menu-wrapper-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    inset: 0% 0% auto;
  }

  .nav-menu-two-2 {
    background-color: #0000;
    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-6 {
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-accent-2 {
    margin-left: 0;
    padding-left: 5px;
  }

  .text-block-42 {
    opacity: .59;
  }

  .text-block-45 {
    padding-left: 7px;
    font-size: 1em;
  }

  .blog-post-section {
    margin-top: 48px;
  }

  .blog-info-header {
    margin-left: 50px;
    padding-right: 19px;
  }

  .author-image {
    width: 10vw;
  }

  .blog-image-header {
    margin-left: 50px;
  }

  .blog-post-div {
    width: 70%;
  }

  .blog_nav_bar {
    display: none;
  }

  .nav_wrapper {
    padding-left: 18px;
    padding-right: 18px;
    font-size: .8em;
  }

  .nav-text-style {
    font-size: 1em;
  }

  .bog-nav-button {
    margin-right: 16px;
  }

  .blog-context-div {
    margin-left: 50px;
    padding-right: 20px;
  }

  .image-35 {
    font-size: 1vw;
  }

  .adv-div {
    width: 30%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span-29 {
    font-size: 1em;
  }

  .plans-cards-yearly {
    grid-column-gap: 0px;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 20px;
  }

  .plans-cards-yearly.align {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
    width: 100vw;
  }

  .ipad--nav-bar {
    z-index: 999;
    justify-content: space-between;
    align-items: flex-end;
    height: 8em;
    margin-left: 28px;
    margin-right: 28px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .ipad-hero-shade {
    z-index: 999;
    opacity: .55;
    background-color: #0000;
    background-image: linear-gradient(#0000, #06001d 78%);
    height: 470px;
    position: absolute;
    inset: 0%;
  }

  .mob-3-steps-h {
    font-size: 4.5vw;
    line-height: 40px;
  }

  .image-38.get {
    top: -8.618px;
    left: 38.722px;
  }

  .mob-3-steps-parag {
    font-size: 2vw;
  }

  .mob--3teps-ctas {
    width: 350px;
    margin-bottom: 50px;
  }

  .info-pop-up-5 {
    color: #000;
    width: 20vw;
    top: 135px;
  }

  .features-wrap {
    width: auto;
    height: auto;
    margin-bottom: 50px;
  }

  .plans-cards-mo {
    grid-column-gap: 0px;
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 20px;
  }

  .heading-23 {
    color: var(--white);
    font-size: 2.5rem;
  }

  .text-span-36 {
    padding-left: 6px;
  }

  .bold-text-4 {
    color: #ffffffb3;
    padding-left: 8px;
  }

  .bold-text-5 {
    color: #ffffffb3;
  }

  .ipad-nav-bar {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    margin-top: 51px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .container-8 {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .image-42 {
    width: 10vw;
    margin-top: 20px;
  }

  .lottie-animation-12 {
    width: 50px;
    height: 85px;
    margin-top: -22px;
  }

  .menu-button-5 {
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--blue), var(--purple));
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    position: relative;
    box-shadow: 4px 4px 15px 6px #00000030;
  }

  .menu-button-5.w--open {
    z-index: 200;
  }

  .text-block-56 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    font-size: 10px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav-menu-6 {
    z-index: 190;
    background-color: #0000;
    background-image: linear-gradient(to bottom, var(--blue), var(--purple));
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    height: 570px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .nav-link-11 {
    color: #fff;
    border-bottom: 1px solid #fff3;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .nav-link-12, .nav-link-13 {
    color: var(--white);
    border-bottom: 1px solid #fff3;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .nav-link-13.blog {
    border-bottom-style: none;
  }

  .opad-nav-social-div {
    grid-column-gap: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 11px;
    display: flex;
  }

  .image-43 {
    opacity: .58;
    filter: invert();
    width: 3vw;
  }

  .image-43.fb {
    width: 2vw;
  }

  .link-50 {
    color: #fff6;
    padding-top: 8px;
    font-size: 10px;
    line-height: 30px;
    text-decoration: none;
  }

  .ipad-nav-private-policy {
    grid-column-gap: 25px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .ipad-client-login {
    padding-top: 18px;
    padding-bottom: 0;
  }

  .blog_page {
    margin-top: 100px;
  }

  .heading-24 {
    margin-bottom: 0;
    line-height: 1.2em;
  }

  .lottie-animation-13 {
    margin-right: -48px;
    padding-left: 57px;
    padding-right: 0;
  }

  .paragraph-8 {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .paragraph-9 {
    width: 50vw;
    font-size: 2vw;
  }

  .heading-25 {
    font-size: 6vw;
  }

  .text-field-9 {
    width: 70vw;
  }

  .form-3 {
    align-items: center;
  }

  .lottie-animation-14 {
    width: 15vw;
  }

  .our-work-paragraph {
    width: auto;
    max-width: 45ch;
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  .tool-card.figma, .tool-card.adobe, .tool-card.hubspot {
    width: 26vw;
    height: 17vw;
    position: relative;
  }

  .tool-card.pably, .tool-card.memberstack, .tool-card.kolendar {
    width: 26vw;
    height: 17vw;
  }

  .heading-26 {
    font-size: 2vw;
  }

  .share-wrapper {
    position: absolute;
  }

  .image-52 {
    width: auto;
    height: 2.4rem;
    top: -24.8333px;
  }

  .paragraph-11 {
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .link-52 {
    font-size: .7rem;
  }

  .our-wrk-tet-wrap {
    margin-top: 5vh;
  }

  .dt-new-hero {
    height: 100vh;
    padding-bottom: 0;
  }

  .dt-hero-div {
    margin-top: 32px;
  }

  .r-hero-wrap {
    padding-right: 36px;
  }

  .l-hero-wrap {
    margin-top: 46px;
    padding-left: 39px;
    padding-right: 39px;
  }

  .heading-28 {
    font-size: 4vw;
  }

  .paragraph-13 {
    text-align: left;
    font-size: 1em;
  }

  .new-hero-button {
    justify-content: center;
    align-items: center;
    width: 13rem;
    height: 55px;
  }

  .text-block-58 {
    margin-left: -68px;
    padding-left: 0;
    font-size: 1.1em;
  }

  .button-inside {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    width: 96%;
    height: 86%;
  }

  .heading-29 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.1em;
  }

  .text-field-11 {
    font-size: 1.5vw;
  }

  .mov-nav {
    background-color: #0000;
    justify-content: center;
    width: 100%;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mob-menu-container {
    width: 100%;
    height: 5em;
    margin-top: 65px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-block-3 {
    width: 90%;
  }

  .text-block-63 {
    text-align: justify;
    line-height: 1.3em;
  }

  .try-our {
    text-align: center;
    font-size: 1em;
  }

  .mob-blog-nav-bar {
    background-color: #fff;
    width: 100%;
    height: 90px;
    font-family: Inter, sans-serif;
    display: block;
  }

  .image-53 {
    margin-right: 4px;
    padding-top: 0;
  }

  .nav-link-14 {
    border-bottom: .5px solid #0003;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .nav-link-16 {
    color: var(--black);
    border-bottom: .5px solid #0003;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .nav-menu-7 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lottie-animation-18 {
    filter: invert();
    background-color: #0000;
    width: 90px;
    height: 90px;
  }

  .menu-button-6 {
    background-color: #0000;
    padding: 0;
  }

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

  .mob-social-links-wrapper {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .container-10 {
    opacity: 1;
    background-color: #0000;
    width: 100%;
    height: 90px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 36px;
    padding-right: 0;
  }

  .wu-card-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .wu-card-wrap._1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .wu-card {
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 9rem;
    padding: .5rem;
  }

  .image-55, .image-56 {
    position: static;
  }

  .heading-32 {
    text-align: center;
    font-size: .9rem;
    line-height: 1rem;
  }

  .paragraph-14 {
    text-align: center;
    width: 19ch;
    font-size: .8rem;
    line-height: 1rem;
  }

  .wu-text-wrap {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .div-block-22 {
    z-index: 5000;
    position: relative;
  }

  .mob-adv-div {
    width: 30%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-65, .google-analytics-ga4-ua {
    display: none;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .ipad-nav-bar {
    align-items: center;
    padding-left: 38px;
    padding-right: 38px;
    display: none;
    position: static;
  }

  .ipad-brand-logo {
    margin-top: 35px;
    margin-left: 30px;
    display: flex;
  }

  .image-73 {
    max-width: none;
  }

  .gradient-stroke {
    background-image: linear-gradient(to right, var(--blue), var(--cyan));
    height: 0%;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .cookie {
    width: 29vw;
    height: auto;
    padding-bottom: 1rem;
  }

  .close-cookie {
    font-size: .8rem;
  }

  .div-block-28 {
    justify-content: center;
    display: flex;
  }

  .brand-5 {
    position: static;
  }

  .div-block-29 {
    flex-direction: row;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .text-block-73 {
    color: #181818b8;
    padding-left: 3px;
    font-size: 1rem;
    font-weight: 500;
  }

  .ipad-nav-brand-div {
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .container-13 {
    max-width: 728px;
  }

  .sm-pricing-div {
    grid-column-gap: 20px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .sm-plans-card {
    width: 50%;
    margin-right: 12px;
    padding-left: 11px;
  }

  .sm-plans-card.starter-card {
    align-items: center;
    width: 50%;
    margin-right: 12px;
    padding-left: 11px;
  }

  .sm-plans-card.business-card {
    width: 50%;
    height: auto;
    margin-right: 0;
    position: static;
  }

  .sm-plans-card.sm-starter-card-copy {
    align-items: center;
    width: 50%;
    margin-right: 12px;
    padding-left: 11px;
  }

  .sm-plans-card.sm-starter-card {
    align-items: center;
    width: 40%;
    margin-right: 12px;
    padding-left: 0;
  }

  .sm-plans-card.sm-pro-card {
    width: 40%;
    margin-right: 0;
    padding-left: 0;
  }

  .sm-plan-name.is-home-plan-name, .sm-plan-name.is-home-plan-name-copy {
    font-size: 2rem;
  }

  .sm-info-pop-up-1-copy.starter-info, .sm-info-pop-up-1-copy.sm-starter-info-copy {
    color: #000;
  }

  .sm-features-wrap-copy {
    width: auto;
    height: auto;
    margin-bottom: 0;
  }

  .sm-plans-sub-text-copy {
    font-size: .9rem;
  }

  .button-copy.view-work-b, .button-copy.view-plans {
    border-radius: 200px;
    width: 160px;
    height: 40px;
  }

  .button-copy.plan-button {
    width: 90%;
    height: 4em;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .button-copy.upload-assets {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy.subscribe-ad {
    font-size: .8em;
  }

  .button-copy.view-live-web-dt {
    width: auto;
    height: 4em;
    font-size: 2.5vw;
  }

  .button-copy.view-live-web-dt.subscribe--to-nl {
    width: 37vw;
    font-size: 2vw;
  }

  .button-copy.ipad-login {
    background-image: linear-gradient(to bottom, var(--blue), #3b0057bd);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 3.6em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .button-copy.request-demo {
    margin-top: 20px;
  }

  .plans-cards-ye {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 101px;
    padding-right: 101px;
    display: flex;
  }

  .yearly-card {
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .yearly-card.professional {
    width: 80%;
  }

  .heading-52.business, .heading-52.starter, .heading-52.profesisona {
    font-size: 1.5rem;
  }

  .billed-yearly-text {
    width: auto;
    height: 2.2em;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .8rem;
  }

  .text-block-74.starter {
    padding-left: 1.5rem;
  }

  .mask-1._2 {
    height: 100%;
  }

  .checkbox-label-7 {
    font-size: 1rem;
  }

  .slide-2-div {
    flex-flow: column;
  }

  .left-arrow-2-copy-2 {
    left: 64%;
  }

  .container-15 {
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slide-2-twxt-wrap {
    margin-bottom: 1rem;
    padding-left: 2rem;
  }

  .form-6 {
    padding-right: 0;
  }

  .paragraph-23.last-info {
    width: 65ch;
    font-size: 1rem;
  }

  .checl-boxes-wrap-2 {
    max-width: 100%;
    padding-left: 0;
  }

  .checkbox-4 {
    width: 100%;
  }

  .text-block-79 {
    font-size: 2.8rem;
  }

  .checkbox-field-5 {
    height: 12rem;
  }

  .name-field-2 {
    width: 18rem;
  }

  .checkbox-label-8 {
    width: 87%;
  }

  .navbar-7 {
    display: none;
  }

  .menu.ipad {
    text-align: center;
    margin-bottom: 0;
    font-size: .4rem;
    line-height: 0;
  }

  .left-arrow-3 {
    inset: -15% 0% auto 135px;
  }

  .rev-right {
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }

  .paragraph-26 {
    width: auto;
  }

  .rev-left {
    padding-left: 40px;
  }

  .heading-56 {
    font-size: 1.9rem;
  }

  .right-arrow-4 {
    top: -15%;
  }

  .heading-57 {
    font-size: 1rem;
  }

  .image-86 {
    position: absolute;
    inset: 0% 2% auto auto;
  }

  .rev-heading.rev-button {
    width: 50%;
  }

  .section-5 {
    display: none;
  }

  .wu-card-l1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .wu-card-l1._1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 47px;
    padding-right: 47px;
  }

  .wu-card-l2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .case-study-but.view-work-b, .case-study-but.view-plans {
    border-radius: 200px;
    width: auto;
    height: auto;
    padding: 12px 16px;
    font-size: .9rem;
  }

  .case-study-but.plan-button {
    width: 90%;
    height: 4em;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .case-study-but.upload-assets {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-but.subscribe-ad {
    font-size: .8em;
  }

  .case-study-but.view-live-web-dt {
    width: auto;
    height: 4em;
    font-size: 2.5vw;
  }

  .case-study-but.view-live-web-dt.subscribe--to-nl {
    width: 37vw;
    font-size: 2vw;
  }

  .case-study-but.ipad-login {
    background-image: linear-gradient(to bottom, var(--blue), #3b0057bd);
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 3.6em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    font-weight: 500;
    display: flex;
  }

  .case-study-but.request-demo {
    margin-top: 20px;
  }

  .cs-card {
    flex-flow: column;
  }

  .cs-card.ipad {
    width: 100%;
    height: 90vh;
    padding-top: 1rem;
  }

  .hero-heading {
    font-size: 4vw;
  }

  .q-grid-card {
    justify-content: flex-start;
    align-items: center;
  }

  .but-2024.hero {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .link-block-8 {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-8 {
    z-index: 9999;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    inset: 0% 0% auto;
  }

  .icon-7 {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-bottom: .1rem;
    font-size: 1.7rem;
    display: flex;
  }

  .mark-card {
    width: 80%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mark-card.professional {
    width: 80%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .marketing-description {
    font-size: 1.1rem;
  }

  .marketing-description.business, .marketing-description.starter, .marketing-description.profesisona {
    font-size: 1.5rem;
  }

  .marketing-plans-sections-copy {
    width: 100%;
    max-width: 940px;
    padding-top: 4rem;
    display: flex;
  }

  .accordion-item.last-item {
    margin-top: 0;
  }

  .careers-but.hero {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .text-block-89 {
    width: 90%;
  }

  .backt-home.hero {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .tasks-heading {
    color: var(--white);
    width: auto;
    margin-bottom: 1em;
    font-size: 4.5vw;
    line-height: 40px;
  }

  .tasks-heading.hww-context {
    width: 220px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .tasks-heading.plans-h {
    font-size: 2.1rem;
  }

  .tasks-heading.sign-in-h {
    width: 260px;
  }

  .tasks-heading.reaady-to-get-started {
    font-size: 2.3rem;
  }

  .included-2 {
    width: 30vw;
  }

  .text-block-90.starter {
    padding-left: 1.5rem;
  }

  .included-3 {
    width: 30vw;
  }

  .text-block-91.starter, .text-block-91.pro {
    padding-left: 1.5rem;
  }

  .included-4 {
    width: 30vw;
  }

  .text-block-92.starter {
    padding-left: 1.5rem;
  }

  .cs-wrap {
    flex-flow: column;
  }

  .cs-img.nsp, .cs-img.vex, .cs-img.arista, .cs-img.root-industry, .cs-img.jfn, .cs-img.qp, .cs-img.shp, .cs-img.gentlemano, .cs-img.pavo {
    height: 50%;
  }

  .cs-info {
    justify-content: center;
    align-items: flex-start;
    height: 50%;
  }

  .container-19 {
    max-width: 590px;
  }
}

@media screen and (max-width: 767px) {
  .hero-div {
    margin-top: -50px;
  }

  .p {
    font-size: 1.2em;
  }

  .button.view-work-b {
    padding: 1rem;
    font-size: .8rem;
  }

  .button.view-plans {
    padding: 1rem 1.6rem;
    font-size: .8rem;
  }

  .button.book-a-call-button.dt {
    width: auto;
    padding-left: 54px;
    padding-right: 54px;
  }

  .button.upload-assets {
    width: 190px;
  }

  .button.view-live-web-dt {
    align-items: center;
    width: 70vw;
    height: 4em;
    font-size: 1.2em;
  }

  .button.view-live-web-dt.subscribe--to-nl {
    height: 9vh;
  }

  .heading {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .dt-how-we-work-section {
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .hww-div {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .card, .hww-context {
    height: auto;
  }

  .image-3.mob {
    inset: 0% auto auto 0%;
  }

  .hww-steps {
    height: auto;
    padding-top: 0;
  }

  .upload-cards.uploadlogocard {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .upload-cards.uploadimagecard {
    width: 90%;
  }

  .lottie-animation {
    width: 14rem;
  }

  .lottie-animation-2 {
    width: 8rem;
  }

  .plans-card.business-card {
    width: 60%;
  }

  .text-block {
    width: 8.5rem;
    font-size: .6rem;
  }

  .plan-price {
    width: auto;
    font-size: 30px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .navigator-left {
    width: 100%;
    max-width: 40%;
  }

  .nav-div {
    width: 39%;
  }

  .top-card {
    width: 300px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .thanks-page {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .client-dashboard {
    width: 100%;
  }

  .tabs-menu-3 {
    grid-row-gap: 10px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .cards--div {
    width: 100%;
  }

  .low-card {
    width: 300px;
    display: block;
  }

  .text-block-24 {
    padding-left: 10px;
  }

  .text-block-30 {
    font-size: 14px;
  }

  .tabs-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-8 {
    margin-left: 22px;
  }

  .heading-9 {
    margin-top: 40px;
  }

  .text-block-32 {
    width: auto;
  }

  .asset-man-div {
    justify-content: flex-start;
    margin-left: -9px;
    margin-right: auto;
  }

  .lottie-animation-6 {
    width: 14rem;
  }

  .heading-10 {
    font-size: 12px;
  }

  .dt-referral-section {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

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

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

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .blog-post-section, .blog_nav_bar {
    display: none;
  }

  .plans-cards-yearly.align {
    padding-bottom: 40px;
  }

  .hww-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .lottie-select-wrap {
    width: auto;
  }

  .lottie-sign-up-wrap {
    width: 16vw;
  }

  .container-8 {
    margin-top: 62px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-42 {
    width: 12vw;
    margin-top: 10px;
  }

  .paragraph-9 {
    width: 80vw;
    font-size: 4vw;
  }

  .heading-25 {
    font-size: 7vw;
  }

  .text-field-9 {
    width: 70vw;
  }

  .lottie-animation-14 {
    width: 20vw;
  }

  .dt-tools-card-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    margin-bottom: .9rem;
  }

  .tool-card.figma {
    border-radius: 10px;
    width: 30vw;
  }

  .tool-card.adobe {
    border-radius: 10px;
    width: 30vw;
    height: 17vw;
  }

  .tool-card.hubspot {
    border-radius: 10px;
    width: 30vw;
  }

  .tool-card.pably {
    border-radius: 10px;
    width: 30vw;
    position: relative;
  }

  .tool-card.memberstack, .tool-card.kolendar {
    border-radius: 10px;
    width: 30vw;
    height: 13vh;
    position: relative;
  }

  .dt-tools-text-r-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 57%;
    margin-left: 1rem;
  }

  .heading-26.aws {
    width: 67%;
    margin-left: 0;
    font-size: .6rem;
  }

  .heading-26.pably {
    margin-left: 0;
  }

  .heading-26.figma {
    width: auto;
    margin-left: 0;
    font-size: .7rem;
  }

  .heading-26.webflow {
    margin-left: 0;
  }

  .dt-bottom-hor-wrap {
    margin-top: 0;
  }

  .dt-bottom-hor-wrap.aws {
    width: 100%;
  }

  .paragraph-10 {
    width: 6.9rem;
    font-size: .7em;
  }

  .figma-logo {
    width: 1.5rem;
  }

  .figma {
    width: 90px;
    font-size: .8em;
  }

  .share-wrapper {
    margin-bottom: .8rem;
    margin-right: .5rem;
    inset: auto 0% 0% auto;
  }

  .hub-spot-logo {
    width: 1.5rem;
  }

  .pabby-name {
    font-size: .8em;
  }

  .pabbly-logo {
    width: 1.6rem;
  }

  .html-embed-3 {
    width: 2rem;
  }

  .html-embed-5 {
    width: 5.3rem;
  }

  .image-52 {
    z-index: 15000;
    width: auto;
    max-width: 70%;
    height: auto;
    margin-left: 18px;
    inset: -23% auto auto 3%;
  }

  .paragraph-11 {
    font-size: 1em;
    line-height: 1.4em;
  }

  .link-52 {
    font-size: 1em;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dt-new-hero {
    height: auto;
  }

  .r-hero-wrap {
    padding-right: 1rem;
  }

  .l-hero-wrap {
    padding-left: 1.6rem;
    padding-right: .8rem;
  }

  .heading-28 {
    font-size: 2rem;
  }

  .paragraph-13 {
    font-size: 1.2em;
  }

  .mob-blog-nav-bar {
    display: none;
  }

  .heading-31 {
    font-size: 2rem;
  }

  .wu-card-wrap._1 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .wu-card {
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .image-56 {
    width: 3rem;
  }

  .heading-32, .paragraph-14 {
    font-size: .7rem;
  }

  .asset-card {
    padding: 60px 15px;
  }

  .ipad-brand-logo {
    padding-left: 0;
  }

  .cookie {
    border-radius: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 18px;
    padding-right: 18px;
  }

  .close-cookie {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .button-copy.upload-assets {
    width: 190px;
  }

  .button-copy.view-live-web-dt {
    align-items: center;
    width: 70vw;
    height: 4em;
    font-size: 1.2em;
  }

  .button-copy.view-live-web-dt.subscribe--to-nl {
    height: 9vh;
  }

  .plans-cards-ye {
    grid-column-gap: .75rem;
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
  }

  .yearly-card {
    width: 34%;
  }

  .yearly-card.limited-offer {
    width: 32%;
  }

  .heading-52 {
    font-size: 4vw;
  }

  .billed-yearly-text {
    font-size: .6rem;
  }

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

  .name-field-2 {
    width: 14.6rem;
  }

  .left-arrow-3 {
    left: 55px;
  }

  .paragraph-26 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  .heading-56 {
    font-size: 2rem;
  }

  .quote-div {
    padding-right: 0;
  }

  .right-arrow-4 {
    left: 190px;
  }

  .rev-wrap {
    padding-left: 1rem;
    padding-right: 0;
  }

  .rev-heading.rev-button {
    width: 80%;
  }

  .wu-card-l1 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .wu-card-l2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .case-study-but.view-work-b {
    padding: 1rem;
    font-size: .8rem;
  }

  .case-study-but.view-plans {
    padding: 1rem 1.6rem;
    font-size: .8rem;
  }

  .case-study-but.book-a-call-button.dt {
    width: auto;
    padding-left: 54px;
    padding-right: 54px;
  }

  .case-study-but.upload-assets {
    width: 190px;
  }

  .case-study-but.view-live-web-dt {
    align-items: center;
    width: 70vw;
    height: 4em;
    font-size: 1.2em;
  }

  .case-study-but.view-live-web-dt.subscribe--to-nl {
    height: 9vh;
  }

  .hero-heading {
    font-size: 2rem;
  }

  .mark-card {
    width: 80%;
  }

  .mark-card.limited-offer {
    width: 32%;
  }

  .marketing-description {
    font-size: 1rem;
  }

  .cta-mob {
    width: 250px;
    font-size: 16px;
  }

  .job-item-content {
    margin-right: 0;
  }

  .tasks-heading {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 2rem;
  }

  .text-block-90, .text-block-91, .text-block-92 {
    font-size: .9rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    display: none;
  }

  .dt-hero-section {
    height: 800px;
    display: none;
    position: relative;
  }

  .hero-div {
    z-index: 999;
    opacity: .9;
    background-image: url('../images/Stones-1mb.png');
    background-position: 50%;
    background-size: cover;
    height: 693px;
    position: relative;
  }

  .h1 {
    width: 90%;
  }

  .p {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 0;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.3em;
    display: flex;
  }

  .p.p-hero {
    width: 90%;
    height: 110px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 21px;
  }

  .p.no-comitments {
    color: #fff;
    width: 80%;
    margin: 10px auto 20px;
    font-size: 1rem;
    line-height: 1.3em;
  }

  .p.copywrite-reserved {
    margin-bottom: 0;
    font-size: 10px;
    display: block;
  }

  .hero-content {
    width: 100%;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .button.hero-button {
    background-color: var(--blue);
    color: #fff;
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .button.view-work-b {
    border-radius: .3rem;
    width: 100%;
    height: auto;
    padding: 20px;
    font-family: Inter, sans-serif;
    font-size: .9rem;
  }

  .button.view-plans {
    background-color: #000;
    background-image: none;
    border-radius: .3rem;
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: .9rem;
  }

  .button.plan-button {
    border-radius: 200px;
    width: 100%;
    height: 3.6em;
    margin: .5rem auto 2rem;
    padding: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1.2em;
  }

  .button.plan-button.prof-button {
    border-radius: 200px;
    height: 3.6em;
    margin: 25px auto;
    font-size: 16px;
  }

  .button.plan-button.starter-button {
    border-radius: 200px;
    height: 3.6em;
    margin: 25px auto;
  }

  .button.book-a-call-button {
    width: 280px;
    height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .button.book-a-call-button.dt {
    border-radius: .3rem;
    width: auto;
    height: 3.6em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: .9rem;
  }

  .button.upload-assets {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.ref-button {
    border-radius: 200px;
    width: 260px;
  }

  .button.subscribe-ad {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }

  .button.hero-mob {
    z-index: 989;
    background-image: linear-gradient(180deg, var(--blue), var(--dark-blue));
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 4.2em;
    padding: 14px 3px;
    font-size: 4.3vw;
    line-height: 1em;
    display: flex;
    position: static;
  }

  .button.view-live-web-dt {
    background-image: linear-gradient(180deg, var(--blue), #00f0ffc4);
    text-align: center;
    border-radius: .4rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .9rem;
    display: flex;
    position: relative;
  }

  .button.view-live-web-dt.subscribe--to-nl {
    width: 80%;
    height: 7vh;
    font-size: 4vw;
  }

  .button.social-hero-button {
    width: 80%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .login-button {
    background-color: var(--blue);
    background-image: linear-gradient(to bottom, var(--blue), #10004e99);
    border-radius: 200px;
    height: 50px;
    margin: 19px 25px;
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .heading {
    width: auto;
    margin-top: 64px;
    font-size: 7.5vw;
    line-height: 1.7rem;
    position: relative;
  }

  .heading.hww-context {
    text-align: center;
    width: 100%;
    margin: -4px auto 0;
    padding: 0;
  }

  .heading.tools-h {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .heading.plans-h {
    width: 80vw;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 30px;
    position: relative;
  }

  .heading.sign-in-h {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .heading.reaady-to-get-started {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 7vw;
    line-height: 28px;
  }

  .video-bg {
    opacity: 1;
    height: 100%;
    display: flex;
    position: absolute;
  }

  .background-video {
    opacity: .15;
    mix-blend-mode: lighten;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    width: 100%;
    height: 87%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: static;
    top: -13px;
  }

  .text-span {
    font-size: 1em;
  }

  .black-shade {
    opacity: .15;
    background-image: linear-gradient(359deg, #000 50%, #5200ffbd);
    height: 87%;
    display: block;
    position: absolute;
  }

  .menu-button {
    background-color: #0000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin: 16px 25px 16px 0;
    padding: 11px;
    display: flex;
    position: static;
  }

  .menu-button.w--open {
    z-index: 1;
    background-color: var(--midnight-blue);
    border-radius: 0;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 110%;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: absolute;
    top: -18px;
  }

  .nav-link {
    opacity: 1;
    color: #fff;
    background-color: #0000;
    border-bottom: 1px solid #fff6;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: flex;
    position: relative;
  }

  .nav-link.last-nav {
    border: 1px #000;
  }

  .nav-menu-2 {
    z-index: 999;
    background-color: var(--midnight-blue);
    background-image: linear-gradient(180deg, var(--midnight-blue), #860082ba);
    opacity: 1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    inset: 0%;
  }

  .icon-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 10px;
    margin-top: 12px;
    padding-right: 34px;
    display: none;
  }

  .image-2 {
    width: 20vw;
    max-width: none;
    margin-top: 0;
    position: relative;
    left: 0;
  }

  .brand-2 {
    z-index: 999;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 10px 10px 0 25px;
    display: flex;
    position: static;
  }

  .dt-how-we-work-section {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hww-div {
    height: auto;
    margin-top: 0;
  }

  .card {
    flex-flow: column;
    width: 90%;
    height: auto;
    padding-bottom: 50px;
  }

  .hww-context {
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem 20px;
  }

  .image-3 {
    top: 40.8%;
    left: 1px;
    right: 70%;
  }

  .image-3.mob {
    top: 41%;
  }

  .hww-steps {
    flex-flow: column;
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
  }

  .select-your-plan {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 220px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .sign-up {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
  }

  .upload-cards.uploadlogocard {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .upload-cards.uploadimagecard {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .lottie-animation {
    width: 10rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lottie-animation-2 {
    width: 4rem;
    margin-top: 1.5rem;
    margin-bottom: -3px;
  }

  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper.signup-wrapper {
    width: 200px;
    height: auto;
    margin-bottom: 1rem;
  }

  .hww-p {
    opacity: .7;
    color: #000;
    width: auto;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .hww-ctas {
    flex-direction: column;
    width: 100%;
    height: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    width: 142px;
    padding-right: 4px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }

  .tools-we-use-section {
    flex-direction: column;
    height: auto;
    display: none;
  }

  .logos-div {
    flex-direction: row;
    display: none;
  }

  .our-work-section {
    height: auto;
    display: none;
  }

  .our-work-section.mob {
    margin-top: 0;
    display: none;
  }

  .image-4 {
    top: 56px;
    left: 26px;
    right: 0;
  }

  .image-4.wu {
    inset: 0% auto auto -9%;
  }

  .image-4.faq {
    inset: 8% auto auto 5%;
  }

  .work-div-v1 {
    height: auto;
  }

  .image-6, .image-7, .image-8, .image-9 {
    margin-bottom: 20px;
  }

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

  .plans-sections {
    background-color: #181818cc;
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .plans-h-p {
    height: auto;
    margin-bottom: 0;
    position: static;
    bottom: 692px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
    width: 90%;
    height: 150px;
    display: none;
  }

  .how-we-work-div {
    display: block;
  }

  .h-div {
    height: auto;
    margin-top: 125px;
  }

  .image-17 {
    z-index: 999;
    opacity: .9;
    width: 13vw;
    max-width: none;
    height: auto;
    font-size: 14vw;
    top: 18px;
    left: 40px;
    right: 273px;
  }

  .image-17._23 {
    width: auto;
    max-width: 100px;
    inset: -7% auto auto 14%;
  }

  .plans-card {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .plans-card.starter-card {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .plans-card.business-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .plans-card.sm-pro-card {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .text-block {
    width: 70%;
    font-size: .8rem;
    top: -19px;
  }

  .plans-sub-text {
    font-size: .9rem;
  }

  .plan-name {
    font-size: 20px;
  }

  .plan-name.is-home-plan-name {
    height: 40px;
    font-size: 28px;
  }

  .plan-name.is-home-plan-name-copy {
    height: 40px;
    font-size: 2rem;
  }

  .plan-price {
    width: auto;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2rem;
  }

  .plan-price.is--home--pp {
    width: 240px;
    margin-bottom: 1px;
    font-size: 2.4em;
  }

  .plan-price.pro {
    font-size: 2rem;
  }

  .text-block-2 {
    text-align: center;
    width: auto;
    margin-right: 0;
    font-family: Inter, sans-serif;
    font-size: 3.5vw;
  }

  .text-block-4 {
    width: 60vw;
    height: auto;
    font-size: 3.6vw;
    line-height: 2.3em;
  }

  .text-block-4.prof-text {
    width: 70vw;
    height: auto;
    margin-bottom: 0;
    font-size: 3.6vw;
  }

  .text-block-4.biz-text.biz-width {
    width: 70vw;
    height: auto;
    font-size: 3.6vw;
  }

  .text-block-4.prof {
    width: 70vw;
    font-size: 3.6vw;
  }

  .text-block-4.sm {
    width: 100%;
    font-size: 4vw;
  }

  .included {
    width: 227px;
    margin-top: 12px;
    padding-left: 0;
  }

  .line-inc {
    width: 65px;
    margin-right: 37px;
  }

  .line-inc.line-biz {
    margin-right: 0;
  }

  .text-block-5 {
    padding-right: 0;
  }

  .ready-to-get-section {
    height: 310px;
    padding-left: 0;
  }

  .rtg-context {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 1rem 0;
  }

  .image-18 {
    z-index: 100;
    width: 13vw;
    max-width: none;
    inset: -8% auto auto 1%;
  }

  .footer {
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-logo-link {
    width: 100%;
  }

  .footer-image {
    width: 50%;
    height: 50%;
    min-height: 50px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-heading {
    justify-content: center;
    margin-top: 0;
  }

  .footer-heading.address {
    margin-top: 30px;
  }

  .footer-heading.pricing-footer {
    text-align: center;
    justify-content: center;
    margin-top: 0;
  }

  .footer-navigation {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .text-block-6 {
    flex-flow: column;
    place-content: flex-end center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
    display: none;
    overflow: visible;
  }

  .powered-div {
    background-color: var(--10004e);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3rem;
    display: flex;
  }

  .text-span-6 {
    padding-left: 0;
    padding-right: 2px;
    font-weight: 500;
  }

  .link-2 {
    color: var(--white);
    text-decoration: none;
  }

  .navigator-left {
    display: none;
  }

  .features-div-ipad {
    width: 70%;
    margin-left: 0;
  }

  .top-card {
    width: 290px;
    margin-left: 0;
    margin-right: 0;
  }

  .invoices-table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .table-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-logo-left, .navbar-logo-left-container.shadow-three {
    display: none;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    width: 70%;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 15px 50px;
  }

  .button-primary.blog-sign-up {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .login-page {
    height: 100%;
  }

  .login-div {
    width: 320px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .login-logo {
    width: 130px;
  }

  .body-5 {
    height: 100%;
  }

  .form {
    width: 90%;
  }

  .form-block-2 {
    width: 100%;
    padding: 43px;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-card-content {
    max-width: 580px;
  }

  .testimonial-card-heading {
    font-size: 30px;
    line-height: 35px;
  }

  .testimonial-text-three {
    font-size: 18px;
    line-height: 26px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .text-span-14 {
    color: var(--cyan);
    padding-right: 10px;
    font-size: 16px;
  }

  .text-span-15, .text-span-16 {
    padding-right: 10px;
  }

  .tabs-menu-3 {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .tab-link-tab-2-2 {
    display: flex;
  }

  .plan-info-card, .features-card, .low-card {
    width: 290px;
  }

  .price-div {
    width: auto;
  }

  .text-block-23 {
    font-size: 24px;
  }

  .text-block-24 {
    padding-left: 15px;
    font-size: 14px;
  }

  .heading-5.cur-fea, .heading-5.cur-plan {
    display: none;
  }

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

  .text-block-26 {
    font-size: 12px;
  }

  .text-block-27 {
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-29 {
    font-size: 12px;
  }

  .text-block-30 {
    width: 80px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block-31 {
    padding-left: 16px;
    font-size: 12px;
  }

  .tab-pane-tax-invoices {
    width: 100%;
  }

  .currentplan-div-ipad {
    width: 70%;
    margin-left: 0;
  }

  .heading-8 {
    margin-top: -10px;
    margin-left: 0;
    font-size: 22px;
  }

  .heading-9 {
    font-size: 22px;
  }

  .text-block-32, .link-28 {
    font-size: 12px;
  }

  .text-field-7 {
    border-radius: 5px;
  }

  .text-field-8 {
    border-radius: 5px;
    margin-bottom: 25px;
  }

  .mob-dashboard-nav {
    width: 100%;
    display: block;
  }

  .container-4 {
    background-color: var(--midnight-blue);
  }

  .icon-2 {
    filter: invert();
  }

  .brand-3 {
    margin-top: 20px;
  }

  .image-22 {
    margin-left: 10px;
  }

  .menu-button-2 {
    background-color: var(--midnight-blue);
  }

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

  .nav-menu-3 {
    background-color: var(--midnight-blue);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 248px;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-4 {
    color: #fff;
    text-align: center;
    border-bottom: .5px solid #707070;
    font-family: Inter, sans-serif;
    font-size: 14px;
  }

  .nav-link-4.log-out-nav {
    border-bottom-width: 0;
  }

  .text-span-19 {
    color: var(--blue);
    font-size: 10px;
  }

  .not-a-member-div {
    background-color: var(--midnight-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .text-block-33 {
    width: 162px;
    height: 40px;
    margin-top: 5px;
    padding: 0;
    font-size: 11px;
  }

  .link-42 {
    width: 87px;
  }

  .asset-man-div {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: -85px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .tab-pane-project-settings {
    margin-left: auto;
    margin-right: auto;
  }

  .tabs-content-3 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .upload-aset-h {
    text-align: center;
    width: 260px;
    font-size: 18px;
  }

  .text-block-34 {
    text-align: center;
    font-size: 11px;
  }

  .logo-lottie {
    width: 100%;
    margin-right: 0;
    top: -1px;
  }

  .lottie-animation-4, .lottie-animation-5 {
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .asset-upload-text {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .lottie-animation-6 {
    width: 6rem;
    margin-top: 0;
    margin-bottom: -1.5rem;
  }

  .info-pop-up-1.starter-info {
    top: 35%;
    left: 27%;
  }

  .info {
    margin-left: 4px;
    font-size: 14px;
  }

  .text-span-22 {
    width: 90px;
    font-size: 14px;
  }

  .slider {
    border-radius: 10px;
    height: 184px;
  }

  .mask {
    border-radius: 10px;
  }

  .slide-6 {
    width: 101%;
  }

  .icon-3 {
    margin-left: 10px;
  }

  .icon-4 {
    margin-right: 10px;
  }

  .text-block-35 {
    color: #fff;
    text-align: center;
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 8px;
    font-weight: 500;
    position: absolute;
    top: 31.4965px;
  }

  .menu-but-div {
    z-index: 1000;
    background-color: #0000;
    background-image: linear-gradient(94deg, #ec88a5 19%, #ba68b4 50%, #6b30ee);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-top: 12px;
    margin-right: 12px;
    display: none;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .menu-but-div.w--open {
    display: flex;
  }

  .menu_but-wrapper {
    z-index: 1;
    background-color: #0000;
    border-radius: 11px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 7px;
    display: flex;
    position: static;
  }

  .lottie-animation-7 {
    height: 693px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .hero-lottie-div {
    display: none;
  }

  .referral_div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 46px;
    display: none;
  }

  .referral_div.mob {
    z-index: 2000;
    background-image: linear-gradient(180deg, #bf64e6a8, var(--blue));
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100vw;
    height: 3.3em;
    margin-left: 0;
    margin-right: 0;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .heading-10 {
    width: 100vw;
    height: 3em;
    margin-top: .4em;
    margin-bottom: .4em;
    font-size: 3vw;
    line-height: 1.3em;
    inset: 0%;
  }

  .dt-referral-section {
    display: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .mob-referral-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .referral-text {
    padding: 21px;
  }

  .heading-11 {
    color: var(--white);
  }

  .heading-11.ref-text-class {
    text-align: center;
    margin-top: 0;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .referral-wrapper {
    background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 40px;
    display: flex;
  }

  .faq-div {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-wrapper {
    font-family: Inter, sans-serif;
  }

  .heading-12 {
    margin-top: 0;
    padding-top: 0;
  }

  .question {
    font-size: 22px;
    line-height: 31px;
  }

  .answer {
    text-align: left;
    letter-spacing: 0;
    width: auto;
    font-size: 15px;
  }

  .answer.terms-and-cond {
    color: #d1d1d1;
  }

  .text-span-25 {
    padding-right: 4px;
  }

  .social-buttons-wrapper {
    grid-column-gap: 28px;
    justify-content: center;
    align-items: center;
    padding: 10px 35px 34px;
    display: flex;
  }

  .image-26, .image-27, .image-29 {
    filter: invert();
  }

  .info-pop-up-2 {
    z-index: 100;
    width: 50vw;
    padding-left: 8px;
    padding-right: 8px;
    top: 111px;
    left: 77.4922px;
  }

  .info-pop-up-3 {
    width: 50vw;
    top: 189.5px;
    left: 47.891px;
  }

  .info-pop-up-4 {
    width: 50vw;
    top: 79px;
    left: 45.4922px;
  }

  .navbar-logo-left-2 {
    display: none;
  }

  .container-5 {
    max-width: none;
  }

  .navbar-wrapper-2 {
    padding-left: 16px;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .body-8 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    margin-top: 0;
    margin-bottom: 34px;
  }

  .heading-13 {
    color: var(--cyan);
    font-size: 1.8rem;
  }

  .text-block-43 {
    color: var(--white);
    font-size: 1rem;
    line-height: 1.5em;
  }

  .header-topic {
    margin: 40px 0;
    padding-left: 33px;
    padding-right: 33px;
  }

  .blogs-wrapper {
    margin-bottom: 100px;
  }

  .tag {
    font-size: .6rem;
  }

  .read-mins {
    padding-right: 0;
    font-size: .8rem;
  }

  .post-info-div {
    grid-column-gap: 4px;
    background-color: #0000;
    border-radius: 5px;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px;
  }

  .post-info-div.blog-home {
    flex-direction: row;
    justify-content: flex-start;
    margin-left: auto;
  }

  .publish-date {
    width: auto;
    font-size: .9em;
  }

  .separator {
    padding-left: 4px;
    padding-right: 4px;
    display: block;
  }

  .blog-post-section {
    background-color: #0000;
    border-top-style: none;
    border-top-width: 0;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .blog-info-header {
    outline-offset: 0px;
    border-top: 1px #000;
    outline: 0 #333;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0;
    padding-right: 0;
  }

  .author-image {
    object-fit: cover;
    width: 70px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .post-author-name {
    margin-bottom: 5px;
  }

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

  .date {
    font-size: .8rem;
  }

  .blog-image-header {
    width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .image-34 {
    margin-top: auto;
  }

  .heading-17 {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 26px;
  }

  .blog-post-div {
    flex-direction: column;
    width: 100%;
    margin-top: -70px;
  }

  .blog_nav_bar {
    flex-direction: row;
    display: none;
  }

  .blog-context-div {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .blog-context {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .blog-context-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-2 {
    color: #3333339e;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4rem;
  }

  .adv-div {
    flex-direction: column;
    width: 100%;
    padding-bottom: 60px;
    padding-left: 13px;
    padding-right: 13px;
    display: none;
    position: static;
  }

  .heading-18 {
    justify-content: center;
    font-size: 1.2em;
  }

  .toggle-button {
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .toggle-wrap {
    border: 2px solid var(--cyan);
    border-radius: 200px;
    outline-color: #0000;
    width: 90px;
    height: 35px;
  }

  .togcircle {
    width: 24px;
    height: 24px;
    margin-left: 4.5px;
    margin-right: 4.5px;
  }

  .text-block-50 {
    align-items: center;
    margin-top: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .text-block-51 {
    flex-direction: column;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 13px;
  }

  .plans {
    align-items: flex-start;
  }

  .plans-cards-yearly {
    flex-direction: column;
    height: auto;
    margin-top: 88px;
    display: none;
    position: static;
  }

  .plans-cards-yearly.align {
    margin-top: 40px;
    display: none;
  }

  .ipad--nav-bar {
    display: none;
  }

  .hww-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-select-wrap, .lottie-sign-up-wrap {
    width: auto;
    height: auto;
  }

  .lottie-assets-wrap {
    width: auto;
    height: 4rem;
    margin-bottom: 1rem;
  }

  .mob-hero-section {
    background-image: url('../images/web25-bg.webp');
    background-position: 0%;
    background-size: cover;
    background-attachment: fixed;
    width: 100vw;
    height: auto;
    display: none;
    position: relative;
  }

  .mob-hero-text-wrap {
    z-index: 999;
    opacity: 1;
    background-color: #0000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 44px;
    padding: 61px 1rem;
    display: flex;
    position: static;
  }

  .heading-19 {
    color: var(--white);
    text-align: center;
    width: 90vw;
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.1em;
    display: block;
  }

  .paragraph-3 {
    color: #fffc;
    text-align: center;
    width: 90vw;
    margin-top: 3px;
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.3em;
  }

  .mob-hero-section-shade {
    background-image: url('../images/Stones-1mb.png');
    background-position: 50%;
    background-size: cover;
    width: 100vw;
    height: 130vw;
    display: flex;
  }

  .mob-hero-section-shade.shade {
    z-index: 2;
    opacity: .37;
    mix-blend-mode: hard-light;
    background-color: #00000085;
    background-image: none;
    flex-flow: row;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .button-blue-effect {
    z-index: 1;
    background-color: #0000;
    background-image: linear-gradient(to right, #0000, var(--cyan) 40%);
    border-radius: 200px;
    width: 0;
    height: 3.9px;
    margin-bottom: 97px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 58px;
    padding-right: 0;
    line-height: 0;
    position: absolute;
    inset: auto 73px 0% 11%;
  }

  .mob-how-it-works-div {
    flex-direction: column;
    display: flex;
  }

  .mob-how-it-works-sec {
    display: none;
  }

  .mob-3-steps-h {
    margin-top: 64px;
    font-size: 7vw;
    line-height: 40px;
    position: relative;
  }

  .image-38 {
    z-index: 999;
    opacity: .5;
    position: absolute;
    inset: 55px auto 0% 5%;
  }

  .image-38.mix {
    top: -16px;
    left: 7%;
  }

  .image-38.get {
    top: -16px;
    left: -1%;
  }

  .mob-how-it-works-text-wrap {
    background-image: linear-gradient(#36363680, #36363680);
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .mob-3-steps-parag {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5em;
    display: flex;
  }

  .mob-3-steps-card-div {
    background-color: #0000;
    padding: 0 15px 35px;
    display: none;
  }

  .mob-3-steps-cars-wrap {
    background-color: var(--white);
    border-radius: 5px;
    height: auto;
    padding-bottom: 1px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    height: auto;
    padding-left: 11px;
    padding-right: 11px;
    display: grid;
  }

  .mob-upload-asset-div {
    margin-bottom: 30px;
  }

  .mob-3steps-lottie-div {
    flex-direction: column;
    justify-content: center;
    width: 60vw;
    height: 9.5em;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .lottie-animation-9 {
    justify-content: center;
    width: 23vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mob-3-steps-heading {
    text-align: center;
    margin-bottom: 0;
    font-size: 6vw;
  }

  .mob-3-steps-p {
    text-align: center;
    margin-bottom: 3px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1rem;
    line-height: 1.4em;
  }

  .lottie-animation-10 {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-11 {
    margin-bottom: -21px;
  }

  .mob--3teps-ctas {
    flex-direction: column;
    width: 100%;
    height: 130px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mob-alrwady-a-member {
    text-align: center;
    width: 85vw;
    margin-top: 2rem;
    font-size: 4vw;
  }

  .mob-view-our-work {
    opacity: 1;
    background-image: linear-gradient(#36363680, #36363680);
    flex-direction: column;
    display: none;
  }

  .mob-vow-text-div {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-left: 27px;
    padding-right: 27px;
    position: relative;
  }

  .heading-21 {
    color: var(--white);
    text-align: center;
    margin-bottom: 12px;
    font-size: 7vw;
    position: relative;
  }

  .paragraph-5 {
    color: #ffffffb3;
    text-align: center;
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.5em;
  }

  .mob-vow-images-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    display: flex;
  }

  .mob-card-img {
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-img-wrap {
    background-image: url('../images/Flames.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 5px;
    height: 100%;
    padding-bottom: 0;
  }

  .card-img-wrap._1 {
    background-image: none;
    width: 100%;
    height: auto;
    margin-top: 9px;
  }

  .image-39 {
    width: 90vw;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
  }

  .heading-22 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2vw;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 7vw;
    line-height: 1.2em;
  }

  .text-span-32 {
    padding-left: 0;
    font-weight: 500;
  }

  .paragraph-6 {
    color: #ffffffb8;
    text-align: center;
    width: 90vw;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .mob-project-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-bottom: 50px;
    display: flex;
  }

  .text-span-33 {
    padding-left: 5px;
    font-weight: 500;
  }

  .text-span-35 {
    padding-left: 5px;
    font-size: 8vw;
  }

  .info-pop-up-5 {
    width: auto;
    top: -37px;
    left: 68.4922px;
  }

  .features-wrap {
    width: 60vw;
    height: auto;
    position: relative;
  }

  .plans-cards-mo {
    flex-direction: column;
    height: auto;
    margin-top: 88px;
    display: none;
  }

  .plans-cards-mo.align {
    margin-top: 40px;
    display: none;
    position: static;
  }

  .work-div-v2 {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .dt-project-wrap.royal-eyes {
    display: none;
  }

  .image-40 {
    max-width: 95%;
  }

  .heading-23 {
    text-align: center;
    flex-direction: row;
    width: 100%;
    font-family: Inter, sans-serif;
    font-size: 2em;
    line-height: 1.2em;
    display: block;
  }

  .copyright {
    display: none;
  }

  .mob-copyright {
    text-align: center;
    justify-content: center;
    padding-left: 14px;
    padding-right: 14px;
    display: flex;
  }

  .blog_page {
    background-color: var(--midnight-blue-3);
    color: var(--midnight-blue-3);
    flex-direction: column;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
    display: flex;
  }

  .heading-24 {
    color: var(--cyan);
    text-align: center;
    margin-top: 0;
    font-size: 2em;
    line-height: 1.2em;
  }

  .coming-soon {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    height: auto;
  }

  .lottie-animation-13 {
    width: auto;
    height: 17vh;
    margin-top: 2em;
    margin-bottom: 1.6em;
    margin-right: 0;
  }

  .div-block-14 {
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
  }

  .paragraph-8 {
    color: #ffffff94;
    text-align: center;
    width: auto;
  }

  .coming-soon-sec {
    background-color: #0000;
    align-items: flex-start;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .link-51 {
    color: var(--white);
    text-decoration: none;
  }

  .newsletterform-section {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
  }

  .newslettler-form-div {
    justify-content: center;
    width: 93%;
    height: auto;
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .paragraph-9 {
    width: 80vw;
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.5em;
  }

  .heading-25 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Inter, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
  }

  .close-div {
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    display: none;
  }

  .text-field-9, .text-field-9.last-name, .text-field-10 {
    width: 80vw;
    height: 2.8rem;
    font-size: .9rem;
  }

  .form-3 {
    grid-row-gap: 7px;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lottie-animation-14 {
    width: 31vw;
    margin-bottom: -48px;
  }

  .body-newsletter-form {
    background-color: var(--midnight-blue-2);
    color: #fff;
    margin: 0 auto;
    display: flex;
  }

  .our-work-paragraph {
    width: auto;
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1rem;
  }

  .arrow-2 {
    color: #ffffff94;
    margin-top: 6px;
    margin-left: 8px;
    padding-right: 0;
    transform: rotate(-180deg);
  }

  .text-span-38, .text-span-40 {
    font-weight: 500;
  }

  .dt-tools-card-div {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .dt-tools-card-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    height: auto;
    margin-bottom: 20px;
  }

  .tool-card.figma {
    width: 70vw;
    height: 40vw;
  }

  .tool-card.figma:hover {
    box-shadow: none;
  }

  .tool-card.adobe {
    width: 70vw;
    height: 40vw;
  }

  .tool-card.adobe:hover {
    box-shadow: none;
  }

  .tool-card.hubspot {
    width: 70vw;
    height: 40vw;
  }

  .tool-card.hubspot:hover {
    box-shadow: none;
  }

  .tool-card.pably, .tool-card.memberstack {
    width: 70vw;
    height: 40vw;
  }

  .tool-card.memberstack:hover {
    box-shadow: none;
  }

  .tool-card.kolendar {
    width: 70vw;
    height: 40vw;
    box-shadow: 1px 1px 20px -11px #00000080;
  }

  .tool-card.kolendar:hover {
    box-shadow: none;
  }

  .heading-26 {
    margin-left: -15px;
    padding-left: 0;
    font-size: 4vw;
  }

  .paragraph-10 {
    font-size: 3vw;
  }

  .figma-logo {
    width: 6vw;
  }

  .figma {
    font-size: 3vw;
  }

  .hub-spot-logo {
    width: 9vw;
  }

  .pabby-name {
    font-size: 3vw;
  }

  .pabbly-logo {
    width: 8vw;
  }

  .html-embed-3, .html-embed-4, .html-embed-5 {
    width: 9vw;
  }

  .image-52 {
    width: 17vw;
    height: 13vw;
    top: -23.8333px;
  }

  .paragraph-11 {
    width: 90%;
    margin-top: 1rem;
    margin-bottom: .5rem;
    padding-top: 17px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: .9rem;
  }

  .link-52 {
    font-size: .9rem;
  }

  .our-wrk-tet-wrap {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }

  .dt-privacy-policy-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .pp-header-text {
    flex-direction: column;
    width: 100%;
    margin-top: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 13px;
    display: block;
  }

  .heading-27 {
    text-align: left;
    width: auto;
    margin-right: 0;
    font-size: 10vw;
  }

  .paragraph-12 {
    float: none;
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    display: block;
  }

  .text-span-44 {
    width: 0;
  }

  .dt-new-hero {
    background-image: url('../images/NEW-HERO-IMG.jpg');
    background-size: cover;
    background-attachment: fixed;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-top: 8.5rem;
    display: flex;
  }

  .dt-hero-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .r-hero-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .l-hero-wrap {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    padding-left: 1rem;
    padding-right: .2rem;
  }

  .heading-28 {
    background-color: var(--white);
    text-align: left;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffb1f5, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    width: auto;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .paragraph-13 {
    text-align: left;
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-13.reviews-p {
    text-align: left;
  }

  .new-hero-button {
    background-image: none;
    border-radius: .4rem;
    width: 15rem;
    height: auto;
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .new-hero-button.in0menu {
    width: 17.9rem;
    margin: .5rem auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .button-inside {
    background-image: linear-gradient(90deg, #cf68ff, #ec88a5 0%, #d469c3 57%, #5301ff);
    border-radius: .5rem;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .mov-nav {
    z-index: 10000;
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    height: 100px;
    margin-top: 0;
    padding: 0;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mob-menu-container {
    z-index: 10000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 42px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    inset: 0% 0% auto;
  }

  .lottie-animation-16 {
    object-fit: fill;
    width: 48px;
    margin-top: -8px;
  }

  .italic-text-2 {
    text-align: left;
  }

  .mob-blog-nav-bar {
    outline-offset: 0px;
    background-color: #fff;
    outline: 3px #333;
    justify-content: space-between;
    margin-bottom: 101px;
    display: none;
  }

  .image-53 {
    margin-top: 0;
    margin-left: -17px;
    padding-top: 21px;
  }

  .nav-link-14, .nav-link-16 {
    text-align: center;
    border-bottom: 0 #00000040;
    font-family: Inter, sans-serif;
    font-size: 1em;
    font-weight: 500;
  }

  .nav-menu-7 {
    border-bottom: 6px none var(--blue);
    background-color: #fff;
    justify-content: center;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .lottie-animation-18 {
    filter: invert();
    border-top: 1px #000;
    width: 70px;
    height: 63px;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .menu-button-6, .menu-button-6.w--open {
    background-color: #c8c8c800;
  }

  .mob-social-links-wrapper {
    z-index: 1000;
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    position: static;
  }

  .image-54 {
    margin-top: 4px;
  }

  .container-10 {
    outline-offset: 0px;
    border-top: 1px #000;
    border-bottom: 0 #000;
    outline: 3px #333;
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .dt-why-us {
    opacity: 1;
    background-color: #1a171b;
    background-image: none;
    background-size: auto;
    justify-content: center;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 125px;
  }

  .wu-heading-div {
    margin-bottom: 0;
  }

  .heading-31 {
    text-align: center;
    margin-bottom: 0;
    font-size: 7.5vw;
    line-height: 1.9rem;
  }

  .wu-card-wrap {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .wu-card {
    background-image: linear-gradient(146deg, #161616 49%, var(--midnight-blue-2) 78%), url('../images/Card-Int-Figma_1.svg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    border-radius: 1.1rem;
    width: 70vw;
    height: auto;
    box-shadow: 0 3px 12px -3px #0000;
  }

  .image-55 {
    width: auto;
    max-width: 28%;
    margin-top: 11px;
    position: static;
  }

  .image-56 {
    width: auto;
    max-width: 30%;
    margin-top: 11px;
    position: static;
  }

  .image-57 {
    width: 20vw;
    margin-top: 11px;
    position: static;
  }

  .image-58, .image-59 {
    width: 20vw;
  }

  .image-60 {
    width: 20vw;
    top: 20%;
  }

  .image-61 {
    width: 20vw;
    top: 20%;
    left: -17%;
  }

  .heading-32 {
    text-align: center;
    font-size: 1rem;
    line-height: 1.5em;
  }

  .paragraph-14 {
    text-align: center;
    margin-top: 2px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .wu-text-wrap {
    align-items: center;
    padding-top: 10px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .collection-list-wrapper-13 {
    background-color: #0000;
    height: auto;
    margin-left: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .blog-card {
    width: 100%;
  }

  .heading-33 {
    font-size: 1.4rem;
  }

  .blog-h-div, .blog-p-div {
    height: auto;
  }

  .paragraph-15 {
    font-size: 1.1rem;
    line-height: 1.5em;
  }

  .bottom-nav-bar {
    z-index: 5000;
    background-color: #fff;
    border-top: .5px solid #0000004d;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding: 19px 27px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .collection-item-9 {
    width: 100%;
  }

  .image-64 {
    opacity: .3;
    width: 7vw;
    max-width: none;
  }

  .mob-separator {
    opacity: .3;
    color: #000;
    font-size: 15px;
  }

  .image-65 {
    opacity: .3;
    width: 4vw;
    max-width: none;
    display: block;
  }

  .mob-blog-nav-social-div {
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    display: none;
  }

  .image-66 {
    opacity: .3;
    width: 7vw;
    max-width: none;
  }

  .image-67 {
    opacity: .3;
    border-radius: 0;
    width: 7vw;
    max-width: none;
  }

  .dt-left-nav-bar {
    width: 100%;
    display: none;
    inset: auto 0% 0%;
  }

  .rich-text-block-4 {
    color: #3333339e;
    line-height: 1.4rem;
  }

  .rich-text-block-5 {
    line-height: 1.4rem;
  }

  .rich-text-block-6, .rich-text-block-7 {
    color: #3333339e;
    line-height: 1.4rem;
  }

  .paragraph-16 {
    text-align: center;
    justify-content: center;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 1em;
    display: flex;
  }

  .lottie-animation-20 {
    width: 150px;
    height: 150px;
    margin-bottom: -40px;
  }

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

  .heading-34 {
    font-size: 1.4rem;
  }

  .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .mob-adv-div {
    flex-direction: column;
    width: 100%;
    padding-bottom: 60px;
    padding-left: 13px;
    padding-right: 13px;
    display: flex;
    position: static;
  }

  .author-name {
    width: 100%;
    height: auto;
    font-size: 1.3em;
  }

  .container-11 {
    max-width: none;
  }

  .ipad-nav-bar, .ipad-brand-logo {
    display: none;
  }

  .gradient-stroke {
    width: 100%;
    padding-right: 0;
  }

  .nav-link-div {
    border-bottom: .5px solid #0003;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .mob-blog-home-nav-bar {
    display: block;
  }

  .navbar-6 {
    background-color: var(--midnight-blue-3);
    color: #000;
    margin-top: 0;
  }

  .image-74 {
    max-width: none;
    margin-top: 27px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 1px 1px 3px -20px #000;
  }

  .menu-button-7 {
    background-color: var(--midnight-blue-3);
    background-image: linear-gradient(to bottom, var(--dark-blue), var(--blue));
    color: var(--10004e);
    border-radius: 9px;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 23px;
    margin-right: 17px;
    padding: 0;
    display: flex;
  }

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

  .container-12 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link-17, .nav-link-18 {
    background-color: #fff;
    border-bottom: .5px solid #0003;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Inter, sans-serif;
    font-size: 1em;
    font-weight: 500;
    display: flex;
  }

  .nav-link-19 {
    color: var(--blue);
    background-color: #fff;
    border: 1px #000;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 28px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    display: flex;
  }

  .mob-nav-list-div {
    background-color: #fff;
  }

  .mob-social-nav-list-div {
    grid-column-gap: 20px;
    background-color: #fff;
    justify-content: center;
    padding-top: 21px;
    padding-bottom: 21px;
    display: flex;
  }

  .image-75, .image-76, .image-77 {
    max-width: none;
  }

  .div-block-24 {
    background-image: linear-gradient(to right, var(--blue), var(--cyan));
    height: 0;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .lottie-animation-21 {
    z-index: 1000;
    width: 50px;
    height: 61px;
    margin-top: 0;
    font-family: Inter, sans-serif;
    position: absolute;
    top: -9px;
  }

  .nav-menu-8 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-span-47 {
    background-image: linear-gradient(to bottom, var(--blue), var(--cyan));
    color: var(--white);
    border-radius: 20px;
    margin-left: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: .4em;
  }

  .text-span-48 {
    color: #b2b2b2;
    font-family: Inter, sans-serif;
    font-size: 1em;
  }

  .link-68 {
    color: var(--cyan);
    font-family: Inter, sans-serif;
    font-size: 1em;
  }

  .logo-div-login {
    justify-content: center;
    display: flex;
  }

  .page-wrapper {
    background-color: var(--midnight-blue-3);
    align-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 196px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-44 {
    color: #fff;
    font-family: Inter, sans-serif;
    position: static;
  }

  .field-label-5, .field-label-6 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 1em;
  }

  .image-78 {
    max-width: none;
  }

  .user-email-field {
    border-radius: 6px;
  }

  .user-password-field {
    border-radius: 6px;
    margin-bottom: 30px;
  }

  .body-12 {
    background-color: var(--midnight-blue-3);
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .log-in-form-block {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .body-13 {
    background-color: var(--midnight-blue-3);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .heading-45 {
    color: #fff;
    font-family: Inter, sans-serif;
    position: static;
  }

  .field-label-7, .field-label-8 {
    color: #fff;
    font-size: 1em;
  }

  .checkbox-label-2 {
    color: #8b8b8b;
  }

  .checkbox-label-3 {
    color: #8b8b8b;
    font-size: 1em;
  }

  .field-label-9 {
    color: var(--white);
  }

  .link-69, .link-70 {
    color: var(--cyan);
  }

  .text-span-49 {
    color: #b2b2b2;
    font-size: 1em;
  }

  .page-wrapper-2 {
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-71 {
    color: var(--cyan);
  }

  .user-email-field-2, .text-field-13, .user-password-field-2 {
    border-radius: 6px;
  }

  .sign-up-form-block {
    padding-left: 18px;
    padding-right: 18px;
  }

  .bold-text-9 {
    font-size: .6em;
  }

  .text-span-50 {
    margin-top: -5px;
  }

  .cookie {
    z-index: 25000;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0% 0%;
  }

  .cookieconsentbanner {
    margin-top: 7px;
    margin-bottom: 0;
    padding-bottom: 12px;
  }

  .text-block-71 {
    text-align: center;
    margin-bottom: 10px;
  }

  .close-cookie {
    background-color: var(--black);
    border-radius: .3rem;
    margin-right: .8rem;
  }

  .checkbox-label-4 {
    line-height: 1.3em;
  }

  .checkbox-field-2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em;
    line-height: 1em;
  }

  .image-79 {
    max-width: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .checkbox-label-5 {
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .div-block-27, .checkbox-field-3 {
    width: 100%;
  }

  .facebook-link {
    display: flex;
  }

  .text-block-72 {
    color: var(--white);
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 8px;
    font-weight: 500;
    position: absolute;
    inset: 28px 0% 0%;
  }

  .heading-46 {
    text-align: center;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.4em;
  }

  .container-13 {
    max-width: none;
  }

  .social-media-hero {
    flex-direction: column;
    height: auto;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .sm-hero-left {
    align-items: center;
    width: 100%;
    height: 50%;
    margin-top: 0;
  }

  .sm-hero-right {
    flex: 0 auto;
    order: -1;
    justify-content: center;
    width: 100%;
    height: 50%;
    margin-top: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-48 {
    justify-content: center;
    display: flex;
  }

  .text-span-54 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-span-55 {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 2.3rem;
    line-height: 1.3em;
  }

  .paragraph-17 {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1rem;
  }

  .image-81 {
    max-width: 90%;
  }

  .dt-sm-benifits-sec {
    display: none;
  }

  .dt-sm-ben-div {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-ben-heading-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-49 {
    text-align: center;
    font-size: 10vw;
    line-height: 1.3em;
  }

  .paragraph-18 {
    width: 90%;
  }

  .paragraph-18.scoial-p {
    width: auto;
    font-size: 1rem;
  }

  .sm-ben-cards-div {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .sm-div-card {
    border-radius: 9px;
    width: 100%;
  }

  .paragraph-20 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-51 {
    font-size: 38vw;
    inset: 8% auto auto 3%;
  }

  .sm-pricing-div {
    flex-direction: column;
    align-items: center;
  }

  .sm-plans-card {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 39px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .sm-plans-card.starter-card {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .sm-plans-card.business-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sm-plans-card.sm-starter-card-copy, .sm-plans-card.sm-starter-card {
    width: 90%;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .sm-plans-card.sm-pro-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .sm-plan-name {
    font-size: 20px;
  }

  .sm-plan-name.is-home-plan-name {
    height: 40px;
    font-size: 28px;
  }

  .sm-plan-name.is-home-plan-name-copy {
    height: 40px;
    font-size: 2rem;
  }

  .sm-info-pop-up-1-copy.starter-info, .sm-info-pop-up-1-copy.sm-starter-info-copy {
    top: 35%;
    left: 27%;
  }

  .sm--info-copy, .info-copy {
    margin-left: 4px;
    font-size: 14px;
  }

  .sm-features-wrap-copy {
    width: 80vw;
    height: auto;
    margin-bottom: 0;
    position: relative;
  }

  .sm-plans-sub-text-copy {
    font-family: Inter, sans-serif;
    font-size: .8rem;
    display: flex;
  }

  .image-82 {
    left: 2%;
  }

  .text-span-57 {
    padding-top: 8px;
    padding-left: 3px;
  }

  .button-copy {
    text-align: center;
    width: 100%;
  }

  .button-copy.hero-button {
    background-color: var(--blue);
    color: #fff;
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .button-copy.view-work-b {
    border-radius: 200px;
    width: 90%;
    height: 100px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: Inter, sans-serif;
    font-size: 17px;
  }

  .button-copy.view-plans {
    background-color: #000;
    background-image: none;
    border-radius: 200px;
    width: 90%;
    height: 100px;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
  }

  .button-copy.plan-button {
    border-radius: 200px;
    width: 90%;
    height: 3.6em;
    margin: 20px auto 0;
    font-family: Inter, sans-serif;
    font-size: 1.2em;
  }

  .button-copy.plan-button.prof-button {
    border-radius: 200px;
    height: 3.6em;
    margin: 25px auto;
    font-size: 16px;
  }

  .button-copy.plan-button.starter-button {
    border-radius: 200px;
    height: 3.6em;
    margin: 25px auto;
  }

  .button-copy.book-a-call-button {
    width: 280px;
    height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .button-copy.book-a-call-button.dt {
    border-radius: 200px;
    width: 80vw;
    height: 3.6em;
  }

  .button-copy.upload-assets {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy.ref-button {
    border-radius: 200px;
    width: 260px;
  }

  .button-copy.subscribe-ad {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }

  .button-copy.hero-mob {
    z-index: 989;
    background-image: linear-gradient(to bottom, var(--blue), var(--dark-blue));
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 3.9em;
    padding: 14px 3px;
    font-size: 4.3vw;
    line-height: 1em;
    display: flex;
    position: static;
  }

  .button-copy.view-live-web-dt {
    background-image: linear-gradient(to bottom, var(--blue), #00f0ffc4);
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 3.6em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    display: flex;
    position: relative;
  }

  .button-copy.view-live-web-dt.subscribe--to-nl {
    width: 80%;
    height: 7vh;
    font-size: 4vw;
  }

  .button-copy.social-hero-button {
    width: 80%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .text-span-59 {
    background-color: var(--cyan);
    color: var(--black);
    text-align: center;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: 14px;
    margin-left: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: .5em;
    font-weight: 600;
    display: flex;
    position: absolute;
    inset: 18% 23% auto auto;
  }

  .nav-link-sm {
    opacity: 1;
    outline-offset: 0px;
    color: var(--white);
    text-transform: none;
    border-bottom: 1px solid #fff6;
    outline: 3px #0082f3;
    justify-content: center;
    align-items: center;
    width: 300px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .nav-link-sm:active, .nav-link-sm:focus, .nav-link-sm:visited {
    color: var(--white);
  }

  .nav-link-sm.last-nav {
    border: 1px #000;
  }

  .body-15 {
    background-color: #181818;
    background-position: 0 0;
  }

  .faq-sections {
    display: none;
  }

  .plans-cards-ye {
    grid-column-gap: .8rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    max-width: 95%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .yearly-card {
    background-color: #fff0;
    background-image: linear-gradient(143deg, #0e0e0e4a, #2e2e2e00 50%);
    border: 1px solid #fff3;
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .yearly-card.professional {
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-52 {
    font-size: 8vw;
  }

  .heading-52.business, .heading-52.starter, .heading-52.profesisona {
    font-family: Inter, sans-serif;
  }

  .billed-yearly-text {
    text-align: center;
    width: auto;
    margin-right: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Inter, sans-serif;
    font-size: .6rem;
  }

  .features-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-74 {
    padding-left: 0;
    font-size: 1rem;
  }

  .text-block-74.starter {
    padding-left: 0;
    padding-right: 25px;
  }

  .feature {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .span-purple {
    font-size: .7rem;
  }

  .span-purple.extra {
    font-size: .8rem;
  }

  .button-div {
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-63 {
    flex-direction: row;
    padding-left: .1rem;
    display: block;
  }

  .text-span-64 {
    font-weight: 400;
  }

  .faq-section {
    background-color: #1a171b;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-header-div {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .body-18 {
    background-color: #2a003d;
  }

  .order-form-section {
    height: auto;
    padding: 1.5rem .5rem 0;
  }

  .form-div, .q-wrap {
    height: auto;
  }

  .form-5 {
    height: auto;
    padding-right: 0;
  }

  .slider-3 {
    height: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .name-field {
    width: 95%;
    height: 3rem;
    font-size: .8rem;
  }

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

  .right-arrow-2 {
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .next-step {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .mask-2 {
    height: 50vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-5 {
    height: auto;
    margin-bottom: 1rem;
  }

  .nt-inside {
    position: static;
  }

  .slide-nav {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
  }

  .slide-1 {
    width: 100%;
    height: 100%;
  }

  .name-div {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    margin-bottom: 0;
  }

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

  .field-wrap {
    flex-flow: column;
    width: 50%;
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .paragraph-21 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .checkbox-field-4 {
    height: 10.2rem;
  }

  .checkbox-label-6 {
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .checkbox-2 {
    height: 100%;
    padding-top: 2rem;
  }

  .text-block-77 {
    font-size: 2.5rem;
  }

  .form-heading, .form-heading.website-structure {
    font-size: 1.8rem;
  }

  .checl-boxes-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .left-arrow-2-copy {
    margin-left: 0;
    position: static;
  }

  .mask-1 {
    height: 50vh;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-1._2 {
    height: 85.5vh;
  }

  .checkbox-label-7 {
    padding-top: .25rem;
    padding-bottom: .5rem;
    font-size: 1rem;
  }

  .nt-inside-2 {
    position: static;
  }

  .form-block-6 {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }

  .inside-2 {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-2-div {
    margin-bottom: 0;
  }

  .left-arrow-2-copy-2 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .submit {
    z-index: auto;
    cursor: pointer;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 6.6rem;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .container-15 {
    width: 100%;
    margin: 1rem 1rem 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .next-step-2 {
    justify-content: center;
    align-items: center;
    width: 6.6rem;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .next-step-2.back {
    inset: auto auto 0% 0%;
  }

  .slider-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .slide-2-twxt-wrap {
    margin-bottom: 0;
    padding-bottom: .3rem;
    padding-left: 0;
  }

  .name-div-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .order-form-section-2 {
    height: auto;
    padding: 3.5rem 1rem 3rem;
  }

  .text-block-78 {
    height: 100%;
    font-size: .7rem;
    line-height: 20px;
  }

  .form-6 {
    height: auto;
    padding-right: 0;
  }

  .field-wrap-2 {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide-nav-2 {
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    font-size: .8rem;
    display: block;
    inset: auto 0% 0%;
  }

  .paragraph-23 {
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .paragraph-23.last-info {
    width: auto;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .checl-boxes-wrap-2 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-top: .5rem;
    padding-left: 0;
  }

  .checkbox-4 {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
  }

  .q-wrap-2 {
    width: 100%;
    height: auto;
  }

  .paragraph-24 {
    width: 80%;
    margin-bottom: .1rem;
    line-height: 1.3rem;
  }

  .koala-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .color-label-2 {
    width: 5.7rem;
    height: 1.9rem;
  }

  .text-block-79 {
    font-size: 1.9rem;
  }

  .success-message-2 {
    width: 100%;
  }

  .checkbox-field-5 {
    width: 14.2rem;
    height: 8.9rem;
    padding-top: .25rem;
    padding-bottom: .5rem;
  }

  .form-heading-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1.6rem;
    line-height: 1.7rem;
  }

  .form-heading-2.website-structure {
    margin-bottom: .2rem;
    font-size: 1.6rem;
  }

  .slide-9 {
    height: 100%;
  }

  .name-field-2 {
    width: 100%;
    height: 3rem;
    font-size: .8rem;
  }

  .paragraph-25 {
    line-height: 1.1rem;
  }

  .slide-10 {
    width: 100%;
    height: auto;
  }

  .checkbox-label-8 {
    width: 100%;
  }

  .right-arrow-3 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 6.6rem;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .contact-info-div-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-83 {
    width: 1.5rem;
    max-width: 100%;
  }

  .code-embed-2 {
    border-radius: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-7 {
    z-index: 10000;
    background-color: #ddd0;
    width: 100%;
    height: 0;
    display: flex;
  }

  .lottie-animation-23 {
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: 70px;
    margin-left: 0;
    margin-right: 0;
    font-size: 0;
    position: absolute;
    inset: -34% 0% 0%;
  }

  .menu {
    color: #fff;
    text-align: center;
    margin-bottom: .1rem;
    font-family: Inter, sans-serif;
    font-size: .5rem;
    position: absolute;
    inset: auto 0% 0%;
  }

  .container-16 {
    flex: 0 auto;
    max-width: none;
    padding-left: 1rem;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu-9 {
    box-sizing: border-box;
    background-color: #c8c8c800;
    background-image: linear-gradient(#0e0046, #480080 74%);
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    padding-top: 3.5rem;
    padding-bottom: 3rem;
    display: none;
    overflow: hidden;
  }

  .nav-link-20 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 1rem;
  }

  .nav-link.w--current {
    color: #ffffffd9;
  }

  .nav-link.last {
    border-bottom-style: none;
  }

  .text-span-72 {
    background-color: var(--cyan);
    color: #000;
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    height: .9rem;
    margin-top: -22px;
    padding: 0 .6rem;
    font-size: .4rem;
    line-height: 20px;
    display: flex;
    position: absolute;
    bottom: 37px;
    left: 210.5px;
  }

  .social-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .social-handle {
    opacity: .81;
    filter: invert();
    width: .9rem;
    max-width: none;
  }

  .social-handle.fb {
    width: .6rem;
  }

  .tag-menu {
    background-color: var(--cyan);
    color: #000;
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    height: .9rem;
    margin-top: -22px;
    padding: 0 .6rem;
    font-size: .4rem;
    line-height: 20px;
    display: flex;
    position: absolute;
    bottom: 37px;
    left: 210.5px;
  }

  .image-84 {
    width: 4.5rem;
    margin-top: .2rem;
  }

  .brand-6 {
    z-index: 10000;
    height: 100%;
    margin-top: 1.3rem;
  }

  .link-block-6 {
    padding-top: .3rem;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .social-link {
    border: 1px solid #fcfcfc4d;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    padding: .125rem;
    display: flex;
  }

  .div-block-36 {
    color: var(--white);
    width: 90%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ham-line {
    color: var(--white);
    background-color: #fff;
    width: 61%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .wrap-ham-line {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 26%;
    margin-top: .5rem;
    display: flex;
  }

  .emoticon {
    margin-right: .3rem;
  }

  .section-4 {
    background-color: var(--midnight-blue);
    padding-top: 2rem;
  }

  .review-info, .review-info.elena, .review-info.bassem {
    flex-flow: column;
  }

  .left-arrow-3 {
    justify-content: flex-start;
    align-items: center;
    inset: auto 9% -9% auto;
  }

  .reviewer-img {
    outline-offset: 0px;
    background-image: url('../images/Elena-icons8_1Elena-icons8.jpg');
    background-position: 50%;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 200px;
    outline: 3px #fff;
    width: 4rem;
    height: 4rem;
  }

  .reviewer-img.mia {
    background-image: url('../images/Mia-Stalder.jpeg');
    width: 4.5rem;
    height: 4.5rem;
  }

  .reviewer-img.ryan {
    background-image: url('../images/Ryan-Jacobson.png');
  }

  .reviewer-img.crystal {
    background-image: url('../images/Crystal.webp');
  }

  .reviewer-img.mario {
    background-image: url('../images/Mario-oremusz.png');
  }

  .reviewer-img.bassem {
    background-image: url('../images/Bassem.jpg');
  }

  .reviewer-img.maria {
    background-image: url('../images/Maria.png');
  }

  .reviewer-img.eva {
    background-image: url('../images/Eva-Vivat.png');
  }

  .reviewer-img.milan {
    background-image: url('../images/Milan-Jeglik.png');
  }

  .rev-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-5 {
    background-color: var(--black);
    outline-color: var(--cyan);
    outline-offset: 0px;
    background-image: linear-gradient(142deg, #0f0f0f, #0c0c0c69 86%);
    border-style: solid;
    border-radius: .6rem;
    outline-width: 3px;
    outline-style: none;
    width: 100%;
    box-shadow: 0 2px 20px -3px #7070702e;
  }

  .paragraph-26 {
    text-align: center;
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .review-wrap {
    flex-flow: column;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rev-left {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 2.2rem;
    padding-left: 0;
  }

  .heading-56 {
    color: #fff;
    text-align: left;
    margin-bottom: .5rem;
    font-size: 7.5vw;
  }

  .reviewer-info-wrap {
    flex-flow: column;
    width: auto;
  }

  .image-87 {
    width: 3.6rem;
  }

  .rev-but-clutch {
    text-align: center;
    width: 58%;
  }

  .image-90 {
    opacity: .5;
  }

  .review-info-div {
    width: 100%;
  }

  .quote-div {
    width: auto;
  }

  .right-arrow-4 {
    inset: auto 0% -9% auto;
  }

  .rev-location-wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1.4rem;
  }

  .image-38-copy {
    z-index: 999;
    opacity: .5;
    position: absolute;
    inset: -23% auto 6px 2%;
  }

  .image-85 {
    opacity: .5;
  }

  .review-button {
    text-align: center;
    width: 100%;
  }

  .rev-wrap {
    height: auto;
    padding: 1rem 1.4rem 2.1rem;
  }

  .heading-57 {
    font-size: 1.1rem;
  }

  .image-86 {
    width: 5rem;
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .review-par {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .9rem;
  }

  .reviews-section {
    background-color: #121212;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-81 {
    text-align: center;
    font-size: .7rem;
  }

  .mask-3 {
    height: 67vh;
  }

  .rev-heading {
    width: 100%;
  }

  .rev-heading.rev-button {
    width: 70%;
    font-size: 1.2em;
  }

  .image-88 {
    width: 5rem;
  }

  .paragraph-28 {
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .heading-58 {
    font-size: 7.5vw;
  }

  .image-91 {
    width: 3.6rem;
  }

  .right-arrow-5 {
    inset: auto 0% -15% auto;
  }

  .image-92 {
    opacity: .5;
  }

  .heading-59 {
    font-size: 1rem;
  }

  .image-93 {
    width: 5rem;
    position: absolute;
    inset: 2% 5% auto auto;
  }

  .text-block-83 {
    text-align: center;
    font-size: .7rem;
  }

  .image-95 {
    width: 5rem;
  }

  .quote-img {
    opacity: .36;
    background-image: url('../images/rev-quotes.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 7rem;
    height: 6rem;
    position: absolute;
    inset: 3% 4% auto auto;
  }

  .stars-div {
    background-image: url('../images/5-Starts.svg');
    background-position: 50%;
    background-size: cover;
    width: 5.3rem;
    height: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .stars-div.maria-4-5 {
    background-image: url('../images/4.5-Stars.svg');
  }

  .wu-card-l1 {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .wu-card-l2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-top: .5rem;
  }

  .our-work-cta-div {
    flex-flow: column;
    width: 70%;
  }

  .case-study-but {
    text-align: center;
    border-radius: .3rem;
    width: 100%;
    height: auto;
    padding: .8rem 2rem;
    font-size: .9rem;
  }

  .case-study-but.hero-button {
    background-color: var(--blue);
    color: #fff;
    width: 280px;
    height: 56px;
    font-size: 16px;
  }

  .case-study-but.view-work-b {
    border-radius: 200px;
    width: 100%;
    height: auto;
    padding: 20px;
    font-family: Inter, sans-serif;
    font-size: .9rem;
  }

  .case-study-but.view-plans {
    background-color: #000;
    background-image: none;
    border-radius: 200px;
    width: 100%;
    height: 100px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: .9rem;
  }

  .case-study-but.plan-button {
    border-radius: 200px;
    width: 100%;
    height: 3.6em;
    margin: .5rem auto 2rem;
    padding: 1rem;
    font-family: Inter, sans-serif;
    font-size: 1.2em;
  }

  .case-study-but.plan-button.prof-button {
    border-radius: 200px;
    height: 3.6em;
    margin: 25px auto;
    font-size: 16px;
  }

  .case-study-but.plan-button.starter-button {
    border-radius: 200px;
    height: 3.6em;
    margin: 25px auto;
  }

  .case-study-but.book-a-call-button {
    width: 280px;
    height: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }

  .case-study-but.book-a-call-button.dt {
    border-radius: 200px;
    width: 80vw;
    height: 3.6em;
  }

  .case-study-but.upload-assets {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .case-study-but.ref-button {
    border-radius: 200px;
    width: 260px;
  }

  .case-study-but.subscribe-ad {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }

  .case-study-but.hero-mob {
    z-index: 989;
    background-image: linear-gradient(180deg, var(--blue), var(--dark-blue));
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 4.2em;
    padding: 14px 3px;
    font-size: 4.3vw;
    line-height: 1em;
    display: flex;
    position: static;
  }

  .case-study-but.view-live-web-dt {
    background-image: linear-gradient(to bottom, var(--blue), #00f0ffc4);
    text-align: center;
    border-radius: 200px;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: 3.6em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 5vw;
    display: flex;
    position: relative;
  }

  .case-study-but.view-live-web-dt.subscribe--to-nl {
    width: 80%;
    height: 7vh;
    font-size: 4vw;
  }

  .case-study-but.social-hero-button {
    width: 80%;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .body-19 {
    background-color: #000;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .cs-hero-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #3b005700;
    background-image: none;
    border-style: none;
    flex-flow: column;
    margin-top: 5rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .cs-hero-navigation-wrap {
    vertical-align: sub;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .container-18 {
    max-width: 90%;
    margin-bottom: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home-icon-cs {
    width: 5rem;
    height: 2rem;
  }

  .text-block-85 {
    flex-flow: row;
    font-size: .7rem;
    display: flex;
  }

  .heading-61 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.7rem;
    overflow: hidden;
  }

  .div-block-40 {
    width: 70px;
    height: 1.1rem;
  }

  .paragraph-30 {
    margin-top: 0;
  }

  .heading-62 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.4rem;
  }

  .cs-par._2 {
    width: 100%;
  }

  .cs-par._3 {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .cs-context-wrap {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cs-card {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
    padding-top: 0;
  }

  .cs-card.prject-overview {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .cs-card.deliverables {
    padding-left: 1rem;
  }

  .cs-card.ipad {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .div-block-41 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 0;
  }

  .cs-hero-wrap {
    flex-flow: column;
  }

  .cs-left {
    width: 100%;
    display: none;
  }

  .cs-tag {
    border-color: var(--cyan);
    height: 1rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .quote-img-cs {
    opacity: .36;
    background-image: url('../images/rev-quotes.svg');
    background-position: 0 0;
    background-size: cover;
    width: 7rem;
    height: 6rem;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .cs-left-mob {
    width: 100%;
    height: 100%;
    display: block;
  }

  .text-block-85-copy {
    flex-flow: row;
    font-size: .7rem;
    display: none;
  }

  .text-block-84-copy {
    display: none;
  }

  .cx-pain-point {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 7.9rem;
    display: flex;
    position: static;
    top: 0%;
  }

  .hero-heading {
    background-color: var(--white);
    text-align: left;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#ffb1f5, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    width: auto;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .faq-wrap {
    width: 100%;
  }

  .faq-wrap-2 {
    border-color: var(--2024-col-2);
    border-radius: .4rem;
    padding: 0 .9rem;
  }

  .faq-q-wrap {
    align-items: center;
    padding: .6rem 0 .5rem;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: .5rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .question-2 {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .faq-a-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    width: auto;
    font-size: .9rem;
  }

  .text-span-77 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f09d8e, #ec88a5 31%, #d469c3 70%, #6b30ee);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .result-quatro-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .q-grid-card {
    justify-content: flex-start;
    align-items: center;
    padding: .8rem .3rem;
  }

  .heading-64 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #f09d8e, #ec88a5 30%, #d469c3 60%, #6b30ee);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .cs-par-result {
    margin-bottom: .5rem;
    padding-top: .3rem;
    font-size: .9rem;
    line-height: 1.3em;
  }

  .cs-par-result._2 {
    width: 100%;
  }

  .div-block-44 {
    border-color: #fff6;
    padding-left: 1rem;
  }

  .google-console-ss {
    background-image: none;
    border-radius: .5rem;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-97 {
    border-radius: .4rem;
  }

  .but-2024 {
    text-align: center;
    background-color: #3898ec00;
    background-image: linear-gradient(94deg, #f09d8e, #ec88a5 31%, #d469c3 69%, #6b30ee);
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .but-2024.reviews {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .but-2024.hero {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .but-2024.package-but, .but-2024.package-but-pro.professioanl {
    width: 100%;
  }

  .link-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .text-span-83 {
    color: var(--white);
    display: inline;
  }

  .navbar-8 {
    display: none;
  }

  .mark-card {
    background-color: #fff0;
    background-image: linear-gradient(143deg, #0e0e0e4a, #2e2e2e00 50%);
    border: 1px solid #fff3;
    align-items: center;
    width: 100%;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .mark-card.professional {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .marketing-description {
    font-size: 1rem;
  }

  .marketing-description.business, .marketing-description.starter, .marketing-description.profesisona {
    font-family: Inter, sans-serif;
  }

  .marketing-plans-sections-copy {
    background-color: #181818cc;
    background-image: none;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm-faq-section {
    background-color: #1a171b;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-65 {
    width: 100%;
    font-size: 24px;
  }

  .jobs-div {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .text-block-87 {
    font-size: 12px;
  }

  .update-on-covid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-66 {
    width: auto;
    margin-bottom: 1rem;
    margin-right: 0;
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .text-block-88 {
    width: 100%;
    font-size: 16px;
  }

  .heading-67 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .cta-mob {
    width: 100%;
    height: 1.5rem;
    margin: 20px 0 0;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1rem;
    display: flex;
  }

  .cta-mob.apply-devoler, .cta-mob.join-our-team {
    margin-left: auto;
    margin-right: auto;
  }

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

  .icon.accordion-icon {
    width: 18px;
    height: 20px;
    margin-top: 0;
    margin-left: 0;
    position: static;
    inset: 17% 8% auto auto;
  }

  .paragraph-33 {
    padding-left: 5px;
    font-size: 16px;
  }

  .section-8 {
    margin-top: 3rem;
  }

  .accordion-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item.last-item {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .accordion-item-trigger {
    align-items: flex-end;
  }

  .job-item-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .body-20 {
    display: block;
  }

  .careers-but {
    text-align: center;
    background-color: #3898ec00;
    background-image: linear-gradient(94deg, #f09d8e, #ec88a5 31%, #d469c3 69%, #6b30ee);
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .careers-but.reviews {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .careers-but.hero {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .careers-but.package-but, .careers-but.package-but-pro.professioanl {
    width: 100%;
  }

  .bold-text-12 {
    font-size: 1.3rem;
  }

  .paragraph-34 {
    width: auto;
    margin-bottom: 0;
  }

  .hero-context {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .image-41 {
    object-fit: cover;
    object-position: 11% 50%;
    height: 100%;
  }

  .black-shader {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-89 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .header {
    padding-left: 0;
    display: block;
  }

  .heading-30 {
    width: auto;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .careers-paragraph {
    width: auto;
    padding-left: 0;
    padding-right: 1rem;
  }

  .bold-text-13 {
    display: block;
  }

  .job-sections {
    margin-top: 3rem;
  }

  .form-sec {
    height: auto;
    padding-top: 0;
  }

  .link-83 {
    color: var(--cyan);
  }

  .div-block-45 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .backt-home {
    text-align: center;
    background-color: #3898ec00;
    background-image: linear-gradient(94deg, #f09d8e, #ec88a5 31%, #d469c3 69%, #6b30ee);
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 70%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .backt-home.w--current {
    width: 100%;
  }

  .backt-home.reviews {
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .backt-home.hero {
    grid-column-gap: 4.8rem;
    grid-row-gap: 4.8rem;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .backt-home.package-but, .backt-home.package-but-pro.professioanl {
    width: 100%;
  }

  .code-embed-5 {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }

  .tasks-heading {
    width: auto;
    margin-top: 64px;
    margin-bottom: 1rem;
    font-size: 7.5vw;
    line-height: 1.7rem;
    position: relative;
  }

  .tasks-heading.hww-context {
    text-align: center;
    width: 100%;
    margin: -4px auto 0;
    padding: 0;
  }

  .tasks-heading.tools-h {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .tasks-heading.plans-h {
    width: 80vw;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 8vw;
    line-height: 30px;
    position: relative;
  }

  .tasks-heading.sign-in-h {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .tasks-heading.reaady-to-get-started {
    text-align: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 7vw;
    line-height: 28px;
  }

  .span-purple-2 {
    font-size: .7rem;
  }

  .span-purple-2.extra {
    font-size: .8rem;
  }

  .button-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .included-2 {
    width: 227px;
    margin-top: 12px;
    padding-left: 0;
  }

  .line-inc-2 {
    width: 65px;
    margin-right: 37px;
  }

  .line-inc-2.line-biz {
    margin-right: 0;
  }

  .star-purple {
    font-size: .7rem;
  }

  .but-2024-2 {
    text-align: center;
    background-color: #3898ec00;
    background-image: linear-gradient(94deg, #f09d8e, #ec88a5 31%, #d469c3 69%, #6b30ee);
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .8rem 1.25rem;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .but-2024-2.package-but {
    width: 100%;
  }

  .text-block-90 {
    padding-left: 0;
    font-size: .9rem;
  }

  .text-block-90.starter {
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .features-div-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-2 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .button-div-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .included-3 {
    width: 227px;
    margin-top: 12px;
    padding-left: 0;
  }

  .line-inc-3 {
    width: 65px;
    margin-right: 37px;
  }

  .line-inc-3.line-biz {
    margin-right: 0;
  }

  .but-2024-3 {
    text-align: center;
    background-color: #3898ec00;
    background-image: linear-gradient(94deg, #f09d8e, #ec88a5 31%, #d469c3 69%, #6b30ee);
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .8rem 1.25rem;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .but-2024-3.package-but-pro.professioanl {
    width: 100%;
  }

  .text-block-91 {
    padding-left: 0;
    font-size: .9rem;
  }

  .text-block-91.starter {
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 25px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .text-block-91.pro {
    padding-left: 0;
    padding-right: 25px;
    line-height: 1.2rem;
  }

  .features-div-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-3 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .button-div-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .included-4 {
    width: 227px;
    margin-top: 12px;
    padding-left: 0;
  }

  .line-inc-4 {
    width: 65px;
    margin-right: 37px;
  }

  .line-inc-4.line-biz {
    margin-right: 0;
  }

  .but-2024-4 {
    text-align: center;
    background-color: #3898ec00;
    background-image: linear-gradient(94deg, #f09d8e, #ec88a5 31%, #d469c3 69%, #6b30ee);
    border-radius: .3rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .8rem 1.25rem;
    font-family: Inter, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .but-2024-4.package-but {
    width: 100%;
  }

  .text-block-92 {
    padding-left: 0;
    font-size: .9rem;
  }

  .text-block-92.starter {
    margin-bottom: .5rem;
    padding-left: 0;
    padding-right: 25px;
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .features-div-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .case-studies-new-2025 {
    padding-top: 0;
  }

  .cs-wrap {
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cs-img.nsp, .cs-img.vex, .cs-img.arista, .cs-img.root-industry, .cs-img.jfn, .cs-img.qp, .cs-img.shp, .cs-img.gentlemano, .cs-img.pavo {
    height: 10rem;
  }
}

#w-node-_27593855-f5a0-e17c-8346-3acba0219a4f-e691ac12 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_59ab3ba7-fa7b-7057-aab3-8af368e98f01-e691ab88, #w-node-c7ca442b-298a-3e7b-cb3b-1698abd4f0db-e691ab88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-a42dfaf1-865e-63e2-933f-ab3cba002c70-e691ab88, #w-node-_6674c52d-2431-909b-56a9-be0eaa0da7c9-e691ab88, #w-node-_6be30128-7d00-0a4c-6d2c-c395bd7fef8c-e691ab88, #w-node-dc3f145e-7919-61a5-57cb-cb0d05635fcc-e691ab88 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5713b3ef-84f9-5695-9e96-53c3cc0c1b12-e691ab88, #w-node-_6da84a1b-4c48-8db2-8e86-ae29edb81e52-e691ab88, #w-node-_3eb69039-af97-b061-91d5-435fe59b8812-e691ab88, #w-node-_59ab3ba7-fa7b-7057-aab3-8af368e98f01-e691ab88, #w-node-c7ca442b-298a-3e7b-cb3b-1698abd4f0db-e691ab88, #w-node-a42dfaf1-865e-63e2-933f-ab3cba002c70-e691ab88, #w-node-_6674c52d-2431-909b-56a9-be0eaa0da7c9-e691ab88, #w-node-_6be30128-7d00-0a4c-6d2c-c395bd7fef8c-e691ab88, #w-node-dc3f145e-7919-61a5-57cb-cb0d05635fcc-e691ab88 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}